Skip to content

Commit

Permalink
Translated using Weblate (Portuguese)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (44 of 44 strings)

[CI skip]
  • Loading branch information
SantosSi authored and weblate committed Oct 8, 2018
1 parent 472c998 commit a47a425
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
Binary file modified locale/pt/LC_MESSAGES/sqlparser.mo
Binary file not shown.
18 changes: 5 additions & 13 deletions locale/pt/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: SQL parser 0\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2017-08-21 12:54+0200\n"
"PO-Revision-Date: 2018-10-06 18:32+0000\n"
"Last-Translator: Ayalos <reginaldoayalos0@gmail.com>\n"
"PO-Revision-Date: 2018-10-08 21:32+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/phpmyadmin/"
"sql-parser/pt/>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.2\n"
"X-Generator: Weblate 3.2.1\n"

#: src/Component.php:43 src/Component.php:63
msgid "Not implemented yet."
Expand All @@ -27,10 +27,8 @@ msgstr ""
"anterior."

#: src/Components/AlterOperation.php:253
#, fuzzy
#| msgid "Iconic table operations"
msgid "Unrecognized alter operation."
msgstr "Operação de alteração não conhecida"
msgstr "Operação de alteração não reconhecida."

#: src/Components/Array2d.php:88
#, php-format
Expand Down Expand Up @@ -61,12 +59,10 @@ msgid "Unexpected keyword."
msgstr "Palavra-chave inesperada."

#: src/Components/CaseExpression.php:199
#, fuzzy
msgid "Unexpected end of CASE expression"
msgstr "Fim da expressão CASE inesperada"

#: src/Components/CreateDefinition.php:223
#, fuzzy
msgid ""
"A symbol name was expected! A reserved keyword can not be used as a column "
"name without backquotes."
Expand All @@ -75,14 +71,10 @@ msgstr ""
"um nome de coluna sem as chaves."

#: src/Components/CreateDefinition.php:237
#, fuzzy
#| msgid "Table name template"
msgid "A symbol name was expected!"
msgstr "Um nome do símbolo era esperado!"

#: src/Components/CreateDefinition.php:270
#, fuzzy
#| msgid "No tables selected."
msgid "A comma or a closing bracket was expected."
msgstr "Uma vírgula ou um colchete de fechamento era esperado."

Expand Down Expand Up @@ -224,4 +216,4 @@ msgstr "Erro #1"

#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
msgid "strict error"
msgstr "Erro severo."
msgstr "Erro severo"

0 comments on commit a47a425

Please sign in to comment.