From 0dcfddc169fb4023c9b0d351ca0b7d403bee9c0b Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 07:07:47 +0200 Subject: [PATCH] New translations list.php (Chinese Traditional) --- resources/lang/zh_TW/list.php | 44 +++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/zh_TW/list.php b/resources/lang/zh_TW/list.php index 60c67ed53a..9c30cbd4df 100644 --- a/resources/lang/zh_TW/list.php +++ b/resources/lang/zh_TW/list.php @@ -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' => 'Confirmed from', - 'registered_from' => 'Registered from', - 'blocked_code' => 'Block code', - 'domain' => 'Domain', - 'registration_attempts' => 'Registration attempts', + 'confirmed_from' => '', + 'registered_from' => '', + 'blocked_code' => '', + 'domain' => '', + 'registration_attempts' => '', 'source_account' => '來源帳戶', - 'destination_account' => 'Destination account', + 'destination_account' => '', - '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', + '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' => '', ]; \ No newline at end of file