]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/es.yml
Localisation updates from https://translatewiki.net.
[rails.git] / config / locales / es.yml
index ad2c195da96073045a0b042a673e7058008c2c6a..ebb4bc300ccd8b21e61c68a655df8b8de95df457 100644 (file)
@@ -2,9 +2,11 @@
 # Exported from translatewiki.net
 # Export driver: phpyaml
 # Author: 2axterix2
+# Author: Abijeet Patro
 # Author: Adjen
 # Author: Aguslr
 # Author: Alberto Chung
+# Author: Anarhistička Maca
 # Author: Armando-Martin
 # Author: Carlosmg.dg
 # Author: Carlosz22
@@ -17,6 +19,7 @@
 # Author: Fitoschido
 # Author: Fortega
 # Author: Guillembb
+# Author: Harvest
 # Author: Hereñu
 # Author: Idontknow
 # Author: Indiralena
@@ -27,6 +30,7 @@
 # Author: Johnarupire
 # Author: Jynus
 # Author: KATRINE1992
+# Author: Kresp0
 # Author: Ktranz
 # Author: La Mantis
 # Author: Larjona
@@ -60,7 +64,35 @@ es:
   time:
     formats:
       friendly: '%e de %B de %Y a las %H:%M'
+  helpers:
+    submit:
+      diary_comment:
+        create: Guardar
+      diary_entry:
+        create: Publicar
+        update: Actualizar
+      issue_comment:
+        create: Añadir comentario
+      message:
+        create: Enviar
+      client_application:
+        create: Registrar
+        update: Editar
+      redaction:
+        create: Crear redacción
+        update: Guardar redacción
+      trace:
+        create: Subir
+        update: Guardar cambios
+      user_block:
+        create: Crear bloqueo
+        update: Actualizar el bloqueo
   activerecord:
+    errors:
+      messages:
+        invalid_email_address: no aparenta ser una dirección de correo electrónico
+          válida
+        email_address_not_routable: no es enrutable
     models:
       acl: Lista de control de acceso
       changeset: Conjunto de cambios
@@ -128,6 +160,45 @@ es:
         description: Descripción
         languages: Idiomas
         pass_crypt: Contraseña
+  datetime:
+    distance_in_words_ago:
+      about_x_hours:
+        one: hace cerca de 1 hora
+        other: hace cerca de %{count} horas
+      about_x_months:
+        one: hace cerca de 1 mes
+        other: hace cerca de %{count} meses
+      about_x_years:
+        one: hace cerca de 1 año
+        other: hace cerca de %{count} años
+      almost_x_years:
+        one: hace casi 1 año
+        other: hace casi %{count} años
+      half_a_minute: hace medio minuto
+      less_than_x_seconds:
+        one: hace menos de 1 segundo
+        other: hace menos de %{count} segundos
+      less_than_x_minutes:
+        one: hace menos de 1 minuto
+        other: hace menos de %{count} minutos
+      over_x_years:
+        one: hace más de 1 año
+        other: hace más de %{count} años
+      x_seconds:
+        one: hace 1 segundo
+        other: hace %{count} segundos
+      x_minutes:
+        one: hace 1 minuto
+        other: hace %{count} minutos
+      x_days:
+        one: ayer
+        other: hace %{count} días
+      x_months:
+        one: hace 1 mes
+        other: hace %{count} meses
+      x_years:
+        one: hace 1 año
+        other: hace %{count} años
   printable_name:
     with_name_html: '%{name} (%{id})'
   editor:
@@ -144,15 +215,38 @@ es:
     remote:
       name: Control remoto
       description: Control remoto (JOSM o Merkaartor)
