Skip to content

Commit

Permalink
copy edits for chinese translation (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunjieLi authored and freenerd committed Nov 11, 2016
1 parent 3c52c1a commit d92e0c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. For change
## Unreleased

- put future changes here
- Improve chinese translation

# 0.0.7 2016-11-10

Expand Down
34 changes: 17 additions & 17 deletions instructions/zh-Hans.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"capitalizeFirstLetter": true
"capitalizeFirstLetter": false
},
"v5": {
"constants": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"right": "向右",
"sharp left": "向左",
"sharp right": "向右",
"slight left": "稍向左",
"slight right": "稍向右",
"slight left": "向左",
"slight right": "向右",
"straight": "直行",
"uturn": "调头"
},
Expand All @@ -55,25 +55,25 @@
"default": "您已经到达您的{nth}个目的地"
},
"left": {
"default": "您已经到达您的{nth}个目的地, 在道路左侧"
"default": "您已经到达您的{nth}个目的地在道路左侧"
},
"right": {
"default": "您已经到达您的{nth}个目的地, 在道路右侧"
"default": "您已经到达您的{nth}个目的地在道路右侧"
},
"sharp left": {
"default": "您已经到达您的{nth}个目的地, 在道路左侧"
"default": "您已经到达您的{nth}个目的地在道路左侧"
},
"sharp right": {
"default": "您已经到达您的{nth}个目的地, 在道路右侧"
"default": "您已经到达您的{nth}个目的地在道路右侧"
},
"slight right": {
"default": "您已经到达您的{nth}个目的地, 在道路右侧"
"default": "您已经到达您的{nth}个目的地在道路右侧"
},
"slight left": {
"default": "您已经到达您的{nth}个目的地, 在道路左侧"
"default": "您已经到达您的{nth}个目的地在道路左侧"
},
"straight": {
"default": "您已经到达您的{nth}个目的地, 在您正前方"
"default": "您已经到达您的{nth}个目的地在您正前方"
}
},
"continue": {
Expand All @@ -90,8 +90,8 @@
},
"depart": {
"default": {
"default": "{direction}方向出发",
"name": "{direction}方向上{way_name}"
"default": "出发向{direction}",
"name": "出发向{direction},上{way_name}"
}
},
"end of road": {
Expand Down Expand Up @@ -138,8 +138,8 @@
"new name": {
"default": {
"default": "继续{modifier}",
"name": "继续{modifier}, 上{way_name}",
"destination": "继续{modifier}, 前往{destination}"
"name": "继续{modifier},上{way_name}",
"destination": "继续{modifier},前往{destination}"
},
"uturn": {
"default": "调头",
Expand All @@ -161,7 +161,7 @@
},
"off ramp": {
"default": {
"default": "通过匝道",
"default": "上匝道",
"name": "通过匝道驶入{way_name}",
"destination": "通过匝道前往{destination}"
},
Expand Down Expand Up @@ -234,8 +234,8 @@
"roundabout turn": {
"default": {
"default": "在环岛{modifier}行驶",
"name": "在环岛{modifier}行驶前往{way_name}",
"destination": "At the roundabout make a {modifier} towards {destination}"
"name": "在环岛{modifier}行驶,上{way_name}",
"destination": "在环岛{modifier}行驶,前往{destination}"
},
"left": {
"default": "在环岛左转",
Expand Down

0 comments on commit d92e0c5

Please sign in to comment.