-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #253 from adaniieel/update-lang-es_ES
Update lang es
- Loading branch information
Showing
14 changed files
with
364 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'changelog' => 'Elementos alcanzados', | ||
'all-caught-up-title' => 'Nada aquí todavía', | ||
'all-caught-up-description' => 'No se han agregado cambios a este registro de elementos.', | ||
'included-items' => 'Elementos incluidos' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
return [ | ||
'comment' => 'Comentario', | ||
'private-note' => 'Nota privada', | ||
'item-author' => 'Autor del objetivo', | ||
'click-to-copy' => 'Haga clic para copiar el enlace a este comentario.', | ||
'mention-helper-text' => 'Puedes usar @ para mencionar a alguien.', | ||
'reply' => 'Responder', | ||
'cancel' => 'Cancelar', | ||
'submit' => 'Enviar', | ||
'edit' => 'Editar', | ||
'edited' => 'Editado', | ||
'edit-comment' => 'Editar comentario', | ||
'comment-updated' => 'Comentario actualizado', | ||
'activity' => 'Actividad' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'link-expired.title' => 'Link caducado', | ||
'link-expired' => 'El enlace en el que hizo clic ha caducado o ha dejado de ser válido. Inténtalo de nuevo.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'dashboard' => 'Inicio', | ||
'navbar-search' => 'CMD + / para buscar', | ||
|
||
'recent-items' => 'Elementos recientes', | ||
'recent-comments' => 'Comentarios Recientes', | ||
|
||
'close' => 'Cerrar', | ||
'save' => 'Guardar', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
'created' => 'creó el elemento', | ||
'linked-to-issue' => 'elemento vinculado al número de problema: #:issue_number en GitHub', | ||
'moved-to-project' => 'elemento movido al proyecto :project', | ||
'moved-to-board' => 'elemento movido al tablero :board', | ||
'made-private' => 'artículo hecho privado', | ||
'made-public' => 'artículo hecho público', | ||
'pinned' => 'fijar elementos', | ||
'unpinned' => 'desfijar elemento', | ||
|
||
'unknown-user' => 'Usuario desconocido', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?php | ||
|
||
return [ | ||
'create' => 'Enviar elemento', | ||
'update' => 'Actualizar elemento', | ||
'edit' => 'Editar elemento', | ||
'my-items' => 'Mis elementos', | ||
'created-items' => 'Elementos creados', | ||
'created-items-description' => 'Estos son los elementos que has creado.', | ||
'voted-items' => 'Elementos votados', | ||
'voted-items-description' => 'Estos son elementos por los que has votado.', | ||
'commented-items' => 'Elementos comentados', | ||
'commented-items-description' => 'Estos son elementos que has comentado.', | ||
'recent-mentions' => 'Menciones recientes', | ||
'recent-mentions-description' => 'Estos son elementos en los que has sido mencionado, haz clic en el comentario para verlo.', | ||
'no-items' => 'No hay elementos aquí.', | ||
'all-caught-up-title' => 'Estáis todos atrapados', | ||
'all-caught-up-description' => 'Aún no hay elementos en este tablero.', | ||
'all-caught-up-can-create' => 'Puede crear un elemento a la derecha.', | ||
'login_to_submit_item' => 'Inicie sesión para poder enviar un elemento.', | ||
'item_created' => 'Elemento creado', | ||
'item_created_notification_body' => ':user ha creado un nuevo elemento de Roadmap con el título :title', | ||
'subscribe' => 'Suscribir', | ||
'unsubscribe' => 'Desuscribir', | ||
'subscribe-tooltip' => 'Suscríbete para recibir notificaciones sobre actualizaciones de este elemento.', | ||
'unsubscribe-tooltip' => 'Cancelar suscripción para no recibir más notificaciones sobre este elemento', | ||
'total-votes' => '1 voto total', | ||
'days-ago' => 'hace un día | hace días', | ||
'similar-results' => 'Hemos encontrado resultados similares:', | ||
'item-pinned' => 'Este elemento está fijado', | ||
'item-private' => 'Este elemento es privado.', | ||
'not-allowed-to-create-items' => 'No tienes permitido crear elementos en este tablero.', | ||
'update-board-success' => 'Movió exitosamente el elemento al tablero :board', | ||
'view-on-github' => 'Ver problema en GitHub', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'votes' => 'voto|votos', | ||
'total-votes' => '{0} aún no hay votos|{1} 1 voto total|[2,*] :votes votos totales', | ||
'comments' => 'comentario|comentarios' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?php | ||
|
||
return [ | ||
'greeting' => 'Hola :name,', | ||
'salutation' => 'Atentamente,', | ||
|
||
'item-updated-subject' => 'El elemento :title tiene nuevas actualizaciones', | ||
'item-updated-body' => 'El elemento **:title** al que estás suscrito se ha actualizado.', | ||
|
||
'new-comment-subject' => 'Nuevo comentario sobre el elemento del roadmap :title', | ||
'new-comment-body' => 'Hay un nuevo comentario en el elemento **:title**, al que estás suscrito.', | ||
|
||
'new-reply-subject' => 'Nueva respuesta a su comentario sobre el elemento del roadmap :title', | ||
'new-reply-body' => 'Hay una nueva respuesta a un comentario que publicaste.', | ||
|
||
'new-mention-subject' => 'Te mencionaron en el elemento :title', | ||
'new-mention-body' => ':user te mencionó en el elemento :title.', | ||
|
||
'latest-activity' => 'Última actividad:', | ||
'log' => 'Log', | ||
'date' => 'Fecha', | ||
'view-item' => 'Ver elemento', | ||
'view-user' => 'Ver usario', | ||
'view-comment' => 'Ver comentario', | ||
'comment' => 'Comentario', | ||
'from' => 'De', | ||
'on' => 'on', | ||
|
||
'unsubscribe-info' => 'Si ya no desea recibir notificaciones como esta, puede darse de baja de su perfil o haciendo clic en el enlace a continuación.', | ||
'unsubscribe-link' => 'Cancelar la suscripción a futuros correos electrónicos sobre este elemento.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
'save' => 'Guardar', | ||
'logout' => 'Cerrar sesión', | ||
'delete-account' => 'Remover cuenta', | ||
'delete-account-confirmation' => '¿Estás seguro de que te gustaría eliminar?', | ||
'delete-account-warning' => 'Tenga en cuenta que esta acción no se puede deshacer, todos sus comentarios y votos se eliminarán. Los artículos se desvincularán de su cuenta.', | ||
'delete-account-cancel' => 'No, mantener mi cuenta', | ||
'logout-warning' => '¿Estás seguro de que quieres cerrar sesión?', | ||
'logout-confirmation' => '¿Estás seguro?', | ||
'logout-cancel' => 'No, mantenme conectado', | ||
'username' => 'Usuario', | ||
'username_description' => 'Este nombre de usuario se utilizará para mencionar su nombre en los comentarios.', | ||
'notifications' => 'Notificaciones', | ||
'notification_settings' => 'Configuración de las notificaciones', | ||
'receive_mention_notifications' => 'Recibir notificaciones de menciones', | ||
'receive_comment_reply_notifications' => 'Recibir notificaciones de respuesta a comentarios', | ||
'social-login' => 'Inicio de sesión social', | ||
'social-login-description' => 'Aquí encontrará los inicios de sesión sociales que utilizó para iniciar sesión con su cuenta.', | ||
'per_page_setting' => 'Configuración por página', | ||
'settings' => 'Configuraciones' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'projects' => 'Proyectos', | ||
'no-projects' => 'No hay proyectos.', | ||
'select-hidden-projects' => 'Solo puede seleccionar proyectos donde la opción privada esté habilitada.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Título', | ||
'total-votes' => 'Votos', | ||
'project' => 'Proyecto', | ||
'board' => 'Tablero', | ||
'content' => 'Contenido', | ||
'item' => 'Elemento', | ||
'created_at' => 'Creado en', | ||
'updated_at' => 'Actualizado en', | ||
'last_comment_posted_at' => 'Último comentario publicado en', | ||
]; |
Oops, something went wrong.