FossifyGalleryVisibilityPatch/app/src/main/res/values-pt/strings.xml

254 lines
19 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2016-10-02 23:49:13 +02:00
<resources>
<string name="app_name">Simple Gallery</string>
<string name="app_launcher_name">Galeria</string>
2016-11-10 00:14:36 +01:00
<string name="edit">Editar</string>
2016-10-02 23:49:13 +02:00
<string name="open_camera">Abrir câmara</string>
2016-11-10 00:14:36 +01:00
<string name="hidden">(oculta)</string>
2018-04-16 23:19:23 +02:00
<string name="excluded">(excluída)</string>
2016-12-05 23:19:09 +01:00
<string name="pin_folder">Fixar pasta</string>
<string name="unpin_folder">Desafixar pasta</string>
2018-01-06 17:12:19 +01:00
<string name="pin_to_the_top">Fixar no topo</string>
2016-12-11 03:00:49 +01:00
<string name="show_all">Mostrar conteúdo de todas as pastas</string>
<string name="all_folders">Todas as pastas</string>
2016-12-07 23:55:02 +01:00
<string name="folder_view">Alternar para a vista de pastas</string>
2016-12-13 21:54:55 +01:00
<string name="other_folder">Outra pasta</string>
2017-01-22 23:02:52 +01:00
<string name="show_on_map">Mostrar no mapa</string>
<string name="unknown_location">Localização desconhecida</string>
2017-02-12 23:58:47 +01:00
<string name="increase_column_count">Aumentar número de colunas</string>
2017-06-14 23:22:18 +02:00
<string name="reduce_column_count">Diminuir número de colunas</string>
2017-10-16 00:10:58 +02:00
<string name="change_cover_image">Alterar imagem de capa</string>
2017-06-14 23:22:18 +02:00
<string name="select_photo">Selecionar foto</string>
<string name="use_default">Predefinição</string>
<string name="volume">Volume</string>
2017-08-15 02:33:51 +02:00
<string name="brightness">Brilho</string>
2017-11-20 01:52:49 +01:00
<string name="lock_orientation">Bloquear orientação</string>
<string name="unlock_orientation">Desbloquear orientação</string>
2018-08-12 20:56:49 +02:00
<string name="change_orientation">Alterar orientação</string>
<string name="force_portrait">Impor modo vertical</string>
<string name="force_landscape">Impor modo horizontal</string>
<string name="use_default_orientation">Usar predefinição</string>
<string name="fix_date_taken">Corrigir data de obtenção</string>
<string name="fixing">A corrigir…</string>
<string name="dates_fixed_successfully">Dados corrigidos com sucesso</string>
2019-01-26 16:09:46 +01:00
<string name="share_resized">Partilhar foto redimensionada</string>
2017-03-03 21:26:37 +01:00
<!-- Filter -->
2017-09-01 23:57:55 +02:00
<string name="filter_media">Filtrar multimédia</string>
<string name="images">Imagens</string>
2017-09-01 23:57:55 +02:00
<string name="videos">Vídeos</string>
2018-02-10 17:07:41 +01:00
<string name="gifs">GIF</string>
2018-08-12 20:56:49 +02:00
<string name="raw_images">Imagens RAW</string>
2018-09-15 16:24:55 +02:00
<string name="svgs">SVG</string>
2017-09-13 22:29:16 +02:00
<string name="no_media_with_filters">Não foram encontrados ficheiros que cumpram os requisitos.</string>
2017-09-01 23:57:55 +02:00
<string name="change_filters_underlined"><u>Alterar filtros</u></string>
2017-03-03 21:26:37 +01:00
<!-- Hide / Exclude -->
2018-11-17 16:14:03 +01:00
<string name="hide_folder_description">Esta opção oculta uma pasta com a adição de um ficheiro \'.nomedia\' e irá ocultar todas as sub-pastas existentes. Pode ver as pastas com a opção \'Mostrar pastas ocultas\'. Continuar?</string>
2017-03-04 17:41:59 +01:00
<string name="exclude">Exclusão</string>
<string name="excluded_folders">Pastas excluídas</string>
<string name="manage_excluded_folders">Gerir pastas excluídas</string>
2017-09-01 23:57:55 +02:00
<string name="exclude_folder_description">Esta ação apenas exclui as pastas selecionadas da lista de pastas desta aplicação. Pode gerir as pastas excluídas nas Definições.</string>
2017-03-04 17:41:59 +01:00
<string name="exclude_folder_parent">Excluir antes a pasta superior?</string>
2017-09-01 23:57:55 +02:00
<string name="excluded_activity_placeholder">A exclusão de uma pasta apenas oculta o seu conteúdo do Simple Gallery porque as outras aplicações continuarão a poder aceder-lhes.\\n\\nSe quiser ocultar também das outras aplicações, utilize a função Ocultar.</string>
2017-03-04 17:41:59 +01:00
<string name="remove_all">Remover todas</string>
2017-03-15 01:05:11 +01:00
<string name="remove_all_description">Remover todas as pastas de lista de exclusões? Esta ação não apaga as pastas.</string>
2018-01-02 15:16:07 +01:00
<string name="hidden_folders">Pastas ocultas</string>
<string name="manage_hidden_folders">Gerir pastas ocultas</string>
<string name="hidden_folders_placeholder">Parece que não existem pastas ocultas com ficheiros \".nomedia\".</string>
2016-10-02 23:49:13 +02:00
<!-- Include folders -->
2017-03-21 17:19:23 +01:00
<string name="include_folders">Pastas incluídas</string>
<string name="manage_included_folders">Gerir pastas incluídas</string>
<string name="add_folder">Adicionar pasta</string>
<string name="included_activity_placeholder">Se possuir pastas com dados multimédia não reconhecidos pela aplicação, aqui pode adicioná-las manualmente.</string>
2016-12-06 19:06:54 +01:00
<!-- Resizing -->
2016-12-07 23:55:02 +01:00
<string name="resize">Redimensionar</string>
<string name="resize_and_save">Redimensionar seleção e guardar</string>
<string name="width">Largura</string>
<string name="height">Altura</string>
2017-04-07 00:10:23 +02:00
<string name="keep_aspect_ratio">Manter proporção</string>
2016-12-07 23:55:02 +01:00
<string name="invalid_values">Digite uma resolução válida</string>
2016-12-06 19:06:54 +01:00
2016-10-05 22:07:32 +02:00
<!-- Editor -->
<string name="editor">Editor</string>
2016-11-10 00:14:36 +01:00
<string name="save">Guardar</string>
<string name="rotate">Rodar</string>
2016-12-05 23:19:09 +01:00
<string name="path">Caminho</string>
2016-11-10 00:14:36 +01:00
<string name="invalid_image_path">Caminho inválido</string>
2016-12-05 23:19:09 +01:00
<string name="image_editing_failed">Falha na edição da imagem</string>
2016-11-10 00:14:36 +01:00
<string name="edit_image_with">Editar imagem com:</string>
<string name="no_editor_found">Editor não encontrado</string>
<string name="unknown_file_location">Localização desconhecida</string>
<string name="error_saving_file">Não foi possível substituir o ficheiro original</string>
2017-02-12 23:58:47 +01:00
<string name="rotate_left">Rodar à esquerda</string>
<string name="rotate_right">Rodar à direita</string>
<string name="rotate_one_eighty">Rodar 180º</string>
<string name="flip">Inverter</string>
2017-04-14 14:42:47 +02:00
<string name="flip_horizontally">Horizontalmente</string>
<string name="flip_vertically">Verticalmente</string>
<string name="free_aspect_ratio">Livre</string> <!-- available as an option: 1:1, 4:3, 16:9, free -->
2018-12-07 14:33:00 +01:00
<string name="other_aspect_ratio">Outro</string> <!-- available as an option: 1:1, 4:3, 16:9, free, other -->
2016-10-05 22:07:32 +02:00
<!-- Set wallpaper -->
<string name="simple_wallpaper">Simple Wallpaper</string>
2016-11-10 00:14:36 +01:00
<string name="set_as_wallpaper">Definir como fundo do ecrã</string>
<string name="set_as_wallpaper_failed">Falha ao definir como fundo de ecrã</string>
2016-11-10 00:14:36 +01:00
<string name="set_as_wallpaper_with">Definir como fundo com:</string>
<string name="setting_wallpaper">A definir como fundo de ecrã&#8230;</string>
2016-11-10 00:14:36 +01:00
<string name="wallpaper_set_successfully">Fundo definido com sucesso</string>
2017-04-15 17:25:11 +02:00
<string name="portrait_aspect_ratio">Proporção na vertical</string>
2017-05-28 23:29:19 +02:00
<string name="landscape_aspect_ratio">Proporção na horizontal</string>
2017-12-11 00:16:11 +01:00
<string name="home_screen">Ecrã principal</string>
<string name="lock_screen">Ecrã de bloqueio</string>
<string name="home_and_lock_screen">Ecrã principal e ecrã de bloqueio</string>
2017-08-04 20:36:29 +02:00
<!-- Slideshow -->
2017-08-15 02:33:51 +02:00
<string name="slideshow">Apresentação</string>
<string name="interval">Intervalo (segundos):</string>
<string name="include_photos">Incluir fotos</string>
2017-08-15 02:33:51 +02:00
<string name="include_videos">Incluir vídeos</string>
2018-02-10 17:07:41 +01:00
<string name="include_gifs">Incluir GIF</string>
2017-08-15 02:33:51 +02:00
<string name="random_order">Ordem aleatória</string>
2019-01-26 16:09:46 +01:00
<string name="use_fade">Utilizar animações</string>
2017-08-15 02:33:51 +02:00
<string name="move_backwards">Mover para trás</string>
2017-09-13 22:29:16 +02:00
<string name="loop_slideshow">Apresentação em ciclo</string>
2017-08-15 02:33:51 +02:00
<string name="slideshow_ended">Apresentação terminada</string>
<string name="no_media_for_slideshow">Não foram encontrados ficheiros para a apresentação</string>
2019-01-10 00:25:54 +01:00
<string name="use_crossfade_animation">Utilizar animação de transição</string>
2017-08-04 20:36:29 +02:00
<!-- View types -->
2017-10-16 00:10:58 +02:00
<string name="change_view_type">Tipo de exibição</string>
<string name="grid">Grelha</string>
<string name="list">Lista</string>
2018-08-12 20:56:49 +02:00
<string name="group_direct_subfolders">Agrupar sub-pastas</string>
<!-- Grouping at media thumbnails -->
2018-08-12 20:56:49 +02:00
<string name="group_by">Agrupar por</string>
<string name="do_not_group_files">Não agrupar ficheiros</string>
<string name="by_folder">Pasta</string>
<string name="by_last_modified">Última modificação</string>
<string name="by_date_taken">Data de obtenção</string>
<string name="by_file_type">Tipo de ficheiro</string>
<string name="by_extension">Extensão</string>
<!-- Widgets -->
2019-01-10 00:25:54 +01:00
<string name="folder_on_widget">Pasta mostrada no widget:</string>
<string name="show_folder_name">Mostrar nome da pasta</string>
2016-10-02 23:49:13 +02:00
<!-- Settings -->
2016-11-10 00:14:36 +01:00
<string name="autoplay_videos">Reproduzir vídeos automaticamente</string>
2018-11-17 16:14:03 +01:00
<string name="remember_last_video_position">Memorizar posição da reprodução</string>
2016-11-13 12:11:04 +01:00
<string name="toggle_filename">Mostrar/ocultar nome do ficheiro</string>
2017-01-02 01:29:12 +01:00
<string name="loop_videos">Vídeos em ciclo</string>
2018-02-10 17:07:41 +01:00
<string name="animate_gifs">Animação de GIF nas miniaturas</string>
2017-03-15 01:05:11 +01:00
<string name="max_brightness">Brilho máximo permitido</string>
2017-03-26 01:00:51 +01:00
<string name="crop_thumbnails">Recortar miniaturas em quadrados</string>
2018-11-28 14:44:16 +01:00
<string name="show_thumbnail_video_duration">Mostrar duração do vídeo</string>
2017-04-07 00:10:23 +02:00
<string name="screen_rotation_by">Rodar em ecrã completo por</string>
<string name="screen_rotation_system_setting">Definições do sistema</string>
<string name="screen_rotation_device_rotation">Rotação do dispositivo</string>
<string name="screen_rotation_aspect_ratio">Proporção</string>
2018-01-02 15:16:07 +01:00
<string name="black_background_at_fullscreen">Fundo escuro e barra de estado no modo de ecrã completo</string>
2017-06-14 23:22:18 +02:00
<string name="scroll_thumbnails_horizontally">Deslocação horizontal de miniaturas</string>
2017-07-19 22:38:50 +02:00
<string name="hide_system_ui_at_fullscreen">Ocultar interface do sistema se em ecrã completo</string>
2017-09-01 23:57:55 +02:00
<string name="delete_empty_folders">Apagar as pastas vazias depois de remover o seu conteúdo</string>
2018-02-10 17:07:41 +01:00
<string name="allow_photo_gestures">Permitir controlo do brilho das fotos com gestos verticais</string>
<string name="allow_video_gestures">Permitir controlo do volume e do brilho dos vídeos através de gestos verticais</string>
2017-11-01 23:41:51 +01:00
<string name="show_media_count">Mostrar número de ficheiros na vista principal</string>
2017-10-26 14:28:01 +02:00
<string name="show_extended_details">Mostrar detalhes se em ecrã completo</string>
<string name="manage_extended_details">Gerir detalhes exibidos</string>
2018-02-10 17:07:41 +01:00
<string name="one_finger_zoom">Permitir ampliação com um dedo se em ecrã completo</string>
<string name="allow_instant_change">Permitir troca imediata de ficheiro ao tocar nas margens do ecrã</string>
2018-11-17 16:14:03 +01:00
<string name="allow_deep_zooming_images">Permitir ampliação profunda de imagens</string>
2018-02-10 17:07:41 +01:00
<string name="hide_extended_details">Ocultar detalhes extra se a barra de estado estiver oculta</string>
2018-11-17 16:14:03 +01:00
<string name="do_extra_check">Dupla verificação para evitar mostrar os ficheiros inválidos</string>
2018-08-12 20:56:49 +02:00
<string name="show_at_bottom">Mostrar alguns botões de ação na base do ecrã</string>
<string name="show_recycle_bin">Mostrar reciclagem no ecrã de pastas</string>
2018-11-17 16:14:03 +01:00
<string name="deep_zoomable_images">Ampliação de imagens</string>
2018-10-11 23:43:40 +02:00
<string name="show_highest_quality">Mostrar fotos com a melhor qualidade possível</string>
<string name="show_recycle_bin_last">Mostrar a reciclagem como o último item do ecrã principal</string>
2018-11-17 16:14:03 +01:00
<string name="allow_down_gesture">Sair de ecrã completo com um gesto para baixo</string>
2019-01-10 00:25:54 +01:00
<string name="allow_one_to_one_zoom">Permitir ampliação 1:1 com dois toques</string>
<string name="open_videos_on_separate_screen">Abrir vídeos em ecrã distinto com os novos toques horizontais</string>
<string name="show_notch">Show a notch if available</string>
2018-01-25 11:28:16 +01:00
<!-- Setting sections -->
2018-02-10 17:07:41 +01:00
<string name="thumbnails">Miniaturas</string>
<string name="fullscreen_media">Multimédia em ecrã completo</string>
<string name="extended_details">Detalhes extra</string>
2018-08-12 20:56:49 +02:00
<string name="bottom_actions">Ações em baixo</string>
<!-- Bottom actions -->
2018-08-12 20:56:49 +02:00
<string name="manage_bottom_actions">Gerir botões de ação</string>
<string name="toggle_favorite">Alternar favoritos</string>
<string name="toggle_file_visibility">Alternar visibilidade dos ficheiros</string>
2016-10-02 23:49:13 +02:00
2018-02-19 00:30:34 +01:00
<!-- FAQ -->
<string name="faq_1_title">How can I make Simple Gallery the default device gallery?</string>
<string name="faq_1_text">First you have to find the currently default gallery in the Apps section of your device settings, look for a button that says something like \"Open by default\", click on it, then select \"Clear defaults\".
The next time you will try opening an image or video you should see an app picker, where you can select Simple Gallery and make it the default app.</string>
<string name="faq_2_title">I locked the app with a password, but I forgot it. What can I do?</string>
<string name="faq_2_text">You can solve it in 2 ways. You can either reinstall the app, or find the app in your device settings and select \"Clear data\". It will reset all your settings, it will not remove any media files.</string>
<string name="faq_3_title">How can I make an album always appear at the top?</string>
<string name="faq_3_text">You can long press the desired album and select the Pin icon at the actionmenu, that will pin it to the top. You can pin multiple folders too, pinned items will be sorted by the default sorting method.</string>
<string name="faq_4_title">How can I fast-forward videos?</string>
<string name="faq_4_text">You can either drag your finger horizontally over the video player, or click on the current or max duration texts near the seekbar. That will move the video either backward, or forward.</string>
2018-02-19 00:30:34 +01:00
<string name="faq_5_title">What is the difference between hiding and excluding a folder?</string>
<string name="faq_5_text">Exclude prevents displaying the folder only in Simple Gallery, while Hide works system-wise and it hides the folder from other galleries too. It works by creating an empty \".nomedia\" file in the given folder, which you can then remove with any file manager too.</string>
<string name="faq_6_title">Why do folders with music cover art or stickers show up?</string>
<string name="faq_6_text">It can happen that you will see some unusual albums show up. You can easily exclude them by long pressing them and selecting Exclude. In the next dialog you can then select the parent folder, chances are it will prevent the other related albums showing up too.</string>
2019-01-30 22:59:16 +01:00
<string name="faq_7_title">A folder with images isn\'t showing up, or it doesn\'t show all items. What can I do?</string>
2018-02-19 00:30:34 +01:00
<string name="faq_7_text">That can have multiple reasons, but solving it is easy. Just go in Settings -> Manage Included Folders, select Plus and navigate to the required folder.</string>
<string name="faq_8_title">What if I want just a few particular folders visible?</string>
<string name="faq_8_text">Adding a folder at the Included Folders doesn\'t automatically exclude anything. What you can do is go in Settings -> Manage Excluded Folders, exclude the root folder \"/\", then add the desired folders at Settings -> Manage Included Folders.
That will make only the selected folders visible, as both excluding and including are recursive and if a folder is both excluded and included, it will show up.</string>
2018-03-16 11:40:13 +01:00
<string name="faq_10_title">Can I crop images with this app?</string>
<string name="faq_10_text">Yes, you can crop images in the editor, by dragging the image corners. You can get to the editor either by long pressing an image thumbnail and selecting Edit, or selecting Edit from the fullscreen view.</string>
<string name="faq_11_title">Can I somehow group media file thumbnails?</string>
<string name="faq_11_text">Sure, just use the \"Group by\" menu item while at the thumbnails view. You can group files by multiple criteria, including Date Taken. If you use the \"Show all folders content\" function you can group them by folders too.</string>
<string name="faq_12_title">Sorting by Date Taken doesn\'t seem to work properly, how can I fix it?</string>
<string name="faq_12_text">It is most likely caused by the files being copied from somewhere. You can fix it by selecting the file thumbnails and selecting \"Fix Date Taken value\".</string>
2018-09-30 10:33:23 +02:00
<string name="faq_13_title">I see some color banding on the images. How can I improve the quality?</string>
<string name="faq_13_text">The current solution for displaying images works fine in the vast majority of cases, but if you want even better image quality, you can enable the \"Show images in the highest possible quality\" at the app settings, in the \"Deep zoomable images\" section.</string>
<string name="faq_14_title">I have hidden a file/folder. How can I unhide it?</string>
<string name="faq_14_text">You can either press the \"Temporarily show hidden items\" menu item at the main screen, or toggle \"Show hidden items\" in the app settings to see the hidden item. If you want to unhide it, just long press it and select \"Unhide\". Folders are hidden by adding a hidden \".nomedia\" file into them, you can delete the file with any file manager too.</string>
2018-02-19 00:30:34 +01:00
2016-11-24 23:30:51 +01:00
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
2016-12-10 11:18:09 +01:00
<!-- Short description has to have less than 80 chars -->
2019-01-10 14:42:43 +01:00
<string name="app_short_description">Aplicação para gerir os seus ficheiros, sem anúncios e com total privacidade.</string>
2016-11-24 23:30:51 +01:00
<string name="app_long_description">
2018-11-17 16:14:03 +01:00
Um aplicação capaz de mostrar diversos tipos de imagens e vídeos incluíndo SVG, RAW, fotos panorâmicas e vídeos.
É totalmente open source, não tem anúncios nem requer permissões desnecessárias.
Algumas das suas funcionalidades:
1. Pesquisa
2. Apresentações
3. Suporte notch
4. Fixação de pastas
5. Filtro de ficheiros por tipo
6. Reciclagem para recuperação de ficheiros
7. Possibilidade de bloquer a orientação da vista
8. Possibilidade de marcar ficheiros como favoritos
9. Possibilidade de sair de ecrã completo com um gesto
10. Editor para modificar imagens e aplicar filtros
11. Possibilidade de proteger ficheiros com palavra-passe
12. Possibilidade de alterar o número de colunas com gestos ou botões de menu
13. Botões de ação personalizados
14. Possibilidade de mostrar detalhes extra em ecrã completo bem como as propriedades dos ficheiros
15. Diversas formas para organizar e agrupar itens
16. Proteção de pastas (com efeito nas outras aplicações) e exclusão de pastas (apenas Simple Gallery)
A permissão Impressão digital é necessária para proteger a visibilidade dos itens ocultos, a aplicação e/ou para impedir a eliminação dos ficheiros.
Esta aplicação é apenas parte de um conjunto mais vasto de aplicações. Saiba mais em http://www.simplemobiletools.com
2016-11-24 23:30:51 +01:00
</string>
2016-12-11 10:59:05 +01:00
<!--
2016-12-13 23:15:06 +01:00
Não encontrou todas as cadeias a traduzir? Existem mais algumas em:
2016-12-26 20:44:21 +01:00
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
2016-12-11 10:59:05 +01:00
-->
2016-10-02 23:49:13 +02:00
</resources>