2022-05-13 05:51:06 +02:00
{
"common" : {
"alerts" : {
"common" : {
2023-03-21 08:01:57 +01:00
"please_try_again" : "Por favor, tente novamente." ,
"please_try_again_later" : "Por favor, tente novamente mais tarde."
2022-05-13 05:51:06 +02:00
} ,
"sign_up_failure" : {
2023-03-21 08:01:57 +01:00
"title" : "Falha na inscrição"
2022-05-13 05:51:06 +02:00
} ,
"server_error" : {
2023-03-21 08:01:57 +01:00
"title" : "Erro de servidor"
2022-05-13 05:51:06 +02:00
} ,
"vote_failure" : {
2023-03-21 08:01:57 +01:00
"title" : "Erro na votação" ,
"poll_ended" : "Esta sondagem está fechada"
2022-05-13 05:51:06 +02:00
} ,
"publish_post_failure" : {
2023-03-21 08:01:57 +01:00
"title" : "Falha ao publicar" ,
"message" : "Falha na publicação.\nPor favor verifique a sua ligação à Internet." ,
2022-05-13 05:51:06 +02:00
"attachments_message" : {
2023-03-21 08:01:57 +01:00
"video_attach_with_photo" : "Não é possível anexar um vídeo a uma publicação que já contém imagens." ,
"more_than_one_video" : "Não é possível anexar mais que um vídeo."
2022-05-13 05:51:06 +02:00
}
} ,
"edit_profile_failure" : {
2023-03-21 08:01:57 +01:00
"title" : "Erro ao editar o perfil" ,
2024-02-26 22:04:38 +01:00
"message" : "Não é possível editar o perfil. Por favor, tente novamente."
2022-05-13 05:51:06 +02:00
} ,
"sign_out" : {
2023-03-21 08:01:57 +01:00
"title" : "Terminar sessão" ,
"message" : "Tem a certeza de que quer terminar a sessão?" ,
"confirm" : "Terminar sessão"
2022-05-13 05:51:06 +02:00
} ,
"block_domain" : {
"title" : "Are you really, really sure you want to block the entire %s? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain and any of your followers from that domain will be removed." ,
2023-03-21 08:01:57 +01:00
"block_entire_domain" : "Bloquear o domínio"
2022-05-13 05:51:06 +02:00
} ,
"save_photo_failure" : {
2023-03-21 08:01:57 +01:00
"title" : "Falha ao guardar a fotografia" ,
"message" : "Queira activar a permissão à biblioteca de fotografias para poder guardar a fotografia."
2022-05-13 05:51:06 +02:00
} ,
"delete_post" : {
2023-03-21 08:01:57 +01:00
"title" : "Apagar publicação" ,
"message" : "Tem certeza de que deseja apagar esta mensagem?"
2022-05-13 05:51:06 +02:00
} ,
"clean_cache" : {
2024-02-26 22:04:38 +01:00
"title" : "Limpar Cache" ,
2023-03-21 08:01:57 +01:00
"message" : "Cache %s correctamente limpo."
2022-12-15 10:51:29 +01:00
} ,
"translation_failed" : {
2023-03-21 08:01:57 +01:00
"title" : "Nota" ,
2022-12-15 10:51:29 +01:00
"message" : "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported." ,
2023-03-21 08:01:57 +01:00
"button" : "Está bem"
2024-03-21 17:00:09 +01:00
} ,
"media_missing_alt_text" : {
"title" : "Media Missing Alt Text" ,
"message" : "%d of your images are missing alt text.\nPost Anyway?" ,
"cancel" : "Cancel" ,
"post" : "Post"
} ,
"boost_a_post" : {
"title_boost" : "Boost Post?" ,
"title_unboost" : "Unboost Post?" ,
"cancel" : "Cancel" ,
"boost" : "Boost" ,
"unboost" : "Unboost"
} ,
"unfollow_user" : {
"title" : "Unfollow %@?" ,
"cancel" : "Cancel" ,
"unfollow" : "Unfollow"
2022-05-13 05:51:06 +02:00
}
} ,
"controls" : {
"actions" : {
2023-03-21 08:01:57 +01:00
"back" : "Retroceder" ,
"next" : "Seguinte" ,
"previous" : "Anterior" ,
"open" : "Abrir" ,
"add" : "Adicionar" ,
"remove" : "Remover" ,
"edit" : "Editar" ,
"save" : "Guardar" ,
"ok" : "Está bem" ,
"done" : "Concluído" ,
"confirm" : "Confirmar" ,
"continue" : "Continuar" ,
"compose" : "Compor" ,
"cancel" : "Cancelar" ,
"discard" : "Descartar" ,
"try_again" : "Tentar novamente" ,
"take_photo" : "Tirar uma fotografia" ,
"save_photo" : "Guardar fotografia" ,
"copy_photo" : "Copiar fotografia" ,
"sign_in" : "Iniciar sessão" ,
"see_more" : "Ver mais" ,
"preview" : "Pré-visualizar" ,
"copy" : "Copiar" ,
"share" : "Partilhar" ,
"share_user" : "Partilhar %s" ,
"share_post" : "Partilhar publicação" ,
"open_in_safari" : "Abrir no Safari" ,
"open_in_browser" : "Abrir no navegador" ,
"find_people" : "Encontrar pessoas para seguir" ,
2022-05-13 05:51:06 +02:00
"manually_search" : "Manually search instead" ,
2023-03-21 08:01:57 +01:00
"skip" : "Saltar" ,
"reply" : "Responder" ,
"report_user" : "Denunciar %s" ,
"block_domain" : "Bloquear %s" ,
"unblock_domain" : "Desbloquear @%s" ,
2024-02-26 22:04:38 +01:00
"settings" : "Definições " ,
"delete" : "Eliminar" ,
2022-12-15 10:51:29 +01:00
"translate_post" : {
"title" : "Translate from %s" ,
"unknown_language" : "Unknown"
2023-03-21 08:01:57 +01:00
} ,
2024-02-26 22:04:38 +01:00
"edit_post" : "Editar" ,
2023-06-28 10:50:00 +02:00
"bookmark" : "Bookmark" ,
"remove_bookmark" : "Remove Bookmark" ,
"follow" : "Follow %s" ,
"unfollow" : "Unfollow %s"
2022-05-13 05:51:06 +02:00
} ,
"tabs" : {
2024-02-26 22:04:38 +01:00
"home" : "Página inicial " ,
"search_and_explore" : "Procurar e explorar" ,
2023-03-21 08:01:57 +01:00
"notifications" : "Notificações" ,
"profile" : "Perfil" ,
"a11y" : {
2024-02-26 22:04:38 +01:00
"search" : "Pesquisar" ,
"explore" : "Explorar"
2023-03-21 08:01:57 +01:00
}
2022-05-13 05:51:06 +02:00
} ,
"keyboard" : {
"common" : {
2023-03-21 08:01:57 +01:00
"switch_to_tab" : "Mudar para %s" ,
"compose_new_post" : "Redigir nova publicação" ,
"show_favorites" : "Mostrar os marcadores" ,
"open_settings" : "Abrir definições"
2022-05-13 05:51:06 +02:00
} ,
"timeline" : {
2023-03-21 08:01:57 +01:00
"previous_status" : "Artigo anterior" ,
"next_status" : "Artigo seguinte" ,
"open_status" : "Abrir publicação" ,
"open_author_profile" : "Abrir perfil do autor" ,
2022-05-13 05:51:06 +02:00
"open_reblogger_profile" : "Open Reblogger's Profile" ,
2023-03-21 08:01:57 +01:00
"reply_status" : "Responder à publicação" ,
"toggle_reblog" : "Permitir republicações" ,
2022-05-13 05:51:06 +02:00
"toggle_favorite" : "Toggle Favorite on Post" ,
2023-03-21 08:01:57 +01:00
"toggle_content_warning" : "Mudar aviso de conteúdo" ,
"preview_image" : "Pré-visualizar imagem"
2022-05-13 05:51:06 +02:00
} ,
"segmented_control" : {
2023-03-21 08:01:57 +01:00
"previous_section" : "Secção anterior" ,
"next_section" : "Secção seguinte"
2022-05-13 05:51:06 +02:00
}
} ,
"status" : {
2023-03-21 08:01:57 +01:00
"user_reblogged" : "%s republicado" ,
"user_replied_to" : "Respondeu a %s" ,
"show_post" : "Exibir publicação" ,
2022-05-13 05:51:06 +02:00
"show_user_profile" : "Show user profile" ,
2023-03-21 08:01:57 +01:00
"content_warning" : "Aviso de conteúdo" ,
"sensitive_content" : "Conteúdo problemático" ,
"media_content_warning" : "Toque em qualquer lugar para revelar" ,
"tap_to_reveal" : "Toque para revelar" ,
2022-12-15 15:30:34 +01:00
"load_embed" : "Load Embed" ,
"link_via_user" : "%s via %s" ,
2022-05-13 05:51:06 +02:00
"poll" : {
2023-03-21 08:01:57 +01:00
"vote" : "Votar" ,
"closed" : "Encerrado"
2022-05-13 05:51:06 +02:00
} ,
2022-11-09 16:36:01 +01:00
"meta_entity" : {
2023-03-21 08:01:57 +01:00
"url" : "Hiperligação: %s" ,
"hashtag" : "Etiqueta: %s" ,
2022-11-09 16:36:01 +01:00
"mention" : "Show Profile: %s" ,
2024-02-26 22:04:38 +01:00
"email" : "Endereço de e-mail : %@"
2022-11-09 16:36:01 +01:00
} ,
2022-05-13 05:51:06 +02:00
"actions" : {
2023-03-21 08:01:57 +01:00
"reply" : "Responder" ,
"reblog" : "Republicar" ,
"unreblog" : "Anular republicação" ,
"favorite" : "Adicionar aos marcadores" ,
"unfavorite" : "Retirar dos marcadores" ,
2022-05-13 05:51:06 +02:00
"menu" : "Menu" ,
2023-03-21 08:01:57 +01:00
"hide" : "Ocultar" ,
"show_image" : "Mostrar imagem" ,
2024-02-26 22:04:38 +01:00
"show_gif" : "Exibir GIF" ,
"show_video_player" : "Mostrar reprodutor de vídeo" ,
2023-03-21 08:01:57 +01:00
"share_link_in_post" : "Partilhar ligação da publicação" ,
"tap_then_hold_to_show_menu" : "Tap then hold to show menu" ,
"a11y_labels" : {
"reblog" : "Re-blog" ,
"unreblog" : "Undo re-blog"
}
2022-05-13 05:51:06 +02:00
} ,
"tag" : {
"url" : "URL" ,
"mention" : "Mention" ,
2023-03-21 08:01:57 +01:00
"link" : "Hiperligação" ,
"hashtag" : "Etiqueta" ,
"email" : "Correio electrónico" ,
2022-05-13 05:51:06 +02:00
"emoji" : "Emoji"
} ,
"visibility" : {
"unlisted" : "Everyone can see this post but not display in the public timeline." ,
"private" : "Only their followers can see this post." ,
2024-02-26 22:04:38 +01:00
"private_from_me" : "Apenas os meus seguidores podem ver este post. " ,
2023-03-21 08:01:57 +01:00
"direct" : "Só os utilizadores mencionados podem ver esta publicação."
2022-12-15 10:51:29 +01:00
} ,
"translation" : {
2022-12-19 11:25:07 +01:00
"translated_from" : "Translated from %s using %s" ,
2024-02-26 22:04:38 +01:00
"unknown_language" : "Desconhecido" ,
"unknown_provider" : "Desconhecido" ,
"show_original" : "Mostrar Original"
2023-03-21 08:01:57 +01:00
} ,
"media" : {
"accessibility_label" : "%s, attachment %d of %d" ,
"expand_image_hint" : "Expands the image. Double-tap and hold to show actions" ,
"expand_gif_hint" : "Expands the GIF. Double-tap and hold to show actions" ,
"expand_video_hint" : "Shows the video player. Double-tap and hold to show actions"
} ,
"posted_via_application" : "%s via %s" ,
"buttons" : {
"reblogs_title" : "Reblogs" ,
2024-02-26 22:04:38 +01:00
"favorites_title" : "Favoritos" ,
2023-03-21 08:01:57 +01:00
"edit_history_title" : "Edit History" ,
2024-02-26 22:04:38 +01:00
"edit_history_detail" : "%s última edição "
2023-03-21 08:01:57 +01:00
} ,
2024-02-26 22:04:38 +01:00
"edited_at_timestamp_prefix" : "%s Editado " ,
2023-03-21 08:01:57 +01:00
"edit_history" : {
"title" : "Edit History" ,
"original_post" : "Original Post · %s"
2022-05-13 05:51:06 +02:00
}
} ,
"friendship" : {
2024-02-26 22:04:38 +01:00
"follow" : "Seguir" ,
"following" : "A seguir" ,
2022-05-13 05:51:06 +02:00
"request" : "Request" ,
2024-02-26 22:04:38 +01:00
"pending" : "Pendente" ,
"block" : "Bloquear" ,
"block_user" : "Bloquear %s" ,
"block_domain" : "Bloquear o domínio %s" ,
2022-05-13 05:51:06 +02:00
"unblock" : "Unblock" ,
"unblock_user" : "Unblock %s" ,
"blocked" : "Blocked" ,
2024-02-26 22:04:38 +01:00
"domain_blocked" : "Domínio bloqueado" ,
2022-05-13 05:51:06 +02:00
"mute" : "Mute" ,
"mute_user" : "Mute %s" ,
"unmute" : "Unmute" ,
"unmute_user" : "Unmute %s" ,
"muted" : "Muted" ,
2024-02-26 22:04:38 +01:00
"edit_info" : "Editar Informação" ,
New Crowdin updates (#356)
* New translations app.json (Italian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Galician)
* New translations app.json (Kabyle)
* New translations app.json (Kabyle)
* New translations Localizable.stringsdict (Kabyle)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Chinese Traditional)
* New translations app.json (Arabic)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations Localizable.stringsdict (Spanish)
* New translations app.json (Thai)
* New translations Localizable.stringsdict (Japanese)
* New translations app.json (Thai)
* New translations app.json (English, United States)
* New translations app.json (Welsh)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Kabyle)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Hindi)
* New translations app.json (Indonesian)
* New translations app.json (Japanese)
* New translations app.json (Romanian)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Catalan)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Basque)
* New translations app.json (Finnish)
* New translations app.json (Italian)
* New translations app.json (Korean)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Dutch)
* New translations app.json (Portuguese)
* New translations app.json (Russian)
* New translations app.json (Swedish)
* New translations app.json (Turkish)
* New translations app.json (Chinese Simplified)
* New translations app.json (Chinese Traditional)
* New translations app.json (English)
* New translations app.json (Vietnamese)
* New translations app.json (Galician)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Italian)
* New translations app.json (Chinese Simplified)
* New translations app.json (Catalan)
* New translations app.json (Japanese)
* New translations app.json (Korean)
* New translations app.json (Arabic)
* New translations app.json (Vietnamese)
* New translations app.json (Spanish)
* New translations app.json (Japanese)
* New translations app.json (Japanese)
* New translations app.json (Chinese Traditional)
* New translations app.json (Galician)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Thai)
* New translations app.json (French)
* New translations Localizable.stringsdict (Arabic)
* New translations Localizable.stringsdict (Arabic)
* New translations app.json (Turkish)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Scottish Gaelic)
* New translations Localizable.stringsdict (Scottish Gaelic)
* New translations app.json (Latvian)
* New translations ios-infoPlist.json (Latvian)
* New translations Localizable.stringsdict (Latvian)
* New translations Intents.strings (Latvian)
* New translations Intents.stringsdict (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations Intents.strings (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Czech)
* New translations ios-infoPlist.json (Czech)
* New translations Localizable.stringsdict (Czech)
* New translations Intents.strings (Czech)
* New translations Intents.stringsdict (Czech)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations Localizable.stringsdict (Slovenian)
* New translations Intents.strings (Slovenian)
* New translations Intents.stringsdict (Slovenian)
* New translations app.json (Sinhala)
* New translations ios-infoPlist.json (Sinhala)
* New translations Localizable.stringsdict (Sinhala)
* New translations Intents.strings (Sinhala)
* New translations Intents.stringsdict (Sinhala)
* New translations app.json (Sinhala)
* New translations app.json (Slovenian)
* New translations Intents.strings (Slovenian)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Czech)
* New translations app.json (German)
* New translations app.json (German)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Slovenian)
* New translations Localizable.stringsdict (Turkish)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations app.json (Slovenian)
* New translations Intents.strings (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Chinese Traditional)
* New translations app.json (Vietnamese)
* New translations app.json (Kabyle)
* New translations app.json (Korean)
* New translations app.json (Korean)
* New translations ios-infoPlist.json (Korean)
* New translations Localizable.stringsdict (Korean)
* New translations Intents.strings (Korean)
* New translations Intents.stringsdict (Korean)
* New translations app.json (Swedish)
* New translations app.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Swedish)
* New translations Localizable.stringsdict (Swedish)
* New translations app.json (Swedish)
* New translations Localizable.stringsdict (Swedish)
* New translations app.json (Slovenian)
* New translations app.json (Vietnamese)
* New translations Localizable.stringsdict (Slovenian)
* New translations Intents.strings (Vietnamese)
* New translations app.json (Vietnamese)
* New translations Localizable.stringsdict (German)
* New translations Localizable.stringsdict (German)
* New translations app.json (French)
* New translations app.json (Turkish)
* New translations app.json (Czech)
* New translations app.json (Ukrainian)
* New translations ios-infoPlist.json (Ukrainian)
* New translations Localizable.stringsdict (Ukrainian)
* New translations Intents.strings (Ukrainian)
* New translations Intents.stringsdict (Ukrainian)
* New translations Localizable.stringsdict (Slovenian)
* New translations app.json (Slovenian)
* New translations Intents.stringsdict (Slovenian)
* New translations app.json (Slovenian)
* New translations Localizable.stringsdict (Slovenian)
* New translations app.json (Czech)
* New translations app.json (Slovenian)
* New translations app.json (Czech)
* New translations app.json (Scottish Gaelic)
* New translations Localizable.stringsdict (Scottish Gaelic)
* New translations app.json (Slovenian)
* New translations app.json (Indonesian)
* New translations app.json (Portuguese)
* New translations app.json (Russian)
* New translations app.json (Chinese Simplified)
* New translations app.json (English)
* New translations app.json (Galician)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Japanese)
* New translations app.json (Thai)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Dutch)
* New translations app.json (Italian)
* New translations app.json (Chinese Traditional)
* New translations app.json (Ukrainian)
* New translations app.json (Vietnamese)
* New translations app.json (Kabyle)
* New translations app.json (Korean)
* New translations app.json (Swedish)
* New translations app.json (French)
* New translations app.json (Turkish)
* New translations app.json (Czech)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Finnish)
* New translations app.json (Romanian)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Catalan)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Basque)
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Swedish)
* New translations app.json (Italian)
* New translations Intents.strings (Swedish)
* New translations app.json (Catalan)
* New translations app.json (Slovenian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Chinese Traditional)
* New translations app.json (Korean)
* New translations app.json (Vietnamese)
* New translations app.json (Slovenian)
* New translations app.json (Indonesian)
* New translations app.json (Portuguese)
* New translations app.json (Russian)
* New translations app.json (Chinese Simplified)
* New translations app.json (English)
* New translations app.json (Galician)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Japanese)
* New translations app.json (Thai)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Dutch)
* New translations app.json (Italian)
* New translations app.json (Chinese Traditional)
* New translations app.json (Ukrainian)
* New translations app.json (Vietnamese)
* New translations app.json (Kabyle)
* New translations app.json (Korean)
* New translations app.json (Swedish)
* New translations app.json (French)
* New translations app.json (Turkish)
* New translations app.json (Czech)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Finnish)
* New translations app.json (Romanian)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Catalan)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Basque)
* New translations app.json (Sorani (Kurdish))
2022-11-09 07:33:08 +01:00
"show_reblogs" : "Show Reblogs" ,
"hide_reblogs" : "Hide Reblogs"
2022-05-13 05:51:06 +02:00
} ,
"timeline" : {
2024-02-26 22:04:38 +01:00
"filtered" : "Filtrado" ,
2022-05-13 05:51:06 +02:00
"timestamp" : {
"now" : "Now"
} ,
"loader" : {
"load_missing_posts" : "Load missing posts" ,
"loading_missing_posts" : "Loading missing posts..." ,
"show_more_replies" : "Show more replies"
} ,
"header" : {
"no_status_found" : "No Post Found" ,
"blocking_warning" : "You can’ t view this user's profile\nuntil you unblock them.\nYour profile looks like this to them." ,
"user_blocking_warning" : "You can’ t view %s’ s profile\nuntil you unblock them.\nYour profile looks like this to them." ,
"blocked_warning" : "You can’ t view this user’ s profile\nuntil they unblock you." ,
"user_blocked_warning" : "You can’ t view %s’ s profile\nuntil they unblock you." ,
"suspended_warning" : "This user has been suspended." ,
"user_suspended_warning" : "%s’ s account has been suspended."
}
}
2023-05-10 16:22:22 +02:00
} ,
"user_list" : {
"no_verified_link" : "No verified link" ,
"followers_count" : "%@ followers"
2022-05-13 05:51:06 +02:00
}
} ,
"scene" : {
"welcome" : {
2023-03-21 08:01:57 +01:00
"log_in" : "Log In" ,
2023-04-08 23:21:28 +02:00
"learn_more" : "Learn more" ,
2023-07-02 16:55:13 +02:00
"join_default_server" : "Join %@" ,
2023-05-10 16:22:22 +02:00
"pick_server" : "Pick another server" ,
2023-04-08 23:21:28 +02:00
"separator" : {
"or" : "or"
} ,
2023-03-21 08:01:57 +01:00
"education" : {
2023-04-08 23:21:28 +02:00
"mastodon" : {
"title" : "Welcome to Mastodon" ,
"description" : "Mastodon is a decentralized social network, meaning no single company controls it. It’ s made up of many independently-run servers, all connected together."
2023-03-21 08:01:57 +01:00
} ,
2023-04-08 23:21:28 +02:00
"servers" : {
"title" : "What are servers?" ,
"description" : "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server."
2023-03-21 08:01:57 +01:00
} ,
"a11y" : {
"what_is_mastodon" : {
"title" : "What is Mastodon?"
}
}
}
2022-05-13 05:51:06 +02:00
} ,
2022-11-16 09:45:21 +01:00
"login" : {
2023-03-28 21:45:29 +02:00
"title" : "Welcome back" ,
2022-11-16 09:45:21 +01:00
"subtitle" : "Log you in on the server you created your account on." ,
"server_search_field" : {
"placeholder" : "Enter URL or search for your server"
}
} ,
2022-05-13 05:51:06 +02:00
"server_picker" : {
2023-03-21 08:01:57 +01:00
"title" : "Pick Server" ,
2022-05-13 05:51:06 +02:00
"button" : {
2023-03-21 08:01:57 +01:00
"language" : "Language" ,
"signup_speed" : "Sign-up Speed" ,
2022-05-13 05:51:06 +02:00
"category" : {
"all" : "All" ,
"all_accessiblity_description" : "Category: All" ,
"academia" : "academia" ,
"activism" : "activism" ,
2024-02-26 22:04:38 +01:00
"food" : "comida" ,
2022-05-13 05:51:06 +02:00
"furry" : "furry" ,
2024-02-26 22:04:38 +01:00
"games" : "jogos" ,
"general" : "geral" ,
2022-05-13 05:51:06 +02:00
"journalism" : "journalism" ,
"lgbt" : "lgbt" ,
"regional" : "regional" ,
2024-02-26 22:04:38 +01:00
"art" : "arte" ,
"music" : "música" ,
"tech" : "tecnologia"
2022-05-13 05:51:06 +02:00
} ,
2024-02-26 22:04:38 +01:00
"see_less" : "Ver Menos" ,
"see_more" : "Ver mais"
2022-05-13 05:51:06 +02:00
} ,
"label" : {
2024-02-26 22:04:38 +01:00
"language" : "Idioma" ,
"users" : "UTILIZADORES" ,
"category" : "CATEGORIA"
2022-05-13 05:51:06 +02:00
} ,
"input" : {
2024-02-26 22:04:38 +01:00
"search_servers_or_enter_url" : "Procurar comunidades ou introduzir URL"
2022-05-13 05:51:06 +02:00
} ,
"empty_state" : {
2024-02-26 22:04:38 +01:00
"finding_servers" : "Procurando servidores disponíveis..." ,
2022-05-13 05:51:06 +02:00
"bad_network" : "Something went wrong while loading the data. Check your internet connection." ,
2024-02-26 22:04:38 +01:00
"no_results" : "Sem resultados"
2023-03-21 08:01:57 +01:00
} ,
"signup_speed" : {
2024-02-26 22:04:38 +01:00
"all" : "Tudo" ,
2023-03-21 08:01:57 +01:00
"instant" : "Instant Sign-up" ,
"manually_reviewed" : "Manual Review"
} ,
"language" : {
2024-02-26 22:04:38 +01:00
"all" : "Tudo"
2023-03-21 08:01:57 +01:00
} ,
"search" : {
2024-02-26 22:04:38 +01:00
"placeholder" : "Procurar por nome ou URL"
2023-03-28 21:45:29 +02:00
} ,
"no_server_selected_hint" : "We’ ll pick a server based on your language if you continue without making a selection."
2023-03-21 08:01:57 +01:00
} ,
"privacy" : {
2024-02-26 22:04:38 +01:00
"title" : "Privacidade" ,
2023-03-28 21:45:29 +02:00
"description" : "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your server’ s privacy policy." ,
2023-03-21 08:01:57 +01:00
"policy" : {
2024-02-26 22:04:38 +01:00
"ios" : "Política de Privacidade - Mastodon para iOS" ,
"server" : "Políticas de Privacidade - %s"
2023-03-21 08:01:57 +01:00
} ,
"button" : {
2024-02-26 22:04:38 +01:00
"confirm" : "Eu concordo"
2022-05-13 05:51:06 +02:00
}
} ,
"register" : {
2024-02-26 22:04:38 +01:00
"title" : "Criar conta" ,
2022-05-13 05:51:06 +02:00
"input" : {
"avatar" : {
2024-02-26 22:04:38 +01:00
"delete" : "Eliminar"
2022-05-13 05:51:06 +02:00
} ,
"username" : {
2024-02-26 22:04:38 +01:00
"placeholder" : "nome de utilizador" ,
2023-03-21 08:01:57 +01:00
"duplicate_prompt" : "This username is taken." ,
"suggestion" : "amazing_%@"
2022-05-13 05:51:06 +02:00
} ,
"display_name" : {
"placeholder" : "display name"
} ,
"email" : {
2024-02-26 22:04:38 +01:00
"placeholder" : "e-mail"
2022-05-13 05:51:06 +02:00
} ,
"password" : {
2024-02-26 22:04:38 +01:00
"placeholder" : "palavra-passe" ,
2023-03-21 08:01:57 +01:00
"confirmation_placeholder" : "Confirm Password" ,
2022-05-13 05:51:06 +02:00
"require" : "Your password needs at least:" ,
"character_limit" : "8 characters" ,
"accessibility" : {
"checked" : "checked" ,
"unchecked" : "unchecked"
} ,
2024-02-26 22:04:38 +01:00
"hint" : "A sua palavra-passe necessita de, pelo menos, oito (8) caractéres. "
2022-05-13 05:51:06 +02:00
} ,
"invite" : {
2024-02-26 22:04:38 +01:00
"registration_user_invite_request" : "Porque se quer juntar a nós?"
2022-05-13 05:51:06 +02:00
}
} ,
"error" : {
"item" : {
2024-02-26 22:04:38 +01:00
"username" : "Nome de utilizador" ,
"email" : "E-mail" ,
"password" : "Palavra-passe" ,
2022-05-13 05:51:06 +02:00
"agreement" : "Agreement" ,
"locale" : "Locale" ,
"reason" : "Reason"
} ,
"reason" : {
"blocked" : "%s contains a disallowed email provider" ,
"unreachable" : "%s does not seem to exist" ,
2023-04-08 23:21:28 +02:00
"taken" : "%s is already taken. How about:" ,
2022-05-13 05:51:06 +02:00
"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" ,
2023-03-21 08:01:57 +01:00
"username_too_long" : "O nome de utilizador não pode ter mais de 30 caracteres" ,
2022-05-13 05:51:06 +02:00
"email_invalid" : "This is not a valid email address" ,
"password_too_short" : "Password is too short (must be at least 8 characters)"
}
}
} ,
"server_rules" : {
New Crowdin updates (#1262)
* New translations app.json (Spanish)
* New translations app.json (Spanish)
* New translations app.json (Italian)
* New translations app.json (Italian)
* New translations app.json (Hungarian)
* New translations ios-infoplist.json (Hungarian)
* New translations localizable.stringsdict (Hungarian)
* New translations intents.strings (Hungarian)
* New translations intents.stringsdict (Hungarian)
* New translations app.json (Hungarian)
* New translations intents.strings (Hungarian)
* New translations app.json (Hungarian)
* New translations app.json (Hungarian)
* New translations intents.strings (Hungarian)
* New translations app.json (Hungarian)
* New translations app.json (Hungarian)
* New translations intents.strings (Hungarian)
* New translations intents.strings (Hungarian)
* New translations app.json (Hungarian)
* New translations app.json (Hungarian)
* New translations intents.strings (Hungarian)
* New translations app.json (Polish)
* New translations app.json (Polish)
* New translations ios-infoplist.json (Polish)
* New translations app.json (Portuguese)
* New translations app.json (Romanian)
* New translations app.json (Danish)
* New translations app.json (Hebrew)
* New translations app.json (Armenian)
* New translations app.json (English)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Sinhala)
* New translations app.json (English)
* New translations app.json (English, United States)
* New translations app.json (Greek)
* New translations app.json (Hungarian)
* New translations app.json (Portuguese)
* New translations app.json (Thai)
* New translations app.json (Romanian)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Belarusian)
* New translations app.json (Catalan)
* New translations app.json (Czech)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Greek)
* New translations app.json (Basque)
* New translations app.json (Finnish)
* New translations app.json (Hebrew)
* New translations app.json (Armenian)
* New translations app.json (Italian)
* New translations app.json (Japanese)
* New translations app.json (Korean)
* New translations app.json (Dutch)
* New translations app.json (Polish)
* New translations app.json (Russian)
* New translations app.json (Slovenian)
* New translations app.json (Swedish)
* New translations app.json (Turkish)
* New translations app.json (Ukrainian)
* New translations app.json (Chinese Simplified)
* New translations app.json (Chinese Traditional)
* New translations app.json (English)
* New translations app.json (Vietnamese)
* New translations app.json (Galician)
* New translations app.json (Icelandic)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Indonesian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Burmese)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Aragonese)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Kabyle)
* New translations app.json (Hungarian)
* New translations app.json (Italian)
* New translations app.json (Vietnamese)
* New translations app.json (Icelandic)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Japanese)
* New translations app.json (Chinese Traditional)
* New translations app.json (Galician)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Thai)
* New translations app.json (Greek)
* New translations app.json (Belarusian)
* New translations app.json (Portuguese)
* New translations app.json (Thai)
* New translations app.json (Romanian)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Belarusian)
* New translations app.json (Catalan)
* New translations app.json (Czech)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Greek)
* New translations app.json (Basque)
* New translations app.json (Finnish)
* New translations app.json (Hebrew)
* New translations app.json (Armenian)
* New translations app.json (Italian)
* New translations app.json (Japanese)
* New translations app.json (Korean)
* New translations app.json (Dutch)
* New translations app.json (Polish)
* New translations app.json (Russian)
* New translations app.json (Slovenian)
* New translations app.json (Swedish)
* New translations app.json (Turkish)
* New translations app.json (Ukrainian)
* New translations app.json (Chinese Simplified)
* New translations app.json (Chinese Traditional)
* New translations app.json (English)
* New translations app.json (Vietnamese)
* New translations app.json (Galician)
* New translations app.json (Icelandic)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Indonesian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Burmese)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Aragonese)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Kabyle)
* New translations app.json (Hungarian)
* New translations app.json (Swedish)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Hungarian)
* New translations app.json (Italian)
* New translations app.json (Icelandic)
* New translations app.json (Chinese Traditional)
* New translations app.json (Galician)
* New translations app.json (Belarusian)
* New translations app.json (Thai)
* New translations app.json (Vietnamese)
* New translations app.json (Dutch)
* New translations app.json (Hungarian)
* Update translations
---------
Co-authored-by: Nathan Mattes <hallo@bullenscheisse.de>
2024-04-17 16:45:42 +02:00
"title" : "Server Rules" ,
"subtitle" : "By continuing, you agree to follow by the following rules set and enforced by the **%s** moderators." ,
2022-05-13 05:51:06 +02:00
"prompt" : "By continuing, you’ re subject to the terms of service and privacy policy for %s." ,
"terms_of_service" : "terms of service" ,
"privacy_policy" : "privacy policy" ,
"button" : {
2024-03-21 17:00:09 +01:00
"confirm" : "I Agree" ,
"disagree" : "Disagree"
2022-05-13 05:51:06 +02:00
}
} ,
"confirm_email" : {
2023-03-21 08:01:57 +01:00
"title" : "Check Your Inbox" ,
"tap_the_link_we_emailed_to_you_to_verify_your_account" : "Tap the link we sent you to verify %@. We’ ll wait right here." ,
2022-05-13 05:51:06 +02:00
"button" : {
"resend" : "Resend"
} ,
"dont_receive_email" : {
2023-04-08 23:21:28 +02:00
"title" : "Check your Email" ,
2022-05-13 05:51:06 +02:00
"description" : "Check if your email address is correct as well as your junk folder if you haven’ t." ,
"resend_email" : "Resend Email"
} ,
"open_email_app" : {
2023-04-08 23:21:28 +02:00
"title" : "Check your Inbox." ,
2022-05-13 05:51:06 +02:00
"description" : "We just sent you an email. Check your junk folder if you haven’ t." ,
"mail" : "Mail" ,
"open_email_client" : "Open Email Client"
2023-03-21 08:01:57 +01:00
} ,
"didnt_get_link" : {
2023-04-08 23:21:28 +02:00
"prefix" : "Didn’ t get a link?" ,
2023-03-21 08:01:57 +01:00
"resend_in" : "Resend (%@)" ,
"resend_now" : "Resend now."
2022-05-13 05:51:06 +02:00
}
} ,
"home_timeline" : {
"title" : "Home" ,
New Crowdin updates (#1262)
* New translations app.json (Spanish)
* New translations app.json (Spanish)
* New translations app.json (Italian)
* New translations app.json (Italian)
* New translations app.json (Hungarian)
* New translations ios-infoplist.json (Hungarian)
* New translations localizable.stringsdict (Hungarian)
* New translations intents.strings (Hungarian)
* New translations intents.stringsdict (Hungarian)
* New translations app.json (Hungarian)
* New translations intents.strings (Hungarian)
* New translations app.json (Hungarian)
* New translations app.json (Hungarian)
* New translations intents.strings (Hungarian)
* New translations app.json (Hungarian)
* New translations app.json (Hungarian)
* New translations intents.strings (Hungarian)
* New translations intents.strings (Hungarian)
* New translations app.json (Hungarian)
* New translations app.json (Hungarian)
* New translations intents.strings (Hungarian)
* New translations app.json (Polish)
* New translations app.json (Polish)
* New translations ios-infoplist.json (Polish)
* New translations app.json (Portuguese)
* New translations app.json (Romanian)
* New translations app.json (Danish)
* New translations app.json (Hebrew)
* New translations app.json (Armenian)
* New translations app.json (English)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Sinhala)
* New translations app.json (English)
* New translations app.json (English, United States)
* New translations app.json (Greek)
* New translations app.json (Hungarian)
* New translations app.json (Portuguese)
* New translations app.json (Thai)
* New translations app.json (Romanian)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Belarusian)
* New translations app.json (Catalan)
* New translations app.json (Czech)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Greek)
* New translations app.json (Basque)
* New translations app.json (Finnish)
* New translations app.json (Hebrew)
* New translations app.json (Armenian)
* New translations app.json (Italian)
* New translations app.json (Japanese)
* New translations app.json (Korean)
* New translations app.json (Dutch)
* New translations app.json (Polish)
* New translations app.json (Russian)
* New translations app.json (Slovenian)
* New translations app.json (Swedish)
* New translations app.json (Turkish)
* New translations app.json (Ukrainian)
* New translations app.json (Chinese Simplified)
* New translations app.json (Chinese Traditional)
* New translations app.json (English)
* New translations app.json (Vietnamese)
* New translations app.json (Galician)
* New translations app.json (Icelandic)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Indonesian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Burmese)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Aragonese)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Kabyle)
* New translations app.json (Hungarian)
* New translations app.json (Italian)
* New translations app.json (Vietnamese)
* New translations app.json (Icelandic)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Japanese)
* New translations app.json (Chinese Traditional)
* New translations app.json (Galician)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Thai)
* New translations app.json (Greek)
* New translations app.json (Belarusian)
* New translations app.json (Portuguese)
* New translations app.json (Thai)
* New translations app.json (Romanian)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Belarusian)
* New translations app.json (Catalan)
* New translations app.json (Czech)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Greek)
* New translations app.json (Basque)
* New translations app.json (Finnish)
* New translations app.json (Hebrew)
* New translations app.json (Armenian)
* New translations app.json (Italian)
* New translations app.json (Japanese)
* New translations app.json (Korean)
* New translations app.json (Dutch)
* New translations app.json (Polish)
* New translations app.json (Russian)
* New translations app.json (Slovenian)
* New translations app.json (Swedish)
* New translations app.json (Turkish)
* New translations app.json (Ukrainian)
* New translations app.json (Chinese Simplified)
* New translations app.json (Chinese Traditional)
* New translations app.json (English)
* New translations app.json (Vietnamese)
* New translations app.json (Galician)
* New translations app.json (Icelandic)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Indonesian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Burmese)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Aragonese)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Kabyle)
* New translations app.json (Hungarian)
* New translations app.json (Swedish)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Hungarian)
* New translations app.json (Italian)
* New translations app.json (Icelandic)
* New translations app.json (Chinese Traditional)
* New translations app.json (Galician)
* New translations app.json (Belarusian)
* New translations app.json (Thai)
* New translations app.json (Vietnamese)
* New translations app.json (Dutch)
* New translations app.json (Hungarian)
* Update translations
---------
Co-authored-by: Nathan Mattes <hallo@bullenscheisse.de>
2024-04-17 16:45:42 +02:00
"timeline_menu" : {
"following" : "Following" ,
"local_community" : "Local"
} ,
"timeline_pill" : {
"offline" : "Offline" ,
"new_posts" : "New Posts" ,
"post_sent" : "Post Sent"
2022-05-13 05:51:06 +02:00
}
} ,
"suggestion_account" : {
2023-06-28 10:50:00 +02:00
"title" : "Popular on Mastodon" ,
"follow_all" : "Follow all"
2022-05-13 05:51:06 +02:00
} ,
"compose" : {
"title" : {
"new_post" : "New Post" ,
2023-03-21 08:01:57 +01:00
"new_reply" : "New Reply" ,
"edit_post" : "Edit Post"
2022-05-13 05:51:06 +02:00
} ,
"media_selection" : {
"camera" : "Take Photo" ,
"photo_library" : "Photo Library" ,
"browse" : "Browse"
} ,
"content_input_placeholder" : "Type or paste what’ s on your mind" ,
"compose_action" : "Publish" ,
"replying_to_user" : "replying to %s" ,
"attachment" : {
"photo" : "photo" ,
"video" : "video" ,
"attachment_broken" : "This %s is broken and can’ t be\nuploaded to Mastodon." ,
"description_photo" : "Describe the photo for the visually-impaired..." ,
2022-11-13 18:36:24 +01:00
"description_video" : "Describe the video for the visually-impaired..." ,
"load_failed" : "Load Failed" ,
"upload_failed" : "Upload Failed" ,
2022-11-14 20:02:29 +01:00
"can_not_recognize_this_media_attachment" : "Can not recognize this media attachment" ,
"attachment_too_large" : "Attachment too large" ,
"compressing_state" : "Compressing..." ,
"server_processing_state" : "Server Processing..."
2022-05-13 05:51:06 +02:00
} ,
"poll" : {
2023-03-21 08:01:57 +01:00
"title" : "Poll" ,
2022-05-13 05:51:06 +02:00
"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" ,
2022-11-14 20:02:29 +01:00
"option_number" : "Option %ld" ,
2023-03-21 08:01:57 +01:00
"the_poll_is_invalid" : "Sondagem inválida" ,
"the_poll_has_empty_option" : "A sondagem tem uma opção em branco" ,
"add_option" : "Add Option" ,
"remove_option" : "Remove Option" ,
"move_up" : "Move Up" ,
"move_down" : "Move Down"
2022-05-13 05:51:06 +02:00
} ,
"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" ,
2022-11-14 13:41:16 +01:00
"post_visibility_menu" : "Post Visibility Menu" ,
"post_options" : "Post Options" ,
"posting_as" : "Posting as %s"
2022-05-13 05:51:06 +02:00
} ,
"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"
2023-03-21 08:01:57 +01:00
} ,
"language" : {
"title" : "Post Language" ,
"suggested" : "Suggested" ,
"recent" : "Recent" ,
"other" : "Other Language…"
2022-05-13 05:51:06 +02:00
}
} ,
"profile" : {
2022-06-09 12:03:56 +02:00
"header" : {
"follows_you" : "Follows You"
} ,
2022-05-13 05:51:06 +02:00
"dashboard" : {
2022-12-21 21:27:00 +01:00
"my_posts" : "posts" ,
"my_following" : "following" ,
"my_followers" : "followers" ,
"other_posts" : "posts" ,
"other_following" : "following" ,
2023-03-21 08:01:57 +01:00
"other_followers" : "followers" ,
"familiar_followers" : "mutuals"
2022-05-13 05:51:06 +02:00
} ,
"fields" : {
2022-12-18 14:31:58 +01:00
"joined" : "Joined" ,
2022-05-13 05:51:06 +02:00
"add_row" : "Add Row" ,
"placeholder" : {
"label" : "Label" ,
"content" : "Content"
2022-11-14 20:02:29 +01:00
} ,
"verified" : {
"short" : "Verified on %s" ,
2023-03-21 08:01:57 +01:00
"long" : "A posse desta hiperligação foi verificada em %s"
2022-05-13 05:51:06 +02:00
}
} ,
"segmented_control" : {
"posts" : "Posts" ,
"replies" : "Replies" ,
"posts_and_replies" : "Posts and Replies" ,
"media" : "Media" ,
"about" : "About"
} ,
"relationship_action_alert" : {
"confirm_mute_user" : {
"title" : "Mute Account" ,
"message" : "Confirm to mute %s"
} ,
"confirm_unmute_user" : {
"title" : "Unmute Account" ,
"message" : "Confirm to unmute %s"
} ,
"confirm_block_user" : {
"title" : "Block Account" ,
"message" : "Confirm to block %s"
} ,
"confirm_unblock_user" : {
"title" : "Unblock Account" ,
"message" : "Confirm to unblock %s"
New Crowdin updates (#356)
* New translations app.json (Italian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Galician)
* New translations app.json (Kabyle)
* New translations app.json (Kabyle)
* New translations Localizable.stringsdict (Kabyle)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Chinese Traditional)
* New translations app.json (Arabic)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations Localizable.stringsdict (Spanish)
* New translations app.json (Thai)
* New translations Localizable.stringsdict (Japanese)
* New translations app.json (Thai)
* New translations app.json (English, United States)
* New translations app.json (Welsh)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Kabyle)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Hindi)
* New translations app.json (Indonesian)
* New translations app.json (Japanese)
* New translations app.json (Romanian)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Catalan)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Basque)
* New translations app.json (Finnish)
* New translations app.json (Italian)
* New translations app.json (Korean)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Dutch)
* New translations app.json (Portuguese)
* New translations app.json (Russian)
* New translations app.json (Swedish)
* New translations app.json (Turkish)
* New translations app.json (Chinese Simplified)
* New translations app.json (Chinese Traditional)
* New translations app.json (English)
* New translations app.json (Vietnamese)
* New translations app.json (Galician)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Italian)
* New translations app.json (Chinese Simplified)
* New translations app.json (Catalan)
* New translations app.json (Japanese)
* New translations app.json (Korean)
* New translations app.json (Arabic)
* New translations app.json (Vietnamese)
* New translations app.json (Spanish)
* New translations app.json (Japanese)
* New translations app.json (Japanese)
* New translations app.json (Chinese Traditional)
* New translations app.json (Galician)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Thai)
* New translations app.json (French)
* New translations Localizable.stringsdict (Arabic)
* New translations Localizable.stringsdict (Arabic)
* New translations app.json (Turkish)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Scottish Gaelic)
* New translations Localizable.stringsdict (Scottish Gaelic)
* New translations app.json (Latvian)
* New translations ios-infoPlist.json (Latvian)
* New translations Localizable.stringsdict (Latvian)
* New translations Intents.strings (Latvian)
* New translations Intents.stringsdict (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations Intents.strings (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Czech)
* New translations ios-infoPlist.json (Czech)
* New translations Localizable.stringsdict (Czech)
* New translations Intents.strings (Czech)
* New translations Intents.stringsdict (Czech)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations Localizable.stringsdict (Slovenian)
* New translations Intents.strings (Slovenian)
* New translations Intents.stringsdict (Slovenian)
* New translations app.json (Sinhala)
* New translations ios-infoPlist.json (Sinhala)
* New translations Localizable.stringsdict (Sinhala)
* New translations Intents.strings (Sinhala)
* New translations Intents.stringsdict (Sinhala)
* New translations app.json (Sinhala)
* New translations app.json (Slovenian)
* New translations Intents.strings (Slovenian)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Czech)
* New translations app.json (German)
* New translations app.json (German)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Slovenian)
* New translations Localizable.stringsdict (Turkish)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations app.json (Slovenian)
* New translations Intents.strings (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Chinese Traditional)
* New translations app.json (Vietnamese)
* New translations app.json (Kabyle)
* New translations app.json (Korean)
* New translations app.json (Korean)
* New translations ios-infoPlist.json (Korean)
* New translations Localizable.stringsdict (Korean)
* New translations Intents.strings (Korean)
* New translations Intents.stringsdict (Korean)
* New translations app.json (Swedish)
* New translations app.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Swedish)
* New translations Localizable.stringsdict (Swedish)
* New translations app.json (Swedish)
* New translations Localizable.stringsdict (Swedish)
* New translations app.json (Slovenian)
* New translations app.json (Vietnamese)
* New translations Localizable.stringsdict (Slovenian)
* New translations Intents.strings (Vietnamese)
* New translations app.json (Vietnamese)
* New translations Localizable.stringsdict (German)
* New translations Localizable.stringsdict (German)
* New translations app.json (French)
* New translations app.json (Turkish)
* New translations app.json (Czech)
* New translations app.json (Ukrainian)
* New translations ios-infoPlist.json (Ukrainian)
* New translations Localizable.stringsdict (Ukrainian)
* New translations Intents.strings (Ukrainian)
* New translations Intents.stringsdict (Ukrainian)
* New translations Localizable.stringsdict (Slovenian)
* New translations app.json (Slovenian)
* New translations Intents.stringsdict (Slovenian)
* New translations app.json (Slovenian)
* New translations Localizable.stringsdict (Slovenian)
* New translations app.json (Czech)
* New translations app.json (Slovenian)
* New translations app.json (Czech)
* New translations app.json (Scottish Gaelic)
* New translations Localizable.stringsdict (Scottish Gaelic)
* New translations app.json (Slovenian)
* New translations app.json (Indonesian)
* New translations app.json (Portuguese)
* New translations app.json (Russian)
* New translations app.json (Chinese Simplified)
* New translations app.json (English)
* New translations app.json (Galician)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Japanese)
* New translations app.json (Thai)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Dutch)
* New translations app.json (Italian)
* New translations app.json (Chinese Traditional)
* New translations app.json (Ukrainian)
* New translations app.json (Vietnamese)
* New translations app.json (Kabyle)
* New translations app.json (Korean)
* New translations app.json (Swedish)
* New translations app.json (French)
* New translations app.json (Turkish)
* New translations app.json (Czech)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Finnish)
* New translations app.json (Romanian)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Catalan)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Basque)
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Swedish)
* New translations app.json (Italian)
* New translations Intents.strings (Swedish)
* New translations app.json (Catalan)
* New translations app.json (Slovenian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Chinese Traditional)
* New translations app.json (Korean)
* New translations app.json (Vietnamese)
* New translations app.json (Slovenian)
* New translations app.json (Indonesian)
* New translations app.json (Portuguese)
* New translations app.json (Russian)
* New translations app.json (Chinese Simplified)
* New translations app.json (English)
* New translations app.json (Galician)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Japanese)
* New translations app.json (Thai)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Dutch)
* New translations app.json (Italian)
* New translations app.json (Chinese Traditional)
* New translations app.json (Ukrainian)
* New translations app.json (Vietnamese)
* New translations app.json (Kabyle)
* New translations app.json (Korean)
* New translations app.json (Swedish)
* New translations app.json (French)
* New translations app.json (Turkish)
* New translations app.json (Czech)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Finnish)
* New translations app.json (Romanian)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Catalan)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Basque)
* New translations app.json (Sorani (Kurdish))
2022-11-09 07:33:08 +01:00
} ,
"confirm_show_reblogs" : {
"title" : "Show Reblogs" ,
"message" : "Confirm to show reblogs"
} ,
"confirm_hide_reblogs" : {
"title" : "Hide Reblogs" ,
"message" : "Confirm to hide reblogs"
2024-01-31 10:01:31 +01:00
} ,
"confirm_block_domain" : {
2024-02-26 22:04:38 +01:00
"title" : "Bloquear o domínio" ,
2024-01-31 10:01:31 +01:00
"message" : "Confirm to block domain %s"
} ,
"confirm_unblock_domain" : {
"title" : "Unblock domain" ,
"message" : "Confirm to unblock domain %s"
2022-05-13 05:51:06 +02:00
}
} ,
"accessibility" : {
"show_avatar_image" : "Show avatar image" ,
"edit_avatar_image" : "Edit avatar image" ,
"show_banner_image" : "Show banner image" ,
"double_tap_to_open_the_list" : "Double tap to open the list"
}
} ,
"follower" : {
2022-05-17 16:19:03 +02:00
"title" : "follower" ,
2022-05-13 05:51:06 +02:00
"footer" : "Followers from other servers are not displayed."
} ,
"following" : {
2022-05-17 16:19:03 +02:00
"title" : "following" ,
2022-05-13 05:51:06 +02:00
"footer" : "Follows from other servers are not displayed."
} ,
2022-05-17 16:19:03 +02:00
"familiarFollowers" : {
"title" : "Followers you familiar" ,
"followed_by_names" : "Followed by %s"
} ,
"favorited_by" : {
"title" : "Favorited By"
} ,
"reblogged_by" : {
"title" : "Reblogged By"
} ,
2022-05-13 05:51:06 +02:00
"search" : {
"title" : "Search" ,
"search_bar" : {
2023-03-21 08:01:57 +01:00
"placeholder" : "Pesquisar etiquetas e utilizadores" ,
"cancel" : "Cancelar"
2022-05-13 05:51:06 +02:00
} ,
"recommend" : {
"button_text" : "See All" ,
"hash_tag" : {
2023-03-21 08:01:57 +01:00
"title" : "Em alta no Mastodon" ,
"description" : "Etiquetas que estão a ter bastante atenção" ,
2022-05-13 05:51:06 +02:00
"people_talking" : "%s people are talking"
} ,
"accounts" : {
"title" : "Accounts you might like" ,
"description" : "You may like to follow these accounts" ,
"follow" : "Follow"
}
} ,
"searching" : {
2023-09-20 23:19:08 +02:00
"posts" : "Posts matching \"%s\"" ,
"people" : "People matching \"%s\"" ,
2023-09-20 22:48:22 +02:00
"profile" : "Go to @%s@%s" ,
"url" : "Open URL in Mastodon" ,
"hashtag" : "Go to #%s" ,
2023-11-14 12:38:12 +01:00
"no_user" : {
"title" : "No User Account Found" ,
"message" : "There's no Useraccount \"%s\" on %s"
} ,
2022-05-13 05:51:06 +02:00
"empty_state" : {
"no_results" : "No results"
} ,
"recent_search" : "Recent searches" ,
2023-09-20 22:48:22 +02:00
"clear_all" : "Clear all" ,
2022-05-13 05:51:06 +02:00
"clear" : "Clear"
}
} ,
"discovery" : {
"tabs" : {
"posts" : "Posts" ,
2023-03-21 08:01:57 +01:00
"hashtags" : "Etiquetas" ,
"news" : "Novidades" ,
2022-05-13 05:51:06 +02:00
"community" : "Community" ,
"for_you" : "For You"
} ,
"intro" : "These are the posts gaining traction in your corner of Mastodon."
} ,
"favorite" : {
2023-02-14 22:29:53 +01:00
"title" : "Favorites"
2022-05-13 05:51:06 +02:00
} ,
"notification" : {
"title" : {
"Everything" : "Everything" ,
"Mentions" : "Mentions"
} ,
"notification_description" : {
"followed_you" : "followed 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" : "Show Everything" ,
"show_mentions" : "Show Mentions"
2022-06-30 09:21:48 +02:00
} ,
"follow_request" : {
"accept" : "Accept" ,
"accepted" : "Accepted" ,
"reject" : "reject" ,
"rejected" : "Rejected"
2022-05-13 05:51:06 +02:00
}
} ,
"thread" : {
"back_title" : "Post" ,
"title" : "Post from %s"
} ,
"settings" : {
2023-11-14 12:38:12 +01:00
"overview" : {
2024-02-26 22:04:38 +01:00
"title" : "Definições" ,
"general" : "Geral" ,
"notifications" : "Notificações" ,
"support_mastodon" : "Apoie o Mastodon" ,
"about_mastodon" : "Acerca do Mastodon" ,
"server_details" : "Pormenores do servidor" ,
2023-11-14 12:38:12 +01:00
"logout" : "Logout %@"
} ,
"about_mastodon" : {
"title" : "About" ,
"more_settings" : "Even More Settings" ,
"contribute_to_mastodon" : "Contribute to Mastodon" ,
"privacy_policy" : "Privacy Policy" ,
"clear_media_storage" : "Clear Media Storage"
} ,
"server_details" : {
"about" : "About" ,
2024-02-26 22:04:38 +01:00
"rules" : "Regras" ,
2023-11-14 12:38:12 +01:00
"about_instance" : {
2024-02-26 22:04:38 +01:00
"title" : "Administrador" ,
"message_admin" : "Contactar administrador(a)" ,
"legal_notice" : "Um aviso jurídico"
2022-05-13 05:51:06 +02:00
}
} ,
2023-11-14 12:38:12 +01:00
"general" : {
2024-02-26 22:04:38 +01:00
"title" : "Geral" ,
2023-11-14 12:38:12 +01:00
"appearance" : {
2024-02-26 22:04:38 +01:00
"section_title" : "Aspecto" ,
"dark" : "Escuro" ,
"light" : "Claro" ,
"system" : "Usar tema do dispositivo"
2023-11-14 12:38:12 +01:00
} ,
2024-03-21 17:00:09 +01:00
"ask_before" : {
"section_title" : "Ask before…" ,
"posting_without_alt_text" : "Posting without Alt Text" ,
"unfollowing_someone" : "Unfollowing Someone" ,
"boosting_a_post" : "Boosting a Post" ,
"deleting_a_post" : "Deleting a Post"
} ,
2023-11-14 12:38:12 +01:00
"design" : {
"section_title" : "Design" ,
2024-02-26 22:04:38 +01:00
"show_animations" : "Reproduzir emojis e avatares animados"
2023-11-14 12:38:12 +01:00
} ,
2024-03-21 17:00:09 +01:00
"language" : {
"section_title" : "Language" ,
"default_post_language" : "Default Post Language"
} ,
2023-11-14 12:38:12 +01:00
"links" : {
2024-02-26 22:04:38 +01:00
"section_title" : "Hiperligações" ,
2023-11-14 12:38:12 +01:00
"open_in_mastodon" : "Open in Mastodon" ,
2024-02-26 22:04:38 +01:00
"open_in_browser" : "Abrir no navegador"
2023-11-14 12:38:12 +01:00
}
2022-05-13 05:51:06 +02:00
} ,
2023-11-14 12:38:12 +01:00
"notifications" : {
2024-02-26 22:04:38 +01:00
"title" : "Notificações" ,
2023-11-14 12:38:12 +01:00
"policy" : {
2024-02-26 22:04:38 +01:00
"title" : "Obter notificações de" ,
"anyone" : "Qualquer pessoa" ,
"followers" : "Pessoas que o seguem" ,
"follow" : "Pessoas que segue" ,
"noone" : "Ninguém"
2023-11-14 12:38:12 +01:00
} ,
"alert" : {
2024-02-26 22:04:38 +01:00
"mentions_and_replies" : "Menções & Respostas" ,
2023-11-14 12:38:12 +01:00
"boosts" : "Boosts" ,
"favorites" : "Favorites" ,
"new_followers" : "New Followers"
} ,
"disabled" : {
"notification_hint" : "Turn on notifications from your device settings to see updates on your lock screen." ,
"go_to_settings" : "Go to Notification Settings"
}
2022-05-13 05:51:06 +02:00
}
} ,
"report" : {
"title_report" : "Report" ,
"title" : "Report %s" ,
"step1" : "Step 1 of 2" ,
"step2" : "Step 2 of 2" ,
"content1" : "Are there any other posts you’ d like to add to the report?" ,
"content2" : "Is there anything the moderators should know about this report?" ,
"report_sent_title" : "Thanks for reporting, we’ ll look into this." ,
"send" : "Send Report" ,
"skip_to_send" : "Send without comment" ,
"text_placeholder" : "Type or paste additional comments" ,
"reported" : "REPORTED" ,
"step_one" : {
"step_1_of_4" : "Step 1 of 4" ,
"whats_wrong_with_this_post" : "What's wrong with this post?" ,
"whats_wrong_with_this_account" : "What's wrong with this account?" ,
"whats_wrong_with_this_username" : "What's wrong with %s?" ,
"select_the_best_match" : "Select the best match" ,
"i_dont_like_it" : "I don’ t like it" ,
"it_is_not_something_you_want_to_see" : "It is not something you want to see" ,
"its_spam" : "It’ s spam" ,
2023-03-21 08:01:57 +01:00
"malicious_links_fake_engagement_or_repetetive_replies" : "Hiperligações maliciosas, contactos falsos, ou respostas repetitivas" ,
2022-05-13 05:51:06 +02:00
"it_violates_server_rules" : "It violates server rules" ,
"you_are_aware_that_it_breaks_specific_rules" : "You are aware that it breaks specific rules" ,
"its_something_else" : "It’ s something else" ,
"the_issue_does_not_fit_into_other_categories" : "The issue does not fit into other categories"
} ,
"step_two" : {
"step_2_of_4" : "Step 2 of 4" ,
"which_rules_are_being_violated" : "Which rules are being violated?" ,
"select_all_that_apply" : "Select all that apply" ,
"i_just_don’ t_like_it" : "I just don’ t like it"
} ,
"step_three" : {
"step_3_of_4" : "Step 3 of 4" ,
"are_there_any_posts_that_back_up_this_report" : "Are there any posts that back up this report?" ,
"select_all_that_apply" : "Select all that apply"
} ,
"step_four" : {
"step_4_of_4" : "Step 4 of 4" ,
"is_there_anything_else_we_should_know" : "Is there anything else we should know?"
} ,
"step_final" : {
"dont_want_to_see_this" : "Don’ t want to see this?" ,
"when_you_see_something_you_dont_like_on_mastodon_you_can_remove_the_person_from_your_experience." : "When you see something you don’ t like on Mastodon, you can remove the person from your experience." ,
"unfollow" : "Unfollow" ,
"unfollowed" : "Unfollowed" ,
"unfollow_user" : "Unfollow %s" ,
"mute_user" : "Mute %s" ,
"you_wont_see_their_posts_or_reblogs_in_your_home_feed_they_wont_know_they_ve_been_muted" : "You won’ t see their posts or reblogs in your home feed. They won’ t know they’ ve been muted." ,
"block_user" : "Block %s" ,
"they_will_no_longer_be_able_to_follow_or_see_your_posts_but_they_can_see_if_theyve_been_blocked" : "They will no longer be able to follow or see your posts, but they can see if they’ ve been blocked." ,
"while_we_review_this_you_can_take_action_against_user" : "While we review this, you can take action against %s"
}
} ,
"preview" : {
"keyboard" : {
"close_preview" : "Close Preview" ,
"show_next" : "Show Next" ,
"show_previous" : "Show Previous"
}
} ,
"account_list" : {
"tab_bar_hint" : "Current selected profile: %s. Double tap then hold to show account switcher" ,
"dismiss_account_switcher" : "Dismiss Account Switcher" ,
"add_account" : "Add Account"
} ,
New Crowdin updates (#356)
* New translations app.json (Italian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Galician)
* New translations app.json (Kabyle)
* New translations app.json (Kabyle)
* New translations Localizable.stringsdict (Kabyle)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Chinese Traditional)
* New translations app.json (Arabic)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations Localizable.stringsdict (Spanish)
* New translations app.json (Thai)
* New translations Localizable.stringsdict (Japanese)
* New translations app.json (Thai)
* New translations app.json (English, United States)
* New translations app.json (Welsh)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Kabyle)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Hindi)
* New translations app.json (Indonesian)
* New translations app.json (Japanese)
* New translations app.json (Romanian)
* New translations app.json (French)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Catalan)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Basque)
* New translations app.json (Finnish)
* New translations app.json (Italian)
* New translations app.json (Korean)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Dutch)
* New translations app.json (Portuguese)
* New translations app.json (Russian)
* New translations app.json (Swedish)
* New translations app.json (Turkish)
* New translations app.json (Chinese Simplified)
* New translations app.json (Chinese Traditional)
* New translations app.json (English)
* New translations app.json (Vietnamese)
* New translations app.json (Galician)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Italian)
* New translations app.json (Chinese Simplified)
* New translations app.json (Catalan)
* New translations app.json (Japanese)
* New translations app.json (Korean)
* New translations app.json (Arabic)
* New translations app.json (Vietnamese)
* New translations app.json (Spanish)
* New translations app.json (Japanese)
* New translations app.json (Japanese)
* New translations app.json (Chinese Traditional)
* New translations app.json (Galician)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Thai)
* New translations app.json (French)
* New translations Localizable.stringsdict (Arabic)
* New translations Localizable.stringsdict (Arabic)
* New translations app.json (Turkish)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Scottish Gaelic)
* New translations Localizable.stringsdict (Scottish Gaelic)
* New translations app.json (Latvian)
* New translations ios-infoPlist.json (Latvian)
* New translations Localizable.stringsdict (Latvian)
* New translations Intents.strings (Latvian)
* New translations Intents.stringsdict (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Latvian)
* New translations Intents.strings (Latvian)
* New translations app.json (Latvian)
* New translations app.json (Czech)
* New translations ios-infoPlist.json (Czech)
* New translations Localizable.stringsdict (Czech)
* New translations Intents.strings (Czech)
* New translations Intents.stringsdict (Czech)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations Localizable.stringsdict (Slovenian)
* New translations Intents.strings (Slovenian)
* New translations Intents.stringsdict (Slovenian)
* New translations app.json (Sinhala)
* New translations ios-infoPlist.json (Sinhala)
* New translations Localizable.stringsdict (Sinhala)
* New translations Intents.strings (Sinhala)
* New translations Intents.stringsdict (Sinhala)
* New translations app.json (Sinhala)
* New translations app.json (Slovenian)
* New translations Intents.strings (Slovenian)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Czech)
* New translations app.json (German)
* New translations app.json (German)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations app.json (Czech)
* New translations app.json (Czech)
* New translations app.json (Slovenian)
* New translations Localizable.stringsdict (Turkish)
* New translations app.json (Slovenian)
* New translations ios-infoPlist.json (Slovenian)
* New translations app.json (Slovenian)
* New translations Intents.strings (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Chinese Traditional)
* New translations app.json (Vietnamese)
* New translations app.json (Kabyle)
* New translations app.json (Korean)
* New translations app.json (Korean)
* New translations ios-infoPlist.json (Korean)
* New translations Localizable.stringsdict (Korean)
* New translations Intents.strings (Korean)
* New translations Intents.stringsdict (Korean)
* New translations app.json (Swedish)
* New translations app.json (Slovenian)
* New translations app.json (Slovenian)
* New translations app.json (Swedish)
* New translations Localizable.stringsdict (Swedish)
* New translations app.json (Swedish)
* New translations Localizable.stringsdict (Swedish)
* New translations app.json (Slovenian)
* New translations app.json (Vietnamese)
* New translations Localizable.stringsdict (Slovenian)
* New translations Intents.strings (Vietnamese)
* New translations app.json (Vietnamese)
* New translations Localizable.stringsdict (German)
* New translations Localizable.stringsdict (German)
* New translations app.json (French)
* New translations app.json (Turkish)
* New translations app.json (Czech)
* New translations app.json (Ukrainian)
* New translations ios-infoPlist.json (Ukrainian)
* New translations Localizable.stringsdict (Ukrainian)
* New translations Intents.strings (Ukrainian)
* New translations Intents.stringsdict (Ukrainian)
* New translations Localizable.stringsdict (Slovenian)
* New translations app.json (Slovenian)
* New translations Intents.stringsdict (Slovenian)
* New translations app.json (Slovenian)
* New translations Localizable.stringsdict (Slovenian)
* New translations app.json (Czech)
* New translations app.json (Slovenian)
* New translations app.json (Czech)
* New translations app.json (Scottish Gaelic)
* New translations Localizable.stringsdict (Scottish Gaelic)
* New translations app.json (Slovenian)
* New translations app.json (Indonesian)
* New translations app.json (Portuguese)
* New translations app.json (Russian)
* New translations app.json (Chinese Simplified)
* New translations app.json (English)
* New translations app.json (Galician)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Japanese)
* New translations app.json (Thai)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Dutch)
* New translations app.json (Italian)
* New translations app.json (Chinese Traditional)
* New translations app.json (Ukrainian)
* New translations app.json (Vietnamese)
* New translations app.json (Kabyle)
* New translations app.json (Korean)
* New translations app.json (Swedish)
* New translations app.json (French)
* New translations app.json (Turkish)
* New translations app.json (Czech)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Finnish)
* New translations app.json (Romanian)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Catalan)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Basque)
* New translations app.json (Sorani (Kurdish))
* New translations app.json (Swedish)
* New translations app.json (Italian)
* New translations Intents.strings (Swedish)
* New translations app.json (Catalan)
* New translations app.json (Slovenian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Chinese Traditional)
* New translations app.json (Korean)
* New translations app.json (Vietnamese)
* New translations app.json (Slovenian)
* New translations app.json (Indonesian)
* New translations app.json (Portuguese)
* New translations app.json (Russian)
* New translations app.json (Chinese Simplified)
* New translations app.json (English)
* New translations app.json (Galician)
* New translations app.json (Portuguese, Brazilian)
* New translations app.json (Spanish, Argentina)
* New translations app.json (Japanese)
* New translations app.json (Thai)
* New translations app.json (Latvian)
* New translations app.json (Hindi)
* New translations app.json (English, United States)
* New translations app.json (Welsh)
* New translations app.json (Sinhala)
* New translations app.json (Kurmanji (Kurdish))
* New translations app.json (Dutch)
* New translations app.json (Italian)
* New translations app.json (Chinese Traditional)
* New translations app.json (Ukrainian)
* New translations app.json (Vietnamese)
* New translations app.json (Kabyle)
* New translations app.json (Korean)
* New translations app.json (Swedish)
* New translations app.json (French)
* New translations app.json (Turkish)
* New translations app.json (Czech)
* New translations app.json (Scottish Gaelic)
* New translations app.json (Finnish)
* New translations app.json (Romanian)
* New translations app.json (Spanish)
* New translations app.json (Arabic)
* New translations app.json (Catalan)
* New translations app.json (Danish)
* New translations app.json (German)
* New translations app.json (Basque)
* New translations app.json (Sorani (Kurdish))
2022-11-09 07:33:08 +01:00
"bookmark" : {
2023-03-21 08:01:57 +01:00
"title" : "Marcadores"
2022-12-01 20:49:25 +01:00
} ,
"followed_tags" : {
2023-03-21 08:01:57 +01:00
"title" : "Etiquetas seguidas" ,
2022-12-01 20:49:25 +01:00
"header" : {
"posts" : "posts" ,
"participants" : "participants" ,
"posts_today" : "posts today"
} ,
"actions" : {
"follow" : "Follow" ,
"unfollow" : "Unfollow"
}
2022-05-13 05:51:06 +02:00
}
2023-03-21 08:01:57 +01:00
} ,
"extension" : {
"open_in" : {
"invalid_link_error" : "This doesn't seem to be a valid Mastodon link."
}
} ,
"widget" : {
"common" : {
"unsupported_widget_family" : "Sorry but this Widget family is unsupported." ,
"user_not_logged_in" : "Please open Mastodon to log in to an Account."
} ,
"followers_count" : {
"configuration_display_name" : "Followers" ,
"configuration_description" : "Show number of followers." ,
"title" : "FOLLOWERS" ,
"followers_today" : "%s followers today"
} ,
"multiple_followers" : {
"configuration_display_name" : "Multiple followers" ,
"configuration_description" : "Show number of followers for multiple accounts." ,
"mock_user" : {
"display_name" : "Another follower" ,
"account_name" : "another@follower.social"
}
} ,
"latest_followers" : {
"configuration_display_name" : "Latest followers" ,
"configuration_description" : "Show latest followers." ,
"title" : "Latest followers" ,
"last_update" : "Last update: %s"
2023-05-10 16:22:22 +02:00
} ,
"hashtag" : {
"configuration" : {
"display_name" : "Hashtag" ,
"description" : "Shows a recent post with the selected hashtag."
} ,
"not_found" : {
"account_name" : "John Mastodon" ,
"account" : "@johnMastodon@no-such.account" ,
"content" : "Sorry, we couldn’ t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings."
} ,
"placeholder" : {
"account_name" : "John Mastodon" ,
"account" : "@johnMastodon@no-such.account" ,
"content" : "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings."
}
2023-03-21 08:01:57 +01:00
}
2022-05-13 05:51:06 +02:00
}
2022-11-16 09:45:21 +01:00
}