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