mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update meta data for release 6.0.14
This commit is contained in:
@@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
||||
@@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => '已从预算中移除',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => '已从分类中删除',
|
||||
'ale_action_clear_notes' => '移除备注',
|
||||
'ale_action_clear_tag' => '清除标签',
|
||||
|
||||
@@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
|
||||
'withdrawal_source_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户',
|
||||
'withdrawal_dest_need_data' => '需要一个有效的目标账户 ID 和/或目标账户名称才能继续',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
|
||||
|
||||
'reconciliation_source_bad_data' => '在搜索ID“:id”或名称“:name”时,没有找到有效的对账帐户',
|
||||
|
||||
'generic_source_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
|
||||
'deposit_source_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户',
|
||||
'deposit_dest_need_data' => '需要一个有效的目标账户 ID 和/或目标账户名称才能继续',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
|
||||
'deposit_dest_wrong_type' => '提交的目标账户的类型不正确',
|
||||
|
||||
@@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
|
||||
'transfer_source_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户',
|
||||
'transfer_dest_need_data' => '需要一个有效的目标账户 ID 和/或目标账户名称才能继续',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
|
||||
'need_id_in_edit' => '每笔拆分必须有 transaction_journal_id (有效的 ID 或 0)。',
|
||||
|
||||
'ob_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
|
||||
'lc_source_need_data' => '需要获取一个有效的来源账户 ID 才能继续。',
|
||||
'ob_dest_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
|
||||
'reconciliation_either_account' => '要提交对账,您必须提交来源或目标帐户。不要都提交,也不要都不提交。',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user