Skip to content

Commit

Permalink
Added Korean localization
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Apr 27, 2018
1 parent 1a1ec46 commit c3b3ab6
Show file tree
Hide file tree
Showing 663 changed files with 1,160 additions and 0 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
## master

- Added a Finnish localization. [#239](https://github.com/Project-OSRM/osrm-text-instructions/pull/239)
- Added a Korean localization. [#243](https://github.com/Project-OSRM/osrm-text-instructions/pull/243)
- Updated translations in Simplified Chinese. [#233](https://github.com/Project-OSRM/osrm-text-instructions/pull/233)

## 0.13.0 2018-04-11
Expand Down
2 changes: 2 additions & 0 deletions languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var instructionsFr = require('./languages/translations/fr.json');
var instructionsHe = require('./languages/translations/he.json');
var instructionsId = require('./languages/translations/id.json');
var instructionsIt = require('./languages/translations/it.json');
var instructionsKo = require('./languages/translations/ko.json');
var instructionsNl = require('./languages/translations/nl.json');
var instructionsPl = require('./languages/translations/pl.json');
var instructionsPtBr = require('./languages/translations/pt-BR.json');
Expand Down Expand Up @@ -57,6 +58,7 @@ var instructions = {
'he': instructionsHe,
'id': instructionsId,
'it': instructionsIt,
'ko': instructionsKo,
'nl': instructionsNl,
'pl': instructionsPl,
'pt-BR': instructionsPtBr,
Expand Down
5 changes: 5 additions & 0 deletions languages/overrides/ko.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = function(content) {
content.meta.capitalizeFirstLetter = false;

return content;
};
493 changes: 493 additions & 0 deletions languages/translations/ko.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions test/fixtures/v5/arrive/left.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד ה שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
"it": "Sei arrivato alla tua destinazione, sulla sinistra",
"ko": "좌측에 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De bestemming bevindt zich links.",
"pl": "Dojechano do miejsca docelowego , po lewej stronie",
"pt-BR": "Você chegou ao seu destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive/no_modifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"he": "הגעת אל היעד ה שלך",
"id": "Anda telah tiba di tujuan ke-",
"it": "Sei arrivato alla tua destinazione",
"ko": " 목적지에 도착하였습니다.",
"nl": "Je bent gearriveerd op de bestemming.",
"pl": "Dojechano do miejsca docelowego ",
"pt-BR": "Você chegou ao seu destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive/right.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד ה שלך מימינך",
"id": "Anda telah tiba di tujuan ke-, di sebelah kanan",
"it": "Sei arrivato alla tua destinazione, sulla destra",
"ko": "우측에 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.",
"pl": "Dojechano do miejsca docelowego , po prawej stronie",
"pt-BR": "Você chegou ao seu destino, à direita",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive/sharp_left.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד ה שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
"it": "Sei arrivato alla tua destinazione, sulla sinistra",
"ko": "좌측에 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De bestemming bevindt zich links.",
"pl": "Dojechano do miejsca docelowego , po lewej stronie",
"pt-BR": "Você chegou ao seu destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive/sharp_right.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד ה שלך מימינך",
"id": "Anda telah tiba di tujuan ke-, di sebelah kanan",
"it": "Sei arrivato alla tua destinazione, sulla destra",
"ko": "우측에 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.",
"pl": "Dojechano do miejsca docelowego , po prawej stronie",
"pt-BR": "Você chegou ao seu destino, à direita",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive/slight_left.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד ה שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
"it": "Sei arrivato alla tua destinazione, sulla sinistra",
"ko": "좌측에 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De bestemming bevindt zich links.",
"pl": "Dojechano do miejsca docelowego , po lewej stronie",
"pt-BR": "Você chegou ao seu destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive/slight_right.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד ה שלך מימינך",
"id": "Anda telah tiba di tujuan ke-, di sebelah kanan",
"it": "Sei arrivato alla tua destinazione, sulla destra",
"ko": "우측에 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De bestemming bevindt zich rechts.",
"pl": "Dojechano do miejsca docelowego , po prawej stronie",
"pt-BR": "Você chegou ao seu destino, à direita",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive/straight.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד ה שלך, בהמשך",
"id": "Anda telah tiba di tujuan ke-, lurus saja",
"it": "Sei arrivato alla tua destinazione, si trova davanti a te",
"ko": "바로 앞에 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De bestemming bevindt zich voor je.",
"pl": "Dojechano do miejsca docelowego , prosto",
"pt-BR": "Você chegou ao seu destino, em frente",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive/uturn.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד ה שלך",
"id": "Anda telah tiba di tujuan ke-",
"it": "Sei arrivato alla tua destinazione",
"ko": " 목적지에 도착하였습니다.",
"nl": "Je bent gearriveerd op de bestemming.",
"pl": "Dojechano do miejsca docelowego ",
"pt-BR": "Você chegou ao seu destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short/left.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "הגעת",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "도착하였습니다",
"nl": "Je bent gearriveerd",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short/no_modifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "הגעת",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "도착하였습니다",
"nl": "Je bent gearriveerd",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short/right.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "הגעת",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "도착하였습니다",
"nl": "Je bent gearriveerd",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short/sharp left.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "הגעת",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "도착하였습니다",
"nl": "Je bent gearriveerd",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short/sharp right.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "הגעת",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "도착하였습니다",
"nl": "Je bent gearriveerd",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short/slight left.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "הגעת",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "도착하였습니다",
"nl": "Je bent gearriveerd",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short/slight right.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "הגעת",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "도착하였습니다",
"nl": "Je bent gearriveerd",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short/straight.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "הגעת",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "도착하였습니다",
"nl": "Je bent gearriveerd",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short_upcoming/left.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "תגיע",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "목적지에 곧 도착할 예정입니다.",
"nl": "U arriveert",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short_upcoming/no_modifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "תגיע",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "도착할 예정입니다.",
"nl": "U arriveert",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short_upcoming/right.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "תגיע",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "목적지에 곧 도착할 예정입니다.",
"nl": "U arriveert",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short_upcoming/sharp left.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "תגיע",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "목적지에 곧 도착할 예정입니다.",
"nl": "U arriveert",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short_upcoming/sharp right.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "תגיע",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "목적지에 곧 도착할 예정입니다.",
"nl": "U arriveert",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short_upcoming/slight left.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "תגיע",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "목적지에 곧 도착할 예정입니다.",
"nl": "U arriveert",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short_upcoming/slight right.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "תגיע",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "목적지에 곧 도착할 예정입니다.",
"nl": "U arriveert",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_short_upcoming/straight.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "תגיע",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "목적지에 곧 도착할 예정입니다.",
"nl": "U arriveert",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_upcoming/left.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "אתה תגיע אל היעד ה{nth} שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-{nth}, di sebelah kiri",
"it": "sei arrivato alla tua {nth} destinazione, sulla sinistra",
"ko": "좌측에 {nth} 목적지에 도착할 예정입니다.",
"nl": "Uw {nth} bestemming bevindt zich aan de linkerkant",
"pl": "Dojechano do miejsca docelowego {nth}, po lewej stronie",
"pt-BR": "Você chegou ao seu {nth} destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_upcoming/no_modifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "אתה תגיע אל היעד ה{nth} שלך",
"id": "Anda telah tiba di tujuan ke-{nth}",
"it": "Sei arrivato alla tua {nth} destinazione",
"ko": "{nth}목적지에 곧 도착할 예정입니다.",
"nl": "U arriveert op de {nth} bestemming",
"pl": "Dojechano do miejsca docelowego {nth}",
"pt-BR": "Você chegou ao seu {nth} destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_upcoming/right.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "אתה תגיע אל היעד ה{nth} שלך מימינך",
"id": "Anda telah tiba di tujuan ke-{nth}, di sebelah kanan",
"it": "sei arrivato alla tua {nth} destinazione, sulla destra",
"ko": "우측에 {nth} 목적지에 도착할 예정입니다.",
"nl": "Uw {nth} bestemming bevindt zich aan de rechterkant",
"pl": "Dojechano do miejsca docelowego {nth}, po prawej stronie",
"pt-BR": "Você chegou ao seu {nth} destino, à direita",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_upcoming/sharp left.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "אתה תגיע אל היעד ה{nth} שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-{nth}, di sebelah kiri",
"it": "sei arrivato alla tua {nth} destinazione, sulla sinistra",
"ko": "좌측에 {nth} 목적지에 도착할 예정입니다.",
"nl": "Uw {nth} bestemming bevindt zich aan de linkerkant",
"pl": "Dojechano do miejsca docelowego {nth}, po lewej stronie",
"pt-BR": "Você chegou ao seu {nth} destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_upcoming/sharp right.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "אתה תגיע אל היעד ה{nth} שלך מימינך",
"id": "Anda telah tiba di tujuan ke-{nth}, di sebelah kanan",
"it": "sei arrivato alla tua {nth} destinazione, sulla destra",
"ko": "우측에 {nth} 목적지에 도착할 예정입니다.",
"nl": "Uw {nth} bestemming bevindt zich aan de rechterkant",
"pl": "Dojechano do miejsca docelowego {nth}, po prawej stronie",
"pt-BR": "Você chegou ao seu {nth} destino, à direita",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_upcoming/slight left.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "אתה תגיע אל היעד ה{nth} שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-{nth}, di sebelah kiri",
"it": "sei arrivato alla tua {nth} destinazione, sulla sinistra",
"ko": "좌측에 {nth} 목적지에 도착할 예정입니다.",
"nl": "Uw {nth} bestemming bevindt zich aan de linkerkant",
"pl": "Dojechano do miejsca docelowego {nth}, po lewej stronie",
"pt-BR": "Você chegou ao seu {nth} destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_upcoming/slight right.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "אתה תגיע אל היעד ה{nth} שלך מימינך",
"id": "Anda telah tiba di tujuan ke-{nth}, di sebelah kanan",
"it": "sei arrivato alla tua {nth} destinazione, sulla destra",
"ko": "우측에 {nth} 목적지에 도착할 예정입니다.",
"nl": "Uw {nth} bestemming bevindt zich aan de rechterkant",
"pl": "Dojechano do miejsca docelowego {nth}, po prawej stronie",
"pt-BR": "Você chegou ao seu {nth} destino, à direita",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_upcoming/straight.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"he": "אתה תגיע אל היעד ה{nth} שלך, בהמשך",
"id": "Anda telah tiba di tujuan ke-{nth}, lurus saja",
"it": "sei arrivato alla tua {nth} destinazione, si trova davanti a te",
"ko": "직진하시면 {nth} 목적지에 도착할 예정입니다.",
"nl": "Uw {nth} bestemming is recht voor u",
"pl": "Dojechano do miejsca docelowego {nth} , prosto",
"pt-BR": "Você chegou ao seu {nth} destino, em frente",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint/left.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד הראשונה שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-1, di sebelah kiri",
"it": "Sei arrivato alla tua 1ª destinazione, sulla sinistra",
"ko": "좌측에 첫번쩨 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De 1e bestemming bevindt zich links.",
"pl": "Dojechano do miejsca docelowego 1., po lewej stronie",
"pt-BR": "Você chegou ao seu 1º destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint/no_modifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"he": "הגעת אל היעד הראשונה שלך",
"id": "Anda telah tiba di tujuan ke-1",
"it": "Sei arrivato alla tua 1ª destinazione",
"ko": " 첫번쩨목적지에 도착하였습니다.",
"nl": "Je bent gearriveerd op de 1e bestemming.",
"pl": "Dojechano do miejsca docelowego 1.",
"pt-BR": "Você chegou ao seu 1º destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint/right.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד הראשונה שלך מימינך",
"id": "Anda telah tiba di tujuan ke-1, di sebelah kanan",
"it": "Sei arrivato alla tua 1ª destinazione, sulla destra",
"ko": "우측에 첫번쩨 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De 1e bestemming bevindt zich rechts.",
"pl": "Dojechano do miejsca docelowego 1., po prawej stronie",
"pt-BR": "Você chegou ao seu 1º destino, à direita",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint/sharp_left.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד הראשונה שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-1, di sebelah kiri",
"it": "Sei arrivato alla tua 1ª destinazione, sulla sinistra",
"ko": "좌측에 첫번쩨 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De 1e bestemming bevindt zich links.",
"pl": "Dojechano do miejsca docelowego 1., po lewej stronie",
"pt-BR": "Você chegou ao seu 1º destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint/sharp_right.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד הראשונה שלך מימינך",
"id": "Anda telah tiba di tujuan ke-1, di sebelah kanan",
"it": "Sei arrivato alla tua 1ª destinazione, sulla destra",
"ko": "우측에 첫번쩨 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De 1e bestemming bevindt zich rechts.",
"pl": "Dojechano do miejsca docelowego 1., po prawej stronie",
"pt-BR": "Você chegou ao seu 1º destino, à direita",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint/slight_left.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד הראשונה שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-1, di sebelah kiri",
"it": "Sei arrivato alla tua 1ª destinazione, sulla sinistra",
"ko": "좌측에 첫번쩨 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De 1e bestemming bevindt zich links.",
"pl": "Dojechano do miejsca docelowego 1., po lewej stronie",
"pt-BR": "Você chegou ao seu 1º destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint/slight_right.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד הראשונה שלך מימינך",
"id": "Anda telah tiba di tujuan ke-1, di sebelah kanan",
"it": "Sei arrivato alla tua 1ª destinazione, sulla destra",
"ko": "우측에 첫번쩨 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De 1e bestemming bevindt zich rechts.",
"pl": "Dojechano do miejsca docelowego 1., po prawej stronie",
"pt-BR": "Você chegou ao seu 1º destino, à direita",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint/straight.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד הראשונה שלך, בהמשך",
"id": "Anda telah tiba di tujuan ke-1, lurus saja",
"it": "Sei arrivato alla tua 1ª destinazione, si trova davanti a te",
"ko": "바로 앞에 첫번쩨 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De 1e bestemming bevindt zich voor je.",
"pl": "Dojechano do miejsca docelowego 1. , prosto",
"pt-BR": "Você chegou ao seu 1º destino, em frente",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint/uturn.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד הראשונה שלך",
"id": "Anda telah tiba di tujuan ke-1",
"it": "Sei arrivato alla tua 1ª destinazione",
"ko": " 첫번쩨목적지에 도착하였습니다.",
"nl": "Je bent gearriveerd op de 1e bestemming.",
"pl": "Dojechano do miejsca docelowego 1.",
"pt-BR": "Você chegou ao seu 1º destino",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint_last/left.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"he": "הגעת אל היעד ה שלך משמאלך",
"id": "Anda telah tiba di tujuan ke-, di sebelah kiri",
"it": "Sei arrivato alla tua destinazione, sulla sinistra",
"ko": "좌측에 목적지가 있습니다.",
"nl": "Je bent gearriveerd. De bestemming bevindt zich links.",
"pl": "Dojechano do miejsca docelowego , po lewej stronie",
"pt-BR": "Você chegou ao seu destino, à esquerda",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/v5/arrive_waypoint_last/no_modifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"he": "הגעת אל היעד ה שלך",
"id": "Anda telah tiba di tujuan ke-",
"it": "Sei arrivato alla tua destinazione",
"ko": " 목적지에 도착하였습니다.",
"nl": "Je bent gearriveerd op de bestemming.",
"pl": "Dojechano do miejsca docelowego ",
"pt-BR": "Você chegou ao seu destino",
Expand Down
Loading

0 comments on commit c3b3ab6

Please sign in to comment.