From 4c4b694db95b6a176eca488b4a69936134a40511 Mon Sep 17 00:00:00 2001 From: Palm Date: Tue, 20 Sep 2022 13:57:20 +0700 Subject: [PATCH] chore: update English language capitalizations and format (#228) * chore: update English language capitalizations and format * chore: revert capitalization changes as requested --- assets/i18n/en.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/assets/i18n/en.json b/assets/i18n/en.json index a9fed214..0c951a7a 100644 --- a/assets/i18n/en.json +++ b/assets/i18n/en.json @@ -14,18 +14,18 @@ "widgetTitle": "Dashboard", "updatesSubtitle": "Updates", "patchedSubtitle": "Patched Applications", - "updatesAvailable": "Updates Available", + "updatesAvailable": "Updates available", "noUpdates": "No updates available", "noInstallations": "No patched applications installed", "installed": "Installed", - "updateDialogTitle": "Update", - "updateDialogText": "Are you sure you want to download and update Manager?", - "notificationTitle": "ReVanced Manager was updated!", + "updateDialogTitle": "Update Manager", + "updateDialogText": "Are you sure you want to download and update ReVanced Manager?", + "notificationTitle": "ReVanced Manager was updated", "notificationText": "Tap to open the app", - "downloadingMessage": "Downloading update!", - "installingMessage": "Installing update... Hang on!", - "errorDownloadMessage": "Unable to download update!", - "errorInstallMessage": "Unable to install update!", + "downloadingMessage": "Downloading update...", + "installingMessage": "Installing update...", + "errorDownloadMessage": "Unable to download update", + "errorInstallMessage": "Unable to install update", "noConnection": "No internet connection" }, "applicationItem": { @@ -34,7 +34,7 @@ "changelogLabel": "Changelog" }, "latestCommitCard": { - "loadingLabel": "Loading", + "loadingLabel": "Loading...", "timeagoLabel": "{time} ago", "patcherLabel": "Patcher: ", "managerLabel": "Manager: ", @@ -44,12 +44,12 @@ "widgetTitle": "Patcher", "patchButton": "Patch", "patchDialogTitle": "Warning", - "patchDialogText": "You have selected a resource patch and a split APK installation was detected so patching errors can occur.\nAre you sure you want to proceed with patching a split base APK?" + "patchDialogText": "You have selected a resource patch and a split APK installation was detected so patching errors may occur.\nAre you sure you want to proceed with patching a split base APK?" }, "appSelectorCard": { "widgetTitle": "Select application", "widgetTitleSelected": "Selected application", - "widgetSubtitle": "No application selected.", + "widgetSubtitle": "No application selected", "noAppsLabel": "No applications found.", "currentVersion": "Current", "recommendedVersion": "Recommended", @@ -58,11 +58,11 @@ "patchSelectorCard": { "widgetTitle": "Select patches", "widgetTitleSelected": "Selected patches", - "widgetSubtitle": "Select an application first.", - "widgetEmptySubtitle": "No patches selected." + "widgetSubtitle": "Select an application first", + "widgetEmptySubtitle": "No patches selected" }, "socialMediaCard": { - "widgetTitle": "Social Media", + "widgetTitle": "Socials", "widgetSubtitle": "We are online!" }, "appSelectorView": { @@ -75,7 +75,7 @@ "viewTitle": "Select patches", "searchBarHint": "Search patches", "doneButton": "Done", - "noPatchesFound": "No patches found for the selected app." + "noPatchesFound": "No patches found for the selected app" }, "patchItem": { "unsupportedWarningButton": "Unsupported version", @@ -113,13 +113,13 @@ "frenchOption": "French", "sourcesLabel": "Sources", "sourcesLabelHint": "Configure your custom sources", - "orgPatchesLabel" : "Patches Org", + "orgPatchesLabel" : "Patches Organization", "sourcesPatchesLabel" : "Patches Source", - "orgIntegrationsLabel": "Integrations Org", + "orgIntegrationsLabel": "Integrations Organization", "sourcesIntegrationsLabel": "Integrations Source", "sourcesResetDialogTitle": "Reset", "sourcesResetDialogText": "Are you sure you want to reset custom sources to their default values?", - "apiURLResetDialogText": "Are you sure you want to reset API URL to their default values?", + "apiURLResetDialogText": "Are you sure you want to reset API URL to its default value?", "contributorsLabel": "Contributors", "contributorsHint": "A list of contributors of ReVanced", "logsLabel": "Logs",