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