Layer sync, fix climbing:grade:french:min and ~:max in translations

This commit is contained in:
Pieter Vander Vennet 2021-06-19 20:06:28 +02:00
parent ac715fbc70
commit 64bfc147bd
30 changed files with 736 additions and 576 deletions

View file

@ -1,10 +1,10 @@
{
"undefined": {
"website": {
"question": "Apa situs web dari {name}?"
},
"email": {
"question": "Apa alamat surel dari {name}?"
},
"website": {
"question": "Apa situs web dari {name}?"
}
}
}
}

View file

@ -9,12 +9,12 @@
"website": {
"question": "Какой сайт у {name}?"
},
"description": {
"question": "Есть ли еще что-то важное, о чем вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
},
"opening_hours": {
"question": "Какое время работы у {name}?",
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
},
"description": {
"question": "Есть ли еще что-то важное, о чем вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
}
}
}
}

View file

@ -4,4 +4,4 @@
"question": "Vad är telefonnumret till {name}?"
}
}
}
}

View file

@ -1,20 +1,20 @@
{
"undefined": {
"opening_hours": {
"render": "<h3>開放時間</h3>{opening_hours_table(opening_hours)}",
"question": "{name} 的開放時間是什麼?"
},
"description": {
"question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。<br/><span style='font-size: small'>不要重覆答覆已經知道的事情</span>"
},
"website": {
"question": "{name} 網址是什麼?"
"phone": {
"question": "{name} 的電話號碼是什麼?"
},
"email": {
"question": "{name} 的電子郵件地址是什麼?"
},
"phone": {
"question": "{name} 的電話號碼是什麼?"
"website": {
"question": "{name} 網址是什麼?"
},
"description": {
"question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。<br/><span style='font-size: small'>不要重覆答覆已經知道的事情</span>"
},
"opening_hours": {
"question": "{name} 的開放時間是什麼?",
"render": "<h3>開放時間</h3>{opening_hours_table(opening_hours)}"
}
}
}
}