Chore: translation sync

This commit is contained in:
Pieter Vander Vennet 2024-02-23 00:41:24 +01:00
parent 381bdd32e9
commit 1b4a1cea88
8 changed files with 466 additions and 421 deletions

View file

@ -155,20 +155,23 @@
{
"id": "oneway",
"question": {
"en": "In what direction can this aerialway be taken?"
"en": "In what direction can this aerialway be taken?",
"de": "In welche Richtung kann diese Seilbahn genutzt werden?"
},
"mappings": [
{
"if": "oneway=yes",
"alsoShowIf": "oneway=",
"then": {
"en": "This aerialway can only be taken to the top"
"en": "This aerialway can only be taken to the top",
"de": "Diese Seilbahn kann nur nach oben gefahren werden"
}
},
{
"if": "oneway=no",
"then": {
"en": "This aerialway can be taken in both directions"
"en": "This aerialway can be taken in both directions",
"de": "Diese Seilbahn kann in beide Richtungen befahren werden"
}
}
]