Tusky-App-Android/app/src/main/res/values-pt-rBR/strings.xml

455 lines
28 KiB
XML
Raw Normal View History

<?xml version='1.0' encoding='UTF-8'?>
2017-10-25 19:34:08 +02:00
<resources>
<string name="error_generic">Ocorreu um erro.</string>
<string name="error_empty">Não pode estar vazio.</string>
<string name="error_invalid_domain">Instância inválida</string>
<string name="error_failed_app_registration">Falha ao autenticar com esta instância.</string>
2017-10-25 19:34:08 +02:00
<string name="error_no_web_browser_found">Navegador não foi encontrado.</string>
<string name="error_authorization_unknown">Ocorreu um erro não-identificado de autorização.</string>
2017-10-25 19:34:08 +02:00
<string name="error_authorization_denied">Autorização negada.</string>
<string name="error_retrieving_oauth_token">Falha ao adquirir token de entrada.</string>
<string name="error_compose_character_limit">O toot é muito longo!</string>
2018-09-06 22:48:19 +02:00
<string name="error_image_upload_size">O arquivo deve ser menor que 8MB.</string>
<string name="error_video_upload_size">Vídeos devem ser menores que 40MB.</string>
2017-10-25 19:34:08 +02:00
<string name="error_media_upload_type">Esse tipo de arquivo não pode ser enviado.</string>
<string name="error_media_upload_opening">Esse arquivo não pode ser aberto.</string>
2017-10-25 19:34:08 +02:00
<string name="error_media_upload_permission">Permissão para ler mídia é necessária.</string>
<string name="error_media_download_permission">Permissão para armazenar mídia é necessária.</string>
<string name="error_media_upload_image_or_video">Imagens e vídeos não podem ser anexados no mesmo toot.</string>
2017-10-25 19:34:08 +02:00
<string name="error_media_upload_sending">Falha no envio.</string>
<string name="error_sender_account_gone">Erro ao enviar toot.</string>
2017-10-25 19:34:08 +02:00
<string name="title_home">Página inicial</string>
<string name="title_notifications">Notificações</string>
<string name="title_public_local">Local</string>
<string name="title_public_federated">Global</string>
<string name="title_direct_messages">Mensagens diretas</string>
<string name="title_tab_preferences">Abas</string>
<string name="title_view_thread">Sequência</string>
<string name="title_statuses">Toots</string>
<string name="title_statuses_with_replies">Com respostas</string>
2017-10-25 19:34:08 +02:00
<string name="title_follows">Segue</string>
<string name="title_followers">Seguidores</string>
<string name="title_favourites">Favoritos</string>
2017-10-25 19:34:08 +02:00
<string name="title_mutes">Usuários silenciados</string>
<string name="title_blocks">Usuários bloqueados</string>
<string name="title_follow_requests">Solicitações de seguidor</string>
<string name="title_edit_profile">Editar seu perfil</string>
2017-10-25 19:34:08 +02:00
<string name="title_saved_toot">Rascunhos</string>
<string name="title_licenses">Licenças</string>
<string name="status_boosted_format">%s deu boost</string>
<string name="status_sensitive_media_title">Conteúdo sensível</string>
<string name="status_media_hidden_title">Mídia oculta</string>
<string name="status_sensitive_media_directions">Toque para ver</string>
2017-10-25 19:34:08 +02:00
<string name="status_content_warning_show_more">Mostrar mais</string>
<string name="status_content_warning_show_less">Mostrar menos</string>
<string name="footer_empty">Nada aqui. Arraste para atualizar!</string>
<string name="notification_reblog_format">%s deu boost no seu toot</string>
<string name="notification_favourite_format">%s favoritou seu toot</string>
<string name="notification_follow_format">%s te seguiu</string>
2017-10-25 19:34:08 +02:00
<string name="report_username_format">Denunciar @%s</string>
<string name="report_comment_hint">Comentários adicionais?</string>
<string name="action_quick_reply">Resposta rápida</string>
2017-10-25 19:34:08 +02:00
<string name="action_reply">Responder</string>
<string name="action_reblog">Boost</string>
<string name="action_unreblog">Desfazer boost</string>
<string name="action_favourite">Favoritar</string>
<string name="action_unfavourite">Desfavoritar</string>
2017-10-25 19:34:08 +02:00
<string name="action_more">Mais</string>
<string name="action_compose">Compor</string>
<string name="action_login">Entrar com Mastodon</string>
<string name="action_logout">Sair</string>
<string name="action_logout_confirm">Você tem certeza de que deseja sair da conta %1$s\?</string>
2017-10-25 19:34:08 +02:00
<string name="action_follow">Seguir</string>
<string name="action_unfollow">Deixar de seguir</string>
<string name="action_block">Bloquear</string>
<string name="action_unblock">Desbloquear</string>
<string name="action_hide_reblogs">Ocultar boosts</string>
<string name="action_show_reblogs">Mostrar boosts</string>
2017-10-25 19:34:08 +02:00
<string name="action_report">Denunciar</string>
<string name="action_delete">Excluir</string>
<string name="action_send">TOOT</string>
<string name="action_send_public">TOOT!</string>
2017-10-25 19:34:08 +02:00
<string name="action_retry">Tentar novamente</string>
<string name="action_close">Fechar</string>
<string name="action_view_profile">Perfil</string>
<string name="action_view_preferences">Preferências</string>
<string name="action_view_favourites">Favoritos</string>
2017-10-25 19:34:08 +02:00
<string name="action_view_mutes">Usuários silenciados</string>
<string name="action_view_blocks">Usuários bloqueados</string>
<string name="action_view_follow_requests">Solicitações de seguidor</string>
<string name="action_view_media">Mídia</string>
<string name="action_open_in_web">Abrir no navegador</string>
ComposeActivity improvements (#548) * do not add media urls to status text * add scrolling to content * add arrow icon and animation to replying-to toggle * remove unnecessary compose_button_colors.xml * improve toot button * improve bottom bar, add bottom sheet for compose options, dedicated cw button * fix crash on Android < API 21 * move media picking from dialog to bottom sheet * add small style tootbutton * fix colors/button background for light theme * add icons to media chose bottom sheet * improve hide media button, delete unused styles * fix crash on dev build when taking photo * consolidate drawables * consolidate strings and ids, add tooltips to buttons * allow media only toots * change error message to show max size of upload correctly * fix button color * add emoji * code cleanup * Merge branch 'master' into compose_activity_refactoring # Conflicts: # app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java * fix hidden snackbar * improve hint text color * add SendTootService * fix timeline refreshing * toot saving and error handling for sendtootservice * restructure some code * convert EditTextTyped to Kotlin * fixed pick media button disabled color * force sensitive media when content warning is shown * add db cache for emojis & fix tests * reorder buttons to match mastodon web * add possibility to cancel sending of toot * correctly delete sent toots * refresh SavedTootActivity after toot was sent * remove unused resources * correct params for toot saving in SendTootService * consolidate strings * bugfix * remove unused resources * fix notifications on old android for SendTootService * fix crash
2018-04-13 22:37:21 +02:00
<string name="action_add_media">Adicionar mídia</string>
2017-10-25 19:34:08 +02:00
<string name="action_photo_take">Tirar foto</string>
<string name="action_share">Compartilhar</string>
<string name="action_mute">Silenciar</string>
<string name="action_unmute">Desativar silêncio</string>
2017-10-25 19:34:08 +02:00
<string name="action_mention">Mencionar</string>
<string name="action_hide_media">Ocultar mídia</string>
2017-10-25 19:34:08 +02:00
<string name="action_open_drawer">Abrir gaveta</string>
<string name="action_save">Salvar</string>
<string name="action_edit_profile">Editar perfil</string>
<string name="action_edit_own_profile">Editar</string>
2017-10-25 19:34:08 +02:00
<string name="action_undo">Desfazer</string>
<string name="action_accept">Aceitar</string>
<string name="action_reject">Rejeitar</string>
<string name="action_search">Pesquisar</string>
2017-10-25 19:34:08 +02:00
<string name="action_access_saved_toot">Rascunhos</string>
<string name="action_toggle_visibility">Privacidade do toot</string>
<string name="action_content_warning">Aviso de conteúdo</string>
<string name="action_emoji_keyboard">Teclado de emojis</string>
<string name="action_add_tab">Adicionar aba</string>
New Crowdin translations (#1106) * New translations strings.xml (Italian) * New translations strings.xml (Czech) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Dutch) * New translations strings.xml (Italian) * New translations strings.xml (Tamil) * New translations strings.xml (Russian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Persian) * New translations strings.xml (Occitan) * New translations strings.xml (Hungarian) * New translations strings.xml (German) * New translations strings.xml (French) * New translations strings.xml (Chinese Traditional, Singapore) * New translations strings.xml (Chinese Traditional, Macau) * New translations strings.xml (Chinese Traditional, Hong Kong) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Arabic) * New translations strings.xml (Japanese) * New translations strings.xml (Turkish) * New translations strings.xml (Spanish) * New translations strings.xml (Esperanto) * New translations strings.xml (Dutch) * New translations strings.xml (Dutch) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Dutch) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Italian) * New translations strings.xml (Japanese) * New translations strings.xml (Japanese) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech)
2019-03-08 21:12:07 +01:00
<string name="action_links">Links</string>
<string name="action_mentions">Menções</string>
<string name="action_open_reblogged_by">Mostrar boosts</string>
<string name="action_open_faved_by">Mostrar favoritos</string>
New Crowdin translations (#1106) * New translations strings.xml (Italian) * New translations strings.xml (Czech) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Dutch) * New translations strings.xml (Italian) * New translations strings.xml (Tamil) * New translations strings.xml (Russian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Persian) * New translations strings.xml (Occitan) * New translations strings.xml (Hungarian) * New translations strings.xml (German) * New translations strings.xml (French) * New translations strings.xml (Chinese Traditional, Singapore) * New translations strings.xml (Chinese Traditional, Macau) * New translations strings.xml (Chinese Traditional, Hong Kong) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Arabic) * New translations strings.xml (Japanese) * New translations strings.xml (Turkish) * New translations strings.xml (Spanish) * New translations strings.xml (Esperanto) * New translations strings.xml (Dutch) * New translations strings.xml (Dutch) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Dutch) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Italian) * New translations strings.xml (Japanese) * New translations strings.xml (Japanese) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech)
2019-03-08 21:12:07 +01:00
<string name="title_mentions_dialog">Menções</string>
<string name="title_links_dialog">Links</string>
2017-10-25 19:34:08 +02:00
<string name="download_image">Baixando %1$s</string>
<string name="action_copy_link">Copiar link</string>
<string name="action_open_as">Abrir como %s</string>
<string name="action_share_as">Compartilhar como …</string>
<string name="send_status_link_to">Compartilhar link do toot no…</string>
2017-10-25 19:34:08 +02:00
<string name="send_status_content_to">Compartilhar toot no…</string>
New Crowdin translations (#1106) * New translations strings.xml (Italian) * New translations strings.xml (Czech) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Dutch) * New translations strings.xml (Italian) * New translations strings.xml (Tamil) * New translations strings.xml (Russian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Persian) * New translations strings.xml (Occitan) * New translations strings.xml (Hungarian) * New translations strings.xml (German) * New translations strings.xml (French) * New translations strings.xml (Chinese Traditional, Singapore) * New translations strings.xml (Chinese Traditional, Macau) * New translations strings.xml (Chinese Traditional, Hong Kong) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Arabic) * New translations strings.xml (Japanese) * New translations strings.xml (Turkish) * New translations strings.xml (Spanish) * New translations strings.xml (Esperanto) * New translations strings.xml (Dutch) * New translations strings.xml (Dutch) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Dutch) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Italian) * New translations strings.xml (Japanese) * New translations strings.xml (Japanese) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech)
2019-03-08 21:12:07 +01:00
<string name="send_media_to">Compartilhar mídia via…</string>
2017-10-25 19:34:08 +02:00
<string name="confirmation_reported">Enviado!</string>
<string name="confirmation_unblocked">Usuário desbloqueado</string>
<string name="confirmation_unmuted">Silêncio desativado</string>
<string name="status_sent">Enviado!</string>
<string name="status_sent_long">Resposta enviada com sucesso.</string>
2017-10-25 19:34:08 +02:00
<string name="hint_domain">Qual instância?</string>
<string name="hint_compose">No que você está pensando?</string>
<string name="hint_content_warning">Aviso de conteúdo</string>
<string name="hint_display_name">Nome de exibição</string>
<string name="hint_note">Biografia</string>
<string name="hint_search">Pesquisar…</string>
2017-10-25 19:34:08 +02:00
<string name="search_no_results">Sem resultados</string>
<string name="label_quick_reply">Responder…</string>
2017-10-25 19:34:08 +02:00
<string name="label_avatar">Avatar</string>
<string name="label_header">Capa</string>
2017-10-25 19:34:08 +02:00
<string name="link_whats_an_instance">O que é uma instância?</string>
<string name="login_connection">Conectando…</string>
<string name="dialog_whats_an_instance">O endereço ou domínio de qualquer instância pode ser inserido aqui, como mastodon.social, icosahedron.website, social.tchncs.de ou qualquer <a href="https://instances.social">outro!</a>
\n
\n Se você não tem uma conta ainda, você pode inserir o nome da instância a qual você gostaria de participar e criar uma conta lá.
\n
\n Uma instância é um lugar onde sua conta é hospedada, mas você pode facilmente se comunicar e seguir pessoas de outras instâncias como se vocês estivessem no mesmo site.
\n
\n Mais informações podem ser encontradas em <a href="https://joinmastodon.org">joinmastodon.org</a>. </string>
2017-10-25 19:34:08 +02:00
<string name="dialog_title_finishing_media_upload">Envio de mídia terminando</string>
<string name="dialog_message_uploading_media">Enviando…</string>
<string name="dialog_download_image">Baixar</string>
<string name="dialog_message_cancel_follow_request">Recusar o seguidor pendente\?</string>
2017-10-25 19:34:08 +02:00
<string name="dialog_unfollow_warning">Deixar de seguir esta conta?</string>
<string name="dialog_delete_toot_warning">Excluir este toot?</string>
2017-10-25 19:34:08 +02:00
<string name="visibility_public">Público: Postar em timelines públicas</string>
<string name="visibility_unlisted">Não-listado: Não postar em timelines públicas</string>
<string name="visibility_private">Privado: Postar apenas para seguidores</string>
<string name="visibility_direct">Direto: Postar apenas para usuários mencionados</string>
<string name="pref_title_edit_notification_settings">Editar notificações</string>
2017-10-25 19:34:08 +02:00
<string name="pref_title_notifications_enabled">Notificações</string>
<string name="pref_title_notification_alerts">Alertas</string>
<string name="pref_title_notification_alert_sound">Notificar com som</string>
<string name="pref_title_notification_alert_vibrate">Notificar com vibração</string>
<string name="pref_title_notification_alert_light">Notificar com luz</string>
<string name="pref_title_notification_filters">Notifique-me quando</string>
<string name="pref_title_notification_filter_mentions">mencionado</string>
<string name="pref_title_notification_filter_follows">seguido</string>
<string name="pref_title_notification_filter_reblogs">derem boosts nos meus toots</string>
<string name="pref_title_notification_filter_favourites">favoritarem meus toots</string>
2017-10-25 19:34:08 +02:00
<string name="pref_title_appearance_settings">Aparência</string>
<string name="pref_title_app_theme">Temas</string>
<string name="pref_title_timelines">Timelines</string>
<string name="app_them_dark">Noturno</string>
<string name="app_theme_light">Diurno</string>
<string name="app_theme_black">AMOLED</string>
<string name="app_theme_auto">Automático</string>
<string name="app_theme_system">Usar o tema do sistema</string>
2017-10-25 19:34:08 +02:00
<string name="pref_title_browser_settings">Navegador</string>
<string name="pref_title_custom_tabs">Usar abas do Chrome</string>
<string name="pref_title_hide_follow_button">Esconder compositor ao rolar a página</string>
2017-10-25 19:34:08 +02:00
<string name="pref_title_status_filter">Filtragem da timeline</string>
<string name="pref_title_status_tabs">Abas</string>
<string name="pref_title_show_boosts">Mostrar boosts</string>
2017-10-25 19:34:08 +02:00
<string name="pref_title_show_replies">Mostrar respostas</string>
<string name="pref_title_show_media_preview">Mostrar prévias de mídia</string>
<string name="pref_title_proxy_settings">Proxy</string>
<string name="pref_title_http_proxy_settings">Proxy HTTP</string>
<string name="pref_title_http_proxy_enable">Ativar proxy HTTP</string>
<string name="pref_title_http_proxy_server">Servidor do proxy HTTP</string>
<string name="pref_title_http_proxy_port">Porta do proxy HTTP</string>
<string name="pref_default_post_privacy">Privacidade padrão dos posts</string>
<string name="pref_default_media_sensitivity">Sempre marcar mídia como sensível</string>
<string name="pref_publishing">Publicação</string>
<string name="pref_failed_to_sync">Falha ao sincronizar configurações</string>
<string name="post_privacy_public">Público</string>
<string name="post_privacy_unlisted">Não-listado</string>
<string name="pref_status_text_size">Tamanho da fonte dos toots</string>
<string name="status_text_size_smallest">Menor</string>
<string name="status_text_size_small">Pequeno</string>
<string name="status_text_size_medium">Médio</string>
<string name="status_text_size_large">Grande</string>
<string name="status_text_size_largest">Maior</string>
<string name="notification_mention_name">Novas Menções</string>
<string name="notification_mention_descriptions">Notificar sobre novas menções</string>
<string name="notification_follow_name">Novos Seguidores</string>
<string name="notification_follow_description">Notificar sobre novos seguidores</string>
<string name="notification_boost_name">Boosts</string>
<string name="notification_boost_description">Notificar quando derem boost nos seus toots</string>
<string name="notification_favourite_name">Favoritos</string>
<string name="notification_favourite_description">Notificar quando favoritarem seus toots</string>
<string name="notification_mention_format">%s te mencionou</string>
2017-10-25 19:34:08 +02:00
<string name="notification_summary_large">%1$s, %2$s, %3$s e %4$d outros</string>
<string name="notification_summary_medium">%1$s, %2$s, e %3$s</string>
<string name="notification_summary_small">%1$s e %2$s</string>
<string name="notification_title_summary">%d novas interações</string>
<string name="description_account_locked">Conta trancada</string>
<string name="about_title_activity">Sobre</string>
2017-11-07 21:37:11 +01:00
<string name="about_tusky_version">Tusky %s</string>
New Crowdin translations (#1117) * New translations strings.xml (German) * New translations strings.xml (Dutch) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Swedish) * New translations strings.xml (Swedish) * New translations strings.xml (Swedish) * New translations strings.xml (Swedish) * New translations strings.xml (Swedish) * New translations strings.xml (Swedish) * New translations strings.xml (Swedish) * New translations strings.xml (Swedish) * New translations strings.xml (French) * New translations strings.xml (German) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (French) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (French) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Japanese) * New translations strings.xml (Japanese) * New translations strings.xml (Japanese) * New translations strings.xml (Japanese) * New translations strings.xml (Italian)
2019-03-11 17:23:13 +01:00
<string name="about_tusky_license">Tusky é um software livre e de código aberto.
Ele é licenciado sob a versão 3 da Licença Pública Geral GNU.
Você pode ler a licença aqui: https://www.gnu.org/licenses/gpl-3.0.pt-br.html</string>
<!-- note to translators:
* you should think of “free” as in “free speech,” not as in “free beer”.
We sometimes call it “libre software,” borrowing the French or Spanish word for “free” as in freedom,
to show we do not mean the software is gratis. Source: https://www.gnu.org/philosophy/free-sw.html
* the url can be changed to link to the localized version of the license.
-->
<string name="about_project_site">Site do projeto:\n
2019-03-18 15:47:02 +01:00
https://tusky.app</string>
<string name="about_bug_feature_request_site">Reporte bugs &amp; requisite funcionalidades:\n
https://github.com/tuskyapp/Tusky/issues</string>
2017-10-25 19:34:08 +02:00
<string name="about_tusky_account">Perfil do Tusky</string>
<string name="status_share_content">Compartilhar conteúdo do toot</string>
<string name="status_share_link">Compartilhar link do toot</string>
<string name="status_media_images">Imagens</string>
<string name="status_media_video">Vídeo</string>
<string name="state_follow_requested">Solicitação enviada</string>
<string name="no_content">sem conteúdo</string>
<!--These are for timestamps on statuses. For example: "16s" or "2d"-->
<string name="abbreviated_in_years">em %dy</string>
<string name="abbreviated_in_days">em %dd</string>
<string name="abbreviated_in_hours">em %dh</string>
<string name="abbreviated_in_minutes">em %dm</string>
<string name="abbreviated_in_seconds">em %ds</string>
<string name="abbreviated_years_ago">%da</string>
2017-10-25 19:34:08 +02:00
<string name="abbreviated_days_ago">%dd</string>
<string name="abbreviated_hours_ago">%dh</string>
<string name="abbreviated_minutes_ago">%dm</string>
<string name="abbreviated_seconds_ago">%ds</string>
<string name="follows_you">Segue você</string>
<string name="pref_title_alway_show_sensitive_media">Sempre mostrar conteúdo sensível</string>
2017-11-07 21:37:11 +01:00
<string name="title_media">Mídia</string>
<string name="replying_to">Respondendo a @%s</string>
<string name="load_more_placeholder_text">carregar mais</string>
<string name="add_account_name">Adicionar conta</string>
<string name="add_account_description">Adicionar nova conta Mastodon</string>
<string name="action_lists">Listas</string>
<string name="title_lists">Listas</string>
<string name="title_list_timeline">Timeline da lista</string>
<string name="compose_active_account_description">Usando a conta %1$s</string>
<string name="error_failed_set_caption">Falha ao incluir descrição</string>
<string name="action_set_caption">Descrever</string>
<string name="action_remove_media">Remover</string>
<string name="lock_account_label">Trancar conta</string>
<string name="lock_account_label_description">Requer aprovação manual de seguidores</string>
<string name="compose_save_draft">Salvar rascunho?</string>
<string name="send_toot_notification_title">Enviando toot…</string>
<string name="send_toot_notification_error_title">Erro ao enviar toot</string>
<string name="send_toot_notification_channel_name">Enviando toots</string>
<string name="send_toot_notification_cancel_title">Envio cancelado</string>
<string name="send_toot_notification_saved_content">Uma cópia do toot foi salva nos seus rascunhos</string>
<string name="action_compose_shortcut">Compor</string>
<string name="error_no_custom_emojis">A sua instância %s não possui emojis personalizados</string>
<string name="copy_to_clipboard_success">Copiado para a área de transferência</string>
<string name="emoji_style">Estilo de emoji</string>
<string name="system_default">Padrão do sistema</string>
<string name="download_fonts">É necessário baixar estes pacotes de emojis primeiro</string>
<string name="performing_lookup_title">Realizando consulta…</string>
<string name="expand_collapse_all_statuses">Expandir/Ocultar todos os toots</string>
<string name="action_open_toot">Abrir toot</string>
<string name="restart_required">É preciso reiniciar o aplicativo</string>
<string name="restart_emoji">É preciso reiniciar o Tusky para aplicar essas mudanças</string>
<string name="later">Depois</string>
<string name="restart">Reiniciar</string>
<string name="caption_systememoji">Pacote de emojis padrão do seu dispositivo</string>
<string name="caption_blobmoji">Emojis padrão do Android da versão 4.4 até 7.1</string>
<string name="caption_twemoji">Pacote de emojis padrão do Mastodon</string>
<string name="download_failed">O download falhou</string>
<string name="profile_badge_bot_text">Robô</string>
<string name="account_moved_description">%1$s mudou-se para:</string>
<string name="reblog_private">Dar boost para audiência original</string>
<string name="unreblog_private">Desfazer boost</string>
<string name="license_description">O Tusky contém código e recursos dos seguintes projetos de código aberto:</string>
<string name="license_apache_2">Licenciado sob a licença Apache (cópia abaixo)</string>
2018-08-16 20:38:27 +02:00
<string name="profile_metadata_label">Metadados do perfil</string>
<string name="profile_metadata_add">Adicionar</string>
<string name="profile_metadata_label_label">Rótulo</string>
<string name="profile_metadata_content_label">Conteúdo</string>
<string name="pref_title_absolute_time">Usar tempo absoluto</string>
<string name="title_reblogged_by">Levou boost de</string>
<string name="title_favourited_by">Favoritado por</string>
New Crowdin translations (#1106) * New translations strings.xml (Italian) * New translations strings.xml (Czech) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Dutch) * New translations strings.xml (Italian) * New translations strings.xml (Tamil) * New translations strings.xml (Russian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Persian) * New translations strings.xml (Occitan) * New translations strings.xml (Hungarian) * New translations strings.xml (German) * New translations strings.xml (French) * New translations strings.xml (Chinese Traditional, Singapore) * New translations strings.xml (Chinese Traditional, Macau) * New translations strings.xml (Chinese Traditional, Hong Kong) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Arabic) * New translations strings.xml (Japanese) * New translations strings.xml (Turkish) * New translations strings.xml (Spanish) * New translations strings.xml (Esperanto) * New translations strings.xml (Dutch) * New translations strings.xml (Dutch) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Dutch) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Esperanto) * New translations strings.xml (Italian) * New translations strings.xml (Japanese) * New translations strings.xml (Japanese) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech) * New translations strings.xml (Czech)
2019-03-08 21:12:07 +01:00
<string name="description_visiblity_public">Público </string>
<string name="description_visiblity_private"> Seguidores
</string>
<string name="error_network">Ocorreu um erro de conexão! Por favor, verifique sua internet e tente novamente!</string>
<string name="title_tag">#%s</string>
<string name="title_statuses_pinned">Fixado</string>
<string name="status_username_format">\@%s</string>
<string name="status_content_show_more">Expandir</string>
<string name="status_content_show_less">Ocultar</string>
<string name="message_empty">Nada aqui.</string>
<string name="action_delete_and_redraft">Excluir e rascunhar</string>
<string name="action_view_account_preferences">Preferências da conta</string>
<string name="action_hashtags">Hashtags</string>
<string name="action_open_reblogger">Ver quem deu boost</string>
<string name="title_hashtags_dialog">Hashtags</string>
<string name="action_open_media_n">Abrir mídia #%d</string>
<string name="download_media">Baixar mídia</string>
<string name="downloading_media">Baixando mídia</string>
<string name="dialog_redraft_toot_warning">Excluir e rascunhar este toot\?</string>
<string name="pref_title_notification_filter_poll">Enquetes terminaram</string>
<string name="pref_title_timeline_filters">Filtros</string>
<string name="pref_title_language">Idioma</string>
<string name="post_privacy_followers_only">Apenas para seguidores</string>
<string name="notification_poll_name">Enquetes</string>
<string name="notification_poll_description">Notificar enquetes que já terminaram</string>
<string name="pref_title_public_filter_keywords">Timelines públicas</string>
<string name="pref_title_thread_filter_keywords">Sequências</string>
<string name="filter_addition_dialog_title">Criar filtro</string>
<string name="filter_edit_dialog_title">Editar filtro</string>
<string name="filter_dialog_remove_button">Remover</string>
<string name="filter_dialog_update_button">Atualizar</string>
<string name="filter_add_description">Frase para filtrar</string>
<string name="error_create_list">Não foi possível criar lista</string>
<string name="error_rename_list">Não foi possível renomear lista</string>
<string name="error_delete_list">Não foi possível excluir lista</string>
<string name="action_create_list">Criar uma lista</string>
<string name="action_rename_list">Renomear lista</string>
<string name="action_delete_list">Excluir lista</string>
<string name="action_edit_list">Editar lista</string>
<string name="hint_search_people_list">Pesquisar pessoas que você segue</string>
<string name="action_add_to_list">Adicionar conta à lista</string>
<string name="action_remove_from_list">Remover conta da lista</string>
<string name="hint_describe_for_visually_impaired">Descrever para deficientes visuais
\n(limite de %d caracteres)</string>
<string name="license_cc_by_4">CC-BY 4.0</string>
<string name="license_cc_by_sa_4">CC-BY-SA 4.0</string>
<string name="label_remote_account">As informações abaixo podem refletir incompletamente o perfil do usuário. Toque aqui para abrir o perfil completo no navegador.</string>
<string name="unpin_action">Desafixar</string>
<string name="pin_action">Fixar</string>
<plurals name="favs">
<item quantity="one">&lt;b>%1$s&lt;/b> Favorito</item>
<item quantity="other">&lt;b>%1$s&lt;/b> Favoritos</item>
</plurals>
<plurals name="reblogs">
<item quantity="one">&lt;b>%s&lt;/b> Boost</item>
<item quantity="other">&lt;b>%s&lt;/b> Boosts</item>
</plurals>
<string name="conversation_1_recipients">%1$s</string>
<string name="conversation_2_recipients">%1$s e %2$s</string>
<string name="conversation_more_recipients">%1$s, %2$s e %3$d outros</string>
<string name="max_tab_number_reached">excedeu o máximo de %1$d abas</string>
<string name="description_status_media">Mídia: %s</string>
<string name="description_status_cw">Aviso de conteúdo: %s</string>
<string name="description_status_media_no_description_placeholder">Sem descrição</string>
<string name="description_status_reblogged">Você deu boost</string>
<string name="description_status_favourited">Favoritado</string>
<string name="description_visiblity_unlisted">Não-listado</string>
<string name="description_visiblity_direct">Direta</string>
<string name="hint_list_name">Nome da lista</string>
<string name="edit_hashtag_title">Editar hashtag</string>
<string name="edit_hashtag_hint">Hashtag sem #</string>
<string name="hashtag">Hashtag</string>
<string name="notifications_clear">Limpar</string>
<string name="notifications_apply_filter">Filtro</string>
<string name="filter_apply">Salvar</string>
<string name="compose_shortcut_long_label">Compor toot</string>
<string name="compose_shortcut_short_label">Compor</string>
<string name="pref_title_bot_overlay">Mostrar indicador de robôs</string>
<string name="notification_clear_text">Você tem certeza de que quer limpar permanentemente todas as suas notificações\?</string>
<string name="compose_preview_image_description">Opções para imagem %s</string>
<string name="poll_info_format"> <!-- 15 votes • 1 hour left --> %1$s • %2$s</string>
<plurals name="poll_info_votes">
<item quantity="one">%s voto</item>
<item quantity="other">%s votos</item>
</plurals>
<string name="poll_info_time_relative">%s restando</string>
<string name="poll_info_time_absolute">termina em %s</string>
<string name="poll_info_closed">Terminou</string>
<string name="poll_option_format"> <!-- 15% vote for this! --> &lt;b&gt;%1$d%%&lt;/b&gt; %2$s</string>
<string name="poll_vote">Votar</string>
<string name="poll_ended_voted">Uma enquete em que você votou terminou</string>
<string name="poll_ended_created">Uma enquete sua terminou</string>
<plurals name="poll_timespan_days">
<item quantity="one">%d dia</item>
<item quantity="other">%d dias</item>
</plurals>
<plurals name="poll_timespan_hours">
<item quantity="one">%d hora</item>
<item quantity="other">%d horas</item>
</plurals>
<plurals name="poll_timespan_minutes">
<item quantity="one">%d minuto</item>
<item quantity="other">%d minutos</item>
</plurals>
<plurals name="poll_timespan_seconds">
<item quantity="one">%d segundo</item>
<item quantity="other">%d segundos</item>
</plurals>
<string name="pref_title_animate_gif_avatars">Reproduzir GIFs</string>
2019-06-24 22:15:31 +02:00
<string name="description_poll">Enquete com as opções: %1$s, %2$s, %3$s, %4$s; %5$s</string>
<string name="caption_notoemoji">Pacote de emojis atual do Google</string>
<string name="button_continue">Continuar</string>
<string name="button_back">Voltar</string>
<string name="button_done">Ok</string>
<string name="report_sent_success">\@%s denunciado com sucesso</string>
<string name="hint_additional_info">Comentários adicionais</string>
<string name="report_remote_instance">Encaminhar para %s</string>
<string name="failed_report">Falha na denúncia</string>
<string name="failed_fetch_statuses">Falha ao carregar toots</string>
<string name="report_description_1">A denúncia será enviada para o seu administrador da instância. Você pode explicar por que você denunciou a conta:</string>
<string name="report_description_remote_instance">A conta está em outra instância. Enviar uma cópia anonimizada da denúncia também\?</string>
<string name="title_domain_mutes">Instâncias bloqueadas</string>
<string name="action_view_domain_mutes">Instâncias bloqueadas</string>
<string name="action_mute_domain">Bloquear %s</string>
<string name="confirmation_domain_unmuted">%s desbloqueada</string>
<string name="mute_domain_warning">Você tem certeza de que deseja bloquear tudo de %s\? Você não verá mais conteúdos desta instância em nenhuma timeline pública ou nas suas notificações. Seus seguidores desta instância serão removidos.</string>
<string name="mute_domain_warning_dialog_ok">Bloquear instância</string>
<string name="pref_title_show_notifications_filter">Mostrar filtro de notificações</string>
<string name="filter_dialog_whole_word">Toda palavra</string>
<string name="filter_dialog_whole_word_description">Se for apenas alfanumérico, só se aplicará se combinar com a palavra inteira</string>
</resources>