feat(i18n): Emojimart localization and fetching entry at en … (#1731)

Co-authored-by: userquin <userquin@gmail.com>
This commit is contained in:
Cesar Gomez 2023-02-15 14:15:11 -05:00 committed by GitHub
parent 3118ed6012
commit 0fdbb17591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 94 additions and 9 deletions

View file

@ -95,6 +95,7 @@
"common": {
"end_of_list": "End of the list",
"error": "ERROR",
"fetching": "Fetching...",
"in": "in",
"not_found": "404 Not Found",
"offline_desc": "Seems like you are offline. Please check your network connection."
@ -563,6 +564,7 @@
"explore_posts_intro": "These posts from this and other servers in the decentralized network are gaining traction on this server right now.",
"explore_tags_intro": "These hashtags are gaining traction among people on this and other servers of the decentralized network right now.",
"open_editor_tools": "Editor tools",
"pick_an_icon": "Pick an icon",
"publish_failed": "Close failed messages at the top of editor to republish posts",
"toggle_bold": "Toggle bold",
"toggle_code_block": "Toggle code block",

View file

@ -37,6 +37,7 @@
},
"common": {
"end_of_list": "Fin de la lista",
"fetching": "Listando...",
"offline_desc": "No tienes acceso a internet. Por favor, comprueba que tienes una conexión a la red."
},
"confirm": {
@ -150,7 +151,8 @@
"under_construction": "En desarrollo"
},
"preferences": {
"grayscale_mode": "Tema en escala de grises"
"grayscale_mode": "Tema en escala de grises",
"hide_username_emojis_description": "Oculta, de la historia, los emojis en los nombres de usuario. Los emojis seguirán visibles en los perfiles."
},
"profile": {
"appearance": {
@ -183,6 +185,7 @@
},
"tooltip": {
"add_emojis": "Insertar emoji",
"add_media": "Insertar imágenes, un video o archivos de audio",
"change_content_visibility": "Cambiar visibilidad"
},
"user": {

View file

@ -95,6 +95,7 @@
"common": {
"end_of_list": "Fin",
"error": "ERROR",
"fetching": "Cargando...",
"in": "en",
"not_found": "404 No Encontrado",
"offline_desc": "Al parecer no tienes conexión a internet. Por favor, comprueba tu conexión a la red."
@ -413,7 +414,7 @@
"hide_reply_count": "Ocultar número de respuestas",
"hide_translation": "Ocultar traducción",
"hide_username_emojis": "Ocultar emojis en el nombre de usuario",
"hide_username_emojis_description": "Se ocultan los emojis en el nombre de usuario en las líneas de tiempo. Los emojis seguirán siendo visibles en sus perfiles.",
"hide_username_emojis_description": "Oculta los emojis de los nombres de usuarios en la línea de tiempo. Los emojis permanecerán visibles en sus perfiles.",
"label": "Preferencias",
"title": "Funcionalidades experimentales",
"user_picker": "Selector de usuarios",
@ -428,6 +429,8 @@
"label": "Apariencia",
"profile_metadata": "Metadatos de perfil",
"profile_metadata_desc": "Puede mostrar hasta 4 elementos en forma de tabla en tu perfil",
"profile_metadata_label": "Texto",
"profile_metadata_value": "Contenido",
"title": "Editar perfil"
},
"featured_tags": {
@ -559,6 +562,7 @@
"explore_posts_intro": "Estos mensajes de este y otros servidores de la red descentralizada están siendo tendencia ahora mismo en este servidor.",
"explore_tags_intro": "Estas etiquetas están siendo tendencia ahora mismo entre los usuarios de este y otros servidores de la red descentralizada.",
"open_editor_tools": "Herramientas de edición",
"pick_an_icon": "Selecciona un icono",
"publish_failed": "Cierra los mensajes fallidos en la parte superior del editor para volver a publicar",
"toggle_bold": "Cambiar a negrita",
"toggle_code_block": "Cambiar a bloque de código",