mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations
This commit is contained in:
parent
5812b150c6
commit
ec90a49d43
@ -106,6 +106,13 @@ return [
|
|||||||
'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.',
|
'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.',
|
||||||
'budget_in_period' => '":name" between :start and :end',
|
'budget_in_period' => '":name" between :start and :end',
|
||||||
'budget_in_period_breadcrumb' => 'Between :start and :end',
|
'budget_in_period_breadcrumb' => 'Between :start and :end',
|
||||||
|
'clone_withdrawal' => 'Clone this withdrawal',
|
||||||
|
'clone_deposit' => 'Clone this deposit',
|
||||||
|
'clone_transfer' => 'Clone this transfer',
|
||||||
|
'transaction_journal_other_options' => 'Other options',
|
||||||
|
'multi_select_no_selection' => 'None selected',
|
||||||
|
'multi_select_all_selected' => 'All selected',
|
||||||
|
|
||||||
|
|
||||||
// repeat frequencies:
|
// repeat frequencies:
|
||||||
'repeat_freq_yearly' => 'yearly',
|
'repeat_freq_yearly' => 'yearly',
|
||||||
@ -252,6 +259,8 @@ return [
|
|||||||
'rule_trigger_description_ends_choice' => 'Description ends with..',
|
'rule_trigger_description_ends_choice' => 'Description ends with..',
|
||||||
'rule_trigger_description_contains_choice' => 'Description contains..',
|
'rule_trigger_description_contains_choice' => 'Description contains..',
|
||||||
'rule_trigger_description_is_choice' => 'Description is..',
|
'rule_trigger_description_is_choice' => 'Description is..',
|
||||||
|
'rule_trigger_category_is_choice' => 'Category is..',
|
||||||
|
'rule_trigger_budget_is_choice' => 'Budget is..',
|
||||||
'rule_trigger_store_journal' => 'When a transaction is created',
|
'rule_trigger_store_journal' => 'When a transaction is created',
|
||||||
'rule_trigger_update_journal' => 'When a transaction is updated',
|
'rule_trigger_update_journal' => 'When a transaction is updated',
|
||||||
'rule_action_set_category' => 'Set category to ":action_value"',
|
'rule_action_set_category' => 'Set category to ":action_value"',
|
||||||
@ -741,7 +750,10 @@ return [
|
|||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'sum_of_period' => 'Sum of period',
|
'sum_of_period' => 'Sum of period',
|
||||||
'average_in_period' => 'Average in period',
|
'average_in_period' => 'Average in period',
|
||||||
|
'account_role_defaultAsset' => 'Default asset account',
|
||||||
|
'account_role_sharedAsset' => 'Shared asset account',
|
||||||
|
'account_role_savingAsset' => 'Savings account',
|
||||||
|
'account_role_ccAsset' => 'Credit card',
|
||||||
|
|
||||||
// charts:
|
// charts:
|
||||||
'chart' => 'Chart',
|
'chart' => 'Chart',
|
||||||
|
Loading…
Reference in New Issue
Block a user