This commit is contained in:
xmflsct 2022-11-17 19:48:46 +01:00
commit 64762d4670
34 changed files with 470 additions and 466 deletions

View File

@ -4,7 +4,7 @@
"title": "Benutzeraktionen",
"mute": {
"action_false": "Profil stummschalten",
"action_true": "Stummschaltung Nutzers aufheben"
"action_true": "Stummschaltung des Nutzers aufheben"
},
"block": {
"action_false": "Nutzer blockieren",

View File

@ -42,7 +42,7 @@
"options": {
"title": "Boost-Sichtbarkeit ändern",
"public": "Öffentlicher Boost",
"unlisted": ""
"unlisted": "Boost entfernen"
}
},
"favourited": {
@ -88,7 +88,7 @@
"content": {
"expandHint": "Ausgeblendeter Inhalt"
},
"filtered": "",
"filtered": "Gefiltert: {{phrase}}.",
"fullConversation": "Unterhaltung anzeigen",
"translate": {
"default": "Übersetzen",

View File

@ -12,7 +12,7 @@
"reblog": "$t(screenTabs:me.push.reblog.heading)",
"mention": "$t(screenTabs:me.push.mention.heading)",
"poll": "$t(screenTabs:me.push.poll.heading)",
"status": "",
"status": "Toot eines abonnierten Nutzers",
"update": "Boost wurde bearbeitet"
}
}

View File

@ -29,7 +29,7 @@
"title": "Ursprungsnachricht nicht verfügbar",
"description": "Ursprungströt wurde gelöscht. Möchtest du die Verknüpfung zu ihn entfernen?",
"cancel": "$t(common:buttons.cancel)",
"confirm": ""
"confirm": "Referenz entfernen"
}
}
}
@ -139,7 +139,7 @@
},
"emoji": {
"accessibilityLabel": "Emoji hinzufügen",
"accessibilityHint": ""
"accessibilityHint": "Emoji-Auswahlmenü öffnen, horizontal wischen, um die Seite zu ändern"
}
},
"drafts_one": "Entwurf ({{count}})",
@ -161,7 +161,7 @@
"heading": "Beschreibe den Inhalt für Sehbehinderte",
"placeholder": "Du kannst den Inhalten eine Beschreibung hinzufügen, auch \"Alt-Text\" genannt, damit sie für mehr Menschen zugänglich sind - auch für Blinde oder Sehbehinderte.\n\nGute Beschreibungen sind kurz und prägnant, geben aber den Inhalt Ihrer Medien genau genug wieder, um den Kontext zu verstehen."
},
"imageFocus": ""
"imageFocus": "Ziehe den Fokuskreis, um den Fokuspunkt zu aktualisieren"
}
},
"draftsList": {

View File

@ -117,8 +117,8 @@
},
"fields": {
"title": "Metadaten",
"total_one": "",
"total_other": ""
"total_one": "{{count}} Feld",
"total_other": "{{count}} Felder"
},
"visibility": {
"title": "Sichtbarkeit des Beitrags",
@ -184,7 +184,7 @@
"heading": "Umfrageupdate"
},
"status": {
"heading": ""
"heading": "Toot eines abonnierten Nutzers"
},
"howitworks": "Erfahre, wie das Routing funktioniert"
},

View File

@ -1,11 +1,11 @@
{
"buttons": {
"OK": "",
"apply": "",
"cancel": ""
"OK": "OK",
"apply": "Aplicar",
"cancel": "Cancelar"
},
"customEmoji": {
"accessibilityLabel": ""
"accessibilityLabel": "Emoji personalizado {{emoji}}"
},
"message": {
"success": {
@ -15,8 +15,8 @@
"message": ""
},
"error": {
"message": ""
"message": "{{function}} falló, vuelva a intentarlo"
}
},
"separator": ""
"separator": ", "
}

View File

@ -1,76 +1,76 @@
{
"accessibilityHint": "",
"account": {
"title": "",
"title": "Acciones de usuario",
"mute": {
"action_false": "",
"action_true": ""
"action_false": "Silenciar usuario",
"action_true": "Dejar de silenciar al usuario"
},
"block": {
"action_false": "",
"action_true": ""
"action_false": "Bloquear usuario",
"action_true": "Desbloquear usuario"
},
"reports": {
"action": ""
"action": "Reportar y bloquear"
}
},
"copy": {
"action": "",
"succeed": ""
"action": "Copiar toot",
"succeed": "Copiado"
},
"instance": {
"title": "",
"title": "Acción de instancia",
"block": {
"action": "",
"action": "Bloquear instancia {{instance}}",
"alert": {
"title": "",
"message": "",
"title": "¿Confirmar bloqueo de la instancia {{instance}}?",
"message": "Puedes silenciar o bloquear a un usuario.\n\nTras bloquear una instancia, todo su contenido junto con sus seguidores se eliminarán.",
"buttons": {
"confirm": ""
"confirm": "Confirmar"
}
}
}
},
"share": {
"status": {
"action": ""
"action": "Compartir toot"
},
"account": {
"action": ""
"action": "Compartir usuario"
}
},
"status": {
"title": "",
"title": "Acciones del toot",
"edit": {
"action": ""
"action": "Editar toot"
},
"delete": {
"action": "",
"action": "Eliminar toot",
"alert": {
"title": "",
"message": "",
"title": "¿Confirmar eliminación?",
"message": "Todos los boosts y favoritos se eliminarán, incluidas todas las respuestas.",
"buttons": {
"confirm": ""
"confirm": "Confirmar"
}
}
},
"deleteEdit": {
"action": "",
"action": "Eliminar toot y volver a publicar",
"alert": {
"title": "",
"message": "",
"title": "¿Confirmar eliminación y volver a publicar?",
"message": "Todos los boosts y favoritos se eliminarán, incluidas todas las respuestas.",
"buttons": {
"confirm": ""
"confirm": "Confirmar"
}
}
},
"mute": {
"action_false": "",
"action_true": ""
"action_false": "Silenciar toot y respuestas",
"action_true": "Dejar de silenciar el toot y sus respuestas"
},
"pin": {
"action_false": "",
"action_true": ""
"action_false": "Fijar toot",
"action_true": "Desfijar toot"
}
}
}

