firefly-iii/resources/lang/vi_VN/breadcrumbs.php
2020-06-28 09:19:18 +02:00

66 lines
3.0 KiB
PHP

<?php
/**
* breadcrumbs.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'home' => 'Trang chủ',
'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ơ',
'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',
'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',
'telemetry_index' => 'Thu thập dữ liệu cho nhà phát triển',
'telemetry_view' => 'Xem dữ liệu thu thập',
'edit_object_group' => 'Chỉnh sửa nhóm ":title"',
'delete_object_group' => 'Xóa nhóm ":title"',
'logout_others' => 'Logout other sessions'
];