New translations list.php (Chinese Traditional)

This commit is contained in:
James Cole
2017-08-25 07:37:01 +02:00
parent ec47c9cd00
commit 28b3134ae2

View File

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