Skip to content

Commit

Permalink
Merge branch 'dev' into check-transitleg-itins
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup authored Oct 27, 2023
2 parents 6af1d42 + beee832 commit 1e8e0bd
Show file tree
Hide file tree
Showing 5 changed files with 1,275 additions and 23 deletions.
20 changes: 14 additions & 6 deletions i18n/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ actions:
smsVerificationFailed: >-
Su teléfono no ha podido ser verificado. Quizás el código que has
introducido ha caducado. Solicita un nuevo código e inténtalo de nuevo.
mustAcceptTermsToSavePlace: Por favor, acepte las Condiciones de uso (en Mi cuenta)
para guardar las ubicaciones.
common:
coordinates: "{lat}; {lon}"
dateExpressions:
Expand Down Expand Up @@ -377,15 +379,17 @@ components:
NotificationPrefsPane:
noDeviceForPush: Regístrese con la aplicación móvil para acceder a esta configuración.
notificationChannelPrompt: "Recibir notificaciones para sus viajes guardados por:"
devicesRegistered: '{count, plural, one {# dispositivo} other {# dispositivos}}
registrado(s)'
OTP2ErrorRenderer:
LOCATION_NOT_FOUND:
body: >-
{inputFieldsCount, plural, =0 {} one {localización es} other
{localizaciones son}} no están cerca de ninguna calle.
{inputFields} {inputFieldsCount, plural, =0 {} one {la ubicación es} other
{las ubicaciones son}} no está cerca de ninguna calle.
header: No se puede acceder a la ubicación
NO_STOPS_IN_RANGE:
body: >-
{inputFieldsCount, plural, =0 {} one {ubicación es} other {ubicaciones
{inputFields} {inputFieldsCount, plural, =0 {} one {ubicación es} other {ubicaciones
son}} no están cerca de ninguna parada del transporte.
header: Sin paradas cerca
NO_TRANSIT_CONNECTION:
Expand All @@ -401,9 +405,8 @@ components:
header: Sin conexiones por el criterio de la búsqueda
OUTSIDE_BOUNDS:
body: >-
{inputFieldsCount, plural, =0 {} one {localización es} other
{localizaciones son}} no están en los límites del planificador de
viajes.
{inputFields} {inputFieldsCount, plural, =0 {} one {ubicación es} other {ubicaciones
son}} no están en los límites del planificador de viajes.
header: Ubicación fuera de los límites
OUTSIDE_SERVICE_PERIOD:
body: >-
Expand Down Expand Up @@ -750,6 +753,11 @@ components:
confirmDelete: >-
¿Está seguro de que desea eliminar su cuenta de usuario? Una vez que lo
haga, no se podrá recuperar.
updating: Actualizando
errorUpdatingProfile: Error al actualizar el perfil.
fields:
storeTripHistory: Guardar el historial de los viajes
fieldUpdated: Este ajuste se ha actualizado.
UserSettings:
confirmDeletion: >-
Tiene almacenadas búsquedas o lugares recientes. Si desactiva el
Expand Down
Loading

0 comments on commit 1e8e0bd

Please sign in to comment.