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' => 'Xóa liên kết giữa các giao dịch',
'edit_object_group' => 'Chỉnh sửa nhóm ":title"',
'delete_object_group' => 'Xóa nhóm ":title"',
'logout_others' => 'Đăng xuất tất cả phiên đăng nhập'
'logout_others' => 'Đăng xuất tất cả phiên đăng nhập',
'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' => 'XÓA giao dịch (!)',
@@ -1897,7 +1902,7 @@ return [
'deleted_object_group' => 'Successfully deleted group ":title"',
'object_group' => 'Nhóm',
//
// other stuff
'placeholder' => '[Placeholder]',
];

View File

@@ -180,6 +180,7 @@ return [
'blocked_code' => 'Lý do chặn',
'login_name' => 'Đăng nhập',
'is_owner' => 'Là quản trị viên?',
'url' => 'URL',
// import
'apply_rules' => 'Áp dụng quy tắc',

View File

@@ -61,7 +61,9 @@ return [
'accepted' => 'Thuộc tính: phải được chấp nhận.',
'bic' => 'Đây không phải là BIC hợp lệ.',
'at_least_one_trigger' => 'Quy tắc phải có ít nhất một kích hoạt.',
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
'at_least_one_action' => 'Quy tắc phải có ít nhất một hành động.',
'at_least_one_active_action' => 'Rule must have at least one active action.',
'base64' => 'Đây không phải là dữ liệu được mã hóa base64 hợp lệ.',
'model_id_invalid' => 'ID đã cho có vẻ không hợp lệ cho mô hình này.',
'less' => ':thuộc tính phải nhỏ hơn 10,000,000',