Sync translations

This commit is contained in:
Pieter Vander Vennet 2021-05-30 20:56:09 +02:00
parent d5bf1c9319
commit 38b60526f6
27 changed files with 1077 additions and 869 deletions

View file

@ -112,7 +112,8 @@
},
"render": {
"nl": "De ondergrond is <b>{surface}</b>",
"en": "The surface is <b>{surface}</b>"
"en": "The surface is <b>{surface}</b>",
"ru": "Поверхность - <b>{surface}</b>"
},
"freeform": {
"key": "surface"
@ -122,14 +123,16 @@
"if": "surface=grass",
"then": {
"nl": "De ondergrond is <b>gras</b>",
"en": "The surface is <b>grass</b>"
"en": "The surface is <b>grass</b>",
"ru": "Поверхность - <b>трава</b>"
}
},
{
"if": "surface=ground",
"then": {
"nl": "De ondergrond is <b>aarde</b>",
"en": "The surface is <b>ground</b>"
"en": "The surface is <b>ground</b>",
"ru": "Поверхность - <b>земля</b>"
}
},
{
@ -144,28 +147,32 @@
"if": "surface=sand",
"then": {
"nl": "De ondergrond is <b>zand</b>",
"en": "The surface is <b>sand</b>"
"en": "The surface is <b>sand</b>",
"ru": "Поверхность - <b>песок</b>"
}
},
{
"if": "surface=paving_stones",
"then": {
"nl": "De ondergrond bestaat uit <b>stoeptegels</b>",
"en": "The surface is <b>paving stones</b>"
"en": "The surface is <b>paving stones</b>",
"ru": "Поверхность - <b>брусчатка</b>"
}
},
{
"if": "surface=asphalt",
"then": {
"nl": "De ondergrond is <b>asfalt</b>",
"en": "The surface is <b>asphalt</b>"
"en": "The surface is <b>asphalt</b>",
"ru": "Поверхность - <b>асфальт</b>"
}
},
{
"if": "surface=concrete",
"then": {
"nl": "De ondergrond is <b>beton</b>",
"en": "The surface is <b>concrete</b>"
"en": "The surface is <b>concrete</b>",
"ru": "Поверхность - <b>бетон</b>"
}
},
{