Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88b3a86

Browse files
committed
Merge branch '1.x'
* 1.x: Updated Bulgarian translation
2 parents 236fa53 + 0590145 commit 88b3a86

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

src/Resources/translations/EasyAdminBundle.bg.xlf

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
<source>paginator.counter</source>
5858
<target><![CDATA[<strong>%start%</strong>–<strong>%end%</strong> от <strong>%results%</strong>]]></target>
5959
</trans-unit>
60+
<trans-unit id="paginator.results">
61+
<source>paginator.results</source>
62+
<target><![CDATA[{0} Няма резултати|{1} <strong>1</strong> резултат|]1,Inf] <strong>%count%</strong> резултата]]></target>
63+
</trans-unit>
6064

6165
<!-- labels -->
6266
<trans-unit id="label.true">
@@ -109,7 +113,11 @@
109113
<source>user.signout</source>
110114
<target>Изход</target>
111115
</trans-unit>
112-
116+
<trans-unit id="user.exit_impersonation">
117+
<source>user.exit_impersonation</source>
118+
<target>Изход от представянето</target>
119+
</trans-unit>
120+
113121
<!-- misc. elements -->
114122
<trans-unit id="delete_modal.title">
115123
<source>delete_modal.title</source>
@@ -147,10 +155,36 @@
147155
<source>form.are_you_sure</source>
148156
<target>Не сте записали направените във формуляра промени.</target>
149157
</trans-unit>
158+
<trans-unit id="form.tab.error_badge_title">
159+
<source>form.tab.error_badge_title</source>
160+
<target>Едно невалидно поле|%count% невалидни полета</target>
161+
</trans-unit>
150162
<trans-unit id="show.remaining_items">
151163
<source>show.remaining_items</source>
152164
<target><![CDATA[{1} има още един елемент, който не е показан в списъка|]1,Inf] още %count% елемента не са показани в списъка]]></target>
153165
</trans-unit>
166+
167+
<!-- Exceptions -->
168+
<trans-unit id="exception.entity_not_found">
169+
<source>exception.entity_not_found</source>
170+
<target>Този елемент вече не е налице.</target>
171+
</trans-unit>
172+
<trans-unit id="exception.entity_remove">
173+
<source>exception.entity_remove</source>
174+
<target>Този елемент не може да бъде изтрит, защото други елементи зависят от него.</target>
175+
</trans-unit>
176+
<trans-unit id="exception.forbidden_action">
177+
<source>exception.forbidden_action</source>
178+
<target>Заявеното действие не може да се изпълни за този елемент.</target>
179+
</trans-unit>
180+
<trans-unit id="exception.no_entities_configured">
181+
<source>exception.no_entities_configured</source>
182+
<target>Приложението не е конфигурирано правилно.</target>
183+
</trans-unit>
184+
<trans-unit id="exception.undefined_entity">
185+
<source>exception.undefined_entity</source>
186+
<target>Приложението не е конфигурирано правилно за този вид елементи.</target>
187+
</trans-unit>
154188
</body>
155189
</file>
156190
</xliff>

0 commit comments

Comments
 (0)