2022-08-07 01:37:12 +02:00
|
|
|
{
|
|
|
|
"main": {
|
|
|
|
"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",
|
|
|
|
"updatesAvailable": "Updates Available",
|
2022-08-18 16:33:33 +02:00
|
|
|
"installed": "Installed",
|
|
|
|
"notificationTitle": "ReVanced Manager was updated!",
|
|
|
|
"notificationText": "Tap to open the app"
|
2022-08-07 01:37:12 +02:00
|
|
|
},
|
|
|
|
"applicationItem": {
|
2022-08-16 15:06:56 +02:00
|
|
|
"patchButton": "Patch",
|
2022-08-07 01:37:12 +02:00
|
|
|
"changelogLabel": "Changelog"
|
|
|
|
},
|
|
|
|
"latestCommitCard": {
|
|
|
|
"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",
|
|
|
|
"fabButton": "Patch"
|
2022-08-07 01:37:12 +02:00
|
|
|
},
|
|
|
|
"appSelectorCard": {
|
|
|
|
"widgetTitle": "Select application",
|
2022-08-17 18:07:00 +02:00
|
|
|
"widgetTitleSelected": "Selected application",
|
2022-08-08 00:40:48 +02:00
|
|
|
"widgetSubtitle": "No application selected.",
|
|
|
|
"noAppsLabel": "No apps found."
|
2022-08-07 01:37:12 +02:00
|
|
|
},
|
|
|
|
"patchSelectorCard": {
|
|
|
|
"widgetTitle": "Select patches",
|
2022-08-17 18:07:00 +02:00
|
|
|
"widgetTitleSelected": "Selected patches",
|
2022-08-15 04:31:36 +02:00
|
|
|
"widgetSubtitle": "Select an application first.",
|
|
|
|
"widgetEmptySubtitle": "No patches selected."
|
2022-08-08 01:31:55 +02:00
|
|
|
},
|
|
|
|
"appSelectorView": {
|
2022-08-13 11:56:30 +02:00
|
|
|
"searchBarHint": "Search applications",
|
|
|
|
"fabButton": "Storage",
|
|
|
|
"errorMessage": "Unable to use selected application."
|
2022-08-08 01:31:55 +02:00
|
|
|
},
|
|
|
|
"patchesSelectorView": {
|
2022-08-09 02:16:33 +02:00
|
|
|
"searchBarHint": "Search patches",
|
|
|
|
"fabButton": "Done"
|
2022-08-10 14:30:28 +02:00
|
|
|
},
|
2022-08-13 11:56:30 +02:00
|
|
|
"installerView": {
|
|
|
|
"widgetTitle": "Installer",
|
2022-08-15 04:31:36 +02:00
|
|
|
"fabInstallButton": "Install",
|
2022-08-18 16:33:33 +02:00
|
|
|
"fabOpenButton": "Open",
|
|
|
|
"notificationTitle": "ReVanced Manager is patching",
|
|
|
|
"notificationText": "Tap to return to the installer"
|
2022-08-13 11:56:30 +02:00
|
|
|
},
|
2022-08-10 14:30:28 +02:00
|
|
|
"settingsView": {
|
|
|
|
"widgetTitle": "Settings",
|
|
|
|
"languageLabel": "Language",
|
|
|
|
"themeLabel": "Theme",
|
|
|
|
"themeHint": "Change the theme of the app",
|
|
|
|
"darkThemeLabel": "Dark",
|
|
|
|
"lightThemeLabel": "Light",
|
|
|
|
"versionLabel": "Version",
|
|
|
|
"aboutLabel": "About",
|
|
|
|
"contributorsLabel": "Contributors"
|
2022-08-14 16:03:01 +02:00
|
|
|
},
|
|
|
|
"rootCheckerView": {
|
|
|
|
"widgetTitle": "Is your device rooted?",
|
2022-08-14 22:32:03 +02:00
|
|
|
"widgetDescription": "Don't know what this means or prefer to use non-root version? Just click on the button below!",
|
2022-08-14 20:40:34 +02:00
|
|
|
"grantPermission": "Grant Root Permission",
|
|
|
|
"grantedPermission": "Magisk permission granted: {isRooted}"
|
2022-08-07 01:37:12 +02:00
|
|
|
}
|
|
|
|
}
|