mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations breadcrumbs.php (Chinese Traditional)
This commit is contained in:
parent
3308bc8a0f
commit
e22745d1ff
@ -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',
|
||||
];
|
Loading…
Reference in New Issue
Block a user