updated translations
This commit is contained in:
@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Số lượng',
|
||||
'price' => 'Đơn giá',
|
||||
'sub_total' => 'Tổng phụ',
|
||||
'discount' => 'Discount',
|
||||
'tax_total' => 'Tổng thuế',
|
||||
'total' => 'Tổng số',
|
||||
|
||||
'item_name' => 'Tên mục | Tên mục',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
|
||||
'payment_due' => 'Hạn thanh toán',
|
||||
'amount_due' => 'Số tiền phải trả',
|
||||
'paid' => 'Đã thanh toán',
|
||||
|
@ -26,6 +26,7 @@ return [
|
||||
'companies' => 'Công ty | Công ty',
|
||||
'profits' => 'Lợi nhuận | Lợi nhuận',
|
||||
'taxes' => 'Thuế | Thuế',
|
||||
'logos' => 'Logo|Logos',
|
||||
'pictures' => 'Hình ảnh | Hình ảnh',
|
||||
'types' => 'Loại | Loại',
|
||||
'payment_methods' => 'Phương thức thanh toán | Phương thức thanh toán',
|
||||
@ -36,6 +37,7 @@ return [
|
||||
'updates' => 'Cập Nhật | Cập Nhật',
|
||||
'numbers' => 'Số | Số',
|
||||
'statuses' => 'Tình trạng | Trạng thái',
|
||||
'others' => 'Other|Others',
|
||||
|
||||
'dashboard' => 'Bảng điều khiển',
|
||||
'banking' => 'Ngân hàng',
|
||||
|
@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Số lượng',
|
||||
'price' => 'Đơn giá',
|
||||
'sub_total' => 'Tổng phụ',
|
||||
'discount' => 'Discount',
|
||||
'tax_total' => 'Tổng thuế',
|
||||
'total' => 'Tổng số',
|
||||
|
||||
'item_name' => 'Tên mục | Tên mục',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
|
||||
'payment_due' => 'Hạn thanh toán',
|
||||
'paid' => 'Đã thanh toán',
|
||||
'histories' => 'Lịch sử thanh toán',
|
||||
|
@ -10,10 +10,12 @@ return [
|
||||
'imported' => ':type imported!',
|
||||
],
|
||||
'error' => [
|
||||
'payment_add' => 'Error: You can not add payment! You should check add amount.',
|
||||
'over_payment' => 'Error: Payment not added! Amount passes the total.',
|
||||
'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.',
|
||||
'customer' => 'Error: User not created! :name already uses this email address.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Chú ý: Bạn không được phép xoá <b>:name</b> này bởi vì nó có :text liên quan.',
|
||||
|
@ -8,6 +8,7 @@ return [
|
||||
'new' => 'Mới',
|
||||
'top_free' => 'Top miễn phí',
|
||||
'free' => 'MIỄN PHÍ',
|
||||
'search' => 'Search',
|
||||
'install' => 'Cài đặt',
|
||||
'buy_now' => 'Mua ngay',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Click vào đây</a> để lấy API token của bạn.',
|
||||
|
20
resources/lang/vi-VN/recurring.php
Normal file
20
resources/lang/vi-VN/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurring',
|
||||
'every' => 'Every',
|
||||
'period' => 'Period',
|
||||
'times' => 'Times',
|
||||
'daily' => 'Daily',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'yearly' => 'Yearly',
|
||||
'custom' => 'Custom',
|
||||
'days' => 'Day(s)',
|
||||
'weeks' => 'Week(s)',
|
||||
'months' => 'Month(s)',
|
||||
'years' => 'Year(s)',
|
||||
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
|
||||
|
||||
];
|
@ -7,11 +7,24 @@ return [
|
||||
'this_quarter' => 'This Quarter',
|
||||
'previous_quarter' => 'Previous Quarter',
|
||||
'last_12_months' => 'Last 12 Months',
|
||||
'profit_loss' => 'Profit & Loss',
|
||||
'gross_profit' => 'Gross Profit',
|
||||
'net_profit' => 'Net Profit',
|
||||
'total_expenses' => 'Total Expenses',
|
||||
'net' => 'NET',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Tổng hợp thu nhập',
|
||||
'expense' => 'Tổng hợp chi phí',
|
||||
'income_expense' => 'Thu nhập vs Chi phí',
|
||||
'tax' => 'Tax Summary',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apr-Jun',
|
||||
'3' => 'Jul-Sep',
|
||||
'4' => 'Oct-Dec',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -21,6 +21,11 @@ return [
|
||||
'space' => 'Khoảng trắng ( )',
|
||||
],
|
||||
'timezone' => 'Múi giờ',
|
||||
'percent' => [
|
||||
'title' => 'Percent (%) Position',
|
||||
'before' => 'Before Number',
|
||||
'after' => 'After Number',
|
||||
],
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Hoá đơn',
|
||||
|
Reference in New Issue
Block a user