revanced-manager/assets/i18n/en.json

63 lines
1.8 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"
},
"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-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-07 01:37:12 +02:00
}
}