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

Skip to content

Commit 6152491

Browse files
committed
Fix missed ukrainian translation
1 parent e39ebb6 commit 6152491

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

src/Resources/translations/EasyAdminBundle.uk.xlf

Lines changed: 56 additions & 0 deletions
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">
@@ -113,6 +117,10 @@
113117
<source>user.signout</source>
114118
<target>Вихід</target>
115119
</trans-unit>
120+
<trans-unit id="user.exit_impersonation">
121+
<source>user.exit_impersonation</source>
122+
<target>Зміна ролі</target>
123+
</trans-unit>
116124

117125
<!-- misc. elements -->
118126
<trans-unit id="delete_modal.title">
@@ -127,6 +135,14 @@
127135
<source>delete_modal.action</source>
128136
<target>Видалити</target>
129137
</trans-unit>
138+
<trans-unit id="batch_action_modal.title">
139+
<source>batch_action_modal.title</source>
140+
<target>Ви збираєтесь застосовувати дію %action_name%" action to %num_items% item(s).</target>
141+
</trans-unit>
142+
<trans-unit id="batch_action_modal.content">
143+
<source>batch_action_modal.content</source>
144+
<target>Ви не зможете відмінити цю дію.</target>
145+
</trans-unit>
130146
<trans-unit id="action.add_new_item">
131147
<source>action.add_new_item</source>
132148
<target>Додати новий елемент</target>
@@ -147,11 +163,41 @@
147163
<source>form.are_you_sure</source>
148164
<target>Ви не зберегли зроблені зміни.</target>
149165
</trans-unit>
166+
<trans-unit id="form.tab.error_badge_title">
167+
<source>form.tab.error_badge_title</source>
168+
<target>Одне невірне поле|%count% невірних полей</target>
169+
</trans-unit>
150170
<trans-unit id="show.remaining_items">
151171
<source>show.remaining_items</source>
152172
<target><![CDATA[{1} %count% елемент не відображається у цьому списку|{2,3,4} %count% елемента не відображаються у цьому списку|]5,Inf] %count% елементів не відображаються у цьому списку]]></target>
153173
</trans-unit>
154174

175+
<!-- Exceptions -->
176+
<trans-unit id="exception.entity_not_found">
177+
<source>exception.entity_not_found</source>
178+
<target>Цей елемент надалі не доступний.</target>
179+
</trans-unit>
180+
<trans-unit id="exception.entity_remove">
181+
<source>exception.entity_remove</source>
182+
<target>Цей елемент не може бути видалений тому що інші елементи залежать від нього.</target>
183+
</trans-unit>
184+
<trans-unit id="exception.forbidden_action">
185+
<source>exception.forbidden_action</source>
186+
<target>Запрошена дія не може бути виконана ні цьому елементі.</target>
187+
</trans-unit>
188+
<trans-unit id="exception.no_entities_configured">
189+
<source>exception.no_entities_configured</source>
190+
<target>Система не вірно налаштована.</target>
191+
</trans-unit>
192+
<trans-unit id="exception.undefined_entity">
193+
<source>exception.undefined_entity</source>
194+
<target>Система не вірно налаштована для цьго елемента.</target>
195+
</trans-unit>
196+
<trans-unit id="exception.no_permission">
197+
<source>exception.no_permission</source>
198+
<target>У Вас недостатньо прав для виконання.</target>
199+
</trans-unit>
200+
155201
<!-- Login page -->
156202
<trans-unit id="login.username">
157203
<source>login.username</source>
@@ -203,6 +249,10 @@
203249
<source>filter.label.is_less_than_or_equal_to</source>
204250
<target>менше ніж або рівно</target>
205251
</trans-unit>
252+
<trans-unit id="filter.label.is_between">
253+
<source>filter.label.is_between</source>
254+
<target>поміж</target>
255+
</trans-unit>
206256
<trans-unit id="filter.label.contains">
207257
<source>filter.label.contains</source>
208258
<target>містить</target>
@@ -251,6 +301,12 @@
251301
<source>filter.label.is_before_or_same</source>
252302
<target>до або ж</target>
253303
</trans-unit>
304+
305+
<!-- security -->
306+
<trans-unit id="security.list.hidden_results">
307+
<source>security.list.hidden_results</source>
308+
<target>Деякі результати не відображені бо у Вас недостатньо прав</target>
309+
</trans-unit>
254310
</body>
255311
</file>
256312
</xliff>

0 commit comments

Comments
 (0)