revanced-manager/assets/i18n/en.json

133 lines
5.1 KiB
JSON
Raw Normal View History

2022-08-07 01:37:12 +02:00
{
"okButton": "OK",
2022-09-05 14:43:13 +02:00
"cancelButton": "Cancel",
"enabledLabel": "Enabled",
"disabledLabel": "Disabled",
"yesLabel": "Yes",
"noLabel": "No",
"navigationView": {
2022-08-07 01:37:12 +02:00
"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": "Updates",
"patchedSubtitle": "Patched Applications",
"updatesAvailable": "Updates Available",
"noUpdates": "No updates available",
"noInstallations": "No patched applications installed",
2022-08-18 16:33:33 +02:00
"installed": "Installed",
"updateDialogTitle": "Update",
"updateDialogText": "Are you sure you want to download and update Manager?",
2022-08-18 16:33:33 +02:00
"notificationTitle": "ReVanced Manager was updated!",
"notificationText": "Tap to open the app",
"downloadingMessage": "Downloading update!",
"installingMessage": "Installing update!",
"errorDownloadMessage": "Unable to download update!",
"errorInstallMessage": "Unable to download update!",
"noConnection": "No internet connection"
2022-08-07 01:37:12 +02:00
},
"applicationItem": {
"patchButton": "Patch",
2022-09-05 14:43:13 +02:00
"infoButton": "Info",
2022-08-07 01:37:12 +02:00
"changelogLabel": "Changelog"
},
"latestCommitCard": {
"loadingLabel": "Loading",
2022-08-17 14:25:08 +02:00
"timeagoLabel": "{time} ago",
2022-08-07 01:37:12 +02:00
"patcherLabel": "Patcher: ",
"managerLabel": "Manager: ",
"updateButton": "Update Manager"
},
"patcherView": {
"widgetTitle": "Patcher",
"patchButton": "Patch"
2022-08-07 01:37:12 +02:00
},
"appSelectorCard": {
"widgetTitle": "Select application",
2022-08-17 18:07:00 +02:00
"widgetTitleSelected": "Selected application",
2022-08-08 00:40:48 +02:00
"widgetSubtitle": "No application selected.",
"noAppsLabel": "No applications found."
2022-08-07 01:37:12 +02:00
},
"patchSelectorCard": {
"widgetTitle": "Select patches",
2022-08-17 18:07:00 +02:00
"widgetTitleSelected": "Selected patches",
"widgetSubtitle": "Select an application first.",
"widgetEmptySubtitle": "No patches selected."
2022-08-08 01:31:55 +02:00
},
"socialMediaCard": {
"widgetTitle": "Social Media",
"widgetSubtitle": "We are online!"
},
2022-08-08 01:31:55 +02:00
"appSelectorView": {
"searchBarHint": "Search applications",
"storageButton": "Storage",
"errorMessage": "Unable to use selected application."
2022-08-08 01:31:55 +02:00
},
"patchesSelectorView": {
"searchBarHint": "Search patches",
2022-08-24 15:55:19 +02:00
"doneButton": "Done"
2022-08-10 14:30:28 +02:00
},
"patchItem": {
"unsupportedWarningButton": "Unsupported version",
"unsupportedDialogTitle": "Warning",
"unsupportedDialogText": "Selecting this patch may or may not result in patching errors.\n\nApp version: {packageVersion}\nCurrent supported versions:\n{supportedVersions}"
},
"installerView": {
"widgetTitle": "Installer",
"installButton": "Install",
"installRootButton": "Install as Root",
"openButton": "Open",
"shareButton": "Share file",
2022-08-18 16:33:33 +02:00
"notificationTitle": "ReVanced Manager is patching",
"notificationText": "Tap to return to the installer",
"shareApkMenuOption": "Share APK",
"shareLogMenuOption": "Share log"
},
2022-08-10 14:30:28 +02:00
"settingsView": {
"widgetTitle": "Settings",
"appearanceSectionTitle": "Appearance",
"patcherSectionTitle": "Patcher",
"teamSectionTitle": "Team",
"infoSectionTitle": "Info",
"darkThemeLabel": "Dark Mode",
2022-09-08 13:56:30 +02:00
"darkThemeHint": "Welcome to the Dark Side",
"dynamicThemeLabel": "Material You",
"dynamicThemeHint": "Enjoy an experience closer to your device",
"languageLabel": "Language",
"englishOption": "English",
"frenchOption": "French",
2022-09-07 03:37:25 +02:00
"sourcesLabel": "Sources",
"sourcesLabelHint": "Configure your custom sources",
2022-09-07 03:37:25 +02:00
"orgPatchesLabel" : "Patches Org",
"sourcesPatchesLabel" : "Patches Source",
"orgIntegrationsLabel": "Integrations Org",
"sourcesIntegrationsLabel": "Integrations Source",
"sourcesResetDialogTitle": "Reset",
"sourcesResetDialogText": "Are you sure you want to reset custom sources to their default values?",
"contributorsLabel": "Contributors",
"contributorsHint": "A list of contributors of ReVanced",
"aboutLabel": "About",
"versionLabel": "Version"
2022-08-14 16:03:01 +02:00
},
2022-09-05 14:43:13 +02:00
"appInfoView": {
"widgetTitle": "App Info",
"openButton": "Open",
"uninstallButton": "Uninstall",
"patchButton": "Patch",
"uninstallDialogTitle": "Uninstall",
"uninstallDialogText": "Are you sure you want to uninstall this app?",
"rootDialogTitle": "Error",
"rootDialogText": "App was installed with root mode enabled but currently root mode is disabled.\nPlease enable root mode first.",
2022-09-05 14:43:13 +02:00
"packageNameLabel": "Package Name",
"installTypeLabel": "Installation Type",
"rootTypeLabel": "Root",
"nonRootTypeLabel": "Non-root",
2022-09-05 14:43:13 +02:00
"patchedDateLabel": "Patched Date",
"patchedDateHint": "{date} at {time}",
"appliedPatchesLabel": "Applied Patches",
"appliedPatchesHint": "{quantity} applied patches"
2022-08-07 01:37:12 +02:00
}
2022-08-21 04:25:58 +02:00
}