From e22745d1ff96ed0362dc84ce0f6b8439d5365995 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Aug 2017 21:30:42 +0200 Subject: [PATCH] New translations breadcrumbs.php (Chinese Traditional) --- resources/lang/zh_TW/breadcrumbs.php | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/resources/lang/zh_TW/breadcrumbs.php b/resources/lang/zh_TW/breadcrumbs.php index 58c729fbbf..5706fc9331 100644 --- a/resources/lang/zh_TW/breadcrumbs.php +++ b/resources/lang/zh_TW/breadcrumbs.php @@ -13,31 +13,32 @@ declare(strict_types=1); */ return [ - 'home' => '首頁', - 'edit_currency' => '編輯貨幣 ":name"', - 'delete_currency' => '刪除貨幣 ":name"', - 'newPiggyBank' => '創建一個新的存錢筒', - 'edit_piggyBank' => '編輯存錢筒 ":name"', - 'preferences' => '設定', - 'profile' => '個人設定', - 'changePassword' => '更改密碼', - 'bills' => '賬單', - 'newBill' => '新增賬單', - 'edit_bill' => '編輯賬單 ":name"', - 'delete_bill' => '刪除賬單 ":name"', - 'reports' => '報表', - 'search_result' => 'Search results for ":query"', - 'withdrawal_list' => '支出', - 'deposit_list' => '收入、薪金與存款', - 'transfer_list' => '轉帳', - 'transfers_list' => '轉帳', - 'create_withdrawal' => '新增提款', - 'create_deposit' => '新增存款', - 'create_transfer' => '新增轉帳', - 'edit_journal' => '編緝交易 ":description"', - 'delete_journal' => '刪除交易 ":description"', - 'tags' => '標籤', - 'createTag' => '建立新標籤', - 'edit_tag' => '編輯標籤 ":tag"', - 'delete_tag' => '刪除標籤 ":tag"', + 'home' => '首頁', + 'edit_currency' => '編輯貨幣 ":name"', + 'delete_currency' => '刪除貨幣 ":name"', + 'newPiggyBank' => '創建一個新的存錢筒', + 'edit_piggyBank' => '編輯存錢筒 ":name"', + 'preferences' => '設定', + 'profile' => '個人設定', + 'changePassword' => '更改密碼', + 'bills' => '賬單', + 'newBill' => '新增賬單', + 'edit_bill' => '編輯賬單 ":name"', + 'delete_bill' => '刪除賬單 ":name"', + 'reports' => '報表', + 'search_result' => 'Search results for ":query"', + 'withdrawal_list' => '支出', + 'deposit_list' => '收入、薪金與存款', + 'transfer_list' => '轉帳', + 'transfers_list' => '轉帳', + 'create_withdrawal' => '新增提款', + 'create_deposit' => '新增存款', + 'create_transfer' => '新增轉帳', + 'edit_journal' => '編緝交易 ":description"', + 'delete_journal' => '刪除交易 ":description"', + 'tags' => '標籤', + 'createTag' => '建立新標籤', + 'edit_tag' => '編輯標籤 ":tag"', + 'delete_tag' => '刪除標籤 ":tag"', + 'delete_journal_link' => 'Delete link between journals', ]; \ No newline at end of file