mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 13:32:10 +00:00
add latest translate by by Sirchyk
This commit is contained in:
23
admin/language/ukrainian/common/dashboard.php
Executable file
23
admin/language/ukrainian/common/dashboard.php
Executable file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Панель керування';
|
||||
|
||||
// Text
|
||||
$_['text_order_total'] = 'Загальна кількість замовлень';
|
||||
$_['text_customer_total'] = 'Загальна кількість покупців';
|
||||
$_['text_sale_total'] = 'Загальна кількість продажів';
|
||||
$_['text_online_total'] = 'Користувачів на сайті';
|
||||
$_['text_map'] = 'Карта світу';
|
||||
$_['text_sale'] = 'Аналіз продажів';
|
||||
$_['text_activity'] = 'Остання активність';
|
||||
$_['text_recent'] = 'Останні замовлення';
|
||||
$_['text_order'] = 'Замовлення';
|
||||
$_['text_customer'] = 'Покупці';
|
||||
$_['text_day'] = 'Сьогодні';
|
||||
$_['text_week'] = 'Цього тижня';
|
||||
$_['text_month'] = 'Цього місяця';
|
||||
$_['text_year'] = 'Цього року';
|
||||
$_['text_view'] = 'Подивитися більше...';
|
||||
|
||||
// Error
|
||||
$_['error_install'] = 'УВАГА: Тека "Install" все ще існує! Її необхідно видалити з міркувань безпеки!';
|
||||
Reference in New Issue
Block a user