From fb46a7bcb48de228ddc36df5b4edf161413261bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8F=E3=81=9F=E3=81=AA=E3=81=B9=E3=81=91=E3=82=93?= =?UTF-8?q?=E3=81=94?= Date: Fri, 28 Jan 2022 13:17:32 +0000 Subject: [PATCH] Translated using Weblate (Japanese) Currently translated at 61.7% (21 of 34 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/ja/ --- langs/shared-questions/ja.json | 74 +++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/ja.json b/langs/shared-questions/ja.json index 0967ef424b..67be1c6ab1 100644 --- a/langs/shared-questions/ja.json +++ b/langs/shared-questions/ja.json @@ -1 +1,73 @@ -{} +{ + "shared_questions": { + "level": { + "question": "この機能は何階にあるのでしょうか?", + "mappings": { + "0": { + "then": "地下に設置" + }, + "1": { + "then": "1階に位置する" + }, + "2": { + "then": "1階に位置する" + }, + "3": { + "then": "1階に位置する" + } + }, + "render": "(level}階に位置しています" + }, + "description": { + "question": "前の質問で伝えきれなかった関連事項がまだありますか?ここに追加してください。
今後表示しない" + }, + "dog-access": { + "mappings": { + "0": { + "then": "犬同伴可能" + }, + "1": { + "then": "犬の同伴は禁止されています" + }, + "3": { + "then": "犬同伴可能、自由に走り回れる" + }, + "2": { + "then": "犬同伴可能。ただしリード着用" + } + }, + "question": "犬は飼うことができますか?" + }, + "email": { + "question": "{name}のEメールアドレスは何ですか?" + }, + "opening_hours": { + "question": "{name}の営業時間は?", + "render": "

営業時間

{opening_hours_table(opening_hours)}" + }, + "payment-options": { + "mappings": { + "0": { + "then": "ここでは現金が使える" + }, + "1": { + "then": "お支払いはこちらで承ります" + } + }, + "question": "どのような支払い方法が可能ですか?" + }, + "phone": { + "question": "{name}の電話番号は?" + }, + "service:electricity": { + "mappings": { + "0": { + "then": "屋内の席に座っているお客様には、家庭用コンセントがたくさん用意されており、そこで電子機器を充電することができます" + }, + "1": { + "then": "屋内の席に座ったお客様が充電できるよう、コンセントがいくつか用意されています" + } + } + } + } +}