add some locale string
This commit is contained in:
@@ -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 <p><a href='https://gancio.org'>Gancio</a> is a shared agenda for local communities.</p>\n ",
|
||||
"oauth": {
|
||||
"authorization_request": "Application <code>{app}</code> is asking for the following authorization on <code>{instance_name}</code>:",
|
||||
|
||||
@@ -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...",
|
||||
|
||||
Reference in New Issue
Block a user