From fbc312a9c10e8a27f628f76c8f584647aec06e0f Mon Sep 17 00:00:00 2001 From: bolollo Date: Fri, 30 Sep 2016 10:08:03 +0200 Subject: [PATCH] update spanish texts and add units --- src/L.Routing.Localization.js | 38 ++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/src/L.Routing.Localization.js b/src/L.Routing.Localization.js index 79d12568..38c81fb2 100644 --- a/src/L.Routing.Localization.js +++ b/src/L.Routing.Localization.js @@ -208,7 +208,7 @@ } }, - 'sp': { + 'es': { directions: { N: 'norte', NE: 'noreste', @@ -217,7 +217,14 @@ 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 @@ -225,26 +232,20 @@ ['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 + 'º'; @@ -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': {