2022-09-25 08:26:08 +02:00
{
"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" ,
2022-10-19 23:15:48 +02:00
"WIP" : "Work In Progress" ,
2022-09-25 08:26:08 +02:00
"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" ,
2022-10-19 13:02:54 +02:00
"noConnection" : "No internet connection" ,
"updatesDisabled" : "Updating a patched app is currently disabled. Repatch the app again."
2022-09-25 08:26:08 +02:00
} ,
"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" ,
2022-11-09 08:36:04 +01:00
"loadPatchesSelection" : "Load patches selection" ,
"noSavedPatches" : "No saved patches for the selected app\nPress Done to save current selection" ,
2022-09-25 08:26:08 +02:00
"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" : {
2022-09-26 22:36:17 +02:00
"unsupportedWarningButton" : "Warning" ,
2022-09-25 08:26:08 +02:00
"unsupportedDialogTitle" : "Warning" ,
2022-11-01 10:56:15 +01:00
"unsupportedDialogText" : "Selecting this patch may result in patching errors.\n\nApp version: {packageVersion}\nCurrent supported versions:\n{supportedVersions}" ,
"unsupportedPatchVersion" : "Patch is not supported for this app version. Enable experimental toggle in settings to proceed."
2022-09-25 08:26:08 +02:00
} ,
"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" ,
2022-11-02 12:52:40 +01:00
"exportApkMenuOption" : "Export APK" ,
2022-09-25 08:26:08 +02:00
"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" ,
2022-10-15 14:59:50 +02:00
"logsSectionTitle" : "Logs" ,
2022-09-25 08:26:08 +02:00
"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" ,
2022-11-01 10:56:15 +01:00
"experimentalPatchesLabel" : "Experimental Patch support" ,
"experimentalPatchesHint" : "Enable to use unsupported patches in any app version" ,
"enabledExperimentalPatches" : "Experimental patches enabled" ,
2022-11-09 09:50:32 +01:00
"exportSectionTitle" : "Import/Export" ,
2022-09-25 08:26:08 +02:00
"aboutLabel" : "About" ,
2022-10-14 22:22:10 +02:00
"snackbarMessage" : "Copied to clipboard" ,
"sentryLabel" : "Sentry Logging" ,
"sentryHint" : "Send anonymous logs to help us improve ReVanced Manager" ,
2022-10-16 20:52:07 +02:00
"restartAppForChanges" : "Restart the app to apply changes" ,
"deleteKeystoreLabel" : "Delete keystore" ,
"deleteKeystoreHint" : "Delete the keystore used to sign the app" ,
2022-10-16 21:11:20 +02:00
"deletedKeystore" : "Keystore deleted" ,
"deleteTempDirLabel" : "Delete temp directory" ,
"deleteTempDirHint" : "Delete the temporary directory used to store temporary files" ,
2022-10-16 22:28:50 +02:00
"deletedTempDir" : "Temp directory deleted" ,
2022-11-09 08:36:04 +01:00
"exportPatchesLabel" : "Export patches" ,
"exportPatchesHint" : "Export patches to json file" ,
"exportedPatches" : "Patches exported" ,
"noExportFileFound" : "No patches to export" ,
"importPatchesLabel" : "Import patches" ,
"importPatchesHint" : "Import patches from json file" ,
"importedPatches" : "Patches imported" ,
"resetStoredPatchesLabel" : "Reset patches" ,
"resetStoredPatchesHint" : "Reset the stored patches selection" ,
"resetStoredPatches" : "Patches selection has been reset" ,
"jsonSelectorErrorMessage" : "Unable to use selected json file" ,
2022-10-16 22:28:50 +02:00
"deleteLogsLabel" : "Delete logs" ,
"deleteLogsHint" : "Delete collected manager logs" ,
"deletedLogs" : "Logs deleted"
2022-09-25 08:26:08 +02:00
} ,
"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" ,
2022-10-10 15:15:58 +02:00
"originalPackageNameLabel" : "Original Package Name" ,
2022-09-25 08:26:08 +02:00
"installTypeLabel" : "Installation Type" ,
"rootTypeLabel" : "Root" ,
"nonRootTypeLabel" : "Non-root" ,
"patchedDateLabel" : "Patched Date" ,
"patchedDateHint" : "{date} at {time}" ,
"appliedPatchesLabel" : "Applied Patches" ,
2022-10-10 23:02:23 +02:00
"appliedPatchesHint" : "{quantity} applied patches" ,
"updateNotImplemented" : "Update functionality not implemented yet"
2022-09-25 08:26:08 +02:00
} ,
"contributorsView" : {
"widgetTitle" : "Contributors" ,
"patcherContributors" : "Patcher Contributors" ,
"patchesContributors" : "Patches Contributors" ,
"integrationsContributors" : "Integrations Contributors" ,
"cliContributors" : "CLI Contributors" ,
"managerContributors" : "Manager Contributors"
}
}