Room for better translation

This commit is contained in:
James Cole
2020-05-09 14:47:33 +02:00
parent 5ffc5060b9
commit 01cb94aabc
2 changed files with 4 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ return [
'create_new_stuff' => 'Create new stuff',
'new_withdrawal' => 'New withdrawal',
'create_new_transaction' => 'Create new transaction',
'create_new_transaction_sidebar' => 'Create new transaction',
'new_transaction' => 'New transaction',
'no_rules_for_bill' => 'This bill has no rules associated to it.',
'go_to_asset_accounts' => 'View your asset accounts',
@@ -472,6 +473,8 @@ return [
'rule_action_remove_tag_choice' => 'Remove tag..',
'rule_action_remove_all_tags_choice' => 'Remove all tags',
'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_prepend_description_choice' => 'Prepend description with..',
'rule_action_set_source_account_choice' => 'Set source account to...',

View File

@@ -103,7 +103,7 @@
<div class="btn-group" role="group">
<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>