Skip to content

Commit a7903c9

Browse files
committed
Added European Portuguese localization
1 parent 59d96ce commit a7903c9

File tree

653 files changed

+1284
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

653 files changed

+1284
-177
lines changed

CHANGELOG.md

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

44
## master
55

6+
- Added a European Portuguese localization. [#229](https://github.com/Project-OSRM/osrm-text-instructions/pull/229)
67
- Added some abbreviations in German, Hebrew, Hungarian, Slovenian, and Ukrainian. [#226](https://github.com/Project-OSRM/osrm-text-instructions/pull/226)
78

89
## 0.12.0 2018-02-26

languages.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ var instructionsIt = require('./languages/translations/it.json');
1313
var instructionsNl = require('./languages/translations/nl.json');
1414
var instructionsPl = require('./languages/translations/pl.json');
1515
var instructionsPtBr = require('./languages/translations/pt-BR.json');
16+
var instructionsPtPt = require('./languages/translations/pt-PT.json');
1617
var instructionsRo = require('./languages/translations/ro.json');
1718
var instructionsRu = require('./languages/translations/ru.json');
1819
var instructionsSv = require('./languages/translations/sv.json');
@@ -57,6 +58,7 @@ var instructions = {
5758
'nl': instructionsNl,
5859
'pl': instructionsPl,
5960
'pt-BR': instructionsPtBr,
61+
'pt-PT': instructionsPtPt,
6062
'ro': instructionsRo,
6163
'ru': instructionsRu,
6264
'sv': instructionsSv,

languages/translations/pt-BR.json

Lines changed: 17 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@
189189
},
190190
"sharp left": {
191191
"default": "Faça uma curva fechada à esquerda na bifurcação",
192-
"name": "Faça uma curva fechada à esquerda na bifurcação em {way_name}",
193-
"destination": "Faça uma curva fechada à esquerda na bifurcação sentido {destination}"
192+
"name": "Faça uma curva fechada à esquerda em {way_name}",
193+
"destination": "Faça uma curva fechada à esquerda sentido {destination}"
194194
},
195195
"sharp right": {
196196
"default": "Faça uma curva fechada à direita na bifurcação",
197-
"name": "Faça uma curva fechada à direita na bifurcação em {way_name}",
198-
"destination": "Faça uma curva fechada à direita na bifurcação sentido {destination}"
197+
"name": "Faça uma curva fechada à direita em {way_name}",
198+
"destination": "Faça uma curva fechada à direita sentido {destination}"
199199
},
200200
"uturn": {
201201
"default": "Faça o retorno",
@@ -416,28 +416,6 @@
416416
}
417417
},
418418
"roundabout turn": {
419-
"default": {
420-
"default": "Na rotatória, vire {modifier}",
421-
"name": "Na rotatória, vire {modifier} na {way_name}",
422-
"destination": "Na rotatória, vire {modifier} em direção à {destination}"
423-
},
424-
"left": {
425-
"default": "Na rotatória vire à esquerda",
426-
"name": "Na rotatória vire à esquerda em {way_name}",
427-
"destination": "Na rotatória vire à esquerda sentido {destination}"
428-
},
429-
"right": {
430-
"default": "Na rotatória vire à direita",
431-
"name": "Na rotatória vire à direita em {way_name}",
432-
"destination": "Na rotatória vire à direita sentido {destination}"
433-
},
434-
"straight": {
435-
"default": "Na rotatória siga em frente",
436-
"name": "Na rotatória siga em frente pela {way_name}",
437-
"destination": "Na rotatória siga em frente sentido {destination}"
438-
}
439-
},
440-
"exit roundabout": {
441419
"default": {
442420
"default": "Siga {modifier}",
443421
"name": "Siga {modifier} em {way_name}",
@@ -454,31 +432,23 @@
454432
"destination": "Vire à direita sentido {destination}"
455433
},
456434
"straight": {
457-
"default": "Siga reto",
458-
"name": "Siga reto em {way_name}",
459-
"destination": "Siga reto sentido {destination}"
435+
"default": "Continue em frente",
436+
"name": "Continue em frente em {way_name}",
437+
"destination": "Continue em frente sentido {destination}"
438+
}
439+
},
440+
"exit roundabout": {
441+
"default": {
442+
"default": "Exit the traffic circle",
443+
"name": "Exit the traffic circle onto {way_name}",
444+
"destination": "Exit the traffic circle towards {destination}"
460445
}
461446
},
462447
"exit rotary": {
463448
"default": {
464-
"default": "Siga {modifier}",
465-
"name": "Siga {modifier} em {way_name}",
466-
"destination": "Siga {modifier} sentido {destination}"
467-
},
468-
"left": {
469-
"default": "Vire à esquerda",
470-
"name": "Vire à esquerda em {way_name}",
471-
"destination": "Vire à esquerda sentido {destination}"
472-
},
473-
"right": {
474-
"default": "Vire à direita",
475-
"name": "Vire à direita em {way_name}",
476-
"destination": "Vire à direita sentido {destination}"
477-
},
478-
"straight": {
479-
"default": "Siga reto",
480-
"name": "Siga reto em {way_name}",
481-
"destination": "Siga reto sentido {destination}"
449+
"default": "Exit the traffic circle",
450+
"name": "Exit the traffic circle onto {way_name}",
451+
"destination": "Exit the traffic circle towards {destination}"
482452
}
483453
},
484454
"turn": {

0 commit comments

Comments
 (0)