mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Some translations.
This commit is contained in:
@@ -44,6 +44,7 @@ return [
|
|||||||
'flash_error' => 'Error!',
|
'flash_error' => 'Error!',
|
||||||
'flash_info_multiple' => 'There is one message|There are :count messages',
|
'flash_info_multiple' => 'There is one message|There are :count messages',
|
||||||
'flash_error_multiple' => 'There is one error|There are :count errors',
|
'flash_error_multiple' => 'There is one error|There are :count errors',
|
||||||
|
'net_worth' => 'Net worth',
|
||||||
|
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
@@ -114,23 +115,23 @@ return [
|
|||||||
'default_rule_action_prepend' => 'Bought the world from ',
|
'default_rule_action_prepend' => 'Bought the world from ',
|
||||||
'default_rule_action_set_category' => 'Large expenses',
|
'default_rule_action_set_category' => 'Large expenses',
|
||||||
|
|
||||||
'trigger' => 'Trigger',
|
'trigger' => 'Trigger',
|
||||||
'trigger_value' => 'Trigger on value',
|
'trigger_value' => 'Trigger on value',
|
||||||
'stop_processing_other_triggers' => 'Stop processing other triggers',
|
'stop_processing_other_triggers' => 'Stop processing other triggers',
|
||||||
'add_rule_trigger' => 'Add new trigger',
|
'add_rule_trigger' => 'Add new trigger',
|
||||||
'action' => 'Action',
|
'action' => 'Action',
|
||||||
'action_value' => 'Action value',
|
'action_value' => 'Action value',
|
||||||
'stop_executing_other_actions' => 'Stop executing other actions',
|
'stop_executing_other_actions' => 'Stop executing other actions',
|
||||||
'add_rule_action' => 'Add new action',
|
'add_rule_action' => 'Add new action',
|
||||||
'edit_rule' => 'Edit rule ":title"',
|
'edit_rule' => 'Edit rule ":title"',
|
||||||
'delete_rule' => 'Delete rule ":title"',
|
'delete_rule' => 'Delete rule ":title"',
|
||||||
'update_rule' => 'Update rule',
|
'update_rule' => 'Update rule',
|
||||||
|
|
||||||
'test_rule_triggers' => 'See matching transactions',
|
'test_rule_triggers' => 'See matching transactions',
|
||||||
'warning_transaction_subset' => 'For performance reasons this list is limited to :max_num_transactions and may only show a subset of matching transactions',
|
'warning_transaction_subset' => 'For performance reasons this list is limited to :max_num_transactions and may only show a subset of matching transactions',
|
||||||
'warning_no_matching_transactions' => 'No matching transactions found. Please note that for performance reasons, only the last :num_transactions transactions have been checked.',
|
'warning_no_matching_transactions' => 'No matching transactions found. Please note that for performance reasons, only the last :num_transactions transactions have been checked.',
|
||||||
'warning_no_valid_triggers' => 'No valid triggers provided.',
|
'warning_no_valid_triggers' => 'No valid triggers provided.',
|
||||||
|
|
||||||
// actions and triggers
|
// actions and triggers
|
||||||
'rule_trigger_user_action' => 'User action is ":trigger_value"',
|
'rule_trigger_user_action' => 'User action is ":trigger_value"',
|
||||||
'rule_trigger_from_account_starts' => 'Source account starts with ":trigger_value"',
|
'rule_trigger_from_account_starts' => 'Source account starts with ":trigger_value"',
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ return [
|
|||||||
'flash_error' => 'Fout!',
|
'flash_error' => 'Fout!',
|
||||||
'flash_info_multiple' => 'Er is één melding|Er zijn :count meldingen',
|
'flash_info_multiple' => 'Er is één melding|Er zijn :count meldingen',
|
||||||
'flash_error_multiple' => 'Er is één fout|Er zijn :count fouten',
|
'flash_error_multiple' => 'Er is één fout|Er zijn :count fouten',
|
||||||
|
'net_worth' => 'Kapitaal',
|
||||||
|
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
|
|||||||
Reference in New Issue
Block a user