From 18a69776cdcf4a3b86aa327f0d46ef279de6a2c0 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 25 Sep 2022 08:26:08 +0200 Subject: [PATCH] feat: `en_US.json` language asset file --- assets/i18n/en_US.json | 161 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 assets/i18n/en_US.json diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json new file mode 100644 index 00000000..52285468 --- /dev/null +++ b/assets/i18n/en_US.json @@ -0,0 +1,161 @@ +{ + "okButton": "OK", + "cancelButton": "Cancel", + "enabledLabel": "Enabled", + "disabledLabel": "Disabled", + "yesButton": "Yes", + "noButton": "No", + "navigationView": { + "dashboardTab": "Dashboard", + "patcherTab": "Patcher", + "settingsTab": "Settings" + }, + "homeView": { + "widgetTitle": "Dashboard", + "updatesSubtitle": "Updates", + "patchedSubtitle": "Patched Applications", + "updatesAvailable": "Updates available", + "noUpdates": "No updates available", + "noInstallations": "No patched applications installed", + "installed": "Installed", + "updateDialogTitle": "Update Manager", + "updateDialogText": "Are you sure you want to download and update ReVanced Manager?", + "notificationTitle": "ReVanced Manager was updated", + "notificationText": "Tap to open the app", + "downloadingMessage": "Downloading update...", + "installingMessage": "Installing update...", + "errorDownloadMessage": "Unable to download update", + "errorInstallMessage": "Unable to install update", + "noConnection": "No internet connection" + }, + "applicationItem": { + "patchButton": "Patch", + "infoButton": "Info", + "changelogLabel": "Changelog" + }, + "latestCommitCard": { + "loadingLabel": "Loading...", + "timeagoLabel": "{time} ago", + "patcherLabel": "Patcher: ", + "managerLabel": "Manager: ", + "updateButton": "Update Manager" + }, + "patcherView": { + "widgetTitle": "Patcher", + "patchButton": "Patch", + "patchDialogTitle": "Warning", + "patchDialogText": "You have selected a resource patch and a split APK installation was detected so patching errors may occur.\nAre you sure you want to proceed with patching a split base APK?" + }, + "appSelectorCard": { + "widgetTitle": "Select application", + "widgetTitleSelected": "Selected application", + "widgetSubtitle": "No application selected", + "noAppsLabel": "No applications found.", + "currentVersion": "Current", + "recommendedVersion": "Recommended", + "anyVersion": "any" + }, + "patchSelectorCard": { + "widgetTitle": "Select patches", + "widgetTitleSelected": "Selected patches", + "widgetSubtitle": "Select an application first", + "widgetEmptySubtitle": "No patches selected" + }, + "socialMediaCard": { + "widgetTitle": "Socials", + "widgetSubtitle": "We are online!" + }, + "appSelectorView": { + "viewTitle": "Select application", + "searchBarHint": "Search applications", + "storageButton": "Storage", + "errorMessage": "Unable to use selected application." + }, + "patchesSelectorView": { + "viewTitle": "Select patches", + "searchBarHint": "Search patches", + "doneButton": "Done", + "noPatchesFound": "No patches found for the selected app", + "selectAllPatchesWarningTitle": "Warning", + "selectAllPatchesWarningContent": "You are about to select all patches, that includes unrecommended patches and can cause unwanted behavior." + }, + "patchItem": { + "unsupportedWarningButton": "Unsupported version", + "unsupportedDialogTitle": "Warning", + "unsupportedDialogText": "Selecting this patch may result in patching errors.\n\nApp version: {packageVersion}\nCurrent supported versions:\n{supportedVersions}" + }, + "installerView": { + "widgetTitle": "Installer", + "installButton": "Install", + "installRootButton": "Install as Root", + "openButton": "Open", + "shareButton": "Share file", + "notificationTitle": "ReVanced Manager is patching", + "notificationText": "Tap to return to the installer", + "shareApkMenuOption": "Share APK", + "shareLogMenuOption": "Share log", + "installErrorDialogTitle": "Error", + "installErrorDialogText1": "Root install is not possible with the current patches selection.\nRepatch your app or choose non-root install.", + "installErrorDialogText2": "Non-root install is not possible with the current patches selection.\nRepatch your app or choose root install if you have your device rooted.", + "installErrorDialogText3": "Root install is not possible as the original APK was selected from storage.\nSelect an installed app or choose non-root install.", + "noExit": "Installer is still running..." + }, + "settingsView": { + "widgetTitle": "Settings", + "appearanceSectionTitle": "Appearance", + "teamSectionTitle": "Team", + "infoSectionTitle": "Info", + "advancedSectionTitle": "Advanced", + "darkThemeLabel": "Dark Mode", + "darkThemeHint": "Welcome to the Dark Side", + "dynamicThemeLabel": "Material You", + "dynamicThemeHint": "Enjoy an experience closer to your device", + "languageLabel": "Language", + "englishOption": "English", + "frenchOption": "French", + "sourcesLabel": "Sources", + "sourcesLabelHint": "Configure your custom sources", + "orgPatchesLabel": "Patches Organization", + "sourcesPatchesLabel": "Patches Source", + "orgIntegrationsLabel": "Integrations Organization", + "sourcesIntegrationsLabel": "Integrations Source", + "sourcesResetDialogTitle": "Reset", + "sourcesResetDialogText": "Are you sure you want to reset custom sources to their default values?", + "apiURLResetDialogText": "Are you sure you want to reset API URL to its default value?", + "contributorsLabel": "Contributors", + "contributorsHint": "A list of contributors of ReVanced", + "logsLabel": "Logs", + "logsHint": "Share device debug logs", + "apiURLLabel": "API URL", + "apiURLHint": "Configure your custom API URL", + "selectApiURL": "Select URL", + "aboutLabel": "About", + "snackbarMessage": "Copied to clipboard" + }, + "appInfoView": { + "widgetTitle": "App Info", + "openButton": "Open", + "uninstallButton": "Uninstall", + "patchButton": "Patch", + "unpatchButton": "Unpatch", + "unpatchDialogText": "Are you sure you want to unpatch this app?", + "rootDialogTitle": "Error", + "rootDialogText": "App was installed with root mode enabled but currently root mode is disabled.\nPlease enable root mode first.", + "packageNameLabel": "Package Name", + "installTypeLabel": "Installation Type", + "rootTypeLabel": "Root", + "nonRootTypeLabel": "Non-root", + "patchedDateLabel": "Patched Date", + "patchedDateHint": "{date} at {time}", + "appliedPatchesLabel": "Applied Patches", + "appliedPatchesHint": "{quantity} applied patches" + }, + "contributorsView": { + "widgetTitle": "Contributors", + "patcherContributors": "Patcher Contributors", + "patchesContributors": "Patches Contributors", + "integrationsContributors": "Integrations Contributors", + "cliContributors": "CLI Contributors", + "managerContributors": "Manager Contributors" + } +}