From 345acbaa2c32cd3100529f2cc125800054bf869b Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 7 Oct 2020 12:02:05 +0200 Subject: update translations for 6.4.7 rc2 and force-fix errors using pocheck Change-Id: I5b70ce184448b11dc7d76b84e5ad200a2d8f8474 --- source/pt/basctl/messages.po | 8 ++--- source/pt/helpcontent2/source/text/sbasic/guide.po | 14 ++++---- .../pt/helpcontent2/source/text/sbasic/shared.po | 8 ++--- source/pt/helpcontent2/source/text/scalc/01.po | 8 ++--- source/pt/helpcontent2/source/text/shared/01.po | 42 +++++++++++----------- source/pt/sc/messages.po | 30 ++++++++-------- source/pt/svx/messages.po | 6 ++-- 7 files changed, 58 insertions(+), 58 deletions(-) (limited to 'source/pt') diff --git a/source/pt/basctl/messages.po b/source/pt/basctl/messages.po index f5250279576..6a9ade02f00 100644 --- a/source/pt/basctl/messages.po +++ b/source/pt/basctl/messages.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-02-27 12:56+0100\n" -"PO-Revision-Date: 2019-09-04 22:20+0000\n" +"PO-Revision-Date: 2020-10-03 19:35+0000\n" "Last-Translator: Sérgio Marques \n" -"Language-Team: Portuguese \n" +"Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.1.1\n" "X-POOTLE-MTIME: 1555020865.000000\n" #. fniWp @@ -891,7 +891,7 @@ msgstr "Ativos" #: basctl/uiconfig/basicide/ui/managebreakpoints.ui:237 msgctxt "managebreakpoints|label2" msgid "Pass count:" -msgstr "Contagem de passagens:" +msgstr "Contagem de passos:" #. 5dExG #: basctl/uiconfig/basicide/ui/managebreakpoints.ui:260 diff --git a/source/pt/helpcontent2/source/text/sbasic/guide.po b/source/pt/helpcontent2/source/text/sbasic/guide.po index a04feeca522..cb8ad43ba8c 100644 --- a/source/pt/helpcontent2/source/text/sbasic/guide.po +++ b/source/pt/helpcontent2/source/text/sbasic/guide.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-11-08 19:34+0100\n" -"PO-Revision-Date: 2020-03-28 23:16+0000\n" +"PO-Revision-Date: 2020-09-12 17:35+0000\n" "Last-Translator: Sérgio Marques \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.10.3\n" +"X-Generator: Weblate 4.1.1\n" "X-POOTLE-MTIME: 1560439496.000000\n" #. WcTKB @@ -221,7 +221,7 @@ msgctxt "" "N0432\n" "help.text" msgid "Calling Python scripts from %PRODUCTNAME Basic macros is possible, and valuable features can be obtained such as:" -msgstr "" +msgstr "Também é possível invocar scripts Python nas macros do %PRODUCTNAME Basic e incluir mais recursos tais como:" #. ZKSB3 #: basic_2_python.xhp @@ -230,7 +230,7 @@ msgctxt "" "N0433\n" "help.text" msgid "ComputerName identification or OSName detection are possible," -msgstr "" +msgstr "Possibilidade de identificar o valor de ComputerName ou OSName ," #. AW7Lr #: basic_2_python.xhp @@ -239,7 +239,7 @@ msgctxt "" "N0434\n" "help.text" msgid "Basic FileLen() function and com.sun.star.ucb.SimpleFileAccess.getSize() API function exhibit a 2 Gigabytes file size upper limit that Python helps to overcome," -msgstr "" +msgstr "As funções Basic FileLen() e com.sun.star.ucb.SimpleFileAccess.getSize() da API têm um tamanho máximo de 2 GB que podem ser ultrapassado utilizando Python," #. At8D2 #: basic_2_python.xhp @@ -266,7 +266,7 @@ msgctxt "" "N0437\n" "help.text" msgid "A reasonable exposure to %PRODUCTNAME Basic and to Application Programming Interface (API) features is recommended prior to perform inter-language calls from Basic to Python, to JavaScript or any other script engine." -msgstr "" +msgstr "É recomendado que esteja familiarizado com as características do %PRODUCTNAME Basic e com a interface de programação da aplicação (API) antes de realizar chamadas de códigos entre da linguagem Basic para Python, JavaScript ou outras linguagens de scripts." #. 4jY8s #: basic_2_python.xhp @@ -284,7 +284,7 @@ msgctxt "" "N0439\n" "help.text" msgid "Python scripts can be personal, shared, or embedded in documents. In order to execute them, %PRODUCTNAME Basic needs to be provided with Python script locations. Locating com.sun.star.script.provider.XScript interface compliant UNO objects allows the execution of Python scripts:" -msgstr "" +msgstr "Os scripts em Python podem ser pessoais, partilhados ou incorporados em documentos. Para os executar, o %PRODUCTNAME Basic tem que saber quais as localizações dos scripts Python. Localizar os objetos UNO que verificam a interface com.sun.star.script.provider.XScript permite a execução de scripts Python:" #. AZwVA #: basic_2_python.xhp diff --git a/source/pt/helpcontent2/source/text/sbasic/shared.po b/source/pt/helpcontent2/source/text/sbasic/shared.po index e41e95d3300..90634168658 100644 --- a/source/pt/helpcontent2/source/text/sbasic/shared.po +++ b/source/pt/helpcontent2/source/text/sbasic/shared.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-02-27 12:57+0100\n" -"PO-Revision-Date: 2020-07-17 12:34+0000\n" -"Last-Translator: Carlos Moreira \n" +"PO-Revision-Date: 2020-08-20 11:35+0000\n" +"Last-Translator: Sérgio Marques \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -38489,7 +38489,7 @@ msgctxt "" "par_id781512137345583\n" "help.text" msgid "Description" -msgstr "" +msgstr "Descrição" #. G67rA #: 03150000.xhp @@ -38678,7 +38678,7 @@ msgctxt "" "par_id491512153274624\n" "help.text" msgid "Description" -msgstr "" +msgstr "Descrição" #. cFuMR #: 03150001.xhp diff --git a/source/pt/helpcontent2/source/text/scalc/01.po b/source/pt/helpcontent2/source/text/scalc/01.po index c09eea15df6..9289d0d82c7 100644 --- a/source/pt/helpcontent2/source/text/scalc/01.po +++ b/source/pt/helpcontent2/source/text/scalc/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-12-24 17:12+0100\n" -"PO-Revision-Date: 2020-07-26 16:35+0000\n" +"PO-Revision-Date: 2020-08-20 11:35+0000\n" "Last-Translator: Sérgio Marques \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -24071,7 +24071,7 @@ msgctxt "" "par_id3153228\n" "help.text" msgid "Description" -msgstr "" +msgstr "Descrição" #. auDAv #: 04060112.xhp @@ -24341,7 +24341,7 @@ msgctxt "" "par_id3159150\n" "help.text" msgid "Description" -msgstr "" +msgstr "Descrição" #. q4Dcs #: 04060112.xhp @@ -24629,7 +24629,7 @@ msgctxt "" "par_id3146073\n" "help.text" msgid "Description" -msgstr "" +msgstr "Descrição" #. Zty8q #: 04060112.xhp diff --git a/source/pt/helpcontent2/source/text/shared/01.po b/source/pt/helpcontent2/source/text/shared/01.po index d84dd76eada..c36bae991c0 100644 --- a/source/pt/helpcontent2/source/text/shared/01.po +++ b/source/pt/helpcontent2/source/text/shared/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-02-27 12:57+0100\n" -"PO-Revision-Date: 2020-07-26 16:35+0000\n" +"PO-Revision-Date: 2020-08-22 13:35+0000\n" "Last-Translator: Sérgio Marques \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -1985,7 +1985,7 @@ msgctxt "" "par_id341547247820173\n" "help.text" msgid "Modern system file dialogs present many features for file handling. Most allows you to rename, delete, create files, sort list of files, display files and folders in icons, tree or list views, traverse the file system folder tree and much more. Use the mouse right button to get a list of commands on the selected files in the display area." -msgstr "" +msgstr "As caixas de diálogo dos sistemas modernos apresentam muitos recursos para manipular ficheiros. A maioria permite renomear, eliminar, criar, ordenar, mostrar ficheiros e pastas como ícones, árvores ou listas, percorrer o sistema de ficheiros e muito mais. Utilize o botão direito do rato para obter uma lista de comandos passíveis de serem utilizados." #. fDrb4 #: 01020000.xhp @@ -4361,7 +4361,7 @@ msgctxt "" "par_id0818200912284853\n" "help.text" msgid "The Print dialog consists of three main parts: A preview with navigation buttons, tab pages with control elements specific to the current document type, and the Print, Cancel and Help buttons." -msgstr "" +msgstr "A caixa de diálogo Imprimir consiste de três partes principais: uma visualização com botões de navegação, separadores com elementos de controlo específicos ao documento atual e os botões Imprimir, Cancelar e Ajuda." #. KGLDV #: 01130000.xhp @@ -4415,7 +4415,7 @@ msgctxt "" "par_id0818200912284952\n" "help.text" msgid "The settings that you define in the Print dialog are valid only for the current print job that you start by clicking the Print button. If you want to change some options permanently, open %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME (application name) - Print." -msgstr "" +msgstr "As definições colocadas na caixa de diálogo Imprimir são válidas apenas para o trabalho de impressão iniciado pelo botão Imprimir. Se quiser mudar alguma opção permanentemente, abra %PRODUCTNAME - PreferênciasFerramentas - Opções - %PRODUCTNAME (nome do módulo) - Imprimir." #. ZFcax #: 01130000.xhp @@ -4424,7 +4424,7 @@ msgctxt "" "par_id3156080\n" "help.text" msgid "To set the default %PRODUCTNAME printer options for text documents, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Print." -msgstr "" +msgstr "Para definir as opções padrão de impressão de documentos de texto no %PRODUCTNAME, escolha %PRODUCTNAME - PreferênciasFerramentas - Opções - %PRODUCTNAME Writer - Imprimir." #. w5LsV #: 01130000.xhp @@ -4433,7 +4433,7 @@ msgctxt "" "par_idN1099E\n" "help.text" msgid "To set the default %PRODUCTNAME printer options for spreadsheet documents, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Print." -msgstr "" +msgstr "Para definir as opções de impressão de folhas de cálculo no %PRODUCTNAME, escolha %PRODUCTNAME - PreferênciasFerramentas - Opções - %PRODUCTNAME Calc - Imprimir." #. z8SQf #: 01130000.xhp @@ -4442,7 +4442,7 @@ msgctxt "" "par_idN109CD\n" "help.text" msgid "To set the default %PRODUCTNAME printer options for presentation documents, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Impress - Print." -msgstr "" +msgstr "Para definir as opções de impressão de apresentações no %PRODUCTNAME, escolha %PRODUCTNAME - PreferênciasFerramentas - Opções - %PRODUCTNAME Calc - Imprimir." #. bEFFQ #: 01130000.xhp @@ -4676,7 +4676,7 @@ msgctxt "" "par_id35\n" "help.text" msgid "Select the source of sheet content to be printed." -msgstr "" +msgstr "Selecione a origem do conteúdo da folha a ser impresso." #. BZzxW #: 01130000.xhp @@ -5054,7 +5054,7 @@ msgctxt "" "par_id0818200912285150\n" "help.text" msgid "The Page Layout section can be used to save some sheets of paper by printing several pages onto each sheet of paper. You define the arrangement and size of output pages on the physical paper." -msgstr "" +msgstr "A secção Esquema da página pode ser utilizada para poupar algumas folhas de papel ao imprimir várias páginas em cada folha. Defina aqui a disposição e o tamanho de saída na impressão." #. eYRqB #: 01130000.xhp @@ -5063,7 +5063,7 @@ msgctxt "" "par_id0818200904164735\n" "help.text" msgid "Change the arrangement of pages to be printed on every sheet of paper. The preview shows how every final sheet of paper will look." -msgstr "" +msgstr "Altera a disposição das páginas a imprimir em cada folha de papel. A pré-visualização mostra como cada folha vai ficar." #. nVr7X #: 01130000.xhp @@ -8330,7 +8330,7 @@ msgctxt "" "par_id721559578792194\n" "help.text" msgid "const specifies the characters \"const\"," -msgstr "" +msgstr "const especifica os caracteres \"const\"," #. 5YEKT #: 02100001.xhp @@ -8339,7 +8339,7 @@ msgctxt "" "par_id941559578797721\n" "help.text" msgid "( starts the group," -msgstr "" +msgstr "( inicia o grupo," #. 3ZGiA #: 02100001.xhp @@ -8348,7 +8348,7 @@ msgctxt "" "par_id641559578802269\n" "help.text" msgid "itu specifies the characters \"itu\"," -msgstr "" +msgstr "itu especifica os caracteres \"itu\"," #. 4AJBD #: 02100001.xhp @@ -8357,7 +8357,7 @@ msgctxt "" "par_id271559578807054\n" "help.text" msgid "| specifies the alternative," -msgstr "" +msgstr "| especifica a alternativa," #. HogR2 #: 02100001.xhp @@ -8366,7 +8366,7 @@ msgctxt "" "par_id801559578813944\n" "help.text" msgid "ruc specifies the characters \"ruc\"," -msgstr "" +msgstr "ruc especifica os caracteres \"ruc\"," #. gUAB3 #: 02100001.xhp @@ -8375,7 +8375,7 @@ msgctxt "" "par_id421559578820595\n" "help.text" msgid ") ends the group," -msgstr "" +msgstr ") termina o grupo," #. AWN9H #: 02100001.xhp @@ -8384,7 +8384,7 @@ msgctxt "" "par_id621559578825464\n" "help.text" msgid "tion specifies the characters \"tion\"," -msgstr "" +msgstr "tion especifica os caracteres \"tion\"," #. G6A3i #: 02100001.xhp @@ -9356,7 +9356,7 @@ msgctxt "" "par_id3147242\n" "help.text" msgid "Edit the contents of the component selected in the Navigator list. If the selection is a file, the file is opened for editing. If the selection is an index, the Index dialog is opened." -msgstr "" +msgstr "Edita o conteúdo do componente selecionado na lista Navegador. Se a seleção for um ficheiro, este será aberto para edição. Se a seleção for um índice, será aberta a caixa de diálogo Índice." #. ZEFUA #: 02110000.xhp @@ -9833,7 +9833,7 @@ msgctxt "" "par_id3156152\n" "help.text" msgid "Lists the path to the source file. If the path defines a DDE link, relative paths must be preceded with \"file:\"." -msgstr "" +msgstr "Lista o caminho para o ficheiro de origem. Se for uma ligação DDE, os caminhos relativos devem ser precedidos por \"file:\"." #. xKUrG #: 02180000.xhp @@ -10058,7 +10058,7 @@ msgctxt "" "par_id3154751\n" "help.text" msgid "Lists the application that last saved the source file. %PRODUCTNAME applications have the server name soffice." -msgstr "" +msgstr "Lista a última aplicação que gravou o ficheiro de origem. As aplicações do %PRODUCTNAME têm soffice como nome de servidor." #. KNH5c #: 02180100.xhp @@ -38354,7 +38354,7 @@ msgctxt "" "hd_id841571267025475\n" "help.text" msgid "Description" -msgstr "" +msgstr "Descrição" #. N49U3 #: 06130030.xhp diff --git a/source/pt/sc/messages.po b/source/pt/sc/messages.po index a5792481c1b..7d88723abce 100644 --- a/source/pt/sc/messages.po +++ b/source/pt/sc/messages.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2020-04-29 13:12+0200\n" -"PO-Revision-Date: 2020-07-26 21:34+0000\n" +"PO-Revision-Date: 2020-10-03 19:35+0000\n" "Last-Translator: Sérgio Marques \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -1051,13 +1051,13 @@ msgstr "Mediana" #: sc/inc/globstr.hrc:194 msgctxt "STR_FUN_TEXT_MAX" msgid "Max" -msgstr "Máx" +msgstr "Máximo" #. A8fBH #: sc/inc/globstr.hrc:195 msgctxt "STR_FUN_TEXT_MIN" msgid "Min" -msgstr "Mín" +msgstr "Mínimo" #. oZVg5 #: sc/inc/globstr.hrc:196 @@ -3058,13 +3058,13 @@ msgstr "Mediana" #: sc/inc/pvfundlg.hrc:31 msgctxt "SCSTR_DPFUNCLISTBOX" msgid "Max" -msgstr "Máx" +msgstr "Máximo" #. GMhuR #: sc/inc/pvfundlg.hrc:32 msgctxt "SCSTR_DPFUNCLISTBOX" msgid "Min" -msgstr "Mín" +msgstr "Mínimo" #. Feqkk #: sc/inc/pvfundlg.hrc:33 @@ -17544,7 +17544,7 @@ msgstr "Soma" #: sc/inc/strings.hrc:252 msgctxt "STRID_CALC_COUNT" msgid "Count" -msgstr "Contagem" +msgstr "Contar" #. pU8QG #: sc/inc/strings.hrc:253 @@ -18215,7 +18215,7 @@ msgstr "Soma" #: sc/inc/subtotals.hrc:28 msgctxt "subtotalgrppage|liststore1" msgid "Count" -msgstr "Contagem" +msgstr "Contar" #. HJFGn #: sc/inc/subtotals.hrc:29 @@ -18641,13 +18641,13 @@ msgstr "Média" #: sc/uiconfig/scalc/ui/autosum.ui:28 msgctxt "autosum|min" msgid "Min" -msgstr "Mín." +msgstr "Mínimo" #. pWv7a #: sc/uiconfig/scalc/ui/autosum.ui:36 msgctxt "autosum|max" msgid "Max" -msgstr "Máx." +msgstr "Máximo" #. mAz9L #: sc/uiconfig/scalc/ui/autosum.ui:44 @@ -20195,7 +20195,7 @@ msgstr "Soma" #: sc/uiconfig/scalc/ui/consolidatedialog.ui:134 msgctxt "consolidatedialog|func" msgid "Count" -msgstr "Contagem" +msgstr "Contar" #. Q7GRe #: sc/uiconfig/scalc/ui/consolidatedialog.ui:135 @@ -20225,7 +20225,7 @@ msgstr "Produto" #: sc/uiconfig/scalc/ui/consolidatedialog.ui:139 msgctxt "consolidatedialog|func" msgid "Count (numbers only)" -msgstr "Contagem (apenas números)" +msgstr "Contar (apenas números)" #. 6YqQC #: sc/uiconfig/scalc/ui/consolidatedialog.ui:140 @@ -27199,7 +27199,7 @@ msgstr "Sistema de resolução" #: sc/uiconfig/scalc/ui/solverdlg.ui:27 msgctxt "solverdlg|options" msgid "O_ptions..." -msgstr "_Opções..." +msgstr "O_pções..." #. 8hMNV #: sc/uiconfig/scalc/ui/solverdlg.ui:56 @@ -27211,7 +27211,7 @@ msgstr "Re_solver" #: sc/uiconfig/scalc/ui/solverdlg.ui:111 msgctxt "solverdlg|targetlabel" msgid "_Target cell" -msgstr "Célulo de des_tino" +msgstr "Célula de des_tino" #. CgmTB #: sc/uiconfig/scalc/ui/solverdlg.ui:124 @@ -27379,7 +27379,7 @@ msgstr "=>" #: sc/uiconfig/scalc/ui/solverdlg.ui:592 msgctxt "solverdlg|op3list" msgid "Integer" -msgstr "Número inteiro" +msgstr "Inteiro" #. 5RTdh #: sc/uiconfig/scalc/ui/solverdlg.ui:593 @@ -27547,7 +27547,7 @@ msgstr "Restaurar anterior" #: sc/uiconfig/scalc/ui/solversuccessdialog.ui:73 msgctxt "solversuccessdialog|label1" msgid "Do you want to keep the result or do you want to restore previous values?" -msgstr "Deseja manter o resultado ou restaurar os valores anteriores?" +msgstr "Deseja manter o resultado ou restaurar para os valores anteriores?" #. Qhqg7 #: sc/uiconfig/scalc/ui/solversuccessdialog.ui:87 diff --git a/source/pt/svx/messages.po b/source/pt/svx/messages.po index c4f38e7bc9b..e6523edb99d 100644 --- a/source/pt/svx/messages.po +++ b/source/pt/svx/messages.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2019-12-11 13:37+0100\n" -"PO-Revision-Date: 2020-04-01 20:16+0000\n" +"PO-Revision-Date: 2020-10-03 19:35+0000\n" "Last-Translator: Sérgio Marques \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 3.10.3\n" +"X-Generator: Weblate 4.1.1\n" "X-POOTLE-MTIME: 1559515167.000000\n" #. 3GkZj @@ -10176,7 +10176,7 @@ msgstr "Média" #: svx/inc/fmstring.hrc:37 msgctxt "RID_RSC_SQL_INTERNATIONAL" msgid "Count" -msgstr "Contagem" +msgstr "Contar" #. TFaGE #: svx/inc/fmstring.hrc:38 -- cgit