diff --git a/locales/en.json b/locales/en.json index ed28218d..16a15f57 100644 --- a/locales/en.json +++ b/locales/en.json @@ -84,7 +84,9 @@ "tags": "Tags", "theme": "Theme", "reset": "Reset", - "import": "Import" + "import": "Import", + "max_events": "N. max events", + "label": "Label" }, "login": { "description": "By logging in you can publish new events.", diff --git a/locales/it.json b/locales/it.json index a8396c01..494a0507 100644 --- a/locales/it.json +++ b/locales/it.json @@ -85,7 +85,8 @@ "theme": "Tema", "reset": "Reset", "import": "Importa", - "max_events": "N. massimo eventi" + "max_events": "N. massimo eventi", + "label": "Etichetta" }, "login": { "description": "Entrando puoi pubblicare nuovi eventi.", @@ -156,7 +157,7 @@ "only_future": "solo eventi futuri", "interact_with_me_at": "Seguimi nel fediverso su", "import_ICS": "Importa da ICS", - "import_URL": "Importa da URL", + "import_URL": "Importa da URL (ics o h-event)", "ics": "ICS", "import_description": "Puoi importare eventi da altre piattaforme e da altre istanze attraverso i formati standard (ics e h-event)" },