revanced-manager/assets/i18n/en.json

69 lines
2.2 KiB
JSON
Raw Normal View History

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",
"updatesSubtitle": "ReVanced Updates",
"patchedSubtitle": "Patched Applications",
"updatesAvailable": "Updates Available",
"installed": "Installed"
2022-08-07 01:37:12 +02:00
},
"applicationItem": {
"patchButton": "Patch",
2022-08-07 01:37:12 +02:00
"changelogLabel": "Changelog"
},
"latestCommitCard": {
"loadingLabel": "Loading",
"patcherLabel": "Patcher: ",
"managerLabel": "Manager: ",
"updateButton": "Update Manager"
},
"patcherView": {
"widgetTitle": "Patcher",
"fabButton": "Patch"
2022-08-07 01:37:12 +02:00
},
"appSelectorCard": {
"widgetTitle": "Select 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",
"widgetSubtitle": "Select an application first.",
"widgetEmptySubtitle": "No patches selected."
2022-08-08 01:31:55 +02:00
},
"appSelectorView": {
"searchBarHint": "Search applications",
"fabButton": "Storage",
"errorMessage": "Unable to use selected application."
2022-08-08 01:31:55 +02:00
},
"patchesSelectorView": {
"searchBarHint": "Search patches",
"fabButton": "Done"
2022-08-10 14:30:28 +02:00
},
"installerView": {
"widgetTitle": "Installer",
"fabInstallButton": "Install",
"fabOpenButton": "Open"
},
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
}
}