diff options
| -rw-r--r-- | backend/locales/it-IT.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/backend/locales/it-IT.json b/backend/locales/it-IT.json index e5eec32d..65ebf8a1 100644 --- a/backend/locales/it-IT.json +++ b/backend/locales/it-IT.json @@ -180,5 +180,15 @@ "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" + } } } |
