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' => 'Xóa thành công chuyển khoản ":description"',
|
||||
'deleted_reconciliation' => 'Tạo thành công giao dịch mới ":description"',
|
||||
'stored_journal' => 'Tạo thành công giao dịch mới ":description"',
|
||||
'stored_journal_js' => 'Successfully created new transaction "%{description}"',
|
||||
'stored_journal_js' => 'Successfully created new transaction "{{description}}"',
|
||||
'stored_journal_no_descr' => 'Tạo thành công giao dịch mới của bạn',
|
||||
'updated_journal_no_descr' => 'Cập nhật thành công giao dịch của bạn',
|
||||
'select_transactions' => 'Chọn giao dịch',
|
||||
@@ -2297,6 +2297,7 @@ return [
|
||||
'description' => 'Sự miêu tả',
|
||||
'sum_of_period' => 'Tổng chu kỳ',
|
||||
'average_in_period' => 'Trung bình trong kỳ',
|
||||
'no_account_role' => '(no role)',
|
||||
'account_role_defaultAsset' => 'tài khoản mặc định',
|
||||
'account_role_sharedAsset' => 'tài khoản dùng chung',
|
||||
'account_role_savingAsset' => 'Tài khoản tiết kiệm',
|
||||
@@ -2569,8 +2570,9 @@ return [
|
||||
'store_as_new' => 'Lưu trữ như một giao dịch mới thay vì cập nhật.',
|
||||
'reset_after' => 'Đặt lại mẫu sau khi gửi',
|
||||
'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' => 'Expand split',
|
||||
'transaction_remove_split' => 'Remove split',
|
||||
'transaction_collapse_split' => 'Collapse split',
|
||||
|
||||
// object groups
|
||||
|
||||
Reference in New Issue
Block a user