@@ -4,46 +4,50 @@ 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 : 2023-02-26 22:46+0100\n "
7
- "PO-Revision-Date : 2016-01-23 11:11 +0000\n "
8
- "Last-Translator : Arturs Nikolajevs <nikidijs@gmail.com >\n "
7
+ "PO-Revision-Date : 2025-03-12 13:20 +0000\n "
8
+ "Last-Translator: \"ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝)\" <coool@mail.lv >\n"
9
9
"Language-Team : Latvian <https://hosted.weblate.org/projects/phpmyadmin/ "
10
- "master /lv/>\n "
10
+ "sql-parser /lv/>\n "
11
11
"Language : lv\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=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n "
16
- "X-Generator : Weblate 2.5 -dev\n "
16
+ "X-Generator : Weblate 5.10.3 -dev\n "
17
17
18
18
#: src/Component.php:39 src/Component.php:59
19
+ #, fuzzy
19
20
msgid "Not implemented yet."
20
- msgstr ""
21
+ msgstr "Vēl nav īstenots (uzkodēts). "
21
22
22
23
#: src/Components/AlterOperation.php:415 src/Statement.php:359
24
+ #, fuzzy
23
25
msgid ""
24
26
"A new statement was found, but no delimiter between it and the previous one."
25
27
msgstr ""
28
+ "Tika atrasta jauna instrukcija (nosacījums), bet nebija atdalītāja starp "
29
+ "viņu un iepriekšējo."
26
30
27
31
#: src/Components/AlterOperation.php:427
28
32
msgid "Missing comma before start of a new alter operation."
29
- msgstr ""
33
+ msgstr "Trūkst komata pirms jaunas izmaiņas (ALTER) darbības sākšanas. "
30
34
31
35
#: src/Components/AlterOperation.php:472
32
36
msgid "Unrecognized alter operation."
33
- msgstr ""
37
+ msgstr "Neatpazīta izmaiņu (ALTER) darbība. "
34
38
35
39
#: src/Components/Array2d.php:88
36
40
#, php-format
37
41
msgid "%1$d values were expected, but found %2$d."
38
- msgstr ""
42
+ msgstr "Sagaidīja %1$d vērtības, bet atrada %2$d. "
39
43
40
44
#: src/Components/Array2d.php:108
41
45
msgid "An opening bracket followed by a set of values was expected."
42
- msgstr ""
46
+ msgstr "Sagaidīja atverošo iekavu, pēc kuras seko vērtību kopums. "
43
47
44
48
#: src/Components/ArrayObj.php:106 src/Components/CreateDefinition.php:233
45
49
msgid "An opening bracket was expected."
46
- msgstr ""
50
+ msgstr "Sagaidīja atverošo iekavu. "
47
51
48
52
#: src/Components/CaseExpression.php:133 src/Components/CaseExpression.php:161
49
53
#: src/Components/CaseExpression.php:172 src/Components/CaseExpression.php:184
@@ -60,30 +64,29 @@ msgstr ""
60
64
#: src/Statements/LockStatement.php:85 src/Statements/ReplaceStatement.php:149
61
65
#: src/Statements/ReplaceStatement.php:178
62
66
msgid "Unexpected keyword."
63
- msgstr ""
67
+ msgstr "Negaidīts atslēgvārds. "
64
68
65
69
#: src/Components/CaseExpression.php:192
70
+ #, fuzzy
66
71
msgid "Unexpected end of CASE expression"
67
- msgstr ""
72
+ msgstr "Negaidītas CASE izteiksmes (funkcijas) beigas "
68
73
69
74
#: src/Components/CaseExpression.php:212
70
75
msgid "Potential duplicate alias of CASE expression."
71
76
msgstr ""
72
77
73
78
#: src/Components/CaseExpression.php:225
74
79
msgid "An alias expected after AS but got "
75
- msgstr ""
80
+ msgstr "Sagaidīja aizstājvārdu pēc AS, bet saņemts "
76
81
77
82
#: src/Components/CaseExpression.php:238 src/Components/Expression.php:352
78
83
#: src/Components/Expression.php:372 src/Components/Expression.php:424
79
84
msgid "An alias was previously found."
80
85
msgstr ""
81
86
82
87
#: src/Components/CaseExpression.php:252
83
- #, fuzzy
84
- #| msgid "No databases selected."
85
88
msgid "An alias was expected after AS."
86
- msgstr "Datubāze nav izvēlēta ."
89
+ msgstr "Sagaidīja aizstājvārdu pēc AS ."
87
90
88
91
#: src/Components/CreateDefinition.php:255
89
92
msgid ""
@@ -97,34 +100,30 @@ msgid "A symbol name was expected!"
97
100
msgstr "Faila nosaukuma šablons"
98
101
99
102
#: src/Components/CreateDefinition.php:300
100
- #, fuzzy
101
- #| msgid "No databases selected."
102
103
msgid "A comma or a closing bracket was expected."
103
- msgstr "Datubāze nav izvēlēta ."
104
+ msgstr "Sagaidīja komatu vai aizverošo iekavu ."
104
105
105
106
#: src/Components/CreateDefinition.php:313 src/Statements/WithStatement.php:328
106
107
msgid "A closing bracket was expected."
107
- msgstr ""
108
+ msgstr "Sagaidīja aizverošo iekavu. "
108
109
109
110
#: src/Components/DataType.php:130
110
111
msgid "Unrecognized data type."
111
- msgstr ""
112
+ msgstr "Neatpazīts datu tips. "
112
113
113
114
#: src/Components/ExpressionArray.php:106 src/Statements/WithStatement.php:197
114
115
#, fuzzy
115
116
#| msgid "No rows selected"
116
117
msgid "An expression was expected."
117
- msgstr "Rindas nav iezīmētas "
118
+ msgstr "Sagaidīja izteiksmi. "
118
119
119
120
#: src/Components/Expression.php:257 src/Components/Expression.php:435
120
- #, fuzzy
121
- #| msgid "No databases selected."
122
121
msgid "An alias was expected."
123
- msgstr "Datubāze nav izvēlēta ."
122
+ msgstr "Sagaidīja aizstājvārdu ."
124
123
125
124
#: src/Components/Expression.php:403
126
125
msgid "Unexpected dot."
127
- msgstr ""
126
+ msgstr "Negaidīts punkts. "
128
127
129
128
#: src/Components/IndexHint.php:140 src/Components/IndexHint.php:170
130
129
#: src/Components/Key.php:259 src/Components/LockExpression.php:161
@@ -139,12 +138,13 @@ msgstr ""
139
138
#: src/Statements/PurgeStatement.php:106 src/Statements/PurgeStatement.php:119
140
139
#: src/Statements/PurgeStatement.php:140
141
140
#: src/Statements/ReplaceStatement.php:163 src/Statements/WithStatement.php:132
141
+ #, fuzzy
142
142
msgid "Unexpected token."
143
- msgstr ""
143
+ msgstr "Negaidīta marķiera zīme. "
144
144
145
145
#: src/Components/Limit.php:78 src/Components/Limit.php:105
146
146
msgid "An offset was expected."
147
- msgstr ""
147
+ msgstr "Sagaidīja nobīdi. "
148
148
149
149
#: src/Components/LockExpression.php:91 src/Components/LockExpression.php:201
150
150
#, fuzzy
@@ -155,35 +155,31 @@ msgstr "Tabulas sākumā"
155
155
#: src/Components/OptionsArray.php:146
156
156
#, php-format
157
157
msgid "This option conflicts with \" %1$s\" ."
158
- msgstr ""
158
+ msgstr "Šis parametrs konfliktē ar \" %1$s \" . "
159
159
160
160
#: src/Components/RenameOperation.php:103
161
161
msgid "The old name of the table was expected."
162
- msgstr ""
162
+ msgstr "Sagaidīja sākotnējās (vecās) tabulas nosaukumu. "
163
163
164
164
#: src/Components/RenameOperation.php:109
165
165
msgid "Keyword \" TO\" was expected."
166
- msgstr ""
166
+ msgstr "Sagaidīja \" TO \" atslēgvārdu. "
167
167
168
168
#: src/Components/RenameOperation.php:124
169
169
msgid "The new name of the table was expected."
170
- msgstr ""
170
+ msgstr "Sagaidīja jaunās tabulas nosaukumu. "
171
171
172
172
#: src/Components/RenameOperation.php:140
173
- #, fuzzy
174
- #| msgid "The row has been deleted."
175
173
msgid "A rename operation was expected."
176
- msgstr "Ieraksts tika dzēsts "
174
+ msgstr "Sagaidīja pārdēvēšanas operāciju. "
177
175
178
176
#: src/Components/SetOperation.php:121
179
- #, fuzzy
180
- #| msgid "as regular expression"
181
177
msgid "Missing expression."
182
- msgstr "kā regulārā izteiksme "
178
+ msgstr "Trūkst izteiksmes. "
183
179
184
180
#: src/Lexer.php:274
185
181
msgid "Unexpected character."
186
- msgstr ""
182
+ msgstr "Negaidīta rakstzīme. "
187
183
188
184
#: src/Lexer.php:313
189
185
msgid "Expected whitespace(s) before delimiter."
0 commit comments