Various code cleanup and fixed alignments.

This commit is contained in:
James Cole
2024-01-01 15:17:11 +01:00
parent 61c38f2a99
commit 956108399b
494 changed files with 68424 additions and 66802 deletions

View File

@@ -31,41 +31,42 @@
*
*/
declare(strict_types=1);
return [
'home' => '首頁',
'budgets' => '預算',
'subscriptions' => '訂閱',
'transactions' => '交易',
'title_expenses' => '支出',
'title_withdrawal' => '支出',
'title_revenue' => '收入',
'title_deposit' => '收入',
'title_transfer' => '轉帳',
'title_transfers' => '轉帳',
'edit_currency' => '編輯貨幣 ":name"',
'delete_currency' => '刪除貨幣 ":name"',
'newPiggyBank' => '創建一個新的小豬撲滿',
'edit_piggyBank' => '編輯小豬撲滿 ":name"',
'preferences' => '偏好設定',
'profile' => '個人檔案',
'accounts' => '帳戶',
'changePassword' => '更改您的密碼',
'change_email' => '更改您的電子郵件地址',
'bills' => '帳單',
'newBill' => '新增帳單',
'edit_bill' => '編輯帳單 ":name"',
'delete_bill' => '刪除帳單 ":name"',
'reports' => '報表',
'search_result' => '":query" 的搜尋結果',
'withdrawal_list' => '支出',
'Withdrawal_list' => '支出',
'deposit_list' => '收入、所得與存款',
'transfer_list' => '轉帳',
'transfers_list' => '轉帳',
'home' => '首頁',
'budgets' => '預算',
'subscriptions' => '訂閱',
'transactions' => '交易',
'title_expenses' => '支出',
'title_withdrawal' => '支出',
'title_revenue' => '收入',
'title_deposit' => '收入',
'title_transfer' => '轉帳',
'title_transfers' => '轉帳',
'edit_currency' => '編輯貨幣 ":name"',
'delete_currency' => '刪除貨幣 ":name"',
'newPiggyBank' => '創建一個新的小豬撲滿',
'edit_piggyBank' => '編輯小豬撲滿 ":name"',
'preferences' => '偏好設定',
'profile' => '個人檔案',
'accounts' => '帳戶',
'changePassword' => '更改您的密碼',
'change_email' => '更改您的電子郵件地址',
'bills' => '帳單',
'newBill' => '新增帳單',
'edit_bill' => '編輯帳單 ":name"',
'delete_bill' => '刪除帳單 ":name"',
'reports' => '報表',
'search_result' => '":query" 的搜尋結果',
'withdrawal_list' => '支出',
'Withdrawal_list' => '支出',
'deposit_list' => '收入、所得與存款',
'transfer_list' => '轉帳',
'transfers_list' => '轉帳',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -76,6 +77,7 @@ return [
*
*/
'reconciliation_list' => '對帳',
'create_withdrawal' => '新增提款',
'create_deposit' => '新增存款',