Skip to content

Commit

Permalink
Translated using Weblate (Portuguese)
Browse files Browse the repository at this point in the history
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
Shadowtampa authored and weblate committed Dec 26, 2023
1 parent 91254c1 commit 0889342
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Binary file modified locale/pt/LC_MESSAGES/sqlparser.mo
Binary file not shown.
14 changes: 6 additions & 8 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 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."
Expand Down Expand Up @@ -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
Expand All @@ -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."
Expand Down

0 comments on commit 0889342

Please sign in to comment.