@@ -4,7 +4,7 @@ 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 : 2020-10-13 23:55 +0000\n "
7
+ "PO-Revision-Date : 2020-10-14 10:02 +0000\n "
8
8
"Last-Translator : Пламен <plamen_mbx@yahoo.com>\n "
9
9
"Language-Team : Bulgarian <https://hosted.weblate.org/projects/phpmyadmin/ "
10
10
"sql-parser/bg/>\n "
@@ -27,7 +27,7 @@ msgstr ""
27
27
28
28
#: src/Components/AlterOperation.php:290
29
29
msgid "Missing comma before start of a new alter operation."
30
- msgstr ""
30
+ msgstr "Липсва запетая пред началото на нова операция alter. "
31
31
32
32
#: src/Components/AlterOperation.php:302
33
33
msgid "Unrecognized alter operation."
@@ -36,7 +36,7 @@ msgstr "Неизвестна промяна на операцията."
36
36
#: src/Components/Array2d.php:86
37
37
#, php-format
38
38
msgid "%1$d values were expected, but found %2$d."
39
- msgstr ""
39
+ msgstr "%1$d стойности бяха очаквани, но бяха намерени %2$d. "
40
40
41
41
#: src/Components/Array2d.php:110
42
42
msgid "An opening bracket followed by a set of values was expected."
@@ -64,46 +64,41 @@ msgid "Unexpected keyword."
64
64
msgstr "Неочаквана ключова дума."
65
65
66
66
#: src/Components/CaseExpression.php:200
67
- #, fuzzy
68
67
msgid "Unexpected end of CASE expression"
69
68
msgstr "Неочакван край на израза CASE"
70
69
71
70
#: src/Components/CaseExpression.php:225
72
71
msgid "Potential duplicate alias of CASE expression."
73
- msgstr ""
72
+ msgstr "Потенциален дублиращ се псевдоним на изявата на CASE. "
74
73
75
74
#: src/Components/CaseExpression.php:236
76
75
msgid "An alias expected after AS but got "
77
- msgstr ""
76
+ msgstr "Псевдоним, очакван след AS, но получи "
78
77
79
78
#: src/Components/CaseExpression.php:248 src/Components/Expression.php:353
80
79
#: src/Components/Expression.php:373 src/Components/Expression.php:408
81
80
msgid "An alias was previously found."
82
- msgstr ""
81
+ msgstr "Преди това е открит псевдоним. "
83
82
84
83
#: src/Components/CaseExpression.php:262
85
- #, fuzzy
86
- #| msgid "No tables selected."
87
84
msgid "An alias was expected after AS."
88
- msgstr "Няма избрани таблици ."
85
+ msgstr "Псевдоним се очакваше след AS ."
89
86
90
87
#: src/Components/CreateDefinition.php:252
91
88
msgid ""
92
89
"A symbol name was expected! A reserved keyword can not be used as a column "
93
90
"name without backquotes."
94
91
msgstr ""
92
+ "Очакваше се име на символ! Запазената ключова дума не може да се използва "
93
+ "като име на колона без обратни кавички."
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 tables 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."
0 commit comments