mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"main": {
|
|
"dashboardTab": "Dashboard",
|
|
"patcherTab": "Patcher",
|
|
"settingsTab": "Settings"
|
|
},
|
|
"homeView": {
|
|
"widgetTitle": "Dashboard",
|
|
"updatesSubtitle": "ReVanced Updates",
|
|
"patchedSubtitle": "Patched Applications"
|
|
},
|
|
"availableUpdatesCard": {
|
|
"widgetTitle": "Updates Available",
|
|
"patchButton": "Patch All",
|
|
"changelogLabel": "Changelog"
|
|
},
|
|
"applicationItem": {
|
|
"patchButton": "Patch"
|
|
},
|
|
"installedAppsCard": {
|
|
"widgetTitle": "Total Installed",
|
|
"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",
|
|
"widgetFirstSubtitle": "Select an application first.",
|
|
"widgetSecondSubtitle": "No patches selected.",
|
|
"widgetThirdSubtitle": "{selected} patch(es) selected."
|
|
},
|
|
"appSelectorView": {
|
|
"searchBarHint": "Search applications",
|
|
"fabButton": "Storage",
|
|
"errorMessage": "Unable to use selected application."
|
|
},
|
|
"patchesSelectorView": {
|
|
"searchBarHint": "Search patches",
|
|
"fabButton": "Done"
|
|
},
|
|
"installerView": {
|
|
"widgetTitle": "Installer",
|
|
"installButton": "Install",
|
|
"shareButton": "Share"
|
|
},
|
|
"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}"
|
|
}
|
|
} |