View File

@ -1 +1,3 @@
{}
{
"frequentUsed": "Usados frecuentemente"
}

View File

@ -1,29 +1,29 @@
{
"server": {
"textInput": {
"placeholder": ""
"placeholder": "Dominio de la instancia"
},
"button": "",
"button": "Iniciar sesión",
"information": {
"name": "",
"accounts": "",
"statuses": "",
"name": "Nombre",
"accounts": "Usuarios",
"statuses": "Toots",
"domains": ""
},
"disclaimer": {
"base": ""
"base": "El inicio de sesión usa el navegador del sistema, y la información de la cuenta no será visible para tooot."
},
"terms": {
"base": ""
"base": "Al iniciar sesión, aceptas la <0>política de privacidad</0> y los <1> términos del servicio</1>."
}
},
"update": {
"alert": {
"title": "",
"message": "",
"title": "Iniciado sesión en esta instancia",
"message": "Puedes iniciar sesión en otra cuenta, manteniendo conectadas las cuentas actuales",
"buttons": {
"cancel": "",
"continue": ""
"cancel": "$t(common:buttons.cancel)",
"continue": "Continuar"
}
}
}

View File

@ -1,10 +1,10 @@
{
"title": "",
"message": "",
"message": "Los datos multimedia EXIF no se han subido",
"options": {
"image": "",
"image_max": "",
"video": "",
"video_max": ""
"image": "Subir fotos",
"image_max": "Subir fotos (máx. {{max}})",
"video": "Subir vídeo",
"video_max": "Subir vídeo (máx. {{max}})"
}
}

View File

@ -1,8 +1,8 @@
{
"HTML": {
"accessibilityHint": "",
"expanded": "",
"moreLines": "",
"defaultHint": ""
"accessibilityHint": "Toca para expandir o contraer contenido",
"expanded": "{{hint}}{{moreLines}}",
"moreLines": " ({{count}} líneas más)",
"defaultHint": "Toot largo"
}
}

View File

@ -1,16 +1,16 @@
{
"follow": {
"function": ""
"function": "Seguir usuario"
},
"block": {
"function": ""
"function": "Bloquear usuario"
},
"button": {
"error": "",
"blocked_by": "",
"blocking": "",
"following": "",
"requested": "",
"default": ""
"error": "Error al cargar",
"blocked_by": "Bloqueado por el usuario",
"blocking": "Desbloquear",
"following": "Dejar de seguir",
"requested": "Retirar solicitud",
"default": "Seguir"
}
}

View File

@ -1,101 +1,101 @@
{
"empty": {
"error": {
"message": "",
"button": ""
"message": "Error al cargar",
"button": "Reintentar"
},
"success": {
"message": ""
"message": "Cronología vacía"
}
},
"end": {
"message": ""
"message": "Ya estás. ¿Te apetece una taza de <0 />?"
},
"lookback": {
"message": ""
"message": "Leído en"
},
"refresh": {
"fetchPreviousPage": "",
"refetch": ""
"fetchPreviousPage": "Más reciente desde aquí",
"refetch": "Al último"
},
"shared": {
"actioned": {
"pinned": "",
"favourite": "",
"status": "",
"follow": "",
"follow_request": "",
"poll": "",
"pinned": "Fijado",
"favourite": "{{name}} marcó tu toot como favorito",
"status": "{{name}} acaba de tootear",
"follow": "{{name}} te ha seguido",
"follow_request": "{{name}} ha solicitado seguirte",
"poll": "Una encuesta en la que has votado ha terminado",
"reblog": {
"default": "",
"notification": ""
"default": "{{name}} impulsado",
"notification": "{{name}} ha impulsado tu toot"
},
"update": ""
"update": "El impulso ha sido editado"
},
"actions": {
"reply": {
"accessibilityLabel": ""
"accessibilityLabel": "Responder a este toot"
},
"reblogged": {
"accessibilityLabel": "",
"function": "",
"accessibilityLabel": "Impulsa este toot",
"function": "Impulsar toot",
"options": {
"title": "",
"public": "",
"unlisted": ""
"title": "Elige la visibilidad del impulso",
"public": "Impulso público",
"unlisted": "Impulso no listado"
}
},
"favourited": {
"accessibilityLabel": "",
"accessibilityLabel": "Agregar este toot en favoritos",
"function": ""
},
"bookmarked": {
"accessibilityLabel": "",
"accessibilityLabel": "Añadir este toot en marcadores",
"function": ""
}
},
"actionsUsers": {
"reblogged_by": {
"accessibilityLabel": "",
"accessibilityHint": "",
"text": ""
"accessibilityLabel": "{{count}} usuarios han impulsado este toot",
"accessibilityHint": "Pulsa para conocer los usuarios",
"text": "$t(screenTabs:shared.users.statuses.reblogged_by)"
},
"favourited_by": {
"accessibilityLabel": "",
"accessibilityHint": "",
"text": ""
"accessibilityLabel": "{{count}} usuarios han marcado como favoritos este toot",
"accessibilityHint": "Pulsa para conocer los usuarios",
"text": "$t(screenTabs:shared.users.statuses.favourited_by)"
},
"history": {
"accessibilityLabel": "",
"accessibilityHint": "",
"text_one": "",
"text_other": ""
"accessibilityLabel": "Este toot ha sido editado {{count}} veces",
"accessibilityHint": "Pulse para ver todo el historial de ediciones",
"text_one": "{{count}} edición",
"text_other": "{{count}} ediciones"
}
},
"attachment": {
"sensitive": {
"button": ""
"button": "Mostrar contenido sensible"
},
"unsupported": {
"text": "",
"text": "Error al cargar",
"button": ""
}
},
"avatar": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Avatar de {{name}}",
"accessibilityHint": "Pulsa para ir a la página de {{name}}"
},
"content": {
"expandHint": ""
"expandHint": "Contenido oculto"
},
"filtered": "",
"fullConversation": "",
"filtered": "Filtrado: {{phrase}}.",
"fullConversation": "Leer conversaciones",
"translate": {
"default": "",
"succeed": "",
"failed": "",
"source_not_supported": "",
"target_not_supported": ""
"default": "Traducir",
"succeed": "Traducido por {{provider}} desde {{source}}",
"failed": "Error al traducir",
"source_not_supported": "El idioma del toot no está soportado",
"target_not_supported": "Este idioma no está soportado"
},
"header": {
"shared": {
@ -104,47 +104,47 @@
"accessibilityHint": ""
},
"account": {
"accessibilityHint": ""
"accessibilityHint": "Cuenta de usuario"
}
},
"application": "",
"application": "Tooteado con {{application}}",
"edited": {
"accessibilityLabel": ""
"accessibilityLabel": "Toot editado"
},
"muted": {
"accessibilityLabel": ""
"accessibilityLabel": "Toot silenciado"
},
"visibility": {
"direct": {
"accessibilityLabel": ""
"accessibilityLabel": "El toot es un mensaje directo"
},
"private": {
"accessibilityLabel": ""
"accessibilityLabel": "El toot es visible solo para los seguidores"
}
}
},
"conversation": {
"withAccounts": "",
"withAccounts": "Con",
"delete": {
"function": ""
"function": "Eliminar mensaje directo"
}
}
},
"poll": {
"meta": {
"button": {
"vote": "",
"refresh": ""
"vote": "Votar",
"refresh": "Actualizar"
},
"count": {
"voters_one": "",
"voters_other": "",
"votes_one": "",
"votes_other": ""
"voters_one": "{{count}} usuarios ha votado",
"voters_other": "{{count}} usuarios han votado",
"votes_one": "{{count}} voto",
"votes_other": "{{count}} votos"
},
"expiration": {
"expired": "",
"until": ""
"expired": "Votación expirada",
"until": "Expira <0 />"
}
}
}

