Skip to content

Commit

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

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/lt/
Signed-off-by: Ugnius Vaičeskas <ugninis.vai@gmail.com>
  • Loading branch information
Ugnius Vaičeskas authored and weblate committed Jul 5, 2022
1 parent 7422c8b commit 4ced15a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
Binary file modified locale/lt/LC_MESSAGES/sqlparser.mo
Binary file not shown.
31 changes: 14 additions & 17 deletions locale/lt/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ 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: 2015-10-15 11:20+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"PO-Revision-Date: 2022-07-05 15:20+0000\n"
"Last-Translator: Ugnius Vaičeskas <ugninis.vai@gmail.com>\n"
"Language-Team: Lithuanian <https://hosted.weblate.org/projects/phpmyadmin/"
"master/lt/>\n"
"sql-parser/lt/>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.5-dev\n"
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
"1 : 2);\n"
"X-Generator: Weblate 4.13.1-dev\n"

#: src/Component.php:42 src/Component.php:62
msgid "Not implemented yet."
msgstr ""
msgstr "Vis dar neįgyvendinta."

#: src/Components/AlterOperation.php:346 src/Statement.php:352
msgid ""
Expand Down Expand Up @@ -46,7 +47,7 @@ msgstr ""

#: src/Components/ArrayObj.php:109 src/Components/CreateDefinition.php:232
msgid "An opening bracket was expected."
msgstr ""
msgstr "Tikimasi atidaromojo skliausto."

#: src/Components/CaseExpression.php:136 src/Components/CaseExpression.php:164
#: src/Components/CaseExpression.php:175 src/Components/CaseExpression.php:187
Expand Down Expand Up @@ -95,24 +96,20 @@ msgid ""
msgstr ""

#: src/Components/CreateDefinition.php:267
#, fuzzy
#| msgid "Table name template"
msgid "A symbol name was expected!"
msgstr "Lentelės vardo šablonas"
msgstr "Buvo tikimasi simbolio pavadinimo!"

#: src/Components/CreateDefinition.php:299
#, fuzzy
#| msgid "No databases selected."
msgid "A comma or a closing bracket was expected."
msgstr "Nepažymėjote duomenų bazės."
msgstr "Tikimasi kablelio arba uždaromojo skliausto."

#: src/Components/CreateDefinition.php:312 src/Statements/WithStatement.php:333
msgid "A closing bracket was expected."
msgstr ""
msgstr "Tikimasi uždaromojo skliausto."

#: src/Components/DataType.php:132
msgid "Unrecognized data type."
msgstr ""
msgstr "Neatpažintas duomenų tipas."

#: src/Components/ExpressionArray.php:108 src/Statements/WithStatement.php:202
#, fuzzy
Expand All @@ -128,7 +125,7 @@ msgstr "Nepažymėjote duomenų bazės."

#: src/Components/Expression.php:387
msgid "Unexpected dot."
msgstr ""
msgstr "Nepageidautinas taškas."

#: src/Components/IndexHint.php:143 src/Components/IndexHint.php:173
#: src/Components/Key.php:260 src/Components/LockExpression.php:164
Expand Down

0 comments on commit 4ced15a

Please sign in to comment.