summaryrefslogtreecommitdiff
path: root/backend/decky_loader/locales/en-US.json
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-07-08 17:33:09 -0400
committerAAGaming <aagaming@riseup.net>2024-07-08 17:33:09 -0400
commit68c6eedb8154a8483bdbf2b5c3320d1368fc4504 (patch)
tree12792e74f475de5a9d2185eb30e3d38900a4f350 /backend/decky_loader/locales/en-US.json
parent7e0ec279e7f9184fdedbe237cba06b2724378801 (diff)
downloaddecky-loader-68c6eedb8154a8483bdbf2b5c3320d1368fc4504.tar.gz
decky-loader-68c6eedb8154a8483bdbf2b5c3320d1368fc4504.zip
fix(i18n): fix i18next-parser configuration
i can't wait to fix the weblate conflicts this one causes
Diffstat (limited to 'backend/decky_loader/locales/en-US.json')
-rw-r--r--backend/decky_loader/locales/en-US.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/backend/decky_loader/locales/en-US.json b/backend/decky_loader/locales/en-US.json
index 94e1ed3d..23566026 100644
--- a/backend/decky_loader/locales/en-US.json
+++ b/backend/decky_loader/locales/en-US.json
@@ -198,6 +198,15 @@
"testing_title": "Testing"
},
"Store": {
+ "download_progress_info": {
+ "download_zip": "Downloading plugin",
+ "increment_count": "Incrementing download count",
+ "installing_plugin": "Installing plugin",
+ "open_zip": "Opening zip file",
+ "parse_zip": "Parsing zip file",
+ "start": "Initializing",
+ "uninstalling_previous": "Uninstalling previous copy"
+ },
"store_contrib": {
"desc": "If you would like to contribute to the Decky Plugin Store, check the SteamDeckHomebrew/decky-plugin-template repository on GitHub. Information on development and distribution is available in the README.",
"label": "Contributing"
@@ -231,15 +240,6 @@
"store_testing_warning": {
"desc": "You can use this store channel to test bleeding-edge plugin versions. Be sure to leave feedback on GitHub so the plugin can be updated for all users.",
"label": "Welcome to the Testing Store Channel"
- },
- "download_progress_info": {
- "start": "Initializing",
- "open_zip": "Opening zip file",
- "download_zip": "Downloading plugin",
- "increment_count": "Incrementing download count",
- "parse_zip": "Parsing zip file",
- "uninstalling_previous": "Uninstalling previous copy",
- "installing_plugin": "Installing plugin"
}
},
"StoreSelect": {
@@ -254,6 +254,13 @@
"testing": "Testing"
}
},
+ "Testing": {
+ "download": "Download",
+ "error": "Error Installing PR",
+ "header": "The following versions of Decky Loader are built from open third-party Pull Requests. The Decky Loader team has not verified their functionality or security, and they may be outdated.",
+ "loading": "Loading open Pull Requests...",
+ "start_download_toast": "Downloading PR #{{id}}"
+ },
"TitleView": {
"decky_store_desc": "Open Decky Store",
"settings_desc": "Open Decky Settings"
@@ -272,12 +279,5 @@
"reloading": "Reloading",
"updating": "Updating"
}
- },
- "Testing": {
- "download": "Download",
- "header": "The following versions of Decky Loader are built from open third-party Pull Requests. The Decky Loader team has not verified their functionality or security, and they may be outdated.",
- "loading": "Loading open Pull Requests...",
- "error": "Error Installing PR",
- "start_download_toast": "Downloading PR #{{id}}"
}
}