View File

@ -1,18 +1,18 @@
{
"screenshot": {
"title": "",
"message": "",
"button": ""
"title": "Protección de la privacidad",
"message": "Por favor, no revele la identidad de otros usuarios, como nombre de usuario, avatar, etc. ¡Gracias!",
"button": "Confirmar"
},
"localCorrupt": {
"message": ""
"message": "La sesión se ha expirado. Por favor, vuelve a iniciar sesión"
},
"pushError": {
"message": "",
"description": ""
"message": "Error del servicio push",
"description": "Por favor, vuelva a habilitar las notificaciones push en los ajustes"
},
"shareError": {
"imageNotSupported": "",
"videoNotSupported": ""
"imageNotSupported": "Formato de imagen {{type}} no soportado",
"videoNotSupported": "Formato de vídeo {{type}} no soportado"
}
}

View File

@ -1,6 +1,6 @@
{
"heading": "",
"heading": "Compartir con...",
"content": {
"select_account": ""
"select_account": "Seleccionar cuenta"
}
}

View File

@ -1,19 +1,19 @@
{
"content": {
"altText": {
"heading": ""
"heading": "Texto alternativo"
},
"notificationsFilter": {
"heading": "",
"heading": "Mostrar tipos de notificación",
"content": {
"follow": "",
"follow_request": "",
"favourite": "",
"reblog": "",
"mention": "",
"poll": "",
"status": "",
"update": ""
"follow": "$t(screenTabs:me.push.follow.heading)",
"follow_request": "Solicitud de seguimiento",
"favourite": "$t(screenTabs:me.push.favourite.heading)",
"reblog": "$t(screenTabs:me.push.reblog.heading)",
"mention": "$t(screenTabs:me.push.mention.heading)",
"poll": "$t(screenTabs:me.push.poll.heading)",
"status": "Toot de usuarios suscritos",
"update": "El impulso ha sido editado"
}
}
}

View File

@ -1,10 +1,10 @@
{
"heading": "",
"heading": "Avisos",
"content": {
"published": "",
"published": "<0 /> publicado",
"button": {
"read": "",
"unread": ""
"read": "Leer",
"unread": "Marcar como leído"
}
}
}

View File

@ -1,35 +1,35 @@
{
"heading": {
"left": {
"button": "",
"button": "Cancelar",
"alert": {
"title": "",
"title": "¿Cancelar edición?",
"buttons": {
"save": "",
"delete": "",
"cancel": ""
"save": "Guardar borrador",
"delete": "Eliminar borrador",
"cancel": "Cancelar"
}
}
},
"right": {
"button": {
"default": "",
"conversation": "",
"reply": "",
"deleteEdit": "",
"edit": "",
"share": ""
"default": "Toot",
"conversation": "Mensaje privado",
"reply": "Respuesta al toot",
"deleteEdit": "Toot",
"edit": "Toot",
"share": "Toot"
},
"alert": {
"default": {
"title": "",
"button": ""
"title": "Error al tootear",
"button": "Reintentar"
},
"removeReply": {
"title": "",
"description": "",
"cancel": "",
"confirm": ""
"title": "No se pudo encontrar el toot respondido",
"description": "El toot respondido podría haber sido eliminado. ¿Quieres eliminarlo de tu referencia?",
"cancel": "$t(common:buttons.cancel)",
"confirm": "Eliminar referencia"
}
}
}
@ -37,143 +37,143 @@
"content": {
"root": {
"header": {
"postingAs": "",
"postingAs": "Tooteando como @{{acct}}@{{domain}}",
"spoilerInput": {
"placeholder": ""
"placeholder": "Mensaje de aviso de spoiler"
},
"textInput": {
"placeholder": "",
"placeholder": "Qué está pasando",
"keyboardImage": {
"exceedMaximum": {
"title": "",
"OK": ""
"title": "Número máximo de adjuntos alcanzado",
"OK": "$t(common:buttons.OK)"
}
}
}
},
"footer": {
"attachments": {
"sensitive": "",
"sensitive": "Marcar adjuntos como sensibles",
"remove": {
"accessibilityLabel": ""
"accessibilityLabel": "Eliminar adjunto subido número {{attachment}}"
},
"edit": {
"accessibilityLabel": ""
"accessibilityLabel": "Editar adjunto subido número {{attachment}}"
},
"upload": {
"accessibilityLabel": ""
"accessibilityLabel": "Subir más adjuntos"
}
},
"emojis": {
"accessibilityHint": ""
"accessibilityHint": "Toca para añadir emoji al toot"
},
"poll": {
"option": {
"placeholder": {
"accessibilityLabel": "",
"single": "",
"multiple": ""
"accessibilityLabel": "Opción {{index}}",
"single": "Respuesta única",
"multiple": "Respuesta múltiple"
}
},
"quantity": {
"reduce": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Reducir las opciones de la encuesta a {{amount}}",
"accessibilityHint": "Se ha alcanzado el número mínimo de opciones, ahora mismo hay {{amount}}"
},
"increase": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Incrementar el número de opciones a {{amount}}",
"accessibilityHint": "Se ha alcanzado el número máximo de opciones, ahora mismo hay {{amount}}"
}
},
"multiple": {
"heading": "",
"heading": "Tipo de encuesta",
"options": {
"single": "",
"multiple": "",
"cancel": ""
"single": "Respuesta única",
"multiple": "Respuesta múltiple",
"cancel": "$t(common:buttons.cancel)"
}
},
"expiration": {
"heading": "",
"heading": "Caducidad",
"options": {
"300": "",
"1800": "",
"3600": "",
"21600": "",
"86400": "",
"259200": "",
"604800": "",
"cancel": ""
"300": "5 minutos",
"1800": "30 minutos",
"3600": "1 hora",
"21600": "6 horas",
"86400": "1 día",
"259200": "3 días",
"604800": "7 días",
"cancel": "$t(common:buttons.cancel)"
}
}
}
},
"actions": {
"attachment": {
"accessibilityLabel": "",
"accessibilityHint": "",
"accessibilityLabel": "Subir archivo",
"accessibilityHint": "Se desactivará la encuesta si hay algún archivo adjunto",
"failed": {
"alert": {
"title": "",
"button": ""
"title": "Error al subir",
"button": "Intentar de nuevo"
}
}
},
"poll": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Añadir encuesta",
"accessibilityHint": "No se pueden adjuntar archivos si hay una encuesta activa"
},
"visibility": {
"accessibilityLabel": "",
"title": "",
"accessibilityLabel": "La visibilidad del toot es {{visibility}}",
"title": "Visibilidad del toot",
"options": {
"public": "",
"unlisted": "",
"private": "",
"direct": "",
"cancel": ""
"public": "Público",
"unlisted": "No listado",
"private": "Solo seguidores",
"direct": "Mensaje directo",
"cancel": "$t(common:buttons.cancel)"
}
},
"spoiler": {
"accessibilityLabel": ""
"accessibilityLabel": "Espóiler"
},
"emoji": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Añadir emoji",
"accessibilityHint": "Abrir panel de emojis, desliza horizontalmente para cambiar de página"
}
},
"drafts_one": "",
"drafts_other": ""
"drafts_one": "Borrador ({{count}})",
"drafts_other": "Borradores ({{count}})"
},
"editAttachment": {
"header": {
"title": "",
"title": "Editar archivo adjunto",
"right": {
"accessibilityLabel": "",
"accessibilityLabel": "Guardar cambios",
"failed": {
"title": "",
"button": ""
"title": "Error al editar",
"button": "Intentar de nuevo"
}
}
},
"content": {
"altText": {
"heading": "",
"placeholder": ""
"heading": "Describir para personas con dificultades de visión",
"placeholder": "Añade una descripción, también llamada texto alternativo, a tu archivo y haz que sea más accesible, incluso para personas ciegas o con dificultades de visión.\n\nLo mejor es que sean concisas, pero que expresen todo lo que aparece en las imágenes con exactitud para dar contexto."
},
"imageFocus": ""
"imageFocus": "Arrastra el círculo para cambiar el punto de atención"
}
},
"draftsList": {
"header": {
"title": ""
"title": "Borrador"
},
"warning": "",
"warning": "Los borradores solo se guardan en este dispositivo y se pueden perder. No se recomienda guardarlos por mucho tiempo.",
"content": {
"accessibilityHint": "",
"textEmpty": ""
"accessibilityHint": "Se ha guardado el borrador, toca para editar",
"textEmpty": "Sin contenido"
},
"checkAttachment": ""
"checkAttachment": "Comprobando archivos adjuntos en el servidor..."
}
}
}

