summaryrefslogtreecommitdiff
path: root/backend/locales/it-IT.json
diff options
context:
space:
mode:
Diffstat (limited to 'backend/locales/it-IT.json')
-rw-r--r--backend/locales/it-IT.json31
1 files changed, 30 insertions, 1 deletions
diff --git a/backend/locales/it-IT.json b/backend/locales/it-IT.json
index e5eec32d..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",
@@ -180,5 +183,31 @@
"reloading": "Ricaricando",
"updating": "Aggiornando"
}
+ },
+ "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}}"
+ }
}
}