mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"main": {
|
|
"dashboardTab": "Dashboard",
|
|
"patcherTab": "Patcher"
|
|
},
|
|
"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"
|
|
},
|
|
"patchesSelectorView": {
|
|
"searchBarHint": "Search patches",
|
|
"fabButton": "Done"
|
|
}
|
|
} |