From 25766b4c4f5fe4e28a338f318013d1097228516d Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 19 Jun 2023 13:28:52 +0200 Subject: update translations for master/7.6 and force-fix errors using pocheck Change-Id: I49fa67ebe7d8c3ec8f411920017667c1ae1875be --- .../helpcontent2/source/text/sbasic/shared.po | 44 ++-- source/pt-BR/helpcontent2/source/text/shared/00.po | 227 ++++++++++++--------- source/pt-BR/helpcontent2/source/text/shared/01.po | 8 +- .../pt-BR/helpcontent2/source/text/shared/guide.po | 34 ++- .../pt-BR/helpcontent2/source/text/simpress/00.po | 6 +- .../pt-BR/helpcontent2/source/text/swriter/00.po | 22 +- .../pt-BR/helpcontent2/source/text/swriter/01.po | 22 +- .../pt-BR/helpcontent2/source/text/swriter/02.po | 6 +- .../pt-BR/helpcontent2/source/text/swriter/04.po | 10 +- .../helpcontent2/source/text/swriter/guide.po | 10 +- 10 files changed, 226 insertions(+), 163 deletions(-) (limited to 'source/pt-BR/helpcontent2') diff --git a/source/pt-BR/helpcontent2/source/text/sbasic/shared.po b/source/pt-BR/helpcontent2/source/text/sbasic/shared.po index 3c3db5d3f0c..4836a1f7224 100644 --- a/source/pt-BR/helpcontent2/source/text/sbasic/shared.po +++ b/source/pt-BR/helpcontent2/source/text/sbasic/shared.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: 2023-03-20 12:32+0100\n" -"PO-Revision-Date: 2023-06-12 13:36+0000\n" +"PO-Revision-Date: 2023-06-12 19:41+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt-BR\n" @@ -31586,7 +31586,7 @@ msgctxt "" "par_id3147560\n" "help.text" msgid "delimiter: An optional string of one or more characters length that is used to delimit String. The default is the space character." -msgstr "" +msgstr "delimiter: Uma cadeia de caracteres opcional de um ou mais caracteres que é usada para delimitar String. O padrão é o caractere espaço." #. myUEr #: 03120314.xhp @@ -31595,7 +31595,7 @@ msgctxt "" "par_id3145069\n" "help.text" msgid "limit: An optional number of substrings that you want to return." -msgstr "" +msgstr "limit: Um número opcional de subcadeias de caracteres que deseja retornar." #. 9qGtg #: 03120315.xhp @@ -31748,7 +31748,7 @@ msgctxt "" "par_id3153126\n" "help.text" msgid "Start: A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648." -msgstr "" +msgstr "Start: Uma expressão numérica que marca a posição numa cadeia de caracteres onde a busca pela subcadeia de caracteres especificada começa. Se omitir esse parâmetro, a busca começa no primeiro caractere da cadeia. O valor mínimo permitido é 1. O valor máximo permitido é 2,147,483,648." #. BDsAp #: 03120401.xhp @@ -31757,7 +31757,7 @@ msgctxt "" "par_id3145609\n" "help.text" msgid "String1: The string expression that you want to search." -msgstr "" +msgstr "String1: A cadeia de caracteres a buscar." #. BGDxD #: 03120401.xhp @@ -31766,7 +31766,7 @@ msgctxt "" "par_id3147559\n" "help.text" msgid "String2: The string expression that you want to search for." -msgstr "" +msgstr "String2: a expressão da cadeia de caracteres a procurar." #. GeM6V #: 03120401.xhp @@ -31775,7 +31775,7 @@ msgctxt "" "par_id3154758\n" "help.text" msgid "Compare: Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive." -msgstr "" +msgstr "Compare: Expressão numérica opcional que define o tipo de comparação. O valor desse parâmetro pode ser 0 ou 1. O valor padrão 1 especifica uma comparação de texto que não faz distinção entre maiúsculas e minúsculas. O valor 0 especifica uma comparação binária que faz distinção entre maiúsculas e minúsculas." #. mZhFi #: 03120401.xhp @@ -31937,7 +31937,7 @@ msgctxt "" "par_id3351061\n" "help.text" msgid "string1: Any string expression" -msgstr "" +msgstr "string1: qualquer expressão de cadeia de caracteres" #. vNvkn #: 03120403.xhp @@ -31946,7 +31946,7 @@ msgctxt "" "par_id3153061\n" "help.text" msgid "string2: Any string expression" -msgstr "" +msgstr "string2: qualquer expressão de cadeia de caracteres" #. 59SPq #: 03120403.xhp @@ -31955,7 +31955,7 @@ msgctxt "" "par_id3146796\n" "help.text" msgid "Compare: This optional parameter sets the comparison method. If Compare = 1, the string comparison is case-sensitive. If Compare = 0, no distinction is made between uppercase and lowercase letters." -msgstr "" +msgstr "Compare: Esse parâmetro opcional define o método de comparação. Se Compare = 1, a comparação textual diferencia maiúsculas de minúsculas. Se Compare = 0, nenhuma distinção é feita entre maiúsculas e minúsculas." #. Hi2Cp #: 03120403.xhp @@ -31964,7 +31964,7 @@ msgctxt "" "par_id3150358\n" "help.text" msgid "If string1 < string2 the function returns -1" -msgstr "" +msgstr "Se string1 < string2 a função retorna -1" #. Y4fnJ #: 03120403.xhp @@ -31973,7 +31973,7 @@ msgctxt "" "par_id3151043\n" "help.text" msgid "If string1 = string2 the function returns 0" -msgstr "" +msgstr "Se string1 = string2 a função retorna 0" #. QX67G #: 03120403.xhp @@ -31982,7 +31982,7 @@ msgctxt "" "par_id3158410\n" "help.text" msgid "If string1 > string2 the function returns 1" -msgstr "" +msgstr "Se string1 > string2 a função retorna 1" #. xtFm8 #: 03120411.xhp @@ -32045,7 +32045,7 @@ msgctxt "" "par_id3145609\n" "help.text" msgid "StringCheck: The string expression that you want to search." -msgstr "" +msgstr "StringCheck: a expressão da cadeia de caracteres a pesquisar." #. SPRJC #: 03120411.xhp @@ -32054,7 +32054,7 @@ msgctxt "" "par_id3147559\n" "help.text" msgid "StringMatch: The string expression that you want to search for." -msgstr "" +msgstr "StringMatch: a expressão da cadeia de caracteres a procurar." #. eREDf #: 03120411.xhp @@ -32099,7 +32099,7 @@ msgctxt "" "par_id3153361\n" "help.text" msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted." -msgstr "" +msgstr "Para evitar um erro em tempo de execução, não defina o parâmetro Compare quando o primeiro parâmetro de retorno tiver sido omitido." #. GExuT #: 03120411.xhp @@ -34027,7 +34027,7 @@ msgctxt "" "par_id851677925987795\n" "help.text" msgid "Object" -msgstr "" +msgstr "Objeto" #. ykaLN #: 03132300.xhp @@ -34072,7 +34072,7 @@ msgctxt "" "par_id511677928924995\n" "help.text" msgid "This example uses com.sun.star.beans.XPropertySet.addProperty() method to create a document property whose default values requires CreateUnoValue() usage:" -msgstr "" +msgstr "Esse exemplo usa o método com.sun.star.beans.XPropertySet.addProperty() para criar uma propriedade de documento cujos valores padrão requerem uso de CreateUnoValue():" #. vJXdv #: 03132300.xhp @@ -34081,7 +34081,7 @@ msgctxt "" "par_id3150769\n" "help.text" msgid "You can also use this function to pass non-Any values, but this is not recommended. If Basic already knows the target type, using the CreateUnoValue() function will only lead to additional converting operations that slow down the Basic execution." -msgstr "" +msgstr "Você também pode usar esta função para passar valores diferentes de Any, mas isso não é recomendado. Se o BASIC já souber o tipo de destino, o uso da função CreateUnoValue() resultará apenas em operações de conversão adicionais, que tornarão a execução do BASIC mais lenta." #. yUCwp #: 03132400.xhp @@ -35719,7 +35719,7 @@ msgctxt "" "par_id240720170117391741\n" "help.text" msgid "Date: The date expression to be formatted." -msgstr "" +msgstr "Date: A expressão data a ser formatada." #. WC3h8 #: 03150000.xhp @@ -36304,7 +36304,7 @@ msgctxt "" "par_id240720170117391741\n" "help.text" msgid "expression: Required. A numeric expression to be formatted. If expression is a string, then the decimal and thousands separator need to be localized." -msgstr "" +msgstr "expression: Requerido. Uma expressão numérica a ser formatada. Se expression é uma cadeia de caracteres, então o separador decimal e de milhar precisa ser localizado." #. mD2xQ #: 03170010.xhp @@ -36457,7 +36457,7 @@ msgctxt "" "par_id351542193473858\n" "help.text" msgid "Returns a string with a number formatting applied to a numeric expression. A percent sign is appended to the returned string." -msgstr "" +msgstr "Retorna uma cadeia de caracteres com uma formatação numérica aplicada a uma expressão numérica. Um sinal de porcentagem é anexado à cadeia de caracteres retornada." #. EBFVE #: 03170020.xhp diff --git a/source/pt-BR/helpcontent2/source/text/shared/00.po b/source/pt-BR/helpcontent2/source/text/shared/00.po index 58870400a06..7fcd4bde317 100644 --- a/source/pt-BR/helpcontent2/source/text/shared/00.po +++ b/source/pt-BR/helpcontent2/source/text/shared/00.po @@ -3,8 +3,8 @@ msgid "" 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: 2023-06-12 15:28+0200\n" -"PO-Revision-Date: 2023-06-06 17:35+0000\n" +"POT-Creation-Date: 2023-06-19 12:46+0200\n" +"PO-Revision-Date: 2023-06-15 05:35+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt-BR\n" @@ -1591,41 +1591,41 @@ msgctxt "" msgid "To access this command..." msgstr "Para acessar este comando..." -#. GVU5D +#. ebLJB #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id441684934473786\n" "help.text" -msgid "From the Menu bar:" -msgstr "Na barra de menu:" +msgid "From the menu bar:" +msgstr "" -#. haGjm +#. t8dFS #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id441684932173786\n" "help.text" -msgid "From the Context menu:" +msgid "From the context menu:" msgstr "" -#. 6QF4D +#. 4mWze #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id681684934479758\n" "help.text" -msgid "From the Sheet Navigation bar:" -msgstr "Na barra de navegação de planilha:" +msgid "From the sheet navigation bar:" +msgstr "" -#. f2tk2 +#. qBbLh #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id711684934483926\n" "help.text" -msgid "From the Tabbed interface:" -msgstr "Na interface em abas:" +msgid "From the tabbed interface:" +msgstr "" #. sXy2C #: 00000004.xhp @@ -1636,31 +1636,31 @@ msgctxt "" msgid "From toolbars:" msgstr "Nas barras de ferramentas:" -#. rHWHc +#. GBzN2 #: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id101544936253402\n" "help.text" -msgid "From the keyboard, press" -msgstr "No teclado, pressione" +msgid "From the keyboard:" +msgstr "" -#. 5GVPj +#. doJHm #: 00000004.xhp msgctxt "" "00000004.xhp\n" "hd_id931685300557948\n" "help.text" -msgid "From the Start Center, click" -msgstr "No centro de partida, clique em" +msgid "From the start center:" +msgstr "" -#. DQteW +#. u2kCU #: 00000004.xhp msgctxt "" "00000004.xhp\n" "hd_id931686300557948\n" "help.text" -msgid "From the Status bar:" +msgid "From the status bar:" msgstr "" #. viRG4 @@ -5947,14 +5947,14 @@ msgctxt "" msgid "Detect special numbers" msgstr "Detectar números especiais" -#. yGTXc +#. GcfEf #: 00000208.xhp msgctxt "" "00000208.xhp\n" "par_id314995722\n" "help.text" -msgid "When this option is enabled, Calc will automatically detect all number formats, including special number formats such as dates, time, and scientific notation." -msgstr "Quando esta opção está ativa, o Calc detectará automaticamente todos os formatos numéricos incluindo formatos especiais de números, tais como datas, hora, e notação científica." +msgid "When this option is enabled, Calc will automatically detect all number formats, including special number formats such as dates and time. Scientific notation will also be detected as Detect scientific notation option must be enabled at the same time." +msgstr "" #. W5qTa #: 00000208.xhp @@ -5965,14 +5965,59 @@ msgctxt "" msgid "The selected language influences how such special numbers are detected, since different languages and regions many have different conventions for such special numbers." msgstr "O idioma selecionado influencia como esses números especiais são detectados, já que idiomas diferentes e regiões tem convenções diferentes para estes números especiais." -#. mhEFE +#. bdLpg #: 00000208.xhp msgctxt "" "00000208.xhp\n" "par_id314995724\n" "help.text" -msgid "When this option is disabled, Calc will detect and convert only numbers in decimal or scientific notation. The rest will be imported as text. A decimal number string can have digits 0-9, thousands separators, and a decimal separator. Thousands separators and decimal separators may vary with the selected language and region." -msgstr "Quando essa opção estiver desativada, o Calc detectará e converterá somente números decimais ou notação científica. O resto será importado como texto. Uma cadeia de caracteres numérica pode ter os dígitos 0–9, separadores de milhares e um separador de decimais. O separador de milhar e o separador de decimais podem variar dependendo do idioma e da região." +msgid "When this option is disabled, Calc will detect and convert only numbers in decimal notation. Detection of numbers in scientific notation will depend on Detect scientific notation option. The rest will be imported as text. A decimal number string can have digits 0-9, thousands separators, and a decimal separator. Thousands separators and decimal separators may vary with the selected language and region." +msgstr "" + +#. NTizB +#: 00000208.xhp +msgctxt "" +"00000208.xhp\n" +"hd_id314847423\n" +"help.text" +msgid "Detect scientific notation" +msgstr "" + +#. GDXtc +#: 00000208.xhp +msgctxt "" +"00000208.xhp\n" +"par_id314995721\n" +"help.text" +msgid "When this option is enabled, Calc will automatically detect numbers with scientific notation, like 5E2 for 500." +msgstr "" + +#. Soo2F +#: 00000208.xhp +msgctxt "" +"00000208.xhp\n" +"par_id314995726\n" +"help.text" +msgid "The selected language influences how scientific notation is detected, since different languages and regions many have different decimal separator." +msgstr "" + +#. B3UHG +#: 00000208.xhp +msgctxt "" +"00000208.xhp\n" +"par_id314995727\n" +"help.text" +msgid "This option can be disabled only if Detect special numbers option is previously disabled." +msgstr "" + +#. ZDCJp +#: 00000208.xhp +msgctxt "" +"00000208.xhp\n" +"par_id314995728\n" +"help.text" +msgid "When this option is disabled, Calc will detect and convert only numbers in decimal notation. The rest will be imported as text. A decimal number string can have digits 0-9, thousands separators, and a decimal separator. Thousands separators and decimal separators may vary with the selected language and region." +msgstr "" #. cB3Nd #: 00000208.xhp @@ -7250,7 +7295,7 @@ msgctxt "" "par_01110001\n" "help.text" msgid "Select File - Templates." -msgstr "" +msgstr "Selecione Arquivo - Modelos." #. k9NDc #: 00000401.xhp @@ -7259,7 +7304,7 @@ msgctxt "" "par_01110002\n" "help.text" msgid "Choose File - Templates." -msgstr "" +msgstr "Escolha Arquivo - Modelos" #. WNdsn #: 00000401.xhp @@ -7268,7 +7313,7 @@ msgctxt "" "par_id671685707180577\n" "help.text" msgid "Icon Template Manager" -msgstr "" +msgstr "Ícone Gerenciar modelos" #. jxZcJ #: 00000401.xhp @@ -7277,7 +7322,7 @@ msgctxt "" "par_id141685707180581\n" "help.text" msgid "Templates" -msgstr "" +msgstr "Modelos" #. 72Roy #: 00000401.xhp @@ -7286,7 +7331,7 @@ msgctxt "" "par_id541685707253310\n" "help.text" msgid "CommandCtrl + Shift + N" -msgstr "" +msgstr "CommandCtrl + Shift + N" #. SB9PY #: 00000401.xhp @@ -7295,7 +7340,7 @@ msgctxt "" "par_id151685707338424\n" "help.text" msgid "Click on the Templates button." -msgstr "" +msgstr "Clique no botão Modelos." #. GSRTM #: 00000401.xhp @@ -7430,7 +7475,7 @@ msgctxt "" "par_id611513629430220\n" "help.text" msgid "Choose File - Save Remote." -msgstr "" +msgstr "Escolha Arquivo - Salvar arquivo remoto." #. wN5yQ #: 00000401.xhp @@ -7439,7 +7484,7 @@ msgctxt "" "par_id281685704731179\n" "help.text" msgid "Choose File - Save Remote" -msgstr "" +msgstr "Escolha Arquivo - Salvar arquivo remoto," #. 9Hgnk #: 00000401.xhp @@ -7448,7 +7493,7 @@ msgctxt "" "par_id431513629862558\n" "help.text" msgid "Long-click on the Save icon and select Save Remote File." -msgstr "" +msgstr "Clique prolongado no ícone Salvar e selecione o ícone Salvar arquivo remoto ." #. 8rmQq #: 00000401.xhp @@ -7457,7 +7502,7 @@ msgctxt "" "par_id991685704766726\n" "help.text" msgid "Icon Save Remote" -msgstr "" +msgstr "Ícone Salvar arquivo remoto" #. JCcsE #: 00000401.xhp @@ -7466,7 +7511,7 @@ msgctxt "" "par_id531685704766729\n" "help.text" msgid "Save Remote" -msgstr "" +msgstr "Salvar arquivo remoto" #. BUs9P #: 00000401.xhp @@ -7601,7 +7646,7 @@ msgctxt "" "par_id3166425\n" "help.text" msgid "Choose File - Properties." -msgstr "" +msgstr "Escolha Arquivo - Propriedades," #. zRkFS #: 00000401.xhp @@ -7610,7 +7655,7 @@ msgctxt "" "par_id181685706381820\n" "help.text" msgid "Choose File - Properties." -msgstr "" +msgstr "Escolha Arquivo - Propriedades" #. qg49k #: 00000401.xhp @@ -7619,7 +7664,7 @@ msgctxt "" "par_id451685706400576\n" "help.text" msgid "Icon Document Properties" -msgstr "" +msgstr "Ícone Propriedades do documento" #. hGh4o #: 00000401.xhp @@ -7628,7 +7673,7 @@ msgctxt "" "par_id921685706400580\n" "help.text" msgid "Document Properties" -msgstr "" +msgstr "Propriedades do documento" #. HCGtN #: 00000401.xhp @@ -7664,7 +7709,7 @@ msgctxt "" "par_idN11163\n" "help.text" msgid "Choose File - Digital Signatures - Digital Signatures." -msgstr "" +msgstr "Escolha Arquivo - Assinaturas digitais - Assinaturas digitais." #. u6Rcy #: 00000401.xhp @@ -7691,7 +7736,7 @@ msgctxt "" "par_id881685708186380\n" "help.text" msgid "Choose File - Digital Signatures." -msgstr "" +msgstr "Escolha Arquivo – Assinatura digital." #. uxAA2 #: 00000401.xhp @@ -7700,7 +7745,7 @@ msgctxt "" "par_id341685708203107\n" "help.text" msgid "Icon Digital Signature" -msgstr "" +msgstr "Ícone Assinatura digital" #. gFkGA #: 00000401.xhp @@ -7709,7 +7754,7 @@ msgctxt "" "par_id791685708203111\n" "help.text" msgid "Digital Signature" -msgstr "" +msgstr "Assinatura digital" #. 2UVF3 #: 00000401.xhp @@ -7718,7 +7763,7 @@ msgctxt "" "par_idN1117E\n" "help.text" msgid "Click the Signature field on the Status bar." -msgstr "" +msgstr "Clique no campo Assinatura na barra de Status." #. oUEEy #: 00000401.xhp @@ -8159,7 +8204,7 @@ msgctxt "" "par_id281685709082165\n" "help.text" msgid "Icon Exit" -msgstr "" +msgstr "Ícone Sair" #. 4fn3K #: 00000401.xhp @@ -8168,7 +8213,7 @@ msgctxt "" "par_id451685709082170\n" "help.text" msgid "Exit" -msgstr "" +msgstr "Sair" #. DjhX3 #: 00000401.xhp @@ -15494,7 +15539,7 @@ msgctxt "" "par_id3145160\n" "help.text" msgid "CommandCtrl + Z" -msgstr "" +msgstr "ComandoCtrl + Z" #. CRhMd #: edit_menu.xhp @@ -15530,7 +15575,7 @@ msgctxt "" "par_id591685963188763\n" "help.text" msgid "CommandCtrl + Y" -msgstr "" +msgstr "ComandoCtrl + Y" #. 9646J #: edit_menu.xhp @@ -15539,7 +15584,7 @@ msgctxt "" "par_id3154365\n" "help.text" msgid "Choose Edit - Repeat." -msgstr "" +msgstr "Escolha Editar - Repetir." #. zyjrz #: edit_menu.xhp @@ -15548,7 +15593,7 @@ msgctxt "" "par_id611685963967520\n" "help.text" msgid "Icon Repeat" -msgstr "" +msgstr "Ícone Repetir" #. Vngcs #: edit_menu.xhp @@ -15557,7 +15602,7 @@ msgctxt "" "par_id121685963967524\n" "help.text" msgid "Repeat" -msgstr "" +msgstr "Repetir" #. XAUzr #: edit_menu.xhp @@ -15566,7 +15611,7 @@ msgctxt "" "par_id371685963759435\n" "help.text" msgid "CommandCtrl + Shift + Y" -msgstr "" +msgstr "ComandoCtrl + Shift + Y" #. DyHWB #: edit_menu.xhp @@ -15584,7 +15629,7 @@ msgctxt "" "par_id321685964587740\n" "help.text" msgid "Choose Home - Cut." -msgstr "" +msgstr "Escolha Início - Cortar." #. zCT5V #: edit_menu.xhp @@ -15611,7 +15656,7 @@ msgctxt "" "par_id3144762\n" "help.text" msgid "CommandCtrl + X" -msgstr "" +msgstr "ComandoCtrl + X" #. CdvjE #: edit_menu.xhp @@ -15620,7 +15665,7 @@ msgctxt "" "par_id101685965015077\n" "help.text" msgid "Shift + Del" -msgstr "" +msgstr "Shift + Del" #. 75bkj #: edit_menu.xhp @@ -15638,7 +15683,7 @@ msgctxt "" "par_id421685964733661\n" "help.text" msgid "Choose Home - Copy." -msgstr "" +msgstr "Escolha Início - Copiar." #. BEKcn #: edit_menu.xhp @@ -15665,7 +15710,7 @@ msgctxt "" "par_id3148923\n" "help.text" msgid "CommandCtrl + C" -msgstr "" +msgstr "ComandoCtrl + C" #. PryAi #: edit_menu.xhp @@ -15674,7 +15719,7 @@ msgctxt "" "par_id101685965088876\n" "help.text" msgid "Ctrl + Ins" -msgstr "" +msgstr "Ctrl + Ins" #. zsvyg #: edit_menu.xhp @@ -15692,7 +15737,7 @@ msgctxt "" "par_id481685965303610\n" "help.text" msgid "Choose Home - Paste." -msgstr "" +msgstr "Escolha Início - Colar." #. HZLPq #: edit_menu.xhp @@ -15719,7 +15764,7 @@ msgctxt "" "par_id3155860\n" "help.text" msgid "CommandCtrl + V" -msgstr "" +msgstr "ComandoCtrl + V" #. YRBqH #: edit_menu.xhp @@ -15728,7 +15773,7 @@ msgctxt "" "par_id261685965384099\n" "help.text" msgid "Shift + Ins" -msgstr "" +msgstr "Shift + Ins" #. WopNZ #: edit_menu.xhp @@ -15737,7 +15782,7 @@ msgctxt "" "par_id3142791\n" "help.text" msgid "Choose Edit - Paste Special." -msgstr "" +msgstr "Escolha Editar - Colar especial." #. 8U2sv #: edit_menu.xhp @@ -15755,7 +15800,7 @@ msgctxt "" "par_id521685966553736\n" "help.text" msgid "Long click on Home - Paste." -msgstr "" +msgstr "Clique prolongado em Início - Colar." #. HHNRa #: edit_menu.xhp @@ -15764,7 +15809,7 @@ msgctxt "" "par_id801685967705406\n" "help.text" msgid "Icon Paste Special" -msgstr "" +msgstr "Ícone Colar especial" #. CCMPR #: edit_menu.xhp @@ -15773,7 +15818,7 @@ msgctxt "" "par_id661685967705410\n" "help.text" msgid "Paste Special" -msgstr "" +msgstr "Colar especial" #. 3r6MK #: edit_menu.xhp @@ -15782,7 +15827,7 @@ msgctxt "" "par_id401685968775099\n" "help.text" msgid "Icon Paste" -msgstr "" +msgstr "Ícone Colar" #. cgEiS #: edit_menu.xhp @@ -15791,7 +15836,7 @@ msgctxt "" "par_id81685968775103\n" "help.text" msgid "Paste (long click)" -msgstr "" +msgstr "Colar (clique prolongado)" #. CFGeE #: edit_menu.xhp @@ -15917,7 +15962,7 @@ msgctxt "" "par_id3152417\n" "help.text" msgid "CommandCtrl + A" -msgstr "" +msgstr "ComandoCtrl + A" #. TGtWv #: edit_menu.xhp @@ -15926,7 +15971,7 @@ msgctxt "" "par_id3145251\n" "help.text" msgid "Choose Edit - Track Changes." -msgstr "" +msgstr "Selecione Editar - Registrar alterações." #. FtngJ #: edit_menu.xhp @@ -16034,7 +16079,7 @@ msgctxt "" "par_id171685981254743\n" "help.text" msgid "Choose Edit - Comment." -msgstr "" +msgstr "Escolha Editar - Anotação." #. ABCVo #: edit_menu.xhp @@ -16043,7 +16088,7 @@ msgctxt "" "par_id501685985116612\n" "help.text" msgid "Click on the comment to select and then open the context menu." -msgstr "" +msgstr "Clique na anotação para selecionar e em seguida abra o menu de contexto." #. tCQAy #: edit_menu.xhp @@ -16052,7 +16097,7 @@ msgctxt "" "hd_id211685985284382\n" "help.text" msgid "On the Comment note:" -msgstr "" +msgstr "Na nota da anotação:" #. J6HJx #: edit_menu.xhp @@ -16061,7 +16106,7 @@ msgctxt "" "par_id321685985156516\n" "help.text" msgid "Click on the drop-down list of the selected comment." -msgstr "" +msgstr "Clique na lista suspensa da anotação selecionada." #. LSwGJ #: edit_menu.xhp @@ -16070,7 +16115,7 @@ msgctxt "" "par_id711685981703647\n" "help.text" msgid "Choose Review." -msgstr "" +msgstr "Escolha Revisar." #. oGZeX #: edit_menu.xhp @@ -16088,7 +16133,7 @@ msgctxt "" "par_id511685975100630\n" "help.text" msgid "Choose Home - Find." -msgstr "" +msgstr "Escolha Início - Localizar." #. ZqAwc #: edit_menu.xhp @@ -16097,7 +16142,7 @@ msgctxt "" "par_id831685975004752\n" "help.text" msgid "Icon Find" -msgstr "" +msgstr "Ícone Localizar" #. fAhot #: edit_menu.xhp @@ -16106,7 +16151,7 @@ msgctxt "" "par_id51685975004756\n" "help.text" msgid "Find" -msgstr "" +msgstr "Localizar" #. yhe7q #: edit_menu.xhp @@ -16115,7 +16160,7 @@ msgctxt "" "par_id31545031\n" "help.text" msgid "CommandCtrl + F" -msgstr "" +msgstr "ComandoCtrl + F" #. f4EM6 #: edit_menu.xhp @@ -16133,7 +16178,7 @@ msgctxt "" "par_id3150020\n" "help.text" msgid "Icon Find & Replace" -msgstr "" +msgstr "Ícone Localizar e substituir" #. jRcHP #: edit_menu.xhp @@ -16151,7 +16196,7 @@ msgctxt "" "par_id3154503\n" "help.text" msgid "CommandCtrl + H" -msgstr "" +msgstr "ComandoCtrl + H" #. EtPCq #: edit_menu.xhp @@ -16277,7 +16322,7 @@ msgctxt "" "par_id631686092409826\n" "help.text" msgid "Choose Edit - Links to External Files." -msgstr "" +msgstr "Selecione Editar - Links externos." #. L9Jyy #: edit_menu.xhp @@ -16286,7 +16331,7 @@ msgctxt "" "par_id3149281\n" "help.text" msgid "Choose Edit - External Links." -msgstr "" +msgstr "Escolha Editar - Links externos." #. xSMBV #: edit_menu.xhp @@ -16322,7 +16367,7 @@ msgctxt "" "par_id3149259\n" "help.text" msgid "Choose Edit - OLE Object." -msgstr "" +msgstr "Escolha Editar - Objeto OLE." #. G2ESo #: edit_menu.xhp @@ -16331,7 +16376,7 @@ msgctxt "" "par_id691686147047344\n" "help.text" msgid "Choose commands in the menu." -msgstr "" +msgstr "Escolha os comandos no menu." #. Sx2UB #: edit_menu.xhp @@ -16340,7 +16385,7 @@ msgctxt "" "par_id661686145726427\n" "help.text" msgid "Choose Object - Object menu - OLE object." -msgstr "" +msgstr "Escolha Objeto - menu Objeto - Objeto OLE." #. ApejL #: edit_menu.xhp @@ -16367,7 +16412,7 @@ msgctxt "" "par_id951603556032047\n" "help.text" msgid "Choose Edit - Reference." -msgstr "" +msgstr "Escolha Editar - Referência." #. eA6Ct #: edit_menu.xhp @@ -16376,7 +16421,7 @@ msgctxt "" "par_id1001686083178681\n" "help.text" msgid "Icon Reference" -msgstr "" +msgstr "Ícone Referência" #. 8BUbV #: edit_menu.xhp @@ -16385,7 +16430,7 @@ msgctxt "" "par_id671686083178685\n" "help.text" msgid "Reference" -msgstr "" +msgstr "Referência" #. PNGYK #: icon_alt.xhp diff --git a/source/pt-BR/helpcontent2/source/text/shared/01.po b/source/pt-BR/helpcontent2/source/text/shared/01.po index efae24e246b..8a3bbf0b818 100644 --- a/source/pt-BR/helpcontent2/source/text/shared/01.po +++ b/source/pt-BR/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: 2023-06-12 15:28+0200\n" -"PO-Revision-Date: 2023-06-09 10:35+0000\n" +"PO-Revision-Date: 2023-06-12 19:41+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt-BR\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: LibreOffice\n" +"X-Generator: Weblate 4.15.2\n" "X-POOTLE-MTIME: 1559388658.000000\n" #. 3u8hR @@ -11084,7 +11084,7 @@ msgctxt "" "hd_id231686147317950\n" "help.text" msgid "Save Copy as" -msgstr "" +msgstr "Salvar cópia como" #. qTemA #: 02200000.xhp @@ -11093,7 +11093,7 @@ msgctxt "" "par_id871686147463891\n" "help.text" msgid "Opens the Save as dialog to save a copy of the object in a file. The file extension suggested depends on the type of the OLE object." -msgstr "" +msgstr "Abre a caixa de diálogo Salvar como para salvar uma cópia do objeto em um arquivo. A extensão de arquivo sugerida depende do tipo do objeto OLE." #. HB6iE #: 02200000.xhp diff --git a/source/pt-BR/helpcontent2/source/text/shared/guide.po b/source/pt-BR/helpcontent2/source/text/shared/guide.po index c4a1aa67580..54aae47112d 100644 --- a/source/pt-BR/helpcontent2/source/text/shared/guide.po +++ b/source/pt-BR/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" 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: 2023-05-10 12:32+0200\n" +"POT-Creation-Date: 2023-06-19 12:46+0200\n" "PO-Revision-Date: 2023-06-04 09:35+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \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 4.15.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1557779288.000000\n" #. iharT @@ -6001,14 +6001,14 @@ msgctxt "" msgid "CSV Filter Options" msgstr "Opções do filtro CSV" -#. qRkBK +#. BsMMC #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id401634734576197\n" "help.text" -msgid "The CSV filter accepts an option string containing five to thirteen tokens, separated by commas. Tokens 6 to 13 are optional." -msgstr "O filtro CSV aceita uma string de opção contendo de cinco a treze tokens, separados por vírgulas. Os tokens 6 a 13 são opcionais." +msgid "The CSV filter accepts an option string containing five to fifteen tokens, separated by commas. Tokens 6 to 15 are optional." +msgstr "" #. BQKWB #: csv_params.xhp @@ -6235,14 +6235,14 @@ msgctxt "" msgid "Import: String, either false or true. Default value: false. This token is the equivalent of the check box \"Detect special numbers\"." msgstr "Importação: String, seja false ou true. Valor padrão: false. Este token é o equivalente a caixa de seleção \"Detectar números especiais\"." -#. kvUjv +#. 8gzgD #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id161634737264744\n" "help.text" -msgid "Export: String, either false or true. Default value: true. This token has no UI equivalent. If true, the number cells are stored as numbers. If false, the numbers are stored as text, with text delimiters." -msgstr " Exportar: String, ou falso ou verdadeiro. Valor padrão: true. Este token não possui equivalente na interface de usiário. Se true, as células numéricas são armazenadas como números. Se false, os números são armazenados como texto, com delimitadores de texto." +msgid "Export: String, either false or true. Default value: true. This token has no UI equivalent. If true, the number cells are stored as numbers. If false, the numbers are stored as text, with text delimiters." +msgstr "" #. B9GHr #: csv_params.xhp @@ -6424,6 +6424,24 @@ msgctxt "" msgid "String, either false or true. Default value: false. If true include a byte-order-mark (BOM) in the export. If false the export does not include a BOM. If omitted (not present at all), the default value is false to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than true) the default value is false. Automatically detected during the import." msgstr "String, false ou true. Valor padrão: false. Se true inclua uma marca de ordem de byte (BOM) na exportação. Se false a exportação não inclui um BOM. Se omitido (não presente), o valor padrão é false para manter o comportamento da string de opções das versões antigas que não tinham esse token. Se presente e vazio (ou qualquer outro valor diferente de true), o valor padrão é false. Detectado automaticamente durante a importação." +#. A8RVX +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id221678874688126\n" +"help.text" +msgid "Detect numbers in scientific notation" +msgstr "" + +#. uEcBD +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id41678874718367\n" +"help.text" +msgid "String, either false or true. Default value: true. If true detect if a cell content containing an 'E' or 'e' is a number in scientific notation. If false do not try to detect numbers in scientific notation. Token can be false only if token 8 (Detect special numbers) is false. If omitted, the default value is true to keep the behaviour of old versions' options string that didn't have this token at all." +msgstr "" + #. DAriB #: csv_params.xhp msgctxt "" diff --git a/source/pt-BR/helpcontent2/source/text/simpress/00.po b/source/pt-BR/helpcontent2/source/text/simpress/00.po index b5ac335fe01..cef8e4f1bd4 100644 --- a/source/pt-BR/helpcontent2/source/text/simpress/00.po +++ b/source/pt-BR/helpcontent2/source/text/simpress/00.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: 2023-05-22 12:01+0200\n" -"PO-Revision-Date: 2023-06-10 13:35+0000\n" +"PO-Revision-Date: 2023-06-16 19:35+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt-BR\n" @@ -374,7 +374,7 @@ msgctxt "" "par_id3154328\n" "help.text" msgid "Choose Slide Show - Slide Show." -msgstr "" +msgstr "Escolha Apresentação de slides - Apresentação de slides." #. cvTps #: 00000403.xhp @@ -419,7 +419,7 @@ msgctxt "" "par_id3153719\n" "help.text" msgid "Choose View - Normal." -msgstr "" +msgstr "Escolha Exibir - Normal." #. 8bGaH #: 00000403.xhp diff --git a/source/pt-BR/helpcontent2/source/text/swriter/00.po b/source/pt-BR/helpcontent2/source/text/swriter/00.po index 3b460f22a9d..375f663d7f5 100644 --- a/source/pt-BR/helpcontent2/source/text/swriter/00.po +++ b/source/pt-BR/helpcontent2/source/text/swriter/00.po @@ -3,8 +3,8 @@ msgid "" 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: 2023-06-12 15:28+0200\n" -"PO-Revision-Date: 2023-06-10 13:35+0000\n" +"POT-Creation-Date: 2023-06-19 12:46+0200\n" +"PO-Revision-Date: 2023-06-12 19:41+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt-BR\n" @@ -320,7 +320,7 @@ msgctxt "" "par_id3149349\n" "help.text" msgid "Choose Edit - Exchange Database" -msgstr "" +msgstr "Escolha Editar - Trocar banco de dados" #. LJCTX #: 00000402.xhp @@ -329,7 +329,7 @@ msgctxt "" "par_id91686150276637\n" "help.text" msgid "Choose Tools, open menu button and select Exchange Database." -msgstr "" +msgstr "Escolha Ferramentas, abra o botão de menu e selecione Trocar naco de dados." #. CGgT4 #: 00000402.xhp @@ -554,7 +554,7 @@ msgctxt "" "par_id3973244\n" "help.text" msgid "Choose Edit - Direct Cursor Mode" -msgstr "" +msgstr "Escolha Editar - Modo de cursor direto." #. epvC9 #: 00000402.xhp @@ -563,7 +563,7 @@ msgctxt "" "par_id981686150796467\n" "help.text" msgid "Choose Home - Home menu - Direct Cursor Mode." -msgstr "" +msgstr "Escolha Início menu Início - Modo de cursor direto." #. FMPiX #: 00000402.xhp @@ -572,7 +572,7 @@ msgctxt "" "par_id531686150907807\n" "help.text" msgid "Icon Toggle Direct Cursor Mode" -msgstr "" +msgstr "Ícone Alternar modo de cursor direto" #. 8JeDt #: 00000402.xhp @@ -581,7 +581,7 @@ msgctxt "" "par_id141686150907811\n" "help.text" msgid "Toggle Direct Cursor Mode" -msgstr "" +msgstr "Alternar modo de cursor direto" #. aWUsm #: 00000402.xhp @@ -1762,14 +1762,14 @@ msgctxt "" msgid "Choose Edit - Find & Replace - Format - Text Flow tab." msgstr "Escolha a guia Editar - Localizar e substituir - Formatar - Fluxo do texto." -#. YBRyA +#. PEtqR #: 00000405.xhp msgctxt "" "00000405.xhp\n" "par_idN10715\n" "help.text" -msgid "Right-click a paragraph with style Text body. Choose Paragraph - Edit Style - Condition tab." -msgstr "Clique com o botão direito num parágrafo com estilo Corpo de texto. Escolha a aba Parágrafo - Editar estilo - Condição." +msgid "Right-click a paragraph with style Body Text. Choose Paragraph - Edit Style - Condition tab." +msgstr "" #. 8fkUm #: 00000405.xhp diff --git a/source/pt-BR/helpcontent2/source/text/swriter/01.po b/source/pt-BR/helpcontent2/source/text/swriter/01.po index 2dbd7aea6a7..911b9a235c4 100644 --- a/source/pt-BR/helpcontent2/source/text/swriter/01.po +++ b/source/pt-BR/helpcontent2/source/text/swriter/01.po @@ -3,7 +3,7 @@ msgid "" 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: 2023-06-07 13:56+0200\n" +"POT-Creation-Date: 2023-06-19 12:46+0200\n" "PO-Revision-Date: 2023-06-09 10:35+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \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 4.15.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1558060039.000000\n" #. sZfWF @@ -23677,14 +23677,14 @@ msgctxt "" msgid "The header text now has the attributes you specified in the Header Paragraph Style, while the other parts of the document have the attributes defined in the business letter conditional Paragraph Style." msgstr "O texto de cabeçalho agora possui os atributos especificados no estilo de parágrafo Cabeçalho, apesar de as outras partes do documento possuírem os atributos definidos no estilo de parágrafo condicional da carta comercial." -#. yHaYc +#. oUJ7P #: 05130100.xhp msgctxt "" "05130100.xhp\n" "par_id3154473\n" "help.text" -msgid "The \"Text Body\" Style was created as a conditional style. Therefore, any styles you derive from it can be used as conditional styles." -msgstr "O estilo \"Corpo do texto\" foi criado como estilo condicional. Portanto, todo estilo derivado dele pode ser utilizado como estilo condicional." +msgid "The Body Text style was created as a conditional style. Therefore, any styles you derive from it can be used as conditional styles." +msgstr "" #. x2gbt #: 05130100.xhp @@ -24199,14 +24199,14 @@ msgctxt "" msgid "Double-click the desired paragraph style in the Styles window." msgstr "Clique duas vezes no estilo de parágrafo desejado na janela Estilos." -#. Gn8ka +#. 2wCvL #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_idN1071D\n" "help.text" -msgid "You can assign shortcut keys to Styles from the Tools - Customize - Keyboard tab. Some shortcuts are predefined. Command+0Ctrl+0 (zero) applies the Text Body paragraph style. Heading 1 through Heading 5 paragraph styles can be applied by using the CommandCtrl key and the heading number. For example Command+2Ctrl+2 applies the Heading 2 paragraph style." -msgstr "Você pode atribuir atalhos de teclado a estilos pela aba Ferramentas - Personalizar - Teclado. Alguns atalhos estão predefinidos. Command+0Ctrl+0 (zero) aplica o estilo de parágrafo Corpo de texto. Estilos de parágrafo Título 1 até Título 5 podem ser aplicados utilizando a tecla CommandCtrl e o número do título. Por exemplo, Command+2Ctrl+2 aplica o estilo de parágrafo Título 2." +msgid "You can assign shortcut keys to Styles from the Tools - Customize - Keyboard tab. Some shortcuts are predefined. Command+0Ctrl+0 (zero) applies the Body Text paragraph style. Heading 1 through Heading 5 paragraph styles can be applied by using the CommandCtrl key and the heading number. For example Command+2Ctrl+2 applies the Heading 2 paragraph style." +msgstr "" #. jynAF #: 05140000.xhp @@ -24883,14 +24883,14 @@ msgctxt "" msgid "To create a numbered list, type a number followed by a period (.), followed by a space or tab at the beginning of a paragraph." msgstr "Para criar uma lista numerada, digite um número seguido de um ponto (.), seguido de espaço ou tabulação no início de um parágrafo." -#. MrYVS +#. tc7QG #: 05150200.xhp msgctxt "" "05150200.xhp\n" "par_id3147507\n" "help.text" -msgid "Automatic numbering is only applied to paragraphs formatted with the Default Paragraph Style, Text Body or Text Body Indent paragraph styles." -msgstr "A numeração automática somente é aplicada a parágrafos formatados com os estilos de parágrafos Padrão, Corpo do texto ou Corpo do texto recuado." +msgid "Automatic numbering is only applied to paragraphs formatted with the “Default Paragraph Style”, “Body Text”, or “Body Text, Indented” paragraph styles." +msgstr "" #. HpTic #: 05150300.xhp diff --git a/source/pt-BR/helpcontent2/source/text/swriter/02.po b/source/pt-BR/helpcontent2/source/text/swriter/02.po index c69c760357d..564a73de741 100644 --- a/source/pt-BR/helpcontent2/source/text/swriter/02.po +++ b/source/pt-BR/helpcontent2/source/text/swriter/02.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: 2023-06-12 15:28+0200\n" -"PO-Revision-Date: 2023-03-14 17:32+0000\n" +"PO-Revision-Date: 2023-06-12 19:41+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt-BR\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: LibreOffice\n" +"X-Generator: Weblate 4.15.2\n" "X-POOTLE-MTIME: 1511813755.000000\n" #. sqxGb @@ -3635,7 +3635,7 @@ msgctxt "" "par_id3152896\n" "help.text" msgid "Activates or deactivates the direct cursor. You can click at the beginning, middle, or end of any possible text line on a page and then begin typing." -msgstr "" +msgstr "Ativa ou desativa o cursor direto. Você pode clicar no início, meio ou fim de qualquer linha de texto possível em uma página e começar a digitar." #. qPByH #: 18130000.xhp diff --git a/source/pt-BR/helpcontent2/source/text/swriter/04.po b/source/pt-BR/helpcontent2/source/text/swriter/04.po index 11cad771af0..e0e7710b316 100644 --- a/source/pt-BR/helpcontent2/source/text/swriter/04.po +++ b/source/pt-BR/helpcontent2/source/text/swriter/04.po @@ -3,7 +3,7 @@ msgid "" 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: 2023-03-02 11:50+0100\n" +"POT-Creation-Date: 2023-06-19 12:46+0200\n" "PO-Revision-Date: 2023-03-09 17:34+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \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 4.15.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1511087166.000000\n" #. brcGC @@ -808,14 +808,14 @@ msgctxt "" msgid "CommandCtrl+0 (zero)" msgstr "CommandCtrl+0 (zero)" -#. 7uEYD +#. 3DFB2 #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_idN10D64\n" "help.text" -msgid "Apply Text Body paragraph style" -msgstr "Aplica o estilo de parágrafo Corpo de texto" +msgid "Apply Body Text paragraph style" +msgstr "" #. dxC7K #: 01020000.xhp diff --git a/source/pt-BR/helpcontent2/source/text/swriter/guide.po b/source/pt-BR/helpcontent2/source/text/swriter/guide.po index a7ffa74ec10..304ea3c683e 100644 --- a/source/pt-BR/helpcontent2/source/text/swriter/guide.po +++ b/source/pt-BR/helpcontent2/source/text/swriter/guide.po @@ -3,7 +3,7 @@ msgid "" 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: 2023-05-17 15:14+0200\n" +"POT-Creation-Date: 2023-06-19 12:46+0200\n" "PO-Revision-Date: 2023-06-04 09:35+0000\n" "Last-Translator: Olivier Hallot \n" "Language-Team: Portuguese (Brazil) \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 4.15.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1562258433.000000\n" #. XAt2Y @@ -484,14 +484,14 @@ msgctxt "" msgid "Choose Tools - AutoCorrect, and ensure that While Typing is selected." msgstr "Escolha Ferramentas - Autocorreção e confirme que a opção Ao digitar está selecionada." -#. rKGLz +#. 3hjrm #: auto_numbering.xhp msgctxt "" "auto_numbering.xhp\n" "par_id2357860\n" "help.text" -msgid "The automatic numbering option is only applied to paragraphs that are formatted with the \"Default\", \"Text body\", or \"Text body indent\" paragraph style." -msgstr "A opção de numeração automática será aplicada somente a parágrafos formatados com o estilo de parágrafo \"Padrão\", \"Corpo do texto\" ou \"Corpo do texto recuado\"." +msgid "The automatic numbering option is applied only to paragraphs formatted with “Default Paragraph Style”, “Body Text”, or “Body Text, Indented” paragraph style." +msgstr "" #. cQBrW #: auto_numbering.xhp -- cgit