diff --git a/languages/translations/zh-Hans.json b/languages/translations/zh-Hans.json index ad77082db..1fe531840 100644 --- a/languages/translations/zh-Hans.json +++ b/languages/translations/zh-Hans.json @@ -63,56 +63,56 @@ "upcoming": "您已经到达您的{nth}个目的地", "short": "已到达目的地", "short-upcoming": "您已经到达您的{nth}个目的地", - "named": "已到达目{waypoint_name}" + "named": "已到达{waypoint_name}" }, "left": { "default": "您已经到达您的{nth}个目的地,在道路左侧", "upcoming": "您已经到达您的{nth}个目的地,在道路左侧", "short": "已到达目的地", "short-upcoming": "您已经到达您的{nth}个目的地", - "named": "已到达目{waypoint_name},在道路左侧" + "named": "已到达{waypoint_name},在道路左侧" }, "right": { "default": "您已经到达您的{nth}个目的地,在道路右侧", "upcoming": "您已经到达您的{nth}个目的地,在道路右侧", "short": "已到达目的地", "short-upcoming": "您已经到达您的{nth}个目的地", - "named": "已到达目{waypoint_name},在道路右侧" + "named": "已到达{waypoint_name},在道路右侧" }, "sharp left": { "default": "您已经到达您的{nth}个目的地,在道路左侧", "upcoming": "您已经到达您的{nth}个目的地,在道路左侧", "short": "已到达目的地", "short-upcoming": "您已经到达您的{nth}个目的地", - "named": "已到达目{waypoint_name},在道路左侧" + "named": "已到达{waypoint_name},在道路左侧" }, "sharp right": { "default": "您已经到达您的{nth}个目的地,在道路右侧", "upcoming": "您已经到达您的{nth}个目的地,在道路右侧", "short": "已到达目的地", "short-upcoming": "您已经到达您的{nth}个目的地", - "named": "已到达目{waypoint_name},在道路右侧" + "named": "已到达{waypoint_name},在道路右侧" }, "slight right": { "default": "您已经到达您的{nth}个目的地,在道路右侧", "upcoming": "您已经到达您的{nth}个目的地,在道路右侧", "short": "已到达目的地", "short-upcoming": "您已经到达您的{nth}个目的地", - "named": "已到达目{waypoint_name},在道路右侧" + "named": "已到达{waypoint_name},在道路右侧" }, "slight left": { "default": "您已经到达您的{nth}个目的地,在道路左侧", "upcoming": "您已经到达您的{nth}个目的地,在道路左侧", "short": "已到达目的地", "short-upcoming": "您已经到达您的{nth}个目的地", - "named": "已到达目{waypoint_name},在道路左侧" + "named": "已到达{waypoint_name},在道路左侧" }, "straight": { "default": "您已经到达您的{nth}个目的地,在您正前方", "upcoming": "您已经到达您的{nth}个目的地,在您正前方", "short": "已到达目的地", "short-upcoming": "您已经到达您的{nth}个目的地", - "named": "已到达目{waypoint_name},在您正前方" + "named": "已到达{waypoint_name},在您正前方" } }, "continue": { diff --git a/test/fixtures/v5/arrive_waypoint_name/left.json b/test/fixtures/v5/arrive_waypoint_name/left.json index 03d330dbd..cc2b9b248 100644 --- a/test/fixtures/v5/arrive_waypoint_name/left.json +++ b/test/fixtures/v5/arrive_waypoint_name/left.json @@ -27,7 +27,7 @@ "tr": "Somewhere ulaştınız, hedefiniz solunuzdadır", "uk": "Ви прибули у Somewhere, він – ліворуч", "vi": "Đến Somewhere ở bên trái", - "zh-Hans": "已到达目Somewhere,在道路左侧" + "zh-Hans": "已到达Somewhere,在道路左侧" }, "options": { "legIndex": 0, diff --git a/test/fixtures/v5/arrive_waypoint_name/no_modifier.json b/test/fixtures/v5/arrive_waypoint_name/no_modifier.json index 1f64b9945..0da507d88 100644 --- a/test/fixtures/v5/arrive_waypoint_name/no_modifier.json +++ b/test/fixtures/v5/arrive_waypoint_name/no_modifier.json @@ -26,7 +26,7 @@ "tr": "Somewhere ulaştınız", "uk": "Ви прибули у Somewhere", "vi": "Đến Somewhere", - "zh-Hans": "已到达目Somewhere" + "zh-Hans": "已到达Somewhere" }, "options": { "legIndex": 0, diff --git a/test/fixtures/v5/arrive_waypoint_name/right.json b/test/fixtures/v5/arrive_waypoint_name/right.json index 9919cdabb..c051eab33 100644 --- a/test/fixtures/v5/arrive_waypoint_name/right.json +++ b/test/fixtures/v5/arrive_waypoint_name/right.json @@ -27,7 +27,7 @@ "tr": "Somewhere ulaştınız, hedefiniz sağınızdadır", "uk": "Ви прибули у Somewhere, він – праворуч", "vi": "Đến Somewhere ở bên phải", - "zh-Hans": "已到达目Somewhere,在道路右侧" + "zh-Hans": "已到达Somewhere,在道路右侧" }, "options": { "legIndex": 0, diff --git a/test/fixtures/v5/arrive_waypoint_name/sharp_left.json b/test/fixtures/v5/arrive_waypoint_name/sharp_left.json index 580acbaaf..c13af3942 100644 --- a/test/fixtures/v5/arrive_waypoint_name/sharp_left.json +++ b/test/fixtures/v5/arrive_waypoint_name/sharp_left.json @@ -27,7 +27,7 @@ "tr": "Somewhere ulaştınız, hedefiniz solunuzdadır", "uk": "Ви прибули у Somewhere, він – ліворуч", "vi": "Đến Somewhere ở bên trái", - "zh-Hans": "已到达目Somewhere,在道路左侧" + "zh-Hans": "已到达Somewhere,在道路左侧" }, "options": { "legIndex": 0, diff --git a/test/fixtures/v5/arrive_waypoint_name/sharp_right.json b/test/fixtures/v5/arrive_waypoint_name/sharp_right.json index df0b6db8c..7743aac81 100644 --- a/test/fixtures/v5/arrive_waypoint_name/sharp_right.json +++ b/test/fixtures/v5/arrive_waypoint_name/sharp_right.json @@ -27,7 +27,7 @@ "tr": "Somewhere ulaştınız, hedefiniz sağınızdadır", "uk": "Ви прибули у Somewhere, він – праворуч", "vi": "Đến Somewhere ở bên phải", - "zh-Hans": "已到达目Somewhere,在道路右侧" + "zh-Hans": "已到达Somewhere,在道路右侧" }, "options": { "legIndex": 0, diff --git a/test/fixtures/v5/arrive_waypoint_name/slight_left.json b/test/fixtures/v5/arrive_waypoint_name/slight_left.json index 4a3934580..96847aaa0 100644 --- a/test/fixtures/v5/arrive_waypoint_name/slight_left.json +++ b/test/fixtures/v5/arrive_waypoint_name/slight_left.json @@ -27,7 +27,7 @@ "tr": "Somewhere ulaştınız, hedefiniz solunuzdadır", "uk": "Ви прибули у Somewhere, він – ліворуч", "vi": "Đến Somewhere ở bên trái", - "zh-Hans": "已到达目Somewhere,在道路左侧" + "zh-Hans": "已到达Somewhere,在道路左侧" }, "options": { "legIndex": 0, diff --git a/test/fixtures/v5/arrive_waypoint_name/slight_right.json b/test/fixtures/v5/arrive_waypoint_name/slight_right.json index 10d91c6a2..07a50223c 100644 --- a/test/fixtures/v5/arrive_waypoint_name/slight_right.json +++ b/test/fixtures/v5/arrive_waypoint_name/slight_right.json @@ -27,7 +27,7 @@ "tr": "Somewhere ulaştınız, hedefiniz sağınızdadır", "uk": "Ви прибули у Somewhere, він – праворуч", "vi": "Đến Somewhere ở bên phải", - "zh-Hans": "已到达目Somewhere,在道路右侧" + "zh-Hans": "已到达Somewhere,在道路右侧" }, "options": { "legIndex": 0, diff --git a/test/fixtures/v5/arrive_waypoint_name/straight.json b/test/fixtures/v5/arrive_waypoint_name/straight.json index 3a28b8f49..4fe050df4 100644 --- a/test/fixtures/v5/arrive_waypoint_name/straight.json +++ b/test/fixtures/v5/arrive_waypoint_name/straight.json @@ -27,7 +27,7 @@ "tr": "Somewhere ulaştınız, hedefiniz karşınızdadır", "uk": "Ви прибули у Somewhere, він – прямо перед вами", "vi": "Đến Somewhere ở trước mặt", - "zh-Hans": "已到达目Somewhere,在您正前方" + "zh-Hans": "已到达Somewhere,在您正前方" }, "options": { "legIndex": 0, diff --git a/test/fixtures/v5/arrive_waypoint_name/uturn.json b/test/fixtures/v5/arrive_waypoint_name/uturn.json index 35a7280d7..94ea8591a 100644 --- a/test/fixtures/v5/arrive_waypoint_name/uturn.json +++ b/test/fixtures/v5/arrive_waypoint_name/uturn.json @@ -27,7 +27,7 @@ "tr": "Somewhere ulaştınız", "uk": "Ви прибули у Somewhere", "vi": "Đến Somewhere", - "zh-Hans": "已到达目Somewhere" + "zh-Hans": "已到达Somewhere" }, "options": { "legIndex": 0,