This commit is contained in:
les
2021-06-19 22:52:49 +02:00
parent 4ee193945f
commit 8327db561e
2 changed files with 6 additions and 3 deletions

View File

@@ -84,7 +84,9 @@
"tags": "Tags", "tags": "Tags",
"theme": "Theme", "theme": "Theme",
"reset": "Reset", "reset": "Reset",
"import": "Import" "import": "Import",
"max_events": "N. max events",
"label": "Label"
}, },
"login": { "login": {
"description": "By logging in you can publish new events.", "description": "By logging in you can publish new events.",

View File

@@ -85,7 +85,8 @@
"theme": "Tema", "theme": "Tema",
"reset": "Reset", "reset": "Reset",
"import": "Importa", "import": "Importa",
"max_events": "N. massimo eventi" "max_events": "N. massimo eventi",
"label": "Etichetta"
}, },
"login": { "login": {
"description": "Entrando puoi pubblicare nuovi eventi.", "description": "Entrando puoi pubblicare nuovi eventi.",
@@ -156,7 +157,7 @@
"only_future": "solo eventi futuri", "only_future": "solo eventi futuri",
"interact_with_me_at": "Seguimi nel fediverso su", "interact_with_me_at": "Seguimi nel fediverso su",
"import_ICS": "Importa da ICS", "import_ICS": "Importa da ICS",
"import_URL": "Importa da URL", "import_URL": "Importa da URL (ics o h-event)",
"ics": "ICS", "ics": "ICS",
"import_description": "Puoi importare eventi da altre piattaforme e da altre istanze attraverso i formati standard (ics e h-event)" "import_description": "Puoi importare eventi da altre piattaforme e da altre istanze attraverso i formati standard (ics e h-event)"
}, },