Skip to content

Commit

Permalink
New Crowdin updates (#281)
Browse files Browse the repository at this point in the history
* New translations app_en.arb (French)
[ci skip]

* New translations app_en.arb (Spanish)
[ci skip]

* New translations app_en.arb (German)
[ci skip]

* New translations app_en.arb (Italian)
[ci skip]

* New translations app_en.arb (Portuguese, Brazilian)
[ci skip]

* New translations app_en.arb (Turkish)
[ci skip]

* New translations app_en.arb (French)
[ci skip]

* New translations app_en.arb (Spanish)
[ci skip]

* New translations app_en.arb (German)
[ci skip]

* New translations app_en.arb (Italian)
[ci skip]

* New translations app_en.arb (Portuguese, Brazilian)
[ci skip]

* New translations app_en.arb (Turkish)
[ci skip]

* New translations app_en.arb (French)
[ci skip]

* New translations app_en.arb (Spanish)
[ci skip]

* New translations app_en.arb (German)
[ci skip]

* New translations app_en.arb (Portuguese, Brazilian)
[ci skip]

* New translations app_en.arb (Italian)
[ci skip]
  • Loading branch information
CodeDoctorDE authored Sep 2, 2022
1 parent ab72197 commit f89f131
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 6 deletions.
13 changes: 12 additions & 1 deletion app/lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,16 @@
"element": "Element",
"painter": "Maler",
"position": "Position",
"note": "Notiz"
"note": "Notiz",
"more": "Mehr",
"askForName": "Nach Namen fragen",
"areaIndex": "Fläche {index}",
"@areaIndex": {
"placeholders": {
"index": {
"type": "int",
"example": "1"
}
}
}
}
13 changes: 12 additions & 1 deletion app/lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,16 @@
"element": "Elemento",
"painter": "Pintor",
"position": "Posición",
"note": "Nota"
"note": "Nota",
"more": "Más",
"askForName": "Solicitar nombre",
"areaIndex": "Área {index}",
"@areaIndex": {
"placeholders": {
"index": {
"type": "int",
"example": "1"
}
}
}
}
13 changes: 12 additions & 1 deletion app/lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,16 @@
"element": "Élément",
"painter": "Peintre",
"position": "Position",
"note": "Note"
"note": "Note",
"more": "En savoir plus",
"askForName": "Demander le nom",
"areaIndex": "Zone {index}",
"@areaIndex": {
"placeholders": {
"index": {
"type": "int",
"example": "1"
}
}
}
}
13 changes: 12 additions & 1 deletion app/lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,16 @@
"element": "Elemento",
"painter": "Pittore",
"position": "Posizione",
"note": "Nota"
"note": "Nota",
"more": "Altro",
"askForName": "Chiedi nome",
"areaIndex": "Area {index}",
"@areaIndex": {
"placeholders": {
"index": {
"type": "int",
"example": "1"
}
}
}
}
13 changes: 12 additions & 1 deletion app/lib/l10n/app_pt_BR.arb
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,16 @@
"element": "Elemento",
"painter": "Pintor",
"position": "Posição",
"note": "Observação"
"note": "Observação",
"more": "MAIS",
"askForName": "Pergunte o nome",
"areaIndex": "Área {index}",
"@areaIndex": {
"placeholders": {
"index": {
"type": "int",
"example": "1"
}
}
}
}
13 changes: 12 additions & 1 deletion app/lib/l10n/app_tr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,16 @@
"element": "Öge",
"painter": "Araç",
"position": "Konum",
"note": "Not"
"note": "Not",
"more": "Daha fazla",
"askForName": "Ask for name",
"areaIndex": "Area {index}",
"@areaIndex": {
"placeholders": {
"index": {
"type": "int",
"example": "1"
}
}
}
}

0 comments on commit f89f131

Please sign in to comment.