Fix locales
This commit is contained in:
parent
0963ea7129
commit
ea20e1b155
7 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@locale": "en",
|
||||
"@@locale": "de",
|
||||
"counterAppBarTitle": "Zähler",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@locale": "en",
|
||||
"@@locale": "es",
|
||||
"counterAppBarTitle": "Contador",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@locale": "en",
|
||||
"@@locale": "fr",
|
||||
"counterAppBarTitle": "Compteur",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
@ -86,7 +86,7 @@
|
|||
"recoverAccount": "Récupérer un compte",
|
||||
"enterRecoveryKeyHint": "Saisissez votre clé de récupération",
|
||||
"recover": "Restaurer",
|
||||
"contactSupportViaEmailMessage": "Veuillez envoyer un e-mail à {} depuis votre adresse enregistrée",
|
||||
"contactSupportViaEmailMessage": "Veuillez envoyer un e-mail à {email} depuis votre adresse enregistrée",
|
||||
"@contactSupportViaEmailMessage": {
|
||||
"placeholders": {
|
||||
"email": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@locale": "en",
|
||||
"@@locale": "it",
|
||||
"counterAppBarTitle": "Contatore",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@locale": "en",
|
||||
"@@locale": "nl",
|
||||
"counterAppBarTitle": "Teller",
|
||||
"@counterAppBarTitle": {
|
||||
"description": "Text shown in the AppBar of the Counter Page"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"@@locale": "en"
|
||||
"@@locale": "pt"
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"@@locale": "en"
|
||||
"@@locale": "zh"
|
||||
}
|
Loading…
Add table
Reference in a new issue