Skip to content

Commit

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

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
  • Loading branch information
dingo thirteen authored and weblate committed Mar 14, 2022
1 parent efd4cf6 commit c58cf13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
Binary file modified locale/nl/LC_MESSAGES/sqlparser.mo
Binary file not shown.
24 changes: 8 additions & 16 deletions locale/nl/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: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2021-12-29 16:13-0300\n"
"PO-Revision-Date: 2020-06-16 13:41+0000\n"
"PO-Revision-Date: 2022-03-14 11:58+0000\n"
"Last-Translator: dingo thirteen <dingo13@d404.nl>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/phpmyadmin/sql-"
"parser/nl/>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/phpmyadmin/"
"sql-parser/nl/>\n"
"Language: nl\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.1.1-dev\n"
"X-Generator: Weblate 4.12-dev\n"

#: src/Component.php:42 src/Component.php:62
msgid "Not implemented yet."
Expand Down Expand Up @@ -251,28 +251,20 @@ msgid "Unexpected keyword"
msgstr "Onverwacht sleutelwoord"

#: src/Statements/WithStatement.php:119
#, fuzzy
#| msgid "The name of the entity was expected."
msgid "The name of the CTE was expected."
msgstr "De naam van de entiteit werd verwacht."
msgstr "De naam van de CTE werd verwacht."

#: src/Statements/WithStatement.php:138
#, fuzzy
#| msgid "A \"RETURNS\" keyword was expected."
msgid "AS keyword was expected."
msgstr "Een \"RETURNS\" sleutelwoord werd verwacht."
msgstr "Het AS sleutelwoord werd verwacht."

#: src/Statements/WithStatement.php:154
#, fuzzy
#| msgid "The name of the entity was expected."
msgid "Subquery of the CTE was expected."
msgstr "De naam van de entiteit werd verwacht."
msgstr "Subquery van de CTE werd verwacht."

#: src/Statements/WithStatement.php:271
#, fuzzy
#| msgid "Unexpected end of LOCK statement."
msgid "Unexpected end of the WITH CTE."
msgstr "Onverwacht einde van LOCK opdracht."
msgstr "Onverwacht einde van WITH CTE opdracht."

#~ msgid "error #1"
#~ msgstr "fout #1"
Expand Down

0 comments on commit c58cf13

Please sign in to comment.