diff options
| author | Weblate <noreply@weblate.org> | 2023-06-08 14:40:08 +0000 |
|---|---|---|
| committer | Weblate <noreply@weblate.org> | 2023-06-08 14:40:08 +0000 |
| commit | 89bbbf6fe4348236f9828a39ddc8f1790cb2f2f4 (patch) | |
| tree | c175788ffc6917a66db810eb14073c57b750efb3 /backend/locales | |
| parent | fdc556edeed416843f3e4b9d5c1a9e163dc72d89 (diff) | |
| parent | 9a05c228a004392df6921a7706f4ae6a62fff2d3 (diff) | |
| download | decky-loader-89bbbf6fe4348236f9828a39ddc8f1790cb2f2f4.tar.gz decky-loader-89bbbf6fe4348236f9828a39ddc8f1790cb2f2f4.zip | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'backend/locales')
| -rw-r--r-- | backend/locales/en-US.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index a347351b..b5c32957 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -17,6 +17,13 @@ "select": "Use this folder" } }, + "PluginView": { + "hidden_one": "1 plugin is hidden from this list", + "hidden_other": "{{count}} plugins are hidden from this list" + }, + "PluginListLabel": { + "hidden": "Hidden from the quick access menu" + }, "PluginCard": { "plugin_full_access": "This plugin has full access to your Steam Deck.", "plugin_install": "Install", @@ -73,6 +80,8 @@ "reload": "Reload", "uninstall": "Uninstall", "update_to": "Update to {{name}}", + "show": "Quick access: Show", + "hide": "Quick access: Hide", "update_all_one": "Update 1 plugin", "update_all_other": "Update {{count}} plugins" }, |
