mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Some code cleanup.
This commit is contained in:
0
app/Listeners/.gitkeep
Executable file → Normal file
0
app/Listeners/.gitkeep
Executable file → Normal file
0
app/Policies/.gitkeep
Executable file → Normal file
0
app/Policies/.gitkeep
Executable file → Normal file
0
database/migrations/.gitkeep
Executable file → Normal file
0
database/migrations/.gitkeep
Executable file → Normal file
0
database/seeds/.gitkeep
Executable file → Normal file
0
database/seeds/.gitkeep
Executable file → Normal file
@@ -67,6 +67,14 @@ return [
|
||||
'deleted_rule' => 'Deleted rule with title ":title"',
|
||||
'store_new_rule' => 'Store new rule',
|
||||
'updated_rule' => 'Updated rule with title ":title"',
|
||||
'default_rule_group_name' => 'Default rules',
|
||||
'default_rule_group_description' => 'All your rules not in a particular group.',
|
||||
'default_rule_name' => 'Your first default rule',
|
||||
'default_rule_description' => 'This rule is an example. You can safely delete it.',
|
||||
'default_rule_trigger_description' => 'The Man Who Sold the World',
|
||||
'default_rule_trigger_from_account' => 'David Bowie',
|
||||
'default_rule_action_prepend' => 'Bought the world from ',
|
||||
'default_rule_action_set_category' => 'Large expenses',
|
||||
|
||||
'trigger' => 'Trigger',
|
||||
'trigger_value' => 'Trigger on value',
|
||||
@@ -161,6 +169,10 @@ return [
|
||||
'pref_6M' => 'Six months',
|
||||
'pref_languages' => 'Languages',
|
||||
'pref_languages_help' => 'Firefly III supports several languages. Which one do you prefer?',
|
||||
'pref_custom_fiscal_year' => 'Fiscal year settings',
|
||||
'pref_custom_fiscal_year_label' => 'Enabled',
|
||||
'pref_custom_fiscal_year_help' => 'In countries that use a financial year other than January 1 to December 31, you can switch this on and specify start / end days of the fiscal year',
|
||||
'pref_fiscal_year_start_label' => 'Fiscal year start date',
|
||||
'pref_save_settings' => 'Save settings',
|
||||
|
||||
// profile:
|
||||
@@ -476,6 +488,7 @@ return [
|
||||
'quick_link_default_report' => 'Default financial report',
|
||||
'report_this_month_quick' => 'Current month, all accounts',
|
||||
'report_this_year_quick' => 'Current year, all accounts',
|
||||
'report_this_fiscal_year_quick' => 'Current fiscal year, all accounts',
|
||||
'report_all_time_quick' => 'All-time, all accounts',
|
||||
'reports_can_bookmark' => 'Remember that reports can be bookmarked.',
|
||||
'incomeVsExpenses' => 'Income vs. expenses',
|
||||
|
@@ -67,6 +67,14 @@ return [
|
||||
'deleted_rule' => 'Regel ":title" verwijderd',
|
||||
'store_new_rule' => 'Sla nieuwe regel op',
|
||||
'updated_rule' => 'Regel ":title" geüpdatet',
|
||||
'default_rule_group_name' => 'Standaard regels',
|
||||
'default_rule_group_description' => 'Al je regels die niet in een bepaalde groep zitten.',
|
||||
'default_rule_name' => 'Je eerste standaardregel',
|
||||
'default_rule_description' => 'Deze regel is een voorbeeld. Je kan hem rustig verwijderen.',
|
||||
'default_rule_trigger_description' => 'The Man Who Sold the World',
|
||||
'default_rule_trigger_from_account' => 'David Bowie',
|
||||
'default_rule_action_prepend' => 'Kocht de wereld van ',
|
||||
'default_rule_action_set_category' => 'Grote uitgaven',
|
||||
|
||||
'trigger' => 'Trigger',
|
||||
'trigger_value' => 'Trigger bij waarde',
|
||||
@@ -161,6 +169,10 @@ return [
|
||||
'pref_6M' => 'Zes maanden',
|
||||
'pref_languages' => 'Talen',
|
||||
'pref_languages_help' => 'Firefly III ondersteunt meerdere talen. Welke heeft jouw voorkeur?',
|
||||
'pref_custom_fiscal_year' => 'Instellingen voor boekjaar',
|
||||
'pref_custom_fiscal_year_label' => 'Ingeschakeld',
|
||||
'pref_custom_fiscal_year_help' => 'Voor in landen die een boekjaar gebruiken anders dan 1 januari tot 31 december',
|
||||
'pref_fiscal_year_start_label' => 'Start van boekjaar',
|
||||
'pref_save_settings' => 'Instellingen opslaan',
|
||||
|
||||
// profile:
|
||||
@@ -476,6 +488,7 @@ return [
|
||||
'quick_link_default_report' => 'Standaard financieel rapport',
|
||||
'report_this_month_quick' => 'Deze maand, alle rekeningen',
|
||||
'report_this_year_quick' => 'Dit jaar, alle rekeningen',
|
||||
'report_this_fiscal_year_quick' => 'Huidig boekjaar, alle rekeningen',
|
||||
'report_all_time_quick' => 'Gehele periode, alle rekeningen',
|
||||
'reports_can_bookmark' => 'Je kan rapporten aan je favorieten toevoegen.',
|
||||
'incomeVsExpenses' => 'Inkomsten tegenover uitgaven',
|
||||
|
@@ -67,6 +67,14 @@ return [
|
||||
'deleted_rule' => 'Deleted rule with title ":title"',
|
||||
'store_new_rule' => 'Store new rule',
|
||||
'updated_rule' => 'Updated rule with title ":title"',
|
||||
'default_rule_group_name' => 'Default rules',
|
||||
'default_rule_group_description' => 'All your rules not in a particular group.',
|
||||
'default_rule_name' => 'Your first default rule',
|
||||
'default_rule_description' => 'This rule is an example. You can safely delete it.',
|
||||
'default_rule_trigger_description' => 'The Man Who Sold the World',
|
||||
'default_rule_trigger_from_account' => 'David Bowie',
|
||||
'default_rule_action_prepend' => 'Bought the world from ',
|
||||
'default_rule_action_set_category' => 'Large expenses',
|
||||
|
||||
'trigger' => 'Trigger',
|
||||
'trigger_value' => 'Trigger on value',
|
||||
@@ -161,6 +169,10 @@ return [
|
||||
'pref_6M' => 'Semestral',
|
||||
'pref_languages' => 'Idiomas',
|
||||
'pref_languages_help' => 'Firefly III suporta muitos idiomas. Qual você prefere?',
|
||||
'pref_custom_fiscal_year' => 'Fiscal year settings',
|
||||
'pref_custom_fiscal_year_label' => 'Enabled',
|
||||
'pref_custom_fiscal_year_help' => 'In countries that use a financial year other than January 1 to December 31, you can switch this on and specify start / end days of the fiscal year',
|
||||
'pref_fiscal_year_start_label' => 'Fiscal year start date',
|
||||
'pref_save_settings' => 'Salvar definições',
|
||||
|
||||
// profile:
|
||||
@@ -476,6 +488,7 @@ return [
|
||||
'quick_link_default_report' => 'Default financial report',
|
||||
'report_this_month_quick' => 'Current month, all accounts',
|
||||
'report_this_year_quick' => 'Current year, all accounts',
|
||||
'report_this_fiscal_year_quick' => 'Current fiscal year, all accounts',
|
||||
'report_all_time_quick' => 'All-time, all accounts',
|
||||
'reports_can_bookmark' => 'Remember that reports can be bookmarked.',
|
||||
'incomeVsExpenses' => 'Renda vs. Despesas',
|
||||
|
0
resources/views/vendor/.gitkeep
vendored
Executable file → Normal file
0
resources/views/vendor/.gitkeep
vendored
Executable file → Normal file
0
tests/TestCase.php
Executable file → Normal file
0
tests/TestCase.php
Executable file → Normal file
Reference in New Issue
Block a user