diff options
| author | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-05-29 16:41:25 +0000 |
|---|---|---|
| committer | Weblate <noreply@weblate.org> | 2023-05-31 06:53:52 +0000 |
| commit | 9542708c92ee3a1a926181634d752a2068aa463f (patch) | |
| tree | 29ec673666c669080df7dcf80e4cb68616bb4475 | |
| parent | b3c363c89f06c01fbd3bee21b5cb7b650845012b (diff) | |
| download | decky-loader-9542708c92ee3a1a926181634d752a2068aa463f.tar.gz decky-loader-9542708c92ee3a1a926181634d752a2068aa463f.zip | |
Translated using Weblate (Italian)
Currently translated at 100.0% (111 of 111 strings)
Translation: Decky/Decky
Translate-URL: https://weblate.werwolv.net/projects/decky/decky/it/
| -rw-r--r-- | backend/locales/it-IT.json | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/backend/locales/it-IT.json b/backend/locales/it-IT.json index 65ebf8a1..c935aa56 100644 --- a/backend/locales/it-IT.json +++ b/backend/locales/it-IT.json @@ -50,7 +50,10 @@ "reinstall": "Reinstalla", "reload": "Ricarica", "uninstall": "Rimuovi", - "update_to": "Aggiorna a {{name}}" + "update_to": "Aggiorna a {{name}}", + "update_all_one": "Aggiorna un plugin", + "update_all_many": "Aggiorna {{count}} plugins", + "update_all_other": "Aggiorna {{count}} plugins" }, "PluginLoader": { "decky_title": "Decky", @@ -188,7 +191,23 @@ "mixed_other": "Modifica {{count}} plugins", "update_one": "Aggiorna un plugin", "update_many": "Aggiorna {{count}} plugins", - "update_other": "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}}" } } } |
