mastodon-ios/Localization/StringsConvertor/input/es_ES/app.json

561 lines
22 KiB
JSON
Raw Normal View History

2021-08-03 00:34:17 +02:00
{
"common": {
"alerts": {
"common": {
2021-08-04 15:00:08 +02:00
"please_try_again": "Por favor, vuelve a intentarlo.",
"please_try_again_later": "Por favor, vuelve a intentarlo más tarde."
2021-08-03 00:34:17 +02:00
},
"sign_up_failure": {
2021-08-04 15:00:08 +02:00
"title": "Error al registrarse"
2021-08-03 00:34:17 +02:00
},
"server_error": {
2021-08-04 15:00:08 +02:00
"title": "Error del servidor"
2021-08-03 00:34:17 +02:00
},
"vote_failure": {
2021-08-04 15:00:08 +02:00
"title": "Voto fallido",
"poll_expired": "La encuesta ha caducado"
2021-08-03 00:34:17 +02:00
},
"discard_post_content": {
2021-08-04 15:00:08 +02:00
"title": "Descartar borrador",
2021-08-05 09:27:17 +02:00
"message": "Confirma para descartar el contenido de la publicación."
2021-08-03 00:34:17 +02:00
},
"publish_post_failure": {
2021-08-04 15:00:08 +02:00
"title": "Error de publicación",
"message": "No se pudo publicar la publicación.\nPor favor, revise su conexión a internet.",
2021-08-03 00:34:17 +02:00
"attachments_message": {
2021-08-05 09:27:17 +02:00
"video_attach_with_photo": "No puedes adjuntar un vídeo a una publicación que ya contiene imágenes.",
"more_than_one_video": "No puedes adjuntar más de un vídeo."
2021-08-03 00:34:17 +02:00
}
},
"edit_profile_failure": {
2021-08-05 09:27:17 +02:00
"title": "Error en la Edición del Perfil",
"message": "No se ha podido editar el perfil. Por favor, inténtalo de nuevo."
2021-08-03 00:34:17 +02:00
},
"sign_out": {
2021-08-05 09:27:17 +02:00
"title": "Cerrar Sesión",
"message": "¿Estás seguro de que deseas cerrar la sesión?",
"confirm": "Cerrar Sesión"
2021-08-03 00:34:17 +02:00
},
"block_domain": {
2021-08-05 09:27:17 +02:00
"title": "¿Estás realmente seguro, de verdad, de que quieres bloquear %s al completo? En la mayoría de los casos, unos pocos bloqueos o silenciados concretos son suficientes y preferibles. No verás contenido de ese dominio y todos tus seguidores de ese dominio serán eliminados.",
"block_entire_domain": "Bloquear Dominio"
2021-08-03 00:34:17 +02:00
},
"save_photo_failure": {
2021-08-05 09:27:17 +02:00
"title": "Error al Guardar Foto",
"message": "Por favor, activa el permiso de acceso a la biblioteca de fotos para guardar la foto."
2021-08-03 00:34:17 +02:00
},
"delete_post": {
2021-08-05 09:27:17 +02:00
"title": "¿Estás seguro de que deseas eliminar esta publicación?",
"delete": "Eliminar"
2021-08-03 00:34:17 +02:00
},
"clean_cache": {
2021-08-05 09:27:17 +02:00
"title": "Limpiar Caché",
2021-08-03 00:34:17 +02:00
"message": "Successfully cleaned %s cache."
}
},
"controls": {
"actions": {
2021-08-04 15:00:08 +02:00
"back": "Atrás",
"next": "Siguiente",
"previous": "Anterior",
"open": "Abrir",
"add": "Añadir",
"remove": "Eliminar",
"edit": "Editar",
"save": "Guardar",
"ok": "Aceptar",
"done": "Hecho",
"confirm": "Confirmar",
"continue": "Continuar",
"cancel": "Cancelar",
"discard": "Descartar",
"try_again": "Inténtalo de nuevo",
"take_photo": "Tomar foto",
"save_photo": "Guardar foto",
"copy_photo": "Copiar foto",
"sign_in": "Iniciar sesión",
"sign_up": "Regístrate",
"see_more": "Ver más",
"preview": "Vista previa",
"share": "Compartir",
"share_user": "Compartir %s",
"share_post": "Compartir publicación",
2021-08-03 00:34:17 +02:00
"open_in_safari": "Open in Safari",
"find_people": "Find people to follow",
"manually_search": "Manually search instead",
"skip": "Skip",
"reply": "Reply",
"report_user": "Report %s",
"block_domain": "Block %s",
"unblock_domain": "Unblock %s",
"settings": "Settings",
"delete": "Delete"
},
"tabs": {
"home": "Home",
"search": "Search",
"notification": "Notification",
"profile": "Profile"
},
"keyboard": {
"common": {
"switch_to_tab": "Switch to %s",
"compose_new_post": "Compose New Post",
"show_favorites": "Show Favorites",
"open_settings": "Open Settings"
},
"timeline": {
"previous_status": "Previous Post",
"next_status": "Next Post",
"open_status": "Open Post",
"open_author_profile": "Open Author's Profile",
"open_reblogger_profile": "Open Reblogger's Profile",
"reply_status": "Reply to Post",
"toggle_reblog": "Toggle Reblog on Post",
"toggle_favorite": "Toggle Favorite on Post",
"toggle_content_warning": "Toggle Content Warning",
"preview_image": "Preview Image"
},
"segmented_control": {
"previous_section": "Previous Section",
"next_section": "Next Section"
}
},
"status": {
"user_reblogged": "%s reblogged",
"user_replied_to": "Replied to %s",
"show_post": "Show Post",
"show_user_profile": "Show user profile",
"content_warning": "Content Warning",
"media_content_warning": "Tap anywhere to reveal",
"poll": {
2021-08-04 15:00:08 +02:00
"vote": "Vota",
"time_left": "Quedan %s",
"closed": "Cerrado"
2021-08-03 00:34:17 +02:00
},
"actions": {
2021-08-04 15:00:08 +02:00
"reply": "Responder",
2021-08-03 00:34:17 +02:00
"reblog": "Reblog",
2021-08-04 15:00:08 +02:00
"unreblog": "Deshacer reblog",
"favorite": "Favorito",
"unfavorite": "No favorito",
"menu": "Menú"
2021-08-03 00:34:17 +02:00
},
"tag": {
"url": "URL",
2021-08-04 15:00:08 +02:00
"mention": "Mención",
"link": "Enlace",
"hashtag": "Etiqueta",
"email": "E-mail",
2021-08-03 00:34:17 +02:00
"emoji": "Emoji"
}
},
"friendship": {
2021-08-04 15:00:08 +02:00
"follow": "Seguir",
"following": "Siguiendo",
"request": "Solicitud",
"pending": "Pendiente",
"block": "Bloquear",
"block_user": "Bloquear a %s",
"block_domain": "Bloquear a %s",
"unblock": "Desbloquear",
"unblock_user": "Desbloquear a %s",
"blocked": "Bloqueado",
"mute": "Silenciar",
"mute_user": "Silenciar a %s",
"unmute": "Desmutear",
"unmute_user": "Desmutear a %s",
"muted": "Silenciado",
"edit_info": "Editar Info"
2021-08-03 00:34:17 +02:00
},
"timeline": {
2021-08-04 15:00:08 +02:00
"filtered": "Filtrado",
2021-08-03 00:34:17 +02:00
"timestamp": {
2021-08-04 15:00:08 +02:00
"now": "Ahora",
"time_ago": "Hace %s"
2021-08-03 00:34:17 +02:00
},
"loader": {
2021-08-04 15:00:08 +02:00
"load_missing_posts": "Cargar publicaciones faltantes",
"loading_missing_posts": "Cargando publicaciones faltantes...",
"show_more_replies": "Mostrar más respuestas"
2021-08-03 00:34:17 +02:00
},
"header": {
2021-08-04 15:00:08 +02:00
"no_status_found": "No se ha encontrado ninguna publicación",
2021-08-03 00:34:17 +02:00
"blocking_warning": "You cant view this user's profile\n until you unblock them.\nYour profile looks like this to them.",
"user_blocking_warning": "You cant view %ss profile\n until you unblock them.\nYour profile looks like this to them.",
"blocked_warning": "You cant view this users profile\n until they unblock you.",
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended."
},
"accessibility": {
2021-08-04 15:00:08 +02:00
"count_replies": "%s respuestas",
2021-08-03 00:34:17 +02:00
"count_reblogs": "%s reblogs",
2021-08-04 15:00:08 +02:00
"count_favorites": "%s favoritos"
2021-08-03 00:34:17 +02:00
}
}
}
},
"scene": {
"welcome": {
"slogan": "Social networking\nback in your hands."
},
"server_picker": {
"title": "Pick a server,\nany server.",
"button": {
"category": {
"all": "All",
"all_accessiblity_description": "Category: All",
"academia": "academia",
"activism": "activism",
"food": "food",
"furry": "furry",
"games": "games",
"general": "general",
"journalism": "journalism",
"lgbt": "lgbt",
"regional": "regional",
"art": "art",
"music": "music",
"tech": "tech"
},
"see_less": "See Less",
"see_more": "See More"
},
"label": {
"language": "LANGUAGE",
"users": "USERS",
"category": "CATEGORY"
},
"input": {
"placeholder": "Find a server or join your own..."
},
"empty_state": {
"finding_servers": "Finding available servers...",
"bad_network": "Something went wrong while loading the data. Check your internet connection.",
"no_results": "No results"
}
},
"register": {
"title": "Tell us about you.",
"input": {
"avatar": {
"delete": "Delete"
},
"username": {
"placeholder": "username",
"duplicate_prompt": "This username is taken."
},
"display_name": {
"placeholder": "display name"
},
"email": {
"placeholder": "email"
},
"password": {
"placeholder": "password",
"hint": "Your password needs at least eight characters"
},
"invite": {
"registration_user_invite_request": "Why do you want to join?"
}
},
"error": {
"item": {
"username": "Username",
"email": "Email",
"password": "Password",
"agreement": "Agreement",
"locale": "Locale",
"reason": "Reason"
},
"reason": {
"blocked": "%s contains a disallowed email provider",
"unreachable": "%s does not seem to exist",
"taken": "%s is already in use",
"reserved": "%s is a reserved keyword",
"accepted": "%s must be accepted",
"blank": "%s is required",
"invalid": "%s is invalid",
"too_long": "%s is too long",
"too_short": "%s is too short",
"inclusion": "%s is not a supported value"
},
"special": {
"username_invalid": "Username must only contain alphanumeric characters and underscores",
"username_too_long": "Username is too long (cant be longer than 30 characters)",
"email_invalid": "This is not a valid email address",
"password_too_short": "Password is too short (must be at least 8 characters)"
}
}
},
"server_rules": {
"title": "Some ground rules.",
"subtitle": "These rules are set by the admins of %s.",
"prompt": "By continuing, youre subject to the terms of service and privacy policy for %s.",
"terms_of_service": "terms of service",
"privacy_policy": "privacy policy",
"button": {
"confirm": "I Agree"
}
},
"confirm_email": {
"title": "One last thing.",
"subtitle": "We just sent an email to %s,\ntap the link to confirm your account.",
"button": {
"open_email_app": "Open Email App",
"dont_receive_email": "I never got an email"
},
"dont_receive_email": {
"title": "Check your email",
"description": "Check if your email address is correct as well as your junk folder if you havent.",
"resend_email": "Resend Email"
},
"open_email_app": {
"title": "Check your inbox.",
"description": "We just sent you an email. Check your junk folder if you havent.",
"mail": "Mail",
"open_email_client": "Open Email Client"
}
},
"home_timeline": {
"title": "Home",
"navigation_bar_state": {
"offline": "Offline",
"new_posts": "See new posts",
"published": "Published!",
"Publishing": "Publishing post..."
}
},
"suggestion_account": {
"title": "Find People to Follow",
"follow_explain": "When you follow someone, youll see their posts in your home feed."
},
"public_timeline": {
"title": "Public"
},
"compose": {
"title": {
"new_post": "New Post",
"new_reply": "New Reply"
},
"media_selection": {
"camera": "Take Photo",
"photo_library": "Photo Library",
"browse": "Browse"
},
"content_input_placeholder": "Type or paste whats on your mind",
"compose_action": "Publish",
"replying_to_user": "replying to %s",
"attachment": {
"photo": "photo",
"video": "video",
"attachment_broken": "This %s is broken and cant be\nuploaded to Mastodon.",
"description_photo": "Describe the photo for the visually-impaired...",
"description_video": "Describe the video for the visually-impaired..."
},
"poll": {
"duration_time": "Duration: %s",
"thirty_minutes": "30 minutes",
"one_hour": "1 Hour",
"six_hours": "6 Hours",
"one_day": "1 Day",
"three_days": "3 Days",
"seven_days": "7 Days",
"option_number": "Option %ld"
},
"content_warning": {
"placeholder": "Write an accurate warning here..."
},
"visibility": {
"public": "Public",
"unlisted": "Unlisted",
"private": "Followers only",
"direct": "Only people I mention"
},
"auto_complete": {
"space_to_add": "Space to add"
},
"accessibility": {
"append_attachment": "Add Attachment",
"append_poll": "Add Poll",
"remove_poll": "Remove Poll",
"custom_emoji_picker": "Custom Emoji Picker",
"enable_content_warning": "Enable Content Warning",
"disable_content_warning": "Disable Content Warning",
"post_visibility_menu": "Post Visibility Menu",
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
},
"keyboard": {
"discard_post": "Discard Post",
"publish_post": "Publish Post",
"toggle_poll": "Toggle Poll",
"toggle_content_warning": "Toggle Content Warning",
"append_attachment_entry": "Add Attachment - %s",
"select_visibility_entry": "Select Visibility - %s"
}
},
"profile": {
"dashboard": {
"posts": "posts",
"following": "following",
"followers": "followers",
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
},
"fields": {
"add_row": "Add Row",
"placeholder": {
"label": "Label",
"content": "Content"
}
},
"segmented_control": {
"posts": "Posts",
"replies": "Replies",
"media": "Media"
},
"relationship_action_alert": {
"confirm_unmute_user": {
"title": "Unmute Account",
"message": "Confirm to unmute %s"
},
"confirm_unblock_usre": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
}
}
},
"search": {
"title": "Search",
"search_bar": {
"placeholder": "Search hashtags and users",
"cancel": "Cancel"
},
"recommend": {
"button_text": "See All",
"hash_tag": {
"title": "Trending on Mastodon",
"description": "Hashtags that are getting quite a bit of attention",
"people_talking": "%s people are talking"
},
"accounts": {
"title": "Accounts you might like",
"description": "You may like to follow these accounts",
"follow": "Follow"
}
},
"searching": {
"segment": {
"all": "All",
"people": "People",
"hashtags": "Hashtags",
"posts": "Posts"
},
"empty_state": {
"no_results": "No results"
},
"recent_search": "Recent searches",
"clear": "Clear"
}
},
"hashtag": {
"prompt": "%s people talking"
},
"favorite": {
"title": "Your Favorites"
},
"notification": {
"title": {
"Everything": "Everything",
"Mentions": "Mentions"
},
"action": {
"follow": "followed you",
"favourite": "favorited your post",
"reblog": "reblogged your post",
"poll": "Your poll has ended",
"mention": "mentioned you",
"follow_request": "requested to follow you"
},
"keyobard": {
"show_everything": "Show Everything",
"show_mentions": "Show Mentions"
}
},
"thread": {
"back_title": "Post",
"title": "Post from %s"
},
"settings": {
"title": "Settings",
"section": {
"appearance": {
"title": "Appearance",
"automatic": "Automatic",
"light": "Always Light",
"dark": "Always Dark"
},
"notifications": {
"title": "Notifications",
"favorites": "Favorites my post",
"follows": "Follows me",
"boosts": "Reblogs my post",
"mentions": "Mentions me",
"trigger": {
"anyone": "anyone",
"follower": "a follower",
"follow": "anyone I follow",
"noone": "no one",
"title": "Notify me when"
}
},
"preference": {
"title": "Preferences",
"true_black_dark_mode": "True black dark mode",
"disable_avatar_animation": "Disable animated avatars",
"disable_emoji_animation": "Disable animated emojis",
"using_default_browser": "Use default browser to open links"
},
"boring_zone": {
"title": "The Boring Zone",
"account_settings": "Account Settings",
"terms": "Terms of Service",
"privacy": "Privacy Policy"
},
"spicy_zone": {
"title": "The Spicy Zone",
"clear": "Clear Media Cache",
"signout": "Sign Out"
}
},
"footer": {
"mastodon_description": "Mastodon is open source software. You can report issues on GitHub at %s (%s)"
},
"keyboard": {
"close_settings_window": "Close Settings Window"
}
},
"report": {
"title": "Report %s",
"step1": "Step 1 of 2",
"step2": "Step 2 of 2",
"content1": "Are there any other posts youd like to add to the report?",
"content2": "Is there anything the moderators should know about this report?",
"send": "Send Report",
"skip_to_send": "Send without comment",
"text_placeholder": "Type or paste additional comments"
},
"preview": {
"keyboard": {
"close_preview": "Close Preview",
"show_next": "Show Next",
"show_previous": "Show Previous"
}
}
}
}