diff --git a/locale/pt/LC_MESSAGES/index.po b/locale/pt/LC_MESSAGES/index.po index da1e66170663..15981e486b20 100644 --- a/locale/pt/LC_MESSAGES/index.po +++ b/locale/pt/LC_MESSAGES/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Fortran-lang.org website\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-09-29 16:02+0200\n" -"PO-Revision-Date: 2023-06-14 19:50+0000\n" +"PO-Revision-Date: 2023-06-18 14:50+0000\n" "Last-Translator: Nathan Gurgel \n" "Language-Team: Portuguese \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.18-dev\n" +"X-Generator: Weblate 4.18.1\n" "Generated-By: Babel 2.10.3\n" #: ../../source/community.md:10 @@ -9346,24 +9346,36 @@ msgid "" "equal to FIELD if FIELD is scalar or to the corresponding element of FIELD if" " it is an array." msgstr "" +"O elemento do resultado que corresponde ao i-ésimo elmeento de MASK, em " +"ordem de elemento da matriz, tem o valor VECTOR (i) para i = 1, 2, . . ., t, " +"onde t é o número de valores true em MASK. Cada outro elementos tem um valor " +"igual a FIELD se FIELD é escalar ou o elemento correspondente de FIELD se " +"esse for uma matriz." #: ../../source/learn/intrinsics/_pages/UNPACK.md:53 msgid "" "The resulting array corresponds to **field** with **.true.** elements of " "**mask** replaced by values from **vector** in array element order." msgstr "" +"A matriz resultante corresponde a **field** com elementos **.true.** de " +"**mask** substituído pelos valores de **vector** em ordem de elemento da " +"matriz." #: ../../source/learn/intrinsics/_pages/UNPACK.md:59 msgid "" "Particular values may be \"scattered\" to particular positions in an array by" " using" msgstr "" +"Valores particulares podem ser \"distribuídos\" para posições particular em " +"uma matriz usando" #: ../../source/learn/intrinsics/_pages/UNPACK.md:113 msgid "" "[**pack**(3)](#pack), [**merge**(3)](#merge), [**pack**(3)](#pack), " "[**spread**(3)](#spread), [**unpack**(3)](#unpack)" msgstr "" +"[**pack**(3)](#pack), [**merge**(3)](#merge), [**pack**(3)](#pack), " +"[**spread**(3)](#spread), [**unpack**(3)](#unpack)" #: ../../source/learn/intrinsics/_pages/ALLOCATED.md:2 msgid "allocated" @@ -9371,7 +9383,7 @@ msgstr "allocated" #: ../../source/learn/intrinsics/_pages/ALLOCATED.md:6 msgid "**allocated**(3) - \\[ARRAY INQUIRY\\] Status of an allocatable entity" -msgstr "" +msgstr "**allocated**(3) - \\[ARRAY INQUIRY\\] Estado de uma entidade alocável" #: ../../source/learn/intrinsics/_pages/AINT.md:18 #: ../../source/learn/intrinsics/_pages/ALLOCATED.md:14 @@ -9387,10 +9399,12 @@ msgid "" "**allocated(array)** and **allocated(scalar)** check the allocation status of" " **array** and **scalar**, respectively." msgstr "" +"**allocated(array)** e **allocated(scalar)** checa o estado da alocação de " +"**array** e **scalar**, respectivamente." #: ../../source/learn/intrinsics/_pages/ALLOCATED.md:28 msgid "the argument shall be an _allocatable_ array." -msgstr "" +msgstr "o argumento deve ser uma matriz _allocatable_." #: ../../source/learn/intrinsics/_pages/ALLOCATED.md:30 msgid "**scalar**" @@ -9398,7 +9412,7 @@ msgstr "**scalar**" #: ../../source/learn/intrinsics/_pages/ALLOCATED.md:31 msgid "the argument shall be an _allocatable_ scalar." -msgstr "" +msgstr "o argumento deve ser um escalar _allocatable_." #: ../../source/learn/intrinsics/_pages/ALLOCATED.md:35 msgid "" @@ -9406,12 +9420,16 @@ msgid "" "parameter. If the argument is allocated then the result is .true.; otherwise," " it returns .false.." msgstr "" +"O valor retornado é um escalar _logical_ com o parâmetro lógico padrão. Se o " +"argumento é alocado então o resultado é .true.; se não, ele retorna .false.." #: ../../source/learn/intrinsics/_pages/ALLOCATED.md:86 msgid "" "Fortran 95 and later. Note, the scalar= keyword and allocatable scalar " "entities are available in Fortran 2003 and later." msgstr "" +"Fortran 95 e posteriores. Note, o scalar= keyword e entidades escalares " +"alocáveis estão disponíveis em Fortran 2003 e disponíveis." #: ../../source/learn/intrinsics/_pages/ALLOCATED.md:91 msgid "[**move_alloc**(3)](#move_alloc)" @@ -9423,101 +9441,113 @@ msgstr "is_contiguous" #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:6 msgid "**is_contiguous**(3) - \\[ARRAY INQUIRY\\] test if object is contiguous" -msgstr "" +msgstr "**is_contiguous**(3) - \\[ARRAY INQUIRY\\] testa se o objeto é contíguo" #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:16 msgid "True if and only if an object is contiguous." -msgstr "" +msgstr "True se e somente se um objeto é contíguo." #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:18 msgid "An object is contiguous if it is" -msgstr "" +msgstr "Um objeto é contíguo se ele for" #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:20 msgid "**(1)** an object with the CONTIGUOUS attribute," -msgstr "" +msgstr "**(1)** um objeto com o atributo CONTIGUOUS," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:23 msgid "**(2)** a nonpointer whole array that is not assumed-shape," -msgstr "" +msgstr "**(2)** uma matriz cheia sem ponteiro que não é assumed-shape," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:26 msgid "" "**(3)** an assumed-shape array that is argument associated with an array that" " is contiguous," msgstr "" +"**(3)** uma matriz assumed-shape que é associada por argumento com uma " +"matriz que é contígua," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:30 msgid "**(4)** an array allocated by an ALLOCATE statement," -msgstr "" +msgstr "**(4)** uma matriz alocada por uma declaração ALLOCATE," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:33 msgid "**(5)** a pointer associated with a contiguous target, or" -msgstr "" +msgstr "**(5)** um ponteiro associado a um destino contíguo, ou" #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:36 msgid "**(6)** a nonzero-sized array section provided that" -msgstr "" +msgstr "**(6)** uma seção de matriz não nula fornecida que" #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:39 msgid "**(a)** its base object is contiguous," -msgstr "" +msgstr "**(a)** seu objeto base é contíguo," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:42 msgid "**(b)** it does not have a vector subscript," -msgstr "" +msgstr "**(b)** não tem um vetor subscrito," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:45 msgid "" "**(c)** the elements of the section, in array element order, are a subset of " "the base object elements that are consecutive in array element order," msgstr "" +"**(c)** os elemento da seção, em ordem de elemento da matriz, são um " +"subconjunto dos elemento do objeto base que são sucessivos em ordem de " +"elemento de matriz," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:50 msgid "" "**(d)** if the array is of type character and a substring-range appears, the " "substring-range specifies all of the characters of the parent-string," msgstr "" +"**(d)** se a matriz é do tipo character e um tamanho de substring aparece, o " +"tamanho do substring especifica todos os caracteres da string pai," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:55 msgid "**(e)** only its final part-ref has nonzero rank, and" -msgstr "" +msgstr "**(e)** somente a parte referenciada final tem uma ordem não zero, e" #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:58 msgid "**(f)** it is not the real or imaginary part of an array of type complex." msgstr "" +"**(f)** não é a parte real ou imaginária de uma matriz de tipo complexo." #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:62 msgid "An object is not contiguous if it is an array subobject, and" -msgstr "" +msgstr "Um objeto é não contíguo se ele for um subobjeto de matriz, e" #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:64 msgid "the object has two or more elements," -msgstr "" +msgstr "o objeto tiver dois ou mais elementos," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:66 msgid "" "the elements of the object in array element order are not consecutive in the " "elements of the base object," msgstr "" +"os elementos do objeto em ordem de elemento de matriz não forem consecutivos " +"nos elementos do objeto base," #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:69 msgid "the object is not of type character with length zero, and" -msgstr "" +msgstr "o objeto não é do tipo character com tamanho zero, e" #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:71 msgid "" "the object is not of a derived type that has no ultimate components other " "than zero-sized arrays and" msgstr "" +"o objeto não é de um tipo derivado que não tem componentes últimos além de " +"matriz de tamanho zero e" #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:74 msgid "characters with length zero." -msgstr "" +msgstr "caracteres tem tamanho zero." #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:76 msgid "It is processor-dependent whether any other object is contiguous." -msgstr "" +msgstr "É dependente de processamento se qualquer outro objeto é contíguo." #: ../../source/learn/intrinsics/_pages/ABS.md:39 #: ../../source/learn/intrinsics/_pages/ANINT.md:20 @@ -9547,6 +9577,8 @@ msgid "" "may be of any type. It shall be an array. If it is a pointer it shall be " "associated." msgstr "" +"pode ser de qualquer tipo. Deve ser uma matriz. Se esse for um ponteiro ele " +"deve ser associado." #: ../../source/learn/intrinsics/_pages/IS_CONTIGUOUS.md:86 msgid "**Result**" @@ -9557,6 +9589,8 @@ msgid "" "of type Default logical scalar. The result has the value true if **a** is " "contiguous, and false otherwise." msgstr "" +"do tipo escalar logical padrão. O resultado tem o valor true se **a** é " +"contíguo, e falso para o contrário." #: ../../source/learn/intrinsics/_pages/ACOSH.md:60 #: ../../source/learn/intrinsics/_pages/ASINH.md:58 @@ -9601,7 +9635,7 @@ msgstr "" #: ../../source/learn/intrinsics/_pages/STORAGE_SIZE.md:60 #: ../../source/learn/intrinsics/_pages/TRAILZ.md:109 msgid "Fortran 2008 and later" -msgstr "" +msgstr "Fortran 2008 e posterior" #: ../../source/learn/intrinsics/_pages/LBOUND.md:2 msgid "lbound" @@ -9610,21 +9644,25 @@ msgstr "lbound" #: ../../source/learn/intrinsics/_pages/LBOUND.md:6 msgid "**lbound**(3) - \\[ARRAY INQUIRY\\] Lower dimension bounds of an array" msgstr "" +"**lbound**(3) - \\[ARRAY INQUIRY\\] Limites inferiores das dimensões de uma " +"matriz" #: ../../source/learn/intrinsics/_pages/LBOUND.md:21 msgid "" "Returns the lower bounds of an array, or a single lower bound along the " "**dim** dimension." msgstr "" +"Retorna os limites inferiores de uma matriz, ou um único limite inferior ao " +"longo de uma dimensão **dim**." #: ../../source/learn/intrinsics/_pages/LBOUND.md:27 #: ../../source/learn/intrinsics/_pages/UBOUND.md:22 msgid "Shall be an array, of any type." -msgstr "" +msgstr "Deve ser uma matriz, de qualquer tipo." #: ../../source/learn/intrinsics/_pages/LBOUND.md:30 msgid "Shall be a scalar _integer_." -msgstr "" +msgstr "Deve ser um escalar _integer_." #: ../../source/learn/intrinsics/_pages/ACHAR.md:42 #: ../../source/learn/intrinsics/_pages/AINT.md:38 @@ -9668,6 +9706,8 @@ msgid "" "An _integer_ initialization expression indicating the kind parameter of the " "result." msgstr "" +"Um expressão de inicialização de _integer_ indicando o tipo de parâmetro do " +"resultado." #: ../../source/learn/intrinsics/_pages/LBOUND.md:38 msgid "" @@ -9679,6 +9719,14 @@ msgid "" "array or array structure component, or if it has a zero extent along the " "relevant dimension, the lower bound is taken to be 1." msgstr "" +"O valor retornado é do tipo _integer_ e do tipo **kind**. Se **kind** " +"estiver ausente, o valor retornado é do tipo integer por padrão. Se **dim** " +"estiver ausente, o resultado é uma matriz com os limites inferiores de " +"**array**. Se **dim** estiver presente, o resultado é um escalar " +"correspondendo ao limite inferior da matriz ao longo dessa dimensão. Se " +"**array** for uma uma expressão ao invés de uma matriz cheia ou um " +"componente de estrutura de matriz, ou contém um zero ao longo da dimensão em " +"questão, o limite inferior é dado por 1." #: ../../source/learn/intrinsics/_pages/LBOUND.md:48 msgid "" @@ -9686,6 +9734,9 @@ msgid "" "arrays or in any function without an explicit interface. Errors can occur if " "there is no interface defined." msgstr "" +"Note que em minha opinião essa função não deveria ser usada em matrizes " +"assumed-size ou em qualquer função sem uma interface explícita. Erros podem " +"acontecer se não houver interface definida." #: ../../source/learn/intrinsics/_pages/LBOUND.md:52 #: ../../source/learn/intrinsics/_pages/LEN.md:52 @@ -9703,7 +9754,7 @@ msgstr "Exemplo de programa" #: ../../source/learn/intrinsics/_pages/LBOUND.md:114 #: ../../source/learn/intrinsics/_pages/SCAN.md:66 msgid "Fortran 95 and later, with KIND argument - Fortran 2003 and later" -msgstr "" +msgstr "Fortran 95 e posterior, com argumento KIND - Fortran 2003 e posterior" #: ../../source/learn/intrinsics/_pages/LBOUND.md:118 msgid "[**ubound**(3)](#ubound), [**co_lbound**(3)](#co_lbound)" @@ -9715,21 +9766,23 @@ msgstr "classificação" #: ../../source/learn/intrinsics/_pages/RANK.md:6 msgid "**rank**(3) - \\[ARRAY INQUIRY\\] Rank of a data object" -msgstr "" +msgstr "**rank**(3) - \\[ARRAY INQUIRY\\] Ordem de um objeto de dados" #: ../../source/learn/intrinsics/_pages/RANK.md:16 msgid "**rank(a)** returns the rank of a scalar or array data object." -msgstr "" +msgstr "**rank(a)** retorna a ordem de um escalar ou de uma matriz." #: ../../source/learn/intrinsics/_pages/RANK.md:21 msgid "can be of any type" -msgstr "" +msgstr "pode ser de qualquer tipo" #: ../../source/learn/intrinsics/_pages/RANK.md:25 msgid "" "The return value is of type _integer_ and of the default integer kind. For " "arrays, their rank is returned; for scalars zero is returned." msgstr "" +"O valor retornado é do tipo _integer_ e do tipo integer padrão. Para " +"matrizes, sua ordem é retornada; para escalares é retornado zero." #: ../../source/learn/intrinsics/_pages/RANK.md:50 msgid "TS 29113" @@ -9741,17 +9794,19 @@ msgstr "shape" #: ../../source/learn/intrinsics/_pages/SHAPE.md:6 msgid "**shape**(3) - \\[ARRAY INQUIRY\\] Determine the shape of an array" -msgstr "" +msgstr "**shape**(3) - \\[ARRAY INQUIRY\\] Determina a forma de uma matriz" #: ../../source/learn/intrinsics/_pages/SHAPE.md:16 msgid "Determines the shape of an array." -msgstr "" +msgstr "Determina a forma de uma matriz." #: ../../source/learn/intrinsics/_pages/SHAPE.md:21 msgid "" "Shall be an array or scalar of any type. If **source** is a pointer it must " "be associated and allocatable arrays must be allocated." msgstr "" +"Deve ser uma matriz ou escalar de qualquer tipo. Se **source** for um " +"ponteiro deve ser associado e matrizes alocáveis devem ser alocadas." #: ../../source/learn/intrinsics/_pages/CHAR.md:28 #: ../../source/learn/intrinsics/_pages/COUNT.md:30 @@ -9769,6 +9824,8 @@ msgid "" "(Optional) An _integer_ initialization expression indicating the kind " "parameter of the result." msgstr "" +"(Opcional) Uma expressão de inicialização de _integer_ indicando o tipo de " +"parâmetro do resultado." #: ../../source/learn/intrinsics/_pages/SHAPE.md:30 msgid "" @@ -9778,10 +9835,16 @@ msgid "" "result is the rank one array of size zero. If **kind** is absent, the return " "value has the default integer kind otherwise the specified kind." msgstr "" +"Uma matriz de _integer_ de ordem um com tanto elementos quanto **source** " +"tem dimensões. Os elementos da matriz resultante corresponde à extensão de " +"**source** ao longo das respectivas dimensões. Se **source** for um escalar, " +"o resultado é uma matriz de primeira ordem com tamanho zero. Se **kind** for " +"ausente, o valor retornado tem o tipo integer padrão, se não tem o tipo " +"especificado." #: ../../source/learn/intrinsics/_pages/SHAPE.md:65 msgid "Fortran 95 and later; with KIND argument Fortran 2003 and later" -msgstr "" +msgstr "Fortran 95 e posterior; com argumento KIND Fortran 2003 e posterior" #: ../../source/learn/intrinsics/_pages/SHAPE.md:69 msgid "[**reshape**(3)](#reshape), [**size**(3)](#size)" @@ -9793,25 +9856,31 @@ msgstr "size" #: ../../source/learn/intrinsics/_pages/SIZE.md:6 msgid "**size**(3) - \\[ARRAY INQUIRY\\] Determine the size of an array" -msgstr "" +msgstr "**size**(3) - \\[ARRAY INQUIRY\\] Determina o tamanho de uma matriz" #: ../../source/learn/intrinsics/_pages/SIZE.md:16 msgid "" "Determine the extent of **array** along a specified dimension **dim**, or the" " total number of elements in **array** if **dim** is absent." msgstr "" +"Determina a extensão de **array** ao longo da dimensão especificada **dim**, " +"ou o número total de elementos em **array** se **dim** não for especificado." #: ../../source/learn/intrinsics/_pages/SIZE.md:22 msgid "" "be an array of any type. If **array** is a pointer it must be associated and " "allocatable arrays must be allocated." msgstr "" +"é uma matriz de qualquer tipo. Se **array** é um ponteiro ele deve ser " +"associado e matrizes alocáveis devem estar alocadas." #: ../../source/learn/intrinsics/_pages/SIZE.md:26 msgid "" "shall be a scalar of type _integer_ and its value shall be in the range from " "1 to n, where n equals the rank of **array**." msgstr "" +"deve ser um escalar do tipo _integer_ e seus valores deve estar entre 1 a n, " +"onde n igual à ordem de **array**." #: ../../source/learn/intrinsics/_pages/ICHAR.md:39 #: ../../source/learn/intrinsics/_pages/LEN_TRIM.md:35 @@ -9820,12 +9889,15 @@ msgid "" "The return value is of type _integer_ and of kind **kind**. If **kind** is " "absent, the return value is of default _integer_ kind." msgstr "" +"O valor retornado é do tipo _integer_ e do tipo **kind**. Se **kind** não " +"for especificado, o valor retornado é do tipo _integer_ padrão." #: ../../source/learn/intrinsics/_pages/LEN_TRIM.md:75 #: ../../source/learn/intrinsics/_pages/SIZE.md:186 #: ../../source/learn/intrinsics/_pages/VERIFY.md:255 msgid "Fortran 95 and later, with **kind** argument - Fortran 2003 and later" msgstr "" +"Fortran 95 e posterior, com argumento **kind** - Fortran 2003 e posterior" #: ../../source/learn/intrinsics/_pages/SIZE.md:190 msgid "[**shape**(3)](#shape), [__reshape__(3)])(RESHAPE)" @@ -9838,18 +9910,22 @@ msgstr "ubound" #: ../../source/learn/intrinsics/_pages/UBOUND.md:6 msgid "**ubound**(3) - \\[ARRAY INQUIRY\\] Upper dimension bounds of an array" msgstr "" +"**ubound**(3) - \\[ARRAY INQUIRY\\] limites superiores das dimensões de uma " +"matriz" #: ../../source/learn/intrinsics/_pages/UBOUND.md:16 msgid "" "Returns the upper bounds of an array, or a single upper bound along the " "**dim** dimension." msgstr "" +"Retorna os limites superiores de uma matriz, ou um único limite superior ao " +"longo da dimensão **dim**." #: ../../source/learn/intrinsics/_pages/CO_LBOUND.md:25 #: ../../source/learn/intrinsics/_pages/CO_UBOUND.md:25 #: ../../source/learn/intrinsics/_pages/UBOUND.md:25 msgid "(Optional) Shall be a scalar _integer_." -msgstr "" +msgstr "(Opcional) Deve ser um escalar _integer_." #: ../../source/learn/intrinsics/_pages/IACHAR.md:30 #: ../../source/learn/intrinsics/_pages/INDEX.md:45 @@ -9861,16 +9937,22 @@ msgid "" "The return value is of type _integer_ and of kind **kind**. If **kind** is " "absent, the return value is of default integer kind." msgstr "" +"O valor retornado é do tipo _integer_ e do tipo **kind**. Se **kind** não " +"for especificado, o valor retornado é do tipo inteiro padrão." #: ../../source/learn/intrinsics/_pages/UBOUND.md:36 msgid "If **dim** is absent, the result is an array of the upper bounds of **array**." msgstr "" +"Se **dim** não for especificado, o resultado é uma matriz dos limites " +"superiores de **array**." #: ../../source/learn/intrinsics/_pages/UBOUND.md:39 msgid "" "If **dim** is present, the result is a scalar corresponding to the upper " "bound of the array along that dimension." msgstr "" +"Se **dim** estiver presente, o resultado é um escalar correspondendo ao " +"limite superior da matriz ao longo daquela dimensão." #: ../../source/learn/intrinsics/_pages/UBOUND.md:42 msgid "" @@ -9878,6 +9960,10 @@ msgid "" "component, or if it has a zero extent along the relevant dimension, the upper" " bound is taken to be the number of elements along the relevant dimension." msgstr "" +"Se **array** é uma expressão ao invés de uma matriz cheia ou um componente " +"de estrutura de matriz, ou tem um zero ao longo da dimensão de interesse, o " +"limite superior é dado pelo número de elementos ao longo da dimensão de " +"interesse." #: ../../source/learn/intrinsics/_pages/UBOUND.md:49 msgid "" @@ -9885,16 +9971,21 @@ msgid "" "function without an explicit interface. Errors can occur if there is no " "interface defined." msgstr "" +"Note que essa função não deve ser usada em matrizes assumed-size ou em " +"qualquer função sem interface explícita. Erros podem acontecer se não houver " +"interface definida." #: ../../source/learn/intrinsics/_pages/UBOUND.md:114 msgid "Fortran 95 and later, with KIND argument Fortran 2003 and later" -msgstr "" +msgstr "Fortran 95 e posterior, com argumento KING Fortran 2003 e posterior" #: ../../source/learn/intrinsics/_pages/UBOUND.md:119 msgid "" "[**lbound**(3)](#lbound), [**co_ubound**(3)](#co_ubound), " "[__co\\_lbound__(3)(co_lbound)]" msgstr "" +"[**lbound**(3)](#lbound), [**co_ubound**(3)](#co_ubound), [__co\\_lbound__" +"(3)(co_lbound)]" #: ../../source/learn/intrinsics/_pages/MAXLOC.md:2 msgid "maxloc" @@ -9905,6 +9996,8 @@ msgid "" "**maxloc**(3) - \\[ARRAY:LOCATION\\] Location of the maximum value within an " "array" msgstr "" +"**maxloc**(3) - \\[ARRAY:LOCATION\\] Localização do maior valor dentro de " +"uma matriz" #: ../../source/learn/intrinsics/_pages/MAXLOC.md:16 msgid "" @@ -9919,13 +10012,23 @@ msgid "" "all of the elements of **mask** along a given row are zero, the result value " "for that row is zero." msgstr "" +"Determina a localização do elemento dentro de uma matriz com o valor máximo, " +"ou, se o argumento **dim** for fornecido, determina as localizações do " +"elemento máximo de cada linha da matriz na direção **dim**. Se **mask** é " +"presente, apenas os elementos para os quais **mask** é **.true.** são " +"considerados. Se mais de um elemento na matriz tem o valor máximo, a " +"localização retornada é do primeiro elemento em ordem de elemento de matriz. " +"Se a matriz tem tamanho zero, ou todos os elementos de **mask** for .false., " +"então o resultado é uma matriz de zeros. De forma semelhante, se **dim** é " +"fornecido e todos os elementos de **mask** ao longo da linhas forem zero, o " +"valor resultante para aquela linha é zero." #: ../../source/learn/intrinsics/_pages/MAXLOC.md:30 #: ../../source/learn/intrinsics/_pages/MAXVAL.md:33 #: ../../source/learn/intrinsics/_pages/MINLOC.md:36 #: ../../source/learn/intrinsics/_pages/MINVAL.md:30 msgid "Shall be an array of type _integer_, _real_, or _character_." -msgstr "" +msgstr "Pode ser uma matriz do tipo _integer_, _real_ ou _character_." #: ../../source/learn/intrinsics/_pages/MAXLOC.md:33 #: ../../source/learn/intrinsics/_pages/MAXVAL.md:36 @@ -9934,12 +10037,15 @@ msgid "" "(Optional) Shall be a scalar of type _integer_, with a value between one and " "the rank of **array**, inclusive. It may not be an optional dummy argument." msgstr "" +"(Opcional) Deve ser um escalar do tipo _integer_, com o valor entre um e a " +"ordem do **array**, inclusivo. Ele não pode ser um argumento ficcional " +"opcional." #: ../../source/learn/intrinsics/_pages/MAXLOC.md:38 #: ../../source/learn/intrinsics/_pages/MINLOC.md:44 #: ../../source/learn/intrinsics/_pages/MINVAL.md:38 msgid "Shall be an array of type _logical_, and conformable with **array**." -msgstr "" +msgstr "Deve ser uma matriz do tipo _logical_, e conformável com **array**." #: ../../source/learn/intrinsics/_pages/MAXLOC.md:42 #: ../../source/learn/intrinsics/_pages/MINLOC.md:48 @@ -9951,6 +10057,13 @@ msgid "" "and **array** has a rank of one, the result is a scalar. In all cases, the " "result is of default _integer_ type." msgstr "" +"Se **dim** for ausente, o resultado é uma matriz de primeira ordem com " +"tamanho igual à ordem de **array**. Se **dim** estiver presente, o resultado " +"é uma matriz com uma ordem um nível inferior à ordem de **array**, e um " +"tamanho correspondente ao tamanho de **array** com a dimensão **dim** " +"removida. Se **dim** estiver presente** e **array** é de primeira ordem, o " +"resultado é um escalar. Em todos os casos, o resultado é por padrão do tipo " +"_integer_." #: ../../source/learn/intrinsics/_pages/MAXLOC.md:49 msgid "" @@ -9958,6 +10071,9 @@ msgid "" "array, not necessarily the subscript value if the array subscripts do not " "start with one." msgstr "" +"O valor retornado é referência para o deslocamento desde o início da matriz, " +"não necessariamente o valor subscrito se os subscritos da matriz não iniciam " +"com um." #: ../../source/learn/intrinsics/_pages/MAXLOC.md:55 msgid "sample program" @@ -9976,6 +10092,8 @@ msgid "" "**minloc**(3) - \\[ARRAY:LOCATION\\] Location of the minimum value within an " "array" msgstr "" +"**minloc**(3) - \\[ARRAY:LOCATION\\] Localização do menor valor dentro de " +"uma matriz" #: ../../source/learn/intrinsics/_pages/MINLOC.md:22 msgid "" @@ -9990,6 +10108,16 @@ msgid "" "all of the elements of **mask** along a given row are zero, the result value " "for that row is zero." msgstr "" +"Determina a localização do elemento dentro de uma matriz com o valor mínimo, " +"ou, se o argumento **dim** é fornecido, determina as localizações dos menos " +"elementos ao longo de cada linha da matriz na direção de **dim**. Se **mask**" +" estiver presente, apenas os elementos de **mask** que são **.true.** são " +"considerados. Se mais de um elemento em cada matriz tiver o valor mínimo, a " +"localização retornada é a do primeiro elemento em ordem de elemento de " +"matriz. Se a matriz tem tamanho zero, ou todos os elementos de **mask** " +"forem .false., então o resultado é uma matriz de zeros. De forma semelhante, " +"se **dim** é fornecido e todos os elementos ao longo de **mask** forem zero, " +"o valor resultando para aquela linha é zero." #: ../../source/learn/intrinsics/_pages/MAXVAL.md:54 #: ../../source/learn/intrinsics/_pages/MINLOC.md:57 @@ -10010,6 +10138,8 @@ msgid "" "**findloc**(3) - \\[ARRAY:LOCATION\\] Location of first element of ARRAY " "identified by MASK along dimension DIM having a value" msgstr "" +"**findloc**(3) - \\[ARRAY:LOCATION\\] Localização do primeiro elemento de " +"ARRAY identificado por MASK ao longo da dimensão DIM tendo um valor" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:20 msgid "" @@ -10044,7 +10174,7 @@ msgstr "**Opções**" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:39 msgid "shall be an array of intrinsic type." -msgstr "" +msgstr "deve ser uma matriz do tipo intrínseco." #: ../../source/learn/intrinsics/_pages/ATOMIC_ADD.md:30 #: ../../source/learn/intrinsics/_pages/ATOMIC_AND.md:30 @@ -10083,7 +10213,7 @@ msgstr "" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:55 msgid "(optional) shall be a scalar integer initialization expression." -msgstr "" +msgstr "(opcional) deve ser uma expressão de inicialização de escalar inteiro." #: ../../source/learn/intrinsics/_pages/FINDLOC.md:57 #: ../../source/learn/intrinsics/_pages/INDEX.md:34 @@ -10094,7 +10224,7 @@ msgstr "**back**" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:58 msgid "(optional) shall be a logical scalar." -msgstr "" +msgstr "(opcional) deve ser um escalar lógico." #: ../../source/learn/intrinsics/_pages/FINDLOC.md:62 msgid "" @@ -10140,15 +10270,15 @@ msgstr "" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:107 msgid "is a scalar whose value is equal to that of the first element of" -msgstr "" +msgstr "é um escalar cujo valor é igual ao do primeiro elemento de" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:113 msgid "Otherwise, the value of element" -msgstr "" +msgstr "Se não, o valor do elemento" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:119 msgid "of the result is equal to" -msgstr "" +msgstr "do resultado é igual a" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:129 msgid "**Case (i):** The value of" @@ -10156,7 +10286,7 @@ msgstr "" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:136 msgid "is \\[2\\], and the value of" -msgstr "" +msgstr "é \\[2\\], e o valor de" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:142 msgid "is \\[4\\]." @@ -10172,7 +10302,7 @@ msgstr "" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:163 msgid "has the value \\[1, 4\\] and" -msgstr "" +msgstr "tem valor \\[1, 4\\] e" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:169 msgid "" @@ -10194,7 +10324,7 @@ msgstr "" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:188 msgid "has the value \\[2, 1, 0\\] and" -msgstr "" +msgstr "tem valor \\[2, 1, 0\\] e" #: ../../source/learn/intrinsics/_pages/FINDLOC.md:194 msgid "" @@ -10222,7 +10352,7 @@ msgstr "**matrix**" #: ../../source/learn/intrinsics/_pages/TRANSPOSE.md:22 msgid "Shall be an array of any type and have a rank of two." -msgstr "" +msgstr "Deve ser uma matriz de qualquer tipo e ter ordem dois." #: ../../source/learn/intrinsics/_pages/TRANSPOSE.md:26 msgid "" @@ -10253,6 +10383,8 @@ msgid "" "shall be a logical array. That is, the type of the argument shall be " "_logical_ and it shall not be scalar." msgstr "" +"deve ser uma matriz de lógicos. Isso é, o tipo do argumento deve ser " +"_logical_ e não deve ser escalar." #: ../../source/learn/intrinsics/_pages/ALL.md:28 msgid "" @@ -10339,13 +10471,15 @@ msgstr "" #: ../../source/learn/intrinsics/_pages/ANY.md:22 msgid "the type of the argument shall be _logical_ and it shall not be scalar." -msgstr "" +msgstr "o tipo do argumento deve ser _logical_ e não deve ser escalar." #: ../../source/learn/intrinsics/_pages/ANY.md:26 msgid "" "(optional) dim shall be a scalar integer with a value that lies between one " "and the rank of mask." msgstr "" +"(opcional) dim deve ser um inteiro escalar com um valor que esteja entre um " +"e a ordem da máscara." #: ../../source/learn/intrinsics/_pages/ANY.md:31 msgid "" @@ -10388,11 +10522,11 @@ msgstr "" #: ../../source/learn/intrinsics/_pages/COUNT.md:24 #: ../../source/learn/intrinsics/_pages/LOGICAL.md:25 msgid "The type shall be _logical_." -msgstr "" +msgstr "O tipo deve ser _logical_." #: ../../source/learn/intrinsics/_pages/COUNT.md:27 msgid "(Optional) The type shall be _integer_." -msgstr "" +msgstr "(Opcional) O tipo deve ser _integer_." #: ../../source/learn/intrinsics/_pages/COUNT.md:35 msgid "" @@ -13024,7 +13158,7 @@ msgstr "[**compiler_options**(3)](#compiler_options), **iso_fortran_env**(7)" #: ../../source/learn/intrinsics/index.md:12 msgid "GNU Free Documentation License" -msgstr "" +msgstr "Licença de Documentação Gratuita GNU" #: ../../source/learn/intrinsics/index.md:1 msgid "Fortran Intrinsics" @@ -24326,7 +24460,7 @@ msgstr "" #: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:146 #: ../../source/news/2022/05-05-Fortran-Newsletter-May-2022.md:164 msgid "Recent development updates:" -msgstr "" +msgstr "Atualizações de desenvolvimento recentes:" #: ../../source/news/2021/01-01-Fortran-Newsletter-January-2021.md:200 msgid "Semantic analysis fix for index-names of `FORALL` statements" @@ -24621,7 +24755,7 @@ msgstr "" #: ../../source/news/2021/02-01-Fortran-Newsletter-February-2021.md:161 msgid "Internal subprogram improvements" -msgstr "" +msgstr "Melhorias nos subprogramas internos" #: ../../source/news/2021/02-01-Fortran-Newsletter-February-2021.md:162 msgid "" @@ -24968,6 +25102,8 @@ msgid "" "[!648](https://gitlab.com/lfortran/lfortran/-/merge_requests/648): Implement " "--show-stacktrace" msgstr "" +"[!648](https://gitlab.com/lfortran/lfortran/-/merge_requests/648): Implement " +"--show-stacktrace" #: ../../source/news/2021/03-01-Fortran-Newsletter-March-2021.md:154 msgid "" @@ -25108,6 +25244,8 @@ msgid "" "[#216](https://github.com/fortran-lang/fortran-lang.org/pull/216): Improve " "tags" msgstr "" +"[#216](https://github.com/fortran-lang/fortran-lang.org/pull/216): Improve " +"tags" #: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:30 msgid "" @@ -25399,7 +25537,7 @@ msgstr "" #: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:179 msgid "[PR#985 add asprintf](https://github.com/flang-compiler/flang/pull/985)" -msgstr "" +msgstr "[PR#985 add asprintf](https://github.com/flang-compiler/flang/pull/985)" #: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:180 msgid "" @@ -25475,7 +25613,7 @@ msgstr "Adicionado -fdebug-dump-parsing-log" #: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:201 msgid "Add -fdebug-module-writer option" -msgstr "" +msgstr "Adicionado opção -fdebug-module-writer" #: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:202 msgid "Add debug dump, measure-parse-tree and pre-fir-tree options" @@ -25631,7 +25769,7 @@ msgstr "" #: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:249 msgid "Many other fixes" -msgstr "" +msgstr "Diversas correções" #: ../../source/news/2021/04-01-Fortran-Newsletter-April-2021.md:251 msgid "" @@ -25897,6 +26035,7 @@ msgstr "" #: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:97 msgid "[#468](https://github.com/fortran-lang/fpm/pull/468): Identify OpenBSD" msgstr "" +"[#468](https://github.com/fortran-lang/fpm/pull/468): Identifica OpenBSD" #: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:99 msgid "[#465](https://github.com/fortran-lang/fpm/pull/465): Fix typo in README" @@ -26000,6 +26139,8 @@ msgstr "" #: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:155 msgid "[PR#1030 Update README.md](https://github.com/flang-compiler/flang/pull/1030)" msgstr "" +"[PR#1030 Atualiza README.md](https://github.com/flang-compiler/flang/pull/" +"1030)" #: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:156 msgid "" @@ -26117,11 +26258,11 @@ msgstr "" #: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:183 msgid "TRANSFER() intrinsic function" -msgstr "" +msgstr "função intrínseca TRANSFER()" #: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:184 msgid "RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT" -msgstr "" +msgstr "RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT" #: ../../source/news/2021/05-01-Fortran-Newsletter-May-2021.md:185 msgid "Implement IPARITY, PARITY, and FINDLOC reductions" @@ -26444,7 +26585,7 @@ msgstr "" #: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:138 msgid "Array initializer expressions" -msgstr "" +msgstr "Expressões inicializadoras de matriz" #: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:139 msgid "Features in ASR only (semantics):" @@ -26472,7 +26613,7 @@ msgstr "Enumerações" #: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:145 msgid "Attributes in `use`" -msgstr "" +msgstr "Atributos em `use`" #: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:146 msgid "BOZ constants" @@ -26504,21 +26645,23 @@ msgstr "" #: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:155 msgid "Gagandeep Singh ([@czgdp1807](https://github.com/czgdp1807))" -msgstr "" +msgstr "Gagandeep Singh ([@czgdp1807](https://github.com/czgdp1807))" #: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:156 msgid "" "Thirumalai Shaktivel ([@Thirumalai-Shaktivel](https://github.com/Thirumalai-" "Shaktivel))" msgstr "" +"Thirumalai Shaktivel ([@Thirumalai-Shaktivel](https://github.com/Thirumalai-" +"Shaktivel))" #: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:157 msgid "Ondřej Čertík ([@certik](https://github.com/certik))" -msgstr "" +msgstr "Ondřej Čertík ([@certik](https://github.com/certik))" #: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:158 msgid "Dominic Poerio ([@dpoe](https://gitlab.com/dpoe))" -msgstr "" +msgstr "Dominic Poerio ([@dpoe](https://gitlab.com/dpoe))" #: ../../source/news/2021/06-01-Fortran-Newsletter-June-2021.md:162 msgid "" @@ -26569,6 +26712,8 @@ msgid "" "[#255](https://github.com/fortran-lang/fortran-lang.org/pull/255): Quickstart" " edits" msgstr "" +"[#255](https://github.com/fortran-lang/fortran-lang.org/pull/255): Edições " +"no início rápido" #: ../../source/news/2021/07-01-Fortran-Newsletter-July-2021.md:23 msgid "" @@ -26619,6 +26764,7 @@ msgstr "" #: ../../source/news/2021/07-01-Fortran-Newsletter-July-2021.md:48 msgid "[#432](https://github.com/fortran-lang/stdlib/pull/432): Outer product" msgstr "" +"[#432](https://github.com/fortran-lang/stdlib/pull/432): Produto externo" #: ../../source/news/2021/07-01-Fortran-Newsletter-July-2021.md:50 msgid "" @@ -27000,6 +27146,8 @@ msgid "" "[#281](https://github.com/fortran-lang/fortran-lang.org/pull/281): July " "newsletter" msgstr "" +"[#281](https://github.com/fortran-lang/fortran-lang.org/pull/281): " +"newsletter de Julho" #: ../../source/news/2021/08-01-Fortran-Newsletter-August-2021.md:19 msgid "" @@ -27131,7 +27279,7 @@ msgstr "" #: ../../source/news/2021/08-01-Fortran-Newsletter-August-2021.md:72 msgid "[#468](https://github.com/fortran-lang/stdlib/pull/468): Update CI" -msgstr "" +msgstr "[#468](https://github.com/fortran-lang/stdlib/pull/468): Atualiza CI" #: ../../source/news/2021/08-01-Fortran-Newsletter-August-2021.md:74 msgid "" @@ -27268,7 +27416,7 @@ msgstr "" #: ../../source/news/2021/08-01-Fortran-Newsletter-August-2021.md:145 msgid "[#517](https://github.com/fortran-lang/fpm/pull/517): Fix run" -msgstr "" +msgstr "[#517](https://github.com/fortran-lang/fpm/pull/517): Corrige run" #: ../../source/news/2021/08-01-Fortran-Newsletter-August-2021.md:147 msgid "" @@ -27453,7 +27601,7 @@ msgstr "" #: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:54 #: ../../source/news/2022/04-07-Fortran-Newsletter-April-2022.md:107 msgid "Work in progress" -msgstr "" +msgstr "Trabalhos em desenvolvimento" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:22 msgid "" @@ -27627,6 +27775,7 @@ msgid "" "[#528](https://github.com/fortran-lang/fpm/pull/528): Generate " "`build/.gitignore`" msgstr "" +"[#528](https://github.com/fortran-lang/fpm/pull/528): Gera `build/.gitignore`" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:126 #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:187 @@ -27713,6 +27862,8 @@ msgstr "" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:163 msgid "[#5](https://github.com/fortran-lang/fftpack/pull/5): Add `fftshift/ifftshift`" msgstr "" +"[#5](https://github.com/fortran-lang/fftpack/pull/5): Adiciona `fftshift/" +"ifftshift`" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:165 msgid "[#3](https://github.com/fortran-lang/fftpack/pull/3): Add CI: fpm.yml" @@ -27887,6 +28038,8 @@ msgid "" "Gagandeep Singh: " "[https://czgdp1807.github.io/2021/08/16/z_final_report.html](https://czgdp1807.github.io/2021/08/16/z_final_report.html)" msgstr "" +"Gagandeep Singh: [https://czgdp1807.github.io/2021/08/16/z_final_report." +"html](https://czgdp1807.github.io/2021/08/16/z_final_report.html)" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:225 msgid "" @@ -27894,12 +28047,17 @@ msgid "" "Shaktivel/c2a1aaa5239e792e499eaa8942987519](https://gist.github.com" "/Thirumalai-Shaktivel/c2a1aaa5239e792e499eaa8942987519)" msgstr "" +"Thirumalai Shaktivel: [https://gist.github.com/Thirumalai-Shaktivel/" +"c2a1aaa5239e792e499eaa8942987519](https://gist.github.com/" +"Thirumalai-Shaktivel/c2a1aaa5239e792e499eaa8942987519)" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:226 msgid "" "Rohit Goswami: [https://rgoswami.me/posts/gsoc21-fin-" "reprot/](https://rgoswami.me/posts/gsoc21-fin-reprot/)" msgstr "" +"Rohit Goswami: [https://rgoswami.me/posts/gsoc21-fin-reprot/" +"](https://rgoswami.me/posts/gsoc21-fin-reprot/)" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:228 msgid "LFortran 0.12.0 was released on August 15" @@ -27983,7 +28141,7 @@ msgstr "" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:261 msgid "Runtime library improvements" -msgstr "" +msgstr "Melhorias nas bibliotecas de tempo de execução" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:262 msgid "Complex intrinsics fixed on all platforms" @@ -27997,7 +28155,7 @@ msgstr "" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:264 msgid "More intrinsics implemented" -msgstr "" +msgstr "Implementado mais intrínsecos" #: ../../source/news/2021/09-01-Fortran-Newsletter-September-2021.md:265 msgid "Initial implementation of classes and methods" @@ -28090,6 +28248,8 @@ msgstr "" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:23 msgid "[#307](https://github.com/fortran-lang/fortran-lang.org/pull/307): Fixed typo" msgstr "" +"[#307](https://github.com/fortran-lang/fortran-lang.org/pull/307): Corrigido " +"erro de digitação" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:25 msgid "" @@ -28166,6 +28326,8 @@ msgstr "" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:65 msgid "[#509](https://github.com/fortran-lang/stdlib/pull/509): fixed typo" msgstr "" +"[#509](https://github.com/fortran-lang/stdlib/pull/509): corrigido erro de " +"digitação" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:67 msgid "" @@ -28312,7 +28474,7 @@ msgstr "" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:156 msgid "[#521](https://github.com/fortran-lang/fpm/pull/521): expand tabs" -msgstr "" +msgstr "[#521](https://github.com/fortran-lang/fpm/pull/521): expande tabelas" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:158 msgid "" @@ -28425,7 +28587,7 @@ msgstr "" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:224 msgid "OpenMP 5.0 metadirective" -msgstr "" +msgstr "metadiretiva OpenMP 5.0" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:226 msgid "Change complex type define in runtime for clang-cl" @@ -28443,7 +28605,7 @@ msgstr "" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:229 msgid "COMMAND_ARGUMENT_COUNT runtime implementation" -msgstr "" +msgstr "implementação de tempo de execução COMMAND_ARGUMENT_COUNT" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:230 msgid "Add POSIX implementation for SYSTEM_CLOCK" @@ -28485,7 +28647,7 @@ msgstr "" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:239 msgid "Accept SIZE(assumed-rank, DIM=n)" -msgstr "" +msgstr "Aceita SIZE(assumed-rank, DIM=n)" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:240 msgid "Validate SIZE(x,DIM=n) dimension for assumed-size array x" @@ -28571,7 +28733,7 @@ msgstr "" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:270 msgid "Harris M. Snyder" -msgstr "" +msgstr "Harris M. Snyder" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:272 msgid "Mengjia Lyu" @@ -28587,7 +28749,7 @@ msgstr "" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:276 msgid "Goto (ASR, LLVM)" -msgstr "" +msgstr "Goto (ASR, LLVM)" #: ../../source/news/2021/10-01-Fortran-Newsletter-October-2021.md:277 msgid "Runtime library improvements: `iand`, `len`, `trim`, `len_trim`" @@ -28858,7 +29020,7 @@ msgstr "" #: ../../source/news/2021/11-01-Fortran-Newsletter-November-2021.md:164 msgid "Add the DoLoopHelper" -msgstr "" +msgstr "Adiciona o DoLoopHelper" #: ../../source/news/2021/11-01-Fortran-Newsletter-November-2021.md:165 msgid "Add IfBuilder and utility functions" @@ -28874,7 +29036,7 @@ msgstr "" #: ../../source/news/2021/11-01-Fortran-Newsletter-November-2021.md:168 msgid "Add Character helper" -msgstr "" +msgstr "Adiciona Character helper" #: ../../source/news/2021/11-01-Fortran-Newsletter-November-2021.md:169 msgid "Add utility function to FIRBuilder and MutableBox" @@ -28904,7 +29066,7 @@ msgstr "" #: ../../source/news/2021/11-01-Fortran-Newsletter-November-2021.md:174 msgid "Fix erroneous `&`" -msgstr "" +msgstr "Corrige `&` errôneo" #: ../../source/news/2021/11-01-Fortran-Newsletter-November-2021.md:175 msgid "Add actions that execute despite semantic errors" @@ -29057,7 +29219,7 @@ msgstr "" #: ../../source/news/2021/11-01-Fortran-Newsletter-November-2021.md:217 msgid "C preprocessor added" -msgstr "" +msgstr "Adicionado preprocessador C" #: ../../source/news/2021/11-01-Fortran-Newsletter-November-2021.md:224 msgid "We have adopted two new Fortran-lang guidelines:" @@ -29336,11 +29498,11 @@ msgstr "fir.zero_bits" #: ../../source/news/2021/12-01-Fortran-Newsletter-December-2021.md:173 msgid "fir.select and fir.select_rank" -msgstr "" +msgstr "fir.select e fir.select_rank" #: ../../source/news/2021/12-01-Fortran-Newsletter-December-2021.md:174 msgid "fir.extract_value and fir.insert_value" -msgstr "" +msgstr "fir.extract_value e fir.insert_value" #: ../../source/news/2021/12-01-Fortran-Newsletter-December-2021.md:175 msgid "types - fir.box, fir.logical, fir.char, fir.ptr" @@ -29360,7 +29522,7 @@ msgstr "fir.call" #: ../../source/news/2021/12-01-Fortran-Newsletter-December-2021.md:179 msgid "fir.store and fir.load" -msgstr "" +msgstr "fir.store e fir.load" #: ../../source/news/2021/12-01-Fortran-Newsletter-December-2021.md:180 msgid "Add substr information to fircg.ext_embox and fircg.ext_rebox operations" @@ -29556,7 +29718,7 @@ msgstr "" #: ../../source/news/2021/12-29-Fortran-lang-2021-in-review.md:24 msgid "Standard Library (stdlib)" -msgstr "" +msgstr "Biblioteca Padrão (stdlib)" #: ../../source/news/2021/12-29-Fortran-lang-2021-in-review.md:26 msgid "" @@ -30013,7 +30175,7 @@ msgstr "" #: ../../source/news/2021/12-29-Fortran-lang-2021-in-review.md:269 msgid "Conferences and papers" -msgstr "" +msgstr "Conferências e artigos" #: ../../source/news/2021/12-29-Fortran-lang-2021-in-review.md:271 msgid "FortranCon 2021" @@ -30186,6 +30348,8 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:46 msgid "[#500](https://github.com/fortran-lang/stdlib/pull/500): Selection algorithms" msgstr "" +"[#500](https://github.com/fortran-lang/stdlib/pull/500): Algoritmos de " +"seleção" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:48 msgid "" @@ -30202,6 +30366,7 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:52 msgid "[#590](https://github.com/fortran-lang/stdlib/pull/590): Update changelog" msgstr "" +"[#590](https://github.com/fortran-lang/stdlib/pull/590): Atualiza changelog" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:54 msgid "" @@ -30280,6 +30445,8 @@ msgid "" "[#603](https://github.com/fortran-lang/stdlib/pull/603): Implement " "trueloc/falseloc" msgstr "" +"[#603](https://github.com/fortran-lang/stdlib/pull/603): Implementa trueloc/" +"falseloc" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:80 msgid "" @@ -30384,7 +30551,7 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:181 msgid "Add !fir.alloca conversion" -msgstr "" +msgstr "Adiciona conversão !fir.alloca" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:182 msgid "Add placeholder conversion pattern for disptach operations" @@ -30392,7 +30559,7 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:183 msgid "Add fir.select_case conversion" -msgstr "" +msgstr "Adiciona conversão fir.select_case" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:184 msgid "Add !fir.field type conversion" @@ -30440,11 +30607,11 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:195 msgid "Add fir.cmpc conversion" -msgstr "" +msgstr "Adiciona conversão fir.cmpc" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:196 msgid "Add fir.gentypedesc conversion" -msgstr "" +msgstr "Adiciona conversão fir.gentypedesc" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:197 msgid "Transform `fir.boxchar_len` to a sequence of LLVM MLIR" @@ -30456,7 +30623,7 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:199 msgid "Add fir.string_lit conversion" -msgstr "" +msgstr "Adiciona conversão fir.string_lit" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:200 msgid "Add conversion patterns for slice, shape, shapeshift and shift ops" @@ -30464,19 +30631,19 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:201 msgid "Add fir.box_tdesc conversion" -msgstr "" +msgstr "Adiciona conversão fir.box_tdesc" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:202 msgid "!fir.tdesc type conversion" -msgstr "" +msgstr "conversão de tipo !fir.tdesc" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:203 msgid "Add fir.constc conversion" -msgstr "" +msgstr "Adiciona conversão fir.constc" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:204 msgid "Add fir.embox conversion" -msgstr "" +msgstr "Adiciona conversão fir.embox" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:205 msgid "Notify conversion failure for Proc ops, types" @@ -30500,7 +30667,7 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:210 msgid "Add fir.no_reassoc conversion" -msgstr "" +msgstr "Adiciona conversão fir.no_reassoc" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:211 msgid "Set !fir.len_param_index conversion to unimplemented" @@ -30536,7 +30703,7 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:219 msgid "Add fircg.ext_embox conversion" -msgstr "" +msgstr "Adiciona conversão fircg.ext_embox" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:220 msgid "Add fir derived type runtime builder" @@ -30548,7 +30715,7 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:222 msgid "Add fircg.ext_array_coor conversion" -msgstr "" +msgstr "Adiciona conversão fircg.ext_array_coor" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:223 msgid "Upstream conversion of the XRebox Op" @@ -30698,7 +30865,7 @@ msgstr "" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:260 msgid "TargetRewrite: Rewrite fir.address_of(func)" -msgstr "" +msgstr "TargetRewrite: Reescreve fir.address_of(func)" #: ../../source/news/2022/01-01-Fortran-Newsletter-January-2022.md:261 msgid "Fix folding of EXPONENT() intrinsic function" @@ -31175,6 +31342,8 @@ msgid "" "[Remove unused " "SymbolTable::get_hash()](https://gitlab.com/lfortran/lfortran/-/merge_requests/1631)" msgstr "" +"[Remove SymbolTable::get_hash() não usada](https://gitlab.com/lfortran/" +"lfortran/-/merge_requests/1631)" #: ../../source/news/2022/02-01-Fortran-Newsletter-February-2022.md:221 msgid "" @@ -31356,6 +31525,8 @@ msgid "" "[fpm-docs#42](https://github.com/fortran-lang/fpm-docs/issues/42): Dutch " "translation" msgstr "" +"[fpm-docs#42](https://github.com/fortran-lang/fpm-docs/issues/42): Tradução " +"holandês" #: ../../source/news/2022/03-09-Fortran-Newsletter-March-2022.md:95 msgid ""