mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
New translations list.php (Chinese Traditional)
This commit is contained in:
@@ -14,7 +14,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'buttons' => '按鈕',
|
||||
'icon' => '圖標',
|
||||
'id' => '',
|
||||
'id' => 'ID',
|
||||
'create_date' => '建立於',
|
||||
'update_date' => '更新於',
|
||||
'balance_before' => '交易前餘額',
|
||||
@@ -36,7 +36,7 @@ return [
|
||||
'split_number' => '分割編號 #',
|
||||
'destination' => '到',
|
||||
'source' => '來源',
|
||||
'next_expected_match' => '',
|
||||
'next_expected_match' => 'Next expected match',
|
||||
'automatch' => '自動匹配?',
|
||||
'repeat_freq' => '重複',
|
||||
'description' => '描述',
|
||||
@@ -44,7 +44,7 @@ return [
|
||||
'internal_reference' => '內部參考',
|
||||
'date' => '日期',
|
||||
'interest_date' => '付息日',
|
||||
'book_date' => '',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => '處理日期',
|
||||
'due_date' => '到期日',
|
||||
'payment_date' => '付款日期',
|
||||
@@ -70,25 +70,25 @@ return [
|
||||
'is_blocked' => '被阻止',
|
||||
'is_admin' => '是管理員',
|
||||
'has_two_factor' => '有雙重身份驗證 (2FA)',
|
||||
'confirmed_from' => '',
|
||||
'registered_from' => '',
|
||||
'blocked_code' => '',
|
||||
'domain' => '',
|
||||
'registration_attempts' => '',
|
||||
'confirmed_from' => 'Confirmed from',
|
||||
'registered_from' => 'Registered from',
|
||||
'blocked_code' => 'Block code',
|
||||
'domain' => 'Domain',
|
||||
'registration_attempts' => 'Registration attempts',
|
||||
'source_account' => '來源帳戶',
|
||||
'destination_account' => '',
|
||||
'destination_account' => 'Destination account',
|
||||
|
||||
'accounts_count' => '',
|
||||
'journals_count' => '',
|
||||
'attachments_count' => '',
|
||||
'bills_count' => '',
|
||||
'categories_count' => '',
|
||||
'export_jobs_count' => '',
|
||||
'import_jobs_count' => '',
|
||||
'budget_count' => '',
|
||||
'rule_and_groups_count' => '',
|
||||
'tags_count' => '',
|
||||
'inward' => '',
|
||||
'outward' => '',
|
||||
'number_of_transactions' => '',
|
||||
'accounts_count' => 'Number of accounts',
|
||||
'journals_count' => 'Number of transactions',
|
||||
'attachments_count' => 'Number of attachments',
|
||||
'bills_count' => 'Number of bills',
|
||||
'categories_count' => 'Number of categories',
|
||||
'export_jobs_count' => 'Number of export jobs',
|
||||
'import_jobs_count' => 'Number of import jobs',
|
||||
'budget_count' => 'Number of budgets',
|
||||
'rule_and_groups_count' => 'Number of rules and rule groups',
|
||||
'tags_count' => 'Number of tags',
|
||||
'inward' => 'Inward description',
|
||||
'outward' => 'Outward description',
|
||||
'number_of_transactions' => 'Number of transactions',
|
||||
];
|
Reference in New Issue
Block a user