Add migration, update languages.

This commit is contained in:
James Cole
2022-02-26 11:24:16 +01:00
parent fb676a9ad7
commit 6f65a73dd9
106 changed files with 598 additions and 231 deletions

View File

@@ -60,5 +60,10 @@ return [
'delete_journal_link' => '刪除交易記錄之間的連結',
'edit_object_group' => '編輯群組 ":title"',
'delete_object_group' => '刪除群組 ":title"',
'logout_others' => '登出其他 sessions'
'logout_others' => '登出其他 sessions',
'asset_accounts' => 'Asset accounts',
'expense_accounts' => 'Expense accounts',
'revenue_accounts' => 'Revenue accounts',
'liabilities_accounts' => 'Liabilities',
'placeholder' => '[Placeholder]',
];

View File

@@ -566,6 +566,11 @@ return [
'rule_trigger_journal_id' => 'Transaction journal ID is ":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' => 'DELETE transaction (!)',
@@ -1897,7 +1902,7 @@ return [
'deleted_object_group' => 'Successfully deleted group ":title"',
'object_group' => 'Group',
//
// other stuff
'placeholder' => '[Placeholder]',
];

View File

@@ -180,6 +180,7 @@ return [
'blocked_code' => '封鎖的原因',
'login_name' => '登入',
'is_owner' => 'Is admin?',
'url' => 'URL',
// import
'apply_rules' => '套用規則',

View File

@@ -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。',