View File

@ -1,17 +1,17 @@
{
"content": {
"actions": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Más acciones para esta imagen",
"accessibilityHint": "Puedes guardar o compartir esta imagen"
},
"options": {
"save": "",
"share": "",
"cancel": ""
"save": "Guardar imagen",
"share": "Compartir imagen",
"cancel": "$t(common:buttons.cancel)"
},
"save": {
"succeed": "",
"failed": ""
"succeed": "Imagen guardada",
"failed": "Error al guardar la imagen"
}
}
}

View File

@ -1,336 +1,336 @@
{
"tabs": {
"local": {
"name": ""
"name": "Siguiendo"
},
"public": {
"name": "",
"segments": {
"left": "",
"right": ""
"left": "Federado",
"right": "Local"
}
},
"notifications": {
"name": ""
"name": "Notificaciones"
},
"me": {
"name": ""
"name": "Sobre mí"
}
},
"common": {
"search": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Buscar",
"accessibilityHint": "Buscar hashtags, usuarios o toots"
}
},
"notifications": {
"filter": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Filtrar",
"accessibilityHint": "Filtrar tipos de notificación"
}
},
"me": {
"stacks": {
"bookmarks": {
"name": ""
"name": "Marcadores"
},
"conversations": {
"name": ""
"name": "Mensajes directos"
},
"favourites": {
"name": ""
"name": "Favoritos"
},
"fontSize": {
"name": ""
"name": "Tamaño de fuente"
},
"language": {
"name": ""
"name": "Idioma"
},
"lists": {
"name": ""
"name": "Listas"
},
"list": {
"name": ""
"name": "Lista: {{list}}"
},
"push": {
"name": ""
"name": "Notificación push"
},
"profile": {
"name": ""
"name": "Editar perfil"
},
"profileName": {
"name": ""
"name": "Editar nombre"
},
"profileNote": {
"name": ""
"name": "Editar descripción"
},
"profileFields": {
"name": ""
"name": "Editar metadatos"
},
"settings": {
"name": ""
"name": "Ajustes de la aplicación"
},
"webSettings": {
"name": ""
"name": "Más ajustes de la cuenta"
},
"switch": {
"name": ""
"name": "Cambiar de cuenta"
}
},
"fontSize": {
"demo": "",
"demo": "<p>Este es un toot de muestra😊. Puedes elegir entre muchas opciones.<br /><br />Este ajuste solo afecta el contenido principal de los toots, pero no otros tamaños de fuente.</p>",
"sizes": {
"S": "",
"M": "",
"L": "",
"XL": "",
"XXL": ""
"S": "S",
"M": "M - Por defecto",
"L": "L",
"XL": "XL",
"XXL": "XXL"
}
},
"profile": {
"cancellation": {
"title": "",
"message": "",
"title": "Cambios no guardados",
"message": "Los cambios no se han guardado. ¿Quieres descartarlos?",
"buttons": {
"cancel": "",
"discard": ""
"cancel": "$t(common:buttons.cancel)",
"discard": "Descartar"
}
},
"feedback": {
"succeed": "",
"failed": ""
"succeed": "{{type}} actualizado",
"failed": "Error al actualizar {{type}}, inténtalo de nuevo"
},
"root": {
"name": {
"title": ""
"title": "Nombre"
},
"avatar": {
"title": "",
"description": ""
"title": "Foto",
"description": "Se reducirá a 400 x 400 px"
},
"header": {
"title": "",
"description": ""
"title": "Encabezado",
"description": "Se reducirá a 1500 x 500 px"
},
"note": {
"title": ""
"title": "Descripción"
},
"fields": {
"title": "",
"total_one": "",
"total_other": ""
"title": "Metadatos",
"total_one": "Campo {{count}}",
"total_other": "Campos {{count}}"
},
"visibility": {
"title": "",
"title": "Visibilidad de publicación",
"options": {
"public": "",
"unlisted": "",
"private": "",
"cancel": ""
"public": "Público",
"unlisted": "No listado",
"private": "Solo seguidores",
"cancel": "$t(common:buttons.cancel)"
}
},
"sensitive": {
"title": ""
"title": "Publicar contenido multimedia sensible"
},
"lock": {
"title": "",
"title": "Bloquear cuenta",
"description": ""
},
"bot": {
"title": "",
"description": ""
"title": "Cuenta bot",
"description": "Esta cuenta ejecuta principalmente acciones automatizadas y podría no ser monitorizada"
}
},
"fields": {
"group": "",
"label": "",
"content": ""
"group": "Grupo {{index}}",
"label": "Etiqueta",
"content": "Contenido"
},
"mediaSelectionFailed": ""
"mediaSelectionFailed": "El procesamiento de imagen falló. Por favor, inténtalo otra vez."
},
"push": {
"notAvailable": "",
"notAvailable": "Tu teléfono no soporta las notificaciones push de tooot",
"enable": {
"direct": "",
"settings": ""
"direct": "Habilitar notificaciones push",
"settings": "Activar en Ajustes"
},
"global": {
"heading": "",
"heading": "Habilitar para {{acct}}",
"description": ""
},
"decode": {
"heading": "",
"heading": "Mostrar detalles del mensaje",
"description": ""
},
"default": {
"heading": ""
"heading": "Predeterminado"
},
"follow": {
"heading": ""
"heading": "Nuevo seguidor"
},
"follow_request": {
"heading": ""
"heading": "Solicitud de seguimiento"
},
"favourite": {
"heading": ""
},
"reblog": {
"heading": ""
"heading": "Impulsado"
},
"mention": {
"heading": ""
"heading": "Te mencionó"
},
"poll": {
"heading": ""
"heading": "Actualizaciones de la encuesta"
},
"status": {
"heading": ""
"heading": "Toot de usuarios suscritos"
},
"howitworks": ""
},
"root": {
"announcements": {
"content": {
"unread": "",
"unread": "{{amount}} no leídos",
"read": "",
"empty": ""
}
},
"push": {
"content": {
"enabled": "",
"disabled": ""
"enabled": "Habilitado",
"disabled": "Deshabilitado"
}
},
"update": {
"title": ""
},
"logout": {
"button": "",
"button": "Cerrar sesión",
"alert": {
"title": "",
"message": "",
"title": "¿Cerrar sesión?",
"message": "Después de cerrar sesión, necesitas iniciar sesión de nuevo",
"buttons": {
"logout": "",
"cancel": ""
"logout": "Cerrar sesión",
"cancel": "$t(common:buttons.cancel)"
}
}
}
},
"settings": {
"fontsize": {
"heading": "",
"heading": "$t(me.stacks.fontSize.name)",
"content": {
"S": "",
"M": "",
"L": "",
"XL": "",
"XXL": ""
"S": "$t(me.fontSize.sizes.S)",
"M": "$t(me.fontSize.sizes.M)",
"L": "$t(me.fontSize.sizes.L)",
"XL": "$t(me.fontSize.sizes.XL)",
"XXL": "$t(me.fontSize.sizes.XXL)"
}
},
"language": {
"heading": "",
"heading": "$t(me.stacks.language.name)",
"options": {
"cancel": ""
"cancel": "$t(common:buttons.cancel)"
}
},
"theme": {
"heading": "",
"heading": "Apariencia",
"options": {
"auto": "",
"light": "",
"dark": "",
"cancel": ""
"auto": "Como el sistema",
"light": "Modo claro",
"dark": "Modo oscuro",
"cancel": "$t(common:buttons.cancel)"
}
},
"darkTheme": {
"heading": "",
"heading": "Tema oscuro",
"options": {
"lighter": "",
"darker": "",
"cancel": ""
"lighter": "Más claro",
"darker": "Más oscuro",
"cancel": "$t(common:buttons.cancel)"
}
},
"browser": {
"heading": "",
"heading": "Abrir enlaces",
"options": {
"internal": "",
"external": "",
"cancel": ""
"internal": "Dentro de la aplicación",
"external": "Usar navegador",
"cancel": "$t(common:buttons.cancel)"
}
},
"staticEmoji": {
"heading": "",
"description": ""
"heading": "Usar emojis estáticos",
"description": "Si la aplicación falla al visualizar la lista de emojis, puedes intentar usar emojis estáticos en su lugar."
},
"feedback": {
"heading": ""
"heading": "Petición de funciones"
},
"support": {
"heading": ""
"heading": "Apoyar tooot"
},
"review": {
"heading": ""
"heading": "Valorar tooot"
},
"contact": {
"heading": ""
"heading": "Contactar tooot"
},
"analytics": {
"heading": "",
"description": ""
"heading": "Ayúdanos a mejorar",
"description": "Recopilar uso no relativo al usuario"
},
"version": "",
"instanceVersion": ""
"version": "Versión v{{version}}",
"instanceVersion": "Versión de Mastodon v{{version}}"
},
"switch": {
"existing": "",
"new": ""
"existing": "Elegir sesión",
"new": "Iniciar sesión en la instancia"
}
},
"shared": {
"account": {
"actions": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Acciones para {{user}}",
"accessibilityHint": "Puedes silenciar, bloquear, reportar o compartir este usuario"
},
"followed_by": "",
"moved": "",
"created_at": "",
"followed_by": " te sigue",
"moved": "Se ha transladado",
"created_at": "Se unió en {{date}}",
"summary": {
"statuses_count": "",
"following_count": "",
"followers_count": ""
"statuses_count": "{{count}} toots",
"following_count": "$t(shared.users.accounts.following)",
"followers_count": "$t(shared.users.accounts.followers)"
},
"toots": {
"default": "",
"all": ""
"default": "Toots",
"all": "Toots y respuestas"
},
"suspended": ""
"suspended": "Cuenta suspendida por los moderadores de tu servidor"
},
"attachments": {
"name": ""
},
"search": {
"header": {
"prefix": "",
"prefix": "Buscando",
"placeholder": ""
},
"empty": {
"general": "",
"general": "Escribe para buscar <bold>$t(screenTabs:shared.search.sections.accounts)</bold>, <bold>$t(screenTabs:shared.search.sections.hashtags)</bold> o <bold>$t(screenTabs:shared.search.sections.statuses)</bold>",
"advanced": {
"header": "",
"header": "Búsqueda avanzada",
"example": {
"account": "",
"hashtag": "",
"statusLink": "",
"accountLink": ""
"account": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)",
"hashtag": "$t(shared.search.header.prefix) $t(shared.search.sections.hashtags)",
"statusLink": "$t(shared.search.header.prefix) $t(shared.search.sections.statuses)",
"accountLink": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)"
}
}
},
"sections": {
"accounts": "",
"hashtags": "",
"statuses": ""
"accounts": "Usuario",
"hashtags": "Hashtag",
"statuses": "Toot"
},
"notFound": ""
},
@ -339,12 +339,12 @@
},
"users": {
"accounts": {
"following": "",
"followers": ""
"following": "Siguiendo {{count}}",
"followers": "{{count}} seguidores"
},
"statuses": {
"reblogged_by": "",
"favourited_by": ""
"reblogged_by": "{{count}} impulsados",
"favourited_by": "{{count}} favoritos"
}
},
"history": {

View File

@ -1,30 +1,30 @@
{
"accessibilityHint": "이 툿에 할 동작, 툿 자체나 포스트한 사용자",
"account": {
"title": "",
"title": "사용자 동작",
"mute": {
"action_false": "사용자 음소거",
"action_true": ""
"action_false": "사용자 뮤트",
"action_true": "사용자 뮤트 해제"
},
"block": {
"action_false": "사용자 차단",
"action_true": ""
"action_true": "사용자 차단 해제"
},
"reports": {
"action": ""
"action": "신고 및 차단"
}
},
"copy": {
"action": "",
"succeed": ""
"action": "툿 복사",
"succeed": "복사됨"
},
"instance": {
"title": "",
"title": "인스턴스 동작",
"block": {
"action": "인스턴스 {{instance}} 차단",
"action": "{{instance}} 인스턴스 차단",
"alert": {
"title": "",
"message": "보통은 유저 음소거나 차단으로 충분해요.\n\n인스턴스를 차단하면, 팔로워를 포함하는 인스턴스의 모든 콘텐츠가 삭제됩니다!",
"title": "정말 {{instance}} 인스턴스를 차단할까요?",
"message": "보통은 사용자 뮤트나 차단으로 충분해요.\n\n인스턴스를 차단하면, 팔로워를 포함한 인스턴스의 모든 콘텐츠가 삭제됩니다!",
"buttons": {
"confirm": "확인"
}
@ -40,37 +40,37 @@
}
},
"status": {
"title": "",
"title": "툿 동작",
"edit": {
"action": ""
"action": "툿 수정"
},
"delete": {
"action": "툿 삭제",
"alert": {
"title": "삭제 확인?",
"message": "",
"title": "정말 삭제할까요?",
"message": "답장을 포함한 모든 부스트와 즐겨찾기가 지워져요.",
"buttons": {
"confirm": "확인"
}
}
},
"deleteEdit": {
"action": "",
"action": "툿 삭제 후 다시 게시",
"alert": {
"title": "",
"message": "",
"title": "툿을 정말 삭제하고 다시 게시할까요?",
"message": "답장을 포함한 모든 부스트와 즐겨찾기가 지워져요.",
"buttons": {
"confirm": "확인"
}
}
},
"mute": {
"action_false": "",
"action_true": ""
"action_false": "툿과 답장 뮤트",
"action_true": "툿과 답장 뮤트 해제"
},
"pin": {
"action_false": "",
"action_true": ""
"action_false": "툿 고정",
"action_true": "툿 고정 해제"
}
}
}

View File

@ -1 +1,3 @@
{}
{
"frequentUsed": "자주 사용"
}

View File

@ -11,10 +11,10 @@
"domains": "연합"
},
"disclaimer": {
"base": "로그인 과정에서는 시스템 브라우저를 사용해, tooot 앱이 당신의 계정 정보를 볼 수 없어요."
"base": "로그인 과정에서는 시스템 브라우저를 사용하므로, tooot 앱은 당신의 계정 정보를 볼 수 없어요."
},
"terms": {
"base": ""
"base": "로그인을 통해 <0>개인정보 처리방침</0>과 <1>이용 약관</1>에 동의한 것으로 간주됩니다."
}
},
"update": {

View File

@ -1,10 +1,10 @@
{
"title": "미디어 소스 선택",
"message": "",
"message": "미디어의 EXIF 데이터는 업로드되지 않습니다.",
"options": {
"image": "",
"image_max": "",
"video": "",
"video_max": ""
"image": "사진 업로드",
"image_max": "사진 업로드 (최대 {{max}}개)",
"video": "동영상 업로드",
"video_max": "동영상 업로드 (최대 {{max}}개)"
}
}

View File

@ -1,8 +1,8 @@
{
"HTML": {
"accessibilityHint": "",
"accessibilityHint": "탭 하여 내용을 펼치거나 접기",
"expanded": "{{hint}}{{moreLines}}",
"moreLines": "",
"defaultHint": ""
"moreLines": " ({{count}}줄 더 보기)",
"defaultHint": "긴 툿"
}
}

View File

@ -5,7 +5,7 @@
"button": "다시 시도"
},
"success": {
"message": "타임라인"
"message": "타임라인이 비었어요"
}
},
"end": {
@ -21,16 +21,16 @@
"shared": {
"actioned": {
"pinned": "고정됨",
"favourite": "{{name}}이 내 툿을 즐겨찾기했어요",
"status": "{{name}}이 방금 포스트했어요",
"follow": "{{name}}님이 나를 팔로우했어요",
"follow_request": "{{name}}이 나에게 팔로우 요청을 보냈어요",
"favourite": "{{name}}이 내 툿을 즐겨찾기했어요",
"status": "{{name}}이 방금 포스트했어요",
"follow": "{{name}} 님이 나를 팔로우했어요",
"follow_request": "{{name}}이 나에게 팔로우 요청을 보냈어요",
"poll": "내가 참여한 투표가 끝났어요",
"reblog": {
"default": "{{name}}님이 부스트했어요",
"notification": "{{name}}이 내 툿을 부스트했어요"
"default": "{{name}} 님이 부스트했어요",
"notification": "{{name}}이 내 툿을 부스트했어요"
},
"update": ""
"update": "리블로그가 수정됨"
},
"actions": {
"reply": {
@ -40,9 +40,9 @@
"accessibilityLabel": "이 툿 부스트",
"function": "툿 부스트",
"options": {
"title": "",
"public": "",
"unlisted": ""
"title": "부스트 공개 범위 선택",
"public": "공개 부스트",
"unlisted": "타임라인에 비표시 부스트"
}
},
"favourited": {
@ -66,10 +66,10 @@
"text": "$t(screenTabs:shared.users.statuses.favourited_by)"
},
"history": {
"accessibilityLabel": "",
"accessibilityHint": "",
"text_one": "",
"text_other": ""
"accessibilityLabel": "이 툿은 {{count}}번 수정되었습니다.",
"accessibilityHint": "탭하여 전체 수정 이력 보기",
"text_one": "{{count}}번 수정됨",
"text_other": "{{count}}번 수정됨"
}
},
"attachment": {
@ -88,14 +88,14 @@
"content": {
"expandHint": "숨겨진 콘텐츠"
},
"filtered": "",
"filtered": "필터: {{phrase}}.",
"fullConversation": "대화 보기",
"translate": {
"default": "번역",
"succeed": "{{source}}에서 {{provider}}으로 번역됨",
"failed": "번역 실패",
"source_not_supported": "",
"target_not_supported": ""
"source_not_supported": "툿의 언어가 지원되지 않아요.",
"target_not_supported": "대상 언어가 지원되지 않아요."
},
"header": {
"shared": {
@ -109,7 +109,7 @@
},
"application": "{{application}}으로 툿",
"edited": {
"accessibilityLabel": ""
"accessibilityLabel": "툿 수정됨"
},
"muted": {
"accessibilityLabel": "툿 음소거됨"
@ -144,7 +144,7 @@
},
"expiration": {
"expired": "투표 종료됨",
"until": "<0 />후 료"
"until": "<0 />후 료"
}
}
}

View File

@ -12,7 +12,7 @@
"description": "푸시 알림을 설정에서 다시 활성화해주세요"
},
"shareError": {
"imageNotSupported": "",
"videoNotSupported": ""
"imageNotSupported": "{{type}} 사진 타입은 지원되지 않아요",
"videoNotSupported": "{{type}} 동영상 타입은 지원되지 않아요"
}
}

