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' => '새로운 예금 만들기',