diff options
| author | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-05-27 19:23:15 +0200 |
|---|---|---|
| committer | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-05-27 19:23:15 +0200 |
| commit | 687f7bf5dbdc3e2c533edea4fe40d48ef1007a13 (patch) | |
| tree | 19342f16e43976571aab26fc50c6553656984e23 /backend/locales | |
| parent | 9cd219fab7bcae607246131981317ae9b25e5e78 (diff) | |
| download | decky-loader-687f7bf5dbdc3e2c533edea4fe40d48ef1007a13.tar.gz decky-loader-687f7bf5dbdc3e2c533edea4fe40d48ef1007a13.zip | |
Simplified the translation error.
Diffstat (limited to 'backend/locales')
| -rw-r--r-- | backend/locales/en-US.json | 2 | ||||
| -rw-r--r-- | backend/locales/it-IT.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index ee4d10a3..19e6aa4b 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -56,7 +56,7 @@ "decky_title": "Decky", "decky_update_available": "Update to {{tag_name}} available!", "error": "Error", - "plugin_error_uninstall": "Loading {{name}} has 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 his removal in <0></0> <1></1> <2></2> Plugins.", + "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 his removal in the Decky settings, in the Plugins section.", "plugin_load_error": { "message": "Error loading plugin {{name}}", "toast": "Error loading {{name}}" diff --git a/backend/locales/it-IT.json b/backend/locales/it-IT.json index 21db3fe3..1c1246e1 100644 --- a/backend/locales/it-IT.json +++ b/backend/locales/it-IT.json @@ -56,7 +56,7 @@ "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 in <0></0> <1></1> <2></2> Plugins.", + "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}}" |
