mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
69 lines
2.2 KiB
JSON
69 lines
2.2 KiB
JSON
{
|
|
"main": {
|
|
"dashboardTab": "Dashboard",
|
|
"patcherTab": "Patcher",
|
|
"settingsTab": "Settings"
|
|
},
|
|
"homeView": {
|
|
"widgetTitle": "Dashboard",
|
|
"updatesSubtitle": "Updates",
|
|
"patchedSubtitle": "Patched Applications",
|
|
"updatesAvailable": "Updates Available",
|
|
"installed": "Installed"
|
|
},
|
|
"applicationItem": {
|
|
"patchButton": "Patch",
|
|
"changelogLabel": "Changelog"
|
|
},
|
|
"latestCommitCard": {
|
|
"loadingLabel": "Loading",
|
|
"patcherLabel": "Patcher: ",
|
|
"managerLabel": "Manager: ",
|
|
"updateButton": "Update Manager"
|
|
},
|
|
"patcherView": {
|
|
"widgetTitle": "Patcher",
|
|
"fabButton": "Patch"
|
|
},
|
|
"appSelectorCard": {
|
|
"widgetTitle": "Select application",
|
|
"widgetSubtitle": "No application selected.",
|
|
"noAppsLabel": "No apps found."
|
|
},
|
|
"patchSelectorCard": {
|
|
"widgetTitle": "Select patches",
|
|
"widgetSubtitle": "Select an application first.",
|
|
"widgetEmptySubtitle": "No patches selected."
|
|
},
|
|
"appSelectorView": {
|
|
"searchBarHint": "Search applications",
|
|
"fabButton": "Storage",
|
|
"errorMessage": "Unable to use selected application."
|
|
},
|
|
"patchesSelectorView": {
|
|
"searchBarHint": "Search patches",
|
|
"fabButton": "Done"
|
|
},
|
|
"installerView": {
|
|
"widgetTitle": "Installer",
|
|
"fabInstallButton": "Install",
|
|
"fabOpenButton": "Open"
|
|
},
|
|
"settingsView": {
|
|
"widgetTitle": "Settings",
|
|
"languageLabel": "Language",
|
|
"themeLabel": "Theme",
|
|
"themeHint": "Change the theme of the app",
|
|
"darkThemeLabel": "Dark",
|
|
"lightThemeLabel": "Light",
|
|
"versionLabel": "Version",
|
|
"aboutLabel": "About",
|
|
"contributorsLabel": "Contributors"
|
|
},
|
|
"rootCheckerView": {
|
|
"widgetTitle": "Is your device rooted?",
|
|
"widgetDescription": "Don't know what this means or prefer to use non-root version? Just click on the button below!",
|
|
"grantPermission": "Grant Root Permission",
|
|
"grantedPermission": "Magisk permission granted: {isRooted}"
|
|
}
|
|
} |