View File

@ -1,6 +1,6 @@
{
"heading": "",
"heading": "공유하기...",
"content": {
"select_account": ""
"select_account": "계정 선택"
}
}

View File

@ -1,7 +1,7 @@
{
"content": {
"altText": {
"heading": ""
"heading": "대체 텍스트"
},
"notificationsFilter": {
"heading": "알림 종류 표시",
@ -12,8 +12,8 @@
"reblog": "$t(screenTabs:me.push.reblog.heading)",
"mention": "$t(screenTabs:me.push.mention.heading)",
"poll": "$t(screenTabs:me.push.poll.heading)",
"status": "",
"update": ""
"status": "구독한 사용자의 툿",
"update": "리블로그가 수정되었습니다."
}
}
}

View File

@ -1,7 +1,7 @@
{
"heading": "공지",
"content": {
"published": "올려짐 <0 />",
"published": "<0 />에 작성됨",
"button": {
"read": "읽음",
"unread": "읽음으로 표시"

View File

@ -3,10 +3,10 @@
"left": {
"button": "취소",
"alert": {
"title": "편집을 취소할까요?",
"title": "작성을 취소할까요?",
"buttons": {
"save": "초안 저장",
"delete": "초안 삭제",
"save": "임시 저장",
"delete": "임시 저장한 내용 삭제",
"cancel": "취소"
}
}
@ -45,7 +45,7 @@
"placeholder": "무엇을 생각하고 있나요?",
"keyboardImage": {
"exceedMaximum": {
"title": "",
"title": "최대 첨부 파일 개수를 초과함",
"OK": "$t(common:buttons.OK)"
}
}
@ -53,7 +53,7 @@
},
"footer": {
"attachments": {
"sensitive": "첨부 파일 민감함으로 표시",
"sensitive": "민감한 첨부 파일로 표시",
"remove": {
"accessibilityLabel": "업로드한 첨부 파일 삭제, 번호 {{attachment}}"
},
@ -65,7 +65,7 @@
}
},
"emojis": {
"accessibilityHint": "툿에 이모지를 추가하려면 탭하세요"
"accessibilityHint": "탭하여 툿에 에모지 추가"
},
"poll": {
"option": {
@ -168,12 +168,12 @@
"header": {
"title": "초안"
},
"warning": "",
"warning": "임시 저장한 내용은 로컬에만 저장되며, 예상하지 못한 이유로 사라질 수 있어요. 내용을 오랫동안 저장할 용도로 사용하지 말아주세요.",
"content": {
"accessibilityHint": "저장된 초안, 수정하려면 탭하세요",
"textEmpty": "콘텐츠 빔"
},
"checkAttachment": ""
"checkAttachment": "서버의 첨부 파일을 확인하는 중..."
}
}
}

View File

@ -71,7 +71,7 @@
"name": "앱 설정"
},
"webSettings": {
"name": ""
"name": "더 많은 계정 설정"
},
"switch": {
"name": "계정 전환"
@ -89,7 +89,7 @@
},
"profile": {
"cancellation": {
"title": "변경사항이 저장되지 않음",
"title": "변경 사항이 저장되지 않음",
"message": "변경 사항이 저장되지 않았어요. 변경 사항 적용을 취소할까요?",
"buttons": {
"cancel": "$t(common:buttons.cancel)",
@ -146,7 +146,7 @@
"label": "라벨",
"content": "내용"
},
"mediaSelectionFailed": ""
"mediaSelectionFailed": "이미지 처리에 실패했어요. 잠시 후 다시 시도해주세요."
},
"push": {
"notAvailable": "이 기기는 tooot의 푸시 알림을 지원하지 않아요",
@ -169,7 +169,7 @@
"heading": "새 팔로워"
},
"follow_request": {
"heading": ""
"heading": "팔로우 요청"
},
"favourite": {
"heading": "즐겨찾기됨"
@ -184,7 +184,7 @@
"heading": "투표 업데이트"
},
"status": {
"heading": ""
"heading": "구독한 사용자의 툿"
},
"howitworks": "라우팅 방법 알아보기"
},
@ -244,10 +244,10 @@
}
},
"darkTheme": {
"heading": "",
"heading": "다크 테마",
"options": {
"lighter": "",
"darker": "",
"lighter": "밝게",
"darker": "어둡게",
"cancel": "$t(common:buttons.cancel)"
}
},
@ -260,11 +260,11 @@
}
},
"staticEmoji": {
"heading": "",
"description": ""
"heading": "정적인 에모지 사용",
"description": "에모지 목록 화면에서 자주 앱이 강제 종료된다면, 정적인 에모지를 사용해보세요."
},
"feedback": {
"heading": ""
"heading": "기능 제안"
},
"support": {
"heading": "tooot 기부"
@ -280,7 +280,7 @@
"description": "유저와 관련이 없는 사용량만 수집해요"
},
"version": "버전 v{{version}}",
"instanceVersion": ""
"instanceVersion": "마스토돈 버전 v{{version}}"
},
"switch": {
"existing": "로그인된 것 중 선택",
@ -293,7 +293,7 @@
"accessibilityLabel": "사용자 {{user}}에 대한 동작",
"accessibilityHint": "이 사용자를 뮤트, 차단, 신고 또는 공유할 수 있어요"
},
"followed_by": "",
"followed_by": " 님은 당신을 팔로우 중입니다.",
"moved": "유저가 이동함",
"created_at": "등록된 날: {{date}}",
"summary": {
@ -305,7 +305,7 @@
"default": "툿",
"all": "툿과 답장"
},
"suspended": ""
"suspended": "계정이 서버 관리자에 의해 정지되었어요."
},
"attachments": {
"name": "<0 /><1>\"의 미디어</1>"
@ -348,7 +348,7 @@
}
},
"history": {
"name": ""
"name": "수정 이력"
}
}
}

View File

@ -88,7 +88,7 @@
"content": {
"expandHint": "隱藏內容"
},
"filtered": "",
"filtered": "已過濾:{{phrase}}。",
"fullConversation": "閱讀全部對話",
"translate": {
"default": "翻譯",

View File

@ -305,7 +305,7 @@
"default": "嘟文",
"all": "嘟文與回覆"
},
"suspended": ""
"suspended": "此帳號已被伺服器管理員停用"
},
"attachments": {
"name": "<0 /><1>的媒體</1>"