fix(i18n): Make interpolation parameters match up in the English and translated strings.
closes #1539
This commit is contained in:
@@ -400,7 +400,7 @@
|
||||
"Error while cancelling your participation": "Errore durante l'annullamento della tua partecipazione",
|
||||
"Error while changing email": "Errore nel cambiamento della mail",
|
||||
"Error while loading the preview": "Errore nel caricamento dell'anteprima",
|
||||
"Error while login with {provider}. Retry or login another way.": "Si è verifcato un errore durante il login con {providel}. Riprova o fai il login in altro modo.",
|
||||
"Error while login with {provider}. Retry or login another way.": "Si è verifcato un errore durante il login con {provider}. Riprova o fai il login in altro modo.",
|
||||
"Error while login with {provider}. This login provider doesn't exist.": "Si è verificato un errore durante il login con {provider}. Questo provider non esiste.",
|
||||
"Error while reporting group {groupTitle}": "Errore durante la segnalazione del gruppo {groupTitle}",
|
||||
"Error while subscribing to push notifications": "Errore nel sottoscrivere le notifiche push",
|
||||
@@ -705,7 +705,7 @@
|
||||
"My identities": "Mie identità",
|
||||
"NOTE! The default terms have not been checked over by a lawyer and thus are unlikely to provide full legal protection for all situations for an instance admin using them. They are also not specific to all countries and jurisdictions. If you are unsure, please check with a lawyer.": "NOTA! I termini predefiniti non sono stati verificati da un avvocato e quindi è improbabile che forniscano una protezione legale completa per tutte le situazioni per un amministratore dell'istanza che li utilizza. Inoltre, non sono specifici per tutti i paesi e le giurisdizioni. In caso di dubbi, consultare un avvocato.",
|
||||
"Name": "Nome",
|
||||
"Navigated to {pageTitle}": "Navigato verso",
|
||||
"Navigated to {pageTitle}": "Navigato verso {pageTitle}",
|
||||
"Never used": "Mai usato",
|
||||
"New announcement": "Nuovo annuncio",
|
||||
"New discussion": "Nuova discussione",
|
||||
@@ -1530,7 +1530,7 @@
|
||||
"access to the group's private content as well": "Accedi anche ai contenuti privati del gruppo",
|
||||
"and {number} groups": "e {number} gruppi",
|
||||
"any distance": "qualsiasi distanza",
|
||||
"as {identity}": "come {identità}",
|
||||
"as {identity}": "come {identity}",
|
||||
"contact uninformed": "contatto disinformato",
|
||||
"create a group": "creare un gruppo",
|
||||
"create an event": "crea un evento",
|
||||
@@ -1555,7 +1555,7 @@
|
||||
"new{'@'}email.com": "nuova{'@'}email.com",
|
||||
"profile@instance": "profilo@istanza",
|
||||
"profile{'@'}instance": "profilo{'@'}istanza",
|
||||
"report #{report_number}": "relazione",
|
||||
"report #{report_number}": "relazione #{report_number}",
|
||||
"return to the event's page": "torna alla pagina dell'evento",
|
||||
"return to the homepage": "tornare alla pagina iniziale",
|
||||
"terms of service": "termini di servizio",
|
||||
@@ -1571,7 +1571,7 @@
|
||||
"{count} km": "{count} km",
|
||||
"{count} members": "Nessun membro|Un membro|{count} membri",
|
||||
"{count} members or followers": "Nessun membro o seguace|Un membro o seguace|{count} membri o seguaci",
|
||||
"{count} participants": "Ancora nessun partecipante | Un partecipante | {counts} partecipanti",
|
||||
"{count} participants": "Ancora nessun partecipante | Un partecipante | {count} partecipanti",
|
||||
"{count} requests waiting": "{count} richieste in attesa",
|
||||
"{eventsCount} activities found": "Nessuna attività trovata|Un'attività trovata|{eventsCount} attività trovate",
|
||||
"{eventsCount} events found": "Nessun evento trovato|Un evento trovato|{eventsCount} eventi trovati",
|
||||
|
||||
Reference in New Issue
Block a user