summaryrefslogtreecommitdiff
path: root/backend/locales
diff options
context:
space:
mode:
Diffstat (limited to 'backend/locales')
-rw-r--r--backend/locales/it-IT.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/backend/locales/it-IT.json b/backend/locales/it-IT.json
index 16bec722..a2831763 100644
--- a/backend/locales/it-IT.json
+++ b/backend/locales/it-IT.json
@@ -53,7 +53,9 @@
"update_to": "Aggiorna a {{name}}",
"update_all_one": "Aggiorna un plugin",
"update_all_many": "Aggiorna {{count}} plugins",
- "update_all_other": "Aggiorna {{count}} plugins"
+ "update_all_other": "Aggiorna {{count}} plugins",
+ "show": "Accesso rapido: Mostra",
+ "hide": "Accesso rapido: Nascondi"
},
"PluginLoader": {
"decky_title": "Decky",
@@ -214,5 +216,13 @@
"update": "Aggiorna {{name}} alla versione {{version}}",
"reinstall": "Reinstalla {{name}} {{version}}"
}
+ },
+ "PluginView": {
+ "hidden_one": "Un plugin รจ nascosto in questa lista",
+ "hidden_many": "Sono nascosti {{count}} plugin da questa lista",
+ "hidden_other": "Sono nascosti {{count}} plugin da questa lista"
+ },
+ "PluginListLabel": {
+ "hidden": "Nascosti dal menu di accesso rapido"
}
}