Skip to content

Commit 2560fd0

Browse files
YunjieLifreenerd
authored andcommitted
add Chinese instructions (#71)
1 parent 53c52c1 commit 2560fd0

File tree

1 file changed

+296
-0
lines changed

1 file changed

+296
-0
lines changed

instructions/zh.json

Lines changed: 296 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,296 @@
1+
{
2+
"meta": {
3+
"capitalizeFirstLetter": true
4+
},
5+
"v5": {
6+
"constants": {
7+
"ordinalize": {
8+
"1": "第一",
9+
"2": "第二",
10+
"3": "第三",
11+
"4": "第四",
12+
"5": "第五",
13+
"6": "第六",
14+
"7": "第七",
15+
"8": "第八",
16+
"9": "第九",
17+
"10": "第十"
18+
},
19+
"direction": {
20+
"north": "",
21+
"northeast": "东北",
22+
"east": "",
23+
"southeast": "东南",
24+
"south": "",
25+
"southwest": "西南",
26+
"west": "西",
27+
"northwest": "西北"
28+
},
29+
"modifier": {
30+
"left": "向左",
31+
"right": "向右",
32+
"sharp left": "向左",
33+
"sharp right": "向右",
34+
"slight left": "稍向左",
35+
"slight right": "稍向右",
36+
"straight": "直行",
37+
"uturn": "调头"
38+
},
39+
"lanes": {
40+
"xo": "靠右直行",
41+
"ox": "靠左直行",
42+
"xox": "保持在道路中间直行",
43+
"oxo": "保持在道路两侧直行"
44+
}
45+
},
46+
"modes": {
47+
"ferry": {
48+
"default": "乘坐轮渡",
49+
"name": "乘坐{way_name}轮渡",
50+
"destination": "乘坐开往{destination}的轮渡"
51+
}
52+
},
53+
"arrive": {
54+
"default": {
55+
"default": "您已经到达您的{nth}个目的地"
56+
},
57+
"left": {
58+
"default": "您已经到达您的{nth}个目的地, 在道路左侧"
59+
},
60+
"right": {
61+
"default": "您已经到达您的{nth}个目的地, 在道路右侧"
62+
},
63+
"sharp left": {
64+
"default": "您已经到达您的{nth}个目的地, 在道路左侧"
65+
},
66+
"sharp right": {
67+
"default": "您已经到达您的{nth}个目的地, 在道路右侧"
68+
},
69+
"slight right": {
70+
"default": "您已经到达您的{nth}个目的地, 在道路右侧"
71+
},
72+
"slight left": {
73+
"default": "您已经到达您的{nth}个目的地, 在道路左侧"
74+
},
75+
"straight": {
76+
"default": "您已经到达您的{nth}个目的地, 在您正前方"
77+
}
78+
},
79+
"continue": {
80+
"default": {
81+
"default": "继续{modifier}",
82+
"name": "继续{modifier},上{way_name}",
83+
"destination": "继续{modifier}行驶,前往{destination}"
84+
},
85+
"uturn": {
86+
"default": "调头",
87+
"name": "调头上{way_name}",
88+
"destination": "调头后前往{destination}"
89+
}
90+
},
91+
"depart": {
92+
"default": {
93+
"default": "朝{direction}方向出发",
94+
"name": "朝{direction}方向上{way_name}"
95+
}
96+
},
97+
"end of road": {
98+
"default": {
99+
"default": "{modifier}行驶",
100+
"name": "{modifier}行驶,上{way_name}",
101+
"destination": "{modifier}行驶,前往{destination}"
102+
},
103+
"straight": {
104+
"default": "继续直行",
105+
"name": "继续直行,上{way_name}",
106+
"destination": "继续直行,前往{destination}"
107+
},
108+
"uturn": {
109+
"default": "在道路尽头调头",
110+
"name": "在道路尽头调头上{way_name}",
111+
"destination": "在道路尽头调头,前往{destination}"
112+
}
113+
},
114+
"fork": {
115+
"default": {
116+
"default": "在岔道保持{modifier}",
117+
"name": "在岔道保持{modifier},上{way_name}",
118+
"destination": "在岔道保持{modifier},前往{destination}"
119+
},
120+
"uturn": {
121+
"default": "调头",
122+
"name": "调头,上{way_name}",
123+
"destination": "调头,前往{destination}"
124+
}
125+
},
126+
"merge": {
127+
"default": {
128+
"default": "{modifier}并道",
129+
"name": "{modifier}并道,上{way_name}",
130+
"destination": "{modifier}并道,前往{destination}"
131+
},
132+
"uturn": {
133+
"default": "调头",
134+
"name": "调头,上{way_name}",
135+
"destination": "调头,前往{destination}"
136+
}
137+
},
138+
"new name": {
139+
"default": {
140+
"default": "继续{modifier}",
141+
"name": "继续{modifier}, 上{way_name}",
142+
"destination": "继续{modifier}, 前往{destination}"
143+
},
144+
"uturn": {
145+
"default": "调头",
146+
"name": "调头,上{way_name}",
147+
"destination": "调头,前往{destination}"
148+
}
149+
},
150+
"notification": {
151+
"default": {
152+
"default": "继续{modifier}",
153+
"name": "继续{modifier},上{way_name}",
154+
"destination" : "继续{modifier},前往{destination}"
155+
},
156+
"uturn": {
157+
"default": "调头",
158+
"name": "调头,上{way_name}",
159+
"destination": "调头,前往{destination}"
160+
}
161+
},
162+
"off ramp": {
163+
"default": {
164+
"default": "通过匝道",
165+
"name": "通过匝道驶入{way_name}",
166+
"destination": "通过匝道前往{destination}"
167+
},
168+
"left": {
169+
"default": "通过左边的匝道",
170+
"name": "通过左边的匝道驶入{way_name}",
171+
"destination": "通过左边的匝道前往{destination}"
172+
},
173+
"right": {
174+
"default": "通过右边的匝道",
175+
"name": "通过右边的匝道驶入{way_name}",
176+
"destination": "通过右边的匝道前往{destination}"
177+
}
178+
},
179+
"on ramp": {
180+
"default": {
181+
"default": "通过匝道",
182+
"name": "通过匝道驶入{way_name}",
183+
"destination": "通过匝道前往{destination}"
184+
},
185+
"left": {
186+
"default": "通过左边的匝道",
187+
"name": "通过左边的匝道驶入{way_name}",
188+
"destination": "通过左边的匝道前往{destination}"
189+
},
190+
"right": {
191+
"default": "通过右边的匝道",
192+
"name": "通过右边的匝道驶入{way_name}",
193+
"destination": "通过右边的匝道前往{destination}"
194+
}
195+
},
196+
"rotary": {
197+
"default": {
198+
"default": {
199+
"default": "进入环岛",
200+
"name": "通过环岛后驶入{way_name}",
201+
"destination": "通过环岛前往{destination}"
202+
},
203+
"name": {
204+
"default": "进入{rotary_name}环岛",
205+
"name": "通过{rotary_name}环岛后驶入{way_name}",
206+
"destination": "通过{rotary_name}环岛后前往{destination}"
207+
},
208+
"exit": {
209+
"default": "进入环岛并从{exit_number}出口驶出",
210+
"name": "进入环岛后从{exit_number}出口驶出进入{way_name}",
211+
"destination": "进入环岛后从{exit_number}出口驶出前往{destination}"
212+
},
213+
"name_exit": {
214+
"default": "进入{rotary_name}环岛后从{exit_number}出口驶出",
215+
"name": "进入{rotary_name}环岛后从{exit_number}出口驶出进入{way_name}",
216+
"destination": "进入{rotary_name}环岛后从{exit_number}出口驶出前往{destination}"
217+
}
218+
}
219+
},
220+
"roundabout": {
221+
"default": {
222+
"exit": {
223+
"default": "进入环岛后从{exit_number}出口驶出",
224+
"name": "进入环岛后从{exit_number}出口驶出前往{way_name}",
225+
"destination": "进入环岛后从{exit_number}出口驶出前往{destination}"
226+
},
227+
"default": {
228+
"default": "进入环岛",
229+
"name": "通过环岛后驶入{way_name}",
230+
"destination": "通过环岛后前往{destination}"
231+
}
232+
}
233+
},
234+
"roundabout turn": {
235+
"default": {
236+
"default": "在环岛{modifier}行驶",
237+
"name": "在环岛{modifier}行驶前往{way_name}",
238+
"destination": "At the roundabout make a {modifier} towards {destination}"
239+
},
240+
"left": {
241+
"default": "在环岛左转",
242+
"name": "在环岛左转,上{way_name}",
243+
"destination": "在环岛左转,前往{destination}"
244+
},
245+
"right": {
246+
"default": "在环岛右转",
247+
"name": "在环岛右转,上{way_name}",
248+
"destination": "在环岛右转,前往{destination}"
249+
},
250+
"straight": {
251+
"default": "在环岛继续直行",
252+
"name": "在环岛继续直行,上{way_name}",
253+
"destination": "在环岛继续直行,前往{destination}"
254+
}
255+
},
256+
"turn": {
257+
"default": {
258+
"default": "{modifier}转弯",
259+
"name": "{modifier}转弯,上{way_name}",
260+
"destination": "{modifier}转弯,前往{destination}"
261+
},
262+
"left": {
263+
"default": "左转",
264+
"name": "左转,上{way_name}",
265+
"destination": "左转,前往{destination}"
266+
},
267+
"right": {
268+
"default": "右转",
269+
"name": "右转,上{way_name}",
270+
"destination": "右转,前往{destination}"
271+
},
272+
"straight": {
273+
"default": "直行",
274+
"name": "直行,上{way_name}",
275+
"destination": "直行,前往{destination}"
276+
}
277+
},
278+
"use lane": {
279+
"no_lanes": {
280+
"default": "继续直行"
281+
},
282+
"default": {
283+
"default": "{lane_instruction}然后{modifier}"
284+
},
285+
"straight": {
286+
"default": "{lane_instruction}"
287+
},
288+
"left": {
289+
"default": "{lane_instruction}然后左转"
290+
},
291+
"right": {
292+
"default": "{lane_instruction}然后右转"
293+
}
294+
}
295+
}
296+
}

0 commit comments

Comments
 (0)