Skip to content

Commit a404e85

Browse files
srifqiweblate
authored andcommitted
Translated using Weblate (Indonesian)
Currently translated at 100.0% (44 of 44 strings) [CI skip]
1 parent dd009ac commit a404e85

2 files changed

Lines changed: 52 additions & 111 deletions

File tree

locale/id/LC_MESSAGES/sqlparser.mo

3.51 KB
Binary file not shown.

locale/id/LC_MESSAGES/sqlparser.po

Lines changed: 52 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,46 @@ msgstr ""
44
"Project-Id-Version: SQL parser 0\n"
55
"Report-Msgid-Bugs-To: [email protected]\n"
66
"POT-Creation-Date: 2017-08-21 12:54+0200\n"
7-
"PO-Revision-Date: 2017-09-03 16:46+0000\n"
8-
"Last-Translator: Eurecode <[email protected]>\n"
9-
"Language-Team: Indonesian <https://hosted.weblate.org/projects/phpmyadmin"
10-
"/sql-parser/id/>\n"
7+
"PO-Revision-Date: 2019-03-11 15:03+0000\n"
8+
"Last-Translator: Muhammad Rifqi Priyo Susanto "
9+
10+
"Language-Team: Indonesian <https://hosted.weblate.org/projects/phpmyadmin/"
11+
"sql-parser/id/>\n"
1112
"Language: id\n"
1213
"MIME-Version: 1.0\n"
1314
"Content-Type: text/plain; charset=UTF-8\n"
1415
"Content-Transfer-Encoding: 8bit\n"
1516
"Plural-Forms: nplurals=1; plural=0;\n"
16-
"X-Generator: Weblate 2.17-dev\n"
17+
"X-Generator: Weblate 3.5.1\n"
1718
"X-Poedit-Basepath: ../../..\n"
1819

1920
#: src/Component.php:43 src/Component.php:63
2021
msgid "Not implemented yet."
2122
msgstr "Belum diimplementasikan."
2223

2324
#: src/Components/AlterOperation.php:241 src/Statement.php:334
24-
#, fuzzy
2525
msgid ""
2626
"A new statement was found, but no delimiter between it and the previous one."
2727
msgstr ""
28-
"Sebuah pernyataan baru ditemukan, tetapi tidak ada pembatas antara itu dan "
28+
"Suatu pernyataan baru ditemukan, tetapi tanpa pembatas antara itu dan "
2929
"sebelumnya."
3030

3131
#: src/Components/AlterOperation.php:253
32-
#, fuzzy
33-
#| msgid "Iconic table operations"
3432
msgid "Unrecognized alter operation."
35-
msgstr "Operasi tabel dengan ikon"
33+
msgstr "Operasi ubah tabel (alter) tak dikenal."
3634

3735
#: src/Components/Array2d.php:88
38-
#, fuzzy, php-format
36+
#, php-format
3937
msgid "%1$d values were expected, but found %2$d."
40-
msgstr "%1$d nilai yang diharapkan, tapi ditemukan %2$d."
38+
msgstr "Nilai %1$d diharapkan. Namun, ditemukan %2$d."
4139

4240
#: src/Components/Array2d.php:111
43-
#, fuzzy
4441
msgid "An opening bracket followed by a set of values was expected."
45-
msgstr "Braket pembukaan diikuti oleh seperangkat nilai-nilai yang diharapkan."
42+
msgstr "Sebuah kurung buka yang diikuti oleh nilai-nilai diharapkan."
4643

4744
#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201
48-
#, fuzzy
4945
msgid "An opening bracket was expected."
50-
msgstr "Braket pembukaan diharapkan."
46+
msgstr "Sebuah kurung buka diharapkan."
5147

5248
#: src/Components/CaseExpression.php:135 src/Components/CaseExpression.php:164
5349
#: src/Components/CaseExpression.php:176 src/Components/CaseExpression.php:190
@@ -61,220 +57,165 @@ msgstr "Braket pembukaan diharapkan."
6157
#: src/Statements/InsertStatement.php:217 src/Statements/LoadStatement.php:258
6258
#: src/Statements/ReplaceStatement.php:155
6359
#: src/Statements/ReplaceStatement.php:182
64-
#, fuzzy
65-
#| msgid "Unexpected characters on line %s."
6660
msgid "Unexpected keyword."
67-
msgstr "Karakter tidak diharapkan pada baris %s."
61+
msgstr "Kata kunci tak terduga."
6862

6963
#: src/Components/CaseExpression.php:199
70-
#, fuzzy
7164
msgid "Unexpected end of CASE expression"
72-
msgstr "Akhir tak terduga dari ekspresi CASE"
65+
msgstr "Akhir operasi CASE tak terduga"
7366

7467
#: src/Components/CreateDefinition.php:223
75-
#, fuzzy
7668
msgid ""
7769
"A symbol name was expected! A reserved keyword can not be used as a column "
7870
"name without backquotes."
7971
msgstr ""
80-
"Ada sebuah simbol yang menghilang! Kata kunci dasar tidak dapat digunakan "
81-
"sebagai nama field tanpa tanda kutip."
72+
"Sebuah nama simbol diharapkan! Kata kunci yang telah diatur tidak dapat "
73+
"digunakan sebagai nama kolom tanpa tanda kutip."
8274

