forked from zelo72/mastodon-ios
New translations app.json (Spanish)
This commit is contained in:
parent
655d240078
commit
495d5ecd56
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
"delete_post": {
|
||||
"title": "¿Estás seguro de que deseas eliminar esta publicación?",
|
||||
"delete": "Eliminar"
|
||||
"message": "Are you sure you want to delete this post?"
|
||||
},
|
||||
"clean_cache": {
|
||||
"title": "Limpiar Caché",
|
||||
|
@ -140,7 +140,8 @@
|
|||
"unreblog": "Deshacer reblogueo",
|
||||
"favorite": "Favorito",
|
||||
"unfavorite": "No favorito",
|
||||
"menu": "Menú"
|
||||
"menu": "Menú",
|
||||
"hide": "Hide"
|
||||
},
|
||||
"tag": {
|
||||
"url": "URL",
|
||||
|
@ -149,6 +150,12 @@
|
|||
"hashtag": "Etiqueta",
|
||||
"email": "E-mail",
|
||||
"emoji": "Emoji"
|
||||
},
|
||||
"visibility": {
|
||||
"unlisted": "Everyone can see this post but not display in the public timeline.",
|
||||
"private": "Only their followers can see this post.",
|
||||
"private_from_me": "Only my followers can see this post.",
|
||||
"direct": "Only mentioned user can see this post."
|
||||
}
|
||||
},
|
||||
"friendship": {
|
||||
|
@ -412,16 +419,26 @@
|
|||
"segmented_control": {
|
||||
"posts": "Publicaciones",
|
||||
"replies": "Respuestas",
|
||||
"media": "Multimedia"
|
||||
"posts_and_replies": "Posts and Replies",
|
||||
"media": "Multimedia",
|
||||
"about": "About"
|
||||
},
|
||||
"relationship_action_alert": {
|
||||
"confirm_mute_user": {
|
||||
"title": "Mute Account",
|
||||
"message": "Confirm to mute %s"
|
||||
},
|
||||
"confirm_unmute_user": {
|
||||
"title": "Dejar de Silenciar Cuenta",
|
||||
"message": "Confirmar para dejar de silenciar a %s"
|
||||
},
|
||||
"confirm_unblock_usre": {
|
||||
"title": "Desbloquear Cuenta",
|
||||
"message": "Confirmar para desbloquear a %s"
|
||||
"confirm_block_user": {
|
||||
"title": "Block Account",
|
||||
"message": "Confirm to block %s"
|
||||
},
|
||||
"confirm_unblock_user": {
|
||||
"title": "Unblock Account",
|
||||
"message": "Confirm to unblock %s"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -472,12 +489,14 @@
|
|||
"Everything": "Todo",
|
||||
"Mentions": "Menciones"
|
||||
},
|
||||
"user_followed_you": "%s te ha empezado a seguir",
|
||||
"user_favorited your post": "%s marcó tu post como favorito",
|
||||
"user_reblogged_your_post": "%s reblogueó tu publicación",
|
||||
"user_mentioned_you": "%s te ha mencionado",
|
||||
"user_requested_to_follow_you": "%s ha solicitado seguirte",
|
||||
"user_your_poll_has_ended": "%s Tu encuesta ha terminado",
|
||||
"notification_description": {
|
||||
"followed_you": "followd you",
|
||||
"favorited_your_post": "favorited your post",
|
||||
"reblogged_your_post": "reblogged your post",
|
||||
"mentioned_you": "mentioned you",
|
||||
"request_to_follow_you": "request to follow you",
|
||||
"poll_has_ended": "poll has ended"
|
||||
},
|
||||
"keyobard": {
|
||||
"show_everything": "Mostrar Todo",
|
||||
"show_mentions": "Mostrar Menciones"
|
||||
|
@ -496,6 +515,13 @@
|
|||
"light": "Siempre Clara",
|
||||
"dark": "Siempre Oscura"
|
||||
},
|
||||
"look_and_feel": {
|
||||
"title": "Look and Feel",
|
||||
"use_system": "Use System",
|
||||
"really_dark": "Really Dark",
|
||||
"sorta_dark": "Sorta Dark",
|
||||
"light": "Light"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notificaciones",
|
||||
"favorites": "Marque como favorita mi publicación",
|
||||
|
@ -537,14 +563,17 @@
|
|||
}
|
||||
},
|
||||
"report": {
|
||||
"title_report": "Report",
|
||||
"title": "Reportar %s",
|
||||
"step1": "Paso 1 de 2",
|
||||
"step2": "Paso 2 de 2",
|
||||
"content1": "¿Hay alguna otra publicación que te gustaría añadir al reporte?",
|
||||
"content2": "¿Hay algo que los moderadores deberían saber acerca de este reporte?",
|
||||
"report_sent_title": "Thanks for reporting, we’ll look into this.",
|
||||
"send": "Enviar Reporte",
|
||||
"skip_to_send": "Enviar sin comentarios",
|
||||
"text_placeholder": "Escribe o pega comentarios adicionales"
|
||||
"text_placeholder": "Escribe o pega comentarios adicionales",
|
||||
"reported": "REPORTED"
|
||||
},
|
||||
"preview": {
|
||||
"keyboard": {
|
||||
|
@ -564,4 +593,4 @@
|
|||
"accessibility_hint": "Haz doble toque para descartar este asistente"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue