add some locale string
This commit is contained in:
@@ -80,7 +80,10 @@
|
|||||||
"delete": "Remove",
|
"delete": "Remove",
|
||||||
"announcements": "Announcements",
|
"announcements": "Announcements",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"place": "Place"
|
"place": "Place",
|
||||||
|
"tags": "Tags",
|
||||||
|
"theme": "Theme",
|
||||||
|
"reset": "Reset"
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"description": "By logging in you can publish new events.",
|
"description": "By logging in you can publish new events.",
|
||||||
@@ -197,7 +200,12 @@
|
|||||||
"trusted_instances_help": "Friendly instances list will be shown in header",
|
"trusted_instances_help": "Friendly instances list will be shown in header",
|
||||||
"add_trusted_instance": "Add a friendly instance",
|
"add_trusted_instance": "Add a friendly instance",
|
||||||
"instance_place_help": "The label to show in other's instances",
|
"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": {
|
"auth": {
|
||||||
"not_confirmed": "Not confirmed yet...",
|
"not_confirmed": "Not confirmed yet...",
|
||||||
@@ -228,6 +236,10 @@
|
|||||||
"5": "fifth",
|
"5": "fifth",
|
||||||
"-1": "last"
|
"-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 ",
|
"about": "\n <p><a href='https://gancio.org'>Gancio</a> is a shared agenda for local communities.</p>\n ",
|
||||||
"oauth": {
|
"oauth": {
|
||||||
"authorization_request": "Application <code>{app}</code> is asking for the following authorization on <code>{instance_name}</code>:",
|
"authorization_request": "Application <code>{app}</code> is asking for the following authorization on <code>{instance_name}</code>:",
|
||||||
|
|||||||
@@ -82,7 +82,8 @@
|
|||||||
"url": "Indirizzo URL",
|
"url": "Indirizzo URL",
|
||||||
"place": "Luogo",
|
"place": "Luogo",
|
||||||
"tags": "Tags",
|
"tags": "Tags",
|
||||||
"theme": "Tema"
|
"theme": "Tema",
|
||||||
|
"reset": "Reset"
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"description": "Entrando puoi pubblicare nuovi eventi.",
|
"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",
|
"trusted_instances_help": "Le istanze amiche compariranno nella barra di navigazione in cima alla pagina",
|
||||||
"add_trusted_instance": "Aggiungi un istanza amica",
|
"add_trusted_instance": "Aggiungi un istanza amica",
|
||||||
"instance_place_help": "Verrà mostrata questa stringa nel menù delle altre istanze amiche",
|
"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": {
|
"auth": {
|
||||||
"not_confirmed": "Non abbiamo ancora confermato questa mail...",
|
"not_confirmed": "Non abbiamo ancora confermato questa mail...",
|
||||||
|
|||||||
Reference in New Issue
Block a user