8375
#: src/Components/CreateDefinition.php:237
84-
#, fuzzy
85-
#| msgid "Table name template"
8676
msgid "A symbol name was expected!"
87-
msgstr "Templat nama tabel"
77+
msgstr "Sebuah nama simbol diharapkan!"
8878

8979
#: src/Components/CreateDefinition.php:270
90-
#, fuzzy
91-
#| msgid "No tables selected."
9280
msgid "A comma or a closing bracket was expected."
93-
msgstr "Tabel belum dipilih."
81+
msgstr "Sebuah koma atau kurung tutup diharapkan."
9482

9583
#: src/Components/CreateDefinition.php:286
96-
#, fuzzy
9784
msgid "A closing bracket was expected."
98-
msgstr "Sebuah braket penutupan diharapkan."
85+
msgstr "Sebuah kurung tutup diharapkan."
9986

10087
#: src/Components/DataType.php:123
101-
#, fuzzy
10288
msgid "Unrecognized data type."
103-
msgstr "tipe data yang belum diakui."
89+
msgstr "Tipe data tak dikenal."
10490

10591
#: src/Components/Expression.php:244 src/Components/Expression.php:394
106-
#, fuzzy
107-
#| msgid "No tables selected."
10892
msgid "An alias was expected."
109-
msgstr "Tabel belum dipilih."
93+
msgstr "Sebuah alias diharapkan."
11094

11195
#: src/Components/Expression.php:332 src/Components/Expression.php:351
11296
#: src/Components/Expression.php:383
11397
msgid "An alias was previously found."
114-
msgstr "sebuah alias sudah ditemukan sebelumnya."
98+
msgstr "Sebuah alias telah ditemukan sebelumnya."
11599

116100
#: src/Components/Expression.php:364
117101
msgid "Unexpected dot."
118-
msgstr "dot tak terduga."
102+
msgstr "Titik tak terduga."
119103

120104
#: src/Components/ExpressionArray.php:102
121-
#, fuzzy
122-
#| msgid "No rows selected"
123105
msgid "An expression was expected."
124-
msgstr "Tidak ada baris yang dipilih"
106+
msgstr "Sebuah perintah (expression) diharapkan."
125107

126108
#: src/Components/Limit.php:86 src/Components/Limit.php:108
127-
#, fuzzy
128109
msgid "An offset was expected."
129-
msgstr "Offset diharapkan."
110+
msgstr "Suatu pergeseran (offset) diharapkan."
130111

131112
#: src/Components/OptionsArray.php:143
132113
#, php-format
133114
msgid "This option conflicts with \"%1$s\"."
134-
msgstr "Pilihan ini konflik dengan \"%1$s\"."
115+
msgstr "Pilihan ini bertentangan dengan \"%1$s\"."
135116

136117
#: src/Components/RenameOperation.php:109
137-
#, fuzzy
138-
#| msgid "The number of tables that are open."
139118
msgid "The old name of the table was expected."
140-
msgstr "Jumlah tabel yang terbuka."
119+
msgstr "Nama lama tabel diharapkan."
141120

142121
#: src/Components/RenameOperation.php:119
143-
#, fuzzy
144122
msgid "Keyword \"TO\" was expected."
145-
msgstr "Kata kunci \"TO\" yang diharapkan."
123+
msgstr "Kata kunci \"TO\" diharapkan."
146124

147125
#: src/Components/RenameOperation.php:135
148-
#, fuzzy
149-
#| msgid "The number of tables that are open."
150126
msgid "The new name of the table was expected."
151-
msgstr "Jumlah tabel yang terbuka."
127+
msgstr "Nama baru tabel diharapkan."
152128

153129
#: src/Components/RenameOperation.php:153
154-
#, fuzzy
155-
#| msgid "The row has been deleted."
156130
msgid "A rename operation was expected."
157-
msgstr "Baris telah dihapus."
131+
msgstr "Sebuah operasi ganti nama diharapkan."
158132

159133
#: src/Components/SetOperation.php:117
160-
#, fuzzy
161-
#| msgid "as regular expression"
162134
msgid "Missing expression."
163-
msgstr "persamaan reguler"
135+
msgstr "Perintah (expression) hilang."
164136

165137
#: src/Lexer.php:237
166-
#, fuzzy
167-
#| msgid "Unexpected characters on line %s."
168138
msgid "Unexpected character."
169-
msgstr "Karakter tidak diharapkan pada baris %s."
139+
msgstr "Karakter tak terduga."
170140

171141
#: src/Lexer.php:278
172-
#, fuzzy
173142
msgid "Expected whitespace(s) before delimiter."
174-
msgstr "Diharapkan spasi sebelum pembatas."
143+
msgstr "Mengharapkan spasi sebelum pembatas."
175144

176145
#: src/Lexer.php:296 src/Lexer.php:314
177-
#, fuzzy
178146
msgid "Expected delimiter."
179-
msgstr "Diharapkan pembatas."
147+
msgstr "Mengharapkan pembatas."
180148

