From 501ff7d855d2d5f56a867fb4e207e272bdafb4eb Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 13:23:02 +0000 Subject: [PATCH] Apply translations in pt_BR translation completed for the source file '/user_manual/locale/source/files/version_control.pot' on the 'pt_BR' language. --- .../LC_MESSAGES/files/version_control.pot | 108 ++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 user_manual/locale/pt_BR/LC_MESSAGES/files/version_control.pot diff --git a/user_manual/locale/pt_BR/LC_MESSAGES/files/version_control.pot b/user_manual/locale/pt_BR/LC_MESSAGES/files/version_control.pot new file mode 100644 index 000000000..bf9133054 --- /dev/null +++ b/user_manual/locale/pt_BR/LC_MESSAGES/files/version_control.pot @@ -0,0 +1,108 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021 Nextcloud GmbH +# This file is distributed under the same license as the Nextcloud latest User Manual package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Paulo Schopf, 2020 +# Flávio Veras , 2021 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Nextcloud latest User Manual latest\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-01-15 16:50+0000\n" +"PO-Revision-Date: 2019-11-07 20:29+0000\n" +"Last-Translator: Flávio Veras , 2021\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/nextcloud/teams/64236/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../../files/version_control.rst:3 +msgid "Version control" +msgstr "Controle de versão" + +#: ../../files/version_control.rst:5 +msgid "" +"Nextcloud supports simple version control system for files. Versioning " +"creates backups of files which are accessible via the Versions tab on the " +"Details sidebar. This tab contains the history of the file where you can " +"roll back a file to any previous version. Changes made at intervals greater " +"than two minutes are saved in **data/[user]/files_versions**." +msgstr "" +"Nextcloud suporta sistema de controle de versão simples para arquivos. O " +"controle de versão cria backups de arquivos que podem ser acessados por meio" +" da guia Versões na barra lateral Detalhes. Esta guia contém o histórico do " +"arquivo onde você pode reverter um arquivo para qualquer versão anterior. As" +" alterações feitas em intervalos superiores a dois minutos são salvas em " +"**data/[user]/files_versions**. " + +#: ../../files/version_control.rst:13 +msgid "" +"To restore a specific version of a file, click the circular arrow to the " +"left. Click on the timestamp to download it." +msgstr "" +"Para restaurar uma versão específica de um arquivo, clique na seta circular " +"à esquerda. Clique no carimbo de data/hora para fazer o download. " + +#: ../../files/version_control.rst:16 +msgid "" +"The versioning app expires old versions automatically to make sure that the " +"user doesn't run out of space. This pattern is used to delete old versions:" +msgstr "" +"O aplicativo de controle de versão expira versões antigas automaticamente " +"para garantir que o usuário não fique sem espaço. Este padrão é usado para " +"excluir versões antigas: " + +#: ../../files/version_control.rst:20 +msgid "For the first second we keep one version" +msgstr "No primeiro segundo, mantemos uma versão " + +#: ../../files/version_control.rst:21 +msgid "For the first 10 seconds Nextcloud keeps one version every 2 seconds" +msgstr "" +"Pelos primeiros 10 segundos, Nextcloud mantém uma versão a cada 2 segundos" + +#: ../../files/version_control.rst:22 +msgid "For the first minute Nextcloud keeps one version every 10 seconds" +msgstr "" +"Para o primeiro minuto Nextcloud mantém uma versão a cada 10 segundos " + +#: ../../files/version_control.rst:23 +msgid "For the first hour Nextcloud keeps one version every minute" +msgstr "Pela primeira hora, Nextcloud mantém uma versão a cada minuto " + +#: ../../files/version_control.rst:24 +msgid "For the first 24 hours Nextcloud keeps one version every hour" +msgstr "Nas primeiras 24 horas, o Nextcloud mantém uma versão a cada hora " + +#: ../../files/version_control.rst:25 +msgid "For the first 30 days Nextcloud keeps one version every day" +msgstr "Pelos primeiros 30 dias, Nextcloud mantém uma versão todos os dias " + +#: ../../files/version_control.rst:26 +msgid "After the first 30 days Nextcloud keeps one version every week" +msgstr "Após os primeiros 30 dias, o Nextcloud mantém uma versão por semana " + +#: ../../files/version_control.rst:28 +msgid "" +"The versions are adjusted along this pattern every time a new version gets " +"created." +msgstr "" +"As versões são ajustadas de acordo com esse padrão sempre que uma nova " +"versão é criada. " + +#: ../../files/version_control.rst:31 +msgid "" +"The version app never uses more that 50% of the user's currently available " +"free space. If the stored versions exceed this limit, Nextcloud deletes the " +"oldest versions until it meets the disk space limit again." +msgstr "" +"A versão do aplicativo nunca usa mais de 50% do espaço livre disponível " +"atualmente do usuário. Se as versões armazenadas excederem esse limite, o " +"Nextcloud exclui as versões mais antigas até atingir o limite de espaço em " +"disco novamente. "