New language strings.

This commit is contained in:
James Cole 2018-01-13 18:02:41 +01:00
parent 7d96b281b6
commit 94b173ae6b
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 6 additions and 4 deletions

View File

@ -49,11 +49,12 @@ return [
'go_to_budgets' => 'Go to your budgets', 'go_to_budgets' => 'Go to your budgets',
'go_to_categories' => 'Go to your categories', 'go_to_categories' => 'Go to your categories',
'go_to_bills' => 'Go to your bills', 'go_to_bills' => 'Go to your bills',
'go_to_expense_accounts' => 'See your asset accounts', 'go_to_expense_accounts' => 'See your expense accounts',
'go_to_revenue_accounts' => 'See your revenue accounts', 'go_to_revenue_accounts' => 'See your revenue accounts',
'go_to_piggies' => 'Go to piggy banks', 'go_to_piggies' => 'Go to your piggy banks',
'new_deposit' => 'New deposit', 'new_deposit' => 'New deposit',
'new_transfer' => 'New transfer', 'new_transfer' => 'New transfer',
'new_transfers' => 'New transfer',
'new_asset_account' => 'New asset account', 'new_asset_account' => 'New asset account',
'new_expense_account' => 'New expense account', 'new_expense_account' => 'New expense account',
'new_revenue_account' => 'New revenue account', 'new_revenue_account' => 'New revenue account',

View File

@ -49,7 +49,8 @@ return [
'status_bread_crumb' => 'Import status', 'status_bread_crumb' => 'Import status',
'status_sub_title' => 'Import status', 'status_sub_title' => 'Import status',
'config_sub_title' => 'Set up your import', 'config_sub_title' => 'Set up your import',
'status_finished_job' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.', 'status_finished_job' => 'The :count transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
'status_finished_no_tag' => 'Firefly III has not collected any journals from your import file.',
'import_with_key' => 'Import with key \':key\'', 'import_with_key' => 'Import with key \':key\'',
// file, upload something // file, upload something
@ -181,7 +182,7 @@ return [
'spectre_extra_key_cards' => 'Cards', 'spectre_extra_key_cards' => 'Cards',
'spectre_extra_key_units' => 'Units', 'spectre_extra_key_units' => 'Units',
'spectre_extra_key_unit_price' => 'Unit price', 'spectre_extra_key_unit_price' => 'Unit price',
'spectre_extra_key_transactions_count' => 'Transactions count', 'spectre_extra_key_transactions_count' => 'Transaction count',
// various other strings: // various other strings:
'imported_from_account' => 'Imported from ":account"', 'imported_from_account' => 'Imported from ":account"',