mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Localization: UK translations added #54
This commit is contained in:
25
plugins/box/blocks/languages/uk.lang.php
Normal file
25
plugins/box/blocks/languages/uk.lang.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'Блоки',
|
||||
'Blocks manager' => 'Менеджер блоків',
|
||||
'Delete' => 'Видалити',
|
||||
'Edit' => 'Редагувати',
|
||||
'New block' => 'Новий блок',
|
||||
'Create new block' => 'Створити новий блок',
|
||||
'Name' => 'Назва',
|
||||
'Edit block' => 'Редагування блоку',
|
||||
'Save' => 'Зберегти',
|
||||
'Actions' => 'Дії',
|
||||
'Save and exit' => 'Зберегти та вийти',
|
||||
'Required field' => 'Обов′язкове поле',
|
||||
'This block already exists' => 'Такий блок вже існує',
|
||||
'This block does not exist' => 'Такого блоку не існує',
|
||||
'Delete block: :block' => 'Видалити блок: :block',
|
||||
'Block content' => 'Вміст блоку',
|
||||
'Block <i>:name</i> deleted' => 'Сніппет <i>:name</i> вилучен',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'Ваші зміни до блоку <i>:name</i> були збережені.',
|
||||
'Delete block: :block' => 'Видалити блок: :block',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user