forked from MapComplete/MapComplete
		
	Translated using Weblate (Japanese)
Currently translated at 4.3% (57 of 1310 strings) Translation: MapComplete/Layer translations Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layer-translations/ja/
This commit is contained in:
		
							parent
							
								
									3550589271
								
							
						
					
					
						commit
						1b1a8c8ce9
					
				
					 1 changed files with 167 additions and 162 deletions
				
			
		|  | @ -1,168 +1,173 @@ | ||||||
| { | { | ||||||
|   "artwork": { |     "artwork": { | ||||||
|     "description": "多様な作品", |         "description": "多様な作品", | ||||||
|     "name": "美術品", |         "name": "美術品", | ||||||
|     "presets": { |         "presets": { | ||||||
|       "0": { |             "0": { | ||||||
|         "title": "アートワーク" |                 "title": "アートワーク" | ||||||
|       } |             } | ||||||
|     }, |  | ||||||
|     "tagRenderings": { |  | ||||||
|       "artwork-artist_name": { |  | ||||||
|         "question": "どのアーティストが作ったんですか?", |  | ||||||
|         "render": "作成者:{artist_name}" |  | ||||||
|       }, |  | ||||||
|       "artwork-artwork_type": { |  | ||||||
|         "mappings": { |  | ||||||
|           "0": { |  | ||||||
|             "then": "建物" |  | ||||||
|           }, |  | ||||||
|           "1": { |  | ||||||
|             "then": "壁画" |  | ||||||
|           }, |  | ||||||
|           "2": { |  | ||||||
|             "then": "絵画" |  | ||||||
|           }, |  | ||||||
|           "3": { |  | ||||||
|             "then": "彫刻" |  | ||||||
|           }, |  | ||||||
|           "4": { |  | ||||||
|             "then": "彫像" |  | ||||||
|           }, |  | ||||||
|           "5": { |  | ||||||
|             "then": "胸像" |  | ||||||
|           }, |  | ||||||
|           "6": { |  | ||||||
|             "then": "石" |  | ||||||
|           }, |  | ||||||
|           "7": { |  | ||||||
|             "then": "インスタレーション" |  | ||||||
|           }, |  | ||||||
|           "8": { |  | ||||||
|             "then": "落書き" |  | ||||||
|           }, |  | ||||||
|           "9": { |  | ||||||
|             "then": "レリーフ" |  | ||||||
|           }, |  | ||||||
|           "10": { |  | ||||||
|             "then": "Azulejo (スペインの装飾タイル)" |  | ||||||
|           }, |  | ||||||
|           "11": { |  | ||||||
|             "then": "タイルワーク" |  | ||||||
|           } |  | ||||||
|         }, |         }, | ||||||
|         "question": "この作品の種類は何ですか?", |         "tagRenderings": { | ||||||
|         "render": "これは{artwork_type}です" |             "artwork-artist_name": { | ||||||
|       }, |                 "question": "どのアーティストが作ったんですか?", | ||||||
|       "artwork-website": { |                 "render": "作成者:{artist_name}" | ||||||
|         "question": "この作品についての詳しい情報はどのウェブサイトにありますか?", |             }, | ||||||
|         "render": "<a href='{website}' target='_blank'>Webサイト</a>に詳細情報がある" |             "artwork-artwork_type": { | ||||||
|       }, |                 "mappings": { | ||||||
|       "artwork-wikidata": { |                     "0": { | ||||||
|         "question": "<b>このアートワーク</b>に関するWikidataのエントリーはどれですか?", |                         "then": "建物" | ||||||
|         "render": "<a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>に関連する" |                     }, | ||||||
|       } |                     "1": { | ||||||
|     }, |                         "then": "壁画" | ||||||
|     "title": { |                     }, | ||||||
|       "mappings": { |                     "2": { | ||||||
|         "0": { |                         "then": "絵画" | ||||||
|           "then": "アートワーク <i>{name}</i>" |                     }, | ||||||
|  |                     "3": { | ||||||
|  |                         "then": "彫刻" | ||||||
|  |                     }, | ||||||
|  |                     "4": { | ||||||
|  |                         "then": "彫像" | ||||||
|  |                     }, | ||||||
|  |                     "5": { | ||||||
|  |                         "then": "胸像" | ||||||
|  |                     }, | ||||||
|  |                     "6": { | ||||||
|  |                         "then": "石" | ||||||
|  |                     }, | ||||||
|  |                     "7": { | ||||||
|  |                         "then": "インスタレーション" | ||||||
|  |                     }, | ||||||
|  |                     "8": { | ||||||
|  |                         "then": "落書き" | ||||||
|  |                     }, | ||||||
|  |                     "9": { | ||||||
|  |                         "then": "レリーフ" | ||||||
|  |                     }, | ||||||
|  |                     "10": { | ||||||
|  |                         "then": "Azulejo (スペインの装飾タイル)" | ||||||
|  |                     }, | ||||||
|  |                     "11": { | ||||||
|  |                         "then": "タイルワーク" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "question": "この作品の種類は何ですか?", | ||||||
|  |                 "render": "これは{artwork_type}です" | ||||||
|  |             }, | ||||||
|  |             "artwork-website": { | ||||||
|  |                 "question": "この作品についての詳しい情報はどのウェブサイトにありますか?", | ||||||
|  |                 "render": "<a href='{website}' target='_blank'>Webサイト</a>に詳細情報がある" | ||||||
|  |             }, | ||||||
|  |             "artwork-wikidata": { | ||||||
|  |                 "question": "<b>このアートワーク</b>に関するWikidataのエントリーはどれですか?", | ||||||
|  |                 "render": "<a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>に関連する" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "title": { | ||||||
|  |             "mappings": { | ||||||
|  |                 "0": { | ||||||
|  |                     "then": "アートワーク <i>{name}</i>" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "render": "アートワーク" | ||||||
|         } |         } | ||||||
|       }, |  | ||||||
|       "render": "アートワーク" |  | ||||||
|     } |  | ||||||
|   }, |  | ||||||
|   "food": { |  | ||||||
|     "tagRenderings": { |  | ||||||
|       "friture-take-your-container": { |  | ||||||
|         "mappings": { |  | ||||||
|           "0": { |  | ||||||
|             "then": "<b>自分の容器</b>を持ってきて、注文を受け取ることができ、使い捨ての梱包材を節約して、無駄を省くことができます" |  | ||||||
|           }, |  | ||||||
|           "1": { |  | ||||||
|             "then": "独自の容器を持参することは<b>できません</b>" |  | ||||||
|           }, |  | ||||||
|           "2": { |  | ||||||
|             "then": "自身の容器が注文に<b>必要</b>。" |  | ||||||
|           } |  | ||||||
|         }, |  | ||||||
|         "question": "お客様が持参容器(調理用の鍋や小さな鍋など)をもってきた場合は、注文の梱包に使用されますか?<br/>" |  | ||||||
|       } |  | ||||||
|     } |  | ||||||
|   }, |  | ||||||
|   "ghost_bike": { |  | ||||||
|     "name": "ゴーストバイク", |  | ||||||
|     "title": { |  | ||||||
|       "render": "ゴーストバイク" |  | ||||||
|     } |  | ||||||
|   }, |  | ||||||
|   "shops": { |  | ||||||
|     "description": "ショップ", |  | ||||||
|     "name": "店", |  | ||||||
|     "presets": { |  | ||||||
|       "0": { |  | ||||||
|         "description": "新しい店を追加する", |  | ||||||
|         "title": "店" |  | ||||||
|       } |  | ||||||
|     }, |     }, | ||||||
|     "tagRenderings": { |     "food": { | ||||||
|       "shops-email": { |         "tagRenderings": { | ||||||
|         "question": "このお店のメールアドレスは何ですか?", |             "friture-take-your-container": { | ||||||
|         "render": "<a href='mailto:{email}'>{email}</a>" |                 "mappings": { | ||||||
|       }, |                     "0": { | ||||||
|       "shops-name": { |                         "then": "<b>自分の容器</b>を持ってきて、注文を受け取ることができ、使い捨ての梱包材を節約して、無駄を省くことができます" | ||||||
|         "question": "このお店の名前は何ですか?" |                     }, | ||||||
|       }, |                     "1": { | ||||||
|       "shops-opening_hours": { |                         "then": "独自の容器を持参することは<b>できません</b>" | ||||||
|         "question": "この店の営業時間は何時から何時までですか?", |                     }, | ||||||
|         "render": "{opening_hours_table(opening_hours)}" |                     "2": { | ||||||
|       }, |                         "then": "自身の容器が注文に<b>必要</b>。" | ||||||
|       "shops-phone": { |                     } | ||||||
|         "question": "電話番号は何番ですか?", |                 }, | ||||||
|         "render": "<a href='tel:{phone}'>{phone}</a>" |                 "question": "お客様が持参容器(調理用の鍋や小さな鍋など)をもってきた場合は、注文の梱包に使用されますか?<br/>" | ||||||
|       }, |             } | ||||||
|       "shops-shop": { |         } | ||||||
|         "mappings": { |     }, | ||||||
|           "0": { |     "ghost_bike": { | ||||||
|             "then": "コンビニエンスストア" |         "name": "ゴーストバイク", | ||||||
|           }, |         "title": { | ||||||
|           "1": { |             "render": "ゴーストバイク" | ||||||
|             "then": "スーパーマーケット" |         }, | ||||||
|           }, |         "presets": { | ||||||
|           "2": { |             "0": { | ||||||
|             "then": "衣料品店" |                 "title": "ゴーストバイク" | ||||||
|           }, |             } | ||||||
|           "3": { |         } | ||||||
|             "then": "理容師" |     }, | ||||||
|           }, |     "shops": { | ||||||
|           "4": { |         "description": "ショップ", | ||||||
|             "then": "ベーカリー" |         "name": "店", | ||||||
|           }, |         "presets": { | ||||||
|           "5": { |             "0": { | ||||||
|             "then": "自動車修理(ガレージ)" |                 "description": "新しい店を追加する", | ||||||
|           }, |                 "title": "店" | ||||||
|           "6": { |             } | ||||||
|             "then": "自動車ディーラー" |         }, | ||||||
|           } |         "tagRenderings": { | ||||||
|         }, |             "shops-email": { | ||||||
|         "question": "このお店では何を売っていますか?", |                 "question": "このお店のメールアドレスは何ですか?", | ||||||
|         "render": "こちらのお店では{shop}を販売しております" |                 "render": "<a href='mailto:{email}'>{email}</a>" | ||||||
|       }, |             }, | ||||||
|       "shops-website": { |             "shops-name": { | ||||||
|         "question": "このお店のホームページは何ですか?", |                 "question": "このお店の名前は何ですか?" | ||||||
|         "render": "<a href='{website}'>{website}</a>" |             }, | ||||||
|       } |             "shops-opening_hours": { | ||||||
|     }, |                 "question": "この店の営業時間は何時から何時までですか?", | ||||||
|     "title": { |                 "render": "{opening_hours_table(opening_hours)}" | ||||||
|       "mappings": { |             }, | ||||||
|         "0": { |             "shops-phone": { | ||||||
|           "then": "{name}" |                 "question": "電話番号は何番ですか?", | ||||||
|         }, |                 "render": "<a href='tel:{phone}'>{phone}</a>" | ||||||
|         "1": { |             }, | ||||||
|           "then": "{shop}" |             "shops-shop": { | ||||||
|  |                 "mappings": { | ||||||
|  |                     "0": { | ||||||
|  |                         "then": "コンビニエンスストア" | ||||||
|  |                     }, | ||||||
|  |                     "1": { | ||||||
|  |                         "then": "スーパーマーケット" | ||||||
|  |                     }, | ||||||
|  |                     "2": { | ||||||
|  |                         "then": "衣料品店" | ||||||
|  |                     }, | ||||||
|  |                     "3": { | ||||||
|  |                         "then": "理容師" | ||||||
|  |                     }, | ||||||
|  |                     "4": { | ||||||
|  |                         "then": "ベーカリー" | ||||||
|  |                     }, | ||||||
|  |                     "5": { | ||||||
|  |                         "then": "自動車修理(ガレージ)" | ||||||
|  |                     }, | ||||||
|  |                     "6": { | ||||||
|  |                         "then": "自動車ディーラー" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "question": "このお店では何を売っていますか?", | ||||||
|  |                 "render": "こちらのお店では{shop}を販売しております" | ||||||
|  |             }, | ||||||
|  |             "shops-website": { | ||||||
|  |                 "question": "このお店のホームページは何ですか?", | ||||||
|  |                 "render": "<a href='{website}'>{website}</a>" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "title": { | ||||||
|  |             "mappings": { | ||||||
|  |                 "0": { | ||||||
|  |                     "then": "{name}" | ||||||
|  |                 }, | ||||||
|  |                 "1": { | ||||||
|  |                     "then": "{shop}" | ||||||
|  |                 } | ||||||
|  |             }, | ||||||
|  |             "render": "店" | ||||||
|         } |         } | ||||||
|       }, |  | ||||||
|       "render": "店" |  | ||||||
|     } |     } | ||||||
|   } |  | ||||||
| } | } | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue