forked from AkkomaGang/akkoma-fe
Translated using Weblate (Spanish)
Currently translated at 100.0% (677 of 677 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/es/
This commit is contained in:
parent
bdee1277b1
commit
c1de7b60e1
1 changed files with 11 additions and 5 deletions
|
@ -14,7 +14,8 @@
|
||||||
"text_limit": "Límite de caracteres",
|
"text_limit": "Límite de caracteres",
|
||||||
"title": "Características",
|
"title": "Características",
|
||||||
"who_to_follow": "A quién seguir",
|
"who_to_follow": "A quién seguir",
|
||||||
"pleroma_chat_messages": "Chat de Pleroma"
|
"pleroma_chat_messages": "Chat de Pleroma",
|
||||||
|
"upload_limit": "Límite de subida"
|
||||||
},
|
},
|
||||||
"finder": {
|
"finder": {
|
||||||
"error_fetching_user": "Error al buscar usuario",
|
"error_fetching_user": "Error al buscar usuario",
|
||||||
|
@ -448,7 +449,8 @@
|
||||||
"underlay": "Subrayado",
|
"underlay": "Subrayado",
|
||||||
"popover": "Sugerencias, menús, superposiciones",
|
"popover": "Sugerencias, menús, superposiciones",
|
||||||
"post": "Publicaciones/Biografías de Usuarios",
|
"post": "Publicaciones/Biografías de Usuarios",
|
||||||
"alert_warning": "Precaución"
|
"alert_warning": "Precaución",
|
||||||
|
"wallpaper": "Fondo de pantalla"
|
||||||
},
|
},
|
||||||
"radii": {
|
"radii": {
|
||||||
"_tab_label": "Redondez"
|
"_tab_label": "Redondez"
|
||||||
|
@ -559,7 +561,8 @@
|
||||||
"mute_import_error": "Error al importar los silenciados",
|
"mute_import_error": "Error al importar los silenciados",
|
||||||
"mute_import": "Importar silenciados",
|
"mute_import": "Importar silenciados",
|
||||||
"mute_export_button": "Exportar los silenciados a un archivo csv",
|
"mute_export_button": "Exportar los silenciados a un archivo csv",
|
||||||
"mute_export": "Exportar silenciados"
|
"mute_export": "Exportar silenciados",
|
||||||
|
"hide_wallpaper": "Ocultar el fondo de pantalla de la instancia"
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"day": "{0} día",
|
"day": "{0} día",
|
||||||
|
@ -632,7 +635,9 @@
|
||||||
"bookmark": "Marcar",
|
"bookmark": "Marcar",
|
||||||
"unbookmark": "Desmarcar",
|
"unbookmark": "Desmarcar",
|
||||||
"status_deleted": "Esta entrada ha sido eliminada",
|
"status_deleted": "Esta entrada ha sido eliminada",
|
||||||
"nsfw": "NSFW (No apropiado para el trabajo)"
|
"nsfw": "NSFW (No apropiado para el trabajo)",
|
||||||
|
"expand": "Expandir",
|
||||||
|
"external_source": "Fuente externa"
|
||||||
},
|
},
|
||||||
"user_card": {
|
"user_card": {
|
||||||
"approve": "Aprobar",
|
"approve": "Aprobar",
|
||||||
|
@ -723,7 +728,8 @@
|
||||||
"error": {
|
"error": {
|
||||||
"base": "Subida fallida.",
|
"base": "Subida fallida.",
|
||||||
"file_too_big": "Archivo demasiado grande [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
|
"file_too_big": "Archivo demasiado grande [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]",
|
||||||
"default": "Inténtalo más tarde"
|
"default": "Inténtalo más tarde",
|
||||||
|
"message": "Error de subida: {0}"
|
||||||
},
|
},
|
||||||
"file_size_units": {
|
"file_size_units": {
|
||||||
"B": "B",
|
"B": "B",
|
||||||
|
|
Loading…
Reference in a new issue