summaryrefslogtreecommitdiff
path: root/backend/locales/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/locales/en-US.json')
-rw-r--r--backend/locales/en-US.json26
1 files changed, 25 insertions, 1 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json
index c442b7c0..fce3850b 100644
--- a/backend/locales/en-US.json
+++ b/backend/locales/en-US.json
@@ -44,13 +44,37 @@
"title": "Update {{artifact}}"
}
},
+ "MultiplePluginsInstallModal": {
+ "title": {
+ "mixed_one": "Modify 1 plugin",
+ "mixed_other": "Modify {{count}} plugins",
+ "update_one": "Update 1 plugin",
+ "update_other": "Update {{count}} plugins",
+ "reinstall_one": "Reinstall 1 plugin",
+ "reinstall_other": "Reinstall {{count}} plugins",
+ "install_one": "Install 1 plugin",
+ "install_other": "Install {{count}} plugins"
+ },
+ "ok_button": {
+ "idle": "Confirm",
+ "loading": "Working"
+ },
+ "confirm": "Are you sure you want to make the following modifications?",
+ "description": {
+ "install": "Install {{name}} {{version}}",
+ "update": "Update {{name}} to {{version}}",
+ "reinstall": "Reinstall {{name}} {{version}}"
+ }
+ },
"PluginListIndex": {
"no_plugin": "No plugins installed!",
"plugin_actions": "Plugin Actions",
"reinstall": "Reinstall",
"reload": "Reload",
"uninstall": "Uninstall",
- "update_to": "Update to {{name}}"
+ "update_to": "Update to {{name}}",
+ "update_all_one": "Update 1 plugin",
+ "update_all_other": "Update {{count}} plugins"
},
"PluginLoader": {
"decky_title": "Decky",