mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Auto commit for release 'develop' on 2024-03-25
This commit is contained in:
@@ -1989,7 +1989,7 @@ return [
|
||||
'deleted_transfer' => '":description" 이체 삭제 성공',
|
||||
'deleted_reconciliation' => '":description" 조정 거래 삭제 성공',
|
||||
'stored_journal' => '새로운 ":description" 거래 생성 성공',
|
||||
'stored_journal_js' => 'Successfully created new transaction "%{description}"',
|
||||
'stored_journal_js' => 'Successfully created new transaction "{{description}}"',
|
||||
'stored_journal_no_descr' => '새로운 거래 생성 성공',
|
||||
'updated_journal_no_descr' => '거래 업데이트 성공',
|
||||
'select_transactions' => '거래 선택',
|
||||
@@ -2297,6 +2297,7 @@ return [
|
||||
'description' => '설명',
|
||||
'sum_of_period' => '기간의 합계',
|
||||
'average_in_period' => '기간의 평균',
|
||||
'no_account_role' => '(no role)',
|
||||
'account_role_defaultAsset' => '기본 자산 계정',
|
||||
'account_role_sharedAsset' => '공유 자산 계정',
|
||||
'account_role_savingAsset' => '예금 계좌',
|
||||
@@ -2569,8 +2570,9 @@ return [
|
||||
'store_as_new' => '업데이트하는 대신 새 거래로 저장합니다.',
|
||||
'reset_after' => '제출 후 양식 재설정',
|
||||
'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.',
|
||||
'errors_submission_v2' => 'There was something wrong with your submission. Please check out the errors below: %{errorMessage}',
|
||||
'errors_submission_v2' => 'There was something wrong with your submission. Please check out the errors below: {{errorMessage}}',
|
||||
'transaction_expand_split' => '분할 확장',
|
||||
'transaction_remove_split' => 'Remove split',
|
||||
'transaction_collapse_split' => '분할 축소',
|
||||
|
||||
// object groups
|
||||
|
||||
Reference in New Issue
Block a user