-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Portuguese)
Currently translated at 100.0% (44 of 44 strings) [CI skip]
- Loading branch information
Showing
2 changed files
with
5 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,16 @@ msgstr "" | |
"Project-Id-Version: SQL parser 0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2017-08-21 12:54+0200\n" | ||
"PO-Revision-Date: 2018-10-06 18:32+0000\n" | ||
"Last-Translator: Ayalos <[email protected]>\n" | ||
"PO-Revision-Date: 2018-10-08 21:32+0000\n" | ||
"Last-Translator: ssantos <[email protected]>\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." | ||
|
@@ -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 | ||
|
@@ -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." | ||
|
@@ -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." | ||
|
||
|
@@ -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" |