-
-
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 #260 from adaniieel/update-lang-es_ES
Update lang es to v2.12
- Loading branch information
Showing
13 changed files
with
370 additions
and
39 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
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 |
---|---|---|
@@ -1,35 +1,37 @@ | ||
<?php | ||
|
||
return [ | ||
'create' => 'Enviar elemento', | ||
'create' => 'Crear elemento', | ||
'update' => 'Actualizar elemento', | ||
'edit' => 'Editar elemento', | ||
'edit-as-admin' => 'Editar elemento como administrador', | ||
'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.', | ||
'voted-items-description' => 'Estos son los elementos en los que has votado.', | ||
'commented-items' => 'Elementos comentados', | ||
'commented-items-description' => 'Estos son elementos que has comentado.', | ||
'commented-items-description' => 'Estos son los elementos en los 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.', | ||
'recent-mentions-description' => 'Estos son los elementos en los que te han 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-title' => 'Estás al día', | ||
'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.', | ||
'all-caught-up-can-create' => 'Puedes crear un elemento a la derecha.', | ||
'login_to_submit_item' => 'Inicia 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', | ||
'item_created_notification_body' => ':user ha creado un nuevo elemento de hoja de ruta con el título :title', | ||
'subscribe' => 'Suscribirse', | ||
'unsubscribe' => 'Cancelar suscripción', | ||
'subscribe-tooltip' => 'Suscríbete para recibir notificaciones sobre actualizaciones en este elemento', | ||
'unsubscribe-tooltip' => 'Cancela la suscripción para no recibir más notificaciones sobre este elemento', | ||
'total-votes' => '1 voto total | :count votos totales', | ||
'days-ago' => 'hace :count día | hace :count 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', | ||
'item-private' => 'Este elemento es privado', | ||
'not-allowed-to-create-items' => 'No tienes permiso para crear elementos en este tablero.', | ||
'update-board-success' => 'Se movió correctamente el elemento al tablero :board', | ||
'view-on-github' => 'Ver problema en GitHub', | ||
'search-shortcut' => 'CMD + / para buscar', | ||
]; |
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,19 @@ | ||
<?php | ||
|
||
return [ | ||
'theme' => 'Tema', | ||
'settings' => 'Configuración', | ||
'system' => 'Sistema', | ||
'users' => 'Usuarios', | ||
'changelog' => 'Elementos alcanzados', | ||
'comment' => 'Comentarios', | ||
'inbox' => 'Bandeja de entrada', | ||
'item' => 'Elementos', | ||
'project' => 'Proyectos', | ||
'tags' => 'Etiquetas', | ||
'votes' => 'Votos', | ||
'public-view' => 'Vista pública', | ||
'external' => 'Externo', | ||
'content' => 'Contenido', | ||
'manage' => 'Gestionar', | ||
]; |
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,139 @@ | ||
<?php | ||
|
||
return [ | ||
'date' => 'Fecha', | ||
'published-at' => 'Publicado el', | ||
'created-at' => 'Creado el', | ||
'updated-at' => 'Actualizado el', | ||
'board' => [ | ||
'label' => 'Tablero', | ||
'label-plural' => 'Tableros', | ||
'title' => 'Título', | ||
'project' => 'Proyecto', | ||
'description' => 'Descripción', | ||
'description-helper-text' => 'Esta es la descripción del tablero. Se utiliza como descripción META para fines de SEO.', | ||
'visible' => 'Visible', | ||
'visible-helper-text' => 'Esto hará que el tablero sea visible para tus usuarios. Si quieres ocultar el tablero, desactiva esto. Los usuarios aún pueden acceder al tablero utilizando el enlace directo.', | ||
'user-can-create' => 'El usuario puede crear', | ||
'user-can-create-helper-text' => 'Esto permitirá a tus usuarios crear elementos en este tablero.', | ||
'block-comments' => 'Bloquear comentarios', | ||
'block-comments-helper-text' => 'Esto bloqueará los comentarios en este tablero.', | ||
'block-votes' => 'Bloquear votos', | ||
'block-votes-helper-text' => 'Esto bloqueará los votos en este tablero.', | ||
'sort-items-by' => 'Ordenar elementos por', | ||
'popular' => 'Popular', | ||
'latest' => 'Último', | ||
], | ||
'changelog' => [ | ||
'label' => 'Elemento alcanzado', | ||
'label-plural' => 'Elementos alcanzados', | ||
'title' => 'Título', | ||
'author' => 'Autor', | ||
'related-items' => 'Elementos relacionados', | ||
'content' => 'Contenido', | ||
'published' => 'Publicado', | ||
'is-published' => 'Está publicado', | ||
], | ||
'comment' => [ | ||
'label' => 'Comentario', | ||
'label-plural' => 'Comentarios', | ||
'user' => 'Usuario', | ||
'content' => 'Contenido', | ||
'item' => 'Elemento', | ||
'votes' => 'Votos', | ||
'private' => 'Privado', | ||
'private-helper-text' => 'Esto hará que el comentario sea privado. Solo los empleados y administradores pueden ver este comentario.', | ||
], | ||
'inbox' => [ | ||
'label' => 'Bandeja de entrada', | ||
], | ||
'item' => [ | ||
'label' => 'Elemento', | ||
'label-plural' => 'Elementos', | ||
'heading' => 'Encabezado', | ||
'title' => 'Título', | ||
'votes' => 'Votos', | ||
'project' => 'Proyecto', | ||
'board' => 'Tablero', | ||
'slug' => 'Slug', | ||
'content' => 'Contenido', | ||
'pinned' => 'Anclado', | ||
'pinned-helper-text' => 'Esto anclará el elemento en la parte superior del tablero.', | ||
'private' => 'Privado', | ||
'private-comment' => '¿Como comentario privado?', | ||
'private-helper-text' => 'Esto hará que el elemento sea privado. Solo los empleados y administradores pueden ver este elemento.', | ||
'user' => 'Asignado', | ||
'users' => 'Asignados', | ||
'users-helper-text' => 'Asigna administradores o empleados a este elemento.', | ||
'notify-subscribers' => 'Notificar a suscriptores', | ||
'notify-subscribers-helper-text' => 'Esto notificará a todos los suscriptores de este elemento.', | ||
'assigned-to-me' => 'Asignado a mí', | ||
'assigness' => 'Asignados', | ||
'assigned-to' => 'Asignado a', | ||
'item-filters' => 'Filtros de elementos', | ||
'view-public' => 'Ver público', | ||
'merge' => 'Combinar elemento', | ||
'merge-helper-text' => 'Selecciona el elemento con el que deseas combinarlo. Esta acción no se puede deshacer.', | ||
'merge-submit' => 'Combinar con el seleccionado y eliminar el elemento actual', | ||
'merging' => 'Combinando', | ||
'merged-message' => 'Combinado %s en %s', | ||
'merged-content' => '**Combinado %s en este elemento** \n\n Creado por: %s \n\n %s', | ||
'activities' => 'Actividades', | ||
'description' => 'Descripción', | ||
'github' => [ | ||
'label' => 'GitHub', | ||
'issue' => 'Issue de GitHub', | ||
'view' => 'Ver Issue', | ||
'create' => 'Crear Issue de GitHub', | ||
'create-new' => 'Crear nuevo Issue de GitHub', | ||
'repository' => 'Repositorio de GitHub', | ||
'title' => 'Título de GitHub', | ||
'body' => 'Cuerpo de GitHub', | ||
'created-text' => 'Se ha creado el issue de GitHub con el número #%s en %s.', | ||
], | ||
], | ||
'project' => [ | ||
'label' => 'Proyecto', | ||
'label-plural' => 'Proyectos', | ||
'name' => 'Nombre', | ||
'title' => 'Título', | ||
'group' => 'Grupo', | ||
'group-helper-text' => 'Escribe un grupo aquí para categorizarlos en tu hoja de ruta', | ||
'slug' => 'Slug', | ||
'slug-helper-text' => 'Deja en blanco para generar uno automáticamente', | ||
'icon' => 'Icono', | ||
'private' => 'Privado', | ||
'private-helper-text' => 'Esto hará que el proyecto sea privado. Solo los empleados y administradores pueden ver este proyecto.', | ||
'github-repo' => 'Repositorio de GitHub', | ||
'viewers' => 'Espectadores', | ||
'viewers-helper-text' => 'Permite que ciertos usuarios vean este proyecto.', | ||
'description' => 'Descripción', | ||
'view-public' => 'Ver público', | ||
], | ||
'tag' => [ | ||
'label' => 'Etiqueta', | ||
'label-plural' => 'Etiquetas', | ||
'name' => 'Nombre', | ||
'changelog' => 'Elementos alcanzados', | ||
], | ||
'user' => [ | ||
'label' => 'Usuario', | ||
'label-plural' => 'Usuarios', | ||
'name' => 'Nombre', | ||
'email' => 'Correo electrónico', | ||
'role' => 'Rol', | ||
'roles' => [ | ||
'user' => 'Usuario', | ||
'employee' => 'Empleado', | ||
'admin' => 'Administrador', | ||
], | ||
], | ||
'vote' => [ | ||
'label' => 'Voto', | ||
'label-plural' => 'Votos', | ||
'item' => 'Elemento', | ||
'subscribed' => 'Suscrito', | ||
'project' => 'Proyecto', | ||
'user' => 'Usuario', | ||
] | ||
]; |
Oops, something went wrong.