Skip to content

Commit

Permalink
update spanish texts and add units
Browse files Browse the repository at this point in the history
  • Loading branch information
bolollo committed Sep 30, 2016
1 parent 4b01626 commit fbc312a
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions src/L.Routing.Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
}
},

'sp': {
'es': {
directions: {
N: 'norte',
NE: 'noreste',
Expand All @@ -217,34 +217,35 @@
S: 'sur',
SW: 'suroeste',
W: 'oeste',
NW: 'noroeste'
NW: 'noroeste',
SlightRight: 'leve giro a la derecha',
Right: 'derecha',
SharpRight: 'giro pronunciado a la derecha',
SlightLeft: 'leve giro a la izquierda',
Left: 'izquierda',
SharpLeft: 'giro pronunciado a la izquierda',
Uturn: 'media vuelta'
},
instructions: {
// instruction, postfix if the road is named
'Head':
['Derecho {dir}', ' sobre {road}'],
'Continue':
['Continuar {dir}', ' en {road}'],
'SlightRight':
['Leve giro a la derecha', ' sobre {road}'],
'Right':
['Derecha', ' sobre {road}'],
'SharpRight':
['Giro pronunciado a la derecha', ' sobre {road}'],
'TurnAround':
['Dar vuelta'],
'SharpLeft':
['Giro pronunciado a la izquierda', ' sobre {road}'],
'Left':
['Izquierda', ' en {road}'],
'SlightLeft':
['Leve giro a la izquierda', ' en {road}'],
'WaypointReached':
['Llegó a un punto del camino'],
'Roundabout':
['Tomar {exitStr} salida en la rotonda', ' en {road}'],
'DestinationReached':
['Llegada a destino'],
'Fork': ['En el cruce gira a {modifier}', ' hacia {road}'],
'Merge': ['Incorpórate {modifier}', ' hacia {road}'],
'OnRamp': ['Gira {modifier} en la salida', ' hacia {road}'],
'OffRamp': ['Toma la salida {modifier}', ' hacia {road}'],
'EndOfRoad': ['Gira {modifier} al final de la carretera', ' hacia {road}'],
'Onto': 'hacia {road}'
},
formatOrder: function(n) {
return n + 'º';
Expand All @@ -253,6 +254,15 @@
startPlaceholder: 'Inicio',
viaPlaceholder: 'Via {viaNumber}',
endPlaceholder: 'Destino'
},
units: {
meters: 'm',
kilometers: 'km',
yards: 'yd',
miles: 'mi',
hours: 'h',
minutes: 'min',
seconds: 's'
}
},
'nl': {
Expand Down

0 comments on commit fbc312a

Please sign in to comment.