You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
791 B
PHTML
20 lines
791 B
PHTML
2 years ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'main_navigation' => 'ĐIỀU HƯỚNG CHÍNH',
|
||
|
'blog' => 'Blog',
|
||
|
'pages' => 'Trang',
|
||
|
'account_settings' => 'CÀI ĐẶT TÀI KHOẢN',
|
||
|
'profile' => 'Hồ sơ',
|
||
|
'change_password' => 'Đổi mật khẩu',
|
||
|
'multilevel' => 'Đa cấp',
|
||
|
'level_one' => 'Cấp độ 1',
|
||
|
'level_two' => 'Cấp độ 2',
|
||
|
'level_three' => 'Cấp độ 3',
|
||
|
'labels' => 'NHÃN',
|
||
|
'Important' => 'Quan trọng',
|
||
|
'Warning' => 'Cảnh báo',
|
||
|
'Information' => 'Thông tin',
|
||
|
];
|