2022-08-07 01:37:12 +02:00
{
2022-08-31 12:05:38 +02:00
"okButton" : "OK" ,
2022-09-05 14:43:13 +02:00
"cancelButton" : "Cancel" ,
"enabledLabel" : "Enabled" ,
"disabledLabel" : "Disabled" ,
2022-09-06 15:40:49 +02:00
"yesLabel" : "Yes" ,
"noLabel" : "No" ,
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" ,
2022-08-16 19:49:46 +02:00
"updatesSubtitle" : "Updates" ,
2022-08-16 15:06:56 +02:00
"patchedSubtitle" : "Patched Applications" ,
"updatesAvailable" : "Updates Available" ,
2022-09-02 01:10:10 +02:00
"noUpdates" : "No updates available" ,
2022-09-02 15:35:25 +02:00
"noInstallations" : "No patched applications installed" ,
2022-08-18 16:33:33 +02:00
"installed" : "Installed" ,
"notificationTitle" : "ReVanced Manager was updated!" ,
2022-08-18 23:26:35 +02:00
"notificationText" : "Tap to open the app" ,
"downloadingMessage" : "Downloading update!" ,
"installingMessage" : "Installing update!" ,
"errorDownloadMessage" : "Unable to download update!" ,
"errorInstallMessage" : "Unable to download update!"
2022-08-07 01:37:12 +02:00
} ,
"applicationItem" : {
2022-08-16 15:06:56 +02:00
"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" : {
2022-08-09 02:16:33 +02:00
"widgetTitle" : "Patcher" ,
2022-08-31 10:32:10 +02:00
"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." ,
2022-09-02 15:35:25 +02:00
"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" ,
2022-08-15 04:31:36 +02:00
"widgetSubtitle" : "Select an application first." ,
"widgetEmptySubtitle" : "No patches selected."
2022-08-08 01:31:55 +02:00
} ,
2022-09-02 15:35:25 +02:00
"socialMediaCard" : {
"widgetTitle" : "Social Media" ,
"widgetSubtitle" : "We are online!"
} ,
2022-08-08 01:31:55 +02:00
"appSelectorView" : {
2022-08-13 11:56:30 +02:00
"searchBarHint" : "Search applications" ,
2022-08-31 10:32:10 +02:00
"storageButton" : "Storage" ,
2022-08-13 11:56:30 +02:00
"errorMessage" : "Unable to use selected application."
2022-08-08 01:31:55 +02:00
} ,
"patchesSelectorView" : {
2022-08-09 02:16:33 +02:00
"searchBarHint" : "Search patches" ,
2022-08-24 15:55:19 +02:00
"doneButton" : "Done"
2022-08-10 14:30:28 +02:00
} ,
2022-08-31 12:05:38 +02:00
"patchItem" : {
"unsupportedWarningButton" : "Unsupported version" ,
"alertDialogTitle" : "Warning" ,
"alertDialogText" : "Selecting this patch may or may not result in patching errors.\n\nApp version: {packageVersion}\nCurrent supported versions:\n{supportedVersions}"
} ,
2022-08-13 11:56:30 +02:00
"installerView" : {
"widgetTitle" : "Installer" ,
2022-08-24 14:22:36 +02:00
"installButton" : "Install" ,
2022-09-06 15:40:49 +02:00
"installRootButton" : "Install as Root" ,
2022-08-24 14:22:36 +02:00
"openButton" : "Open" ,
2022-08-30 15:53:37 +02:00
"shareButton" : "Share file" ,
2022-08-18 16:33:33 +02:00
"notificationTitle" : "ReVanced Manager is patching" ,
2022-09-06 15:40:49 +02:00
"notificationText" : "Tap to return to the installer" ,
"shareApkMenuOption" : "Share APK" ,
"shareLogMenuOption" : "Share log"
2022-08-13 11:56:30 +02:00
} ,
2022-08-10 14:30:28 +02:00
"settingsView" : {
"widgetTitle" : "Settings" ,
2022-09-02 15:35:25 +02:00
"appearanceSectionTitle" : "Appearance" ,
"patcherSectionTitle" : "Patcher" ,
"teamSectionTitle" : "Team" ,
"infoSectionTitle" : "Info" ,
2022-09-05 04:32:36 +02:00
"darkThemeLabel" : "Dark Mode" ,
"darkThemeHint" : "Welcome to the dark side" ,
"dynamicThemeLabel" : "Material You" ,
"dynamicThemeHint" : "Enjoy an experience closer to your device" ,
2022-09-02 15:35:25 +02:00
"languageLabel" : "Language" ,
"englishOption" : "English" ,
"frenchOption" : "French" ,
2022-09-07 03:37:25 +02:00
"sourcesLabel" : "Sources" ,
"sourcesLabelHint" : "Add your custom sources" ,
"orgPatchesLabel" : "Patches Org" ,
"sourcesPatchesLabel" : "Patches Source" ,
"orgIntegrationsLabel" : "Integrations Org" ,
"sourcesIntegrationsLabel" : "Integrations Source" ,
2022-09-02 15:35:25 +02:00
"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" ,
"alertDialogTitle" : "Uninstall" ,
"alertDialogText" : "Are you sure you want to uninstall this app?" ,
"errorDialogText" : "App was installed with root mode enabled but currently root mode is disabled.\nPlease enable root mode first." ,
"packageNameLabel" : "Package Name" ,
2022-09-06 15:40:49 +02:00
"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
}