From 3c432729e7cad797a439b5a9583307fe7484caa2 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 23 Jul 2023 09:32:22 -0400 Subject: [PATCH] [GUI] Update template translation, remove unused keys, sort alphabetically --- .vscode/settings.json | 9 +++++---- .../frontend/src/assets/translations/english.json | 15 ++++++--------- .../src/assets/translations/template.json | 12 +++++++++--- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b779a1c0..efb8a3e6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,9 +21,10 @@ "wineboot", "WINEPREFIX", "winetricks" -], -"yaml.schemas": { + ], + "yaml.schemas": { "https://json.schemastore.org/github-issue-config.json": "file:///home/bean/Documents/GitHub/ow-mod-man/.github/ISSUE_TEMPLATE/config.yml" -}, -"rust-analyzer.showUnlinkedFileNotification": false + }, + "rust-analyzer.showUnlinkedFileNotification": false, + "githubPullRequests.ignoredPullRequestBranches": ["main"] } diff --git a/owmods_gui/frontend/src/assets/translations/english.json b/owmods_gui/frontend/src/assets/translations/english.json index e1b95750..a258ac75 100644 --- a/owmods_gui/frontend/src/assets/translations/english.json +++ b/owmods_gui/frontend/src/assets/translations/english.json @@ -29,6 +29,7 @@ "EDIT_OWML": "Edit OWML Install", "ENABLE_ALL": "Enable All", "ENABLE_DEPS_MESSAGE": "This mod has dependencies that are currently disabled\n Would you like to enable the dependencies as well?\n(You can always enable dependencies and skip this dialog in Settings)", + "ERROR_LOADING_OWML_CONFIG": "Couldn't load OWML Config", "EXPORT_MODS": "Export Mod List", "Error": "Error", "FATAL_ERROR": "Fatal Error", @@ -54,9 +55,6 @@ "INSTALL_OWML_PRERELEASE": "Install Prerelease Version Of OWML", "INSTALL_WARNING": "Please be careful when downloading mods from sources other than the default database, make sure the link or zip file comes from a trustworthy source such as the Modding Discord.", "INVALID_OWML": "Invalid OWML path, please select the folder containing OWML.Manifest.json", - "ERROR_LOADING_OWML_CONFIG": "Couldn't load OWML Config", - "ERROR_LOADING_GUI_CONFIG": "Couldn't load GUI Settings", - "ERROR_LOADING_CONFIG": "Couldn't Load Settings", "Info": "Info", "InvalidManifest": "Invalid manifest file: \"$payload$\"", "JSON_FILE": "JSON File", @@ -76,19 +74,18 @@ "NAME": "Name", "NO_DOWNLOADS": "No Downloads", "NO_MODS": "No Mods Installed, Click \"Get Mods\" To Grab Some!", - "NO_REMOTE_MODS": "No Mods Found In The Database, Check Your Network Connection and Database URL", "NO_MODS_FROM_FILTER": "No Mods Found", + "NO_REMOTE_MODS": "No Mods Found In The Database, Check Your Network Connection and Database URL", "NO_UPDATES": "No Updates Available, Check Back Soon!", - "OK": "Ok", + "OPEN_OWML": "Show OWML Folder", "OPEN_README": "Show On Website", "OPEN_WEBSITE": "Browse Mods Website", - "OPEN_OWML": "Show OWML Folder", "OUTDATED": "Outdated", + "OWML_INSTALL_ERROR": "There was an error downloading OWML, please check your network connection and try again.", + "OWML_NO_PRERELEASE": "There is no prerelease for OWML available", "OWML_PATH": "OWML Path", "OWML_SETTINGS": "OWML Settings", "OWML_SETUP_MESSAGE": "You'll need to setup OWML to continue, please select an option below.", - "OWML_INSTALL_ERROR": "There was an error downloading OWML, please check your network connection and try again.", - "OWML_NO_PRERELEASE": "There is no prerelease for OWML available", "Outdated": "This mod is outdated, consider updating (latest version is v$payload$)", "PAGE_ERROR": "Error Loading Page", "PLATFORM": "Platform: $platform$", @@ -119,9 +116,9 @@ "TOOLTIP_OWML_DEBUG_MODE": "Makes OWML log more stuff", "TOOLTIP_OWML_PATH": "Must be an absolute path. All mods are installed in a 'Mods' folder inside this.", "TOOLTIP_WATCH_FS": "Watches OWML's Mods folder and settings for changes and refreshes if detected", - "UNKNOWN_ERROR": "Unknown Error", "UNINSTALL": "Uninstall", "UNIQUE_NAME": "Unique Name", + "UNKNOWN_ERROR": "Unknown Error", "UPDATE": "Update", "UPDATES": "Updates $amount$", "UPDATE_ALL": "Update All", diff --git a/owmods_gui/frontend/src/assets/translations/template.json b/owmods_gui/frontend/src/assets/translations/template.json index 474b9b18..7696789b 100644 --- a/owmods_gui/frontend/src/assets/translations/template.json +++ b/owmods_gui/frontend/src/assets/translations/template.json @@ -11,6 +11,7 @@ "BY": "", "CANCEL": "", "CLEAR_LOGS": "", + "CLEAR_TAGS": "", "CONFIRM": "", "CONTINUE": "", "ConflictingMod": "", @@ -28,9 +29,11 @@ "EDIT_OWML": "", "ENABLE_ALL": "", "ENABLE_DEPS_MESSAGE": "", + "ERROR_LOADING_OWML_CONFIG": "", "EXPORT_MODS": "", "Error": "", "FATAL_ERROR": "", + "FILE_DROP_MESSAGE": "", "FILE_PATH": "", "FILTER": "", "FIX": "", @@ -71,18 +74,20 @@ "NAME": "", "NO_DOWNLOADS": "", "NO_MODS": "", + "NO_MODS_FROM_FILTER": "", "NO_REMOTE_MODS": "", "NO_UPDATES": "", - "OK": "", + "OPEN_OWML": "", "OPEN_README": "", "OPEN_WEBSITE": "", "OUTDATED": "", + "OWML_INSTALL_ERROR": "", + "OWML_NO_PRERELEASE": "", "OWML_PATH": "", "OWML_SETTINGS": "", "OWML_SETUP_MESSAGE": "", - "OWML_INSTALL_ERROR": "", - "OWML_NO_PRERELEASE": "", "Outdated": "", + "PAGE_ERROR": "", "PLATFORM": "", "PREPATCHER_WARNING": "", "PREPATCHER_WARNING_TITLE": "", @@ -113,6 +118,7 @@ "TOOLTIP_WATCH_FS": "", "UNINSTALL": "", "UNIQUE_NAME": "", + "UNKNOWN_ERROR": "", "UPDATE": "", "UPDATES": "", "UPDATE_ALL": "",