added vi-VN
This commit is contained in:
43
resources/lang/vi-VN/modules.php
Normal file
43
resources/lang/vi-VN/modules.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'top_paid' => 'Top trả tiền',
|
||||
'new' => 'Mới',
|
||||
'top_free' => 'Top miễn phí',
|
||||
'free' => 'MIỄN PHÍ',
|
||||
'install' => 'Cài đặt',
|
||||
'buy_now' => 'Mua ngay',
|
||||
'faq' => 'CÂU HỎI THƯỜNG GẶP',
|
||||
'changelog' => 'Nhật ký thay đổi',
|
||||
'installed' => 'Đã cài đặt',
|
||||
'uninstalled' => 'Đã gỡ cài đặt',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Click vào đây</a> để lấy API token của bạn.',
|
||||
|
||||
'enabled' => ':module app được kích hoạt',
|
||||
'disabled' => ':module app được vô hiệu',
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Cài đặt Module',
|
||||
'start' => ':module đang cài đặt.',
|
||||
'download' => 'Đang tải tập tin :module.',
|
||||
'unzip' => 'Đang giải nén tập tin :module.',
|
||||
'install' => 'Đang tải lên tập tin :module.',
|
||||
],
|
||||
|
||||
'history' => [
|
||||
'installed' => ':module đã được cài đặt',
|
||||
'uninstalled' => ':module gỡ cài đặt',
|
||||
'updated' => ':module được cập nhật',
|
||||
'enabled' => ':module được kích hoạt',
|
||||
'disabled' => ':module được vô hiệu',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Gỡ bỏ cài đặt',
|
||||
'disable' => 'Vô hiệu',
|
||||
'enable' => 'Kích hoạt',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user