From 3d7b83902b0413fd93aa5795889d3383f3922adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=AB=E4=B9=90=E7=9A=84=E8=80=81=E9=BC=A0=E5=AE=9D?= =?UTF-8?q?=E5=AE=9D?= Date: Sun, 17 Apr 2022 05:51:11 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 51.3% (19 of 37 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/zh_Hans/ --- langs/shared-questions/zh_Hans.json | 74 ++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/zh_Hans.json b/langs/shared-questions/zh_Hans.json index 0967ef424..9fa5d1c9b 100644 --- a/langs/shared-questions/zh_Hans.json +++ b/langs/shared-questions/zh_Hans.json @@ -1 +1,73 @@ -{} +{ + "shared_questions": { + "opening_hours": { + "question": "{title()} 的开放时间为何?", + "render": "

开放时间

{opening_hours_table(opening_hours)}" + }, + "dog-access": { + "mappings": { + "0": { + "then": "允许犬只" + }, + "1": { + "then": "允许犬只" + }, + "2": { + "then": "允许犬只,但必须拴绳" + }, + "3": { + "then": "允许犬只,且可自由放养" + } + }, + "question": "犬只是否在这个商业体中允许?" + }, + "email": { + "question": "{title()} 的电子邮箱地址为何?" + }, + "payment-options": { + "mappings": { + "0": { + "then": "可用现金" + }, + "1": { + "then": "可用信用卡" + } + }, + "question": "这里支持哪些支付方式?" + }, + "payment-options-advanced": { + "override": { + "mappings+": { + "0": { + "then": "使用专用APP支付" + }, + "1": { + "then": "使用会员卡支付" + } + } + } + }, + "phone": { + "question": "{title()} 的电话号码为何?" + }, + "website": { + "question": "{title()} 的网站为何?" + }, + "wikipedialink": { + "question": "在维基百科上对应的条目是什么?", + "mappings": { + "0": { + "then": "不要连接到维基百科" + } + } + }, + "wikipedia": { + "mappings": { + "0": { + "then": "尚未有连接到的维基百科页面" + } + }, + "question": "在Wikidata上对应的实体是什么?" + } + } +}