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
8c518c8d58
commit
9aad380518
@ -525,6 +525,7 @@ return [
|
||||
'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.',
|
||||
'select_more_than_one_account' => 'Please select more than one account',
|
||||
'select_more_than_one_category' => 'Please select more than one category',
|
||||
'select_more_than_one_budget' => 'Please select more than one budget',
|
||||
|
||||
// categories:
|
||||
'new_category' => 'Nouvelle catégorie',
|
||||
@ -633,6 +634,7 @@ return [
|
||||
'report_default' => 'Rapport financier par défaut du :start au :end',
|
||||
'report_audit' => 'Historique des transactions du :start au :end',
|
||||
'report_category' => 'Category report for :start until :end',
|
||||
'report_budget' => 'Budget report for :start until :end',
|
||||
'quick_link_reports' => 'Liens rapides',
|
||||
'quick_link_default_report' => 'Rapport financier par défaut',
|
||||
'quick_link_audit_report' => 'Historique des transactions',
|
||||
@ -702,9 +704,11 @@ return [
|
||||
'select_budget' => 'Select one or more budgets.',
|
||||
'income_per_category' => 'Income per category',
|
||||
'expense_per_category' => 'Expense per category',
|
||||
'expense_per_budget' => 'Expense per budget',
|
||||
'income_per_account' => 'Income per account',
|
||||
'expense_per_account' => 'Expense per account',
|
||||
'include_not_in_category' => 'Include transactions not selected for this report',
|
||||
'include_not_in_category' => 'Include categories not selected for this report',
|
||||
'include_not_in_budget' => 'Include budgets not selected for this report',
|
||||
'everything_else' => 'Everything else',
|
||||
'income_and_expenses' => 'Income and expenses',
|
||||
'spent_average' => 'Spent (average)',
|
||||
@ -827,6 +831,7 @@ return [
|
||||
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as wel, assuming they can reach it (when it is connected to the internet).',
|
||||
'store_configuration' => 'Store configuration',
|
||||
'single_user_administration' => 'User administration for :email',
|
||||
'edit_user' => 'Edit user :email',
|
||||
'hidden_fields_preferences' => 'Not all fields are visible right now. You must enable them in your <a href=":link">settings</a>.',
|
||||
'user_data_information' => 'User data',
|
||||
'user_information' => 'User information',
|
||||
|
Loading…
Reference in New Issue
Block a user