mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
	
	
		
			141 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			141 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
|   | <?php | ||
|  | 
 | ||
|  | /** | ||
|  |  * list.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 [ | ||
|  |     'buttons'                 => 'Nút', | ||
|  |     'icon'                    => 'Icon', | ||
|  |     'id'                      => 'ID', | ||
|  |     'create_date'             => 'Đã tạo ngày', | ||
|  |     'update_date'             => 'Đã cập nhật ngày', | ||
|  |     'updated_at'              => 'Đã cập nhật tại', | ||
|  |     'balance_before'          => 'Số dư trước', | ||
|  |     'balance_after'           => 'Số dư sau', | ||
|  |     'name'                    => 'Tên', | ||
|  |     'role'                    => 'Quy tắc', | ||
|  |     'currentBalance'          => 'Số dư hiện tại', | ||
|  |     'linked_to_rules'         => 'Quy tắc liên quan', | ||
|  |     'active'                  => 'Đang hoạt động?', | ||
|  |     'percentage'              => 'phần trăm.', | ||
|  |     'next_due'                => 'Kỳ hạn tiếp theo', | ||
|  |     'transaction_type'        => 'Loại giao dịch', | ||
|  |     'lastActivity'            => 'Hoạt động cuối cùng', | ||
|  |     'balanceDiff'             => 'Số dư chênh lệch', | ||
|  |     'matchesOn'               => 'Phù hợp ngày', | ||
|  |     'other_meta_data'         => 'Dữ liệu khác', | ||
|  |     'account_type'            => 'Loại tài khoản', | ||
|  |     'created_at'              => 'Được tạo tại', | ||
|  |     'account'                 => 'Tài khoản', | ||
|  |     'matchingAmount'          => 'Số tiền', | ||
|  |     'split_number'            => 'Chia #', | ||
|  |     'destination'             => 'Nơi đến', | ||
|  |     'source'                  => 'Nơi gửi', | ||
|  |     'next_expected_match'     => 'Trận đấu dự kiến tiếp theo', | ||
|  |     'automatch'               => 'Tự động khớp?', | ||
|  |     'repeat_freq'             => 'Số lần lặp lại', | ||
|  |     'description'             => 'Mô tả', | ||
|  |     'amount'                  => 'Số tiền', | ||
|  |     'internal_reference'      => 'Tài liệu tham khảo nội bộ', | ||
|  |     'date'                    => 'Ngày', | ||
|  |     'interest_date'           => 'Ngày quan tâm', | ||
|  |     'book_date'               => 'Ngày đặt sách', | ||
|  |     'process_date'            => 'Ngày xử lý', | ||
|  |     'due_date'                => 'Ngày đáo hạn', | ||
|  |     'payment_date'            => 'Ngày thanh toán', | ||
|  |     'invoice_date'            => 'Ngày hóa đơn', | ||
|  |     'interal_reference'       => 'Tài liệu tham khảo nội bộ', | ||
|  |     'notes'                   => 'Ghi chú', | ||
|  |     'from'                    => 'Từ', | ||
|  |     'piggy_bank'              => 'Ống heo con', | ||
|  |     'to'                      => 'Đến', | ||
|  |     'budget'                  => 'Ngân sách', | ||
|  |     'category'                => 'Danh mục', | ||
|  |     'bill'                    => 'Hóa đơn', | ||
|  |     'withdrawal'              => 'Rút tiền', | ||
|  |     'deposit'                 => 'Gửi tiền', | ||
|  |     'transfer'                => 'Chuyển khoản', | ||
|  |     'type'                    => 'Loại', | ||
|  |     'completed'               => 'Đã hoàn thành', | ||
|  |     'iban'                    => 'IBAN', | ||
|  |     'paid_current_period'     => 'Được trả ở thời gian này', | ||
|  |     'email'                   => 'Email', | ||
|  |     'registered_at'           => 'Đã đăng ký tại', | ||
|  |     'is_blocked'              => 'Đã bị chặn', | ||
|  |     'is_admin'                => 'Là quản trị viên', | ||
|  |     'has_two_factor'          => 'Có 2 yếu tố', | ||
|  |     'blocked_code'            => 'Mã chặn', | ||
|  |     'source_account'          => 'Tài khoản gửi', | ||
|  |     'destination_account'     => 'Tài khoản nhận', | ||
|  |     'accounts_count'          => 'Số lượng tài khoản', | ||
|  |     'journals_count'          => 'Số lượng giao dịch', | ||
|  |     'attachments_count'       => 'Số lượng file đính kèm', | ||
|  |     'bills_count'             => 'Số lượng hóa đơn', | ||
|  |     'categories_count'        => 'Số lượng danh mục', | ||
|  |     'import_jobs_count'       => 'Số lượng công việc nhập', | ||
|  |     'budget_count'            => 'Số lượng ngân sách', | ||
|  |     'rule_and_groups_count'   => 'Số lượng quy tắc và nhóm quy tắc', | ||
|  |     'tags_count'              => 'Số lượng thẻ(tag)', | ||
|  |     'tags'                    => 'Thẻ(tags)', | ||
|  |     'inward'                  => 'Mô tả bên trong', | ||
|  |     'outward'                 => 'Mô tả bên ngoài', | ||
|  |     'number_of_transactions'  => 'Số lượng giao dịch', | ||
|  |     'total_amount'            => 'Tổng số tiền', | ||
|  |     'sum'                     => 'Tổng', | ||
|  |     'sum_excluding_transfers' => 'Tổng (trừ chuyển khoản)', | ||
|  |     'sum_withdrawals'         => 'Tổng tiền rút', | ||
|  |     'sum_deposits'            => 'Tổng tiền gửi', | ||
|  |     'sum_transfers'           => 'Tổng chuyển khoản', | ||
|  |     'sum_reconciliations'     => 'Tổng hòa giải(:))', | ||
|  |     'reconcile'               => 'Hòa giải', | ||
|  |     'account_on_spectre'      => 'Tài khoản (Quang phổ)', | ||
|  |     'account_on_ynab'         => 'Tài khoản (YNAB)', | ||
|  |     'do_import'               => 'Nhập từ tài khoản này', | ||
|  |     'sepa_ct_id'              => 'SEPA End to End Identifier', | ||
|  |     'sepa_ct_op'              => 'SEPA Opposing Account Identifier', | ||
|  |     'sepa_db'                 => 'SEPA Mandate Identifier', | ||
|  |     'sepa_country'            => 'SEPA Country', | ||
|  |     'sepa_cc'                 => 'SEPA Clearing Code', | ||
|  |     'sepa_ep'                 => 'SEPA External Purpose', | ||
|  |     'sepa_ci'                 => 'SEPA Creditor Identifier', | ||
|  |     'sepa_batch_id'           => 'SEPA Batch ID', | ||
|  |     'external_id'             => 'External ID', | ||
|  |     'account_at_bunq'         => 'Account with bunq', | ||
|  |     'file_name'               => 'Tên file', | ||
|  |     'file_size'               => 'Kích thước file', | ||
|  |     'file_type'               => 'Loại file', | ||
|  |     'attached_to'             => 'Đính kèm vào', | ||
|  |     'file_exists'             => 'File tồn tại', | ||
|  |     'spectre_bank'            => 'Ngân hàng', | ||
|  |     'spectre_last_use'        => 'Lần cuối đăng nhập', | ||
|  |     'spectre_status'          => 'Trạng thái', | ||
|  |     'bunq_payment_id'         => 'bunq payment ID', | ||
|  |     'repetitions'             => 'Sự lặp lại', | ||
|  |     'title'                   => 'Tiêu đề', | ||
|  |     'transaction_s'           => 'Giao dịch(s)', | ||
|  |     'field'                   => 'Trường', | ||
|  |     'value'                   => 'Giá trị', | ||
|  |     'interest'                => 'Lãi', | ||
|  |     'interest_period'         => 'Chu kỳ lãi', | ||
|  |     'liability_type'          => 'Loại trách nhiệm pháp lý', | ||
|  | ]; |