forked from codeforjapan/mapprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
47 lines (47 loc) · 1.76 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"common": {
"site_name": "KamiMap",
"site_desc": "Paper Map for printable map information",
"share": "Share",
"about": "About this site",
"contribute": "Welcome to contribute",
"title": "Paper Map for printable map information"
},
"about": {
"desc": "This site is open source. If you want to contribute to this project, please visit the {githubRepo}. Everyone is welcome, and we especially invite those with JavaScript or Leaflet experience to join us.",
"github_repository": "Code for Japan's Github repository"
},
"root": {
},
"map": {
"desc_1": "Map information collected by a variety of people.",
"desc_2": "When you adjust map to the areas that you need it,",
"desc_3": "Map information optimized for printing will be displayed.",
"desc_4": "Choose the right information for the right moment.",
"desc_5": "It will fit on the printing paper just fine.",
"desc_6": "Print it out and send it to people who need the information.",
"desc_7": "",
"printed_at": "Printed at: "
},
"PrintableMap": {
"name": "Name: ",
"print": "Print",
"legend": "Legend",
"show_all": "Show all",
"close_area_select": "Close area select",
"back_to_map": "Back to prevues map",
"no_point_in_map": "None of the points are present on the map being displayed",
"close_list": "Close list",
"map_url": "https://tile.openstreetmap.jp/styles/maptiler-basic-en/{z}/{x}/{y}.png"
},
"category": {
"未分類": "Not categorized",
"避難所": "Shelter",
"自主避難所": "Voluntary shelter",
"給水所": "Water Supply Office",
"入浴施設": "Bathing facilities",
"携帯充電": "Cell phone charging",
"無料Wi-Fi": "Free Wi-Fi",
"ガソリンスタンド": "Gas station"
}
}