181149
#: src/Lexer.php:843
182-
#, fuzzy, php-format
183-
#| msgid "Event %1$s has been created."
150+
#, php-format
184151
msgid "Ending quote %1$s was expected."
185-
msgstr "Event %1$s telah dibuat."
152+
msgstr "Petik akhir %1$s diharapkan."
186153

187154
#: src/Lexer.php:884
188-
#, fuzzy
189-
#| msgid "Table name template"
190155
msgid "Variable name was expected."
191-
msgstr "Templat nama tabel"
156+
msgstr "Nama variabel diharapkan."
192157

193158
#: src/Parser.php:423
194-
#, fuzzy
195-
#| msgid "At Beginning of Table"
196159
msgid "Unexpected beginning of statement."
197-
msgstr "Pada Awal Tabel"
160+
msgstr "Awal pernyataan tak terduga."
198161

199162
#: src/Parser.php:442
200-
#, fuzzy
201163
msgid "Unrecognized statement type."
202-
msgstr "Belum diakui jenis pernyataan."
164+
msgstr "Jenis pernyataan tak dikenal."
203165

204166
#: src/Parser.php:527
205-
#, fuzzy
206167
msgid "No transaction was previously started."
207-
msgstr "Tidak ada transaksi sebelumnya dimulai."
168+
msgstr "Tidak ada transaksi yang dimulai sebelumnya."
208169

209170
#: src/Statement.php:242 src/Statements/DeleteStatement.php:254
210171
#: src/Statements/DeleteStatement.php:306
211172
#: src/Statements/InsertStatement.php:226
212173
#: src/Statements/InsertStatement.php:246 src/Statements/LoadStatement.php:261
213174
#: src/Statements/LoadStatement.php:291 src/Statements/LoadStatement.php:310
214175
#: src/Statements/ReplaceStatement.php:190
215-
#, fuzzy
216-
#| msgid "Unexpected characters on line %s."
217176
msgid "Unexpected token."
218-
msgstr "Karakter tidak diharapkan pada baris %s."
177+
msgstr "Token tak terduga."
219178

220179
#: src/Statement.php:306
221-
#, fuzzy
222180
msgid "This type of clause was previously parsed."
223-
msgstr "Jenis klausa sebelumnya diurai."
181+
msgstr "Jenis klausa ini telah diurai sebelumnya."
224182

225183
#: src/Statement.php:366
226-
#, fuzzy
227184
msgid "Unrecognized keyword."
228-
msgstr "kata kunci yang belum diakui."
185+
msgstr "Kata kunci tak dikenal."
229186

230187
#: src/Statement.php:377
231-
#, fuzzy
232-
#| msgid "At Beginning of Table"
233188
msgid "Keyword at end of statement."
234-
msgstr "Pada Awal Tabel"
189+
msgstr "Kata kunci pada akhir pernyataan."
235190

236191
#: src/Statement.php:503
237-
#, fuzzy
238-
#| msgid "At Beginning of Table"
239192
msgid "Unexpected ordering of clauses."
240-
msgstr "Pada Awal Tabel"
193+
msgstr "Pengurutan klausa tak terduga."
241194

242195
#: src/Statements/CreateStatement.php:375
243-
#, fuzzy
244-
#| msgid "The number of tables that are open."
245196
msgid "The name of the entity was expected."
246-
msgstr "Jumlah tabel yang terbuka."
197+
msgstr "Nama entitas diharapkan."
247198

248199
#: src/Statements/CreateStatement.php:430
249-
#, fuzzy
250-
#| msgid "Table name template"
251200
msgid "A table name was expected."
252-
msgstr "Templat nama tabel"
201+
msgstr "Sebuah nama tabel diharapkan."
253202

254203
#: src/Statements/CreateStatement.php:438
255-
#, fuzzy
256-
#| msgid "The row has been deleted."
257204
msgid "At least one column definition was expected."
258-
msgstr "Baris telah dihapus."
205+
msgstr "Setidaknya satu definisi kolom diharapkan."
259206

260207
#: src/Statements/CreateStatement.php:550
261-
#, fuzzy
262208
msgid "A \"RETURNS\" keyword was expected."
263-
msgstr "kunci \"RETURN\" yang Belum Diakui."
209+
msgstr "Sebuah kata kunci \"RETURNS\" diharapkan."
264210

265211
#: src/Statements/DeleteStatement.php:314
266-
#, fuzzy
267212
msgid "This type of clause is not valid in Multi-table queries."
268-
msgstr "Jenis klausa sebelumnya diurai."
213+
msgstr "Jenis klausa ini tidak sah dalam kueri multitabel."
269214

270215
#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:58
271-
#, fuzzy
272-
#| msgid "errors."
273216
msgid "error #1"
274-
msgstr "galat."
217+
msgstr "galat #1"
275218

276219
#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
277-
#, fuzzy
278-
#| msgid "Gather errors"
279220
msgid "strict error"
280-
msgstr "Kumpulkan galat"
221+
msgstr "galat ketat"

0 commit comments

Comments
 (0)