mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Removed some old configuration values.
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
declare(strict_types = 1);
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'chart' => 'chartjs',
|
||||
'version' => '3.9.0',
|
||||
'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'],
|
||||
'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
|
||||
'csv_import_enabled' => true,
|
||||
'maxUploadSize' => 5242880,
|
||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
||||
@@ -19,20 +16,7 @@ return [
|
||||
// mt940 FireflyIII Export Exporter MtExporter
|
||||
],
|
||||
'default_export_format' => 'csv',
|
||||
|
||||
'piggy_bank_periods' => [
|
||||
'week' => 'Week',
|
||||
'month' => 'Month',
|
||||
'quarter' => 'Quarter',
|
||||
'year' => 'Year',
|
||||
],
|
||||
'periods_to_text' => [
|
||||
'weekly' => 'A week',
|
||||
'monthly' => 'A month',
|
||||
'quarterly' => 'A quarter',
|
||||
'half-year' => 'Six months',
|
||||
'yearly' => 'A year',
|
||||
],
|
||||
'bill_periods' => ['weekly', 'monthly', 'quarterly', 'half-year', 'yearly'],
|
||||
|
||||
'accountRoles' => [
|
||||
'defaultAsset' => 'Default asset account',
|
||||
@@ -41,25 +25,9 @@ return [
|
||||
'ccAsset' => 'Credit card',
|
||||
],
|
||||
|
||||
'range_to_text' => [
|
||||
'1D' => 'day',
|
||||
'1W' => 'week',
|
||||
'1M' => 'month',
|
||||
'3M' => 'three months',
|
||||
'6M' => 'half year',
|
||||
'custom' => '(custom)',
|
||||
],
|
||||
'ccTypes' => [
|
||||
'monthlyFull' => 'Full payment every month',
|
||||
],
|
||||
'range_to_name' => [
|
||||
'1D' => 'one day',
|
||||
'1W' => 'one week',
|
||||
'1M' => 'one month',
|
||||
'3M' => 'three months',
|
||||
'6M' => 'six months',
|
||||
'1Y' => 'one year',
|
||||
],
|
||||
'range_to_repeat_freq' => [
|
||||
'1D' => 'weekly',
|
||||
'1W' => 'weekly',
|
||||
@@ -117,18 +85,6 @@ return [
|
||||
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)', 'complete' => true],
|
||||
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French', 'complete' => false],
|
||||
],
|
||||
'lang' => [
|
||||
'en_US' => 'English',
|
||||
'nl_NL' => 'Nederlands',
|
||||
'fr_FR' => 'Français',
|
||||
'pt_BR' => 'Português do Brasil',
|
||||
],
|
||||
'locales' => [
|
||||
'en_US' => ['en', 'English', 'en_US', 'en_US.utf8'],
|
||||
'nl_NL' => ['nl', 'Dutch', 'nl_NL', 'nl_NL.utf8'],
|
||||
'pt_BR' => ['pt_BR', 'pt_BR.utf8'],
|
||||
'fr_FR' => ['fr_FR', 'fr_FR.utf8'],
|
||||
],
|
||||
'transactionTypesByWhat' => [
|
||||
'expenses' => ['Withdrawal'],
|
||||
'withdrawal' => ['Withdrawal'],
|
||||
@@ -147,18 +103,6 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'month' => [
|
||||
'en_US' => '%B %Y',
|
||||
'nl_NL' => '%B %Y',
|
||||
'fr_FR' => '%B %Y',
|
||||
'pt_BR' => '%B %Y',
|
||||
],
|
||||
'monthAndDay' => [
|
||||
'en_US' => '%B %e, %Y',
|
||||
'nl_NL' => '%e %B %Y',
|
||||
'fr_FR' => '%B %e, %Y',
|
||||
'pt_BR' => '%B %e, %Y',
|
||||
],
|
||||
'bindables' => [
|
||||
// models
|
||||
'account' => 'FireflyIII\Models\Account',
|
||||
|
Reference in New Issue
Block a user