<resources>
    <string name="app_name">Nuvio</string>
    <string name="tv_channel_continue_watching">Continuar Assistindo</string>
    <string name="type_movie">Filme</string>
    <string name="type_movies">Filmes</string>
    <string name="type_series">Série</string>
    <string name="type_series_plural">Séries</string>
    <string name="type_unknown">Desconhecido</string>
    <string name="web_manage_addons_title">Gerenciar Addons</string>
    <string name="web_manage_addons_subtitle">Gerencie addons, catálogos e coleções</string>
    <string name="web_manage_addons_only_subtitle">Instalar ou remover addons</string>
    <string name="web_add_addon_url">Adicionar addon por URL</string>
    <string name="web_placeholder_url">https://example.com/manifest.json</string>
    <string name="web_btn_add">Adicionar</string>
    <string name="web_installed_addons">Addons Instalados</string>
    <string name="web_no_addons">Nenhum addon instalado</string>
    <string name="web_home_catalogs">Catálogos e Coleções da Tela Inicial</string>
    <string name="web_no_catalogs">Nenhum catálogo disponível na tela inicial</string>
    <string name="web_btn_save">Salvar Alterações</string>
    <string name="web_connection_lost">Conexão com a TV perdida</string>
    <string name="web_btn_remove">Remover</string>
    <string name="web_badge_new">Novo</string>
    <string name="web_badge_disabled">Desativado</string>
    <string name="web_btn_enable">Ativar</string>
    <string name="web_btn_disable">Desativar</string>
    <string name="web_error_addon_exists">Este addon já está na lista</string>
    <string name="web_status_waiting_tv">Aguardando TV</string>
    <string name="web_status_msg_waiting_tv">Confirme as alterações na sua TV para aplicá-las.</string>
    <string name="web_status_changes_applied">Alterações Aplicadas</string>
    <string name="web_status_msg_addon_updated">Sua configuração de addons foi atualizada na TV.</string>
    <string name="web_status_msg_repo_updated">Sua configuração de repositórios foi atualizada na TV.</string>
    <string name="web_status_changes_rejected">Alterações Rejeitadas</string>
    <string name="web_status_msg_changes_rejected">As alterações foram recusadas na TV. Sua lista foi revertida.</string>
    <string name="web_status_error">Algo Deu Errado</string>
    <string name="web_error_failed_save">Falha ao salvar. Verifique sua conexão com a TV.</string>
    <string name="web_btn_dismiss">Fechar</string>
    <string name="web_status_timeout">Tempo Esgotado</string>
    <string name="web_status_msg_timeout">Sem resposta da TV. Tente novamente.</string>
    <string name="web_status_msg_connection_lost">O servidor da TV não está mais acessível. As alterações podem ter sido aplicadas.</string>
    <string name="web_manage_repos_title">Gerenciar Repositórios</string>
    <string name="web_manage_repos_subtitle">Gerencie seus repositórios</string>
    <string name="web_add_repo_url">Adicionar repositório por URL</string>
    <string name="web_installed">Instalado</string>
    <string name="web_no_repos">Nenhum repositório instalado</string>
    <string name="web_error_repo_exists">Este repositório já está na lista</string>
    <string name="web_manage_collections_title">Gerenciar Coleções</string>
    <string name="web_manage_collections_subtitle">Crie e gerencie suas coleções personalizadas</string>
    <string name="web_status_msg_collections_updated">Suas coleções foram atualizadas na TV.</string>
    <string name="web_tab_addons">Addons</string>
    <string name="web_tab_home_layout">Layout da Tela Inicial</string>
    <string name="web_tab_collections">Coleções</string>
    <string name="web_btn_enable_all">Ativar Todos</string>
    <string name="web_btn_disable_all">Desativar Todos</string>
    <string name="web_btn_show_all">Mostrar Todos</string>
    <string name="web_btn_hide_all">Ocultar Todos</string>
    <string name="web_btn_new_collection">+ Nova Coleção</string>
    <string name="web_btn_export">Exportar</string>
    <string name="web_btn_import">Importar</string>
    <string name="web_no_collections">Nenhuma coleção ainda</string>
    <string name="web_badge_collection">Coleção</string>
    <string name="web_import_collections_title">Importar Coleções</string>
    <string name="web_import_tab_paste">Colar</string>
    <string name="web_import_tab_file">Arquivo</string>
    <string name="web_import_tab_url">URL</string>
    <string name="web_import_paste_placeholder">Cole o JSON das coleções aqui...</string>
    <string name="web_import_file_select">Toque para selecionar um arquivo .json</string>
    <string name="web_order_send_to_top">Enviar para o topo</string>
    <string name="web_order_send_to_bottom">Enviar para o final</string>
    <string name="web_title_show">Mostrar</string>
    <string name="web_title_hide">Ocultar</string>
    <string name="web_issue_singular">problema</string>
    <string name="web_issue_plural">problemas</string>
    <string name="web_source_singular">fonte</string>
    <string name="web_source_plural">fontes</string>
    <string name="web_source_added">Adicionado</string>
    <string name="web_no_sources_added">Nenhuma fonte adicionada ainda</string>
    <string name="web_import_select_file_first">Selecione um arquivo primeiro</string>
    <string name="web_import_enter_url">Insira uma URL</string>
    <string name="web_import_failed_fetch_url">Falha ao buscar URL</string>
    <string name="web_import_no_json">Nenhum JSON fornecido</string>
    <string name="web_import_expected_array">Esperada um lista JSON de coleções</string>
    <string name="web_import_empty_array">Lista vazia: nenhuma coleção encontrada</string>
    <string name="web_import_error_collection_invalid_id">Coleção {index}: \"id\" ausente ou inválido</string>
    <string name="web_import_error_collection_invalid_title">Coleção \"{collection}\": \"title\" ausente ou inválido</string>
    <string name="web_import_error_collection_folders_array">Coleção \"{collection}\": \"folders\" deve ser uma lista (array)</string>
    <string name="web_import_error_folder_invalid_format">Coleção \"{collection}\", pasta {index}: formato inválido</string>
    <string name="web_import_error_folder_missing_id">Coleção \"{collection}\", pasta {index}: \"id\" ausente</string>
    <string name="web_import_error_folder_missing_title">Coleção \"{collection}\", pasta \"{folder}\": \"title\" ausente</string>
    <string name="web_import_error_sources_array">Coleção \"{collection}\", pasta \"{folder}\": \"sources\" deve ser uma lista (array)</string>
    <string name="web_import_error_invalid_tile_shape">Coleção \"{collection}\", pasta \"{folder}\": tileShape \"{shape}\" inválido</string>
    <string name="web_import_error_source_invalid_format">Coleção \"{collection}\", pasta \"{folder}\", fonte {index}: formato inválido</string>
    <string name="web_import_error_source_missing_addon_fields">Coleção \"{collection}\", pasta \"{folder}\", fonte {index}: campos obrigatórios ausentes (addonId, type, catalogId)</string>
    <string name="web_import_error_source_missing_tmdb_type">Coleção \"{collection}\", pasta \"{folder}\", fonte {index}: tipo de fonte TMDB ausente</string>
    <string name="web_import_error_source_missing_trakt_id">Coleção \"{collection}\", pasta \"{folder}\", fonte {index}: ID de lista Trakt ausente</string>
    <string name="web_import_success">{count} coleção(ões) importada(s). Revise e clique em Salvar Alterações para aplicar.</string>
    <string name="web_import_invalid_json">JSON inválido</string>
    <string name="home_no_addons">Nenhum addon instalado. Adicione um para começar.</string>
    <string name="home_no_catalog_addons">Nenhum addon de catálogo instalado. Instale um para ver conteúdos.</string>
    <string name="auth_notice_nuvio_logged_out">Você foi desconectado do Nuvio. Faça login novamente.</string>
    <string name="auth_notice_trakt_logged_out">Você foi desconectado do Trakt. Reconecte-se.</string>
    <string name="error_generic">Ocorreu um erro</string>
    <string name="action_retry">Tentar novamente</string>
    <string name="error_state_generic_issue">Algo deu errado.</string>
    <string name="error_state_possible_fix">Possível solução: %1$s</string>
    <string name="error_state_fix_retry_soon">tente novamente em instantes.</string>
    <string name="error_state_issue_no_metadata_any_addon">Este ID não pôde carregar detalhes porque nenhum dos addons instalados retornou metadados.</string>
    <string name="error_state_fix_no_metadata_any_addon">tente outro addon, desative \"Preferir addon externo de informações\" nas configurações de Layout, ou confirme se um addon instalado suporta este ID.</string>
    <string name="error_state_prefix_no_supported_metadata">Nenhum addon instalado suporta metadados para </string>
    <string name="error_state_prefix_no_addon_for_id">Nenhum addon instalado pôde fornecer metadados para id=</string>
    <string name="error_state_fix_no_supported_metadata">instale ou atualize um addon que suporte este tipo de conteúdo e tente novamente.</string>
    <string name="error_state_prefix_tried_meta_addons">Addons de metadados testados:</string>
    <string name="error_state_fix_tried_meta_addons">instale um addon que suporte este ID, ou reconfigure/atualize o addon e tente novamente.</string>
    <string name="error_state_issue_missing_metadata_for_id">não possui metadados para este ID</string>
    <string name="error_state_fix_missing_metadata_for_id">abra este ID a partir de um addon diferente, desative \"Preferir addon externo de metadados\", ou verifique se o addon suporta este ID.</string>
    <string name="error_state_issue_addon_unreachable">não pôde ser alcançado</string>
    <string name="error_state_fix_addon_unreachable">verifique sua conexão com a internet, confirme se a URL do addon ainda funciona, então tente novamente.</string>
    <string name="error_state_issue_addon_connection_failed">rejeitou a conexão</string>
    <string name="error_state_fix_addon_connection_failed">certifique-se de que o servidor do addon está online e acessível, então tente novamente.</string>
    <string name="error_state_issue_addon_timeout">demorou muito para responder</string>
    <string name="error_state_fix_addon_timeout">tente novamente em instantes, ou use um addon diferente se isso continuar acontecendo.</string>
    <string name="error_state_issue_addon_cleartext">usa uma conexão HTTP insegura que o Android bloqueou</string>
    <string name="error_state_fix_addon_cleartext">altere a URL do addon para HTTPS ou atualize a configuração do addon.</string>
    <string name="error_state_fix_addon_generic">tente novamente, atualize ou reinstale o addon, ou use um addon diferente.</string>
    <string name="error_state_addon_issue_template">%1$s: %2$s.</string>
    <string name="error_meta_not_found">Metadados não encontrados</string>
    <string name="error_meta_no_supported_addon">Nenhum addon instalado suporta metadados para \"%1$s\".</string>
    <string name="error_meta_no_addon_for_id">Nenhum addon instalado pôde fornecer metadados para id=%1$s (tipo=%2$s).</string>
    <string name="error_meta_tried_none">Addons de metadados testados: %1$s. Nenhum deles forneceu metadados para id=%2$s (tipo=%3$s).</string>
    <string name="error_meta_tried_generic">Addons de metadados testados: %1$s. Não foi possível carregar metadados para id=%2$s (tipo=%3$s).</string>
    <string name="error_meta_tried_issues">Addons de metadados testados: %1$s. Não foi possível carregar metadados para id=%2$s (tipo=%3$s). Problemas: %4$s.</string>
    <string name="error_stream_no_supported_addon">Nenhum addon instalado suporta streams para \"%1$s\".</string>
    <string name="error_stream_tried_none">Addons de stream testados: %1$s. Nenhum deles retornou streams para id=%2$s (tipo=%3$s).</string>
    <string name="error_stream_tried_generic">Addons de stream testados: %1$s. Não foi possível carregar streams para id=%2$s (tipo=%3$s).</string>
    <string name="error_stream_tried_issues">Addons de stream testados: %1$s. Não foi possível carregar streams para id=%2$s (tipo=%3$s). Problemas: %4$s.</string>
    <string name="continue_watching">Continuar Assistindo</string>
    <string name="cw_upcoming">Em breve</string>
    <string name="cw_next_up">A Seguir</string>
    <string name="cw_new_episode">Novo Episódio</string>
    <string name="cw_new_season">Nova Temporada</string>
    <string name="cw_resume">Continuar</string>
    <string name="cw_percent_watched">%1$d%% Assistido</string>
    <string name="cw_hours_min_left">%1$dh %2$dmin Restantes</string>
    <string name="cw_min_left">%1$dmin Restantes</string>
    <string name="cw_almost_done">Quase Acabando</string>
    <string name="cw_airs_date">Estreia %1$s</string>
    <string name="cw_airs_today">Estreia hoje</string>
    <string name="cw_airs_tomorrow">Estreia amanhã</string>
    <string name="cw_action_go_to_details">Ver detalhes</string>
    <string name="cw_action_start_from_beginning">Assistir do início</string>
    <string name="cw_action_remove">Remover</string>
    <string name="cw_dialog_subtitle">Escolha o que deseja fazer com este item.</string>
    <string name="home_poster_dialog_subtitle">Opções do título</string>
    <string name="catalog_from_addon">de %1$s</string>
    <string name="action_see_all">Ver Todos</string>
    <string name="action_load_more">Carregar Mais</string>
    <string name="hero_creator">Criador: %1$s</string>
    <string name="hero_director">Diretor: %1$s</string>
    <string name="hero_writer">Roteirista: %1$s</string>
    <string name="hero_play">Assistir</string>
    <string name="hero_play_episode">Assistir: T%1$d:E%2$d</string>
    <string name="hero_add_to_library">Adicionar à biblioteca</string>
    <string name="hero_remove_from_library">Remover da biblioteca</string>
    <string name="hero_mark_watched">Marcar como assistido</string>
    <string name="hero_mark_unwatched">Marcar como não assistido</string>
    <string name="hero_play_trailer">Assistir Trailer</string>
    <string name="hero_press_back_trailer">Pressione voltar para sair do trailer</string>
    <string name="cd_rating">Classificação</string>
    <string name="episodes_season">Temporada %1$d</string>
    <string name="episodes_specials">Especiais</string>
    <string name="episodes_episode">Episódio</string>
    <string name="episodes_cd_watched">Assistido</string>
    <string name="episodes_dialog_subtitle">Opções do episódio</string>
    <string name="episodes_mark_watched">Marcar como assistido</string>
    <string name="episodes_mark_unwatched">Marcar como não assistido</string>
    <string name="episodes_mark_season_watched">Marcar temporada como assistida</string>
    <string name="episodes_mark_season_unwatched">Marcar temporada como não assistida</string>
    <string name="episodes_mark_previous_watched">Marcar episódios anteriores desta temporada como assistidos</string>
    <string name="episodes_mark_previous_seasons_watched">Marcar temporadas anteriores como assistidas</string>
    <string name="episodes_play">Assistir</string>
    <string name="episodes_open_comments">Abrir comentários do episódio</string>
    <string name="play_manually">Assistir manualmente</string>
    <string name="episodes_season_actions">Opções da temporada</string>
    <string name="detail_added_to_library">Adicionado à biblioteca</string>
    <string name="detail_removed_from_library">Removido da biblioteca</string>
    <string name="detail_episode_marked_watched">Episódio marcado como assistido</string>
    <string name="detail_episode_marked_unwatched">Episódio marcado como não assistido</string>
    <string name="detail_lists_updated">Listas atualizadas</string>
    <string name="detail_movie_marked_watched">Marcado como assistido</string>
    <string name="detail_movie_marked_unwatched">Marcado como não assistido</string>
    <string name="detail_all_episodes_watched">Todos os episódios já assistidos</string>
    <string name="detail_no_watched_episodes">Nenhum episódio assistido nesta temporada</string>
    <string name="detail_all_previous_watched">Todos os episódios anteriores já assistidos</string>
    <string name="detail_all_previous_seasons_watched">Todas as temporadas anteriores já assistidas</string>
    <string name="detail_marked_episodes_watched">Episódios marcados como assistidos: %1$d</string>
    <string name="detail_marked_episodes_unwatched">Episódios marcados como não assistidos: %1$d</string>
    <string name="detail_marked_previous_watched">Episódios anteriores marcados como assistidos: %1$d</string>
    <string name="detail_btn_play">Assistir</string>
    <string name="detail_btn_resume">Continuar</string>
    <string name="detail_btn_play_episode">Assistir T%1$d:E%2$d</string>
    <string name="detail_btn_resume_episode">Continuar T%1$d:E%2$d</string>
    <string name="detail_btn_next_episode">Próximo T%1$d:E%2$d</string>
    <string name="detail_tab_cast">Direção e Elenco</string>
    <string name="cast_role_creator">Criador</string>
    <string name="cast_role_director">Diretor</string>
    <string name="cast_role_writer">Roteirista</string>
    <string name="detail_tab_ratings">Avaliações</string>
    <string name="detail_tab_more_like_this">Recomendações</string>
    <string name="detail_tab_trailer">Trailer</string>
    <string name="detail_more_like_this_powered_by_tmdb">Com tecnologia TMDB</string>
    <string name="detail_more_like_this_powered_by_trakt">Com tecnologia Trakt</string>
    <string name="detail_comments_title">Comentários</string>
    <string name="detail_comments_subtitle">Avaliações do Trakt</string>
    <string name="detail_comments_subtitle_episode">Avaliações do Trakt para T%1$d:E%2$d</string>
    <string name="detail_comments_mode_show">Série</string>
    <string name="detail_comments_mode_episode">Episódio</string>
    <string name="detail_comments_mode_episode_change">Alterar episódio (%1$s)</string>
    <string name="detail_comments_episode_picker_title">Escolher episódio</string>
    <string name="detail_comments_episode_picker_subtitle">Selecione um episódio para ver suas avaliações no Trakt</string>
    <string name="detail_section_network">Emissora</string>
    <string name="detail_section_production">Produção</string>
    <string name="detail_comments_empty">Nenhuma avaliação do Trakt disponível ainda.</string>
    <string name="detail_comments_error">Não foi possível carregar as avaliações do Trakt no momento.</string>
    <string name="detail_trailer_loading">Carregando trailer...</string>
    <string name="detail_trailer_error">Não foi possível carregar o trailer no momento.</string>
    <string name="detail_comments_spoiler_hidden">Comentário com spoiler. Pressione OK para revelar.</string>
    <string name="detail_comments_reveal_spoiler">Revelar spoiler</string>
    <string name="detail_comments_reveal_spoiler_hint">Pressione OK para revelar o spoiler.</string>
    <string name="detail_comments_back_hint">Clique em voltar para fechar</string>
    <string name="detail_comments_badge_review">Avaliação</string>
    <string name="detail_comments_badge_spoiler">Spoiler</string>
    <string name="detail_comments_badge_rating">%1$d/10</string>
    <string name="detail_comments_likes">%1$d curtidas</string>
    <string name="tmdb_entity_kind_company">Produtora</string>
    <string name="tmdb_entity_kind_network">Emissora</string>
    <string name="tmdb_entity_rail_popular">Populares</string>
    <string name="tmdb_entity_rail_top_rated">Mais bem avaliados</string>
    <string name="tmdb_entity_rail_recent">Recentes</string>
    <string name="tmdb_entity_rail_most_voted">Mais Votados</string>
    <string name="collections_editor_tmdb_watch_region">Região de disponibilidade</string>
    <string name="collections_editor_tmdb_watch_region_helper">Código do país (ISO 3166-1) onde o título está disponível. Exemplo: BR, US.</string>
    <string name="collections_editor_tmdb_quick_watch_regions">Regiões rápidas</string>
    <string name="collections_editor_tmdb_watch_providers">IDs de plataformas de streaming</string>
    <string name="collections_editor_tmdb_watch_providers_helper">Use os IDs das plataformas no TMDB. Separe múltiplos por vírgula para "E", ou barras verticais (|) para "OU".</string>
    <string name="collections_editor_tmdb_watch_providers_placeholder">8|337|350</string>
    <string name="collections_editor_tmdb_quick_watch_providers">Plataformas rápidas</string>
    <string name="tmdb_error_load_source">Não foi possível carregar a fonte do TMDB</string>
    <string name="tmdb_error_list_not_found">Lista não encontrada no TMDB</string>
    <string name="tmdb_error_collection_not_found">Coleção não encontrada no TMDB</string>
    <string name="tmdb_error_company_not_found">Produtora não encontrada no TMDB</string>
    <string name="tmdb_error_network_not_found">Emissora não encontrada no TMDB</string>
    <string name="tmdb_error_person_not_found">Pessoa não encontrada no TMDB</string>
    <string name="tmdb_error_missing_list_id">ID da lista do TMDB ausente</string>
    <string name="tmdb_error_missing_collection_id">ID da coleção do TMDB ausente</string>
    <string name="tmdb_error_missing_person_id">ID da pessoa do TMDB ausente</string>
    <string name="tmdb_error_person_credits_not_found">Créditos da pessoa não encontrada no TMDB</string>
    <string name="tmdb_error_discover_no_data">A busca do TMDB não retornou dados</string>
    <string name="tmdb_entity_empty_title">Nenhum título encontrado</string>
    <string name="tmdb_entity_empty_subtitle">O TMDB não possui títulos disponíveis para esta seleção.</string>
    <string name="episodes_unavailable">Indisponível</string>
    <string name="series_status_ended">Encerrada</string>
    <string name="series_status_continuing">Renovada</string>
    <string name="series_status_current">Em Exibição</string>
    <string name="series_status_cancelled">Cancelada</string>
    <string name="series_status_released">Lançada</string>
    <string name="series_status_planned">Planejada</string>
    <string name="series_status_rumored">Rumores</string>
    <string name="series_status_in_production">Em Produção</string>
    <string name="series_status_post_production">Pós-Produção</string>
    <string name="movie_status_ended">Encerrado</string>
    <string name="movie_status_continuing">Em Andamento</string>
    <string name="movie_status_current">Em Cartaz</string>
    <string name="movie_status_cancelled">Cancelado</string>
    <string name="movie_status_released">Lançado</string>
    <string name="movie_status_planned">Planejado</string>
    <string name="movie_status_rumored">Rumores</string>
    <string name="movie_status_in_production">Em Produção</string>
    <string name="movie_status_post_production">Pós-Produção</string>
    <string name="detail_lists_fallback">Listas</string>
    <string name="detail_lists_subtitle">Selecione quais listas devem incluir este título.</string>
    <string name="action_save">Salvar</string>
    <string name="action_saving">Salvando…</string>
    <string name="appearance_language">Idioma do App</string>
    <string name="appearance_language_subtitle">Substituir idioma do sistema</string>
    <string name="appearance_language_system">Padrão do Sistema</string>
    <string name="appearance_language_dialog_title">Escolha idioma</string>
    <string name="appearance_language_restart_hint">Reinicie o app para aplicar a alteração de idioma.</string>
    <string name="appearance_font">Fonte do App</string>
    <string name="appearance_font_subtitle">Escolha sua fonte preferida</string>
    <string name="appearance_font_dialog_title">Escolha Fonte</string>
    <string name="appearance_title">Aparência</string>
    <string name="appearance_subtitle">Escolha seu tema de cores, fonte e idioma</string>
    <string name="appearance_color_theme">Tema de Cores</string>
    <string name="appearance_color_theme_subtitle">Escolha a cor de destaque usada no aplicativo</string>
    <string name="theme_color_crimson">Carmesim</string>
    <string name="theme_color_ocean">Oceano</string>
    <string name="theme_color_violet">Violeta</string>
    <string name="theme_color_emerald">Esmeralda</string>
    <string name="theme_color_amber">Âmbar</string>
    <string name="theme_color_rose">Rosa</string>
    <string name="theme_color_white">Branco</string>
    <string name="appearance_amoled_mode">Modo AMOLED</string>
    <string name="appearance_amoled_mode_subtitle">Usar preto puro no plano de fundo do aplicativo</string>
    <string name="appearance_amoled_surfaces_mode">Superfícies em Preto Puro</string>
    <string name="appearance_amoled_surfaces_mode_subtitle">Também aplica preto puro em cartões, painéis e menus</string>
    <string name="appearance_font_and_language">Fonte e Idioma</string>
    <string name="appearance_font_and_language_subtitle">Escolha o tipo de letra e o idioma usado em todo o app</string>
    <string name="cd_selected">Selecionado</string>
    <string name="about_title">Sobre</string>
    <string name="about_subtitle">Informações, atualizações e termos legais</string>
    <string name="about_made_with_love">Feito com ❤️ por Tapframe e amigos</string>
    <string name="about_version">Versão %1$s</string>
    <string name="about_check_updates">Verificar atualizações</string>
    <string name="about_check_updates_subtitle">Baixar a versão mais recente</string>
    <string name="about_privacy_policy">Política de Privacidade</string>
    <string name="about_privacy_policy_subtitle">Ler nossa política de privacidade</string>
    <string name="about_supporters_contributors">Apoiadores &amp; Colaboradores</string>
    <string name="about_supporters_contributors_subtitle">Reconhecimento e créditos do projeto</string>
    <string name="about_licenses_attributions">Licenças e Atribuições</string>
    <string name="about_licenses_attributions_subtitle">Fontes de dados, agradecimentos e licenças Android</string>
    <string name="licenses_attributions_title">Licenças e Atribuições</string>
    <string name="licenses_attributions_subtitle">Provedores de dados, créditos de serviços e licenças de reprodução Android usadas pelo Nuvio TV.</string>
    <string name="licenses_attributions_section_app">LICENÇA DO APP</string>
    <string name="licenses_attributions_section_data">DADOS e SERVIÇOS</string>
    <string name="licenses_attributions_section_playback">LICENÇAS DE REPRODUÇÃO ANDROID</string>
    <string name="licenses_attributions_nuvio_title">Nuvio TV</string>
    <string name="licenses_attributions_nuvio_body">Código-fonte e os termos de licença estão disponíveis no repositório do projeto. Licenciado sob a GNU General Public License v3.0.</string>
    <string name="licenses_attributions_tmdb_title">The Movie Database (TMDB)</string>
    <string name="licenses_attributions_tmdb_body">O Nuvio utiliza a API do TMDB para metadados de filmes e séries, artes, trailers, elenco, detalhes de produção, coleções e recomendações. Este produto usa a API do TMDB, mas não é endossado ou certificado pelo TMDB.</string>
    <string name="licenses_attributions_trakt_title">Trakt</string>
    <string name="licenses_attributions_trakt_body">O Nuvio conecta-se ao Trakt para autenticação de contas, histórico de assistidos, sincronização de progresso, dados de biblioteca, avaliações, listas e comentários. O Nuvio não é afiliado nem endossado pelo Trakt.</string>
    <string name="licenses_attributions_mdblist_title">MDBList</string>
    <string name="licenses_attributions_mdblist_body">O Nuvio utiliza o MDBList para avaliações e dados de provedores de pontuação externa. O Nuvio não é afiliado nem endossado pelo MDBList.</string>
    <string name="licenses_attributions_introdb_title">IntroDB</string>
    <string name="licenses_attributions_introdb_body">O Nuvio utiliza a API do IntroDB para introduções, recaps, créditos e marcações de prévias fornecidas pela comunidade, usadas nos controles de pular. O Nuvio não é afiliado nem endossado pelo IntroDB.</string>
    <string name="licenses_attributions_imdb_title">IMDb Conjuntos de Dados Não-Comerciais</string>
    <string name="licenses_attributions_imdb_body">O Nuvio utiliza conjuntos de dados não-comerciais do IMDb, incluindo title.ratings.tsv.gz, para avaliações e contagem de votos do IMDb. Informações cortesia do IMDb (https://www.imdb.com). Usado com permissão. Os dados do IMDb são para uso pessoal e não-comercial sob os termos do IMDb.</string>
    <string name="licenses_attributions_exoplayer_title">AndroidX Media3 ExoPlayer 1.8.0</string>
    <string name="licenses_attributions_exoplayer_body">Usado como motor de reprodução Android. Licenciado sob a Apache License, Versão 2.0.</string>
    <string name="licenses_attributions_libmpv_title">libmpv / libmpv-android</string>
    <string name="licenses_attributions_libmpv_body">Usado como motor de reprodução Android. O wrapper libmpv-android é licenciado sob a licença MIT; mpv/libmpv e componentes nativos incluídos mantêm seus termos de licença originais.</string>
    <string name="settings_experience">Experiência</string>
    <string name="settings_experience_subtitle">Essencial ou Avançado</string>
    <string name="settings_account">Conta</string>
    <string name="settings_account_subtitle">Conta e status de sincronização</string>
    <string name="settings_profiles">Perfis</string>
    <string name="settings_profiles_subtitle">Gerenciar perfis de usuário</string>
    <string name="settings_layout">Layout</string>
    <string name="settings_layout_subtitle">Estrutura da página inicial e estilos de pôster</string>
    <string name="settings_plugins">Plugins</string>
    <string name="settings_plugins_subtitle">Repositórios e provedores</string>
    <string name="settings_integration">Integrações</string>
    <string name="settings_playback">Reprodução</string>
    <string name="settings_playback_subtitle">Player, legendas e reprodução automática</string>
    <string name="settings_trakt_subtitle">>Conectar ou gerenciar conta Trakt</string>
    <string name="settings_about_subtitle">Versão e políticas</string>
    <string name="settings_network">Velocidade de conexão</string>
    <string name="settings_network_subtitle">Latência e diagnóstico de download</string>
    <string name="settings_advanced">Avançado</string>
    <string name="settings_advanced_subtitle">Desempenho, navegação, cache e diagnósticos</string>
    <string name="experience_mode_essential">Essencial</string>
    <string name="experience_mode_advanced">Avançado</string>
    <string name="experience_mode_choose_title">Escolha sua experiência Nuvio</string>
    <string name="experience_mode_choose_subtitle">Simples ou completo, mude a qualquer hora</string>
    <string name="experience_mode_essential_card_subtitle">Configurações básicas, addons e Trakt</string>
    <string name="experience_mode_advanced_card_subtitle">Configurações, layout, catálogo e diagnósticos</string>
    <string name="experience_mode_group_title">Modo de experiência</string>
    <string name="essential_addon_continue_for_now">Continuar por enquanto</string>
    <string name="essential_playback_basics">Reprodução básica</string>
    <string name="essential_subtitles_and_audio">Legendas e áudio</string>
    <string name="essential_stream_selection">Seleção de stream</string>
    <string name="stream_auto_play_first_stream">Primeiro stream</string>
    <string name="stream_auto_play_manual_short">Manual</string>
    <string name="stream_auto_play_smart_match">Seleção inteligente</string>
    <string name="essential_subtitle_language">Idioma da legenda</string>
    <string name="essential_audio_language">Idioma do áudio</string>
    <string name="audio_lang_media_default">Padrão da mídia</string>
    <string name="essential_playback_header_title">Reprodução</string>
    <string name="essential_playback_header_subtitle">Reprodução simples, legenda, áudio e P2P</string>
    <string name="essential_stream_selection_subtitle">Escolha manual ou auto do primeiro stream</string>
    <string name="essential_autoplay_next_episode">Autorreproduzir próximo episódio</string>
    <string name="essential_autoplay_next_episode_subtitle">Ir para o próximo episódio automaticamente após termino</string>
    <string name="essential_p2p_streams">Streams P2P (Torrent)</string>
    <string name="essential_p2p_streams_subtitle">Permitir fontes P2P (BitTorrent)</string>
    <string name="essential_subtitle_language_subtitle">Idioma preferido da legenda</string>
    <string name="essential_audio_language_subtitle">Idioma preferido do áudio</string>
    <string name="account_error_incorrect_pin">PIN incorreto</string>
    <string name="account_error_sync_code_expired">Código expirado</string>
    <string name="account_error_invalid_sync_code">Código inválido</string>
    <string name="account_error_sync_code_not_found">Código não encontrado</string>
    <string name="account_error_device_already_linked">Dispositivo já vinculado</string>
    <string name="account_error_generic_retry">Erro. Tente novamente</string>
    <string name="account_error_invalid_credentials">Email ou senha incorretos</string>
    <string name="account_error_email_not_confirmed">Confirme seu email primeiro</string>
    <string name="account_error_email_already_registered">Email já registrado</string>
    <string name="account_error_invalid_email">Digite um email válido</string>
    <string name="account_error_password_too_short">Senha muito curta</string>
    <string name="account_error_password_too_weak">Senha muito fraca</string>
    <string name="account_error_signup_disabled">Cadastro desativado</string>
    <string name="account_error_rate_limited">Muitas tentativas. Tente depois</string>
    <string name="account_error_qr_login_expired">Login QR expirado</string>
    <string name="account_error_invalid_qr_login">Código QR inválido</string>
    <string name="account_error_qr_login_other_device">QR solicitado em outro dispositivo</string>
    <string name="account_error_qr_login_outdated">Serviço QR desatualizado</string>
    <string name="account_error_qr_login_missing_setup">Configuração QR ausente</string>
    <string name="account_error_qr_login_misconfigured">URL QR mal configurada</string>
    <string name="account_error_qr_login_invalid_request">Solicitação QR inválida</string>
    <string name="account_error_no_internet">Sem conexão</string>
    <string name="account_error_connection_timeout">Tempo de conexão esgotado</string>
    <string name="account_error_connection_refused">Servidor não responde</string>
    <string name="account_error_not_authenticated">Faça login primeiro</string>
    <string name="account_error_service_unavailable">Serviço indisponível</string>
    <string name="account_error_invalid_request">Solicitação inválida</string>
    <string name="account_error_unexpected">Erro inesperado</string>
    <string name="experience_mode_switch_to_essential">Mudar para Essencial</string>
    <string name="experience_mode_switch_to_essential_subtitle">Oculta as telas de configuração avançada sem alterar seus ajustes salvos.</string>
    <string name="experience_mode_switch_to_advanced">Mudar para Avançado</string>
    <string name="experience_mode_switch_to_advanced_header_subtitle">Mude para o Avançado para acessar todas as configurações.</string>
    <string name="experience_mode_switch_to_advanced_subtitle">Exibe o layout completo, plug-ins, integrações, catálogo, coleções e ajustes finos.</string>
    <string name="experience_mode_confirm_essential_title">Mudar para Essencial?</string>
    <string name="experience_mode_confirm_advanced_title">Mudar para Avançado?</string>
    <string name="experience_mode_confirm_essential_subtitle">As telas avançadas serão ocultadas, mas suas configurações salvas não serão alteradas. Você pode voltar quando quiser.</string>
    <string name="experience_mode_confirm_advanced_subtitle">Isso libera a interface completa de configurações, incluindo catálogos, coleções e controles de ajustes finos.</string>
    <string name="network_speed_test_run">Executar teste de velocidade</string>
    <string name="network_speed_test_running">Executando teste de velocidade</string>
    <string name="network_speed_test_subtitle">Medir velocidade de download e latência</string>
    <string name="network_testing_latency">Medindo latência</string>
    <string name="network_testing_download">Medindo velocidade de download</string>
    <string name="network_results_title">Resultados</string>
    <string name="network_latency_label">Latência</string>
    <string name="network_download_label">Download</string>
    <string name="network_error_prefix">Erro: %1$s</string>
    <string name="network_powered_by_fast">Fornecido por fast.com</string>
    <string name="network_connection_wifi">Wi-Fi</string>
    <string name="network_connection_ethernet">Ethernet</string>
    <string name="network_connection_offline">Offline</string>
    <string name="advanced_section_performance">Desempenho e navegação</string>
    <string name="advanced_section_diagnostics">Diagnóstico</string>
    <string name="advanced_section_cache">Cache</string>
    <string name="advanced_section_dv_diagnostics">Diagnóstico de Dolby Vision</string>
    <string name="advanced_fast_horizontal_navigation">Navegação horizontal rápida</string>
    <string name="advanced_fast_horizontal_navigation_subtitle">Acelera a navegação nas fileiras</string>
    <string name="advanced_nuvio_focus_scroll">Rolagem de foco Nuvio</string>
    <string name="advanced_nuvio_focus_scroll_subtitle">Usa animação de foco personalizada do Nuvio</string>
    <string name="advanced_memory_only_vertical_scroll">Rolagem vertical via memória</string>
    <string name="advanced_memory_only_vertical_scroll_subtitle">Não carrega imagens ao rolar as fileiras</string>
    <string name="advanced_compose_highlighter">Destacador de interface</string>
    <string name="advanced_compose_highlighter_subtitle">Destaca elementos recarregados na tela</string>
    <string name="advanced_clear_cw_cache">Limpar cache de "Continuar Assistindo"</string>
    <string name="advanced_clear_cw_cache_subtitle">Apaga dados do "Continuar Assistindo"</string>
    <string name="advanced_clear_cw_cache_done">Cache limpo com sucesso</string>
    <string name="advanced_remember_last_profile">Lembrar último perfil selecionado</string>
    <string name="advanced_remember_last_profile_subtitle">Abre com o último perfil usado ao iniciar o app</string>
    <string name="settings_debug">Depuração</string>
    <string name="settings_debug_subtitle">Ferramentas de desenvolvedor e recursos avançados</string>
    <string name="settings_plugins_section_subtitle">Gerenciar repositórios, provedores e Addons</string>
    <string name="settings_account_section_subtitle">Conta e Status de Sincronização</string>
    <string name="account_stat_addons">addons</string>
    <string name="account_stat_plugins">plugins</string>
    <string name="account_stat_library">biblioteca</string>
    <string name="account_stat_progress">progresso</string>
    <string name="account_stat_watched">assistidos</string>
    <string name="settings_integrations_section">Integrações</string>
    <string name="settings_integrations_section_subtitle">Gerenciar integrações disponíveis</string>
    <string name="settings_tmdb_subtitle">Controle de enriquecimento de metadados</string>
    <string name="settings_mdblist_subtitle">Provedores externos de Classificações</string>
    <string name="settings_animeskip_subtitle">Pular introduções/créditos de animes</string>
    <string name="settings_debrid_subtitle">Fontes de contas na nuvem (Experimental)</string>
    <string name="playback_title">Configurações de Reprodução</string>
    <string name="playback_subtitle">Configurar vídeo, áudio e legendas</string>
    <string name="cd_decrease">Diminuir</string>
    <string name="cd_increase">Aumentar</string>
    <string name="action_cancel">Cancelar</string>
    <string name="action_apply">Aplicar</string>
    <string name="sub_opacity">Opacidade</string>
    <string name="action_none">Nenhum</string>
    <string name="action_close">Fechar</string>
    <string name="supporters_contributors_title">Apoiadores e Colaboradores</string>
    <string name="supporters_contributors_subtitle">As pessoas que apoiam o Nuvio e os colaboradores que o constroem para TV e celular.</string>
    <string name="supporters_contributors_supporters_copy">Apoiadores e doadores ajudam a manter o projeto ativo, financiam a infraestrutura e abrem espaço para recursos ambiciosos.</string>
    <string name="supporters_contributors_donate_copy">O Nuvio continuará sendo gratuito e de código aberto. Se você quiser apoiar o projeto, pode ajudar com os custos de tempo e infraestrutura.</string>
    <string name="supporters_contributors_donate_button">Apoiar o Nuvio</string>
    <string name="supporters_contributors_qr_title">Escaneie para apoiar</string>
    <string name="supporters_contributors_qr_subtitle">Abra o link no seu celular para apoiar o Nuvio pelo Ko-fi.</string>
    <string name="supporters_contributors_qr_hint">Aponte a câmera para o código QR ou use o botão abaixo.</string>
    <string name="supporters_contributors_back_button">Voltar para detalhes</string>
    <string name="supporters_tab">Apoiadores</string>
    <string name="sponsors_tab">Patrocinadores</string>
    <string name="contributors_tab">Colaboradores</string>
    <string name="supporters_loading">Carregando apoiadores…</string>
    <string name="supporters_empty">Nenhum apoiador encontrado ainda.</string>
    <string name="supporters_error_title">Não foi possível carregar os apoiadores</string>
    <string name="supporters_no_message">Nenhuma mensagem compartilhada.</string>
    <string name="supporters_open_donations">Abrir página de doações</string>
    <string name="sponsors_loading">Carregando patrocinadores…</string>
    <string name="sponsors_empty">Nenhum patrocinador encontrado ainda.</string>
    <string name="sponsors_error_title">Não foi possível carregar patrocinadores</string>
    <string name="sponsors_detail_copy">Patrocinadores ajudam o Nuvio a avançar no desenvolvimento.</string>
    <string name="sponsors_channel_unavailable">Canal de patrocinadores indisponível.</string>
    <string name="sponsors_open_channel">Abrir canal de patrocinadores</string>
    <string name="contributors_loading">Carregando colaboradores do GitHub…</string>
    <string name="contributors_empty">Nenhum colaborador encontrado ainda.</string>
    <string name="contributors_error_title">Não foi possível carregar os colaboradores</string>
    <string name="contributors_total_contributions">%1$d contribuições no total</string>
    <string name="contributors_open_github">Abrir Perfil no GitHub</string>
    <string name="contributors_show_kofi_qr">Mostrar QR do Ko-fi</string>
    <string name="contributors_hide_kofi_qr">Ocultar QR do Ko-fi</string>
    <string name="contributors_profile_unavailable">Link do perfil no GitHub indisponível.</string>
    <string name="playback_section_general">Geral</string>
    <string name="playback_section_general_desc">Comportamento principal do player</string>
    <string name="playback_loading_overlay">Tela de carregamento</string>
    <string name="playback_loading_overlay_sub">Exibir até o vídeo iniciar</string>
    <string name="playback_pause_overlay">Informações ao pausar</string>
    <string name="playback_pause_overlay_sub">Detalhes após 5s de pausa</string>
    <string name="playback_show_clock_sub">Mostrar hora atual e término</string>
    <string name="playback_osd_clock">Relógio na tela</string>
    <string name="playback_skip_intro">Pular introduções</string>
    <string name="playback_skip_intro_sub">Usar introdb.app para detectar aberturas e resumos</string>
    <string name="playback_parental_guide">Avisos de conteúdo</string>
    <string name="playback_parental_guide_sub">Exibir aviso de classificação indicativa ao iniciar a reprodução.</string>
    <string name="playback_auto_skip_segments">Pular automaticamente</string>
    <string name="playback_auto_skip_segments_sub">Escolha quais trechos pular automaticamente</string>
    <string name="auto_skip_intro">Aberturas</string>
    <string name="auto_skip_intro_sub">Pula aberturas e intros automaticamente</string>
    <string name="auto_skip_recap">Resumo anterior</string>
    <string name="auto_skip_recap_sub">Pula o resumo do episódio anterior</string>
    <string name="auto_skip_outro">Encerramentos (Créditos)</string>
    <string name="auto_skip_outro_sub">Pula os encerramentos automaticamente</string>
    <string name="playback_auto_frame_rate">Resolução e Quadros Automáticos</string>
    <string name="playback_section_player">Player e Seleção de Fontes</string>
    <string name="playback_section_player_desc">Preferência, reprodução e filtros</string>
    <string name="playback_player">Player</string>
    <string name="playback_player_internal">Interno</string>
    <string name="playback_player_external">Externo</string>
    <string name="playback_player_ask">Sempre perguntar</string>
    <string name="playback_internal_player_engine">Player Interno</string>
    <string name="playback_engine_exoplayer">ExoPlayer</string>
    <string name="playback_engine_mvplayer">Libmpv (Beta)</string>
    <string name="playback_auto_switch_internal_player_on_error">Alternar motor em erro inicial</string>
    <string name="playback_auto_switch_internal_player_on_error_sub">Se falhar, alternar ExoPlayer/libmpv</string>
    <string name="playback_external_forward_subtitles">Enviar legendas ao player externo</string>
    <string name="playback_external_forward_subtitles_sub">Carrega automaticamente as legendas no seu idioma quando você escolhe assistir usando outro aplicativo de vídeo.</string>
    <string name="playback_section_audio">Áudio e Vídeo</string>
    <string name="playback_section_audio_desc">Ajustes de som e opções de reprodução de vídeo.</string>
    <string name="playback_section_subtitles">Legendas</string>
    <string name="playback_section_subtitles_desc">Idioma, estilo e renderização</string>
    <string name="playback_afr_open">Exibir</string>
    <string name="playback_afr_closed">Esconder</string>
    <string name="playback_afr_off">Desativado</string>
    <string name="playback_afr_off_sub">Não altera taxa de atualização da tela</string>
    <string name="playback_afr_on_start">Ao iniciar</string>
    <string name="playback_afr_on_start_sub">Ajustar ao iniciar reprodução</string>
    <string name="playback_afr_on_start_stop">Ao iniciar/parar</string>
    <string name="playback_afr_on_start_stop_sub">Ajustar e restaurar ao sair</string>
    <string name="playback_resolution_matching">Ajuste de resolução</string>
    <string name="playback_resolution_matching_sub">Sincronizar tela com vídeo</string>
    <string name="playback_resolution_matching_unsupported_sub">A tela suporta apenas uma resolução; sem efeito.</string>
    <string name="playback_afr_capability_unsupported_title">Alguns ajustes podem não funcionar</string>
    <string name="playback_afr_capability_both_problem_body">A taxa de quadros e resolução automáticas estão ativas, mas sua tela só suporta um modo. Recomendamos desativar ambos.</string>
    <string name="playback_afr_capability_only_afr_unsupported_body">A taxa de quadros automática está ativa, mas sua tela só suporta uma frequência. Recomendamos desativar.</string>
    <string name="playback_afr_capability_only_res_unsupported_body">A resolução automática está ativa, mas sua tela só suporta uma resolução. Recomendamos desativar.</string>
    <string name="playback_afr_capability_disable_button">Desativar Taxa de Quadros</string>
    <string name="playback_afr_capability_disable_resolution_button">Desativar Resolução Automática</string>
    <string name="playback_afr_capability_disable_both_button">Desativar ambos</string>
    <string name="playback_player_external_desc">Abrir vídeos em app externo</string>
    <string name="playback_player_ask_desc">Escolher player sempre</string>
    <string name="playback_player_auto">Automático (Melhor para conteúdo)</string>
    <string name="playback_player_auto_desc">ExoPlayer: Filmes/Séries · MPV: Animes</string>
    <string name="playback_engine_exoplayer_desc">Compatível com recursos atuais do Nuvio</string>
    <string name="playback_engine_mvplayer_desc">Usa libmpv com OSD do Nuvio (Experimental)</string>
    <string name="video_section">Vídeo</string>
    <string name="audio_trailer_section">Trailer</string>
    <string name="audio_autoplay_trailers">Reproduzir trailers Automaticamente</string>
    <string name="audio_autoplay_trailers_sub">Reproduzir trailers Automaticamente na tela de detalhes</string>
    <string name="audio_trailer_delay">Atraso do trailer</string>
    <string name="audio_section">Áudio</string>
    <string name="audio_lang_default">Padrão (arquivo de mídia)</string>
    <string name="audio_lang_device">Idioma do dispositivo</string>
    <string name="audio_lang_original">Idioma original</string>
    <string name="audio_lang_original_hint">Requer enriquecimento do TMDB ativado</string>
    <string name="audio_preferred_lang">Idioma de áudio preferido</string>
    <string name="audio_skip_silence">Pular silêncio</string>
    <string name="audio_skip_silence_sub">Pular partes silenciosas</string>
    <string name="audio_remember_delay_per_device">Lembrar atraso de áudio por dispositivo</string>
    <string name="audio_remember_delay_per_device_sub">Salva o ajuste de áudio para cada saída de som</string>
    <string name="audio_advanced_section">Áudio avançado</string>
    <string name="audio_advanced_warning">Pode causar problemas. Alterar com cuidado</string>
    <string name="audio_number_of_channels">Canais de áudio</string>
    <string name="audio_number_of_channels_desc">Define a configuração de canais para a mixagem de áudio (downmix).</string>
    <string name="audio_decoder_device_only">Apenas decodificadores nativos</string>
    <string name="audio_decoder_prefer_device">Preferir decodificadores nativos</string>
    <string name="audio_decoder_prefer_app">Preferir decodificadores do app</string>
    <string name="audio_decoder_priority">Prioridade do decodificador</string>
    <string name="audio_enable_downmix_title">Ativar mixagem de áudio (downmix)</string>
    <string name="audio_enable_downmix_subtitle">Utiliza a mixagem do FFmpeg. Se desativado, o áudio segue o caminho padrão do dispositivo/Android.</string>
    <string name="audio_tunneled">Reprodução tunneled</string>
    <string name="audio_tunneled_sub">Melhora a sincronização de áudio e vídeo usando o hardware.</string>
    <string name="dv7_handling_title">Reprodução de Dolby Vision (Perfil 7)</string>
    <string name="dv7_handling_dialog_subtitle">Escolha como os vídeos em Dolby Vision (Perfil 7) devem ser processados.</string>
    <string name="dv7_mode_auto">Automático (Recomendado)</string>
    <string name="dv7_mode_auto_desc">Identifica sua TV e escolhe a melhor opção. Se o vídeo apresentar falhas, tente a opção HDR10.</string>
    <string name="dv7_mode_hdr10_base_layer">Apenas HDR10 (Camada base)</string>
    <string name="dv7_mode_hdr10_base_layer_desc">Remove o Dolby Vision e reproduz o vídeo no formato HDR padrão. Útil para corrigir problemas na imagem.</string>
    <string name="dv7_mode_dv81_libdovi">Converter para DV 8.1</string>
    <string name="dv7_mode_dv81_libdovi_desc">Adapta o vídeo para o formato Dolby Vision 8.1. Exige uma tela compatível com Dolby Vision.</string>
    <string name="dv7_mode_off">Desativado (Original)</string>
    <string name="dv7_mode_off_desc">Tenta reproduzir o formato original sem alterações. Pode causar travamentos em aparelhos incompatíveis.</string>
    <string name="audio_dv5_to_dv81_title">Converter DV 5 para DV 8.1</string>
    <string name="audio_dv5_to_dv81_sub">Ajuda a corrigir as cores da imagem em aparelhos que não possuem suporte nativo ao formato Dolby Vision 5.</string>
    <string name="audio_dv7_preserve_mapping_title">Manter cores originais (Mapeamento DV)</string>
    <string name="audio_dv7_preserve_mapping_sub">Preserva as cores e o brilho exatos planejados pelo diretor, mas exige um pouco mais do processador do aparelho.</string>
    <string name="dv7_libdovi_mode_caption">Modo de conversão (Automático). Não altere a menos que seja instruído. Escolha uma opção para forçá-la ou "Nenhum" para o padrão. Funciona apenas se a conversão para DV 8.1 estiver ativa.</string>
    <string name="dv7_libdovi_mode_row_title">Modo de conversão</string>
    <string name="dv7_libdovi_mode_none_title">Nenhum</string>
    <string name="dv7_libdovi_mode_none_sub">Sem alterações forçadas. Usa o modo de conversão escolhido automaticamente pelo sistema.</string>
    <string name="dv7_libdovi_mode_0_title">Modo 0 — Copiar (Sem conversão)</string>
    <string name="dv7_libdovi_mode_0_sub">Apenas repassa os dados originais de cor (RPU) sem converter o perfil.</string>
    <string name="dv7_libdovi_mode_1_title">Modo 1 — MEL</string>
    <string name="dv7_libdovi_mode_1_sub">Converte os dados para o formato MEL (Camada Mínima de Aprimoramento).</string>
    <string name="dv7_libdovi_mode_2_title">Modo 2 — Perfil 8.1 (Padrão)</string>
    <string name="dv7_libdovi_mode_2_sub">Converte para o perfil 8.1 com mapeamento de luz e cor neutro. Esta é a conversão padrão.</string>
    <string name="dv7_libdovi_mode_3_title">Modo 3 — Perfil 5 para 8.1</string>
    <string name="dv7_libdovi_mode_3_sub">Converte vídeos do Perfil 5 para o 8.1. Tem a mesma função do botão de conversão principal.</string>
    <string name="dv7_libdovi_mode_4_title">Modo 4 — Perfil 8.4 (Estático)</string>
    <string name="dv7_libdovi_mode_4_sub">Converte os dados de imagem para o perfil estático 8.4.</string>
    <string name="audio_mpv_hwdec_title">Decodificação por hardware (MPV)</string>
    <string name="audio_mpv_hwdec_dialog_subtitle">Definir uso de decodificadores</string>
    <string name="audio_mpv_hwdec_legacy_direct_copy">Legacy (direto → cópia)</string>
    <string name="audio_mpv_hwdec_legacy_direct_copy_desc">Tenta hardware direto, depois cópia</string>
    <string name="audio_mpv_hwdec_auto_safe">Auto (seguro)</string>
    <string name="audio_mpv_hwdec_auto_safe_desc">Modo automático seguro com fallback</string>
    <string name="audio_mpv_hwdec_hardware_copy">Hardware (cópia)</string>
    <string name="audio_mpv_hwdec_hardware_copy_desc">Usa hardware com cópia</string>
    <string name="audio_mpv_hwdec_hardware_direct">Hardware (direto)</string>
    <string name="audio_mpv_hwdec_hardware_direct_desc">Usa decodificação direta</string>
    <string name="audio_mpv_hwdec_disabled">Desativado</string>
    <string name="audio_mpv_hwdec_disabled_desc">Usa apenas software</string>
    <string name="audio_decoder_device_only_desc">Mais compatível, suporta menos formatos</string>
    <string name="audio_decoder_prefer_device_desc">Usa hardware, FFmpeg como fallback</string>
    <string name="audio_decoder_prefer_app_desc">Usa FFmpeg, mais CPU</string>
    <string name="audio_decoder_controls">Define uso de hardware ou software</string>
    <string name="sub_section">Legendas</string>
    <string name="sub_not_set">Não definido</string>
    <string name="sub_forced_lang">Forçadas</string>
    <string name="sub_preferred_lang">Idioma preferido</string>
    <string name="sub_secondary_lang">Idioma secundário</string>
    <string name="sub_use_forced_subtitles">Usar legendas forçadas</string>
    <string name="sub_use_forced_subtitles_desc">Usar legendas forçadas quando o idioma do áudio for o mesmo.</string>
    <string name="sub_show_only_preferred_languages">Mostrar só idiomas preferidos</string>
    <string name="sub_show_only_preferred_languages_desc">Ocultar outros idiomas de legenda</string>
    <string name="sub_organization">Organização de legendas</string>
    <string name="sub_size">Tamanho</string>
    <string name="sub_vertical_offset">Altura da legenda</string>
    <string name="sub_bold">Negrito</string>
    <string name="sub_bold_sub">Usar fonte em negrito</string>
    <string name="sub_text_color">Cor do texto</string>
    <string name="sub_bg_color">Cor de fundo</string>
    <string name="sub_outline">Contorno</string>
    <string name="sub_outline_sub">Adicionar contorno ao texto</string>
    <string name="sub_outline_color">Cor do contorno</string>
    <string name="sub_advanced_section">Renderização avançada</string>
    <string name="sub_libass">Usar libass para ASS/SSA</string>
    <string name="sub_libass_sub">Experimental: estilos e animações ASS/SSA</string>
    <string name="sub_libass_mode">Modo de renderização Libass</string>
    <string name="sub_mode_overlay_gl">Sobreposição OpenGL (Recomendado)</string>
    <string name="sub_mode_overlay_gl_sub">Melhor com HDR, renderiza em segundo plano</string>
    <string name="sub_mode_overlay_canvas">Sobreposição Canvas</string>
    <string name="sub_mode_effects_gl">Efeitos OpenGL</string>
    <string name="sub_mode_effects_gl_sub">Animações Media3, mais rápido que Canvas</string>
    <string name="sub_mode_effects_canvas">Efeitos Canvas</string>
    <string name="sub_mode_effects_canvas_sub">Animações Media3 com Canvas</string>
    <string name="sub_mode_standard">Padrão (Cues)</string>
    <string name="sub_mode_standard_sub">Renderização básica sem animações</string>
    <string name="sub_org_none">Nenhuma (ordem padrão)</string>
    <string name="sub_org_by_lang">Por idioma</string>
    <string name="sub_org_by_addon">Por addon</string>
    <string name="sub_org_none_desc">Mostrar na ordem padrão dos addons</string>
    <string name="sub_org_by_lang_desc">Agrupar por idioma</string>
    <string name="sub_org_by_addon_desc">Agrupar por addon</string>
    <string name="sub_startup_mode_title">Carregamento de legendas</string>
    <string name="sub_startup_mode_fast">Início rápido</string>
    <string name="sub_startup_mode_preferred">Idiomas preferidos</string>
    <string name="sub_startup_mode_all">Todas as legendas</string>
    <string name="sub_startup_mode_fast_desc">Início imediato, mas pode causar um breve reinício do player.</string>
    <string name="sub_startup_mode_preferred_desc">Busca idiomas preferidos antes de iniciar</string>
    <string name="sub_startup_mode_all_desc">Busca todas antes de iniciar, mais lento</string>
    <string name="autoplay_reuse_last_link">Reutilizar último link</string>
    <string name="autoplay_reuse_last_link_sub">Use o último link válido se o cache estiver ativo.</string>
    <string name="autoplay_last_link_cache">Duração do cache do link</string>
    <string name="cache_duration_hour_one">%1$d hora</string>
    <string name="cache_duration_hour_other">%1$d horas</string>
    <string name="cache_duration_day_one">%1$d dia</string>
    <string name="cache_duration_day_other">%1$d dias</string>
    <string name="cache_duration_days_hours">%1$dd %2$dh</string>
    <string name="autoplay_mode_manual">Manual (escolher fonte)</string>
    <string name="autoplay_mode_first">Reproduzir automaticamente a primeira fonte</string>
    <string name="autoplay_mode_regex">Reprodução automática por palavra-chave (Regex)</string>
    <string name="autoplay_stream_selection">Seleção automática de fonte</string>
    <string name="autoplay_next_episode">Autorreproduzir próximo episódio</string>
    <string name="autoplay_next_episode_sub">Iniciar o próximo episódio automaticamente após o aviso..</string>
    <string name="autoplay_prefer_binge_group">Preferir mesma fonte (Próximo episódio)</string>
    <string name="autoplay_prefer_binge_group_sub">Priorize a mesma fonte (addon e qualidade).</string>
    <string name="autoplay_reuse_binge_group">Reutilizar preferências de maratona</string>
    <string name="autoplay_reuse_binge_group_sub">Lembra e reutiliza sua última fonte de reprodução durante maratonas (Continuar Assistindo, Detalhes, etc.).</string>
    <string name="autoplay_threshold_pct">Porcentagem</string>
    <string name="autoplay_threshold_min">Minutos antes do fim</string>
    <string name="autoplay_threshold_mode">Início do próximo episódio</string>
    <string name="autoplay_threshold_pct_title">Limite por porcentagem</string>
    <string name="autoplay_threshold_pct_sub">Ative se não houver marcação de encerramento.</string>
    <string name="autoplay_threshold_min_title">Limite por minutos</string>
    <string name="autoplay_threshold_min_sub">Ative se não houver marcação de encerramento.</string>
    <string name="autoplay_scope_all">Todas as fontes</string>
    <string name="autoplay_scope_addons">Apenas addons instalados</string>
    <string name="autoplay_scope_plugins">Apenas plugins ativos</string>
    <string name="autoplay_scope">Escopo da autorreprodução</string>
    <string name="autoplay_timeout_title">Tempo limite de seleção</string>
    <string name="autoplay_timeout_sub">Aguarde os addons antes de selecionar a fonte.</string>
    <string name="autoplay_timeout_instant">Instantâneo</string>
    <string name="autoplay_timeout_unlimited">Ilimitado</string>
    <string name="autoplay_allowed_addons">Addons permitidos</string>
    <string name="autoplay_all_addons">Todos os addons instalados</string>
    <string name="autoplay_allowed_plugins">Plugins permitidos</string>
    <string name="autoplay_all_plugins">Todos os plugins ativos</string>
    <string name="autoplay_regex_placeholder">Nenhuma palavra definida. Ex: 4K|2160p|Remux</string>
    <string name="autoplay_regex_title">Filtro de palavras (Regex)</string>
    <string name="autoplay_no_items">Nenhum item disponível</string>
    <string name="autoplay_mode_manual_desc">Escolha sempre a fonte na lista exibida.</string>
    <string name="autoplay_mode_first_desc">Reproduza a primeira fonte disponível.</string>
    <string name="autoplay_mode_regex_desc">Reproduza fonte que coincidir com as palavras-chave (Regex).</string>
    <string name="autoplay_scope_all_desc">Use tanto addons quanto plugins.</string>
    <string name="autoplay_scope_addons_desc">Considere apenas fontes de addons instalados.</string>
    <string name="autoplay_scope_plugins_desc">Considere apenas fontes de plugins ativos.</string>
    <string name="autoplay_threshold_pct_desc">Ative por %% se não houver marcação de créditos.</string>
    <string name="autoplay_threshold_min_desc">Ative por tempo se não houver marcação de créditos.</string>
    <string name="autoplay_regex_matches">Filtre nome, descrição ou URL. Ex: 4K|Remux</string>
    <string name="autoplay_regex_presets">Predefinições</string>
    <string name="autoplay_invalid_regex">Filtro de palavras (Regex) inválido</string>
    <string name="layout_title">Configurações de Layout</string>
    <string name="layout_subtitle">Ajuste o visual da home, visibilidade e pôsteres.</string>
    <string name="layout_classic">Visual Clássico</string>
    <string name="layout_grid">Visual em Grade</string>
    <string name="layout_modern">Visual Moderno</string>
    <string name="layout_classic_desc">Navegue horizontalmente por categorias.</string>
    <string name="layout_grid_desc">Navegue na vertical com destaque no topo.</string>
    <string name="layout_modern_desc">Use o destaque fixo e catálogo único para busca rápida.</string>
    <string name="layout_section_home">Layout da Home</string>
    <string name="layout_section_home_desc">Escolha a estrutura e a fonte do destaque.</string>
    <string name="layout_landscape_posters">Pôsteres Horizontais</string>
    <string name="layout_landscape_posters_sub">Alterne os pôsteres para o formato horizontal.</string>
    <string name="layout_preview_row">Mostrar prévia do catálogo</string>
    <string name="layout_preview_row_sub">Exiba parte do catálogo inferior no layout Moderno.</string>
    <string name="layout_hero_catalogs">Catálogos do Destaque</string>
    <string name="layout_hero_catalogs_sub">Selecione quais catálogos aparecem no destaque.</string>
    <string name="layout_section_content">Conteúdo da Home</string>
    <string name="layout_section_content_desc">Controle o que aparece na home e na busca.</string>
    <string name="layout_collapse_sidebar">Recolher barra lateral</string>
    <string name="layout_collapse_sidebar_sub">Esconda o menu; exiba-o apenas ao focar.</string>
    <string name="layout_modern_sidebar">Barra lateral moderna</string>
    <string name="layout_modern_sidebar_sub">Ative a navegação lateral flutuante.</string>
    <string name="layout_modern_sidebar_blur">Desfoque no menu lateral</string>
    <string name="layout_modern_sidebar_blur_sub">Ative o efeito de desfoque (blur) no menu.</string>
    <string name="layout_fullscreen_hero_backdrop">Fundo em tela cheia</string>
    <string name="layout_fullscreen_hero_backdrop_sub">Expanda o fundo do modo Moderno por toda a tela.</string>
    <string name="layout_classic_focus_gradient">Gradiente no item focado</string>
    <string name="layout_classic_focus_gradient_sub">Mescla cores da arte na lateral do Visual Clássico</string>
    <string name="layout_show_hero">Mostrar Destaque</string>
    <string name="layout_show_hero_sub">Exiba o banner de destaque no topo da home.</string>
    <string name="layout_show_discover">Mostrar/Ocultar Descobrir</string>
    <string name="layout_show_discover_sub">Adiciona seção Descobrir para navegação</string>
    <string name="layout_discover_location_action">Local do Descobrir</string>
    <string name="layout_discover_location_dialog_title">Local do Descobrir</string>
    <string name="layout_discover_location_in_search">Mostrar na Busca</string>
    <string name="layout_discover_location_in_search_desc">Descobrir aparece dentro da aba Busca</string>
    <string name="layout_discover_location_in_sidebar">Mostrar no Painel Lateral</string>
    <string name="layout_discover_location_in_sidebar_desc">Descobrir terá item próprio no painel lateral</string>
    <string name="layout_poster_labels">Títulos nos pôsteres</string>
    <string name="layout_poster_labels_sub">Exiba os títulos abaixo das imagens e grades.</string>
    <string name="layout_addon_name">Nome do addon</string>
    <string name="layout_addon_name_sub">Mostre o nome do addon abaixo dos títulos.</string>
    <string name="layout_catalog_type">Tipo de conteúdo</string>
    <string name="layout_catalog_type_sub">Indique se é Filme ou Série ao lado do subtítulo.</string>
    <string name="layout_hide_unreleased">Ocultar não lançados</string>
    <string name="layout_hide_unreleased_sub">Esconda títulos que ainda não estrearam.</string>
    <string name="layout_section_detail">Página de Detalhes</string>
    <string name="layout_section_detail_desc">Personalize as telas de títulos e episódios.</string>
    <string name="layout_section_continue_watching">Continuar Assistindo</string>
    <string name="layout_section_continue_watching_desc">Ajustes para a seção Continuar Assistindo</string>
    <string name="layout_use_episode_thumbnails_cw">Usar miniaturas no Continuar Assistindo</string>
    <string name="layout_use_episode_thumbnails_cw_sub">Usa imagens do episódio em vez da arte da série</string>
    <string name="layout_blur_unwatched">Desfocar não assistidos</string>
    <string name="layout_blur_unwatched_sub">Desfoque a imagem para evitar spoilers.</string>
    <string name="layout_blur_cw_next_up">Desfocar no "Continuar Assistindo"</string>
    <string name="layout_blur_cw_next_up_sub">Evite spoilers nos próximos episódios da lista.</string>
    <string name="layout_next_up_furthest_episode">Próximo pelo último episódio assistido</string>
    <string name="layout_next_up_furthest_episode_sub">Usa o episódio mais avançado. Desative para rever.</string>
    <string name="layout_show_unaired_next_up">Mostrar episódios não lançados</string>
    <string name="layout_show_unaired_next_up_sub">Exibe futuros episódios no Continuar Assistindo</string>
    <string name="layout_cw_sort_mode">Ordem de exibição</string>
    <string name="layout_cw_sort_mode_sub">Como organizar Continuar Assistindo</string>
    <string name="layout_cw_sort_default">Padrão</string>
    <string name="layout_cw_sort_default_desc">Ordenar todos por mais recentes</string>
    <string name="layout_cw_sort_streaming">Estilo streaming</string>
    <string name="layout_cw_sort_streaming_desc">Lançados primeiro, futuros no fim</string>
    <string name="layout_trailer_button">Botão de Trailer</string>
    <string name="layout_trailer_button_sub">Exiba o botão nos detalhes, se disponível.</string>
    <string name="layout_prefer_external_meta">Priorizar metadados externos</string>
    <string name="layout_prefer_external_meta_sub">Use dados de addons externos em vez do padrão.</string>
    <string name="layout_show_full_release_date">Data de lançamento completa</string>
    <string name="layout_show_full_release_date_sub">Exibir dia, mês e ano de lançamento em vez de apenas o ano.</string>
    <string name="layout_section_focused">Foco no Pôster</string>
    <string name="layout_section_focused_desc">Defina o comportamento ao selecionar um título.</string>
    <string name="layout_expand_poster">Expandir pôster selecionado</string>
    <string name="layout_expand_poster_sub">Amplie o pôster focado após um tempo parado.</string>
    <string name="layout_expand_delay">Atraso para expansão</string>
    <string name="layout_expand_delay_sub">Ajuste o tempo de espera para expandir o pôster.</string>
    <string name="layout_autoplay_trailer">Autorreprodução de trailer</string>
    <string name="layout_autoplay_trailer_expanded">Trailer no cartão expandido</string>
    <string name="layout_autoplay_trailer_sub">Reproduza o trailer ao focar no título.</string>
    <string name="layout_autoplay_trailer_expanded_sub">Toque o trailer dentro do fundo expandido.</string>
    <string name="layout_trailer_muted">Trailer mudo</string>
    <string name="layout_trailer_muted_sub_preview">Silencie o áudio na prévia automática.</string>
    <string name="layout_trailer_muted_sub_expanded">Silencie o áudio nos cartões expandidos.</string>
    <string name="layout_section_card_style">Estilo dos Cartões</string>
    <string name="layout_section_card_style_desc">Ajuste a largura e o arredondamento dos itens.</string>
    <string name="layout_open">Exibir</string>
    <string name="layout_closed">Esconder</string>
    <string name="layout_trailer_location">Local do trailer (Modo Moderno)</string>
    <string name="layout_trailer_location_sub">Escolha onde a prévia do trailer será exibida.</string>
    <string name="layout_trailer_expanded_card">Cartão Expandido</string>
    <string name="layout_trailer_hero_media">No destaque</string>
    <string name="layout_preset_compact">Compacto</string>
    <string name="layout_preset_dense">Denso</string>
    <string name="layout_preset_standard">Padrão</string>
    <string name="layout_preset_balanced">Equilibrado</string>
    <string name="layout_preset_comfort">Confortável</string>
    <string name="layout_preset_large">Grande</string>
    <string name="layout_memory_only_scroll">Rolagem vertical apenas em memória</string>
    <string name="layout_memory_only_scroll_sub">Não carregar novas imagens ao rolar a tela verticalmente (ajuda a economizar memória).</string>
    <string name="layout_preset_sharp">Quadrado</string>
    <string name="layout_preset_subtle">Sutil</string>
    <string name="layout_preset_classic">Clássico</string>
    <string name="layout_preset_rounded">Arredondado</string>
    <string name="layout_preset_pill">Pílula</string>
    <string name="layout_card_width">Largura</string>
    <string name="layout_card_radius">Arredondamento</string>
    <string name="layout_reset_default">Redefinir para Padrão</string>
    <string name="layout_custom">Personalizado</string>
    <string name="mdblist_title">Avaliações do MDBList</string>
    <string name="mdblist_subtitle">Configure avaliações externas no destaque.</string>
    <string name="mdblist_enable_title">Ativar avaliações do MDBList</string>
    <string name="mdblist_enable_subtitle">Exiba notas externas na tela de detalhes.</string>
    <string name="mdblist_api_key_title">Chave API</string>
    <string name="mdblist_api_key_subtitle">Insira a chave necessária para as avaliações.</string>
    <string name="mdblist_trakt_title">Trakt</string>
    <string name="mdblist_trakt_subtitle">Exiba as avaliações do Trakt.</string>
    <string name="mdblist_imdb_title">IMDb</string>
    <string name="mdblist_imdb_subtitle">Exiba notas do IMDb (substitui a padrão).</string>
    <string name="mdblist_tmdb_title">TMDB</string>
    <string name="mdblist_tmdb_subtitle">Exiba as avaliações do TMDB.</string>
    <string name="mdblist_letterboxd_title">Letterboxd</string>
    <string name="mdblist_letterboxd_subtitle">Exiba as avaliações do Letterboxd.</string>
    <string name="mdblist_tomatoes_title">Rotten Tomatoes</string>
    <string name="mdblist_tomatoes_subtitle">Exiba as notas da crítica especializada.</string>
    <string name="mdblist_audience_title">Nota do Público</string>
    <string name="mdblist_audience_subtitle">Exiba as avaliações da audiência.</string>
    <string name="mdblist_metacritic_title">Metacritic</string>
    <string name="mdblist_metacritic_subtitle">Exiba as avaliações do Metacritic.</string>
    <string name="mdblist_dialog_title">Chave API MDBList</string>
    <string name="mdblist_dialog_subtitle">Insira sua chave para buscar as avaliações.</string>
    <string name="mdblist_dialog_placeholder">Digite sua chave API MDBList</string>
    <string name="mdblist_not_set">Não definido</string>
    <string name="mdblist_invalid_api_key">Chave API inválida</string>
    <string name="debrid_title">Serviços Debrid</string>
    <string name="debrid_subtitle">Conecte suas contas para resolver links e acessar seu serviço debrid.</string>
    <string name="debrid_experimental_notice">Essas integrações são experimentais e podem ser alteradas ou removidas no futuro.</string>
    <string name="debrid_cloud_library">Biblioteca Debrid</string>
    <string name="debrid_cloud_library_description">Explore e assista aos arquivos que já estão salvos nas suas contas Debrid conectadas.</string>
    <string name="debrid_enable_title">Resolver links de vídeo</string>
    <string name="debrid_enable_subtitle">Usa o serviço Debrid para liberar e carregar os links. Isso pode adicionar o arquivo à nuvem da sua conta.</string>
    <string name="debrid_resolve_with">Resolver usando...</string>
    <string name="debrid_resolve_with_description">Escolha qual conta Debrid será usada para processar os links.</string>
    <string name="debrid_add_key_first">Conecte uma conta Debrid primeiro.</string>
    <string name="debrid_section_account">Contas</string>
    <string name="debrid_section_instant_playback">Preparação de Links</string>
    <string name="debrid_section_filters">Filtros e Ordenação</string>
    <string name="debrid_section_formatting">Formatação</string>
    <string name="debrid_provider_title">Provedor</string>
    <string name="debrid_provider_subtitle">Mais provedores serão adicionados em breve</string>
    <string name="debrid_provider_torbox">Torbox</string>
    <string name="debrid_provider_available">Torbox</string>
    <string name="debrid_api_key_title">Torbox</string>
    <string name="debrid_api_key_subtitle">Conecte sua conta Torbox.</string>
    <string name="debrid_provider_description">Conecte sua conta %1$s.</string>
    <string name="debrid_provider_device_description">Vincule sua conta %1$s pelo navegador.</string>
    <string name="debrid_api_key_dialog_title">Chave de API (%1$s)</string>
    <string name="debrid_api_key_dialog_subtitle">Insira a chave de API da sua conta %1$s.</string>
    <string name="debrid_api_key_dialog_placeholder">Digite a chave de API do %1$s</string>
    <string name="debrid_dialog_title">Chave API Torbox</string>
    <string name="debrid_dialog_subtitle">Insira sua chave API do Torbox.</string>
    <string name="debrid_dialog_placeholder">Insira a chave API do Torbox</string>
    <string name="debrid_real_debrid_api_key_title">Token API Real-Debrid</string>
    <string name="debrid_real_debrid_api_key_subtitle">Necessário para resolução local de links do Real-Debrid</string>
    <string name="debrid_real_debrid_dialog_title">Token API Real-Debrid</string>
    <string name="debrid_real_debrid_dialog_subtitle">Insira seu token API do Real-Debrid para o Direct Debrid</string>
    <string name="debrid_real_debrid_dialog_placeholder">Insira o token API do Real-Debrid</string>
    <string name="debrid_not_set">Não definido</string>
    <string name="debrid_connected">Conectado</string>
    <string name="debrid_connect_provider">Conectar %1$s</string>
    <string name="debrid_disconnect_provider">Desconectar %1$s</string>
    <string name="debrid_disconnect">Desconectar</string>
    <string name="debrid_device_auth_connected">%1$s está conectado neste dispositivo.</string>
    <string name="debrid_device_auth_starting">Iniciando login seguro...</string>
    <string name="debrid_device_auth_instructions">Escaneie o QR Code e digite este código para aprovar o Nuvio.</string>
    <string name="debrid_device_auth_code_copied">Código copiado.</string>
    <string name="debrid_device_auth_waiting">Aguardando aprovação...</string>
    <string name="debrid_device_auth_failed">Não foi possível iniciar o login.</string>
    <string name="debrid_device_auth_missing_configuration">Este método de login não está configurado nesta versão.</string>
    <string name="debrid_device_auth_expired">Este código expirou. Tente novamente.</string>
    <string name="debrid_key_invalid">Não foi possível validar esta chave de API.</string>
    <string name="debrid_invalid_torbox_api_key">Não foi possível validar esta chave API.</string>
    <string name="debrid_invalid_real_debrid_api_key">Não foi possível validar esta chave API.</string>
    <string name="debrid_prepare_instant_playback">Preparar links</string>
    <string name="debrid_prepare_instant_playback_description">Resolver links de vídeo antes do início da reprodução.</string>
    <string name="debrid_prepare_stream_count">Links para preparar</string>
    <string name="debrid_prepare_stream_count_warning">Use um número menor sempre que possível. Os serviços conectados podem limitar a quantidade de links que você pode resolver em um determinado período. Abrir a tela de um filme ou episódio pode consumir esses limites mesmo que você não aperte "Assistir", pois os links são preparados antecipadamente.</string>
    <string name="debrid_prepare_count_one">1 link</string>
    <string name="debrid_prepare_count_many">%1$d links</string>
    <string name="debrid_stream_max_results_title">Máximo de resultados</string>
    <string name="debrid_stream_max_results_subtitle">Limite a quantidade de fontes Direct Debrid exibidas.</string>
    <string name="debrid_stream_max_results_all">Todas as fontes</string>
    <string name="debrid_stream_max_results_count">%1$d fontes</string>
    <string name="debrid_stream_sort_title">Ordenar resultados</string>
    <string name="debrid_stream_sort_subtitle">Escolha como os links devem ser organizados na lista.</string>
    <string name="debrid_stream_sort_original">Ordem original</string>
    <string name="debrid_stream_sort_best_quality">Melhor qualidade primeiro</string>
    <string name="debrid_stream_sort_largest">Maior tamanho primeiro</string>
    <string name="debrid_stream_sort_smallest">Menor tamanho primeiro</string>
    <string name="debrid_stream_sort_best_audio">Melhor áudio primeiro</string>
    <string name="debrid_stream_sort_language">Priorizar idioma</string>
    <string name="debrid_stream_sort_default">Ordem original</string>
    <string name="debrid_stream_sort_quality">Melhor qualidade primeiro</string>
    <string name="debrid_stream_sort_size_desc">Maior tamanho primeiro</string>
    <string name="debrid_stream_sort_size_asc">Menor tamanho primeiro</string>
    <string name="debrid_stream_min_quality_title">Qualidade mínima</string>
    <string name="debrid_stream_min_quality_subtitle">Ocultar fontes abaixo da resolução selecionada.</string>
    <string name="debrid_stream_min_quality_any">Qualquer qualidade</string>
    <string name="debrid_stream_min_quality_720">720p ou superior</string>
    <string name="debrid_stream_min_quality_1080">1080p ou superior</string>
    <string name="debrid_stream_min_quality_2160">Apenas 4K</string>
    <string name="debrid_stream_dolby_vision_title">Dolby Vision</string>
    <string name="debrid_stream_dolby_vision_subtitle">Exibir, ocultar ou exigir fontes com Dolby Vision.</string>
    <string name="debrid_stream_hdr_title">HDR</string>
    <string name="debrid_stream_hdr_subtitle">Exibir, ocultar ou exigir fontes com HDR.</string>
    <string name="debrid_stream_feature_any">Qualquer</string>
    <string name="debrid_stream_feature_exclude">Ocultar</string>
    <string name="debrid_stream_feature_only">Apenas</string>
    <string name="debrid_stream_codec_title">Codec</string>
    <string name="debrid_stream_codec_subtitle">Filtrar fontes pelo codec de vídeo.</string>
    <string name="debrid_stream_codec_any">Qualquer codec</string>
    <string name="debrid_stream_codec_h264">H.264 / AVC</string>
    <string name="debrid_stream_codec_hevc">HEVC / H.265</string>
    <string name="debrid_stream_codec_av1">AV1</string>
    <string name="debrid_stream_per_resolution_limit_title">Limite por resolução</string>
    <string name="debrid_stream_per_resolution_limit_subtitle">Limitar a quantidade de links repetidos na mesma resolução (ex: 2160p, 1080p, 720p) após organizar a lista.</string>
    <string name="debrid_stream_per_quality_limit_title">Limite por qualidade</string>
    <string name="debrid_stream_per_quality_limit_subtitle">Limitar a quantidade de links repetidos com a mesma qualidade (ex: BluRay, WEB-DL, REMUX) após organizar a lista.</string>
    <string name="debrid_stream_size_range_title">Tamanho do arquivo</string>
    <string name="debrid_stream_size_range_subtitle">Filtrar os links exibidos pelo tamanho do vídeo.</string>
    <string name="debrid_stream_resolutions_preferred">Resoluções preferidas</string>
    <string name="debrid_stream_resolutions_required">Resoluções obrigatórias</string>
    <string name="debrid_stream_resolutions_excluded">Resoluções excluídas</string>
    <string name="debrid_stream_qualities_preferred">Qualidades preferidas</string>
    <string name="debrid_stream_qualities_required">Qualidades obrigatórias</string>
    <string name="debrid_stream_qualities_excluded">Qualidades excluídas</string>
    <string name="debrid_stream_visual_tags_preferred">Tags de imagem preferidas</string>
    <string name="debrid_stream_visual_tags_required">Tags de imagem obrigatórias</string>
    <string name="debrid_stream_visual_tags_excluded">Tags de imagem excluídas</string>
    <string name="debrid_stream_audio_tags_preferred">Tags de áudio preferidas</string>
    <string name="debrid_stream_audio_tags_required">Tags de áudio obrigatórias</string>
    <string name="debrid_stream_audio_tags_excluded">Tags de áudio excluídas</string>
    <string name="debrid_stream_channels_preferred">Canais de áudio preferidos</string>
    <string name="debrid_stream_channels_required">Canais de áudio obrigatórios</string>
    <string name="debrid_stream_channels_excluded">Canais de áudio excluídos</string>
    <string name="debrid_stream_encodes_preferred">Codecs preferidos</string>
    <string name="debrid_stream_encodes_required">Codecs obrigatórios</string>
    <string name="debrid_stream_encodes_excluded">Codecs excluídos</string>
    <string name="debrid_stream_languages_preferred">Idiomas preferidos</string>
    <string name="debrid_stream_languages_required">Idiomas obrigatórios</string>
    <string name="debrid_stream_languages_excluded">Idiomas excluídos</string>
    <string name="debrid_stream_release_groups_required">Grupos de release obrigatórios</string>
    <string name="debrid_stream_release_groups_excluded">Grupos de release excluídos</string>
    <string name="debrid_stream_release_groups_input_subtitle">Insira o nome de um grupo por linha.</string>
    <string name="debrid_formatter_title">Editor web</string>
    <string name="debrid_formatter_subtitle">Configure exibição, filtros e ordenação das fontes através de outro dispositivo.</string>
    <string name="debrid_formatter_configure">Abrir editor web</string>
    <string name="debrid_formatter_reset_title">Redefinir formatação</string>
    <string name="debrid_formatter_reset_subtitle">Restaurar a formatação padrão das fontes.</string>
    <string name="debrid_formatter_qr_instruction">Escaneie este QR code com seu celular para configurar as opções das fontes Debrid.</string>
    <string name="animeskip_title">Anime Skip</string>
    <string name="animeskip_subtitle">Pule aberturas e encerramentos automaticamente.</string>
    <string name="animeskip_enable_title">Ativar Anime Skip</string>
    <string name="animeskip_enable_subtitle">Busque marcações de tempo no anime-skip.com.</string>
    <string name="animeskip_client_id_title">ID de Cliente</string>
    <string name="animeskip_client_id_subtitle">Insira o ID necessário para buscar os dados.</string>
    <string name="animeskip_dialog_title">ID de Cliente Anime Skip</string>
    <string name="animeskip_dialog_subtitle">Crie seu ID em: anime-skip.com/account/settings</string>
    <string name="animeskip_dialog_placeholder">Digite o ID de Cliente</string>
    <string name="animeskip_invalid_client_id">ID de Cliente inválido</string>
    <string name="action_clear">Limpar</string>
    <string name="tmdb_title">Enriquecimento TMDB</string>
    <string name="tmdb_subtitle">Escolha quais metadados virão do TMDB</string>
    <string name="tmdb_enable_title">Ativar enriquecimento TMDB</string>
    <string name="tmdb_enable_subtitle">Usar TMDB para aprimorar dados dos addons</string>
    <string name="tmdb_modern_home_title">Ativar na Home Moderna</string>
    <string name="tmdb_modern_home_subtitle">Aplicar dados do TMDB na Home Moderna e cartões focados</string>
    <string name="tmdb_enrich_continue_watching_title">Aprimorar Continuar Assistindo</string>
    <string name="tmdb_enrich_continue_watching_subtitle">Aplicar metadados do TMDB no Continuar Assistindo</string>
    <string name="tmdb_language_title">Idioma</string>
    <string name="tmdb_language_subtitle">Idioma dos metadados TMDB para títulos, logos e campos ativos</string>
    <string name="tmdb_artwork_title">Arte</string>
    <string name="tmdb_artwork_subtitle">Logos e planos de fundo do TMDB</string>
    <string name="tmdb_basic_info_title">Informações básicas</string>
    <string name="tmdb_basic_info_subtitle">Sinopse, gêneros e nota do TMDB</string>
    <string name="tmdb_details_title">Detalhes</string>
    <string name="tmdb_details_subtitle">Duração, status, país e idioma via TMDB</string>
    <string name="tmdb_release_dates_title">Datas de lançamento</string>
    <string name="tmdb_release_dates_subtitle">Datas de estreia e exibição do TMDB</string>
    <string name="tmdb_credits_title">Créditos</string>
    <string name="tmdb_credits_subtitle">Elenco com fotos, direção e roteiro do TMDB</string>
    <string name="tmdb_productions_title">Produtoras</string>
    <string name="tmdb_productions_subtitle">Empresas de produção do TMDB</string>
    <string name="tmdb_networks_title">Emissora</string>
    <string name="tmdb_networks_subtitle">Logos de emissoras do TMDB</string>
    <string name="tmdb_episodes_title">Episódios</string>
    <string name="tmdb_episodes_subtitle">Títulos, sinopses, imagens e duração dos episódios</string>
    <string name="tmdb_trailers_title">Trailers</string>
    <string name="tmdb_trailers_subtitle">Opções de trailers do TMDB para a seção de detalhes</string>
    <string name="tmdb_more_like_this_title">Recomendações</string>
    <string name="tmdb_more_like_this_subtitle">Sugestões do TMDB com planos de fundo na página de detalhes</string>
    <string name="tmdb_collections_title">Coleções</string>
    <string name="tmdb_collections_subtitle">Coleções de filmes do TMDB por ordem de lançamento</string>
    <string name="tmdb_language_dialog_title">Idioma do TMDB</string>
    <string name="trakt_description">Sincronize sua Biblioteca, progresso, histórico de assistidos e listas pessoais com o Trakt.</string>
    <string name="trakt_connected_as">Conectado como %1$s</string>
    <string name="trakt_account_login">Login da Conta</string>
    <string name="trakt_awaiting_instruction">Acesse trakt.tv/activate e insira este código:</string>
    <string name="trakt_waiting_approval">Aguardando aprovação…</string>
    <string name="qr_login_approved">Login aprovado. Finalizando acesso…</string>
    <string name="qr_login_pending">Aguardando aprovação no seu celular…</string>
    <string name="qr_login_expired">O QR Code expirou. Gere um novo código.</string>
    <string name="qr_login_preparing">Preparando login via QR...</string>
    <string name="qr_login_device_auth_failed">Falha ao autenticar dispositivo</string>
    <string name="qr_login_scan_prompt">Escaneie o QR e entre pelo celular</string>
    <string name="qr_login_start_failed">Falha ao iniciar login por QR</string>
    <string name="qr_login_signing_in">Entrando…</string>
    <string name="qr_login_success">Login realizado com sucesso</string>
    <string name="qr_login_exchange_failed">Não foi possível concluir login por QR</string>
    <string name="trakt_code_expires">O código expira em %1$s</string>
    <string name="trakt_token_refreshes">O token de acesso renova em %1$s</string>
    <string name="trakt_login_instruction">Clique em Login para iniciar a autenticação. Um QR Code aparecerá.</string>
    <string name="trakt_missing_credentials">TRAKT_CLIENT_ID/SECRET ausentes no local.properties.</string>
    <string name="trakt_watch_progress_title">Progresso de Reprodução</string>
    <string name="trakt_watch_progress_subtitle">Escolha qual fonte controla o progresso e o continuar assistindo</string>
    <string name="trakt_watch_progress_dialog_title">Progresso de Reprodução</string>
    <string name="trakt_watch_progress_dialog_subtitle">Escolha se o progresso deve usar o Trakt ou o Nuvio Sync (o registro no Trakt continuará ativo).</string>
    <string name="trakt_watch_progress_source_trakt">Trakt</string>
    <string name="trakt_watch_progress_source_nuvio">Nuvio Sync</string>
    <string name="trakt_library_source_title">Fonte para Biblioteca</string>
    <string name="trakt_library_source_subtitle">Escolha qual fonte usar para salvar e ver sua coleção</string>
    <string name="trakt_library_source_dialog_title">Fonte para Biblioteca</string>
    <string name="trakt_library_source_dialog_subtitle">Escolha onde salvar e gerenciar os itens da sua biblioteca</string>
    <string name="trakt_library_source_trakt">Trakt</string>
    <string name="trakt_library_source_nuvio">Nuvio</string>
    <string name="trakt_library_source_trakt_selected">Biblioteca Trakt selecionada</string>
    <string name="trakt_library_source_nuvio_selected">Biblioteca Nuvio selecionada</string>
    <string name="trakt_setting_on">Ativado</string>
    <string name="trakt_setting_off">Desativado</string>
    <string name="trakt_watch_progress_trakt_selected">Fonte de progresso definida para Trakt</string>
    <string name="trakt_watch_progress_nuvio_selected">Fonte de progresso definida para Nuvio Sync</string>
    <string name="trakt_continue_watching_window">Continuar Assistindo</string>
    <string name="trakt_continue_watching_subtitle">Período considerado para exibir.</string>
    <string name="trakt_unaired_next_up">Próximos episódios não exibidos</string>
    <string name="trakt_unaired_next_up_subtitle">Mostrar episódios futuros antes de estrear</string>
    <string name="trakt_unaired_shown">Exibidos</string>
    <string name="trakt_unaired_hidden">Ocultos</string>
    <string name="trakt_unaired_now_shown">Episódios não lançados agora são exibidos</string>
    <string name="trakt_unaired_now_hidden">Episódios não lançados agora estão ocultos</string>
    <string name="trakt_comments_title">Comentários</string>
    <string name="trakt_comments_subtitle">Mostrar reviews do Trakt nas páginas de detalhes</string>
    <string name="trakt_comments_dialog_title">Comentários</string>
    <string name="trakt_comments_dialog_subtitle">Escolha se as páginas de metadados devem exibir os reviews do Trakt quando sua conta estiver conectada.</string>
    <string name="trakt_comments_now_shown">Os reviews do Trakt agora são exibidos</string>
    <string name="trakt_comments_now_hidden">Os reviews do Trakt agora estão ocultos</string>
    <string name="trakt_more_like_this_source_title">Fonte de recomendações</string>
    <string name="trakt_more_like_this_source_subtitle">Escolha de onde vêm as recomendações nas páginas de detalhes</string>
    <string name="trakt_more_like_this_source_dialog_title">Fonte de recomendações</string>
    <string name="trakt_more_like_this_source_dialog_subtitle">Selecione a fonte das recomendações exibidas nas páginas de detalhes.</string>
    <string name="trakt_more_like_this_source_trakt">Trakt</string>
    <string name="trakt_more_like_this_source_tmdb">TMDB</string>
    <string name="trakt_cached_label">Em cache</string>
    <string name="trakt_stat_movies">Filmes</string>
    <string name="trakt_stat_shows">Séries</string>
    <string name="trakt_stat_episodes">Episódios</string>
    <string name="trakt_stat_watched_hours">Horas assistidas</string>
    <string name="trakt_disconnect">Desconectar</string>
    <string name="trakt_disconnect_title">Desconectar Trakt?</string>
    <string name="trakt_disconnect_subtitle">Isso removerá sua conta Trakt do Nuvio.</string>
    <string name="trakt_login">Login</string>
    <string name="trakt_retry">Tentar novamente</string>
    <string name="trakt_back">Voltar</string>
    <string name="trakt_cw_window_title">Período de Atividade</string>
    <string name="trakt_cw_window_subtitle">Escolha o período que seu histórico Trakt deve aparecer em Continuar Assistindo.</string>
    <string name="trakt_unaired_dialog_title">Episódios não lançados</string>
    <string name="trakt_unaired_dialog_subtitle">Exibir episódios antes da data de lançamento?</string>
    <string name="trakt_show_unaired">Mostrar episódios não lançados</string>
    <string name="trakt_hide_unaired">Ocultar episódios não lançados</string>
    <string name="trakt_all_history">Todo o histórico</string>
    <string name="trakt_days_format">%1$d dias</string>
    <string name="debug_title">Depuração</string>
    <string name="debug_subtitle">Acesse ferramentas de desenvolvedor (apenas versões debug).</string>
    <string name="debug_section_popup">Testes de Janelas (Popups)</string>
    <string name="debug_playback_error_title">Tela de Erro de Vídeo</string>
    <string name="debug_playback_error_subtitle">Simule um erro de reprodução.</string>
    <string name="debug_section_features">Recursos Experimentais</string>
    <string name="debug_account_tab_title">Aba da Conta</string>
    <string name="debug_account_tab_subtitle">Exiba a aba Conta no menu de Ajustes.</string>
    <string name="debug_sync_code_title">Recursos de Sincronização</string>
    <string name="debug_sync_code_subtitle">Exiba os botões de código de sincronização.</string>
    <string name="debug_buffer_logs_title">Ativar Logs de Buffer</string>
    <string name="debug_buffer_logs_subtitle">Envia relatórios periódicos de carregamento do vídeo para o sistema (logcat). Desativado por padrão.</string>
    <string name="debug_section_account">Conta</string>
    <string name="debug_manual_signin_title">Login Manual</string>
    <string name="debug_manual_signin_subtitle">Entre com e-mail e senha (Supabase).</string>
    <string name="debug_email_placeholder">E-mail</string>
    <string name="debug_password_placeholder">Senha</string>
    <string name="debug_signing_in">Entrando\u2026</string>
    <string name="debug_sign_in">Entrar</string>
    <string name="debug_error_dialog_title">Erro de Reprodução</string>
    <string name="debug_error_dialog_subtitle">Ocorreu um erro durante a reprodução.\n\nErro: Teste simulado (não é uma falha real). A fonte retornou HTTP 503.</string>
    <string name="debug_dismiss">Fechar</string>
    <string name="debug_section_library">Biblioteca</string>
    <string name="debug_generate_library_title">Gerar itens da biblioteca</string>
    <string name="debug_generate_library_subtitle">Adicione filmes/séries aleatórios para testes.</string>
    <string name="debug_generate_library_placeholder">Número de itens</string>
    <string name="debug_generate_library_button">Gerar</string>
    <string name="debug_generating_library">Gerando…</string>
    <string name="profile_title">Perfis</string>
    <string name="profile_subtitle">Gerencie os perfis desta conta</string>
    <string name="profile_manage_button">Gerenciar Perfis</string>
    <string name="profile_manage_title">Gerenciar Perfis</string>
    <string name="profile_manage_subtitle">Selecione um perfil para editar, alternar ou criar um novo.</string>
    <string name="profile_manage_hint">Selecione um perfil para gerenciar.</string>
    <string name="profile_primary_label">Principal</string>
    <string name="profile_shares_primary">Usa os %1$s do perfil principal.</string>
    <string name="profile_edit_label">Editar</string>
    <string name="profile_add">Adicionar Perfil</string>
    <string name="profile_edit_header">Editar Perfil</string>
    <string name="profile_create_title">Criar Perfil</string>
    <string name="profile_edit_title">Editar Perfil %1$s</string>
    <string name="profile_name_placeholder">Nome do perfil</string>
    <string name="profile_avatar_color">Cor do Avatar</string>
    <string name="profile_use_primary_addons">Use os addons do perfil principal.</string>
    <string name="profile_use_primary_plugins">Use os plugins do perfil principal.</string>
    <string name="profile_creating">Criando\u2026</string>
    <string name="profile_create_btn">Criar</string>
    <string name="profile_confirm">Confirmar</string>
    <string name="profile_delete">Excluir</string>
    <string name="profile_addons">addons</string>
    <string name="profile_plugins">plugins</string>
    <string name="profile_choose_avatar">Escolher Avatar</string>
    <string name="profile_custom_avatar_web_panel_note">URLs de avatar personalizados podem ser configurados pelo painel web do Nuvio.</string>
    <string name="profile_avatar_none_selected">Nenhum avatar selecionado</string>
    <string name="profile_avatar_focus_hint">Selecione um avatar para ver o nome.</string>
    <string name="profile_avatar_category_all">Todos</string>
    <string name="profile_avatar_category_anime">Anime</string>
    <string name="profile_avatar_category_animation">Animação</string>
    <string name="profile_avatar_category_movie">Filmes</string>
    <string name="profile_avatar_category_tv">Séries e TV</string>
    <string name="profile_avatar_category_gaming">Jogos</string>
    <string name="profile_add_new">Adicionar Perfil</string>
    <string name="profile_cancel">Cancelar</string>
    <string name="profile_save">Salvar</string>
    <string name="profile_pin_title">Bloqueio de Perfil por PIN</string>
    <string name="profile_pin_enabled_subtitle">Este perfil exige um PIN de 4 dígitos para ser acessado.</string>
    <string name="profile_pin_disabled_subtitle">Defina um PIN de 4 dígitos para bloquear este perfil.</string>
    <string name="profile_pin_set">Definir PIN</string>
    <string name="profile_pin_change">Alterar PIN</string>
    <string name="profile_pin_remove">Remover PIN</string>
    <string name="profile_pin_set_title">Definir PIN do perfil</string>
    <string name="profile_pin_set_subtitle">Insira um PIN de 4 dígitos e confirme abaixo.</string>
    <string name="profile_pin_enter">Digite o PIN de 4 dígitos</string>
    <string name="profile_pin_confirm">Confirme o PIN de 4 dígitos</string>
    <string name="profile_pin_mismatch">Os PINs não coincidem.</string>
    <string name="profile_pin_save">Salvar PIN</string>
    <string name="profile_pin_unlock_title">Desbloquear %1$s</string>
    <string name="profile_pin_unlock_subtitle">Insira o PIN de 4 dígitos para continuar.</string>
    <string name="profile_pin_verifying">Verificando…</string>
    <string name="profile_pin_unlock_action">Desbloquear</string>
    <string name="profile_pin_overlay_unlock_heading">Insira seu PIN para acessar %1$s.</string>
    <string name="profile_pin_overlay_set_heading">Crie um PIN de 4 dígitos para %1$s.</string>
    <string name="profile_pin_overlay_confirm_heading">Confirme seu novo PIN.</string>
    <string name="profile_pin_overlay_unlock_support">Use o controle remoto ou teclado para digitar os 4 dígitos.</string>
    <string name="profile_pin_overlay_change_verify_kicker">Verificação de segurança necessária.</string>
    <string name="profile_pin_overlay_change_verify_heading">Insira o PIN atual para alterar o de %1$s.</string>
    <string name="profile_pin_overlay_change_verify_support">Digite o PIN atual antes de definir um novo.</string>
    <string name="profile_pin_overlay_remove_verify_kicker">Verificação de segurança necessária.</string>
    <string name="profile_pin_overlay_remove_verify_heading">Insira o PIN atual para remover o bloqueio.</string>
    <string name="profile_pin_overlay_remove_verify_support">Digite o PIN atual para desativar esta proteção.</string>
    <string name="profile_pin_overlay_delete_verify_heading">Digite o PIN atual para excluir %1$s.</string>
    <string name="profile_pin_overlay_delete_verify_support">Digite o PIN de 4 dígitos antes de excluir este perfil.</string>
    <string name="profile_pin_overlay_set_support">Este PIN será solicitado sempre que abrir este perfil.</string>
    <string name="profile_pin_overlay_confirm_support">Digite os mesmos 4 dígitos novamente para finalizar.</string>
    <string name="profile_pin_overlay_mismatch">Os PINs não coincidem. Tente novamente.</string>
    <string name="profile_pin_overlay_forgot_hint">Esqueceu o PIN? Redefina-o pelo site do Nuvio na sua conta.</string>
    <string name="profile_pin_overlay_back_hint">Pressione "Voltar" para cancelar.</string>
    <string name="essential_addon_setup_title">Configurar addon</string>
    <string name="essential_addon_setup_subtitle">Instale um addon para começar a assistir. Você pode adicionar mais depois em Addons.</string>
    <string name="essential_addon_show_qr">Mostrar QR</string>
    <string name="collection_editor_no_trakt_lists_found">Nenhuma lista Trakt encontrada</string>
    <string name="collection_editor_untitled_folder">Sem título</string>
    <string name="collection_editor_untitled_collection">Coleção sem título</string>
    <string name="addon_title">Addons</string>
    <string name="addon_readonly_notice">Estes addons pertencem ao perfil principal e não podem ser alterados.</string>
    <string name="addon_install_title">Instalar addon</string>
    <string name="addon_install_placeholder">https://exemplo.com</string>
    <string name="addon_installing">Instalando\u2026</string>
    <string name="addon_install_btn">Instalar</string>
    <string name="addon_install_success">%1$s instalado com sucesso!</string>
    <string name="addon_error_invalid_url">Insira uma URL de addon válida.</string>
    <string name="addon_error_invalid_scheme">A URL deve começar com http ou https.</string>
    <string name="addon_installed_section">Instalados</string>
    <string name="addon_empty">Nenhum addon instalado. Adicione um para começar.</string>
    <string name="addon_remove">Remover</string>
    <string name="addons_badge_disabled">Desativar</string>
    <string name="addon_manage_from_phone_title">Gerenciar pelo celular</string>
    <string name="addon_manage_from_phone_subtitle">Escaneie um QR para gerenciar addons, catálogos e coleções pelo celular</string>
    <string name="addon_manage_addons_only_from_phone_subtitle">Leia o código QR para gerenciar addons pelo celular</string>
    <string name="addon_manage_collections_from_phone_subtitle">Escaneie um QR para gerenciar coleções pelo celular</string>
    <string name="addon_reorder_title">Reordenar Home</string>
    <string name="addon_reorder_subtitle">Controla a ordem dos catálogos e coleções na Home (Clássico + Moderno + Grade)</string>
    <string name="addon_qr_scan_instruction">Escaneie com seu celular para gerenciar addons, catálogos e coleções</string>
    <string name="addon_qr_addons_only_scan_instruction">Leia com o celular para gerenciar Addons</string>
    <string name="addon_qr_collections_scan_instruction">Escaneie com seu celular para gerenciar coleções</string>
    <string name="addon_qr_close">Fechar</string>
    <string name="addon_confirm_title">Confirmar alterações</string>
    <string name="addon_confirm_subtitle">Confira as mudanças feitas pelo celular:</string>
    <string name="addon_confirm_added">Adicionado:</string>
    <string name="addon_confirm_removed">Removido:</string>
    <string name="addon_confirm_catalog_reordered">A ordem dos catálogos foi alterada.</string>
    <string name="addon_confirm_catalogs_disabled">Catálogos ocultados na Home:</string>
    <string name="addon_confirm_catalogs_enabled">Catálogos ativados na Home:</string>
    <string name="addon_confirm_no_changes">Nenhuma alteração detectada.</string>
    <string name="addon_confirm_reject">Recusar</string>
    <string name="addon_confirm_confirm">Confirmar</string>
    <string name="addon_refresh_action">Atualizar addons</string>
    <string name="addon_refresh_default_subtitle">Busca mudanças recentes para este perfil</string>
    <string name="addon_refresh_done_subtitle">Addons atualizadas agora mesmo</string>
    <string name="addon_pending_collections_updated">Coleções atualizadas</string>
    <string name="addon_pending_collections_replace">%1$d coleção(ões) substituirão as atuais</string>
    <string name="addon_confirm_total_addons">Total de addons: %1$d</string>
    <string name="addon_confirm_total_catalogs">Total de catálogoss: %1$d</string>
    <string name="addon_catalogs_types">Catálogos: %1$d - Tipos: %2$s</string>
    <string name="catalog_order_title">Reordenar Catálogos</string>
    <string name="catalog_order_subtitle">Defina a ordem dos conteúdos na tela inicial.</string>
    <string name="catalog_order_follow_addons">Seguir ordem das Addons</string>
    <string name="catalog_order_follow_addons_desc">Catálogos seguirão a mesma ordem dos addons instalados.</string>
    <string name="catalog_order_empty">Nenhum catálogo disponível no momento.</string>
    <string name="catalog_order_disabled_on_home">Oculto na Home</string>
    <string name="catalog_order_enable">Ativar</string>
    <string name="catalog_order_disable">Ocultar</string>
    <string name="stream_retry">Tentar novamente</string>
    <string name="stream_no_streams">Nenhuma fonte encontrada</string>
    <string name="stream_no_streams_hint">Tente instalar mais addons para encontrar links</string>
    <string name="stream_finding_source">Buscando fontes…</string>
    <string name="debrid_resolving_stream">Processando fonte Debrid…</string>
    <string name="debrid_stale_stream">Este resultado Debrid expirou. Atualizando fontes.</string>
    <string name="debrid_missing_api_key">Adicione uma chave de API Debrid em Ajustes.</string>
    <string name="debrid_not_cached">Nenhum cache para este serviço.</string>
    <string name="debrid_resolution_failed">Não foi possível processar esta fonte Debrid.</string>
    <string name="stream_type_torrent">Torrent</string>
    <string name="stream_type_youtube">YouTube</string>
    <string name="p2p_consent_title">Fontes P2P</string>
    <string name="p2p_consent_body">Esta fonte usa tecnologia peer-to-peer (P2P). Ao habilitar o P2P, você reconhece e concorda que:\n\n\u2022 Seu endereço IP ficará visível para outros peers na rede\n\u2022 Você é o único responsável pelo conteúdo que acessa\n\u2022 Você confirma que possui o direito legal de transmitir este conteúdo em sua jurisdição\n\u2022 O Nuvio não hospeda, distribui ou controla nenhum conteúdo P2P\n\u2022 O Nuvio não se responsabiliza por quaisquer consequências legais decorrentes do uso de streaming P2P\n\nVocê usa este recurso inteiramente por sua conta e risco. O P2P pode ser desativado a qualquer momento nas Configurações.</string>
    <string name="p2p_consent_enable">Ativar P2P</string>
    <string name="p2p_consent_cancel">Cancelar</string>
    <string name="settings_p2p_title">Fonte P2P</string>
    <string name="settings_p2p_subtitle">Permitir Fonte peer-to-peer (torrent)</string>
    <string name="settings_p2p_hide_stats_title">Ocultar estatísticas do torrent</string>
    <string name="settings_p2p_hide_stats_subtitle">Ocultar buffer, seeds, peers e velocidade de download durante o carregamento e reprodução</string>
    <string name="p2p_download_title">Baixando motor P2P</string>
    <string name="p2p_download_subtitle">Este é um download único necessário para fonte P2P.</string>
    <string name="stream_type_external">Link Externo</string>
    <string name="stream_player_picker_title">Qual player deseja usar?</string>
    <string name="stream_player_internal">Player Interno</string>
    <string name="stream_player_external">Player Externo</string>
    <string name="stream_filter_all">Tudo</string>
    <string name="stream_episode_label">T%1$d:E%2$d</string>
    <string name="player_no_external_player">Nenhum player externo encontrado</string>
    <string name="player_loading_preparing">Preparando fonte…</string>
    <string name="player_loading_detecting_format">Detectando formato do vídeo…</string>
    <string name="player_loading_subtitles">Carregando legendas…</string>
    <string name="player_loading_subtitles_from">Carregando legendas de %1$d addons…</string>
    <string name="player_loading_subtitles_progress">Carregando legendas… (%1$d / %2$d)</string>
    <string name="player_loading_subtitles_addon">Legendas: %1$s (%2$d / %3$d)</string>
    <string name="player_loading_building">Preparando player…</string>
    <string name="player_loading_starting">Iniciando vídeo…</string>
    <string name="player_loading_buffering">Carregando vídeo (Buffer)…</string>
    <string name="player_loading_fallback_pcm_audio">Falha ao iniciar faixa de áudio - mudando para PCM…</string>
    <string name="player_loading_fallback_hevc_decoder">Falha ao iniciar decodificador - mudando para HEVC…</string>
    <string name="player_engine_switching_title">Mudando o player</string>
    <string name="player_engine_switching_message">Falha na inicialização. Mudando para %1$s…</string>
    <string name="player_engine_switching_manual_message">Mudando para %1$s…</string>
    <string name="playback_show_loading_status">Exibir status de carregamento</string>
    <string name="playback_show_loading_status_sub">Mostrar progresso passo a passo ao iniciar o player</string>
    <string name="player_sync_line">Sincronizar legenda com a fala</string>
    <string name="subtitle_timing_press_sync">Pressione Sincronizar ao ouvir a fala.</string>
    <string name="subtitle_timing_sync_button">Sincronizar</string>
    <string name="subtitle_timing_select_addon_first">Selecione uma legenda de Addon primeiro.</string>
    <string name="subtitle_auto_sync_select_addon_track">Selecione uma legenda de Addon para usar o Sincronismo Automático.</string>
    <string name="subtitle_auto_sync_applied">Sincronia aplicada: %1$s</string>
    <string name="subtitle_timing_loading">Carregando falas da legenda…</string>
    <string name="subtitle_timing_no_lines_found">Nenhuma fala encontrada neste momento.</string>
    <string name="subtitle_timing_press_back_cancel">Pressione Voltar para cancelar</string>
    <string name="subtitle_timing_captured_at">Capturado em %1$s</string>
    <string name="subtitle_timing_capturing">Capturando…</string>
    <string name="parental_nudity">Nudez</string>
    <string name="parental_violence">Violência</string>
    <string name="parental_profanity">Linguagem Imprópria</string>
    <string name="parental_alcohol">Drogas/Álcool</string>
    <string name="parental_frightening">Conteúdo Assustador</string>
    <string name="parental_severity_severe">Intenso</string>
    <string name="parental_severity_moderate">Moderado</string>
    <string name="parental_severity_mild">Leve</string>
    <string name="player_ends_at">Termina às %1$s</string>
    <string name="player_via"> %1$s</string>
    <string name="season_episode_format">T%1$d:E%2$d</string>
    <string name="player_subtitle_delay">Atraso da legenda</string>
    <string name="player_error_title">Erro de Reprodução</string>
    <string name="player_go_back">Voltar</string>
    <string name="player_speed_title">Velocidade de reprodução</string>
    <string name="player_more_actions_title">Mais opções</string>
    <string name="player_more_speed">Velocidade de reprodução</string>
    <string name="player_more_aspect_ratio">Proporção</string>
    <string name="player_more_open_external">Abrir em Player Externo</string>
    <string name="player_error_no_stream_url">Nenhum link de vídeo fornecido</string>
    <string name="stream_info_section_source">FONTE</string>
    <string name="stream_info_section_file">ARQUIVO</string>
    <string name="stream_info_section_video">VÍDEO</string>
    <string name="stream_info_section_audio">ÁUDIO</string>
    <string name="stream_info_section_subtitle">LEGENDA</string>
    <string name="stream_info_filename">Nome do arquivo</string>
    <string name="stream_info_size">Tamanho</string>
    <string name="stream_info_codec">Codec</string>
    <string name="stream_info_resolution">Resolução</string>
    <string name="stream_info_frame_rate">Taxa de quadros</string>
    <string name="stream_info_bitrate">Taxa de bits</string>
    <string name="stream_info_channels">Canais</string>
    <string name="stream_info_sample_rate">Taxa de amostragem</string>
    <string name="stream_info_language">Idioma</string>
    <string name="stream_info_name">Nome</string>
    <string name="stream_info_source">Fonte</string>
    <string name="stream_info_subtitle_source_addon">Addon</string>
    <string name="stream_info_subtitle_source_embedded">Embutida</string>
    <string name="stream_info_player_engine">Player</string>
    <string name="sources_title">Fontes</string>
    <string name="sources_reload">Recarregar</string>
    <string name="sources_close">Fechar</string>
    <string name="sources_playing">Assistindo</string>
    <string name="sources_no_streams">Nenhuma fonte disponível</string>
    <string name="episodes_panel_close">Fechar</string>
    <string name="episodes_panel_back">Voltar</string>
    <string name="episodes_panel_reload">Recarregar</string>
    <string name="episodes_panel_no_streams">Fontes não encontradas</string>
    <string name="episodes_panel_no_episodes">Nenhum episódio disponível</string>
    <string name="episodes_panel_title">Episódios</string>
    <string name="episodes_panel_streams_title">Opções de Fontes</string>
    <string name="player_speed_normal">Normal</string>
    <string name="player_aspect_fit">Ajustar (Original)</string>
    <string name="player_aspect_stretch">Esticar</string>
    <string name="player_aspect_fit_width">Ajustar à largura</string>
    <string name="player_aspect_fit_height">Ajustar à altura</string>
    <string name="player_aspect_crop">Preencher Tela</string>
    <string name="player_aspect_tunneling_unavailable">Indisponível durante reprodução via hardware (Tunneling)</string>
    <string name="player_aspect_mode_slight_zoom">Zoom leve</string>
    <string name="player_aspect_mode_cinema_zoom">Zoom cinema</string>
    <string name="audio_dialog_title">Áudio</string>
    <string name="audio_dialog_tab_tracks">Áudio</string>
    <string name="audio_dialog_tab_mix">Mixagem</string>
    <string name="audio_delay_label">Atraso de áudio</string>
    <string name="audio_delay_range">Intervalo: %1$.2fs a %2$.2fs</string>
    <string name="audio_mix_label">Amplificação (PCM)</string>
    <string name="audio_mix_value_db">%1$d dB</string>
    <string name="audio_mix_persist_on">Persistir entre sessões: ATIVADO</string>
    <string name="audio_mix_persist_off">Persistir entre sessões: DESATIVADO</string>
    <string name="audio_mix_range">Faixa: %1$d dB a %2$d dB</string>
    <string name="audio_mix_range_saved">Faixa: %1$d dB a %2$d dB (salvo)</string>
    <string name="audio_mix_unavailable">Amplificação não disponível neste dispositivo</string>
    <string name="audio_center_mix_label">Mixagem: Nível do Canal Central</string>
    <string name="audio_center_mix_value_db">%1$d dB</string>
    <string name="audio_center_mix_help">Nível do canal central em dB em relação aos metadados ou padrão (-3 dB).</string>
    <string name="audio_center_mix_unavailable">O nível do canal central só está disponível quando a mixagem FFmpeg está ativa.</string>
    <string name="audio_maintain_original_audio_on_downmix_title">Manter volume original na mixagem</string>
    <string name="audio_maintain_original_audio_on_downmix_subtitle">Se desativado, a normalização da mixagem pode reduzir o volume geral do áudio.</string>
    <string name="subtitle_dialog_title">Legendas</string>
    <string name="subtitle_no_builtin">Sem legendas embutidas</string>
    <string name="subtitle_loading_addon">Carregando legendas dos addons…</string>
    <string name="subtitle_no_addon">Nenhuma legenda de addon disponível</string>
    <string name="subtitle_text_color">Cor do texto</string>
    <string name="subtitle_outline_color">Cor do contorno</string>
    <string name="subtitle_reset_defaults">Redefinir padrões</string>
    <string name="subtitle_tab_builtin">Embutidas</string>
    <string name="subtitle_tab_addons">Addons</string>
    <string name="subtitle_tab_languages">Idiomas</string>
    <string name="subtitle_tab_style">Estilo</string>
    <string name="subtitle_tab_delay">Atraso</string>
    <string name="subtitle_none">Nenhuma</string>
    <string name="subtitle_built_in">Embutida</string>
    <string name="subtitle_all">Todas</string>
    <string name="subtitle_section_core">Principal</string>
    <string name="subtitle_section_advanced">Avançado</string>
    <string name="subtitle_font_size">Tamanho da fonte</string>
    <string name="subtitle_bold">Negrito</string>
    <string name="subtitle_outline">Contorno</string>
    <string name="subtitle_bottom_offset">Altura da legenda</string>
    <string name="subtitle_on">Ligado</string>
    <string name="subtitle_off">Desligado</string>
    <string name="subtitle_style_title">Estilo da legenda</string>
    <string name="subtitle_style_customize">Personalizar</string>
    <string name="subtitle_style_color">Cor</string>
    <string name="subtitle_style_reset">Redefinir</string>
    <string name="subtitle_style_font_size">Tamanho da fonte</string>
    <string name="subtitle_style_bold">Negrito</string>
    <string name="subtitle_style_text_color">Cor do texto</string>
    <string name="subtitle_style_text_opacity">Opacidade do Texto</string>
    <string name="subtitle_style_outline">Contorno</string>
    <string name="subtitle_style_bottom_offset">Altura da legenda</string>
    <string name="subtitle_style_defaults">Padrões</string>
    <string name="subtitle_style_on">Ligado</string>
    <string name="subtitle_style_off">Desligado</string>
    <string name="subtitle_style_weight">Espessura</string>
    <string name="panel_failed_load_streams">Falha ao carregar fontes</string>
    <string name="panel_failed_load_episodes">Falha ao carregar episódios</string>
    <string name="pause_you_are_watching">Você está assistindo</string>
    <string name="pause_cast_label">Elenco</string>
    <string name="pause_back_to_details">Voltar para detalhes</string>
    <string name="pause_as_character">como %1$s</string>
    <string name="next_episode_label">Próximo Episódio</string>
    <string name="next_episode_finding_source">Buscando fonte…</string>
    <string name="next_episode_playing_via">Reproduzindo: %1$s em %2$ds</string>
    <string name="next_episode_play">Reproduzir</string>
    <string name="player_next_episode_prompt_title">Continuar assistindo?</string>
    <string name="player_next_episode_prompt_message">Deseja reproduzir o próximo episódio?</string>
    <string name="player_next_episode_prompt_yes">Reproduzir agora</string>
    <string name="player_next_episode_prompt_no">Não, voltar aos detalhes</string>
    <string name="next_episode_unaired">Ainda não estreou</string>
    <string name="next_episode_not_aired_yet">O próximo episódio ainda não foi exibido</string>
    <string name="still_watching_title">Você ainda está assistindo?</string>
    <string name="still_watching_continue">Reproduzir</string>
    <string name="still_watching_exit">Sair</string>
    <string name="still_watching_countdown">Parando em %1$d</string>
    <string name="still_watching_setting_title">Você ainda está assistindo?</string>
    <string name="still_watching_setting_sub">Aviso após episódios auto-reproduzidos seguidos</string>
    <string name="still_watching_threshold_title">Limite de episódios</string>
    <string name="still_watching_threshold_sub">Número de episódios auto-reproduzidos antes do aviso</string>
    <string name="skip_intro">Pular Abertura</string>
    <string name="skip_ending">Pular Encerramento</string>
    <string name="skip_recap">Pular Resumo</string>
    <string name="skip_generic">Pular</string>
    <string name="display_mode_refresh">Taxa de atualização</string>
    <string name="display_mode_resolution">Resolução</string>
    <string name="search_keyboard_hint">Pressione "Concluir" no teclado para pesquisar</string>
    <string name="search_placeholder">Buscar filmes e séries</string>
    <string name="search_start_title">Comece a pesquisar</string>
    <string name="search_start_subtitle">Digite ao menos 2 caracteres</string>
    <string name="search_start_subtitle_no_discover">Descobrir desativado. Digite ao menos 2 caracteres</string>
    <string name="search_recent_title">Pesquisas recentes</string>
    <string name="search_recent_clear">Limpar histórico</string>
    <string name="search_voice_no_speech">Nenhuma voz detectada. Tente novamente</string>
    <string name="search_voice_mic_permission">Permissão do microfone necessária para busca por voz</string>
    <string name="search_voice_failed">Falha no reconhecimento de voz. Tente novamente</string>
    <string name="search_voice_unavailable">Busca por voz indisponível neste dispositivo</string>
    <string name="search_no_results_title">Nenhum resultado</string>
    <string name="search_no_results_subtitle">Tente buscar usando outras palavras</string>
    <string name="search_error_no_catalogs">Nenhum catálogo de busca encontrado nos addons instalados</string>
    <string name="library_syncing">Sincronizando biblioteca Trakt\u2026</string>
    <string name="library_title">Biblioteca</string>
    <string name="library_filter_list">Lista</string>
    <string name="library_filter_type">Tipo</string>
    <string name="library_filter_sort">Ordenar</string>
    <string name="library_filter_genre">Gênero</string>
    <string name="library_filter_year">Ano</string>
    <string name="genre_action">Ação</string>
    <string name="genre_adventure">Aventura</string>
    <string name="genre_animation">Animação</string>
    <string name="genre_comedy">Comédia</string>
    <string name="genre_crime">Crime</string>
    <string name="genre_documentary">Documentário</string>
    <string name="genre_drama">Drama</string>
    <string name="genre_family">Família</string>
    <string name="genre_fantasy">Fantasia</string>
    <string name="genre_history">História</string>
    <string name="genre_horror">Terror</string>
    <string name="genre_music">Música</string>
    <string name="genre_mystery">Mistério</string>
    <string name="genre_romance">Romance</string>
    <string name="genre_science_fiction">Ficção científica</string>
    <string name="genre_tv_movie">Filme para TV</string>
    <string name="genre_thriller">Suspense</string>
    <string name="genre_war">Guerra</string>
    <string name="genre_western">Faroeste</string>
    <string name="genre_action_adventure">Ação e Aventura</string>
    <string name="genre_kids">Infantil</string>
    <string name="genre_news">Notícias</string>
    <string name="genre_reality">Reality</string>
    <string name="genre_sci_fi_fantasy">Sci-Fi e Fantasia</string>
    <string name="genre_soap">Novela</string>
    <string name="genre_talk">Talk Show</string>
    <string name="genre_war_politics">Guerra e Política</string>
    <string name="library_sort_trakt_order">Ordem do Trakt</string>
    <string name="library_sort_added_desc">Adicionados ↓</string>
    <string name="library_sort_added_asc">Adicionados ↑</string>
    <string name="library_sort_title_asc">Título A-Z</string>
    <string name="library_sort_title_desc">Título Z-A</string>
    <string name="library_manage_lists">Gerenciar Listas</string>
    <string name="library_manage_trakt_lists">Gerenciar Listas do Trakt</string>
    <string name="library_no_lists">Nenhuma lista pessoal ainda.</string>
    <string name="library_list_create">Criar</string>
    <string name="library_list_edit">Editar</string>
    <string name="library_list_move_up">Mover para cima</string>
    <string name="library_list_move_down">Mover para baixo</string>
    <string name="library_list_delete">Excluir</string>
    <string name="library_list_close">Fechar</string>
    <string name="library_list_name_label">Nome</string>
    <string name="library_error_list_name_required">Nome da lista é obrigatório</string>
    <string name="library_list_description_label">Descrição</string>
    <string name="library_list_privacy">Privacidade</string>
    <string name="library_delete_title">Excluir esta lista?</string>
    <string name="library_delete_subtitle">Isso removerá a lista e todos os seus itens do Trakt.</string>
    <string name="library_delete_confirm">Excluir</string>
    <string name="library_source_local">LOCAL</string>
    <string name="library_source_nuvio">NUVIO</string>
    <string name="library_source_trakt">TRAKT</string>
    <string name="library_source_saved">Salvos</string>
    <string name="library_source_cloud">Nuvem</string>
    <string name="library_watchlist">Minha Lista</string>
    <string name="library_syncing_library">Sincronizando biblioteca…</string>
    <string name="library_type_all">Todos</string>
    <string name="library_type_items">itens</string>
    <string name="library_empty_local_title">Nenhum %1$s ainda</string>
    <string name="library_empty_trakt_title">Nenhum %1$s nesta lista</string>
    <string name="library_empty_local_subtitle">Comece a salvar seus favoritos para vê-los aqui</string>
    <string name="library_empty_trakt_subtitle">Use "+" nos detalhes para adicionar itens à biblioteca ou outras listas</string>
    <string name="library_empty_trakt_not_auth_title">Trakt não conectado</string>
    <string name="library_empty_trakt_not_auth_subtitle">Conecte sua conta Trakt em Configurações para ver sua biblioteca</string>
    <string name="library_list_create_dialog_title">Criar lista</string>
    <string name="library_list_edit_dialog_title">Editar lista</string>
    <string name="library_sync_btn">Sincronizar</string>
    <string name="library_syncing_btn">Sincronizando\u2026</string>
    <string name="cloud_library_connect_action">Conectar conta</string>
    <string name="cloud_library_connect_message">Conecte uma conta nas configurações de Serviços Conectados para explorar e assistir aos arquivos da sua nuvem.</string>
    <string name="cloud_library_connect_title">Nenhuma conta conectada</string>
    <string name="cloud_library_disabled_action">Abrir Serviços Conectados</string>
    <string name="cloud_library_disabled_message">Ative a Biblioteca na nuvem nas configurações de Serviços Conectados para acessar os arquivos das suas contas.</string>
    <string name="cloud_library_disabled_title">A biblioteca na nuvem está desativada</string>
    <string name="cloud_library_empty_message">Nenhum arquivo de vídeo corresponde aos filtros atuais.</string>
    <string name="cloud_library_empty_title">Nada por aqui ainda</string>
    <string name="cloud_library_file_picker_title">Escolha um arquivo para assistir</string>
    <string name="cloud_library_load_failed">Não foi possível carregar a nuvem do %1$s</string>
    <string name="cloud_library_no_files_message">Este item não contém um arquivo de vídeo suportado.</string>
    <string name="cloud_library_no_files_title">Nenhum arquivo de vídeo</string>
    <string name="cloud_library_no_playable_files">Nenhum arquivo de vídeo</string>
    <string name="cloud_library_one_playable_file">1 arquivo de vídeo</string>
    <string name="cloud_library_opening">Abrindo\u2026</string>
    <string name="cloud_library_play_failed">Não foi possível reproduzir este arquivo da nuvem.</string>
    <string name="cloud_library_play_file">Reproduzir arquivo</string>
    <string name="cloud_library_playable_file_count">%1$d arquivos de vídeo</string>
    <string name="cloud_library_provider_all">Todos</string>
    <string name="cloud_library_refresh">Atualizar biblioteca na nuvem</string>
    <string name="cloud_library_select_provider">Selecionar serviço</string>
    <string name="cloud_library_select_type">Selecionar tipo</string>
    <string name="cloud_library_status_ready">Pronto para assistir</string>
    <string name="cloud_library_type_all">Todos</string>
    <string name="cloud_library_type_torrents">Torrents</string>
    <string name="cloud_library_type_usenet">Usenet</string>
    <string name="cloud_library_type_web">Web</string>
    <string name="cloud_library_type_files">Arquivos</string>
    <string name="cloud_library_error_provider_unavailable">A biblioteca na nuvem não está disponível para o %1$s.</string>
    <string name="cloud_library_error_disabled">A biblioteca na nuvem está desativada.</string>
    <string name="account_loading">Carregando\u2026</string>
    <string name="account_sync_description">Sincronize sua biblioteca, progresso e addons entre seus aparelhos.</string>
    <string name="account_sync_restart_note">A sincronia não é em tempo real. Reinicie o app para atualizar as mudanças feitas em outros dispositivos.</string>
    <string name="account_signin_qr_title">Entrar com QR Code</string>
    <string name="account_signin_qr_subtitle">Escaneie o código e complete o login pelo celular.</string>
    <string name="account_signed_in_label">Conectado</string>
    <string name="account_total_label">Total</string>
    <string name="account_loading_sync">Sincronizando dados\u2026</string>
    <string name="account_sign_out">Sair da conta</string>
    <string name="account_error_signin_required">Faça login com uma conta primeiro.</string>
    <string name="account_signin_create_title">Entrar / Criar conta</string>
    <string name="account_signin_create_desc">Use seu e-mail e senha para criar ou acessar sua conta.</string>
    <string name="account_generate_sync_desc">Gere um código neste dispositivo para conectar outros aparelhos a ele.</string>
    <string name="account_enter_sync_desc">Conecte este dispositivo a outro aparelho usando um código de sincronização.</string>
    <string name="account_signed_in_as">Conectado como</string>
    <string name="account_generate_sync_signed_in_desc">Gere um código para sincronizar outros dispositivos com esta conta.</string>
    <string name="account_unknown_device">Dispositivo desconhecido</string>
    <string name="auth_signin_title">Fazer Login</string>
    <string name="auth_signin_tv_disabled">Login por e-mail/senha na TV está desativado. Continue com o login pelo QR Code.</string>
    <string name="auth_signin_qr_btn">Continuar com QR Code</string>
    <string name="auth_qr_title">Entrar com QR Code</string>
    <string name="auth_qr_account_login">Login da Conta</string>
    <string name="auth_qr_finishing">Finalizando acesso\u2026</string>
    <string name="auth_qr_code_label">Código: %1$s</string>
    <string name="auth_qr_expires">Expira em %1$s</string>
    <string name="auth_qr_phone_hint">Use o celular para entrar. Login rápido com QR.</string>
    <string name="auth_qr_scan_instruction">Escaneie o QR, aprove no navegador e retorne aqui.</string>
    <string name="auth_qr_code_display">Código: %1$s</string>
    <string name="auth_qr_refresh">Atualizar QR Code</string>
    <string name="auth_qr_continue_without_account">Continuar sem conta</string>
    <string name="auth_qr_connected">Sua conta está conectada nesta TV.</string>
    <string name="auth_qr_synced_data">Seus dados sincronizados</string>
    <string name="auth_qr_generating">Gerando QR Code\u2026</string>
    <string name="auth_qr_unavailable">QR Code indisponível. Tente atualizar.</string>
    <string name="auth_qr_please_wait">Por favor, aguarde\u2026</string>
    <string name="auth_qr_continue">Continuar</string>
    <string name="auth_qr_back">Voltar</string>
    <string name="sync_generate_title">Gerar Código de Sincronização</string>
    <string name="sync_generate_subtitle">Crie um PIN e compartilhe para sincronizar seus aparelhos.</string>
    <string name="sync_generate_code_label">Seu Código de Sincronização</string>
    <string name="sync_generate_instruction">Digite este código e seu PIN no outro aparelho para vinculá-los.</string>
    <string name="sync_generate_done">Concluído</string>
    <string name="sync_generate_pin_label">Crie um PIN (4-8 caracteres)</string>
    <string name="sync_generate_pin_placeholder">Digite o PIN</string>
    <string name="sync_generate_generating">Gerando\u2026</string>
    <string name="sync_generate_code_btn">Gerar Código</string>
    <string name="sync_claim_title">Vincular Aparelho</string>
    <string name="sync_claim_subtitle">Insira o código e o PIN gerados no outro aparelho.</string>
    <string name="sync_claim_success">Aparelho vinculado! Seus addons e plugins serão sincronizados.</string>
    <string name="sync_claim_done">Concluído</string>
    <string name="sync_claim_code_label">Código de Sincronização</string>
    <string name="sync_claim_code_placeholder">XXXX-XXXX-XXXX-XXXX-XXXX</string>
    <string name="sync_claim_pin_label">PIN</string>
    <string name="sync_claim_pin_placeholder">Digite o PIN</string>
    <string name="sync_claim_linking">Vinculando\u2026</string>
    <string name="plugin_readonly_notice">Usando plugins do perfil principal (somente leitura)</string>
    <string name="plugin_repositories_section">Repositórios (%1$d)</string>
    <string name="plugin_providers_section">Provedores (%1$d)</string>
    <string name="plugin_title">Plugins</string>
    <string name="plugin_subtitle">Gerencie buscadores (scrapers) e provedores locais</string>
    <string name="plugin_enable_plugins_title">Ativar provedores de plugin globalmente</string>
    <string name="plugin_enable_plugins_subtitle">Utilizar provedores de plugin durante a busca de fontes de reprodução.</string>
    <string name="plugin_group_by_repository_title">Agrupar provedores por repositório</string>
    <string name="plugin_group_by_repository_subtitle">Na lista de fontes, exibir um provedor por repositório em vez de um por fonte individual.</string>
    <string name="plugin_add_repository">Adicionar repositório</string>
    <string name="plugin_add_btn">Adicionar</string>
    <string name="plugin_manage_from_phone_title">Gerenciar pelo celular</string>
    <string name="plugin_manage_from_phone_subtitle">Use o QR Code para gerenciar repositórios pelo celular</string>
    <string name="plugin_qr_instruction">Escaneie com seu celular para gerenciar os repositórios</string>
    <string name="plugin_qr_close">Fechar</string>
    <string name="plugin_confirm_title">Confirmar alterações</string>
    <string name="plugin_confirm_subtitle">Mudanças detectadas pelo celular:</string>
    <string name="plugin_confirm_added">Adicionado:</string>
    <string name="plugin_confirm_removed">Removido:</string>
    <string name="plugin_confirm_no_changes">Nenhuma alteração detectada</string>
    <string name="plugin_confirm_total">Total de repositórios: %1$d</string>
    <string name="plugin_confirm_reject">Recusar</string>
    <string name="plugin_confirm_confirm">Confirmar</string>
    <string name="plugin_url_or_short_code_placeholder">URL ou código curto</string>
    <string name="plugin_diagnostics_collapse">Diagnóstico (toque para recolher)</string>
    <string name="plugin_diagnostics_expand">Diagnóstico (toque para expandir)</string>
    <string name="plugin_risky_enable_title">Ativar provedor?</string>
    <string name="plugin_risky_enable_message">%1$s é conhecido por causar falhas em alguns conteúdos. Deseja ativar mesmo assim?</string>
    <string name="plugin_risky_enable_cancel">Cancelar</string>
    <string name="plugin_risky_enable_confirm">Ativar</string>
    <string name="plugin_updated_format">Atualizado: %1$s</string>
    <string name="plugin_test_btn">Testar</string>
    <string name="plugin_test_results">Resultados do Teste (%1$d fontes)</string>
    <string name="plugin_and_more">... e mais %1$d</string>
    <string name="plugin_providers_count">%1$d provedores</string>
    <string name="plugin_enabled">Ativado</string>
    <string name="plugin_disabled">Desativado</string>
    <string name="plugin_no_repos">Nenhum repositório adicionado.\nAdicione um repositório para começar.</string>
    <string name="plugin_error_invalid_url">Por favor, insira uma URL válida</string>
    <string name="plugin_error_add_repo">Falha ao adicionar repositório: %1$s</string>
    <string name="plugin_error_refresh">Falha ao atualizar: %1$s</string>
    <string name="plugin_error_test">Falha no teste: %1$s</string>
    <string name="plugin_test_no_results">Nenhum resultado encontrado</string>
    <string name="plugin_test_found_streams">%1$d links encontrados</string>
    <string name="plugin_version">Versão %1$s</string>
    <string name="profile_selection_title">Quem está assistindo?</string>
    <string name="profile_selection_subtitle">Selecione um perfil para continuar</string>
    <string name="profile_selection_hint">Segure para gerenciar o perfil</string>
    <string name="profile_selection_empty">Nenhum perfil encontrado</string>
    <string name="profile_selection_primary_badge">PRINCIPAL</string>
    <string name="profile_selection_options_title">Opções do Perfil</string>
    <string name="profile_delete_confirm_title">Excluir Perfil?</string>
    <string name="profile_delete_confirm_subtitle">Isso excluirá permanentemente este perfil e todos os seus dados, incluindo biblioteca, histórico e configurações de addons. Esta ação não pode ser desfeita.</string>
    <string name="profile_delete_btn">Excluir Perfil</string>
    <string name="profile_saving">Salvando\u2026</string>
    <string name="cast_detail_error">Algo deu errado</string>
    <string name="cast_detail_retry">Tentar novamente</string>
    <string name="cast_detail_filmography">Filmografia</string>
    <string name="cast_detail_born">Nascimento: %1$s</string>
    <string name="cast_detail_born_died">Nascimento: %1$s — †%2$s</string>
    <string name="cast_detail_age">%1$d anos</string>
    <string name="catalog_see_all_from">de %1$s</string>
    <string name="catalog_see_all_empty_title">Nada por aqui</string>
    <string name="catalog_see_all_empty_subtitle">Tente outro catálogo ou volte mais tarde</string>
    <string name="layout_selection_welcome">Bem-vindo ao Nuvio</string>
    <string name="layout_selection_subtitle">Escolha o layout da sua tela inicial</string>
    <string name="layout_selection_continue">Continuar</string>
    <string name="update_title">Atualização do App</string>
    <string name="update_downloading">Baixando atualização</string>
    <string name="update_download">Baixar</string>
    <string name="update_downloading_ellipsis">Baixando…</string>
    <string name="update_unknown_sources">Permita a instalação de fontes desconhecidas para continuar.</string>
    <string name="account_title">Conta</string>
    <string name="account_sign_in_description">Acesse sua conta para manter sua biblioteca, progresso e addons sempre sincronizados entre os dispositivos. O Nuvio Sync gerencia sua biblioteca quando o Trakt não está conectado, e o progresso pode usar tanto o Trakt quanto o Nuvio Sync.</string>
    <string name="account_sync_code_title">Código de Sincronia</string>
    <string name="account_sync_code_description">Sincronize entre dispositivos sem precisar criar uma conta.</string>
    <string name="account_linked_devices">Aparelhos Vinculados (%1$d)</string>
    <string name="account_no_linked_devices">Nenhum aparelho vinculado</string>
    <string name="account_unlink">Desvincular</string>
    <string name="ratings_loading">Carregando avaliações…</string>
    <string name="ratings_unavailable">Avaliações indisponíveis para estes episódios.</string>
    <string name="ratings_load_error">Não foi possível carregar as avaliações.</string>
    <string name="ratings_season_summary">Temporada %1$d • %2$d episódios</string>
    <string name="discover_title">Descobrir</string>
    <string name="discover_load_more">Ver mais</string>
    <string name="discover_loading">Carregando…</string>
    <string name="discover_filter_type">Tipo</string>
    <string name="discover_filter_catalog">Catálogo</string>
    <string name="discover_filter_genre">Gênero</string>
    <string name="discover_select_catalog">Selecionar</string>
    <string name="discover_genre_default">Destaques</string>
    <string name="discover_empty_no_catalog_title">Escolha um catálogo</string>
    <string name="discover_empty_no_catalog_subtitle">Selecione uma categoria para navegar</string>
    <string name="discover_empty_no_content_title">Nenhum resultado encontrado</string>
    <string name="discover_empty_no_content_subtitle">Tente mudar o gênero ou o catálogo</string>
    <string name="profile_edit_title_id">Editar Perfil %1$d</string>
    <string name="audio_passthrough_info">A passagem direta de áudio (passthrough) para TrueHD, DTS e AC-3 é automática. Se a sua Soundbar/Receiver for compatível, o áudio será enviado sem perdas e sem decodificação prévia.</string>
    <string name="audio_dv_title">DV7 - Compatibilidade HEVC</string>
    <string name="audio_dv_sub">Converte o formato Dolby Vision (Perfil 7) para vídeo padrão (HEVC) em aparelhos sem suporte nativo.</string>
    <string name="nav_home">Início</string>
    <string name="nav_discover">Descobrir</string>
    <string name="nav_search">Busca</string>
    <string name="nav_library">Biblioteca</string>
    <string name="nav_addons">Addons</string>
    <string name="nav_movies">Filmes</string>
    <string name="nav_series">Séries</string>
    <string name="nav_settings">Ajustes</string>
    <string name="action_select">Selecionar</string>
    <string name="settings_rounded_ui">Interface Arredondada</string>
    <string name="cd_expand_sidebar">Expandir menu lateral</string>
    <string name="update_checking">Verificando atualizações…</string>
    <string name="update_download_complete">Download concluído. Pronto para instalar.</string>
    <string name="update_up_to_date">O sistema está atualizado. Últimas alterações:</string>
    <string name="update_close">Fechar</string>
    <string name="update_open_settings">Abrir Ajustes</string>
    <string name="update_install">Instalar</string>
    <string name="update_ignore">Ignorar</string>
    <string name="update_error_check_failed">Falha ao buscar atualizações</string>
    <string name="update_error_download_failed">Falha no download</string>
    <string name="update_error_apk_missing">Arquivo baixado não encontrado</string>
    <string name="profile_pin_save_error">Não foi possível salvar o PIN. Tente novamente.</string>
    <string name="profile_pin_locked">Perfil bloqueado. Tente novamente em %1$ds.</string>
    <string name="profile_pin_invalid">PIN inválido. Tente novamente.</string>
    <string name="profile_pin_verify_error">Não foi possível verificar o PIN. Tente novamente.</string>
    <string name="profile_pin_incorrect">O PIN atual está incorreto.</string>
    <string name="profile_pin_current_required">Este perfil já possui um PIN. Digite o PIN atual para alterá-lo.</string>
    <string name="discover_disabled_title">Descobrir desativado</string>
    <string name="discover_disabled_subtitle">Ative o Descobrir nas configurações de Layout</string>
    <string name="error_network_required">Conecte-se à internet para usar este recurso</string>
    <string name="error_server_ports_unavailable">Não foi possível iniciar o servidor. Todas as portas estão em uso.</string>
    <string name="plugin_repo_added_with_providers">%1$s adicionado com %2$d provedores</string>
    <string name="plugin_repo_removed">Repositório removido</string>
    <string name="plugin_repo_refreshed">Repositório atualizado</string>
    <string name="trakt_error_code_expired">Código do dispositivo expirado. Inicie novamente.</string>
    <string name="trakt_error_code_used">Código do dispositivo já utilizado. Inicie novamente.</string>
    <string name="trakt_error_denied">Autorização negada no Trakt.</string>
    <string name="trakt_error_missing_credentials">Credenciais do Trakt ausentes</string>
    <string name="trakt_error_network_retry">Erro de rede, tente novamente</string>
    <string name="trakt_error_network_will_retry">Erro de rede, tentando novamente</string>
    <string name="trakt_error_rate_limited_minutes">Limite de acessos do Trakt atingido. Tente novamente em ~%1$d min</string>
    <string name="trakt_error_failed_start_code">Falha ao iniciar autenticação do Trakt (%1$d)</string>
    <string name="trakt_error_no_active_device_code">Nenhum código de dispositivo Trakt ativo</string>
    <string name="trakt_error_invalid_device_code">Código de dispositivo inválido</string>
    <string name="trakt_error_token_polling_failed_code">Falha na verificação do token (%1$d)</string>
    <string name="trakt_error_public_request_failed">Falha na requisição ao Trakt</string>
    <string name="trakt_error_list_not_found_or_private">Lista do Trakt não encontrada ou não é pública</string>
    <string name="trakt_error_rate_limit_reached">Limite de taxa do Trakt atingido</string>
    <string name="trakt_status_enter_activation_code">Insira o código em trakt.tv/activate</string>
    <string name="trakt_status_syncing">Sincronizando...</string>
    <string name="trakt_status_sync_completed">Sincronização concluída</string>
    <string name="trakt_status_disconnected">Desconectado do Trakt</string>
    <string name="trakt_status_cw_window_updated">Janela do \"Continuar assistindo\" atualizada</string>
    <string name="trakt_status_rate_limited_slowing_polling">Limite de taxa atingido, reduzindo frequência de verificação...</string>
    <string name="trakt_user_fallback">Usuário do Trakt</string>
    <string name="trakt_error_failed_start">Falha ao iniciar autenticação do Trakt</string>
    <string name="error_unknown">Erro desconhecido</string>
    <string name="addon_error_not_found">Addon não encontrado</string>
    <string name="home_error_no_addons">Nenhum addon instalado</string>
    <string name="home_error_no_catalog_addons">Nenhum addon de catálogo instalado</string>
    <string name="player_error_failed_start_torrent">Falha ao iniciar torrent: %1$s</string>
    <string name="sub_mode_overlay_canvas_sub">Suporte HDR com renderização em canvas. Pode bloquear a interface.</string>
    <string name="ratings_season_label">T%1$d</string>
    <string name="ratings_episode_label">E%1$d</string>
    <string name="cd_play">Assistir</string>
    <string name="cd_pause">Pausar</string>
    <string name="cd_subtitles">Legendas</string>
    <string name="cd_audio_tracks">Faixas de áudio</string>
    <string name="cd_sources">Fontes</string>
    <string name="cd_switch_player_engine">Mudando player</string>
    <string name="cd_episodes">Episódios</string>
    <string name="cd_playback_speed">Velocidade de reprodução</string>
    <string name="cd_aspect_ratio">Proporção da tela</string>
    <string name="cd_open_external_player">Abrir em player externo</string>
    <string name="cd_stream_info">Informações da fonte</string>
    <string name="cd_more_actions">Mais ações</string>
    <string name="cd_close_more_actions">Fechar ações</string>
    <string name="cd_back">Voltar</string>
    <string name="cd_next_episode_thumbnail">Miniatura do próximo episódio</string>
    <string name="cd_current">Atual</string>
    <string name="cd_loading_backdrop">Carregando imagem de fundo</string>
    <string name="cd_loading_logo">Carregando logo</string>
    <string name="cd_move_up">Mover para cima</string>
    <string name="cd_move_down">Mover para baixo</string>
    <string name="cd_edit">Editar</string>
    <string name="cd_delete">Deletar</string>
    <string name="cd_qr_code">Código QR</string>
    <string name="cd_add">Adicionar</string>
    <string name="cd_refresh">Atualizar</string>
    <string name="cd_remove">Remover</string>
    <string name="cd_preview">Pré-visualizar</string>
    <string name="cd_test">Testar</string>
    <string name="cd_unlink">Desvincular</string>
    <string name="cd_nuvio_logo">NuvioTV</string>
    <string name="cd_trakt_logo">Logo Trakt</string>
    <string name="cd_trakt_qr">QR de ativação Trakt</string>
    <string name="cd_imdb">IMDb</string>
    <string name="cd_open_discover">Abrir Descobrir</string>
    <string name="cd_voice_search">Busca por voz</string>
    <string name="cd_donation_qr">QR de doação</string>
    <string name="cd_contributor_qr">QR de apoio ao colaborador</string>
    <string name="cd_expand">Expandir %1$s</string>
    <string name="cd_collapse">Recolher %1$s</string>
    <string name="cd_qr_login">Código QR de login</string>
    <string name="cd_nuvio">Nuvio</string>
    <string name="debug_signin_success">Login realizado com sucesso</string>
    <string name="debug_generate_description">Item %1$s gerado em debug #%2$d</string>
    <string name="debug_generate_result_failed">Falha: %1$s</string>
    <string name="debug_generate_library_result_added">%1$d itens adicionados à biblioteca</string>
    <string name="collections_header">Coleções</string>
    <string name="collections_delete_confirm_title">Excluir coleção?</string>
    <string name="collections_delete_confirm">Excluir</string>
    <string name="collections_delete_confirm_subtitle">Isso excluirá permanentemente \"%1$s\". Esta ação não pode ser desfeita.</string>
    <string name="collections_empty">Nenhuma coleção ainda. Crie uma para organizar seus catálogos.</string>
    <string name="collections_new">Nova coleção</string>
    <string name="collections_import">Importar</string>
    <string name="collections_export_file">Exportar arquivo</string>
    <string name="collections_saved_downloads">Salvo em Downloads</string>
    <string name="collections_export_failed">Falha na exportação</string>
    <string name="collections_import_header">Importar coleções</string>
    <string name="collections_import_description">Importar coleções de JSON. Catálogos de addons não instalados exibirão um aviso.</string>
    <string name="collections_import_url_placeholder">https://exemplo.com/colecoes.json</string>
    <string name="collections_import_failed_fetch_http">Falha ao buscar: HTTP %1$d</string>
    <string name="collections_import_failed_fetch_url">Falha ao buscar URL: %1$s</string>
    <string name="collections_import_paste_json_required">Cole o JSON das coleções para importar</string>
    <string name="collections_import_no_data">Nenhum dado para importar</string>
    <string name="collections_import_invalid_or_empty">Formato inválido ou coleções vazias</string>
    <string name="collections_import_file_not_found_downloads">Arquivo não encontrado em Downloads.\nExporte as coleções primeiro para criá-lo.</string>
    <string name="collections_import_failed_read_file">Falha ao ler o arquivo: %1$s</string>
    <string name="collections_cancel">Cancelar</string>
    <string name="collections_mode_paste">Colar JSON</string>
    <string name="collections_mode_file">De arquivo</string>
    <string name="collections_mode_url">De URL</string>
    <string name="collections_paste_clipboard">Colar da área de transferência</string>
    <string name="collections_validate">Validar</string>
    <string name="collections_paste_hint">Cole o JSON das coleções aqui…</string>
    <string name="collections_file_description">Lê nuvio-collections.json da pasta Downloads.</string>
    <string name="collections_load_file">Carregar arquivo</string>
    <string name="collections_file_loaded">Arquivo carregado (%1$d caracteres)</string>
    <string name="collections_fetch_url">Buscar URL</string>
    <string name="collections_fetching">Buscando…</string>
    <string name="collections_valid_json">JSON válido</string>
    <string name="collections_valid_summary">%1$d coleção(ões), %2$d pasta(s)</string>
    <string name="collections_confirm_import">Confirmar importação</string>
    <string name="collections_folder_count">%1$d pasta(s)</string>
    <string name="collections_editor_row_title">Título da linha</string>
    <string name="collections_editor_save">Salvar</string>
    <string name="collections_editor_backdrop">Imagem de fundo</string>
    <string name="collections_editor_pin_above">Fixar acima dos catálogos</string>
    <string name="collections_editor_pin_above_desc">Mostrar esta coleção acima dos catálogos da home. Coleções fixadas seguem ordem de criação.</string>
    <string name="collections_editor_focus_glow">Brilho de foco</string>
    <string name="collections_editor_focus_glow_desc">Usar brilho nativo da TV nos cartões desta coleção</string>
    <string name="collections_editor_view_mode">Modo de visualização</string>
    <string name="collections_editor_show_all_tab">Mostrar aba "Todos"</string>
    <string name="collections_editor_show_all_tab_desc">Combinar todos os catálogos em uma aba</string>
    <string name="collections_editor_folders">Pastas</string>
    <string name="collections_editor_add_folder">Adicionar pasta</string>
    <string name="collections_editor_new_folder">Nova Pasta</string>
    <string name="collections_editor_edit_folder">Editar pasta</string>
    <string name="collections_editor_folder_title">Título da pasta</string>
    <string name="collections_editor_cover">Capa</string>
    <string name="collections_editor_cover_none">Nenhuma</string>
    <string name="collections_editor_cover_emoji">Emoji</string>
    <string name="collections_editor_cover_image_url">URL da imagem</string>
    <string name="collections_editor_focus_gif">GIF de foco</string>
    <string name="collections_editor_play_gif">Reproduzir GIF ao focar</string>
    <string name="collections_editor_tile_shape">Formato do bloco</string>
    <string name="collections_editor_hide_title">Ocultar título</string>
    <string name="collections_editor_hide_title_desc">Mostrar apenas a imagem de capa</string>
    <string name="collections_editor_display">Exibição</string>
    <string name="collections_editor_catalogs">Catálogos</string>
    <string name="collections_editor_add_catalog">Adicionar catálogo</string>
    <string name="collections_editor_select_catalogs">Selecionar catálogos</string>
    <string name="collections_editor_done">Concluído</string>
    <string name="collections_editor_choose_emoji">Escolher emoji</string>
    <string name="collections_editor_back">Voltar</string>
    <string name="collections_editor_edit_collection">Editar coleção</string>
    <string name="collections_editor_catalog_count">%1$d catálogo(s)</string>
    <string name="collections_editor_source_count">%1$d fonte(s)</string>
    <string name="collections_editor_sources">Fontes</string>
    <string name="collections_editor_source">Fonte</string>
    <string name="collections_editor_view_mode_tabs">Abas</string>
    <string name="collections_editor_view_mode_rows">Linhas</string>
    <string name="collections_editor_view_mode_follow">Seguir layout da Home</string>
    <string name="collections_editor_shape_poster">Poster</string>
    <string name="collections_editor_shape_wide">Largo</string>
    <string name="collections_editor_shape_square">Quadrado</string>
    <string name="collections_editor_addon_missing">Addon não instalado: %1$s</string>
    <string name="collections_editor_add_tmdb_source">Adicionar Fonte TMDB</string>
    <string name="collections_editor_add_trakt_source">Adicionar Lista do Trakt</string>
    <string name="collections_editor_edit_tmdb_source">Editar Fonte TMDB</string>
    <string name="collections_editor_tmdb_sources">Fontes TMDB</string>
    <string name="collections_editor_trakt_sources">Listas do Trakt</string>
    <string name="collections_editor_edit_trakt_source">Editar Lista do Trakt</string>
    <string name="collections_editor_trakt_list">Lista do Trakt</string>
    <string name="collections_editor_trakt_search_results">Resultados da busca</string>
    <string name="collections_editor_trakt_trending">Listas em alta</string>
    <string name="collections_editor_trakt_popular">Listas populares</string>
    <string name="collections_editor_trakt_direction">Direção</string>
    <string name="collections_editor_trakt_ascending">Crescente</string>
    <string name="collections_editor_trakt_descending">Decrescente</string>
    <string name="collections_editor_tmdb_id_or_url">ID ou URL do TMDB</string>
    <string name="collections_editor_tmdb_public_list">Lista pública do TMDB</string>
    <string name="collections_editor_tmdb_network_id">ID da Rede/Canal</string>
    <string name="collections_editor_tmdb_collection_id">ID da Coleção</string>
    <string name="collections_editor_tmdb_company_search">Nome, ID ou URL da produtora</string>
    <string name="collections_editor_tmdb_display_title">Título de exibição</string>
    <string name="collections_editor_tmdb_title_optional">Título (opcional)</string>
    <string name="collections_editor_tmdb_search">Buscar</string>
    <string name="collections_editor_add_source">Adicionar Fonte</string>
    <string name="collections_editor_save_source">Salvar Fonte</string>
    <string name="collections_editor_tmdb_collection">Coleção TMDB</string>
    <string name="collections_editor_tmdb_default_list">Lista TMDB</string>
    <string name="collections_editor_tmdb_default_production">Produção TMDB</string>
    <string name="collections_editor_tmdb_default_network">Rede TMDB</string>
    <string name="collections_editor_tmdb_default_discover">Descobrir TMDB</string>
    <string name="collections_editor_tmdb_movie_collection">Coleção de Filmes TMDB</string>
    <string name="collections_editor_tmdb_mode_presets">Predefinições</string>
    <string name="collections_editor_tmdb_mode_public_list">Lista Pública</string>
    <string name="collections_editor_tmdb_mode_production">Produção</string>
    <string name="collections_editor_tmdb_mode_network">Rede/Canal</string>
    <string name="collections_editor_tmdb_mode_person">Pessoa</string>
    <string name="collections_editor_tmdb_mode_director">Diretor</string>
    <string name="collections_editor_tmdb_mode_custom">Personalizado</string>
    <string name="collections_editor_tmdb_person_credits">Créditos de Pessoa</string>
    <string name="collections_editor_tmdb_director_credits">Créditos de Diretor</string>
    <string name="collections_editor_tmdb_company_fallback">Empresa TMDB %1$d</string>
    <string name="collections_editor_tmdb_help_presets">Escolha uma fonte pronta. Você pode editar ou remover após adicionar.</string>
    <string name="collections_editor_tmdb_help_list">Cole a URL de uma lista pública do TMDB ou apenas o número contido na URL.</string>
    <string name="collections_editor_tmdb_help_production">Busque pelo nome do estúdio ou cole o ID/URL de uma empresa do TMDB para adicionar diretamente.</string>
    <string name="collections_editor_tmdb_help_network">Insira o ID de uma rede. Redes comuns estão disponíveis em Predefinições e filtros rápidos.</string>
    <string name="collections_editor_tmdb_help_collection">Busque pelo nome de uma coleção de filmes ou cole o ID da coleção do TMDB.</string>
    <string name="collections_editor_tmdb_help_person">Digite um ID ou URL de pessoa no TMDB para criar uma linha a partir dos créditos do elenco.</string>
    <string name="collections_editor_tmdb_help_director">Digite um ID ou URL de pessoa no TMDB para criar uma linha a partir dos créditos de direção.</string>
    <string name="collections_editor_tmdb_help_discover">Crie uma fileira dinâmica do TMDB usando filtros opcionais. Deixe os campos vazios quando não precisar de um filtro.</string>
    <string name="collections_editor_tmdb_search_helper">Exemplos: Marvel Studios, 420, ou https://www.themoviedb.org/company/420.</string>
    <string name="collections_editor_tmdb_collection_helper">Exemplo: Star Wars Collection, Harry Potter Collection, ou a URL da coleção.</string>
    <string name="collections_editor_tmdb_network_helper">Exemplos de IDs: Netflix 213, HBO 49, Disney+ 2739.</string>
    <string name="collections_editor_tmdb_list_helper">Exemplo: https://www.themoviedb.org/list/8504994 ou 8504994.</string>
    <string name="collections_editor_tmdb_person_id">ID da pessoa</string>
    <string name="collections_editor_tmdb_person_helper">Exemplo: https://www.themoviedb.org/person/31-tom-hanks ou 31.</string>
    <string name="collections_editor_tmdb_title_helper">Exibido como o nome da fileira/aba. Se estiver em branco, o Nuvio criará um baseado na fonte.</string>
    <string name="collections_editor_tmdb_quick_genres">Gêneros rápidos</string>
    <string name="collections_editor_tmdb_quick_languages">Idiomas rápidos</string>
    <string name="collections_editor_tmdb_quick_countries">Países rápidos</string>
    <string name="collections_editor_tmdb_quick_keywords">Palavras-chave rápidas</string>
    <string name="collections_editor_tmdb_quick_companies">Estúdios rápidos</string>
    <string name="collections_editor_tmdb_quick_networks">Redes rápidas</string>
    <string name="collections_editor_tmdb_genres">IDs de Gênero</string>
    <string name="collections_editor_tmdb_genres_helper">Use os números de gênero do TMDB. Separe múltiplos por vírgula para \"E\", ou barras verticais (|) para \"OU\".</string>
    <string name="collections_editor_tmdb_date_from">Data de lançamento inicial</string>
    <string name="collections_editor_tmdb_date_to">Data de lançamento final</string>
    <string name="collections_editor_tmdb_date_helper">Use AAAA-MM-DD, por exemplo 2024-01-01.</string>
    <string name="collections_editor_tmdb_rating_min">Avaliação mínima</string>
    <string name="collections_editor_tmdb_rating_max">Avaliação máxima</string>
    <string name="collections_editor_tmdb_rating_helper">Avaliação do TMDB de 0 a 10. Exemplo: 7.0.</string>
    <string name="collections_editor_tmdb_votes_min">Mínimo de votos</string>
    <string name="collections_editor_tmdb_votes_helper">Use isso para evitar títulos obscuros com poucos votos. Exemplo: 100.</string>
    <string name="collections_editor_tmdb_language">Idioma original</string>
    <string name="collections_editor_tmdb_language_helper">Use códigos de idioma de duas letras, por exemplo: en, ko, ja, pt.</string>
    <string name="collections_editor_tmdb_country">País de origem</string>
    <string name="collections_editor_tmdb_country_helper">Use códigos de país de duas letras, por exemplo: BR, US, KR, JP.</string>
    <string name="collections_editor_tmdb_keywords">IDs de Palavras-chave</string>
    <string name="collections_editor_tmdb_keywords_helper">Use os números de palavras-chave do TMDB. Os botões rápidos preenchem exemplos comuns.</string>
    <string name="collections_editor_tmdb_companies">IDs de Empresas</string>
    <string name="collections_editor_tmdb_companies_helper">Use IDs de estúdios/empresas. Os botões rápidos preenchem exemplos comuns.</string>
    <string name="collections_editor_tmdb_networks">IDs de Redes/Canais</string>
    <string name="collections_editor_tmdb_networks_helper">Apenas para séries. Use IDs como Netflix 213 ou HBO 49.</string>
    <string name="collections_editor_tmdb_year">Ano</string>
    <string name="collections_editor_tmdb_year_helper">Use um ano com quatro dígitos, por exemplo 2024.</string>
    <string name="collections_editor_sort_original">Original</string>
    <string name="collections_editor_sort_list_order">Ordem da Lista</string>
    <string name="collections_editor_sort_recently_added">Adicionados Recentemente</string>
    <string name="collections_editor_sort_title">Título</string>
    <string name="collections_editor_sort_released">Lançamento</string>
    <string name="collections_editor_sort_votes">Votos</string>
    <string name="collections_editor_direction_asc_short">Asc</string>
    <string name="collections_editor_direction_desc_short">Desc</string>
    <string name="collections_editor_trakt_movie_list">Lista de Filmes Trakt</string>
    <string name="collections_editor_trakt_series_list">Lista de Séries Trakt</string>
    <string name="collections_editor_trakt_list_with_id">Lista Trakt %1$d</string>
    <string name="collections_editor_trakt_public_list">Lista pública do Trakt</string>
    <string name="collections_editor_trakt_items_count">%1$d itens</string>
    <string name="collections_editor_trakt_likes_count">%1$d curtidas</string>
    <string name="collections_editor_error_valid_tmdb_id_or_url">Insira um ID ou URL válido do TMDB</string>
    <string name="collections_editor_error_load_tmdb_source">Não foi possível carregar a fonte TMDB</string>
    <string name="collections_editor_error_trakt_list_id_or_url">Insira um ID ou URL de lista do Trakt</string>
    <string name="collections_editor_error_trakt_list_name_id_or_url">Insira um nome, URL ou ID de lista do Trakt</string>
    <string name="collections_editor_error_load_trakt_list">Não foi possível carregar a lista do Trakt</string>
    <string name="collections_editor_error_load_trakt_lists">Não foi possível carregar as listas do Trakt</string>
    <string name="collections_editor_error_search_trakt_lists">Não foi possível buscar as listas do Trakt</string>
    <string name="collections_editor_error_trakt_list_not_found">Lista do Trakt não encontrada</string>
    <string name="collections_editor_error_trakt_list_missing_numeric_id">A lista do Trakt não incluiu um ID numérico</string>
    <string name="collections_editor_tmdb_placeholder_list">https://www.themoviedb.org/list/8504994 ou 8504994</string>
    <string name="collections_editor_tmdb_placeholder_collection">10 para Star Wars Collection</string>
    <string name="collections_editor_tmdb_placeholder_company">Marvel Studios, 420, ou URL da empresa</string>
    <string name="collections_editor_tmdb_placeholder_network">213 para Netflix, 49 para HBO, 2739 para Disney+</string>
    <string name="collections_editor_tmdb_person_placeholder">31 para Tom Hanks, ou URL da pessoa</string>
    <string name="collections_editor_trakt_id_placeholder">https://trakt.tv/lists/123456 ou 123456</string>
    <string name="collections_editor_url_short_placeholder">https://...</string>
    <string name="collections_editor_tmdb_genres_movie_placeholder">28,12</string>
    <string name="collections_editor_tmdb_genres_tv_placeholder">18,35</string>
    <string name="collections_editor_tmdb_date_from_placeholder">2020-01-01</string>
    <string name="collections_editor_tmdb_date_to_placeholder">2024-12-31</string>
    <string name="collections_editor_tmdb_rating_min_placeholder">7.0</string>
    <string name="collections_editor_tmdb_rating_max_placeholder">10</string>
    <string name="collections_editor_tmdb_votes_min_placeholder">100</string>
    <string name="collections_editor_tmdb_language_placeholder">pt, en, ko, ja</string>
    <string name="collections_editor_tmdb_country_placeholder">BR, US, KR, JP</string>
    <string name="collections_editor_tmdb_year_placeholder">2024</string>
    <string name="collections_editor_language_english">Inglês</string>
    <string name="collections_editor_language_korean">Coreano</string>
    <string name="collections_editor_language_japanese">Japonês</string>
    <string name="collections_editor_language_hindi">Hindi</string>
    <string name="collections_editor_language_spanish">Espanhol</string>
    <string name="collections_editor_country_us">Estados Unidos</string>
    <string name="collections_editor_country_korea">Coreia</string>
    <string name="collections_editor_country_japan">Japão</string>
    <string name="collections_editor_country_india">Índia</string>
    <string name="collections_editor_country_uk">Reino Unido</string>
    <string name="collections_editor_keyword_superhero">Super-herói</string>
    <string name="collections_editor_keyword_based_on_novel">Baseado em Romance/Livro</string>
    <string name="collections_editor_keyword_time_travel">Viagem no Tempo</string>
    <string name="collections_editor_keyword_space">Espaço</string>
    <string name="collections_editor_placeholder_name">Nome da coleção</string>
    <string name="collections_editor_placeholder_backdrop">URL da imagem de fundo (opcional)</string>
    <string name="collections_editor_placeholder_cover_image">URL da imagem de capa</string>
    <string name="collections_editor_placeholder_folder">Nome da pasta</string>
    <string name="collections_editor_placeholder_gif">URL do GIF animado (reproduz apenas ao focar)</string>
    <string name="collections_editor_hero_backdrop">Fundo de Destaque (Início Moderno)</string>
    <string name="collections_editor_placeholder_hero_backdrop">URL de imagem de fundo personalizada (opcional)</string>
    <string name="collections_editor_hero_video">Vídeo de Destaque (Início Moderno)</string>
    <string name="collections_editor_placeholder_hero_video">URL de vídeo de destaque personalizado (opcional)</string>
    <string name="collections_editor_title_logo">Logotipo do Título (Início Moderno)</string>
    <string name="collections_editor_placeholder_title_logo">URL de logotipo personalizado (opcional)</string>
    <string name="collections_editor_search_emoji_placeholder">Buscar emoji...</string>
    <string name="collections_editor_filter_active_sources_placeholder">Filtrar fontes ativas...</string>
    <string name="collections_editor_search_catalogs_placeholder">Buscar catálogos...</string>
    <string name="collections_editor_genre_filter">Filtrar por Gênero</string>
    <string name="collections_editor_choose_genre">Escolha</string>
    <string name="collections_editor_select_genre">Selecione o gênero</string>
    <string name="collections_editor_all_genres">Todos os gêneros</string>
    <string name="collections_editor_genre_required">Gênero obrigatório</string>
    <string name="collections_editor_genre_optional">Filtro de gênero disponível</string>
    <string name="collections_card_title">Coleções</string>
    <string name="collections_card_subtitle">Agrupe catálogos em pastas na tela inicial</string>
    <string name="collections_tab_all">Tudo</string>
    <string name="collections_tab_combined">Combinado</string>
    <string name="collection_editor_remove_cd">Remover</string>
    <string name="collection_editor_choice_both">Ambos</string>
    <string name="collection_editor_resolved_trakt_list">Lista do Trakt resolvida</string>
    <string name="collection_editor_trakt_search_placeholder">Buscar título, URL do Trakt ou ID da lista</string>
    <string name="collection_editor_trakt_name_placeholder">Filmes do Fim de Semana, Vencedores de Prêmios</string>
    <string name="collection_editor_folder_count_one">%1$d item</string>
    <string name="collection_editor_folder_count_other">%1$d itens</string>
    <string name="collections_editor_delete_folder_title">Excluir pasta?</string>
    <string name="collections_editor_delete_folder_subtitle">Isso excluirá permanentemente \"%1$s\" e todo o seu conteúdo.</string>
    <string name="collections_editor_tmdb_movie_title_placeholder">Filmes da Marvel, Originais Netflix, Pixar</string>
    <string name="collections_editor_tmdb_tv_title_placeholder">Melhores Filmes de Ação, Doramas Coreanos, Animações de 2024</string>
    <string name="collections_editor_tmdb_person_title_placeholder">Filmes de Tom Hanks, Atores favoritos</string>
    <string name="collections_editor_tmdb_director_title_placeholder">Filmes de Christopher Nolan, Diretores favoritos</string>
    <string name="collections_editor_tmdb_keywords_placeholder">9715 para super-herói</string>
    <string name="collections_editor_tmdb_companies_placeholder">420 para Marvel Studios</string>
    <string name="collections_editor_tmdb_networks_placeholder">213 para Netflix</string>
    <string name="folder_detail_not_found">Pasta não encontrada</string>
    <string name="cast_error_load_details_for">Não foi possível carregar detalhes para %1$s</string>
    <string name="tmdb_entity_error_load_named">Não foi possível carregar %1$s</string>
    <string name="tmdb_entity_error_load">Não foi possível carregar a entidade TMDB</string>
    <string name="catalog_see_all_title_fallback">Catálogo</string>
    <string name="collections_editor_emoji_category_streaming">Streaming</string>
    <string name="collections_editor_emoji_category_genres">Gêneros</string>
    <string name="collections_editor_emoji_category_sports">Esportes</string>
    <string name="collections_editor_emoji_category_music">Música</string>
    <string name="collections_editor_emoji_category_nature">Natureza</string>
    <string name="collections_editor_emoji_category_animals">Animais</string>
    <string name="collections_editor_emoji_category_food">Comida</string>
    <string name="collections_editor_emoji_category_travel">Viagem</string>
    <string name="collections_editor_emoji_category_people">Pessoas</string>
    <string name="collections_editor_emoji_category_objects">Objetos</string>
    <string name="collections_editor_emoji_category_flags">Bandeiras</string>
    <string name="collections_editor_emoji_category_symbols">Símbolos</string>
    <string name="collections_editor_tmdb_network_placeholder_example">213 para Netflix, 49 para HBO, 2739 para Disney+</string>
    <string name="collections_editor_tmdb_collection_placeholder_example">10 para Coleção Star Wars</string>
    <string name="collections_editor_tmdb_company_placeholder_example">Marvel Studios, 420 ou URL da empresa</string>
    <string name="collections_editor_tmdb_genre_action">Ação</string>
    <string name="collections_editor_tmdb_genre_adventure">Aventura</string>
    <string name="collections_editor_tmdb_genre_animation">Animação</string>
    <string name="collections_editor_tmdb_genre_comedy">Comédia</string>
    <string name="collections_editor_tmdb_genre_horror">Terror</string>
    <string name="collections_editor_tmdb_genre_scifi">Ficção científica</string>
    <string name="collections_editor_tmdb_genre_drama">Drama</string>
    <string name="collections_editor_tmdb_genre_crime">Crime</string>
    <string name="collections_editor_tmdb_genre_reality">Reality</string>
    <string name="autoplay_regex_preset_any_1080p_plus">Qualquer 1080p+</string>
    <string name="autoplay_regex_preset_4k_remux">4K / Remux</string>
    <string name="autoplay_regex_preset_1080p_standard">1080p Padrão</string>
    <string name="autoplay_regex_preset_720p_smaller">720p / Menor</string>
    <string name="autoplay_regex_preset_web_sources">Fontes WEB</string>
    <string name="autoplay_regex_preset_bluray_quality">Qualidade BluRay</string>
    <string name="autoplay_regex_preset_hevc_x265">HEVC / x265</string>
    <string name="autoplay_regex_preset_avc_x264">AVC / x264</string>
    <string name="autoplay_regex_preset_hdr_dolby_vision">HDR / Dolby Vision</string>
    <string name="autoplay_regex_preset_dolby_atmos_dts">Dolby Atmos / DTS</string>
    <string name="autoplay_regex_preset_english">Inglês</string>
    <string name="autoplay_regex_preset_no_cam_ts">Sem CAM/TS</string>
    <string name="autoplay_regex_preset_no_remux_hdr">Sem REMUX/HDR</string>
    <string name="playback_player_internal_desc">Usar player interno do NuvioTV</string>
    <string name="player_torrent_peer_info">%1$d seeds · %2$d peers</string>
    <string name="player_torrent_buffered_status">%1$s armazenado · %2$s · %3$s</string>
    <string name="player_torrent_status">%1$s · %2$s</string>
    <string name="player_torrent_stats">%1$d peers · %2$d seeds · %3$d%%</string>
    <string name="player_torrent_connecting_peers">Conectando a peers…</string>
    <string name="player_track_audio_fallback">Áudio %1$d</string>
    <string name="player_track_subtitle_fallback">Legenda %1$d</string>
    <string name="player_error_stream_blocked">\n\nA fonte de vídeo está bloqueada ou restrita. Tente outra opção.</string>
    <string name="player_error_stream_removed">\n\nO link expirou ou foi removido. Tente outra fonte.</string>
    <string name="player_error_stream_expired">\n\nO link expirou. Tente outra fonte.</string>
    <string name="player_error_stream_rate_limited">\n\nMuitos acessos simultâneos a esta fonte. Aguarde um instante e tente novamente.</string>
    <string name="player_error_stream_unavailable">\n\nServidor indisponível. Tente outra fonte.</string>
    <string name="player_error_source_invalid_content">Erro de fonte: conteúdo inválido ou não reproduzível. O link pode ter expirado ou o servidor retornou uma página de erro.\n\nTente outra fonte. [%1$s]</string>
    <string name="player_error_decoder">Erro de decodificação</string>
    <string name="player_error_unsupported_format">Formato não suportado pelo dispositivo. Tente outra fonte. [%1$s]</string>
    <string name="player_error_initialize_failed">Falha ao inicializar player</string>
    <string name="player_error_mpv_surface_failed">Falha ao iniciar a renderização de vídeo (libmpv)</string>
    <string name="player_error_mpv_playback_failed">Falha ao inicializar reprodução libmpv</string>
    <string name="player_error_torrent">Erro de torrent: %1$s</string>
    <string name="player_error_playback_fallback">Erro de reprodução</string>
    <string name="subtitle_timing_file_no_lines">Nenhum texto encontrado nesta legenda</string>
    <string name="subtitle_timing_load_lines_failed">Falha ao carregar os textos da legenda</string>
    <string name="subtitle_download_failed_http">Falha no download da legenda (HTTP %1$d)</string>
    <string name="subtitle_download_empty_content">Download retornou conteúdo vazio</string>
    <string name="collections_import_error_empty_input">Entrada vazia</string>
    <string name="collections_import_error_expected_array">Formato inválido: esperada uma lista (array)</string>
    <string name="collections_import_error_empty_array">Lista vazia: nenhuma coleção encontrada</string>
    <string name="collections_import_error_missing_id">Coleção %1$d: "id" ausente ou inválido</string>
    <string name="collections_import_error_missing_title">Coleção "%1$s": "title" ausente ou inválido</string>
    <string name="collections_import_error_folders_array">Coleção "%1$s": "folders" deve ser uma lista (array)</string>
    <string name="collections_import_error_folder_invalid">Coleção "%1$s", pasta %2$d: formato inválido</string>
    <string name="collections_import_error_folder_missing_id">Coleção "%1$s", pasta %2$d: "id" ausente</string>
    <string name="collections_import_error_folder_missing_title">Coleção "%1$s", pasta "%2$s": "title" ausente</string>
    <string name="collections_import_error_sources_array">Coleção "%1$s", pasta "%2$s": "sources" deve ser uma lista (array)</string>
    <string name="collections_import_error_invalid_tile_shape">Coleção "%1$s", pasta "%2$s": tileShape inválido "%3$s"</string>
    <string name="collections_import_error_source_invalid">Coleção "%1$s", pasta "%2$s", fonte %3$d: formato inválido</string>
    <string name="collections_import_error_source_required_fields">Coleção "%1$s", pasta "%2$s", fonte %3$d: campos obrigatórios ausentes</string>
    <string name="collections_import_error_missing_tmdb_type">Coleção "%1$s", pasta "%2$s", fonte %3$d: tipo TMDB ausente</string>
    <string name="collections_import_error_missing_trakt_list_id">Coleção "%1$s", pasta "%2$s", fonte %3$d: ID de lista Trakt ausente</string>
    <string name="collections_import_error_json_parse">Erro na leitura do arquivo JSON: %1$s</string>
    <string name="library_synced">Biblioteca sincronizada</string>
    <string name="library_error_refresh_failed">Falha ao atualizar biblioteca</string>
    <string name="library_list_created">Lista criada</string>
    <string name="library_error_invalid_list">Lista inválida</string>
    <string name="library_list_updated">Lista atualizada</string>
    <string name="library_error_save_list_failed">Falha ao salvar lista</string>
    <string name="library_list_deleted">Lista excluída</string>
    <string name="library_error_delete_list_failed">Falha ao excluir lista</string>
    <string name="library_list_order_updated">Ordem das listas atualizada</string>
    <string name="library_error_reorder_lists_failed">Falha ao reordenar listas</string>
    <string name="library_list_fallback_title">Lista</string>
    <string name="library_privacy_private">Privada</string>
    <string name="library_privacy_link">Link</string>
    <string name="library_privacy_friends">Amigos</string>
    <string name="library_privacy_public">Pública</string>
    <string name="trakt_error_auth_required">É necessário conectar sua conta do Trakt</string>
    <string name="trakt_library_error_request_failed">Falha na requisição Trakt</string>
    <string name="trakt_library_error_create_list_failed">Falha ao criar lista</string>
    <string name="trakt_library_error_update_list_failed">Falha ao atualizar lista</string>
    <string name="trakt_library_error_delete_list_failed">Falha ao excluir lista</string>
    <string name="trakt_library_error_reorder_lists_failed">Falha ao reordenar listas</string>
    <string name="trakt_library_error_fetch_watchlist_movies">Falha ao buscar filmes da watchlist</string>
    <string name="trakt_library_error_fetch_watchlist_shows">Falha ao buscar séries da watchlist</string>
    <string name="trakt_library_error_fetch_personal_lists">Falha ao buscar listas pessoais</string>
    <string name="trakt_library_error_add_watchlist_failed">Falha ao adicionar à watchlist</string>
    <string name="trakt_library_error_remove_watchlist_failed">Falha ao remover da watchlist</string>
    <string name="trakt_library_error_add_to_list_failed">Falha ao adicionar à lista</string>
    <string name="trakt_library_error_remove_from_list_failed">Falha ao remover da lista</string>
    <string name="trakt_library_error_missing_compatible_ids">IDs compatíveis ausentes para operação Trakt</string>
    <string name="trakt_library_error_auth_expired">Autenticação Trakt expirada</string>
    <string name="trakt_library_error_list_not_found">Lista Trakt não encontrada</string>
    <string name="trakt_library_error_list_limit_reached">Limite de listas atingido. É necessário fazer upgrade na sua conta Trakt.</string>
    <string name="trakt_error_insufficient_ids_mark_watched">Faltam dados de identificação para marcar como assistido no Trakt</string>
    <string name="trakt_error_request_failed">Falha na requisição Trakt</string>
    <string name="trakt_error_mark_watched_failed">Falha ao marcar como assistido no Trakt (%1$d)</string>
    <string name="detail_error_update_library_failed">Falha ao atualizar biblioteca</string>
    <string name="detail_error_load_lists_failed">Falha ao carregar listas</string>
    <string name="detail_error_update_lists_failed">Falha ao atualizar listas</string>
    <string name="detail_error_update_watched_failed">Falha ao atualizar status de assistido</string>
    <string name="detail_error_update_episode_watched_failed">Falha ao atualizar status de episódio assistido</string>
    <string name="poster_options_error_load_lists_failed">Falha ao carregar listas</string>
    <string name="poster_options_error_update_lists_failed">Falha ao atualizar listas</string>
    <string name="search_error_load_addons_failed">Falha ao carregar addons</string>
    <string name="search_error_failed">Falha na busca</string>
    <string name="stream_unknown">Fonte desconhecida</string>
    <string name="stream_embedded_group">Faixas embutidas no arquivo</string>
    <string name="stream_embedded_fallback_name">Faixa embutida</string>
    <string name="stream_quality_unknown">Desconhecido</string>
    <string name="stream_addon_unknown">Desconhecido</string>
    <string name="tmdb_unknown_entity">Desconhecido</string>
    <string name="web_tmdb_company_fallback">Empresa TMDB %1$d</string>
    <string name="web_tmdb_collection_fallback">Coleção TMDB %1$d</string>
    <string name="web_error_invalid_request_body">Corpo de requisição inválido</string>
    <string name="language_english">Inglês</string>
    <string name="supporters_error_load">Não foi possível carregar apoiadores.</string>
    <string name="contributors_error_load">Não foi possível carregar contribuidores.</string>
    <string name="sponsors_error_load">Não foi possível carregar patrocinadores.</string>
    <string name="contributors_error_api_not_configured">API de contribuidores não configurada.</string>
    <string name="contributors_error_api_http">Erro na API de contribuidores: %1$d</string>
    <string name="supporters_error_api_http">Erro na API de doações: %1$d</string>
    <string name="sponsors_error_api_http">Erro na API de patrocinadores: %1$d</string>
    <string name="contributor_role_translator">Tradutor</string>
    <string name="contributor_role_maintainer">Mantenedor</string>
    <string name="network_error_empty_response_body">Corpo de resposta vazio</string>
    <string name="network_error_unknown">Erro desconhecido ocorreu</string>
    <string name="network_fast_error_script_path_missing">fast.com: caminho do script não encontrado</string>
    <string name="network_fast_error_token_missing">fast.com: token não encontrado no pacote</string>
    <string name="torrent_error_add_failed">Falha ao adicionar torrent</string>
    <string name="torrent_error_binary_missing">Binário TorrServer não encontrado em %1$s</string>
    <string name="torrent_error_process_died">Processo TorrServer morreu na inicialização (código %1$d)</string>
    <string name="torrent_error_start_timeout">TorrServer não iniciou em %1$ds</string>
    <string name="player_torrent_starting_engine">Iniciando motor P2P…</string>
    <string name="player_torrent_rebuffer_status">%1$s carregado</string>
    <string name="player_stream_error_invalid_external_url">URL externo inválido</string>
    <string name="player_stream_error_open_external_link_failed">Não foi possível abrir link externo</string>
    <string name="player_stream_error_invalid_url">URL de stream inválido</string>
    <string name="player_stream_error_missing_content_type">Tipo de conteúdo ausente</string>
    <string name="meta_error_detail_no_metadata_for_id">nenhum metadata retornado para este id</string>
    <string name="meta_error_detail_addon_unreachable">não foi possível conectar ao servidor do addon</string>
    <string name="meta_error_detail_addon_connection_failed">falha na conexão com addon</string>
    <string name="meta_error_detail_addon_timeout">requisição ao addon expirou</string>
    <string name="meta_error_detail_addon_cleartext_blocked">addon usa conexão HTTP insegura bloqueada pelo Android</string>
    <string name="meta_error_detail_addon_request_failed">requisição ao addon falhou</string>
    <string name="stream_error_detail_no_streams_for_id">nenhuma fonte retornada para este título</string>
    <string name="stream_error_detail_addon_unreachable">não foi possível conectar ao servidor do addon</string>
    <string name="stream_error_detail_addon_connection_failed">falha na conexão com addon</string>
    <string name="stream_error_detail_addon_timeout">requisição ao addon expirou</string>
    <string name="stream_error_detail_addon_cleartext_blocked">addon usa conexão HTTP insegura bloqueada pelo Android</string>
    <string name="stream_error_detail_addon_request_failed">requisição ao addon falhou</string>
    <string name="stream_error_fetch_failed">Falha ao buscar fontes</string>
    <string name="trakt_library_error_paginated_fetch_failed">Falha ao carregar mais páginas do Trakt (%1$d)</string>
    <string name="home_poster_lists_error_load_failed">Falha ao carregar listas</string>
    <string name="home_poster_lists_error_update_failed">Falha ao atualizar listas</string>
    <string name="profile_pin_saved_for_profile">PIN salvo para %1$s.</string>
    <string name="profile_pin_lock_removed_for_profile">Bloqueio PIN removido para %1$s.</string>
    <string name="trakt_related_error_request_failed">Falha na requisição relacionada ao Trakt</string>
    <string name="trakt_comments_error_request_failed">Falha na requisição de comentários Trakt</string>
    <string name="trakt_library_error_fetch_list_items">Falha ao buscar itens da lista</string>
    <string name="watchlist_removed">Removido da Minha Lista</string>
    <string name="watchlist_added">Adicionado à Minha Lista</string>
    <string name="debrid_picker_preferred_resolutions_title">Resoluções preferidas</string>
    <string name="debrid_picker_preferred_resolutions_subtitle">Prioriza as resoluções selecionadas no topo da lista.</string>
    <string name="debrid_picker_required_resolutions_title">Resoluções obrigatórias</string>
    <string name="debrid_picker_required_resolutions_subtitle">Exibir apenas as resoluções selecionadas.</string>
    <string name="debrid_picker_excluded_resolutions_title">Resoluções excluídas</string>
    <string name="debrid_picker_excluded_resolutions_subtitle">Ocultar as resoluções selecionadas.</string>
    <string name="debrid_picker_preferred_qualities_title">Qualidades preferidas</string>
    <string name="debrid_picker_preferred_qualities_subtitle">Prioriza as qualidades selecionadas no topo da lista.</string>
    <string name="debrid_picker_required_qualities_title">Qualidades obrigatórias</string>
    <string name="debrid_picker_required_qualities_subtitle">Exibir apenas as qualidades de vídeo selecionadas.</string>
    <string name="debrid_picker_excluded_qualities_title">Qualidades excluídas</string>
    <string name="debrid_picker_excluded_qualities_subtitle">Ocultar as qualidades de vídeo selecionadas.</string>
    <string name="debrid_picker_preferred_visual_tags_title">Tags de imagem preferidas</string>
    <string name="debrid_picker_preferred_visual_tags_subtitle">Priorizar tags como DV, HDR, 10bit, IMAX, etc.</string>
    <string name="debrid_picker_required_visual_tags_title">Tags de imagem obrigatórias</string>
    <string name="debrid_picker_required_visual_tags_subtitle">Exigir tags como DV, HDR, 10bit, IMAX, SDR, etc.</string>
    <string name="debrid_picker_excluded_visual_tags_title">Tags de imagem excluídas</string>
    <string name="debrid_picker_excluded_visual_tags_subtitle">Ocultar tags como DV, HDR, 10bit, 3D, etc.</string>
    <string name="debrid_picker_preferred_audio_tags_title">Tags de áudio preferidas</string>
    <string name="debrid_picker_preferred_audio_tags_subtitle">Priorizar tags como Atmos, TrueHD, DTS, AAC, etc.</string>
    <string name="debrid_picker_required_audio_tags_title">Tags de áudio obrigatórias</string>
    <string name="debrid_picker_required_audio_tags_subtitle">Exigir tags como Atmos, TrueHD, DTS, AAC, etc.</string>
    <string name="debrid_picker_excluded_audio_tags_title">Tags de áudio excluídas</string>
    <string name="debrid_picker_excluded_audio_tags_subtitle">Ocultar as tags de áudio selecionadas.</string>
    <string name="debrid_picker_preferred_audio_channels_title">Canais de áudio preferidos</string>
    <string name="debrid_picker_preferred_audio_channels_subtitle">Prioriza os formatos de canais selecionados no topo da lista.</string>
    <string name="debrid_picker_required_audio_channels_title">Canais de áudio obrigatórios</string>
    <string name="debrid_picker_required_audio_channels_subtitle">Exibir apenas os formatos de canais selecionados.</string>
    <string name="debrid_picker_excluded_audio_channels_title">Canais de áudio excluídos</string>
    <string name="debrid_picker_excluded_audio_channels_subtitle">Ocultar os formatos de canais selecionados.</string>
    <string name="debrid_picker_preferred_encodes_title">Codecs preferidos</string>
    <string name="debrid_picker_preferred_encodes_subtitle">Priorizar codecs como AV1, HEVC, AVC, etc.</string>
    <string name="debrid_picker_required_encodes_title">Codecs obrigatórios</string>
    <string name="debrid_picker_required_encodes_subtitle">Exigir codecs como AV1, HEVC, AVC, etc.</string>
    <string name="debrid_picker_excluded_encodes_title">Codecs excluídos</string>
    <string name="debrid_picker_excluded_encodes_subtitle">Ocultar os codecs selecionados.</string>
    <string name="debrid_picker_preferred_languages_title">Idiomas preferidos</string>
    <string name="debrid_picker_preferred_languages_subtitle">Prioriza os idiomas de áudio selecionados no topo da lista.</string>
    <string name="debrid_picker_required_languages_title">Idiomas obrigatórios</string>
    <string name="debrid_picker_required_languages_subtitle">Exibir apenas vídeos que contenham os idiomas selecionados.</string>
    <string name="debrid_picker_excluded_languages_title">Idiomas excluídos</string>
    <string name="debrid_picker_excluded_languages_subtitle">Ocultar vídeos onde todos os idiomas disponíveis foram excluídos.</string>
    <string name="debrid_picker_required_release_groups_title">Grupos de release obrigatórios</string>
    <string name="debrid_picker_required_release_groups_subtitle">Exibir apenas os grupos de release selecionados.</string>
    <string name="debrid_picker_excluded_release_groups_title">Grupos de release excluídos</string>
    <string name="debrid_picker_excluded_release_groups_subtitle">Ocultar os grupos de release selecionados.</string>
    <string name="debrid_selection_count_any">Qualquer</string>
    <string name="debrid_size_range_any">Qualquer</string>
    <string name="debrid_size_range_up_to">Até %1$d GB</string>
    <string name="debrid_size_range_min_plus">%1$d GB+</string>
    <string name="debrid_size_range_min_max">%1$d-%2$d GB</string>
    <string name="subtitle_language_unknown">Desconhecido</string>
</resources>
