updated translations

This commit is contained in:
denisdulici
2018-03-06 17:05:58 +03:00
parent da5eb9b16a
commit 2915af6243
98 changed files with 449 additions and 185 deletions

View File

@ -5,5 +5,14 @@ return [
'code' => 'Mã',
'rate' => 'Tỷ giá',
'default' => 'Tiền tệ mặc định',
'decimal_mark' => 'Decimal Mark',
'thousands_separator' => 'Thousands Separator',
'precision' => 'Precision',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol Position',
'before' => 'Before Amount',
'after' => 'After Amount',
]
];

View File

@ -50,6 +50,7 @@ return [
'na' => 'N/A',
'daily' => 'Hàng ngày',
'monthly' => 'Hàng tháng',
'quarterly' => 'Quarterly',
'yearly' => 'Hàng Năm',
'add' => 'Thêm',
'add_new' => 'Thêm mới',
@ -74,6 +75,7 @@ return [
'reference' => 'Tham chiếu',
'attachment' => 'Đính kèm',
'change' => 'Thay đổi',
'switch' => 'Switch',
'color' => 'Màu',
'save' => 'Lưu',
'cancel' => 'Huỷ',
@ -91,6 +93,11 @@ return [
'id' => 'ID',
'more_actions' => 'Thao tác khác',
'duplicate' => 'Bản sao',
'unpaid' => 'Unpaid',
'paid' => 'Paid',
'overdue' => 'Overdue',
'partially' => 'Partially',
'partially_paid' => 'Partially Paid',
'title' => [
'new' => 'Thêm loại :type',

View File

@ -17,7 +17,6 @@ return [
],
'requirements' => [
'php_version' => 'Hệ thống yêu cầu cài đặt phiên bản PHP từ 5.6.4 trở lên!',
'enabled' => ':feature cần phải được kích hoạt!',
'disabled' => ':feature cần phải được vô hiệu hoá!',
'extension' => ':extension extension cần phải được cài đặt!',

View File

@ -37,8 +37,9 @@ return [
],
'messages' => [
'email_sent' => 'Hoá đơn email đã được gửi thành công!',
'marked_sent' => 'Hóa đơn được đánh dấu là đã gửi thành công!',
'email_sent' => 'Hoá đơn email đã được gửi thành công!',
'marked_sent' => 'Hóa đơn được đánh dấu là đã gửi thành công!',
'email_required' => 'No email address for this customer!',
],
'notification' => [

View File

@ -10,6 +10,7 @@ return [
'imported' => ':type imported!',
],
'error' => [
'payment_add' => 'Error: You can not add payment! You should check add amount.',
'not_user_company' => 'Lỗi: Bạn không được phép để quản lý công ty này!',
'customer' => 'Lỗi: Bạn có thể không tạo người dùng! :name đã sử dụng địa chỉ email này.',
'no_file' => 'Error: No file selected!',

View File

@ -10,29 +10,33 @@ return [
'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.',
'no_apps' => 'There are no apps in this category, yet.',
'developer' => 'Are you a developer? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Here</a> you can learn how to create an app and start selling today!',
'enabled' => ':module app được kích hoạt',
'disabled' => ':module app được vô hiệu',
'about' => 'About',
'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.',
'added' => 'Added',
'updated' => 'Updated',
'compatibility' => 'Compatibility',
'installed' => ':module installed',
'uninstalled' => ':module uninstalled',
//'updated' => ':module updated',
'enabled' => ':module enabled',
'disabled' => ':module disabled',
'tab' => [
'installation' => 'Installation',
'faq' => 'FAQ',
'changelog' => 'Changelog',
],
'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',
'installation' => [
'header' => 'App Installation',
'download' => 'Đang tải tập tin :module.',
'unzip' => 'Đang giải nén tập tin :module.',
'install' => 'Installing :module files.',
],
'button' => [

View File

@ -2,6 +2,12 @@
return [
'this_year' => 'This Year',
'previous_year' => 'Previous Year',
'this_quarter' => 'This Quarter',
'previous_quarter' => 'Previous Quarter',
'last_12_months' => 'Last 12 Months',
'summary' => [
'income' => 'Tổng hợp thu nhập',
'expense' => 'Tổng hợp chi phí',