Skip to content

Commit ac5a391

Browse files
Xuacuweblate
authored andcommitted
Added translation using Weblate (Asturian)
[CI skip]
1 parent c4edea0 commit ac5a391

File tree

2 files changed

+212
-0
lines changed

2 files changed

+212
-0
lines changed

‎locale/ast/LC_MESSAGES/sqlparser.mo

386 Bytes
Binary file not shown.

‎locale/ast/LC_MESSAGES/sqlparser.po

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
# phpMyAdmin SQL parser translation.
2+
# Copyright (C) 2015 - 2017 phpMyAdmin devel team
3+
# This file is distributed under the same license as the SQL parser package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: SQL parser 0\n"
9+
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
10+
"POT-Creation-Date: 2017-05-15 10:30+0200\n"
11+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"Last-Translator: Automatically generated\n"
13+
"Language-Team: none\n"
14+
"Language: ast\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: src/Component.php:43 src/Component.php:63
20+
msgid "Not implemented yet."
21+
msgstr ""
22+
23+
#: src/Components/AlterOperation.php:224 src/Statement.php:334
24+
msgid ""
25+
"A new statement was found, but no delimiter between it and the previous one."
26+
msgstr ""
27+
28+
#: src/Components/AlterOperation.php:236
29+
msgid "Unrecognized alter operation."
30+
msgstr ""
31+
32+
#: src/Components/Array2d.php:88
33+
#, php-format
34+
msgid "%1$d values were expected, but found %2$d."
35+
msgstr ""
36+
37+
#: src/Components/Array2d.php:111
38+
msgid "An opening bracket followed by a set of values was expected."
39+
msgstr ""
40+
41+
#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201
42+
msgid "An opening bracket was expected."
43+
msgstr ""
44+
45+
#: src/Components/CaseExpression.php:128 src/Components/CaseExpression.php:157
46+
#: src/Components/CaseExpression.php:169 src/Components/CaseExpression.php:183
47+
#: src/Statements/DeleteStatement.php:227
48+
#: src/Statements/DeleteStatement.php:244
49+
#: src/Statements/DeleteStatement.php:292
50+
#: src/Statements/DeleteStatement.php:303
51+
#: src/Statements/DeleteStatement.php:333
52+
#: src/Statements/DeleteStatement.php:344
53+
#: src/Statements/InsertStatement.php:189
54+
#: src/Statements/InsertStatement.php:217 src/Statements/LoadStatement.php:258
55+
#: src/Statements/ReplaceStatement.php:155
56+
#: src/Statements/ReplaceStatement.php:182
57+
msgid "Unexpected keyword."
58+
msgstr ""
59+
60+
#: src/Components/CaseExpression.php:192
61+
msgid "Unexpected end of CASE expression"
62+
msgstr ""
63+
64+
#: src/Components/CreateDefinition.php:223
65+
msgid ""
66+
"A symbol name was expected! A reserved keyword can not be used as a column "
67+
"name without backquotes."
68+
msgstr ""
69+
70+
#: src/Components/CreateDefinition.php:237
71+
msgid "A symbol name was expected!"
72+
msgstr ""
73+
74+
#: src/Components/CreateDefinition.php:270
75+
msgid "A comma or a closing bracket was expected."
76+
msgstr ""
77+
78+
#: src/Components/CreateDefinition.php:286
79+
msgid "A closing bracket was expected."
80+
msgstr ""
81+
82+
#: src/Components/DataType.php:123
83+
msgid "Unrecognized data type."
84+
msgstr ""
85+
86+
#: src/Components/Expression.php:244 src/Components/Expression.php:394
87+
msgid "An alias was expected."
88+
msgstr ""
89+
90+
#: src/Components/Expression.php:332 src/Components/Expression.php:351
91+
#: src/Components/Expression.php:383
92+
msgid "An alias was previously found."
93+
msgstr ""
94+
95+
#: src/Components/Expression.php:364
96+
msgid "Unexpected dot."
97+
msgstr ""
98+
99+
#: src/Components/ExpressionArray.php:102
100+
msgid "An expression was expected."
101+
msgstr ""
102+
103+
#: src/Components/Limit.php:86 src/Components/Limit.php:108
104+
msgid "An offset was expected."
105+
msgstr ""
106+
107+
#: src/Components/OptionsArray.php:143
108+
#, php-format
109+
msgid "This option conflicts with \"%1$s\"."
110+
msgstr ""
111+
112+
#: src/Components/RenameOperation.php:97
113+
msgid "The old name of the table was expected."
114+
msgstr ""
115+
116+
#: src/Components/RenameOperation.php:107
117+
msgid "Keyword \"TO\" was expected."
118+
msgstr ""
119+
120+
#: src/Components/RenameOperation.php:123
121+
msgid "The new name of the table was expected."
122+
msgstr ""
123+
124+
#: src/Components/RenameOperation.php:141
125+
msgid "A rename operation was expected."
126+
msgstr ""
127+
128+
#: src/Components/SetOperation.php:105
129+
msgid "Missing expression."
130+
msgstr ""
131+
132+
#: src/Lexer.php:237
133+
msgid "Unexpected character."
134+
msgstr ""
135+
136+
#: src/Lexer.php:278
137+
msgid "Expected whitespace(s) before delimiter."
138+
msgstr ""
139+
140+
#: src/Lexer.php:296 src/Lexer.php:314
141+
msgid "Expected delimiter."
142+
msgstr ""
143+
144+
#: src/Lexer.php:839
145+
#, php-format
146+
msgid "Ending quote %1$s was expected."
147+
msgstr ""
148+
149+
#: src/Lexer.php:880
150+
msgid "Variable name was expected."
151+
msgstr ""
152+
153+
#: src/Parser.php:423
154+
msgid "Unexpected beginning of statement."
155+
msgstr ""
156+
157+
#: src/Parser.php:442
158+
msgid "Unrecognized statement type."
159+
msgstr ""
160+
161+
#: src/Parser.php:527
162+
msgid "No transaction was previously started."
163+
msgstr ""
164+
165+
#: src/Statement.php:242 src/Statements/DeleteStatement.php:254
166+
#: src/Statements/DeleteStatement.php:306
167+
#: src/Statements/InsertStatement.php:226
168+
#: src/Statements/InsertStatement.php:246 src/Statements/LoadStatement.php:261
169+
#: src/Statements/LoadStatement.php:291 src/Statements/LoadStatement.php:310
170+
#: src/Statements/ReplaceStatement.php:190
171+
msgid "Unexpected token."
172+
msgstr ""
173+
174+
#: src/Statement.php:306
175+
msgid "This type of clause was previously parsed."
176+
msgstr ""
177+
178+
#: src/Statement.php:366
179+
msgid "Unrecognized keyword."
180+
msgstr ""
181+
182+
#: src/Statement.php:498
183+
msgid "Unexpected ordering of clauses."
184+
msgstr ""
185+
186+
#: src/Statements/CreateStatement.php:375
187+
msgid "The name of the entity was expected."
188+
msgstr ""
189+
190+
#: src/Statements/CreateStatement.php:430
191+
msgid "A table name was expected."
192+
msgstr ""
193+
194+
#: src/Statements/CreateStatement.php:438
195+
msgid "At least one column definition was expected."
196+
msgstr ""
197+
198+
#: src/Statements/CreateStatement.php:549
199+
msgid "A \"RETURNS\" keyword was expected."
200+
msgstr ""
201+
202+
#: src/Statements/DeleteStatement.php:314
203+
msgid "This type of clause is not valid in Multi-table queries."
204+
msgstr ""
205+
206+
#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:58
207+
msgid "error #1"
208+
msgstr ""
209+
210+
#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
211+
msgid "strict error"
212+
msgstr ""

0 commit comments

Comments
 (0)