|
1 | 1 | {
|
2 | 2 | "meta": {
|
3 |
| - "capitalizeFirstLetter": true |
| 3 | + "capitalizeFirstLetter": false |
4 | 4 | },
|
5 | 5 | "v5": {
|
6 | 6 | "constants": {
|
|
31 | 31 | "right": "向右",
|
32 | 32 | "sharp left": "向左",
|
33 | 33 | "sharp right": "向右",
|
34 |
| - "slight left": "稍向左", |
35 |
| - "slight right": "稍向右", |
| 34 | + "slight left": "向左", |
| 35 | + "slight right": "向右", |
36 | 36 | "straight": "直行",
|
37 | 37 | "uturn": "调头"
|
38 | 38 | },
|
|
55 | 55 | "default": "您已经到达您的{nth}个目的地"
|
56 | 56 | },
|
57 | 57 | "left": {
|
58 |
| - "default": "您已经到达您的{nth}个目的地, 在道路左侧" |
| 58 | + "default": "您已经到达您的{nth}个目的地,在道路左侧" |
59 | 59 | },
|
60 | 60 | "right": {
|
61 |
| - "default": "您已经到达您的{nth}个目的地, 在道路右侧" |
| 61 | + "default": "您已经到达您的{nth}个目的地,在道路右侧" |
62 | 62 | },
|
63 | 63 | "sharp left": {
|
64 |
| - "default": "您已经到达您的{nth}个目的地, 在道路左侧" |
| 64 | + "default": "您已经到达您的{nth}个目的地,在道路左侧" |
65 | 65 | },
|
66 | 66 | "sharp right": {
|
67 |
| - "default": "您已经到达您的{nth}个目的地, 在道路右侧" |
| 67 | + "default": "您已经到达您的{nth}个目的地,在道路右侧" |
68 | 68 | },
|
69 | 69 | "slight right": {
|
70 |
| - "default": "您已经到达您的{nth}个目的地, 在道路右侧" |
| 70 | + "default": "您已经到达您的{nth}个目的地,在道路右侧" |
71 | 71 | },
|
72 | 72 | "slight left": {
|
73 |
| - "default": "您已经到达您的{nth}个目的地, 在道路左侧" |
| 73 | + "default": "您已经到达您的{nth}个目的地,在道路左侧" |
74 | 74 | },
|
75 | 75 | "straight": {
|
76 |
| - "default": "您已经到达您的{nth}个目的地, 在您正前方" |
| 76 | + "default": "您已经到达您的{nth}个目的地,在您正前方" |
77 | 77 | }
|
78 | 78 | },
|
79 | 79 | "continue": {
|
|
90 | 90 | },
|
91 | 91 | "depart": {
|
92 | 92 | "default": {
|
93 |
| - "default": "朝{direction}方向出发", |
94 |
| - "name": "朝{direction}方向上{way_name}" |
| 93 | + "default": "出发向{direction}", |
| 94 | + "name": "出发向{direction},上{way_name}" |
95 | 95 | }
|
96 | 96 | },
|
97 | 97 | "end of road": {
|
|
138 | 138 | "new name": {
|
139 | 139 | "default": {
|
140 | 140 | "default": "继续{modifier}",
|
141 |
| - "name": "继续{modifier}, 上{way_name}", |
142 |
| - "destination": "继续{modifier}, 前往{destination}" |
| 141 | + "name": "继续{modifier},上{way_name}", |
| 142 | + "destination": "继续{modifier},前往{destination}" |
143 | 143 | },
|
144 | 144 | "uturn": {
|
145 | 145 | "default": "调头",
|
|
161 | 161 | },
|
162 | 162 | "off ramp": {
|
163 | 163 | "default": {
|
164 |
| - "default": "通过匝道", |
| 164 | + "default": "上匝道", |
165 | 165 | "name": "通过匝道驶入{way_name}",
|
166 | 166 | "destination": "通过匝道前往{destination}"
|
167 | 167 | },
|
|
234 | 234 | "roundabout turn": {
|
235 | 235 | "default": {
|
236 | 236 | "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}" |
239 | 239 | },
|
240 | 240 | "left": {
|
241 | 241 | "default": "在环岛左转",
|
|
0 commit comments