@@ -4,48 +4,47 @@ msgstr ""
4
4
"Project-Id-Version : SQL parser 5\n "
5
5
"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
6
6
"POT-Creation-Date : 2020-03-20 21:01+0100\n "
7
- "PO-Revision-Date : 2015-10-15 11:29+0200 \n "
8
- "Last-Translator : Michal Čihař <michal@cihar .com>\n "
9
- "Language-Team : Hindi <https://hosted.weblate.org/projects/phpmyadmin/master/ "
10
- "hi/>\n "
7
+ "PO-Revision-Date : 2020-08-21 12:50+0000 \n "
8
+ "Last-Translator : sanjukumarverma <vsanjukumar@gmail .com>\n "
9
+ "Language-Team : Hindi <https://hosted.weblate.org/projects/phpmyadmin/ "
10
+ "sql-parser/ hi/>\n "
11
11
"Language : hi\n "
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
15
15
"Plural-Forms : nplurals=2; plural=n != 1;\n "
16
- "X-Generator : Weblate 2.5 -dev\n "
16
+ "X-Generator : Weblate 4.2.1 -dev\n "
17
17
18
18
#: src/Component.php:41 src/Component.php:61
19
19
msgid "Not implemented yet."
20
- msgstr ""
20
+ msgstr "अभी लागू नहीं किया गया। "
21
21
22
22
#: src/Components/AlterOperation.php:278 src/Statement.php:351
23
23
msgid ""
24
24
"A new statement was found, but no delimiter between it and the previous one."
25
25
msgstr ""
26
+ "एक नया कथन मिला, परंतु पूर्व कथन और नए कथन के बीच कोई सीमांकक नहीं मिला।"
26
27
27
28
#: src/Components/AlterOperation.php:290
28
29
msgid "Missing comma before start of a new alter operation."
29
- msgstr ""
30
+ msgstr "नए बदलाव संक्रिया के आरंभ में अल्प विराम नही है। "
30
31
31
32
#: src/Components/AlterOperation.php:302
32
- #, fuzzy
33
- #| msgid "Iconic table operations"
34
33
msgid "Unrecognized alter operation."
35
- msgstr "चिह्न टेबल ऑपरेटरों "
34
+ msgstr "अमान्य बदलाव संक्रिया। "
36
35
37
36
#: src/Components/Array2d.php:86
38
37
#, php-format
39
38
msgid "%1$d values were expected, but found %2$d."
40
- msgstr ""
39
+ msgstr "%1$d आपेक्षित था परन्तु %2$d मिला। "
41
40
42
41
#: src/Components/Array2d.php:110
43
42
msgid "An opening bracket followed by a set of values was expected."
44
43
msgstr ""
45
44
46
45
#: src/Components/ArrayObj.php:112 src/Components/CreateDefinition.php:230
47
46
msgid "An opening bracket was expected."
48
- msgstr ""
47
+ msgstr "एक खुला कोष्ठक आपेक्षित था। "
49
48
50
49
#: src/Components/CaseExpression.php:136 src/Components/CaseExpression.php:164
51
50
#: src/Components/CaseExpression.php:177 src/Components/CaseExpression.php:191
@@ -62,11 +61,11 @@ msgstr ""
62
61
#: src/Statements/LockStatement.php:86 src/Statements/ReplaceStatement.php:155
63
62
#: src/Statements/ReplaceStatement.php:183
64
63
msgid "Unexpected keyword."
65
- msgstr ""
64
+ msgstr "अनापेक्षित बीजशब्द। "
66
65
67
66
#: src/Components/CaseExpression.php:200
68
67
msgid "Unexpected end of CASE expression"
69
- msgstr ""
68
+ msgstr "CASE वाक्यांश का अनापेक्षित अंत "
70
69
71
70
#: src/Components/CaseExpression.php:225
72
71
msgid "Potential duplicate alias of CASE expression."
@@ -94,30 +93,24 @@ msgid ""
94
93
msgstr ""
95
94
96
95
#: src/Components/CreateDefinition.php:266
97
- #, fuzzy
98
- #| msgid "Table name template"
99
96
msgid "A symbol name was expected!"
100
- msgstr "टेबल नाम टेम्पलेट "
97
+ msgstr "एक प्रतीक नाम आपेक्षित था! "
101
98
102
99
#: src/Components/CreateDefinition.php:301
103
- #, fuzzy
104
- #| msgid "No databases selected."
105
100
msgid "A comma or a closing bracket was expected."
106
- msgstr "कोइ डाटाबेस नहीं चुना गया है ।"
101
+ msgstr "एक अल्पविराम या एक समापन कोष्ठक अपेक्षित था ।"
107
102
108
103
#: src/Components/CreateDefinition.php:317
109
104
msgid "A closing bracket was expected."
110
- msgstr ""
105
+ msgstr "एक समापन कोष्ठक अपेक्षित था। "
111
106
112
107
#: src/Components/DataType.php:130
113
108
msgid "Unrecognized data type."
114
- msgstr ""
109
+ msgstr "आंकड़े का अमान्य प्रकार। "
115
110
116
111
#: src/Components/ExpressionArray.php:101
117
- #, fuzzy
118
- #| msgid "No rows selected"
119
112
msgid "An expression was expected."
120
- msgstr "कोई पंक्ति चयनित नहीं "
113
+ msgstr "एक वाक्यांश अपेक्षित था। "
121
114
122
115
#: src/Components/Expression.php:258 src/Components/Expression.php:420
123
116
#, fuzzy
@@ -127,7 +120,7 @@ msgstr "कोइ डाटाबेस नहीं चुना गया ह
127
120
128
121
#: src/Components/Expression.php:387
129
122
msgid "Unexpected dot."
130
- msgstr ""
123
+ msgstr "अनापेक्षित बिंदु। "
131
124
132
125
#: src/Components/IndexHint.php:137 src/Components/IndexHint.php:166
133
126
#: src/Components/LockExpression.php:159 src/Components/SetOperation.php:138
@@ -141,23 +134,19 @@ msgstr ""
141
134
#: src/Statements/PurgeStatement.php:139
142
135
#: src/Statements/ReplaceStatement.php:192
143
136
msgid "Unexpected token."
144
- msgstr ""
137
+ msgstr "अनापेक्षित टोकन। "
145
138
146
139
#: src/Components/Limit.php:80 src/Components/Limit.php:108
147
140
msgid "An offset was expected."
148
- msgstr ""
141
+ msgstr "एक सीमांक अपेक्षित था। "
149
142
150
143
#: src/Components/LockExpression.php:91
151
- #, fuzzy
152
- #| msgid "At Beginning of Table"
153
144
msgid "Unexpected end of LOCK expression."
154
- msgstr "टेबल के शुरू में "
145
+ msgstr "LOCK वाक्यांश का अनापेक्षित अंत। "
155
146
156
147
#: src/Components/LockExpression.php:199
157
- #, fuzzy
158
- #| msgid "At Beginning of Table"
159
148
msgid "Unexpected end of Lock expression."
160
- msgstr "टेबल के शुरू में "
149
+ msgstr "Lock वाक्यांश का अनापेक्षित अंत "
161
150
162
151
#: src/Components/OptionsArray.php:145
163
152
#, php-format
@@ -209,24 +198,20 @@ msgid "Ending quote %1$s was expected."
209
198
msgstr "%1$s टेबल बना दिया गया है"
210
199
211
200
#: src/Lexer.php:955
212
- #, fuzzy
213
- #| msgid "Table name template"
214
201
msgid "Variable name was expected."
215
- msgstr "टेबल ना�� टेम्पलेट "
202
+ msgstr "चर नाम अपेक्षित। "
216
203
217
204
#: src/Parser.php:451
218
- #, fuzzy
219
- #| msgid "At Beginning of Table"
220
205
msgid "Unexpected beginning of statement."
221
- msgstr "टेबल के शुरू में "
206
+ msgstr "कथन का अनापेक्षित आरंभ। "
222
207
223
208
#: src/Parser.php:476
224
209
msgid "Unrecognized statement type."
225
- msgstr ""
210
+ msgstr "अमान्य कथन प्रकार। "
226
211
227
212
#: src/Parser.php:565
228
213
msgid "No transaction was previously started."
229
- msgstr ""
214
+ msgstr "पूर्व में कोई अंतरण आरंभ नहीं किया गया था। "
230
215
231
216
#: src/Statement.php:318
232
217
msgid "This type of clause was previously parsed."
0 commit comments