updated translations
This commit is contained in:
@ -38,6 +38,10 @@ return [
|
||||
'numbers' => 'Số | Số',
|
||||
'statuses' => 'Tình trạng | Trạng thái',
|
||||
'others' => 'Other|Others',
|
||||
'contacts' => 'Contact|Contacts',
|
||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||
'deposits' => 'Deposit|Deposits',
|
||||
'withdrawals' => 'Withdrawal|Withdrawals',
|
||||
|
||||
'dashboard' => 'Bảng điều khiển',
|
||||
'banking' => 'Ngân hàng',
|
||||
@ -81,6 +85,7 @@ return [
|
||||
'color' => 'Màu',
|
||||
'save' => 'Lưu',
|
||||
'cancel' => 'Huỷ',
|
||||
'loading' => 'Loading...',
|
||||
'from' => 'Từ',
|
||||
'to' => 'Đến',
|
||||
'print' => 'In',
|
||||
@ -101,12 +106,27 @@ return [
|
||||
'partially' => 'Partially',
|
||||
'partially_paid' => 'Partially Paid',
|
||||
'export' => 'Export',
|
||||
'finish' => 'Finish',
|
||||
'wizard' => 'Wizard',
|
||||
'skip' => 'Skip',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'select_all' => 'Select All',
|
||||
'unselect_all' => 'Unselect All',
|
||||
'go_to' => 'Go to :name',
|
||||
'created_date' => 'Created Date',
|
||||
'period' => 'Period',
|
||||
'start' => 'Start',
|
||||
'end' => 'End',
|
||||
'clear' => 'Clear',
|
||||
'difference' => 'Difference',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Thêm loại :type',
|
||||
'edit' => 'Chỉnh sửa loại :type',
|
||||
'create' => 'Create :type',
|
||||
'send' => 'Send :type',
|
||||
'get' => 'Get :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
@ -118,4 +138,11 @@ return [
|
||||
'no_file_selected' => 'Không có tập tin nào được chọn...',
|
||||
],
|
||||
|
||||
'date_range' => [
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
'last_days' => 'Last :day Days',
|
||||
'this_month' => 'This Month',
|
||||
'last_month' => 'Last Month',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user