@@ -4,21 +4,22 @@ msgstr ""
44"Project-Id-Version : SQL parser 5\n "
55"
Report-Msgid-Bugs-To :
[email protected] \n"
66"POT-Creation-Date : 2021-12-29 16:13-0300\n "
7- "PO-Revision-Date : 2015-10-15 11 :20+0200 \n "
8- "Last-Translator : Michal Čihař <michal@cihar .com>\n "
7+ "PO-Revision-Date : 2022-07-05 15 :20+0000 \n "
8+ "Last-Translator : Ugnius Vaičeskas <ugninis.vai@gmail .com>\n "
99"Language-Team : Lithuanian <https://hosted.weblate.org/projects/phpmyadmin/ "
10- "master /lt/>\n "
10+ "sql-parser /lt/>\n "
1111"Language : lt\n "
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15- "Plural-Forms : nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n "
16- "%100<10 || n%100>=20) ? 1 : 2;\n "
17- "X-Generator : Weblate 2.5-dev\n "
15+ "Plural-Forms : nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
16+ "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
17+ "1 : 2);\n "
18+ "X-Generator : Weblate 4.13.1-dev\n "
1819
1920#: src/Component.php:42 src/Component.php:62
2021msgid "Not implemented yet."
21- msgstr ""
22+ msgstr "Vis dar neįgyvendinta. "
2223
2324#: src/Components/AlterOperation.php:346 src/Statement.php:352
2425msgid ""
@@ -46,7 +47,7 @@ msgstr ""
4647
4748#: src/Components/ArrayObj.php:109 src/Components/CreateDefinition.php:232
4849msgid "An opening bracket was expected."
49- msgstr ""
50+ msgstr "Tikimasi atidaromojo skliausto. "
5051
5152#: src/Components/CaseExpression.php:136 src/Components/CaseExpression.php:164
5253#: src/Components/CaseExpression.php:175 src/Components/CaseExpression.php:187
@@ -95,24 +96,20 @@ msgid ""
9596msgstr ""
9697
9798#: src/Components/CreateDefinition.php:267
98- #, fuzzy
99- #| msgid "Table name template"
10099msgid "A symbol name was expected!"
101- msgstr "Lentelės vardo šablonas "
100+ msgstr "Buvo tikimasi simbolio pavadinimo! "
102101
103102#: src/Components/CreateDefinition.php:299
104- #, fuzzy
105- #| msgid "No databases selected."
106103msgid "A comma or a closing bracket was expected."
107- msgstr "Nepažymėjote duomenų bazės ."
104+ msgstr "Tikimasi kablelio arba uždaromojo skliausto ."
108105
109106#: src/Components/CreateDefinition.php:312 src/Statements/WithStatement.php:333
110107msgid "A closing bracket was expected."
111- msgstr ""
108+ msgstr "Tikimasi uždaromojo skliausto. "
112109
113110#: src/Components/DataType.php:132
114111msgid "Unrecognized data type."
115- msgstr ""
112+ msgstr "Neatpažintas duomenų tipas. "
116113
117114#: src/Components/ExpressionArray.php:108 src/Statements/WithStatement.php:202
118115#, fuzzy
@@ -128,7 +125,7 @@ msgstr "Nepažymėjote duomenų bazės."
128125
129126#: src/Components/Expression.php:387
130127msgid "Unexpected dot."
131- msgstr ""
128+ msgstr "Nepageidautinas taškas. "
132129
133130#: src/Components/IndexHint.php:143 src/Components/IndexHint.php:173
134131#: src/Components/Key.php:260 src/Components/LockExpression.php:164
0 commit comments