gist/app/locales/es.yml

109 lines
2.7 KiB
YAML
Raw Normal View History

2016-10-03 19:10:34 +02:00
app:
title: '#!GIST'
title_prefix: '#!GIST - '
menu:
home:
title: 'Inicio'
about:
title: 'A propósito'
my:
login:
title: 'Conexión'
logout:
title: 'Desconexión'
register:
title: 'Apuntarse'
my:
title: 'Mi cuenta'
my:
title: 'Mis Gists'
nothing: 'Nada por ahora.'
api:
title: 'API'
warning: 'Keep it <strong>secret!</strong>'
form:
generate: 'Regenerate'
2016-10-03 19:10:34 +02:00
gist:
untitled: 'Sin título'
404:
title: '¡Uy!'
message: "Este gist no existe."
action:
view: 'Visualizar'
history: 'Confirmacion(es)'
raw: 'RAW'
download: 'Descargar'
clone: 'Clonar'
2017-10-15 02:58:10 +02:00
embed: 'Insertar'
2016-10-03 19:10:34 +02:00
add: 'Añadir'
date:
format: 'd/m/Y H\hi s\s'
footer:
2018-09-05 11:08:44 +02:00
text: '<p>Impulsado por <a href="https://gitnet.fr/deblan/gist">GIST</a>, es libre :) - <a href="https://gitnet.fr/deblan/gist/wiki/1.4+API/">API</a></p>'
2016-10-03 19:10:34 +02:00
login:
login:
title: 'Identificación'
invalid: 'Nombre de usuario o contraseña incorrecta'
form:
username:
placeholder: 'Nombre de usuario'
password:
placeholder: 'Contraseña'
remember_me:
label: 'Recordar mis datos'
register:
title: 'Nueva cuenta'
already_exists: 'Este nombre de usuario ya está en uso'
registred: '¡ Enhorabuena, su cuenta fue creada !'
form:
username:
placeholder: 'Nombre de usuario'
2016-12-23 10:28:09 +01:00
current_password:
placeholder: 'Contraseña actual'
2016-10-03 19:10:34 +02:00
password:
placeholder: 'Contraseña'
form:
error:
2016-12-23 10:28:09 +01:00
password: 'Contraseña no válida.'
2016-10-03 19:10:34 +02:00
not_blank: 'Se necesita introducir este dato.'
title:
placeholder: 'Título'
cipher:
label: 'Cifrar : %value%'
choice:
anyway: 'Da igual'
yes: 'Sí'
no: 'No'
submit: 'Enviar'
filter: 'Filtrar'
2016-12-23 10:28:09 +01:00
confirm: '¿Confirmas?'
2016-10-03 19:10:34 +02:00
success:
2016-12-23 10:28:09 +01:00
password: 'Contraseña cambiada.'
2016-10-03 19:10:34 +02:00
gist: 'Su Gist ha sido eliminado.'
type:
label: 'Lenguaje : %value%'
choice:
all: 'Todos'
html: 'HTML'
xml: 'XML'
css: 'CSS'
javascript: 'JAVASCRIPT'
php: 'PHP'
sql: 'SQL'
yaml: 'YAML'
2018-09-20 10:31:32 +02:00
markdown: 'MARKDOWN'
2016-10-03 19:10:34 +02:00
perl: 'PERL'
c: 'C/C++'
asp: 'ASP'
python: 'PYTHON'
bash: 'BASH'
actionscript3: 'ACTION SCRIPT'
text: 'TEXTE'