mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Add migration, update languages.
This commit is contained in:
@@ -60,5 +60,10 @@ return [
|
||||
'delete_journal_link' => '删除交易之间的关联',
|
||||
'edit_object_group' => '编辑组“:title”',
|
||||
'delete_object_group' => '删除组“:title”',
|
||||
'logout_others' => '退出其他已登录设备'
|
||||
'logout_others' => '退出其他已登录设备',
|
||||
'asset_accounts' => 'Asset accounts',
|
||||
'expense_accounts' => 'Expense accounts',
|
||||
'revenue_accounts' => 'Revenue accounts',
|
||||
'liabilities_accounts' => 'Liabilities',
|
||||
'placeholder' => '[Placeholder]',
|
||||
];
|
||||
|
||||
@@ -566,6 +566,11 @@ return [
|
||||
'rule_trigger_journal_id' => '交易日志 ID 为“:trigger_value”',
|
||||
'rule_trigger_no_external_url' => 'Transaction has no external URL',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an external URL',
|
||||
'rule_trigger_no_external_url_choice' => 'Transaction has no external URL',
|
||||
'rule_trigger_id_choice' => 'Transaction ID is..',
|
||||
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => '删除交易 (!)',
|
||||
@@ -1897,7 +1902,7 @@ return [
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => '组',
|
||||
|
||||
|
||||
//
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
];
|
||||
|
||||
@@ -180,6 +180,7 @@ return [
|
||||
'blocked_code' => '封禁原因',
|
||||
'login_name' => '登录',
|
||||
'is_owner' => '是管理员?',
|
||||
'url' => 'URL',
|
||||
|
||||
// import
|
||||
'apply_rules' => '应用规则',
|
||||
|
||||
@@ -61,7 +61,9 @@ return [
|
||||
'accepted' => ':attribute 必须接受',
|
||||
'bic' => '此 BIC 无效',
|
||||
'at_least_one_trigger' => '每条规则必须至少有一个触发条件',
|
||||
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
|
||||
'at_least_one_action' => '每条规则必须至少有一个动作',
|
||||
'at_least_one_active_action' => 'Rule must have at least one active action.',
|
||||
'base64' => '此 base64 编码数据无效',
|
||||
'model_id_invalid' => '指定的 ID 不能用于此模型',
|
||||
'less' => ':attribute 必须小于 10,000,000',
|
||||
|
||||
Reference in New Issue
Block a user