summaryrefslogtreecommitdiff
path: root/backend/locales
diff options
context:
space:
mode:
authorMarco Rodolfi <marco.rodolfi@tuta.io>2023-06-22 11:36:17 +0200
committerMarco Rodolfi <marco.rodolfi@tuta.io>2023-06-22 11:37:45 +0200
commit388526d02d46720dd7942d0633d4688e89584449 (patch)
tree0e4d674a24c2a44ff41086d56614dafa56734ec6 /backend/locales
parentcb65fb4b110b5ca2ce5f7597b93832622552997b (diff)
downloaddecky-loader-388526d02d46720dd7942d0633d4688e89584449.tar.gz
decky-loader-388526d02d46720dd7942d0633d4688e89584449.zip
Fix: add an API compatibility layer for the old file picker and change the new implementation as V2
Diffstat (limited to 'backend/locales')
-rw-r--r--backend/locales/en-US.json495
-rw-r--r--backend/locales/it-IT.json473
2 files changed, 487 insertions, 481 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json
index d1f431ff..1561b006 100644
--- a/backend/locales/en-US.json
+++ b/backend/locales/en-US.json
@@ -1,249 +1,252 @@
{
- "BranchSelect": {
- "update_channel": {
- "label": "Update Channel",
- "prerelease": "Prerelease",
- "stable": "Stable",
- "testing": "Testing"
- }
- },
- "Developer": {
- "5secreload": "Reloading in 5 seconds",
- "disabling": "Disabling React DevTools",
- "enabling": "Enabling React DevTools"
- },
- "DropdownMultiselect": {
- "button": {
- "back": "Back"
- }
- },
- "FilePickerError": {
- "errors": {
- "file_not_found": "The path specified is not valid. Please check it and reenter it correctly.",
- "unknown": "An unknown error occurred. The raw error is: {{raw_error}}"
- }
- },
- "FilePickerIndex": {
- "files": {
- "all_files": "All Files",
- "file_type": "File Type",
- "show_hidden": "Show Hidden Files"
- },
- "filter": {
- "created_asce": "Created (Oldest)",
- "created_desc": "Created (Newest)",
- "modified_asce": "Modified (Oldest)",
- "modified_desc": "Modified (Newest)",
- "name_asce": "Z-A",
- "name_desc": "A-Z",
- "size_asce": "Size (Smallest)",
- "size_desc": "Size (Largest)"
- },
- "folder": {
- "label": "Folder",
- "select": "Use this folder",
- "show_more": "Show more files"
- }
- },
- "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",
- "plugin_no_desc": "No description provided.",
- "plugin_version_label": "Plugin Version"
- },
- "PluginInstallModal": {
- "install": {
- "button_idle": "Install",
- "button_processing": "Installing",
- "desc": "Are you sure you want to install {{artifact}} {{version}}?",
- "title": "Install {{artifact}}"
- },
- "no_hash": "This plugin does not have a hash, you are installing it at your own risk.",
- "reinstall": {
- "button_idle": "Reinstall",
- "button_processing": "Reinstalling",
- "desc": "Are you sure you want to reinstall {{artifact}} {{version}}?",
- "title": "Reinstall {{artifact}}"
- },
- "update": {
- "button_idle": "Update",
- "button_processing": "Updating",
- "desc": "Are you sure you want to update {{artifact}} {{version}}?",
- "title": "Update {{artifact}}"
- }
- },
- "MultiplePluginsInstallModal": {
- "title": {
- "mixed_one": "Modify {{count}} 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}}",
- "show": "Quick access: Show",
- "hide": "Quick access: Hide",
- "update_all_one": "Update 1 plugin",
- "update_all_other": "Update {{count}} plugins"
- },
- "PluginLoader": {
- "decky_title": "Decky",
- "decky_update_available": "Update to {{tag_name}} available!",
- "error": "Error",
- "plugin_error_uninstall": "Loading {{name}} caused an exception as shown above. This usually means that the plugin requires an update for the new version of SteamUI. Check if an update is present or evaluate its removal in the Decky settings, in the Plugins section.",
- "plugin_load_error": {
- "message": "Error loading plugin {{name}}",
- "toast": "Error loading {{name}}"
- },
- "plugin_uninstall": {
- "button": "Uninstall",
- "desc": "Are you sure you want to uninstall {{name}}?",
- "title": "Uninstall {{name}}"
- },
- "plugin_update_one": "Updates available for 1 plugin!",
- "plugin_update_other": "Updates available for {{count}} plugins!"
- },
- "RemoteDebugging": {
- "remote_cef": {
- "desc": "Allow unauthenticated access to the CEF debugger to anyone in your network",
- "label": "Allow Remote CEF Debugging"
- }
- },
- "SettingsDeveloperIndex": {
- "cef_console": {
- "button": "Open Console",
- "desc": "Opens the CEF Console. Only useful for debugging purposes. Stuff here is potentially dangerous and should only be used if you are a plugin dev, or are directed here by one.",
- "label": "CEF Console"
- },
- "header": "Other",
- "react_devtools": {
- "desc": "Enables connection to a computer running React DevTools. Changing this setting will reload Steam. Set the IP address before enabling.",
- "ip_label": "IP",
- "label": "Enable React DevTools"
- },
- "third_party_plugins": {
- "button_install": "Install",
- "button_zip": "Browse",
- "header": "Third-Party Plugins",
- "label_desc": "URL",
- "label_url": "Install Plugin from URL",
- "label_zip": "Install Plugin from ZIP File"
- },
- "toast_zip": {
- "body": "Installation failed! Only ZIP files are supported.",
- "title": "Decky"
- },
- "valve_internal": {
- "desc1": "Enables the Valve internal developer menu.",
- "desc2": "Do not touch anything in this menu unless you know what it does.",
- "label": "Enable Valve Internal"
- }
- },
- "SettingsGeneralIndex": {
- "about": {
- "decky_version": "Decky Version",
- "header": "About"
- },
- "beta": {
- "header": "Beta participation"
- },
- "developer_mode": {
- "desc": "Enables Decky's developer settings.",
- "label": "Developer mode"
- },
- "other": {
- "header": "Other"
- },
- "updates": {
- "header": "Updates"
- }
- },
- "SettingsIndex": {
- "developer_title": "Developer",
- "general_title": "General",
- "navbar_settings": "Decky Settings",
- "plugins_title": "Plugins"
- },
- "Store": {
- "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"
- },
- "store_filter": {
- "label": "Filter",
- "label_def": "All"
- },
- "store_search": {
- "label": "Search"
- },
- "store_sort": {
- "label": "Sort",
- "label_def": "Last Updated (Newest)"
- },
- "store_source": {
- "desc": "All plugin source code is available on SteamDeckHomebrew/decky-plugin-database repository on GitHub.",
- "label": "Source Code"
- },
- "store_tabs": {
- "about": "About",
- "alph_asce": "Alphabetical (Z to A)",
- "alph_desc": "Alphabetical (A to Z)",
- "title": "Browse"
- },
- "store_testing_cta": "Please consider testing new plugins to help the Decky Loader team!"
- },
- "StoreSelect": {
- "custom_store": {
- "label": "Custom Store",
- "url_label": "URL"
- },
- "store_channel": {
- "custom": "Custom",
- "default": "Default",
- "label": "Store Channel",
- "testing": "Testing"
- }
- },
- "Updater": {
- "decky_updates": "Decky Updates",
- "no_patch_notes_desc": "no patch notes for this version",
- "patch_notes_desc": "Patch Notes",
- "updates": {
- "check_button": "Check For Updates",
- "checking": "Checking",
- "cur_version": "Current version: {{ver}}",
- "install_button": "Install Update",
- "label": "Updates",
- "lat_version": "Up to date: running {{ver}}",
- "reloading": "Reloading",
- "updating": "Updating"
- }
+ "BranchSelect": {
+ "update_channel": {
+ "label": "Update Channel",
+ "prerelease": "Prerelease",
+ "stable": "Stable",
+ "testing": "Testing"
}
+ },
+ "Developer": {
+ "5secreload": "Reloading in 5 seconds",
+ "disabling": "Disabling React DevTools",
+ "enabling": "Enabling React DevTools"
+ },
+ "DropdownMultiselect": {
+ "button": {
+ "back": "Back"
+ }
+ },
+ "FilePickerError": {
+ "errors": {
+ "file_not_found": "The path specified is not valid. Please check it and reenter it correctly.",
+ "unknown": "An unknown error occurred. The raw error is: {{raw_error}}"
+ }
+ },
+ "FilePickerIndex": {
+ "file": {
+ "select": "Select this file"
+ },
+ "files": {
+ "all_files": "All Files",
+ "file_type": "File Type",
+ "show_hidden": "Show Hidden Files"
+ },
+ "filter": {
+ "created_asce": "Created (Oldest)",
+ "created_desc": "Created (Newest)",
+ "modified_asce": "Modified (Oldest)",
+ "modified_desc": "Modified (Newest)",
+ "name_asce": "Z-A",
+ "name_desc": "A-Z",
+ "size_asce": "Size (Smallest)",
+ "size_desc": "Size (Largest)"
+ },
+ "folder": {
+ "label": "Folder",
+ "select": "Use this folder",
+ "show_more": "Show more files"
+ }
+ },
+ "MultiplePluginsInstallModal": {
+ "confirm": "Are you sure you want to make the following modifications?",
+ "description": {
+ "install": "Install {{name}} {{version}}",
+ "reinstall": "Reinstall {{name}} {{version}}",
+ "update": "Update {{name}} to {{version}}"
+ },
+ "ok_button": {
+ "idle": "Confirm",
+ "loading": "Working"
+ },
+ "title": {
+ "install_one": "Install 1 plugin",
+ "install_other": "Install {{count}} plugins",
+ "mixed_one": "Modify {{count}} plugin",
+ "mixed_other": "Modify {{count}} plugins",
+ "reinstall_one": "Reinstall 1 plugin",
+ "reinstall_other": "Reinstall {{count}} plugins",
+ "update_one": "Update 1 plugin",
+ "update_other": "Update {{count}} plugins"
+ }
+ },
+ "PluginCard": {
+ "plugin_full_access": "This plugin has full access to your Steam Deck.",
+ "plugin_install": "Install",
+ "plugin_no_desc": "No description provided.",
+ "plugin_version_label": "Plugin Version"
+ },
+ "PluginInstallModal": {
+ "install": {
+ "button_idle": "Install",
+ "button_processing": "Installing",
+ "desc": "Are you sure you want to install {{artifact}} {{version}}?",
+ "title": "Install {{artifact}}"
+ },
+ "no_hash": "This plugin does not have a hash, you are installing it at your own risk.",
+ "reinstall": {
+ "button_idle": "Reinstall",
+ "button_processing": "Reinstalling",
+ "desc": "Are you sure you want to reinstall {{artifact}} {{version}}?",
+ "title": "Reinstall {{artifact}}"
+ },
+ "update": {
+ "button_idle": "Update",
+ "button_processing": "Updating",
+ "desc": "Are you sure you want to update {{artifact}} {{version}}?",
+ "title": "Update {{artifact}}"
+ }
+ },
+ "PluginListIndex": {
+ "hide": "Quick access: Hide",
+ "no_plugin": "No plugins installed!",
+ "plugin_actions": "Plugin Actions",
+ "reinstall": "Reinstall",
+ "reload": "Reload",
+ "show": "Quick access: Show",
+ "uninstall": "Uninstall",
+ "update_all_one": "Update 1 plugin",
+ "update_all_other": "Update {{count}} plugins",
+ "update_to": "Update to {{name}}"
+ },
+ "PluginListLabel": {
+ "hidden": "Hidden from the quick access menu"
+ },
+ "PluginLoader": {
+ "decky_title": "Decky",
+ "decky_update_available": "Update to {{tag_name}} available!",
+ "error": "Error",
+ "plugin_error_uninstall": "Loading {{name}} caused an exception as shown above. This usually means that the plugin requires an update for the new version of SteamUI. Check if an update is present or evaluate its removal in the Decky settings, in the Plugins section.",
+ "plugin_load_error": {
+ "message": "Error loading plugin {{name}}",
+ "toast": "Error loading {{name}}"
+ },
+ "plugin_uninstall": {
+ "button": "Uninstall",
+ "desc": "Are you sure you want to uninstall {{name}}?",
+ "title": "Uninstall {{name}}"
+ },
+ "plugin_update_one": "Updates available for 1 plugin!",
+ "plugin_update_other": "Updates available for {{count}} plugins!"
+ },
+ "PluginView": {
+ "hidden_one": "1 plugin is hidden from this list",
+ "hidden_other": "{{count}} plugins are hidden from this list"
+ },
+ "RemoteDebugging": {
+ "remote_cef": {
+ "desc": "Allow unauthenticated access to the CEF debugger to anyone in your network",
+ "label": "Allow Remote CEF Debugging"
+ }
+ },
+ "SettingsDeveloperIndex": {
+ "cef_console": {
+ "button": "Open Console",
+ "desc": "Opens the CEF Console. Only useful for debugging purposes. Stuff here is potentially dangerous and should only be used if you are a plugin dev, or are directed here by one.",
+ "label": "CEF Console"
+ },
+ "header": "Other",
+ "react_devtools": {
+ "desc": "Enables connection to a computer running React DevTools. Changing this setting will reload Steam. Set the IP address before enabling.",
+ "ip_label": "IP",
+ "label": "Enable React DevTools"
+ },
+ "third_party_plugins": {
+ "button_install": "Install",
+ "button_zip": "Browse",
+ "header": "Third-Party Plugins",
+ "label_desc": "URL",
+ "label_url": "Install Plugin from URL",
+ "label_zip": "Install Plugin from ZIP File"
+ },
+ "toast_zip": {
+ "body": "Installation failed! Only ZIP files are supported.",
+ "title": "Decky"
+ },
+ "valve_internal": {
+ "desc1": "Enables the Valve internal developer menu.",
+ "desc2": "Do not touch anything in this menu unless you know what it does.",
+ "label": "Enable Valve Internal"
+ }
+ },
+ "SettingsGeneralIndex": {
+ "about": {
+ "decky_version": "Decky Version",
+ "header": "About"
+ },
+ "beta": {
+ "header": "Beta participation"
+ },
+ "developer_mode": {
+ "desc": "Enables Decky's developer settings.",
+ "label": "Developer mode"
+ },
+ "other": {
+ "header": "Other"
+ },
+ "updates": {
+ "header": "Updates"
+ }
+ },
+ "SettingsIndex": {
+ "developer_title": "Developer",
+ "general_title": "General",
+ "navbar_settings": "Decky Settings",
+ "plugins_title": "Plugins"
+ },
+ "Store": {
+ "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"
+ },
+ "store_filter": {
+ "label": "Filter",
+ "label_def": "All"
+ },
+ "store_search": {
+ "label": "Search"
+ },
+ "store_sort": {
+ "label": "Sort",
+ "label_def": "Last Updated (Newest)"
+ },
+ "store_source": {
+ "desc": "All plugin source code is available on SteamDeckHomebrew/decky-plugin-database repository on GitHub.",
+ "label": "Source Code"
+ },
+ "store_tabs": {
+ "about": "About",
+ "alph_asce": "Alphabetical (Z to A)",
+ "alph_desc": "Alphabetical (A to Z)",
+ "title": "Browse"
+ },
+ "store_testing_cta": "Please consider testing new plugins to help the Decky Loader team!"
+ },
+ "StoreSelect": {
+ "custom_store": {
+ "label": "Custom Store",
+ "url_label": "URL"
+ },
+ "store_channel": {
+ "custom": "Custom",
+ "default": "Default",
+ "label": "Store Channel",
+ "testing": "Testing"
+ }
+ },
+ "Updater": {
+ "decky_updates": "Decky Updates",
+ "no_patch_notes_desc": "no patch notes for this version",
+ "patch_notes_desc": "Patch Notes",
+ "updates": {
+ "check_button": "Check For Updates",
+ "checking": "Checking",
+ "cur_version": "Current version: {{ver}}",
+ "install_button": "Install Update",
+ "label": "Updates",
+ "lat_version": "Up to date: running {{ver}}",
+ "reloading": "Reloading",
+ "updating": "Updating"
+ }
+ }
}
diff --git a/backend/locales/it-IT.json b/backend/locales/it-IT.json
index 41614208..be77fa11 100644
--- a/backend/locales/it-IT.json
+++ b/backend/locales/it-IT.json
@@ -1,256 +1,259 @@
{
- "BranchSelect": {
- "update_channel": {
- "label": "Canale di aggiornamento",
- "prerelease": "Prerilascio",
- "stable": "Stabile",
- "testing": "In prova"
- }
+ "BranchSelect": {
+ "update_channel": {
+ "label": "Canale di aggiornamento",
+ "prerelease": "Prerilascio",
+ "stable": "Stabile",
+ "testing": "In prova"
+ }
+ },
+ "Developer": {
+ "5secreload": "Ricarico tra 5 secondi",
+ "disabling": "Disabilito i tools di React",
+ "enabling": "Abilito i tools di React"
+ },
+ "DropdownMultiselect": {
+ "button": {
+ "back": "Indietro"
+ }
+ },
+ "FilePickerError": {
+ "errors": {
+ "file_not_found": "Il percorso specificato non è valido. Controllalo e prova a reinserirlo di nuovo.",
+ "unknown": "È avvenuto un'errore sconosciuto. L'errore segnalato è {{raw_error}}"
+ }
+ },
+ "FilePickerIndex": {
+ "file": {
+ "select": "Seleziona questo file"
+ },
+ "files": {
+ "all_files": "Tutti i file",
+ "file_type": "Tipo di file",
+ "show_hidden": "Mostra nascosti"
+ },
+ "filter": {
+ "created_asce": "Creazione (meno recente)",
+ "created_desc": "Creazione (più recente)",
+ "modified_asce": "Modifica (meno recente)",
+ "modified_desc": "Modifica (più recente)",
+ "name_asce": "Z-A",
+ "name_desc": "A-Z",
+ "size_asce": "Dimensione (più piccolo)",
+ "size_desc": "Dimensione (più grande)"
+ },
+ "folder": {
+ "label": "Cartella",
+ "select": "Usa questa cartella",
+ "show_more": "Mostra più file"
+ }
+ },
+ "MultiplePluginsInstallModal": {
+ "confirm": "Sei sicuro di voler effettuare le modifiche seguenti?",
+ "description": {
+ "install": "Installa {{name}} {{version}}",
+ "reinstall": "Reinstalla {{name}} {{version}}",
+ "update": "Aggiorna {{name}} alla versione {{version}}"
+ },
+ "ok_button": {
+ "idle": "Conferma",
+ "loading": "Elaboro"
},
- "Developer": {
- "5secreload": "Ricarico tra 5 secondi",
- "disabling": "Disabilito i tools di React",
- "enabling": "Abilito i tools di React"
+ "title": {
+ "install_one": "Installa un plugin",
+ "install_many": "Installa {{count}} plugins",
+ "install_other": "Installa {{count}} plugins",
+ "mixed_one": "Modifica un plugin",
+ "mixed_many": "Modifica {{count}} plugins",
+ "mixed_other": "Modifica {{count}} plugins",
+ "reinstall_one": "Reinstalla un plugin",
+ "reinstall_many": "Reinstalla {{count}} plugins",
+ "reinstall_other": "Reinstalla {{count}} plugins",
+ "update_one": "Aggiorna un plugin",
+ "update_many": "Aggiorna {{count}} plugins",
+ "update_other": "Aggiorna {{count}} plugins"
+ }
+ },
+ "PluginCard": {
+ "plugin_full_access": "Questo plugin ha accesso completo al tuo Steam Deck.",
+ "plugin_install": "Installa",
+ "plugin_no_desc": "Nessuna descrizione fornita.",
+ "plugin_version_label": "Versione Plugin"
+ },
+ "PluginInstallModal": {
+ "install": {
+ "button_idle": "Installa",
+ "button_processing": "Installando",
+ "desc": "Sei sicuro di voler installare {{artifact}} {{version}}?",
+ "title": "Installa {{artifact}}"
+ },
+ "no_hash": "Questo plugin non ha un hash associato, lo stai installando a tuo rischio e pericolo.",
+ "reinstall": {
+ "button_idle": "Reinstalla",
+ "button_processing": "Reinstallando",
+ "desc": "Sei sicuro di voler reinstallare {{artifact}} {{version}}?",
+ "title": "Reinstalla {{artifact}}"
+ },
+ "update": {
+ "button_idle": "Aggiorna",
+ "button_processing": "Aggiornando",
+ "desc": "Sei sicuro di voler aggiornare {{artifact}} {{version}}?",
+ "title": "Aggiorna {{artifact}}"
+ }
+ },
+ "PluginListIndex": {
+ "hide": "Accesso rapido: Nascondi",
+ "no_plugin": "Nessun plugin installato!",
+ "plugin_actions": "Operazioni sui plugins",
+ "reinstall": "Reinstalla",
+ "reload": "Ricarica",
+ "show": "Accesso rapido: Mostra",
+ "uninstall": "Rimuovi",
+ "update_all_one": "Aggiorna un plugin",
+ "update_all_many": "Aggiorna {{count}} plugins",
+ "update_all_other": "Aggiorna {{count}} plugins",
+ "update_to": "Aggiorna a {{name}}"
+ },
+ "PluginListLabel": {
+ "hidden": "Nascosti dal menu di accesso rapido"
+ },
+ "PluginLoader": {
+ "decky_title": "Decky",
+ "decky_update_available": "Disponibile aggiornamento a {{tag_name}}!",
+ "error": "Errore",
+ "plugin_error_uninstall": "Il plugin {{name}} ha causato un'eccezione che è descritta sopra. Questo tipicamente significa che il plugin deve essere aggiornato per funzionare sulla nuova versione di SteamUI. Controlla se è disponibile un aggiornamento o valutane la rimozione andando nelle impostazioni di Decky nella sezione Plugins.",
+ "plugin_load_error": {
+ "message": "Errore caricando il plugin {{name}}",
+ "toast": "Errore caricando {{name}}"
},
- "DropdownMultiselect": {
- "button": {
- "back": "Indietro"
- }
+ "plugin_uninstall": {
+ "button": "Rimuovi",
+ "desc": "Sei sicuro di voler rimuovere {{name}}?",
+ "title": "Rimuovi {{name}}"
},
- "FilePickerError": {
- "errors": {
- "file_not_found": "Il percorso specificato non è valido. Controllalo e prova a reinserirlo di nuovo.",
- "unknown": "È avvenuto un'errore sconosciuto. L'errore segnalato è {{raw_error}}"
- }
+ "plugin_update_one": "Aggiornamento disponibile per 1 plugin!",
+ "plugin_update_many": "Aggiornamenti disponibili per {{count}} plugins!",
+ "plugin_update_other": "Aggiornamenti disponibili per {{count}} plugins!"
+ },
+ "PluginView": {
+ "hidden_one": "Un plugin è nascosto dalla lista",
+ "hidden_many": "Sono nascosti {{count}} plugin dalla lista",
+ "hidden_other": "Sono nascosti {{count}} plugin dalla lista"
+ },
+ "RemoteDebugging": {
+ "remote_cef": {
+ "desc": "Permetti l'accesso non autenticato al debugger di CEF da tutti gli indirizzi sulla tua rete locale",
+ "label": "Permetti il debug remoto di CEF"
+ }
+ },
+ "SettingsDeveloperIndex": {
+ "cef_console": {
+ "button": "Apri la console",
+ "desc": "Apri la console di CEF. Utile solamente per ragioni di debug. Questa opzione deve essere usata solo se sei uno sviluppatore di plugin o se uno di questi ti ha chiesto di farlo, visto che questa feature potrebbe essere potenzialmente pericolosa.",
+ "label": "Console CEF"
},
- "FilePickerIndex": {
- "files": {
- "all_files": "Tutti i file",
- "file_type": "Tipo di file",
- "show_hidden": "Mostra nascosti"
- },
- "filter": {
- "created_asce": "Creazione (meno recente)",
- "created_desc": "Creazione (più recente)",
- "modified_asce": "Modifica (meno recente)",
- "modified_desc": "Modifica (più recente)",
- "name_asce": "Z-A",
- "name_desc": "A-Z",
- "size_asce": "Dimensione (più piccolo)",
- "size_desc": "Dimensione (più grande)"
- },
- "folder": {
- "label": "Cartella",
- "select": "Usa questa cartella",
- "show_more": "Mostra più file"
- }
+ "header": "Altro",
+ "react_devtools": {
+ "desc": "Abilita la connessione ad un computer che esegue i DevTools di React. Steam verrà ricaricato se lo stato cambia. Imposta il tuo indirizzo IP prima di abilitarlo.",
+ "ip_label": "IP",
+ "label": "Abilita i DevTools di React"
},
- "PluginCard": {
- "plugin_full_access": "Questo plugin ha accesso completo al tuo Steam Deck.",
- "plugin_install": "Installa",
- "plugin_no_desc": "Nessuna descrizione fornita.",
- "plugin_version_label": "Versione Plugin"
+ "third_party_plugins": {
+ "button_install": "Installa",
+ "button_zip": "Seleziona",
+ "header": "Plugin di terze parti",
+ "label_desc": "URL",
+ "label_url": "Installa plugin da un'indirizzo web",
+ "label_zip": "Installa plugin da un file ZIP"
},
- "PluginInstallModal": {
- "install": {
- "button_idle": "Installa",
- "button_processing": "Installando",
- "desc": "Sei sicuro di voler installare {{artifact}} {{version}}?",
- "title": "Installa {{artifact}}"
- },
- "no_hash": "Questo plugin non ha un hash associato, lo stai installando a tuo rischio e pericolo.",
- "reinstall": {
- "button_idle": "Reinstalla",
- "button_processing": "Reinstallando",
- "desc": "Sei sicuro di voler reinstallare {{artifact}} {{version}}?",
- "title": "Reinstalla {{artifact}}"
- },
- "update": {
- "button_idle": "Aggiorna",
- "button_processing": "Aggiornando",
- "desc": "Sei sicuro di voler aggiornare {{artifact}} {{version}}?",
- "title": "Aggiorna {{artifact}}"
- }
+ "toast_zip": {
+ "body": "Installazione non riuscita! Solo supportati solo file ZIP.",
+ "title": "Decky"
},
- "PluginListIndex": {
- "no_plugin": "Nessun plugin installato!",
- "plugin_actions": "Operazioni sui plugins",
- "reinstall": "Reinstalla",
- "reload": "Ricarica",
- "uninstall": "Rimuovi",
- "update_to": "Aggiorna a {{name}}",
- "update_all_one": "Aggiorna un plugin",
- "update_all_many": "Aggiorna {{count}} plugins",
- "update_all_other": "Aggiorna {{count}} plugins",
- "show": "Accesso rapido: Mostra",
- "hide": "Accesso rapido: Nascondi"
+ "valve_internal": {
+ "desc1": "Abilita il menu di sviluppo interno di Valve.",
+ "desc2": "Non toccare nulla in questo menu se non sai quello che fa.",
+ "label": "Abilita Menu Sviluppatore"
+ }
+ },
+ "SettingsGeneralIndex": {
+ "about": {
+ "decky_version": "Versione di Decky",
+ "header": "Riguardo a"
},
- "PluginLoader": {
- "decky_title": "Decky",
- "decky_update_available": "Disponibile aggiornamento a {{tag_name}}!",
- "error": "Errore",
- "plugin_error_uninstall": "Il plugin {{name}} ha causato un'eccezione che è descritta sopra. Questo tipicamente significa che il plugin deve essere aggiornato per funzionare sulla nuova versione di SteamUI. Controlla se è disponibile un aggiornamento o valutane la rimozione andando nelle impostazioni di Decky nella sezione Plugins.",
- "plugin_load_error": {
- "message": "Errore caricando il plugin {{name}}",
- "toast": "Errore caricando {{name}}"
- },
- "plugin_uninstall": {
- "button": "Rimuovi",
- "desc": "Sei sicuro di voler rimuovere {{name}}?",
- "title": "Rimuovi {{name}}"
- },
- "plugin_update_one": "Aggiornamento disponibile per 1 plugin!",
- "plugin_update_many": "Aggiornamenti disponibili per {{count}} plugins!",
- "plugin_update_other": "Aggiornamenti disponibili per {{count}} plugins!"
+ "beta": {
+ "header": "Partecipazione alla beta"
},
- "RemoteDebugging": {
- "remote_cef": {
- "desc": "Permetti l'accesso non autenticato al debugger di CEF da tutti gli indirizzi sulla tua rete locale",
- "label": "Permetti il debug remoto di CEF"
- }
+ "developer_mode": {
+ "desc": "Abilità le impostazioni di sviluppo di Decky.",
+ "label": "Modalità sviluppatore"
},
- "SettingsDeveloperIndex": {
- "header": "Altro",
- "react_devtools": {
- "desc": "Abilita la connessione ad un computer che esegue i DevTools di React. Steam verrà ricaricato se lo stato cambia. Imposta il tuo indirizzo IP prima di abilitarlo.",
- "ip_label": "IP",
- "label": "Abilita i DevTools di React"
- },
- "third_party_plugins": {
- "button_install": "Installa",
- "button_zip": "Seleziona",
- "header": "Plugin di terze parti",
- "label_desc": "URL",
- "label_url": "Installa plugin da un'indirizzo web",
- "label_zip": "Installa plugin da un file ZIP"
- },
- "toast_zip": {
- "body": "Installazione non riuscita! Solo supportati solo file ZIP.",
- "title": "Decky"
- },
- "valve_internal": {
- "desc1": "Abilita il menu di sviluppo interno di Valve.",
- "desc2": "Non toccare nulla in questo menu se non sai quello che fa.",
- "label": "Abilita Menu Sviluppatore"
- },
- "cef_console": {
- "label": "Console CEF",
- "button": "Apri la console",
- "desc": "Apri la console di CEF. Utile solamente per ragioni di debug. Questa opzione deve essere usata solo se sei uno sviluppatore di plugin o se uno di questi ti ha chiesto di farlo, visto che questa feature potrebbe essere potenzialmente pericolosa."
- }
+ "other": {
+ "header": "Altro"
},
- "SettingsGeneralIndex": {
- "about": {
- "decky_version": "Versione di Decky",
- "header": "Riguardo a"
- },
- "beta": {
- "header": "Partecipazione alla beta"
- },
- "developer_mode": {
- "desc": "Abilità le impostazioni di sviluppo di Decky.",
- "label": "Modalità sviluppatore"
- },
- "other": {
- "header": "Altro"
- },
- "updates": {
- "header": "Aggiornamenti"
- }
+ "updates": {
+ "header": "Aggiornamenti"
+ }
+ },
+ "SettingsIndex": {
+ "developer_title": "Sviluppatore",
+ "general_title": "Generali",
+ "navbar_settings": "Impostazioni Decky",
+ "plugins_title": "Plugins"
+ },
+ "Store": {
+ "store_contrib": {
+ "desc": "Se desideri contribuire allo store di Decky, puoi trovare un template caricato su GitHub all'indirizzo SteamDeckHomebrew/decky-plugin-template. Informazioni riguardo sviluppo e distribuzione sono disponibili nel README.",
+ "label": "Contribuisci"
},
- "SettingsIndex": {
- "developer_title": "Sviluppatore",
- "general_title": "Generali",
- "navbar_settings": "Impostazioni Decky",
- "plugins_title": "Plugins"
+ "store_filter": {
+ "label": "Filtra",
+ "label_def": "Tutto"
},
- "Store": {
- "store_contrib": {
- "desc": "Se desideri contribuire allo store di Decky, puoi trovare un template caricato su GitHub all'indirizzo SteamDeckHomebrew/decky-plugin-template. Informazioni riguardo sviluppo e distribuzione sono disponibili nel README.",
- "label": "Contribuisci"
- },
- "store_filter": {
- "label": "Filtra",
- "label_def": "Tutto"
- },
- "store_search": {
- "label": "Cerca"
- },
- "store_sort": {
- "label": "Ordina",
- "label_def": "Ultimo aggiornato (Più recente)"
- },
- "store_source": {
- "desc": "Tutto il codice sorgente dei plugin è disponibile su GitHub all'indirizzo SteamDeckHomebrew/decky-plugin-database.",
- "label": "Codice Sorgente"
- },
- "store_tabs": {
- "about": "Riguardo a",
- "alph_asce": "Alfabetico (Z a A)",
- "alph_desc": "Alfabetico (A a Z)",
- "title": "Sfoglia"
- },
- "store_testing_cta": "Valuta la possibilità di testare nuovi plugin per aiutare il team di Decky Loader!"
+ "store_search": {
+ "label": "Cerca"
},
- "StoreSelect": {
- "custom_store": {
- "label": "Negozio custom",
- "url_label": "URL"
- },
- "store_channel": {
- "custom": "Personalizzato",
- "default": "Default",
- "label": "Canale del negozio",
- "testing": "In prova"
- }
+ "store_sort": {
+ "label": "Ordina",
+ "label_def": "Ultimo aggiornato (Più recente)"
},
- "Updater": {
- "decky_updates": "Aggiornamento di Decky",
- "no_patch_notes_desc": "nessuna patch notes per questa versione",
- "patch_notes_desc": "Cambiamenti",
- "updates": {
- "check_button": "Cerca aggiornamenti",
- "checking": "Controllando",
- "cur_version": "Versione attuale: {{ver}}",
- "install_button": "Installa aggiornamento",
- "label": "Aggiornamenti",
- "lat_version": "Aggiornato. Eseguendo {{ver}}",
- "reloading": "Ricaricando",
- "updating": "Aggiornando"
- }
+ "store_source": {
+ "desc": "Tutto il codice sorgente dei plugin è disponibile su GitHub all'indirizzo SteamDeckHomebrew/decky-plugin-database.",
+ "label": "Codice Sorgente"
},
- "MultiplePluginsInstallModal": {
- "title": {
- "mixed_one": "Modifica un plugin",
- "mixed_many": "Modifica {{count}} plugins",
- "mixed_other": "Modifica {{count}} plugins",
- "update_one": "Aggiorna un plugin",
- "update_many": "Aggiorna {{count}} plugins",
- "update_other": "Aggiorna {{count}} plugins",
- "reinstall_one": "Reinstalla un plugin",
- "reinstall_many": "Reinstalla {{count}} plugins",
- "reinstall_other": "Reinstalla {{count}} plugins",
- "install_one": "Installa un plugin",
- "install_many": "Installa {{count}} plugins",
- "install_other": "Installa {{count}} plugins"
- },
- "confirm": "Sei sicuro di voler effettuare le modifiche seguenti?",
- "ok_button": {
- "idle": "Conferma",
- "loading": "Elaboro"
- },
- "description": {
- "install": "Installa {{name}} {{version}}",
- "update": "Aggiorna {{name}} alla versione {{version}}",
- "reinstall": "Reinstalla {{name}} {{version}}"
- }
+ "store_tabs": {
+ "about": "Riguardo a",
+ "alph_asce": "Alfabetico (Z a A)",
+ "alph_desc": "Alfabetico (A a Z)",
+ "title": "Sfoglia"
},
- "PluginView": {
- "hidden_one": "Un plugin è nascosto dalla lista",
- "hidden_many": "Sono nascosti {{count}} plugin dalla lista",
- "hidden_other": "Sono nascosti {{count}} plugin dalla lista"
+ "store_testing_cta": "Valuta la possibilità di testare nuovi plugin per aiutare il team di Decky Loader!"
+ },
+ "StoreSelect": {
+ "custom_store": {
+ "label": "Negozio custom",
+ "url_label": "URL"
},
- "PluginListLabel": {
- "hidden": "Nascosti dal menu di accesso rapido"
+ "store_channel": {
+ "custom": "Personalizzato",
+ "default": "Default",
+ "label": "Canale del negozio",
+ "testing": "In prova"
+ }
+ },
+ "Updater": {
+ "decky_updates": "Aggiornamento di Decky",
+ "no_patch_notes_desc": "nessuna patch notes per questa versione",
+ "patch_notes_desc": "Cambiamenti",
+ "updates": {
+ "check_button": "Cerca aggiornamenti",
+ "checking": "Controllando",
+ "cur_version": "Versione attuale: {{ver}}",
+ "install_button": "Installa aggiornamento",
+ "label": "Aggiornamenti",
+ "lat_version": "Aggiornato. Eseguendo {{ver}}",
+ "reloading": "Ricaricando",
+ "updating": "Aggiornando"
}
+ }
}