Translation sync

This commit is contained in:
pietervdvn 2022-02-14 19:21:29 +01:00
parent 68294ebf8a
commit 73c95215e6
4 changed files with 37 additions and 16 deletions

View file

@ -665,7 +665,8 @@
"then": {
"en": "Payment is done using a dedicated app",
"nl": "Betalen via een app van het netwerk",
"hu": "Fizetés erre a célra szolgáló alkalmazással"
"hu": "Fizetés erre a célra szolgáló alkalmazással",
"zh_Hant": "使用專用應用程式付款"
}
},
{
@ -675,7 +676,8 @@
"then": {
"en": "Payment is done using a membership card",
"nl": "Betalen via een lidkaart van het netwerk",
"hu": "Fizetési tagsági kártyával"
"hu": "Fizetési tagsági kártyával",
"zh_Hant": "使用會員卡付款"
}
}
]
@ -820,7 +822,8 @@
"if": "level=-1",
"then": {
"en": "Located on the first basement level",
"nl": "Bevindt zich in de eerste kelderverdieping"
"nl": "Bevindt zich in de eerste kelderverdieping",
"zh_Hant": "位於地下一樓"
}
}
]

View file

@ -420,6 +420,15 @@
"bicycle_rental": {
"description": "Bicycle rental stations",
"name": "Bicycle rental",
"presets": {
"0": {
"description": "A manned shop which focuses on bicycle rental",
"title": "bicycle rental shop"
},
"1": {
"title": "bicycle rental"
}
},
"tagRenderings": {
"8": {
"renderings": {

View file

@ -420,6 +420,15 @@
"bicycle_rental": {
"description": "Fietsverhuustations",
"name": "Fietsverhuur",
"presets": {
"0": {
"description": "Een bemande winkel die focust op fietsverhuur",
"title": "fietsverhuurzaak"
},
"1": {
"title": "fietsverhuur"
}
},
"tagRenderings": {
"8": {
"renderings": {

View file

@ -59,6 +59,18 @@
},
"question": "這邊接受那種付款方式?"
},
"payment-options-advanced": {
"override": {
"mappings+": {
"0": {
"then": "使用專用應用程式付款"
},
"1": {
"then": "使用會員卡付款"
}
}
}
},
"phone": {
"question": "{name} 的電話號碼是什麼?"
},
@ -114,18 +126,6 @@
}
},
"question": "維基百科上對應的項目是什麼?"
},
"payment-options-advanced": {
"override": {
"mappings+": {
"0": {
"then": "使用專用應用程式付款"
},
"1": {
"then": "使用會員卡付款"
}
}
}
}
}
}
}