mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
Add migration, update languages.
This commit is contained in:
@@ -60,5 +60,10 @@ return [
|
||||
'delete_journal_link' => 'Hapus tautan antar transaksi',
|
||||
'edit_object_group' => 'Ubah grup ":title"',
|
||||
'delete_object_group' => 'Hapus grup ":title"',
|
||||
'logout_others' => 'Keluar dari semua sesi'
|
||||
'logout_others' => 'Keluar dari semua sesi',
|
||||
'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' => '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]',
|
||||
|
||||
];
|
||||
|
||||
@@ -180,6 +180,7 @@ return [
|
||||
'blocked_code' => 'Alasan untuk blok',
|
||||
'login_name' => 'Masuk',
|
||||
'is_owner' => 'Apakah admin?',
|
||||
'url' => 'URL',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Terapkan aturan',
|
||||
|
||||
@@ -61,7 +61,9 @@ return [
|
||||
'accepted' => ':attribute harus diterima.',
|
||||
'bic' => 'Ini bukan BIC yang valid.',
|
||||
'at_least_one_trigger' => 'Aturan harus memiliki setidaknya satu pemicu.',
|
||||
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
|
||||
'at_least_one_action' => 'Aturan harus memiliki setidaknya satu tindakan.',
|
||||
'at_least_one_active_action' => 'Rule must have at least one active action.',
|
||||
'base64' => 'Ini bukanlah data base64 encoded yang valid.',
|
||||
'model_id_invalid' => 'ID yang diberikan tidaklah valid untuk model ini.',
|
||||
'less' => ':attribute harus kurang dari 10,000,000',
|
||||
|
||||
Reference in New Issue
Block a user