mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-10 02:49:58 +00:00
feat(ui): add missing goto magic keys
spanish translation entries (#2625)
This commit is contained in:
parent
fc5d248094
commit
c00d6f7bf8
2 changed files with 20 additions and 0 deletions
|
@ -84,6 +84,16 @@
|
||||||
"add_account": "Añadir cuenta a la lista",
|
"add_account": "Añadir cuenta a la lista",
|
||||||
"remove_account": "Quitar cuenta de la lista"
|
"remove_account": "Quitar cuenta de la lista"
|
||||||
},
|
},
|
||||||
|
"magic_keys": {
|
||||||
|
"groups": {
|
||||||
|
"navigation": {
|
||||||
|
"go_to_conversations": "Mensajes directos",
|
||||||
|
"go_to_federated": "Historia federada",
|
||||||
|
"go_to_local": "Historia local",
|
||||||
|
"go_to_settings": "Preferencias"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"block_domain": "Ocultar dominio {0}",
|
"block_domain": "Ocultar dominio {0}",
|
||||||
"delete_and_redraft": "Eliminar y volver a borrador",
|
"delete_and_redraft": "Eliminar y volver a borrador",
|
||||||
|
|
|
@ -235,8 +235,18 @@
|
||||||
"title": "Multimedia"
|
"title": "Multimedia"
|
||||||
},
|
},
|
||||||
"navigation": {
|
"navigation": {
|
||||||
|
"go_to_bookmarks": "Marcadores",
|
||||||
|
"go_to_conversations": "Conversaciones",
|
||||||
|
"go_to_explore": "Explorar",
|
||||||
|
"go_to_favourites": "Favoritas",
|
||||||
|
"go_to_federated": "Federados",
|
||||||
"go_to_home": "Inicio",
|
"go_to_home": "Inicio",
|
||||||
|
"go_to_lists": "Listas",
|
||||||
|
"go_to_local": "Local",
|
||||||
"go_to_notifications": "Notificaciones",
|
"go_to_notifications": "Notificaciones",
|
||||||
|
"go_to_profile": "Perfil",
|
||||||
|
"go_to_search": "Buscar",
|
||||||
|
"go_to_settings": "Ajustes",
|
||||||
"next_status": "Siguiente estado",
|
"next_status": "Siguiente estado",
|
||||||
"previous_status": "Anterior estado",
|
"previous_status": "Anterior estado",
|
||||||
"shortcut_help": "Atajo de ayuda",
|
"shortcut_help": "Atajo de ayuda",
|
||||||
|
|
Loading…
Reference in a new issue