@@ -8,43 +8,49 @@ msgstr ""
8
8
"Project-Id-Version : SQL parser 5\n "
9
9
"
Report-Msgid-Bugs-To :
[email protected] \n"
10
10
"POT-Creation-Date : 2023-02-26 22:46+0100\n "
11
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
12
- "Last-Translator : Automatically generated\n "
13
- "Language-Team : none\n "
11
+ "PO-Revision-Date : 2023-11-11 17:57+0000\n "
12
+ "
Last-Translator :
John Adrian Salitico <[email protected] >\n "
13
+ "Language-Team : Filipino <https://hosted.weblate.org/projects/phpmyadmin/ "
14
+ "sql-parser/fil/>\n "
14
15
"Language : fil\n "
15
16
"MIME-Version : 1.0\n "
16
17
"Content-Type : text/plain; charset=UTF-8\n "
17
18
"Content-Transfer-Encoding : 8bit\n "
19
+ "Plural-Forms : nplurals=2; plural=n != 1 && n != 2 && n != 3 && (n % 10 == 4 "
20
+ "|| n % 10 == 6 || n % 10 == 9);\n "
21
+ "X-Generator : Weblate 5.2-dev\n "
18
22
19
23
#: src/Component.php:39 src/Component.php:59
20
24
msgid "Not implemented yet."
21
- msgstr ""
25
+ msgstr "Hindi pa ipinatutupad. "
22
26
23
27
#: src/Components/AlterOperation.php:415 src/Statement.php:359
24
28
msgid ""
25
29
"A new statement was found, but no delimiter between it and the previous one."
26
30
msgstr ""
31
+ "May nakitang bagong pahayag, ngunit walang delimiter sa pagitan nito at ng "
32
+ "nauna."
27
33
28
34
#: src/Components/AlterOperation.php:427
29
35
msgid "Missing comma before start of a new alter operation."
30
- msgstr ""
36
+ msgstr "Nawawalang comma bago mag start ang bagong alter operation. "
31
37
32
38
#: src/Components/AlterOperation.php:472
33
39
msgid "Unrecognized alter operation."
34
- msgstr ""
40
+ msgstr "Hindi narerecognized na alter operation. "
35
41
36
42
#: src/Components/Array2d.php:88
37
43
#, php-format
38
44
msgid "%1$d values were expected, but found %2$d."
39
- msgstr ""
45
+ msgstr "%1$d values ay expected, subalit nahanap ay %2$d. "
40
46
41
47
#: src/Components/Array2d.php:108
42
48
msgid "An opening bracket followed by a set of values was expected."
43
- msgstr ""
49
+ msgstr "Ang pagbubukas ng bracket sumunod ang set of values ay expected. "
44
50
45
51
#: src/Components/ArrayObj.php:106 src/Components/CreateDefinition.php:233
46
52
msgid "An opening bracket was expected."
47
- msgstr ""
53
+ msgstr "Ang opening bracket ay expected. "
48
54
49
55
#: src/Components/CaseExpression.php:133 src/Components/CaseExpression.php:161
50
56
#: src/Components/CaseExpression.php:172 src/Components/CaseExpression.php:184
@@ -61,62 +67,64 @@ msgstr ""
61
67
#: src/Statements/LockStatement.php:85 src/Statements/ReplaceStatement.php:149
62
68
#: src/Statements/ReplaceStatement.php:178
63
69
msgid "Unexpected keyword."
64
- msgstr ""
70
+ msgstr "Hindi expected na keyword. "
65
71
66
72
#: src/Components/CaseExpression.php:192
67
73
msgid "Unexpected end of CASE expression"
68
- msgstr ""
74
+ msgstr "Hindi expected end ng CASE expression "
69
75
70
76
#: src/Components/CaseExpression.php:212
71
77
msgid "Potential duplicate alias of CASE expression."
72
- msgstr ""
78
+ msgstr "Potential na duplicate alias ng CASE expression. "
73
79
74
80
#: src/Components/CaseExpression.php:225
75
81
msgid "An alias expected after AS but got "
76
- msgstr ""
82
+ msgstr "Ang alias ay expected pagkatapos ng AS subalit ang nakuha ay. "
77
83
78
84
#: src/Components/CaseExpression.php:238 src/Components/Expression.php:352
79
85
#: src/Components/Expression.php:372 src/Components/Expression.php:424
80
86
msgid "An alias was previously found."
81
- msgstr ""
87
+ msgstr "Ang alias na previously found. "
82
88
83
89
#: src/Components/CaseExpression.php:252
84
90
msgid "An alias was expected after AS."
85
- msgstr ""
91
+ msgstr "Ang alias na expected pagkatapos ng AS. "
86
92
87
93
#: src/Components/CreateDefinition.php:255
88
94
msgid ""
89
95
"A symbol name was expected! A reserved keyword can not be used as a column "
90
96
"name without backquotes."
91
97
msgstr ""
98
+ "Ang symbol name ay expected! Ang reserved keyword ay hindi pweding gamitin "
99
+ "as a column na pangalan ng walang backquotes."
92
100
93
101
#: src/Components/CreateDefinition.php:268
94
102
msgid "A symbol name was expected!"
95
- msgstr ""
103
+ msgstr "Ang symbol name ay expected! "
96
104
97
105
#: src/Components/CreateDefinition.php:300
98
106
msgid "A comma or a closing bracket was expected."
99
- msgstr ""
107
+ msgstr "Ang comma o ang closing bracket ay expected. "
100
108
101
109
#: src/Components/CreateDefinition.php:313 src/Statements/WithStatement.php:328
102
110
msgid "A closing bracket was expected."
103
- msgstr ""
111
+ msgstr "Ang closing bracket ay expected. "
104
112
105
113
#: src/Components/DataType.php:130
106
114
msgid "Unrecognized data type."
107
- msgstr ""
115
+ msgstr "Unrecognized na uri ng data. "
108
116
109
117
#: src/Components/ExpressionArray.php:106 src/Statements/WithStatement.php:197
110
118
msgid "An expression was expected."
111
- msgstr ""
119
+ msgstr "Ang expression ay expected. "
112
120
113
121
#: src/Components/Expression.php:257 src/Components/Expression.php:435
114
122
msgid "An alias was expected."
115
- msgstr ""
123
+ msgstr "Ang alias ay expected. "
116
124
117
125
#: src/Components/Expression.php:403
118
126
msgid "Unexpected dot."
119
- msgstr ""
127
+ msgstr "Unexpected ang dot. "
120
128
121
129
#: src/Components/IndexHint.php:140 src/Components/IndexHint.php:170
122
130
#: src/Components/Key.php:259 src/Components/LockExpression.php:161
@@ -132,130 +140,130 @@ msgstr ""
132
140
#: src/Statements/PurgeStatement.php:140
133
141
#: src/Statements/ReplaceStatement.php:163 src/Statements/WithStatement.php:132
134
142
msgid "Unexpected token."
135
- msgstr ""
143
+ msgstr "Unexpected na token. "
136
144
137
145
#: src/Components/Limit.php:78 src/Components/Limit.php:105
138
146
msgid "An offset was expected."
139
- msgstr ""
147
+ msgstr "Ang offset ay expected. "
140
148
141
149
#: src/Components/LockExpression.php:91 src/Components/LockExpression.php:201
142
150
msgid "Unexpected end of LOCK expression."
143
- msgstr ""
151
+ msgstr "Unexpected end ng LOCK expression. "
144
152
145
153
#: src/Components/OptionsArray.php:146
146
154
#, php-format
147
155
msgid "This option conflicts with \" %1$s\" ."
148
- msgstr ""
156
+ msgstr "Itong option ay nag kaka conflict sa \" %1$s \" . "
149
157
150
158
#: src/Components/RenameOperation.php:103
151
159
msgid "The old name of the table was expected."
152
- msgstr ""
160
+ msgstr "Ang lumang pangalan ng table ay expected. "
153
161
154
162
#: src/Components/RenameOperation.php:109
155
163
msgid "Keyword \" TO\" was expected."
156
- msgstr ""
164
+ msgstr "Keyword \" TO \" ay expected. "
157
165
158
166
#: src/Components/RenameOperation.php:124
159
167
msgid "The new name of the table was expected."
160
- msgstr ""
168
+ msgstr "Ang bagong pangalan ng table ay expected. "
161
169
162
170
#: src/Components/RenameOperation.php:140
163
171
msgid "A rename operation was expected."
164
- msgstr ""
172
+ msgstr "Ang pagpalit ng pangalan ay expected. "
165
173
166
174
#: src/Components/SetOperation.php:121
167
175
msgid "Missing expression."
168
- msgstr ""
176
+ msgstr "Nawawala ang expression. "
169
177
170
178
#: src/Lexer.php:274
171
179
msgid "Unexpected character."
172
- msgstr ""
180
+ msgstr "Unexpected na character. "
173
181
174
182
#: src/Lexer.php:313
175
183
msgid "Expected whitespace(s) before delimiter."
176
- msgstr ""
184
+ msgstr "Expected ang whitespace(s) bago ang delimiter. "
177
185
178
186
#: src/Lexer.php:329 src/Lexer.php:348
179
187
msgid "Expected delimiter."
180
- msgstr ""
188
+ msgstr "Expected ang delimiter. "
181
189
182
190
#: src/Lexer.php:1004
183
191
#, php-format
184
192
msgid "Ending quote %1$s was expected."
185
- msgstr ""
193
+ msgstr "Ending quote %1$s ay expected. "
186
194
187
195
#: src/Lexer.php:1056
188
196
msgid "Variable name was expected."
189
- msgstr ""
197
+ msgstr "Variable name ay expected. "
190
198
191
199
#: src/Parser.php:456
192
200
msgid "Unexpected beginning of statement."
193
- msgstr ""
201
+ msgstr "Unexpected na beginning ng statement. "
194
202
195
203
#: src/Parser.php:499
196
204
msgid "Unrecognized statement type."
197
- msgstr ""
205
+ msgstr "Unrecognized ang statement type. "
198
206
199
207
#: src/Parser.php:587
200
208
msgid "No transaction was previously started."
201
- msgstr ""
209
+ msgstr "Walang transaction na sinumulan previously. "
202
210
203
211
#: src/Statement.php:327
204
212
msgid "This type of clause was previously parsed."
205
- msgstr ""
213
+ msgstr "Itong type clause na ito was previously parsed. "
206
214
207
215
#: src/Statement.php:398
208
216
msgid "Unrecognized keyword."
209
- msgstr ""
217
+ msgstr "Unrecognized na keyword. "
210
218
211
219
#: src/Statement.php:409
212
220
msgid "Keyword at end of statement."
213
- msgstr ""
221
+ msgstr "Keyword sa dulo ng statemenet. "
214
222
215
223
#: src/Statement.php:555
216
224
msgid "Unexpected ordering of clauses."
217
- msgstr ""
225
+ msgstr "Unexpected ordering ng mga clauses. "
218
226
219
227
#: src/Statements/CreateStatement.php:549
220
228
msgid "The name of the entity was expected."
221
- msgstr ""
229
+ msgstr "The name ng entity ay expected. "
222
230
223
231
#: src/Statements/CreateStatement.php:598
224
232
msgid "A table name was expected."
225
- msgstr ""
233
+ msgstr "Ang table name ay expected. "
226
234
227
235
#: src/Statements/CreateStatement.php:603
228
236
msgid "At least one column definition was expected."
229
- msgstr ""
237
+ msgstr "At least isang column definition ay expected. "
230
238
231
239
#: src/Statements/CreateStatement.php:707
232
240
msgid "A \" RETURNS\" keyword was expected."
233
- msgstr ""
241
+ msgstr "A \" RETURNS \" keyword ay expected. "
234
242
235
243
#: src/Statements/DeleteStatement.php:329
236
244
msgid "This type of clause is not valid in Multi-table queries."
237
- msgstr ""
245
+ msgstr "Itong uri ng clause ay hindi valid sa Multi-table queries. "
238
246
239
247
#: src/Statements/LockStatement.php:120
240
248
msgid "Unexpected end of LOCK statement."
241
- msgstr ""
249
+ msgstr "Unexpected end sa LOCK statement. "
242
250
243
251
#: src/Statements/PurgeStatement.php:138
244
252
msgid "Unexpected keyword"
245
- msgstr ""
253
+ msgstr "Unexpected ang keyword "
246
254
247
255
#: src/Statements/WithStatement.php:118
248
256
msgid "The name of the CTE was expected."
249
- msgstr ""
257
+ msgstr "Ang pangalan ng CTE ay expected. "
250
258
251
259
#: src/Statements/WithStatement.php:137
252
260
msgid "AS keyword was expected."
253
- msgstr ""
261
+ msgstr "AS keyword ay expected. "
254
262
255
263
#: src/Statements/WithStatement.php:149
256
264
msgid "Subquery of the CTE was expected."
257
- msgstr ""
265
+ msgstr "Subquery ng CTE ay expected. "
258
266
259
267
#: src/Statements/WithStatement.php:266
260
268
msgid "Unexpected end of the WITH CTE."
261
- msgstr ""
269
+ msgstr "Unexpected end sa WITH CTE. "
0 commit comments