Skip to content

Commit 55500b9

Browse files
gongphaweblate
authored andcommitted
Translated using Weblate (Thai)
Currently translated at 100.0% (44 of 44 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/th/ Signed-off-by: Kongfa Warorot <gongpha@hotmail.com>
1 parent 528cc44 commit 55500b9

File tree

2 files changed

+15
-26
lines changed

2 files changed

+15
-26
lines changed

locale/th/LC_MESSAGES/sqlparser.mo

1.7 KB
Binary file not shown.

locale/th/LC_MESSAGES/sqlparser.po

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ msgstr ""
44
"Project-Id-Version: SQL parser 0\n"
55
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
66
"POT-Creation-Date: 2017-08-21 12:54+0200\n"
7-
"PO-Revision-Date: 2018-08-17 10:42+0000\n"
8-
"Last-Translator: Anusuk Sangubon <jaideejung007@gmail.com>\n"
7+
"PO-Revision-Date: 2019-07-19 00:04+0000\n"
8+
"Last-Translator: Kongfa Warorot <gongpha@hotmail.com>\n"
99
"Language-Team: Thai <https://hosted.weblate.org/projects/phpmyadmin/"
1010
"sql-parser/th/>\n"
1111
"Language: th\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
1515
"Plural-Forms: nplurals=1; plural=0;\n"
16-
"X-Generator: Weblate 3.2-dev\n"
16+
"X-Generator: Weblate 3.8-dev\n"
1717

1818
#: src/Component.php:43 src/Component.php:63
1919
msgid "Not implemented yet."
@@ -170,59 +170,48 @@ msgstr "ไม่มีข้อมูลเข้าออกได้เริ
170170
#: src/Statements/LoadStatement.php:291 src/Statements/LoadStatement.php:310
171171
#: src/Statements/ReplaceStatement.php:190
172172
msgid "Unexpected token."
173-
msgstr ""
173+
msgstr "โทเค็นที่ไม่ได้คาดหวังไว้"
174174

175175
#: src/Statement.php:306
176176
msgid "This type of clause was previously parsed."
177-
msgstr ""
177+
msgstr "ชนิดของประโยคนี้ถูกวิเคราะห์มาแล้วก่อนหน้านี้"
178178

179179
#: src/Statement.php:366
180180
msgid "Unrecognized keyword."
181-
msgstr ""
181+
msgstr "ไม่รู้จักชนิดของคีย์เวิร์ด"
182182

183183
#: src/Statement.php:377
184-
#, fuzzy
185-
#| msgid "Unexpected beginning of statement."
186184
msgid "Keyword at end of statement."
187-
msgstr "ไม่อาจคาดเดาจุดเริ่มต้นของประพจน์"
185+
msgstr "คีย์เวิร์ดในตอนท้ายของคำสั่ง"
188186

189187
#: src/Statement.php:503
190-
#, fuzzy
191-
#| msgid "At Beginning of Table"
192188
msgid "Unexpected ordering of clauses."
193-
msgstr "ที่จุดเริ่มต้นของตาราง"
189+
msgstr "การเรียงของประโยคที่ไม่ได้คาดหวังไว้"
194190

195191
#: src/Statements/CreateStatement.php:375
196192
msgid "The name of the entity was expected."
197-
msgstr ""
193+
msgstr "ชื่อเอนทิติได้รับการคาดหวัง"
198194

199195
#: src/Statements/CreateStatement.php:430
200-
#, fuzzy
201196
msgid "A table name was expected."
202-
msgstr "รูปแบบของชื่อไฟล์"
197+
msgstr "ชื่อตารางได้รับการคาดหวัง"
203198

204199
#: src/Statements/CreateStatement.php:438
205-
#, fuzzy
206-
#| msgid "The row has been deleted."
207200
msgid "At least one column definition was expected."
208-
msgstr "ลบเรียบร้อยแล้ว"
201+
msgstr "การกำหนดคอลัมน์อย่างน้อยหนึ่งคอลัมน์ได้รับการคาดหวัง"
209202

210203
#: src/Statements/CreateStatement.php:550
211204
msgid "A \"RETURNS\" keyword was expected."
212-
msgstr ""
205+
msgstr "คีย์เวิร์ด \"RETURNS\" ได้รับการคาดหวัง"
213206

214207
#: src/Statements/DeleteStatement.php:314
215208
msgid "This type of clause is not valid in Multi-table queries."
216-
msgstr ""
209+
msgstr "ประโยคชนิดนี้ไม่ถูกต้องในการเรียกใช้แบบหลายตาราง"
217210

218211
#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:58
219-
#, fuzzy
220-
#| msgid "Error"
221212
msgid "error #1"
222-
msgstr "ผิดพลาด"
213+
msgstr "ผิดพลาด #1"
223214

224215
#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
225-
#, fuzzy
226-
#| msgid "Gather errors"
227216
msgid "strict error"
228-
msgstr "รวบรวมข้อผิดพลาด"
217+
msgstr "ข้อผิดพลาดที่ครัดเคร้ง"

0 commit comments

Comments
 (0)