[json-glib] Update Brazilian Portuguese translation
- From: Translations User D-L <translations src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] Update Brazilian Portuguese translation
- Date: Thu, 16 Aug 2018 20:15:36 +0000 (UTC)
commit c72bab31fb98f8fc16e49eb659736ae9284e99d8
Author: Ricardo Silva Veloso <ricvelozo gmail com>
Date: Thu Aug 16 20:14:56 2018 +0000
Update Brazilian Portuguese translation
po/pt_BR.po | 128 +++++++++++++++++++++++++++---------------------------------
1 file changed, 58 insertions(+), 70 deletions(-)
---
diff --git a/po/pt_BR.po b/po/pt_BR.po
index d1205b5..e0e6051 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4,35 +4,52 @@
# Gabriel Speckhahn <gabspeck gmail com>, 2012.
# Enrico Nicoletto <liverig gmail com>, 2013.
# Rafael Fontenelle <rafaelff gnome org>, 2013, 2017.
+# Ricardo Silva Veloso <ricvelozo gmail com>, 2018.
msgid ""
msgstr ""
"Project-Id-Version: json-glib master\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=json-"
-"glib&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2017-06-27 22:31+0000\n"
-"PO-Revision-Date: 2017-08-30 10:50-0200\n"
-"Last-Translator: Rafael Fontenelle <rafaelff gnome org>\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/json-glib/issues\n"
+"POT-Creation-Date: 2018-06-30 18:31+0000\n"
+"PO-Revision-Date: 2018-08-12 00:00-0300\n"
+"Last-Translator: Ricardo Silva Veloso <ricvelozo gmail com>\n"
"Language-Team: Brazilian Portuguese <gnome-pt_br-list gnome org>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Virtaal 1.0.0-beta1\n"
+"X-Generator: Poedit 2.1\n"
"X-Project-Style: gnome\n"
-#: json-glib/json-glib-format.c:50
+#: json-glib/json-glib-format.c:58
msgid "Prettify output"
msgstr "Saída formatada"
-#: json-glib/json-glib-format.c:51
+#: json-glib/json-glib-format.c:59
msgid "Indentation spaces"
msgstr "Espaços de recuo"
+#: json-glib/json-glib-format.c:59
+msgid "SPACES"
+msgstr "ESPAÇOS"
+
+#: json-glib/json-glib-format.c:60
+msgid "Output file"
+msgstr "Arquivo de saída"
+
+#: json-glib/json-glib-format.c:60 json-glib/json-glib-validate.c:115
+msgid "FILE"
+msgstr "ARQUIVO"
+
+#: json-glib/json-glib-format.c:61
+msgid "FILE…"
+msgstr "ARQUIVO…"
+
#. Translators: the first %s is the program name, the second one
#. * is the URI of the file, the third is the error message.
#.
-#: json-glib/json-glib-format.c:77 json-glib/json-glib-validate.c:63
+#: json-glib/json-glib-format.c:87 json-glib/json-glib-format.c:120
+#: json-glib/json-glib-validate.c:63
#, c-format
msgid "%s: %s: error opening file: %s\n"
msgstr "%s: %s: erro ao abrir arquivo: %s\n"
@@ -40,7 +57,7 @@ msgstr "%s: %s: erro ao abrir arquivo: %s\n"
#. Translators: the first %s is the program name, the second one
#. * is the URI of the file, the third is the error message.
#.
-#: json-glib/json-glib-format.c:89 json-glib/json-glib-validate.c:75
+#: json-glib/json-glib-format.c:99 json-glib/json-glib-validate.c:75
#, c-format
msgid "%s: %s: error parsing file: %s\n"
msgstr "%s: %s: erro ao analisar arquivo: %s\n"
@@ -48,7 +65,7 @@ msgstr "%s: %s: erro ao analisar arquivo: %s\n"
#. Translators: the first %s is the program name, the
#. * second one is the URI of the file.
#.
-#: json-glib/json-glib-format.c:108
+#: json-glib/json-glib-format.c:138
#, c-format
msgid "%s: %s: error writing to stdout"
msgstr "%s: %s: erro ao gravar na saída padrão"
@@ -56,22 +73,18 @@ msgstr "%s: %s: erro ao gravar na saída padrão"
#. Translators: the first %s is the program name, the second one
#. * is the URI of the file, the third is the error message.
#.
-#: json-glib/json-glib-format.c:129 json-glib/json-glib-validate.c:87
+#: json-glib/json-glib-format.c:159 json-glib/json-glib-validate.c:87
#, c-format
msgid "%s: %s: error closing: %s\n"
msgstr "%s: %s: erro ao fechar: %s\n"
-#: json-glib/json-glib-format.c:158 json-glib/json-glib-validate.c:115
-msgid "FILE"
-msgstr "ARQUIVO"
-
#. Translators: this message will appear after the usage string
#. and before the list of options.
-#: json-glib/json-glib-format.c:161
+#: json-glib/json-glib-format.c:192
msgid "Format JSON files."
msgstr "Formatar arquivos JSON."
-#: json-glib/json-glib-format.c:162
+#: json-glib/json-glib-format.c:193
msgid "json-glib-format formats JSON resources."
msgstr "json-glib-format formata recursos JSON."
@@ -79,15 +92,14 @@ msgstr "json-glib-format formata recursos JSON."
#. * means the user is calling json-glib-validate without any
#. * argument.
#.
-#: json-glib/json-glib-format.c:179 json-glib/json-glib-validate.c:136
+#: json-glib/json-glib-format.c:208 json-glib/json-glib-validate.c:136
#, c-format
msgid "Error parsing commandline options: %s\n"
msgstr "Ocorreu erro ao analisar as opções de linha de comando: %s\n"
-#: json-glib/json-glib-format.c:181 json-glib/json-glib-format.c:195
+#: json-glib/json-glib-format.c:210 json-glib/json-glib-format.c:224
#: json-glib/json-glib-validate.c:138 json-glib/json-glib-validate.c:152
#, c-format
-#| msgid "Try \"%s --help\" for more information."
msgid "Try “%s --help” for more information."
msgstr "Tente “%s --help” para mais informações."
@@ -95,7 +107,7 @@ msgstr "Tente “%s --help” para mais informações."
#. * means the user is calling json-glib-validate without any
#. * argument.
#.
-#: json-glib/json-glib-format.c:193 json-glib/json-glib-validate.c:150
+#: json-glib/json-glib-format.c:222 json-glib/json-glib-validate.c:150
#, c-format
msgid "%s: missing files"
msgstr "%s: arquivos em falta"
@@ -111,33 +123,30 @@ msgid "json-glib-validate validates JSON data at the given URI."
msgstr "json-glib-validate valida dados JSON no URI fornecido."
#. translators: the %s is the name of the data structure
-#: json-glib/json-gobject.c:943
+#: json-glib/json-gobject.c:940
#, c-format
-#| msgid "Expecting a JSON object, but the root node is of type `%s'"
msgid "Expecting a JSON object, but the root node is of type “%s”"
msgstr "Objeto JSON esperado, porém o nó raiz é do tipo “%s”"
#. translators: the '%s' is the type name
-#: json-glib/json-gvariant.c:523
+#: json-glib/json-gvariant.c:524
#, c-format
-#| msgid "Unexpected type '%s' in JSON node"
msgid "Unexpected type “%s” in JSON node"
msgstr "Tipo inesperado “%s” no nó JSON"
-#: json-glib/json-gvariant.c:593
+#: json-glib/json-gvariant.c:594
msgid "Missing elements in JSON array to conform to a tuple"
msgstr "Faltam elementos no vetor JSON para que se forme uma tupla"
-#: json-glib/json-gvariant.c:621
-#| msgid "Missing closing symbol ')' in the GVariant tuple type"
+#: json-glib/json-gvariant.c:622
msgid "Missing closing symbol “)” in the GVariant tuple type"
msgstr "Símbolo de fechamento “)” ausente no tipo de tupla GVariant"
-#: json-glib/json-gvariant.c:629
+#: json-glib/json-gvariant.c:630
msgid "Unexpected extra elements in JSON array"
msgstr "Elementos adicionais inesperados no vetor JSON"
-#: json-glib/json-gvariant.c:908
+#: json-glib/json-gvariant.c:909
msgid "Invalid string value converting to GVariant"
msgstr "Valor inválido de string ao converter para GVariant"
@@ -148,17 +157,16 @@ msgstr ""
"Uma entrada de dicionário GVariant espera um objeto JSON com exatamente um "
"membro"
-#: json-glib/json-gvariant.c:1248
+#: json-glib/json-gvariant.c:1242
#, c-format
-#| msgid "GVariant class '%c' not supported"
msgid "GVariant class “%c” not supported"
msgstr "Não há suporte para a classe GVariant “%c”"
-#: json-glib/json-gvariant.c:1296
+#: json-glib/json-gvariant.c:1290
msgid "Invalid GVariant signature"
msgstr "Assinatura GVariant inválida"
-#: json-glib/json-gvariant.c:1344
+#: json-glib/json-gvariant.c:1338
msgid "JSON data is empty"
msgstr "Dados JSON vazios"
@@ -166,12 +174,12 @@ msgstr "Dados JSON vazios"
#. * number, the second %d is the position on the line, and %s is
#. * the error message
#.
-#: json-glib/json-parser.c:907
+#: json-glib/json-parser.c:909
#, c-format
msgid "%s:%d:%d: Parse error: %s"
msgstr "%s:%d%d: Erro na análise: %s"
-#: json-glib/json-parser.c:990
+#: json-glib/json-parser.c:992
msgid "JSON data must be UTF-8 encoded"
msgstr "Os dados JSON devem possuir codificação UTF-8"
@@ -182,7 +190,6 @@ msgstr "Apenas um nó raiz é permitido em uma expressão JSONPath"
#. translators: the %c is the invalid character
#: json-glib/json-path.c:398
#, c-format
-#| msgid "Root node followed by invalid character '%c'"
msgid "Root node followed by invalid character “%c”"
msgstr "Nó raiz seguido de caractere inválido “%c”"
@@ -192,103 +199,84 @@ msgstr "Faltando nome de membro ou coringa após o caractere “.”"
#: json-glib/json-path.c:512
#, c-format
-#| msgid "Malformed slice expression '%*s'"
msgid "Malformed slice expression “%*s”"
msgstr "Expressão de corte “%*s” má formada"
#: json-glib/json-path.c:556
#, c-format
-#| msgid "Invalid set definition '%*s'"
msgid "Invalid set definition “%*s”"
msgstr "Definição de conjunto “%*s” inválida"
#: json-glib/json-path.c:609
#, c-format
-#| msgid "Invalid slice definition '%*s'"
msgid "Invalid slice definition “%*s”"
msgstr "Definição de corte “%*s” inválida"
#: json-glib/json-path.c:637
#, c-format
-#| msgid "Invalid array index definition '%*s'"
msgid "Invalid array index definition “%*s”"
msgstr "Definição de índice de vetor “%*s” inválida"
#: json-glib/json-path.c:656
#, c-format
-#| msgid "Invalid first character '%c'"
msgid "Invalid first character “%c”"
msgstr "Primeiro caractere “%c” inválido"
#: json-glib/json-reader.c:474
#, c-format
-#| msgid ""
-#| "The current node is of type '%s', but an array or an object was expected."
msgid ""
"The current node is of type “%s”, but an array or an object was expected."
msgstr "O nó atual é do tipo “%s”, mas um vetor ou objeto era esperado."
#: json-glib/json-reader.c:486
#, c-format
-#| msgid ""
-#| "The index '%d' is greater than the size of the array at the current "
-#| "position."
msgid ""
"The index “%d” is greater than the size of the array at the current position."
msgstr "O índice “%d” é maior do que o tamanho do vetor na posição atual."
#: json-glib/json-reader.c:503
#, c-format
-#| msgid ""
-#| "The index '%d' is greater than the size of the object at the current "
-#| "position."
msgid ""
"The index “%d” is greater than the size of the object at the current "
"position."
msgstr "O índice “%d” é maior do que o tamanho do objeto na posição atual."
-#: json-glib/json-reader.c:587 json-glib/json-reader.c:751
-#: json-glib/json-reader.c:802 json-glib/json-reader.c:840
-#: json-glib/json-reader.c:878 json-glib/json-reader.c:916
-#: json-glib/json-reader.c:954 json-glib/json-reader.c:999
-#: json-glib/json-reader.c:1035 json-glib/json-reader.c:1061
+#: json-glib/json-reader.c:585 json-glib/json-reader.c:751
+#: json-glib/json-reader.c:799 json-glib/json-reader.c:837
+#: json-glib/json-reader.c:875 json-glib/json-reader.c:913
+#: json-glib/json-reader.c:951 json-glib/json-reader.c:996
+#: json-glib/json-reader.c:1032 json-glib/json-reader.c:1058
msgid "No node available at the current position"
msgstr "Nenhum nó disponível na posição atual"
-#: json-glib/json-reader.c:594
+#: json-glib/json-reader.c:592
#, c-format
-#| msgid "The current position holds a '%s' and not an array"
msgid "The current position holds a “%s” and not an array"
msgstr "A posição atual detém um “%s” e não um vetor"
-#: json-glib/json-reader.c:670
+#: json-glib/json-reader.c:668
#, c-format
-#| msgid "The current node is of type '%s', but an object was expected."
msgid "The current node is of type “%s”, but an object was expected."
msgstr "O nó atual é do tipo “%s”, mas um objeto era esperado."
-#: json-glib/json-reader.c:677
+#: json-glib/json-reader.c:675
#, c-format
-#| msgid ""
-#| "The member '%s' is not defined in the object at the current position."
msgid "The member “%s” is not defined in the object at the current position."
msgstr "O membro “%s” não está definido no objeto na posição atual."
-#: json-glib/json-reader.c:758 json-glib/json-reader.c:809
+#: json-glib/json-reader.c:758 json-glib/json-reader.c:806
#, c-format
-#| msgid "The current position holds a '%s' and not an object"
msgid "The current position holds a “%s” and not an object"
msgstr "A posição atual detém um “%s” e não um objeto"
-#: json-glib/json-reader.c:849 json-glib/json-reader.c:887
-#: json-glib/json-reader.c:925 json-glib/json-reader.c:963
-#: json-glib/json-reader.c:1008
+#: json-glib/json-reader.c:846 json-glib/json-reader.c:884
+#: json-glib/json-reader.c:922 json-glib/json-reader.c:960
+#: json-glib/json-reader.c:1005
#, c-format
-#| msgid "The current position holds a '%s' and not a value"
msgid "The current position holds a “%s” and not a value"
msgstr "A posição atual detém um “%s” e não um valor"
-#: json-glib/json-reader.c:971
+#: json-glib/json-reader.c:968
msgid "The current position does not hold a string type"
msgstr "A posição atual não detém um tipo string"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]