Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(i18n): es base sync #1884

Merged
merged 8 commits into from
Mar 19, 2023
28 changes: 28 additions & 0 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,31 @@
"remove_account": "Eliminar cuenta de la lista",
"save": "Guardar"
},
"magic_keys": {
"dialog_header": "Atajos de teclado",
"groups": {
"actions": {
"boost": "Retootear",
"command_mode": "Modo comando",
"compose": "Redactar",
"favourite": "Favorito",
"title": "Acciones",
"zen_mode": "Modo Zen"
},
"media": {
"title": "Media"
},
"navigation": {
"go_to_home": "Inicio",
"go_to_notifications": "Notificaciones",
"next_status": "Siguiente estado",
"previous_status": "Anterior estado",
"shortcut_help": "Atajo de ayuda",
"title": "Navegación"
}
},
"sequence_then": "luego"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uhmm, esto entiendo que es key X and then, debería ser y después

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

y luego no estaría bien también?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deja seguido de para ambos, configúralo en es y quita la entrada de es-419.

},
"menu": {
"block_account": "Bloquear a {0}",
"block_domain": "Bloquear dominio {0}",
Expand Down Expand Up @@ -229,6 +254,9 @@
"unmute_conversation": "Dejar de silenciar la publicación",
"unpin_on_profile": "Desfijar del perfil"
},
"modals": {
"aria_label_close": "Cerrar"
},
"nav": {
"back": "Regresar",
"blocked_domains": "Dominios bloqueados",
Expand Down