Translation sync
This commit is contained in:
parent
68294ebf8a
commit
73c95215e6
4 changed files with 37 additions and 16 deletions
|
@ -665,7 +665,8 @@
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Payment is done using a dedicated app",
|
"en": "Payment is done using a dedicated app",
|
||||||
"nl": "Betalen via een app van het netwerk",
|
"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": {
|
"then": {
|
||||||
"en": "Payment is done using a membership card",
|
"en": "Payment is done using a membership card",
|
||||||
"nl": "Betalen via een lidkaart van het netwerk",
|
"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",
|
"if": "level=-1",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Located on the first basement level",
|
"en": "Located on the first basement level",
|
||||||
"nl": "Bevindt zich in de eerste kelderverdieping"
|
"nl": "Bevindt zich in de eerste kelderverdieping",
|
||||||
|
"zh_Hant": "位於地下一樓"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -420,6 +420,15 @@
|
||||||
"bicycle_rental": {
|
"bicycle_rental": {
|
||||||
"description": "Bicycle rental stations",
|
"description": "Bicycle rental stations",
|
||||||
"name": "Bicycle rental",
|
"name": "Bicycle rental",
|
||||||
|
"presets": {
|
||||||
|
"0": {
|
||||||
|
"description": "A manned shop which focuses on bicycle rental",
|
||||||
|
"title": "bicycle rental shop"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"title": "bicycle rental"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tagRenderings": {
|
"tagRenderings": {
|
||||||
"8": {
|
"8": {
|
||||||
"renderings": {
|
"renderings": {
|
||||||
|
|
|
@ -420,6 +420,15 @@
|
||||||
"bicycle_rental": {
|
"bicycle_rental": {
|
||||||
"description": "Fietsverhuustations",
|
"description": "Fietsverhuustations",
|
||||||
"name": "Fietsverhuur",
|
"name": "Fietsverhuur",
|
||||||
|
"presets": {
|
||||||
|
"0": {
|
||||||
|
"description": "Een bemande winkel die focust op fietsverhuur",
|
||||||
|
"title": "fietsverhuurzaak"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"title": "fietsverhuur"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tagRenderings": {
|
"tagRenderings": {
|
||||||
"8": {
|
"8": {
|
||||||
"renderings": {
|
"renderings": {
|
||||||
|
|
|
@ -59,6 +59,18 @@
|
||||||
},
|
},
|
||||||
"question": "這邊接受那種付款方式?"
|
"question": "這邊接受那種付款方式?"
|
||||||
},
|
},
|
||||||
|
"payment-options-advanced": {
|
||||||
|
"override": {
|
||||||
|
"mappings+": {
|
||||||
|
"0": {
|
||||||
|
"then": "使用專用應用程式付款"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "使用會員卡付款"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"phone": {
|
"phone": {
|
||||||
"question": "{name} 的電話號碼是什麼?"
|
"question": "{name} 的電話號碼是什麼?"
|
||||||
},
|
},
|
||||||
|
@ -114,18 +126,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "維基百科上對應的項目是什麼?"
|
"question": "維基百科上對應的項目是什麼?"
|
||||||
},
|
|
||||||
"payment-options-advanced": {
|
|
||||||
"override": {
|
|
||||||
"mappings+": {
|
|
||||||
"0": {
|
|
||||||
"then": "使用專用應用程式付款"
|
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "使用會員卡付款"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue