diff options
| author | Jonas Dellinger <jonas@dellinger.dev> | 2023-05-29 18:29:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 09:29:36 -0700 |
| commit | 010feddf36646fb9695106bd64eab41e47e962fe (patch) | |
| tree | 4619a5c0fc1b2c9ca475ce644cce18464c77ca3e /backend/locales | |
| parent | 5114bb57112bf8bbad30768ffd26803d464b19a2 (diff) | |
| download | decky-loader-010feddf36646fb9695106bd64eab41e47e962fe.tar.gz decky-loader-010feddf36646fb9695106bd64eab41e47e962fe.zip | |
Add update all button to plugin list (#466)
Diffstat (limited to 'backend/locales')
| -rw-r--r-- | backend/locales/en-US.json | 26 |
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", |
