-
-
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 94.3% (50 of 53 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/pt/ Signed-off-by: Luis Gomes <[email protected]>
- Loading branch information
1 parent
91254c1
commit 0889342
Showing
2 changed files
with
6 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 5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-02-26 22:46+0100\n" | ||
"PO-Revision-Date: 2023-01-26 07:10+0000\n" | ||
"Last-Translator: liviuconcioiu <liviu.concioiu@gmail.com>\n" | ||
"PO-Revision-Date: 2023-12-26 22:01+0000\n" | ||
"Last-Translator: Luis Gomes <luisgomesbcc@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 4.16-dev\n" | ||
"X-Generator: Weblate 5.4-dev\n" | ||
|
||
#: src/Component.php:39 src/Component.php:59 | ||
msgid "Not implemented yet." | ||
|
@@ -249,10 +249,8 @@ msgid "Unexpected keyword" | |
msgstr "Palavra-chave inesperada" | ||
|
||
#: src/Statements/WithStatement.php:118 | ||
#, fuzzy | ||
#| msgid "The name of the entity was expected." | ||
msgid "The name of the CTE was expected." | ||
msgstr "O nome da entidade era esperado." | ||
msgstr "O nome da CTE era esperado." | ||
|
||
#: src/Statements/WithStatement.php:137 | ||
#, fuzzy | ||
|
@@ -264,13 +262,13 @@ msgstr "Uma palavra-chave \"RETURNS\" era esperada." | |
#, fuzzy | ||
#| msgid "The name of the entity was expected." | ||
msgid "Subquery of the CTE was expected." | ||
msgstr "O nome da entidade era esperado." | ||
msgstr "Subquery da CTE era esperado." | ||
|
||
#: src/Statements/WithStatement.php:266 | ||
#, fuzzy | ||
#| msgid "Unexpected end of LOCK statement." | ||
msgid "Unexpected end of the WITH CTE." | ||
msgstr "Fim inesperado da declaração LOCK." | ||
msgstr "Fim inesperado da CTE WITH" | ||
|
||
#~ msgid "Unexpected end of Lock expression." | ||
#~ msgstr "Fim inesperado da expressão LOCK." | ||
|