diff --git a/locales/en.json b/locales/en.json index 53987d39..ac5f1b1d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -80,7 +80,10 @@ "delete": "Remove", "announcements": "Announcements", "url": "URL", - "place": "Place" + "place": "Place", + "tags": "Tags", + "theme": "Theme", + "reset": "Reset" }, "login": { "description": "By logging in you can publish new events.", @@ -197,7 +200,12 @@ "trusted_instances_help": "Friendly instances list will be shown in header", "add_trusted_instance": "Add a friendly instance", "instance_place_help": "The label to show in other's instances", - "delete_trusted_instance_confirm": "Do you really want to delete this item from the friend instances menu?" + "delete_trusted_instance_confirm": "Do you really want to delete this item from the friend instances menu?", + "is_dark": "Dark theme", + "add_link": "Add link", + "footer_links": "Footer links", + "delete_footer_link_confirm": "Sure to remove this link?", + "edit_place": "Edit place" }, "auth": { "not_confirmed": "Not confirmed yet...", @@ -228,6 +236,10 @@ "5": "fifth", "-1": "last" }, + "validators": { + "required": "{fieldName} is required", + "email": "Insert a valid email" + }, "about": "\n
Gancio is a shared agenda for local communities.
\n ", "oauth": { "authorization_request": "Application{app} is asking for the following authorization on {instance_name}:",
diff --git a/locales/it.json b/locales/it.json
index 39b8cf56..09d5ddb4 100644
--- a/locales/it.json
+++ b/locales/it.json
@@ -82,7 +82,8 @@
"url": "Indirizzo URL",
"place": "Luogo",
"tags": "Tags",
- "theme": "Tema"
+ "theme": "Tema",
+ "reset": "Reset"
},
"login": {
"description": "Entrando puoi pubblicare nuovi eventi.",
@@ -197,7 +198,12 @@
"trusted_instances_help": "Le istanze amiche compariranno nella barra di navigazione in cima alla pagina",
"add_trusted_instance": "Aggiungi un istanza amica",
"instance_place_help": "Verrà mostrata questa stringa nel menù delle altre istanze amiche",
- "delete_trusted_instance_confirm": "Vuoi davvero eliminare questa voce dal menù delle istanze amiche?"
+ "delete_trusted_instance_confirm": "Vuoi davvero eliminare questa voce dal menù delle istanze amiche?",
+ "is_dark": "Tema scuro",
+ "add_link": "Aggiungi link",
+ "footer_links": "Footer link",
+ "delete_footer_link_confirm": "Sicura di eliminare questo link?",
+ "edit_place": "Modifica luogo"
},
"auth": {
"not_confirmed": "Non abbiamo ancora confermato questa mail...",