diff options
Diffstat (limited to 'app/src/main/res/values-pt-rBR')
5 files changed, 9 insertions, 6 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 5163201b..47e7f52f 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!--Generated by crowdin.com--> <resources> - <!--Tabs--> <string name="feed">Feed de Notícias</string> <string name="most_recent">Mais Recente</string> <string name="top_stories">Principais Notícias</string> @@ -20,7 +19,6 @@ <string name="photos">Fotos</string> <string name="notes">Notas</string> <string name="on_this_day">Neste Dia</string> - <!--Login--> <string name="loading_account">Preparando tudo…</string> <string name="welcome">Bem-vindo(a) %s</string> <string name="select_facebook_account">Selecione a conta do Facebook</string> @@ -34,15 +32,16 @@ <string name="new_message">Nova mensagem</string> <string name="no_text">Nenhum texto</string> <string name="show_all_results">Mostrar todos os resultados</string> - <!--About--> <string name="frost_description">Frost é uma alternativa completamente tematizável e totalmente funcional para o aplicativo oficial do Facebook, feito a partir do zero e orgulhosamente de código aberto.</string> <string name="faq_title">FAQ Frost</string> - <!--HTML Extractor--> <string name="html_extraction_error">Ocorreu um erro na extração html.</string> <string name="html_extraction_cancelled">O pedido foi cancelado.</string> <string name="html_extraction_timeout">O pedido expirou.</string> <string name="file_chooser_not_found">O selecionador de arquivos não foi encontrado</string> <string name="top_bar">Barra superior</string> <string name="bottom_bar">Barra inferior</string> + <string name="preview">Visualizar</string> + <string name="options">Opções</string> + <string name="tab_customizer_instructions">Mantenha pressionado e arraste para reorganizar os ícones superiores.</string> </resources> diff --git a/app/src/main/res/values-pt-rBR/strings_download.xml b/app/src/main/res/values-pt-rBR/strings_download.xml index 27c50f27..5dc4c096 100644 --- a/app/src/main/res/values-pt-rBR/strings_download.xml +++ b/app/src/main/res/values-pt-rBR/strings_download.xml @@ -11,4 +11,5 @@ <string name="downloaded_video">Vídeo baixado</string> <string name="downloading_file">Baixando arquivo</string> <string name="downloaded_file">Arquivo baixado</string> + <string name="error_invalid_download">URL de download inválida</string> </resources> diff --git a/app/src/main/res/values-pt-rBR/strings_errors.xml b/app/src/main/res/values-pt-rBR/strings_errors.xml index 3c71d620..00504001 100644 --- a/app/src/main/res/values-pt-rBR/strings_errors.xml +++ b/app/src/main/res/values-pt-rBR/strings_errors.xml @@ -7,4 +7,6 @@ <string name="invalid_share_url_desc">Você compartilhou um bloco de texto que não é URL. O texto foi copiado para a área de transferência, para que você possa compartilhá-lo manualmente.</string> <string name="no_download_manager">Sem gerenciador de download</string> <string name="no_download_manager_desc">O gerenciador de download não está habilitado. Gostaria de habilitá-lo para permitir downloads?</string> + <string name="error_generic">Ocorreu um erro.</string> + <string name="video_load_failed">Falha ao carregar o vídeo</string> </resources> diff --git a/app/src/main/res/values-pt-rBR/strings_pref_appearance.xml b/app/src/main/res/values-pt-rBR/strings_pref_appearance.xml index 8a987481..980fa9cf 100644 --- a/app/src/main/res/values-pt-rBR/strings_pref_appearance.xml +++ b/app/src/main/res/values-pt-rBR/strings_pref_appearance.xml @@ -10,7 +10,9 @@ <string name="icon_color">Cor dos ícones</string> <string name="global_customization">Personalização geral</string> <string name="main_activity_layout">Layout da atividade principal</string> - <string name="main_activity_layout_desc">Definir o layout das abas principais</string> + <string name="main_activity_layout_desc">Define o layout das abas principais</string> + <string name="main_tabs">Layout das abas principais</string> + <string name="main_tabs_desc">Personalize quais abas você verá em sua aba principal</string> <string name="rounded_icons">Ícones Arredondados</string> <string name="rounded_icons_desc">Fotos de perfil e ícones de conversas em grupo serão arredondados</string> <string name="tint_nav">Cor da Barra de Navegação</string> diff --git a/app/src/main/res/values-pt-rBR/strings_pref_notifications.xml b/app/src/main/res/values-pt-rBR/strings_pref_notifications.xml index 1e128f7d..e623e522 100644 --- a/app/src/main/res/values-pt-rBR/strings_pref_notifications.xml +++ b/app/src/main/res/values-pt-rBR/strings_pref_notifications.xml @@ -15,7 +15,6 @@ <string name="notification_messages_all_accounts">Notificar mensagens de todas as contas</string> <string name="notification_messages_all_accounts_desc">Receber notificações de conversas de todas as contas</string> <string name="notification_fetch_now">Buscar Notificações Agora</string> - <string name="notification_fetch_now_desc">Acionar o buscador de notificações uma vez. Observe que buscar mensagens instantâneas leva tempo.</string> <string name="notification_fetch_success">Buscando Notificações…</string> <string name="notification_fetch_fail">Não foi possível buscar notificações</string> <string name="notification_sound">Som de Notificação</string> |