revanced-manager/assets/i18n/en.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2022-08-07 01:37:12 +02:00
{
"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"
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",
2022-08-09 03:30:12 +02:00
"widgetFirstSubtitle": "Select an application first.",
"widgetSecondSubtitle": "No patches selected.",
"widgetThirdSubtitle": "{selected} patch(es) selected."
2022-08-08 01:31:55 +02:00
},
"appSelectorView": {
"searchBarHint": "Search applications"
},
"patchesSelectorView": {
"searchBarHint": "Search patches",
"fabButton": "Done"
2022-08-07 01:37:12 +02:00
}
}