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' => '创建新存款',