Translated using Weblate (Chinese (Simplified))

Currently translated at 2.7% (69 of 2475 strings)

Translation: MapComplete/Layer translations
Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layers/zh_Hans/
This commit is contained in:
快乐的老鼠宝宝 2022-11-24 21:24:32 +00:00 committed by Hosted Weblate
parent ef04be60fd
commit 4d2d419d38
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -13,7 +13,7 @@
} }
}, },
"question": "这个屋子的门牌号是多少?", "question": "这个屋子的门牌号是多少?",
"render": "门牌号是<b>{addr:housenumber}</b>" "render": "门牌号是 <b>{addr:housenumber}</b>"
}, },
"street": { "street": {
"question": "这个地址位于哪条街道?", "question": "这个地址位于哪条街道?",
@ -44,10 +44,10 @@
"bench-backrest": { "bench-backrest": {
"mappings": { "mappings": {
"0": { "0": {
"then": "靠背:有" "then": "靠背"
}, },
"1": { "1": {
"then": "靠背:无" "then": "<b>没有</b>靠背"
} }
}, },
"question": "这个长椅有靠背吗?" "question": "这个长椅有靠背吗?"
@ -89,29 +89,30 @@
"bench-material": { "bench-material": {
"mappings": { "mappings": {
"0": { "0": {
"then": "材质:木" "then": "座椅是木制的"
}, },
"1": { "1": {
"then": "材质:金属" "then": "座椅是金属制的"
}, },
"2": { "2": {
"then": "材质:石头" "then": "座椅是石制的"
}, },
"3": { "3": {
"then": "材质:混凝土" "then": "座椅是混凝土制的"
}, },
"4": { "4": {
"then": "材质:塑料" "then": "座椅是塑料制的"
}, },
"5": { "5": {
"then": "材质:不锈钢" "then": "座椅是不锈钢制的"
} }
}, },
"question": "这个长椅(或座椅)是用什么材料做的?", "question": "这个长椅(或座椅)是用什么材料做的?",
"render": "材质: {material}" "render": "材质: {material}"
}, },
"bench-seats": { "bench-seats": {
"question": "这个长椅有几个座位?" "question": "这个长椅有几个座位?",
"render": "{seats}座"
}, },
"bench-survey:date": { "bench-survey:date": {
"question": "上次对这个长椅实地调查是什么时候?", "question": "上次对这个长椅实地调查是什么时候?",
@ -151,7 +152,7 @@
"bicycle_library": { "bicycle_library": {
"tagRenderings": { "tagRenderings": {
"bicycle-library-target-group": { "bicycle-library-target-group": {
"question": "谁可以从这里借自行车?" "question": "谁可以从这里借自行车?"
} }
} }
}, },
@ -231,5 +232,8 @@
}, },
"render": "自行车咖啡" "render": "自行车咖啡"
} }
},
"artwork": {
"description": "一个雕塑、半身像、涂鸦和其他全球艺术品的地图"
} }
} }