mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
feat: add i18n
This commit is contained in:
40
assets/i18n/en.json
Normal file
40
assets/i18n/en.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"appSelectorCard": {
|
||||
"widgetTitle": "Select application",
|
||||
"widgetSubtitle": "No application selected."
|
||||
},
|
||||
"patchSelectorCard": {
|
||||
"widgetTitle": "Select patches",
|
||||
"widgetSubtitle": "Select an application first."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user