2022-08-07 00:37:12 +01:00
{
2022-08-31 11:05:38 +01:00
"okButton" : "OK" ,
2022-09-05 13:43:13 +01:00
"cancelButton" : "Cancel" ,
"enabledLabel" : "Enabled" ,
"disabledLabel" : "Disabled" ,
2022-09-18 22:52:29 +01:00
"yesButton" : "Yes" ,
"noButton" : "No" ,
2022-09-07 12:01:04 +01:00
"navigationView" : {
2022-08-07 00:37:12 +01:00
"dashboardTab" : "Dashboard" ,
2022-08-10 18:00:28 +05:30
"patcherTab" : "Patcher" ,
"settingsTab" : "Settings"
2022-08-07 00:37:12 +01:00
} ,
"homeView" : {
"widgetTitle" : "Dashboard" ,
2022-08-16 23:19:46 +05:30
"updatesSubtitle" : "Updates" ,
2022-08-16 18:36:56 +05:30
"patchedSubtitle" : "Patched Applications" ,
2022-09-20 13:57:20 +07:00
"updatesAvailable" : "Updates available" ,
2022-09-02 00:10:10 +01:00
"noUpdates" : "No updates available" ,
2022-09-02 14:35:25 +01:00
"noInstallations" : "No patched applications installed" ,
2022-08-18 15:33:33 +01:00
"installed" : "Installed" ,
2022-09-20 13:57:20 +07:00
"updateDialogTitle" : "Update Manager" ,
"updateDialogText" : "Are you sure you want to download and update ReVanced Manager?" ,
"notificationTitle" : "ReVanced Manager was updated" ,
2022-08-18 22:26:35 +01:00
"notificationText" : "Tap to open the app" ,
2022-09-20 13:57:20 +07:00
"downloadingMessage" : "Downloading update..." ,
"installingMessage" : "Installing update..." ,
"errorDownloadMessage" : "Unable to download update" ,
"errorInstallMessage" : "Unable to install update" ,
2022-09-12 00:35:41 +01:00
"noConnection" : "No internet connection"
2022-08-07 00:37:12 +01:00
} ,
"applicationItem" : {
2022-08-16 18:36:56 +05:30
"patchButton" : "Patch" ,
2022-09-05 13:43:13 +01:00
"infoButton" : "Info" ,
2022-08-07 00:37:12 +01:00
"changelogLabel" : "Changelog"
} ,
"latestCommitCard" : {
2022-09-20 13:57:20 +07:00
"loadingLabel" : "Loading..." ,
2022-08-17 13:25:08 +01:00
"timeagoLabel" : "{time} ago" ,
2022-08-07 00:37:12 +01:00
"patcherLabel" : "Patcher: " ,
"managerLabel" : "Manager: " ,
"updateButton" : "Update Manager"
} ,
"patcherView" : {
2022-08-09 01:16:33 +01:00
"widgetTitle" : "Patcher" ,
2022-09-15 01:15:13 +01:00
"patchButton" : "Patch" ,
"patchDialogTitle" : "Warning" ,
2022-09-20 13:57:20 +07:00
"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?"
2022-08-07 00:37:12 +01:00
} ,
"appSelectorCard" : {
"widgetTitle" : "Select application" ,
2022-08-17 17:07:00 +01:00
"widgetTitleSelected" : "Selected application" ,
2022-09-20 13:57:20 +07:00
"widgetSubtitle" : "No application selected" ,
2022-09-18 03:14:48 +01:00
"noAppsLabel" : "No applications found." ,
"currentVersion" : "Current" ,
"recommendedVersion" : "Recommended" ,
"anyVersion" : "any"
2022-08-07 00:37:12 +01:00
} ,
"patchSelectorCard" : {
"widgetTitle" : "Select patches" ,
2022-08-17 17:07:00 +01:00
"widgetTitleSelected" : "Selected patches" ,
2022-09-20 13:57:20 +07:00
"widgetSubtitle" : "Select an application first" ,
"widgetEmptySubtitle" : "No patches selected"
2022-08-08 00:31:55 +01:00
} ,
2022-09-02 14:35:25 +01:00
"socialMediaCard" : {
2022-09-20 13:57:20 +07:00
"widgetTitle" : "Socials" ,
2022-09-02 14:35:25 +01:00
"widgetSubtitle" : "We are online!"
} ,
2022-08-08 00:31:55 +01:00
"appSelectorView" : {
2022-09-19 13:57:40 +02:00
"viewTitle" : "Select application" ,
2022-08-13 10:56:30 +01:00
"searchBarHint" : "Search applications" ,
2022-08-31 09:32:10 +01:00
"storageButton" : "Storage" ,
2022-08-13 10:56:30 +01:00
"errorMessage" : "Unable to use selected application."
2022-08-08 00:31:55 +01:00
} ,
"patchesSelectorView" : {
2022-09-19 13:57:40 +02:00
"viewTitle" : "Select patches" ,
2022-08-09 01:16:33 +01:00
"searchBarHint" : "Search patches" ,
2022-09-16 00:49:11 +05:30
"doneButton" : "Done" ,
2022-09-23 14:53:21 +05:30
"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."
2022-08-10 18:00:28 +05:30
} ,
2022-08-31 11:05:38 +01:00
"patchItem" : {
"unsupportedWarningButton" : "Unsupported version" ,
2022-09-07 13:03:54 +01:00
"unsupportedDialogTitle" : "Warning" ,
2022-09-18 12:18:47 +05:30
"unsupportedDialogText" : "Selecting this patch may result in patching errors.\n\nApp version: {packageVersion}\nCurrent supported versions:\n{supportedVersions}"
2022-08-31 11:05:38 +01:00
} ,
2022-08-13 10:56:30 +01:00
"installerView" : {
"widgetTitle" : "Installer" ,
2022-08-24 13:22:36 +01:00
"installButton" : "Install" ,
2022-09-06 14:40:49 +01:00
"installRootButton" : "Install as Root" ,
2022-08-24 13:22:36 +01:00
"openButton" : "Open" ,
2022-08-30 19:23:37 +05:30
"shareButton" : "Share file" ,
2022-08-18 15:33:33 +01:00
"notificationTitle" : "ReVanced Manager is patching" ,
2022-09-06 14:40:49 +01:00
"notificationText" : "Tap to return to the installer" ,
"shareApkMenuOption" : "Share APK" ,
2022-09-19 01:44:27 +01: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." ,
2022-09-19 17:40:06 +01:00
"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..."
2022-08-13 10:56:30 +01:00
} ,
2022-08-10 18:00:28 +05:30
"settingsView" : {
"widgetTitle" : "Settings" ,
2022-09-02 14:35:25 +01:00
"appearanceSectionTitle" : "Appearance" ,
"teamSectionTitle" : "Team" ,
"infoSectionTitle" : "Info" ,
2022-09-18 23:12:30 +05:30
"advancedSectionTitle" : "Advanced" ,
2022-09-05 03:32:36 +01:00
"darkThemeLabel" : "Dark Mode" ,
2022-09-08 12:56:30 +01:00
"darkThemeHint" : "Welcome to the Dark Side" ,
2022-09-05 03:32:36 +01:00
"dynamicThemeLabel" : "Material You" ,
"dynamicThemeHint" : "Enjoy an experience closer to your device" ,
2022-09-02 14:35:25 +01:00
"languageLabel" : "Language" ,
"englishOption" : "English" ,
"frenchOption" : "French" ,
2022-09-07 02:37:25 +01:00
"sourcesLabel" : "Sources" ,
2022-09-07 11:14:54 +01:00
"sourcesLabelHint" : "Configure your custom sources" ,
2022-09-20 13:57:20 +07:00
"orgPatchesLabel" : "Patches Organization" ,
2022-09-07 02:37:25 +01:00
"sourcesPatchesLabel" : "Patches Source" ,
2022-09-20 13:57:20 +07:00
"orgIntegrationsLabel" : "Integrations Organization" ,
2022-09-07 02:37:25 +01:00
"sourcesIntegrationsLabel" : "Integrations Source" ,
2022-09-07 11:14:54 +01:00
"sourcesResetDialogTitle" : "Reset" ,
"sourcesResetDialogText" : "Are you sure you want to reset custom sources to their default values?" ,
2022-09-20 13:57:20 +07:00
"apiURLResetDialogText" : "Are you sure you want to reset API URL to its default value?" ,
2022-09-02 14:35:25 +01:00
"contributorsLabel" : "Contributors" ,
"contributorsHint" : "A list of contributors of ReVanced" ,
2022-09-13 17:46:22 +01:00
"logsLabel" : "Logs" ,
"logsHint" : "Share device debug logs" ,
2022-09-18 23:12:30 +05:30
"apiURLLabel" : "API URL" ,
"apiURLHint" : "Configure your custom API URL" ,
"selectApiURL" : "Select URL" ,
2022-09-02 14:35:25 +01:00
"aboutLabel" : "About" ,
2022-09-14 12:25:35 +01:00
"snackbarMessage" : "Copied to clipboard"
2022-08-14 19:33:01 +05:30
} ,
2022-09-05 13:43:13 +01:00
"appInfoView" : {
"widgetTitle" : "App Info" ,
"openButton" : "Open" ,
"uninstallButton" : "Uninstall" ,
"patchButton" : "Patch" ,
2022-09-17 14:45:43 +01:00
"unpatchButton" : "Unpatch" ,
"unpatchDialogText" : "Are you sure you want to unpatch this app?" ,
2022-09-07 13:03:54 +01:00
"rootDialogTitle" : "Error" ,
"rootDialogText" : "App was installed with root mode enabled but currently root mode is disabled.\nPlease enable root mode first." ,
2022-09-05 13:43:13 +01:00
"packageNameLabel" : "Package Name" ,
2022-09-06 14:40:49 +01:00
"installTypeLabel" : "Installation Type" ,
"rootTypeLabel" : "Root" ,
"nonRootTypeLabel" : "Non-root" ,
2022-09-05 13:43:13 +01:00
"patchedDateLabel" : "Patched Date" ,
"patchedDateHint" : "{date} at {time}" ,
"appliedPatchesLabel" : "Applied Patches" ,
"appliedPatchesHint" : "{quantity} applied patches"
2022-09-12 17:30:44 +01:00
} ,
"contributorsView" : {
"widgetTitle" : "Contributors" ,
"patcherContributors" : "Patcher Contributors" ,
"patchesContributors" : "Patches Contributors" ,
"integrationsContributors" : "Integrations Contributors" ,
"cliContributors" : "CLI Contributors" ,
"managerContributors" : "Manager Contributors"
2022-08-07 00:37:12 +01:00
}
2022-08-21 03:25:58 +01:00
}