mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
[GUI] Update template translation, remove unused keys, sort alphabetically
This commit is contained in:
parent
a69302d026
commit
3c432729e7
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -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"]
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user