-
-
Notifications
You must be signed in to change notification settings - Fork 102
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 15.9% (7 of 44 strings) [CI skip]
- Loading branch information
1 parent
e096412
commit a7b6b8c
Showing
2 changed files
with
10 additions
and
8 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: 2017-01-16 01:33+0000\n" | ||
"Last-Translator: Manuela Silva <manuela.silva@sky.com>\n" | ||
"PO-Revision-Date: 2018-06-26 21:41+0000\n" | ||
"Last-Translator: Pedro Silva <sparta14gaming@gmail.com>\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 2.11-dev\n" | ||
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
"X-Generator: Weblate 3.1-dev\n" | ||
|
||
#: src/Component.php:43 src/Component.php:63 | ||
msgid "Not implemented yet." | ||
|
@@ -23,6 +23,8 @@ msgstr "Ainda não foi implementado." | |
msgid "" | ||
"A new statement was found, but no delimiter between it and the previous one." | ||
msgstr "" | ||
"Uma nova instrução foi encontrada, mas nenhum delimitador entre ela e a " | ||
"anterior." | ||
|
||
#: src/Components/AlterOperation.php:253 | ||
#, fuzzy | ||
|
@@ -33,15 +35,15 @@ msgstr "Tabela de operações em ícones" | |
#: src/Components/Array2d.php:88 | ||
#, php-format | ||
msgid "%1$d values were expected, but found %2$d." | ||
msgstr "" | ||
msgstr "Eram esperados %1$d valores, mas foram encontrados %2$d." | ||
|
||
#: src/Components/Array2d.php:111 | ||
msgid "An opening bracket followed by a set of values was expected." | ||
msgstr "" | ||
msgstr "Uma abertura de chaveta seguida de um conjunto de valores era esperada." | ||
|
||
#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 | ||
msgid "An opening bracket was expected." | ||
msgstr "" | ||
msgstr "Uma abertura de chaveta era esperada." | ||
|
||
#: src/Components/CaseExpression.php:135 src/Components/CaseExpression.php:164 | ||
#: src/Components/CaseExpression.php:176 src/Components/CaseExpression.php:190 | ||
|
@@ -60,7 +62,7 @@ msgstr "Palavra-chave inesperada." | |
|
||
#: src/Components/CaseExpression.php:199 | ||
msgid "Unexpected end of CASE expression" | ||
msgstr "" | ||
msgstr "Fim da expressão CASE inesperado" | ||
|
||
#: src/Components/CreateDefinition.php:223 | ||
msgid "" | ||
|