mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New language strings.
This commit is contained in:
parent
7d96b281b6
commit
94b173ae6b
@ -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',
|
||||||
|
@ -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"',
|
||||||
|
Loading…
Reference in New Issue
Block a user