+  api:
+    notes:
+      comment:
+        opened_at_html: Creado %{when}
+        opened_at_by_html: Creado %{when} por %{user}
+        commented_at_html: Actualizado %{when}
+        commented_at_by_html: Actualizado %{when} por %{user}
+        closed_at_html: Resuelto %{when}
+        closed_at_by_html: Resuelto %{when} por %{user}
+        reopened_at_html: Reactivado %{when}
+        reopened_at_by_html: Reactivado %{when} por %{user}
+      rss:
+        title: Notas de OpenStreetMap
+        description_area: Lista de notas comunicadas, comentadas o cerradas en tu
+          zona [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
+        description_item: Agregador RSS para la nota %{id}
+        opened: nueva nota (cerca de %{place})
+        commented: nuevo comentario (cerca de %{place})
+        closed: nota cerrada (cerca de %{place})
+        reopened: nota reactivada (cerca de %{place})
+      entry:
+        comment: Comentario
+        full: Nota completa
   browse:
     created: Creado
     closed: Cerrado
-    created_html: Creado <abbr title='%{title}'>hace %{time}</abbr>
-    closed_html: Cerrado <abbr title='%{title}'>hace %{time}</abbr>
-    created_by_html: Creado <abbr title='%{title}'>hace %{time}</abbr> por %{user}
-    deleted_by_html: Eliminado <abbr title='%{title}'>hace %{time}</abbr> por %{user}
-    edited_by_html: Editado <abbr title='%{title}'>hace %{time}</abbr> por %{user}
-    closed_by_html: Cerrado <abbr title='%{title}'>hace %{time}</abbr> por %{user}
+    created_html: Creado <abbr title='%{title}'>%{time}</abbr>
+    closed_html: Cerrado <abbr title='%{title}'>%{time}</abbr>
+    created_by_html: Creado <abbr title='%{title}'>%{time}</abbr> por %{user}
+    deleted_by_html: Eliminado <abbr title='%{title}'>%{time}</abbr> por %{user}
+    edited_by_html: Editado <abbr title='%{title}'>%{time}</abbr> por %{user}
+    closed_by_html: Cerrado <abbr title='%{title}'>%{time}</abbr> por %{user}
     version: Versión
     in_changeset: Conjunto de cambios
     anonymous: anónimo
@@ -172,9 +266,8 @@ es:
       relation: Relaciones (%{count})
       relation_paginated: Relaciones (%{x}-%{y} de %{count})
       comment: Comentarios (%{count})
-      hidden_commented_by: Comentario oculto de %{user} <abbr title='%{exact_time}'>hace
-        %{when}</abbr>
-      commented_by: Comentario de %{user} <abbr title='%{exact_time}'>hace %{when}</abbr>
+      hidden_commented_by: Comentario oculto de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by: Comentario de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: XML del conjunto de cambios
       osmchangexml: XML en formato osmChange
       feed:
@@ -253,17 +346,15 @@ es:
       open_title: 'Nota sin resolver #%{note_name}'
       closed_title: 'Nota resuelta #%{note_name}'
       hidden_title: 'Nota oculta #%{note_name}'
-      open_by: Creado por %{user} <abbr title='%{exact_time}'>hace %{when}</abbr>
-      open_by_anonymous: Creado por un anónimo <abbr title='%{exact_time}'>hace %{when}</abbr>
-      commented_by: Comentario de %{user} <abbr title='%{exact_time}'>hace %{when}</abbr>
-      commented_by_anonymous: Comentario de anónimo <abbr title='%{exact_time}'>hace
-        %{when}</abbr>
-      closed_by: Resuelto por %{user} <abbr title='%{exact_time}'>hace %{when}</abbr>
-      closed_by_anonymous: Resuelto por anónimo <abbr title='%{exact_time}'>hace %{when}</abbr>
-      reopened_by: Reactivado por %{user} <abbr title='%{exact_time}'>hace %{when}</abbr>
-      reopened_by_anonymous: Reactivado por anónimo <abbr title='%{exact_time}'>hace
-        %{when}</abbr>
-      hidden_by: Oculto por %{user} <abbr title='%{exact_time}'>hace %{when}</abbr>
+      open_by: Creado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      open_by_anonymous: Creado por un anónimo <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by: Comentario de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by_anonymous: Comentario de anónimo <abbr title='%{exact_time}'>%{when}</abbr>
+      closed_by: Resuelto por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      closed_by_anonymous: Resuelto por anónimo <abbr title='%{exact_time}'>%{when}</abbr>
+      reopened_by: Reactivado por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      reopened_by_anonymous: Reactivado por anónimo <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_by: Oculto por %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: Denunciar esta nota
     query:
       title: Consultar características
@@ -304,7 +395,7 @@ es:
     comment:
       comment: 'Comentario nuevo sobre el conjunto de cambios #%{changeset_id} de
         %{author}'
-      commented_at_by_html: Actualizado hace %{when} por %{user}
+      commented_at_by_html: Actualizado %{when} por %{user}
     comments:
       comment: 'Comentario nuevo sobre el conjunto de cambios #%{changeset_id} de
         %{author}'
@@ -317,7 +408,14 @@ es:
   diary_entries:
     new:
       title: Nueva entrada en el diario
-      publish_button: Publicar
+    form:
+      subject: 'Asunto:'
+      body: 'Texto:'
+      language: 'Idioma:'
+      location: 'Ubicación:'
+      latitude: 'Latitud:'
+      longitude: 'Longitud:'
+      use_map_link: usar mapa
     index:
       title: Diarios de usuarios
       title_friends: Diarios de amigos
@@ -331,15 +429,7 @@ es:
       older_entries: Entradas más antiguas
       newer_entries: Entradas más recientes
     edit:
-      title: Editar entrada del diario
-      subject: 'Asunto:'
-      body: 'Texto:'
-      language: 'Idioma:'
-      location: 'Ubicación:'
-      latitude: 'Latitud:'
-      longitude: 'Longitud:'
-      use_map_link: usar mapa
-      save_button: Guardar
+      title: Editar Entrada del Diario
       marker_text: Lugar de la entrada del diario
     show:
       title: Diario de %{user} | %{title}
@@ -347,7 +437,6 @@ es:
       leave_a_comment: Dejar un comentario
       login_to_leave_a_comment: '%{login_link} para dejar un comentario'
       login: Iniciar sesión
-      save_button: Guardar
     no_such_entry:
       title: No existe esa entrada de diario
       heading: 'No hay entrada con la id: %{id}'
@@ -358,7 +447,9 @@ es:
       comment_link: Comentar esta entrada
       reply_link: Responder a esta entrada
       comment_count:
-        other: cero=No hay comentarios
+        zero: No hay comentarios
+        one: '%{count} comentario'
+        other: '%{count} comentarios'
       edit_link: Editar esta entrada
       hide_link: Ocultar esta entrada
       confirm: Confirmar
@@ -389,7 +480,6 @@ es:
       post: Publicación
       when: Cuando
       comment: Comentario
-      ago: hace %{ago}
       newer_comments: Comentarios más recientes
       older_comments: Comentarios más antiguos
   geocoder:
@@ -1004,13 +1094,12 @@ es:
       status: Estado
       reports: Reportes
       last_updated: Última actualización
-      last_updated_time_html: <abbr title='%{title}'>Hace %{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>Hace %{time}</abbr> por
-        %{user}
+      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
+      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> por %{user}
       link_to_reports: Ver reportes
       reports_count:
-        one: 1 reporte
-        other: '%{count} reportes'
+        one: 1 informe
+        other: '%{count} informes'
       reported_item: Elemento reportado
       states:
         ignored: Ignorado
@@ -1023,9 +1112,9 @@ es:
     show:
       title: 'Incidencia #%{issue_id} %{status}'
       reports:
-        zero: Sin reportes
-        one: 1 reporte
-        other: '%{count} reportes'
+        zero: Sin informes
+        one: 1 informe
+        other: '%{count} informes'
       report_created_at: Reportado por primera vez el %{datetime}
       last_resolved_at: Resuelto por última vez el %{datetime}
       last_updated_at: Actualizado por última vez el %{datetime} por %{displayname}
@@ -1060,7 +1149,7 @@ es:
   reports:
     new:
       title_html: Reportar %{link}
-      missing_params: No se puede crear un nuevo reporte
+      missing_params: No se puede crear un informe nuevo
       details: Por favor, proporcione más detalles sobre el problema (obligatorio).
       select: 'Seleccione un motivo para su denuncia:'
       disclaimer:
@@ -1291,7 +1380,6 @@ es:
       send_message_to: Enviar un mensaje nuevo a %{name}
       subject: Asunto
       body: Cuerpo
-      send_button: Enviar
       back_to_inbox: Regresar a la bandeja de entrada
     create:
       message_sent: Mensaje enviado
@@ -1462,13 +1550,18 @@ es:
           <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> y
           <a href="http://www.mkgp.gov.si/en/">Ministry of Agriculture, Forestry and Food</a>
           (información pública de Eslovenia).
+        contributors_es_html: '<strong>España</strong>: Contiene datos provenientes
+          del Instituto Geográfico Nacional (<a href="http://www.ign.es/">IGN</a>)
+          y del Sistema Cartográfico Nacional (<a href="http://www.scne.es/">SCNE</a>),
+          licenciados para su reutilización bajo la <a href="https://creativecommons.org/licenses/by/4.0/">CC
+          BY 4.0</a>.'
         contributors_za_html: |-
           <strong>Sudáfrica</strong>: Contiene datos extraídos de
           <a href="http://www.ngi.gov.za/">Chief Directorate: Información
           Nacional Geoespacial</a>, State copyright reserved.
         contributors_gb_html: |-
           <strong>Reino Unido</strong>: Contiene datos de Ordnance Survey &copy; Crown copyright and database right
-           2010-12.
+           2010-19.
         contributors_footer_1_html: Para obtener más detalles sobre estas y otras
           fuentes que se han utilizado para ayudar a mejorar OpenStreetMap, véase
           la <a href="https://wiki.openstreetmap.org/wiki/Contributors">página de
@@ -1799,7 +1892,6 @@ es:
       visibility: 'Visibilidad:'
       visibility_help: ¿Qué significa esto?
       visibility_help_url: https://wiki.openstreetmap.org/wiki/ES:Visibilidad_de_trazas_GPS
-      upload_button: Subir
       help: Ayuda
       help_url: https://wiki.openstreetmap.org/wiki/ES:Subir
     create:
@@ -1830,7 +1922,6 @@ es:
       description: 'Descripción:'
       tags: 'Etiquetas:'
       tags_help: delimitado por comas
-      save_button: Guardar cambios
       visibility: 'Visibilidad:'
       visibility_help: ¿Qué significa esto?
     update:
@@ -1864,7 +1955,6 @@ es:
     trace:
       pending: PENDIENTE
       count_points: '%{count} puntos'
-      ago: hace %{time_in_words_ago}
       more: más
       trace_details: Ver detalles de la traza
       view_map: Ver mapa
@@ -1952,10 +2042,8 @@ es:
   oauth_clients:
     new:
       title: Registrar una nueva aplicación
-      submit: Registrar
     edit:
       title: Editar su aplicación
-      submit: Editar
     show:
       title: Detalles de OAuth de %{app_name}
       key: 'Clave de Consumidor:'
@@ -2128,16 +2216,12 @@ es:
     terms:
       title: Términos del colaborador
       heading: Términos del colaborador
-      read and accept: Por favor, lee el acuerdo que aparece a continuación y haz
-        clic sobre el botón "Aceptar" para confirmar que aceptas los términos de este
-        acuerdo para tus contribuciones pasadas y futuras.
       consider_pd: Además del acuerdo anterior, considero que mis contribuciones se
         encuentran en Dominio Público.
       consider_pd_why: ¿qué es esto?
       consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
       guidance: 'Información para ayudar a comprender estos términos: un <a href="%{summary}">resumen
         legible</a> y algunas <a href="%{translations}">traducciones informales</a>'
-      agree: Aceptar
       declined: https://wiki.openstreetmap.org/wiki/ES:Contributor_Terms_Declined
       decline: Declinar
       you need to accept or decline: Por favor lea y, a continuación, acepte o rechace
@@ -2174,12 +2258,10 @@ es:
       remove as friend: Eliminar como amigo
       add as friend: Añadir como amigo
       mapper since: 'Mapeando desde:'
-      ago: (hace %{time_in_words_ago})
       ct status: 'Términos del colaborador:'
       ct undecided: Indeciso
       ct declined: Rechazado
-      ct accepted: Aceptado hace %{ago}
-      latest edit: 'Última edición %{ago}:'
+      latest edit: 'Última edición (%{ago}):'
       email address: 'Dirección de correo electrónico:'
       created from: 'Creado a partir de:'
       status: 'Estado:'
@@ -2410,7 +2492,6 @@ es:
         trata de utilizar términos sencillos.
       period: ¿Por cuánto tiempo, empezando ahora, el usuario tendrá bloqueado el
         uso de la API?
-      submit: Crear bloqueo
       tried_contacting: He contactado con el usuario y le he pedido que deje de hacerlo.
       tried_waiting: Le he dado al usuario un tiempo razonable para que responda a
         estas comunicaciones.
@@ -2426,7 +2507,6 @@ es:
         la comunidad, así que trata de utilizar términos sencillos.
       period: ¿Por cuánto tiempo, empezando ahora, el usuario tendrá bloqueado el
         uso de la API?
-      submit: Actualizar el bloqueo
       show: Ver este bloqueo
       back: Ver todos los bloqueos
       needs_view: ¿Tiene que iniciar sesión el usuario antes de que este bloqueo sea
@@ -2452,19 +2532,32 @@ es:
       title: Revocando el bloqueo sobre %{block_on}
       heading: Revocando el bloqueo sobre %{block_on} por %{block_by}
       time_future: Este bloqueo finalizará en %{time}.
-      past: Este bloqueo terminó hace %{time} y no puede ser revocado ahora.
+      past: Este bloqueo terminó %{time} y no puede ser revocado ahora.
       confirm: ¿Confirmas que quieres revocar este bloqueo?
       revoke: Revocar
       flash: Este bloqueo ha sido revocado.
-    period:
-      one: 1 hora
-      other: '%{count} horas'
     helper:
       time_future: Termina en %{time}.
       until_login: Activo hasta que el usuario acceda.
       time_future_and_until_login: Termina en %{time} y después de que el usuario
         ha iniciado sesión.
-      time_past: Finalizado hace %{time}.
+      time_past: Finalizado %{time}.
+      block_duration:
+        hours:
+          one: 1 hora
+          other: '%{count} horas'
+        days:
+          one: 1 día
+          other: '%{count} días'
+        weeks:
+          one: 1 semana
+          other: '%{count} semanas'
+        months:
+          one: 1 mes
+          other: '%{count} meses'
+        years:
+          one: 1 año
+          other: '%{count} años'
     blocks_on:
       title: Bloqueos sobre %{name}
       heading: Lista de bloqueos sobre %{name}
@@ -2476,10 +2569,7 @@ es:
     show:
       title: '%{block_on} bloqueado por %{block_by}'
       heading: '%{block_on} bloqueado por %{block_by}'
-      time_future: Finaliza en %{time}
-      time_past: Finalizado hace %{time}
       created: Creado
-      ago: hace %{time}
       status: Estado
       show: Mostrar
       edit: Editar
@@ -2505,37 +2595,15 @@ es:
       next: Siguiente »
       previous: « Anterior
   notes:
-    comment:
-      opened_at_html: Creado hace %{when}
-      opened_at_by_html: Creado hace %{when} por %{user}
-      commented_at_html: Actualizado hace %{when}
-      commented_at_by_html: Actualizado hace %{when} por %{user}
-      closed_at_html: Resuelto hace %{when}
-      closed_at_by_html: Resuelto hace %{when} por %{user}
-      reopened_at_html: Reactivado hace %{when}
-      reopened_at_by_html: Reactivado hace %{when} por %{user}
-    rss:
-      title: Notas de OpenStreetMap
-      description_area: Lista de notas comunicadas, comentadas o cerradas en tu zona
-        [(%{min_lat}|%{min_lon}) -- (%{max_lat}|%{max_lon})]
-      description_item: Agregador RSS para la nota %{id}
-      opened: nueva nota (cerca de %{place})
-      commented: nuevo comentario (cerca de %{place})
-      closed: nota cerrada (cerca de %{place})
-      reopened: nota reactivada (cerca de %{place})
-    entry:
-      comment: Comentario
-      full: Nota completa
     mine:
       title: Notas remitidas o comentadas por %{user}
       heading: Notas de %{user}
-      subheading: Notas remitidas o comentadas por %{user}
+      subheading_html: Notas remitidas o comentadas por %{user}
       id: Identificador
       creator: Creador
       description: Descripción
       created_at: Creado el
       last_changed: Última modificación
-      ago_html: hace %{when}
   javascripts:
     close: Cerrar
     share:
@@ -2732,7 +2800,6 @@ es:
     edit:
       description: Descripción
       heading: Editar redacción
-      submit: Guardar redacción
       title: Editar redacción
     index:
       empty: No hay ninguna redacción que mostrar.
@@ -2741,7 +2808,6 @@ es:
     new:
       description: Descripción
       heading: Introduzca la información de la nueva redacción
-      submit: Crear redacción
       title: Creando nueva redacción
     show:
       description: 'Descripción:'