mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Room for better translation
This commit is contained in:
@@ -54,6 +54,7 @@ return [
|
|||||||
'create_new_stuff' => 'Create new stuff',
|
'create_new_stuff' => 'Create new stuff',
|
||||||
'new_withdrawal' => 'New withdrawal',
|
'new_withdrawal' => 'New withdrawal',
|
||||||
'create_new_transaction' => 'Create new transaction',
|
'create_new_transaction' => 'Create new transaction',
|
||||||
|
'create_new_transaction_sidebar' => 'Create new transaction',
|
||||||
'new_transaction' => 'New transaction',
|
'new_transaction' => 'New transaction',
|
||||||
'no_rules_for_bill' => 'This bill has no rules associated to it.',
|
'no_rules_for_bill' => 'This bill has no rules associated to it.',
|
||||||
'go_to_asset_accounts' => 'View your asset accounts',
|
'go_to_asset_accounts' => 'View your asset accounts',
|
||||||
@@ -472,6 +473,8 @@ return [
|
|||||||
'rule_action_remove_tag_choice' => 'Remove tag..',
|
'rule_action_remove_tag_choice' => 'Remove tag..',
|
||||||
'rule_action_remove_all_tags_choice' => 'Remove all tags',
|
'rule_action_remove_all_tags_choice' => 'Remove all tags',
|
||||||
'rule_action_set_description_choice' => 'Set description to..',
|
'rule_action_set_description_choice' => 'Set description to..',
|
||||||
|
'rule_action_update_piggy_choice' => 'Add/remove transaction amount in piggy bank..',
|
||||||
|
'rule_action_update_piggy' => 'Add/remove transaction amount in piggy bank ":action_value"',
|
||||||
'rule_action_append_description_choice' => 'Append description with..',
|
'rule_action_append_description_choice' => 'Append description with..',
|
||||||
'rule_action_prepend_description_choice' => 'Prepend description with..',
|
'rule_action_prepend_description_choice' => 'Prepend description with..',
|
||||||
'rule_action_set_source_account_choice' => 'Set source account to...',
|
'rule_action_set_source_account_choice' => 'Set source account to...',
|
||||||
|
@@ -103,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="btn-group" role="group">
|
<div class="btn-group" role="group">
|
||||||
<a href="" class="btn btn-success"><i
|
<a href="" class="btn btn-success"><i
|
||||||
class="fa fa-plus fa-fw"></i> {{ 'create_new_transaction'|_ }}</a>
|
class="fa fa-plus fa-fw"></i> {{ 'create_new_transaction_sidebar'|_ }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user