Merge pull request #442 from weblate/weblate-mapcomplete-core
Translations update from Weblate
This commit is contained in:
commit
6ccab13514
2 changed files with 33 additions and 2 deletions
|
@ -15,6 +15,21 @@
|
|||
"opening_hours": {
|
||||
"question": "{name} 的開放時間是什麼?",
|
||||
"render": "<h3>開放時間</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "位於 2 樓"
|
||||
},
|
||||
"1": {
|
||||
"then": "位於 1 樓"
|
||||
},
|
||||
"0": {
|
||||
"then": "位於地下"
|
||||
}
|
||||
},
|
||||
"render": "位於 {level} 樓",
|
||||
"question": "此圖徽位於哪個樓層/層級?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -959,6 +959,19 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"layers": {
|
||||
"0": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "windturbine"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "windturbine"
|
||||
},
|
||||
"name": "windturbine"
|
||||
}
|
||||
}
|
||||
},
|
||||
"personal": {
|
||||
|
@ -1008,6 +1021,9 @@
|
|||
},
|
||||
"6": {
|
||||
"question": "Wat zijn de openingsuren van deze winkel?"
|
||||
},
|
||||
"5": {
|
||||
"question": "Wat is het e-mailadres van deze winkel?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -1138,4 +1154,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue