From fb676a9ad719786fdbb012c5f7d752a49e4653c6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 26 Feb 2022 07:55:36 +0100 Subject: [PATCH] Update languages, config. --- app/Support/Binder/EitherConfigKey.php | 5 +++++ resources/lang/en_US/breadcrumbs.php | 7 ++++++- resources/lang/en_US/firefly.php | 9 +++++++-- resources/lang/en_US/form.php | 1 + 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/app/Support/Binder/EitherConfigKey.php b/app/Support/Binder/EitherConfigKey.php index 253a68f7c8..69bbfa38f3 100644 --- a/app/Support/Binder/EitherConfigKey.php +++ b/app/Support/Binder/EitherConfigKey.php @@ -49,6 +49,11 @@ class EitherConfigKey 'firefly.languages', 'app.timezone', 'firefly.valid_view_ranges', + + // triggers and actions: + 'firefly.rule-actions', + 'firefly.context-rule-actions', + 'firefly.search.operators' ]; /** diff --git a/resources/lang/en_US/breadcrumbs.php b/resources/lang/en_US/breadcrumbs.php index 148bd0ef5d..1003c3a735 100644 --- a/resources/lang/en_US/breadcrumbs.php +++ b/resources/lang/en_US/breadcrumbs.php @@ -60,5 +60,10 @@ return [ 'delete_journal_link' => 'Delete link between transactions', 'edit_object_group' => 'Edit group ":title"', 'delete_object_group' => 'Delete group ":title"', - 'logout_others' => 'Logout other sessions' + 'logout_others' => 'Logout other sessions', + 'asset_accounts' => 'Asset accounts', + 'expense_accounts' => 'Expense accounts', + 'revenue_accounts' => 'Revenue accounts', + 'liabilities_accounts' => 'Liabilities', + 'placeholder' => '[Placeholder]', ]; diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index edcfde980d..23e161aac2 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -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]', ]; diff --git a/resources/lang/en_US/form.php b/resources/lang/en_US/form.php index c53a000290..bc24610318 100644 --- a/resources/lang/en_US/form.php +++ b/resources/lang/en_US/form.php @@ -180,6 +180,7 @@ return [ 'blocked_code' => 'Reason for block', 'login_name' => 'Login', 'is_owner' => 'Is admin?', + 'url' => 'URL', // import 'apply_rules' => 'Apply rules',