Translation fix and sync

This commit is contained in:
Pieter Vander Vennet 2021-12-13 20:55:11 +01:00
parent 4bf5310273
commit 9d498ec824
15 changed files with 390 additions and 280 deletions

View file

@ -4,22 +4,26 @@
"en": "Postbox and Post Office Map",
"de": "Karte mit Briefkästen und Poststellen",
"nb_NO": "Postboks og postkontor-kart",
"it": "Buche delle lettere e uffici postali"
"it": "Buche delle lettere e uffici postali",
"zh_Hant": "郵筒與郵局地圖"
},
"shortDescription": {
"en": "A map showing postboxes and post offices",
"de": "Eine Karte die Briefkästen und Poststellen anzeigt",
"it": "Una cartina che mostra le buche delle lettere e gli uffici postali"
"it": "Una cartina che mostra le buche delle lettere e gli uffici postali",
"zh_Hant": "顯示郵筒與郵局的地圖"
},
"description": {
"en": "On this map you can find and add data of post offices and post boxes. You can use this map to find where you can mail your next postcard! :)<br/>Spotted an error or is a post box missing? You can edit this map with a free OpenStreetMap account. ",
"it": "In questa cartina puoi veder e modificare gli uffici postali e le buche delle lettere. Puoi usare questa cartina per trovare dove imbucare la tua prossima cartolina! :)<br/>Hai trovato un errore o una buca delle lettere mancante? Puoi modificare questa cartina con un account gratuito su OpenStreetMap. "
"it": "In questa cartina puoi veder e modificare gli uffici postali e le buche delle lettere. Puoi usare questa cartina per trovare dove imbucare la tua prossima cartolina! :)<br/>Hai trovato un errore o una buca delle lettere mancante? Puoi modificare questa cartina con un account gratuito su OpenStreetMap. ",
"zh_Hant": "在這份地圖你能找到與新增有關郵局與郵筒的資料,你可以用這份地圖找到寄送您下張明信片的地方!:)<br/>發現錯誤或是有郵筒遺漏嗎?你可以用免費的開放街圖帳號來編輯。 "
},
"language": [
"en",
"de",
"nb_NO",
"it",
"zh_Hant",
"ru"
],
"maintainer": "",
@ -40,7 +44,8 @@
"name": {
"en": "Postboxes",
"de": "Brieflästen",
"ru": "Почтовые ящики"
"ru": "Почтовые ящики",
"zh_Hant": "郵筒"
},
"minzoom": 12,
"source": {
@ -50,12 +55,14 @@
"render": {
"en": "Postbox",
"de": "Briefkasten",
"ru": "Почтовый ящик"
"ru": "Почтовый ящик",
"zh_Hant": "郵筒"
}
},
"description": {
"en": "The layer showing postboxes.",
"de": "Die Ebene zeigt Briefkästen."
"de": "Die Ebene zeigt Briefkästen.",
"zh_Hant": "這圖層顯示郵筒。"
},
"tagRenderings": [
"images",
@ -72,7 +79,8 @@
"title": {
"en": "postbox",
"de": "Briefkasten",
"ru": "почтовый ящик"
"ru": "почтовый ящик",
"zh_Hant": "郵筒"
}
}
],
@ -112,7 +120,8 @@
"name": {
"en": "Post offices",
"de": "Poststellen",
"ru": "Почтовые отделения"
"ru": "Почтовые отделения",
"zh_Hant": "郵局"
},
"minzoom": 12,
"source": {
@ -122,12 +131,14 @@
"render": {
"en": "Post Office",
"de": "Poststelle",
"ru": "Почтовое отделение"
"ru": "Почтовое отделение",
"zh_Hant": "郵局"
}
},
"description": {
"en": "A layer showing post offices.",
"de": "Eine Ebene mit Postämtern."
"de": "Eine Ebene mit Postämtern.",
"zh_Hant": "圖層顯示郵局。"
},
"tagRenderings": [
"images",
@ -138,21 +149,24 @@
{
"render": {
"en": "Opening Hours: {opening_hours_table()}",
"ru": "Часы работы: {opening_hours_table()}"
"ru": "Часы работы: {opening_hours_table()}",
"zh_Hant": "開放時間:{opening_hours_table()}"
},
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"question": {
"en": "What are the opening hours for this post office?"
"en": "What are the opening hours for this post office?",
"zh_Hant": "這間郵局的開放時間是?"
},
"mappings": [
{
"if": "opening_hours=24/7",
"then": {
"en": "24/7 opened (including holidays)",
"de": "durchgehend geöffnet (auch an Feiertagen)"
"de": "durchgehend geöffnet (auch an Feiertagen)",
"zh_Hant": "24/7 開放 (包括假日)"
}
}
],
@ -167,7 +181,8 @@
"title": {
"en": "Post Office",
"de": "Poststelle",
"ru": "Почтовое отделение"
"ru": "Почтовое отделение",
"zh_Hant": "郵局"
}
}
],
@ -178,7 +193,8 @@
{
"question": {
"en": "Currently open",
"de": "Aktuell geöffnet"
"de": "Aktuell geöffnet",
"zh_Hant": "目前開放"
},
"osmTags": "_isOpen=yes"
}