. */ /* * PLEASE DO NOT EDIT THIS FILE DIRECTLY. * YOUR CHANGES WILL BE OVERWRITTEN! * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! * * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! * * https://crowdin.com/project/firefly-iii * */ declare(strict_types=1); return [ 'home' => 'Trang chủ', 'budgets' => 'Ngân sách', 'subscriptions' => 'Đăng ký nhận thông tin', 'transactions' => 'Giao dịch', 'title_expenses' => 'Chi phí', 'title_withdrawal' => 'Chi phí', 'title_revenue' => 'Thu nhập doanh thu', 'title_deposit' => 'Thu nhập doanh thu', 'title_transfer' => 'Chuyển', 'title_transfers' => 'Chuyển', 'edit_currency' => 'Sửa tiền tệ ":name"', 'delete_currency' => 'Xóa tiền tệ ":name"', 'newPiggyBank' => 'Tạo mới heo đất', 'edit_piggyBank' => 'Sửa heo đất ":name"', 'preferences' => 'Quyền ưu tiên', 'profile' => 'Hồ sơ', 'accounts' => 'Tài khoản', 'changePassword' => 'Đổi mật khẩu', 'change_email' => 'Đổi địa chỉ email', 'bills' => 'Hóa đơn', 'newBill' => 'Hóa đơn mới', 'edit_bill' => 'Sửa hóa đơn ":name"', 'delete_bill' => 'Xóa hóa đơn ":name"', 'reports' => 'Báo cáo', 'search_result' => 'Tìm kết quả cho ":query"', 'withdrawal_list' => 'Chi phí', 'Withdrawal_list' => 'Chi phí', 'deposit_list' => 'Doanh thu, thu nhập và tiền gửi', 'transfer_list' => 'Chuyển', 'transfers_list' => 'Chuyển', /* * PLEASE DO NOT EDIT THIS FILE DIRECTLY. * YOUR CHANGES WILL BE OVERWRITTEN! * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! * * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! * * https://crowdin.com/project/firefly-iii * */ 'reconciliation_list' => 'Hòa giải', 'create_withdrawal' => 'Tạo rút tiền mới', 'create_deposit' => 'Tạo gửi tiền mới', 'create_transfer' => 'Tạo chuyển tiền mới', 'create_new_transaction' => 'Tạo giao dịch mới', 'edit_journal' => 'Sửa giao dịch ":description"', 'edit_reconciliation' => 'Sửa ":description"', 'delete_journal' => 'Xóa giao dịch ":description"', 'delete_group' => 'Xóa giao dịch ":description"', 'tags' => 'Nhãn', 'createTag' => 'Tạo nhãn mới', 'edit_tag' => 'Sửa nhãn ":tag"', 'delete_tag' => 'Xóa nhãn ":tag"', 'delete_journal_link' => 'Xóa liên kết giữa các giao dịch', 'edit_object_group' => 'Chỉnh sửa nhóm ":title"', 'delete_object_group' => 'Xóa nhóm ":title"', 'logout_others' => 'Đăng xuất tất cả phiên đăng nhập', 'asset_accounts' => 'Tài khoản tài sản', 'expense_accounts' => 'Tài khoản chi phí', 'revenue_accounts' => 'Tài khoản thu nhập', 'liabilities_accounts' => 'Nợ phải trả', 'placeholder' => 'Giữ chỗ', ];