Skip to content

Commit d92e0c5

Browse files
YunjieLifreenerd
authored andcommitted
copy edits for chinese translation (#74)
1 parent 3c52c1a commit d92e0c5

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. For change
44
## Unreleased
55

66
- put future changes here
7+
- Improve chinese translation
78

89
# 0.0.7 2016-11-10
910

instructions/zh-Hans.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"meta": {
3-
"capitalizeFirstLetter": true
3+
"capitalizeFirstLetter": false
44
},
55
"v5": {
66
"constants": {
@@ -31,8 +31,8 @@
3131
"right": "向右",
3232
"sharp left": "向左",
3333
"sharp right": "向右",
34-
"slight left": "稍向左",
35-
"slight right": "稍向右",
34+
"slight left": "向左",
35+
"slight right": "向右",
3636
"straight": "直行",
3737
"uturn": "调头"
3838
},
@@ -55,25 +55,25 @@
5555
"default": "您已经到达您的{nth}个目的地"
5656
},
5757
"left": {
58-
"default": "您已经到达您的{nth}个目的地, 在道路左侧"
58+
"default": "您已经到达您的{nth}个目的地在道路左侧"
5959
},
6060
"right": {
61-
"default": "您已经到达您的{nth}个目的地, 在道路右侧"
61+
"default": "您已经到达您的{nth}个目的地在道路右侧"
6262
},
6363
"sharp left": {
64-
"default": "您已经到达您的{nth}个目的地, 在道路左侧"
64+
"default": "您已经到达您的{nth}个目的地在道路左侧"
6565
},
6666
"sharp right": {
67-
"default": "您已经到达您的{nth}个目的地, 在道路右侧"
67+
"default": "您已经到达您的{nth}个目的地在道路右侧"
6868
},
6969
"slight right": {
70-
"default": "您已经到达您的{nth}个目的地, 在道路右侧"
70+
"default": "您已经到达您的{nth}个目的地在道路右侧"
7171
},
7272
"slight left": {
73-
"default": "您已经到达您的{nth}个目的地, 在道路左侧"
73+
"default": "您已经到达您的{nth}个目的地在道路左侧"
7474
},
7575
"straight": {
76-
"default": "您已经到达您的{nth}个目的地, 在您正前方"
76+
"default": "您已经到达您的{nth}个目的地在您正前方"
7777
}
7878
},
7979
"continue": {
@@ -90,8 +90,8 @@
9090
},
9191
"depart": {
9292
"default": {
93-
"default": "{direction}方向出发",
94-
"name": "{direction}方向上{way_name}"
93+
"default": "出发向{direction}",
94+
"name": "出发向{direction},上{way_name}"
9595
}
9696
},
9797
"end of road": {
@@ -138,8 +138,8 @@
138138
"new name": {
139139
"default": {
140140
"default": "继续{modifier}",
141-
"name": "继续{modifier}, 上{way_name}",
142-
"destination": "继续{modifier}, 前往{destination}"
141+
"name": "继续{modifier},上{way_name}",
142+
"destination": "继续{modifier},前往{destination}"
143143
},
144144
"uturn": {
145145
"default": "调头",
@@ -161,7 +161,7 @@
161161
},
162162
"off ramp": {
163163
"default": {
164-
"default": "通过匝道",
164+
"default": "上匝道",
165165
"name": "通过匝道驶入{way_name}",
166166
"destination": "通过匝道前往{destination}"
167167
},
@@ -234,8 +234,8 @@
234234
"roundabout turn": {
235235
"default": {
236236
"default": "在环岛{modifier}行驶",
237-
"name": "在环岛{modifier}行驶前往{way_name}",
238-
"destination": "At the roundabout make a {modifier} towards {destination}"
237+
"name": "在环岛{modifier}行驶,上{way_name}",
238+
"destination": "在环岛{modifier}行驶,前往{destination}"
239239
},
240240
"left": {
241241
"default": "在环岛左转",

0 commit comments

Comments
 (0)