From 55ac76f6634e084f0d6dbc3f1601e35fddeed926 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Oct 2022 19:22:26 +0200 Subject: [PATCH] Update copyright. --- .../Autocomplete/AccountController.php | 4 +++- .../Controllers/Chart/AccountController.php | 4 +++- app/Api/V2/Controllers/Controller.php | 4 +++- .../Data/Bulk/AccountController.php | 4 +++- .../Data/Export/AccountController.php | 4 +++- .../Data/MassDestroy/AccountController.php | 4 +++- .../Model/Account/ShowController.php | 4 +++- .../Controllers/Model/Bill/SumController.php | 4 +++- .../Model/Budget/ListController.php | 4 +++- .../Model/Budget/SumController.php | 4 +++- .../Model/BudgetLimit/ListController.php | 4 +++- app/Api/V2/Controllers/NetWorthController.php | 4 +++- .../Controllers/Search/AccountController.php | 4 +++- .../System/ConfigurationController.php | 4 +++- .../V2/Controllers/System/DebugController.php | 4 +++- .../System/PreferencesController.php | 4 +++- .../Transaction/List/AccountController.php | 4 +++- .../Transaction/Sum/BillController.php | 4 +++- .../Controllers/VersionUpdateController.php | 4 +++- frontend/src/i18n/bg_BG/index.js | 22 ++++++++++++++++++- frontend/src/i18n/cs_CZ/index.js | 22 ++++++++++++++++++- frontend/src/i18n/da_DK/index.js | 22 ++++++++++++++++++- frontend/src/i18n/de_DE/index.js | 22 ++++++++++++++++++- frontend/src/i18n/el_GR/index.js | 22 ++++++++++++++++++- frontend/src/i18n/en_GB/index.js | 22 ++++++++++++++++++- frontend/src/i18n/en_US/index.js | 22 ++++++++++++++++++- frontend/src/i18n/es_ES/index.js | 22 ++++++++++++++++++- frontend/src/i18n/fi_FI/index.js | 22 ++++++++++++++++++- frontend/src/i18n/fr_FR/index.js | 22 ++++++++++++++++++- frontend/src/i18n/hu_HU/index.js | 22 ++++++++++++++++++- frontend/src/i18n/id_ID/index.js | 22 ++++++++++++++++++- frontend/src/i18n/it_IT/index.js | 22 ++++++++++++++++++- frontend/src/i18n/ja_JP/index.js | 22 ++++++++++++++++++- frontend/src/i18n/nb_NO/index.js | 22 ++++++++++++++++++- frontend/src/i18n/nl_NL/index.js | 22 ++++++++++++++++++- frontend/src/i18n/pl_PL/index.js | 22 ++++++++++++++++++- frontend/src/i18n/pt_BR/index.js | 22 ++++++++++++++++++- frontend/src/i18n/pt_PT/index.js | 22 ++++++++++++++++++- frontend/src/i18n/ro_RO/index.js | 22 ++++++++++++++++++- frontend/src/i18n/ru_RU/index.js | 22 ++++++++++++++++++- frontend/src/i18n/sk_SK/index.js | 22 ++++++++++++++++++- frontend/src/i18n/sl_SI/index.js | 22 ++++++++++++++++++- frontend/src/i18n/sv_SE/index.js | 22 ++++++++++++++++++- frontend/src/i18n/tr_TR/index.js | 22 ++++++++++++++++++- frontend/src/i18n/uk_UA/index.js | 22 ++++++++++++++++++- frontend/src/i18n/vi_VN/index.js | 22 ++++++++++++++++++- frontend/src/i18n/zh_CN/index.js | 22 ++++++++++++++++++- frontend/src/i18n/zh_TW/index.js | 22 ++++++++++++++++++- frontend/src/stores/fireflyiii.js | 20 +++++++++++++++++ frontend/src/stores/index.js | 20 +++++++++++++++++ frontend/src/stores/store-flag.d.ts | 20 +++++++++++++++++ frontend/src/stores/teststore.js | 20 +++++++++++++++++ public/v3/index.html | 22 ++++++++++++++++++- resources/lang/bg_BG/firefly.php | 2 +- resources/lang/cs_CZ/firefly.php | 2 +- resources/lang/da_DK/firefly.php | 2 +- resources/lang/de_DE/firefly.php | 2 +- resources/lang/el_GR/firefly.php | 2 +- resources/lang/en_GB/firefly.php | 2 +- resources/lang/es_ES/firefly.php | 2 +- resources/lang/fi_FI/firefly.php | 2 +- resources/lang/fr_FR/firefly.php | 2 +- resources/lang/hu_HU/firefly.php | 2 +- resources/lang/id_ID/firefly.php | 2 +- resources/lang/it_IT/firefly.php | 2 +- resources/lang/ja_JP/firefly.php | 2 +- resources/lang/ko_KR/firefly.php | 2 +- resources/lang/nb_NO/firefly.php | 2 +- resources/lang/nl_NL/firefly.php | 2 +- resources/lang/pl_PL/firefly.php | 2 +- resources/lang/pt_BR/firefly.php | 2 +- resources/lang/pt_PT/firefly.php | 2 +- resources/lang/ro_RO/firefly.php | 2 +- resources/lang/ru_RU/firefly.php | 2 +- resources/lang/sk_SK/firefly.php | 2 +- resources/lang/sl_SI/firefly.php | 2 +- resources/lang/sv_SE/firefly.php | 2 +- resources/lang/th_TH/firefly.php | 2 +- resources/lang/tr_TR/firefly.php | 2 +- resources/lang/uk_UA/firefly.php | 2 +- resources/lang/vi_VN/firefly.php | 2 +- resources/lang/zh_CN/firefly.php | 2 +- resources/lang/zh_TW/firefly.php | 2 +- 83 files changed, 797 insertions(+), 79 deletions(-) diff --git a/app/Api/V2/Controllers/Autocomplete/AccountController.php b/app/Api/V2/Controllers/Autocomplete/AccountController.php index 6876d9a65d..26764f9c3d 100644 --- a/app/Api/V2/Controllers/Autocomplete/AccountController.php +++ b/app/Api/V2/Controllers/Autocomplete/AccountController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Autocomplete; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Chart/AccountController.php b/app/Api/V2/Controllers/Chart/AccountController.php index c611ae2e59..d6b87e6b2d 100644 --- a/app/Api/V2/Controllers/Chart/AccountController.php +++ b/app/Api/V2/Controllers/Chart/AccountController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Chart; use Carbon\Carbon; diff --git a/app/Api/V2/Controllers/Controller.php b/app/Api/V2/Controllers/Controller.php index d1dc20b5bd..0aedbff38b 100644 --- a/app/Api/V2/Controllers/Controller.php +++ b/app/Api/V2/Controllers/Controller.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers; use Carbon\Carbon; diff --git a/app/Api/V2/Controllers/Data/Bulk/AccountController.php b/app/Api/V2/Controllers/Data/Bulk/AccountController.php index 0c190f34d2..ef83fd052e 100644 --- a/app/Api/V2/Controllers/Data/Bulk/AccountController.php +++ b/app/Api/V2/Controllers/Data/Bulk/AccountController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Data\Bulk; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Data/Export/AccountController.php b/app/Api/V2/Controllers/Data/Export/AccountController.php index 20a6b181ad..7c47fc383a 100644 --- a/app/Api/V2/Controllers/Data/Export/AccountController.php +++ b/app/Api/V2/Controllers/Data/Export/AccountController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Data\Export; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Data/MassDestroy/AccountController.php b/app/Api/V2/Controllers/Data/MassDestroy/AccountController.php index 6bb87bffd4..70343cb35f 100644 --- a/app/Api/V2/Controllers/Data/MassDestroy/AccountController.php +++ b/app/Api/V2/Controllers/Data/MassDestroy/AccountController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Data\MassDestroy; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Model/Account/ShowController.php b/app/Api/V2/Controllers/Model/Account/ShowController.php index dac2bf123c..8929e73581 100644 --- a/app/Api/V2/Controllers/Model/Account/ShowController.php +++ b/app/Api/V2/Controllers/Model/Account/ShowController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Model\Account; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Model/Bill/SumController.php b/app/Api/V2/Controllers/Model/Bill/SumController.php index 0735aa40b6..2df4c5aff4 100644 --- a/app/Api/V2/Controllers/Model/Bill/SumController.php +++ b/app/Api/V2/Controllers/Model/Bill/SumController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Model\Bill; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Model/Budget/ListController.php b/app/Api/V2/Controllers/Model/Budget/ListController.php index 99cfcfc017..ef1b81b988 100644 --- a/app/Api/V2/Controllers/Model/Budget/ListController.php +++ b/app/Api/V2/Controllers/Model/Budget/ListController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Model\Budget; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Model/Budget/SumController.php b/app/Api/V2/Controllers/Model/Budget/SumController.php index f3b2f56fd3..1b17ebcfaf 100644 --- a/app/Api/V2/Controllers/Model/Budget/SumController.php +++ b/app/Api/V2/Controllers/Model/Budget/SumController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Model\Budget; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Model/BudgetLimit/ListController.php b/app/Api/V2/Controllers/Model/BudgetLimit/ListController.php index 5335881054..f5a3d3026c 100644 --- a/app/Api/V2/Controllers/Model/BudgetLimit/ListController.php +++ b/app/Api/V2/Controllers/Model/BudgetLimit/ListController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Model\BudgetLimit; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/NetWorthController.php b/app/Api/V2/Controllers/NetWorthController.php index 635fa63026..388adfb376 100644 --- a/app/Api/V2/Controllers/NetWorthController.php +++ b/app/Api/V2/Controllers/NetWorthController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers; use FireflyIII\Api\V2\Request\Generic\SingleDateRequest; diff --git a/app/Api/V2/Controllers/Search/AccountController.php b/app/Api/V2/Controllers/Search/AccountController.php index 34043733d6..5963983e15 100644 --- a/app/Api/V2/Controllers/Search/AccountController.php +++ b/app/Api/V2/Controllers/Search/AccountController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Search; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/System/ConfigurationController.php b/app/Api/V2/Controllers/System/ConfigurationController.php index b5584267f3..381276530d 100644 --- a/app/Api/V2/Controllers/System/ConfigurationController.php +++ b/app/Api/V2/Controllers/System/ConfigurationController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\System; class ConfigurationController diff --git a/app/Api/V2/Controllers/System/DebugController.php b/app/Api/V2/Controllers/System/DebugController.php index 6727629c62..b275e9093d 100644 --- a/app/Api/V2/Controllers/System/DebugController.php +++ b/app/Api/V2/Controllers/System/DebugController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\System; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/System/PreferencesController.php b/app/Api/V2/Controllers/System/PreferencesController.php index e33c5ed301..8c3f8d8c0a 100644 --- a/app/Api/V2/Controllers/System/PreferencesController.php +++ b/app/Api/V2/Controllers/System/PreferencesController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\System; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Transaction/List/AccountController.php b/app/Api/V2/Controllers/Transaction/List/AccountController.php index bb24b3abd7..16c72175c8 100644 --- a/app/Api/V2/Controllers/Transaction/List/AccountController.php +++ b/app/Api/V2/Controllers/Transaction/List/AccountController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Transaction\List; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/Transaction/Sum/BillController.php b/app/Api/V2/Controllers/Transaction/Sum/BillController.php index b2c27cc392..0803ff4f8b 100644 --- a/app/Api/V2/Controllers/Transaction/Sum/BillController.php +++ b/app/Api/V2/Controllers/Transaction/Sum/BillController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers\Transaction\Sum; use FireflyIII\Api\V2\Controllers\Controller; diff --git a/app/Api/V2/Controllers/VersionUpdateController.php b/app/Api/V2/Controllers/VersionUpdateController.php index 471351ebfc..67ed5c0fda 100644 --- a/app/Api/V2/Controllers/VersionUpdateController.php +++ b/app/Api/V2/Controllers/VersionUpdateController.php @@ -1,5 +1,5 @@ . */ +declare(strict_types=1); + namespace FireflyIII\Api\V2\Controllers; /** diff --git a/frontend/src/i18n/bg_BG/index.js b/frontend/src/i18n/bg_BG/index.js index 2c0620dea0..e0029b83e1 100644 --- a/frontend/src/i18n/bg_BG/index.js +++ b/frontend/src/i18n/bg_BG/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "bg", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/cs_CZ/index.js b/frontend/src/i18n/cs_CZ/index.js index dd54f51392..94ef3b8869 100644 --- a/frontend/src/i18n/cs_CZ/index.js +++ b/frontend/src/i18n/cs_CZ/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "cs", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/da_DK/index.js b/frontend/src/i18n/da_DK/index.js index bfd5d9fa8d..87b6af4224 100644 --- a/frontend/src/i18n/da_DK/index.js +++ b/frontend/src/i18n/da_DK/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "da", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Kvartal til dato", "pref_MTD": "M\u00e5ned til dato" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/de_DE/index.js b/frontend/src/i18n/de_DE/index.js index 6862676cc7..c8bdc20972 100644 --- a/frontend/src/i18n/de_DE/index.js +++ b/frontend/src/i18n/de_DE/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "de", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quartal bis heute", "pref_MTD": "Monat bis heute" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/el_GR/index.js b/frontend/src/i18n/el_GR/index.js index 170660ce6b..3356616537 100644 --- a/frontend/src/i18n/el_GR/index.js +++ b/frontend/src/i18n/el_GR/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "el", @@ -201,4 +221,4 @@ export default { "pref_QTD": "\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03ae \u03c4\u03bf\u03c5 \u03c4\u03c1\u03b9\u03bc\u03ae\u03bd\u03bf\u03c5 \u03c9\u03c2 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1", "pref_MTD": "\u0391\u03c0\u03cc \u03c4\u03b7\u03bd\u03bd \u03b1\u03c1\u03c7\u03ae \u03c4\u03bf\u03c5 \u03bc\u03ae\u03bd\u03b1 \u03c9\u03c2 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/en_GB/index.js b/frontend/src/i18n/en_GB/index.js index 3c4df7f44c..ca16943f06 100644 --- a/frontend/src/i18n/en_GB/index.js +++ b/frontend/src/i18n/en_GB/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "en-gb", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/en_US/index.js b/frontend/src/i18n/en_US/index.js index 3ae840f4a3..9ce64294f8 100644 --- a/frontend/src/i18n/en_US/index.js +++ b/frontend/src/i18n/en_US/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "en", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/es_ES/index.js b/frontend/src/i18n/es_ES/index.js index 7b90e913c9..9c8bf60fe7 100644 --- a/frontend/src/i18n/es_ES/index.js +++ b/frontend/src/i18n/es_ES/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "es", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Trimestre hasta hoy", "pref_MTD": "Mes hasta hoy" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/fi_FI/index.js b/frontend/src/i18n/fi_FI/index.js index e8f8c19db5..9bc70d280e 100644 --- a/frontend/src/i18n/fi_FI/index.js +++ b/frontend/src/i18n/fi_FI/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "fi", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Nelj\u00e4nnesvuoden alusta", "pref_MTD": "Kuukauden alusta" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/fr_FR/index.js b/frontend/src/i18n/fr_FR/index.js index f8edd46a9e..cb27b1ac3b 100644 --- a/frontend/src/i18n/fr_FR/index.js +++ b/frontend/src/i18n/fr_FR/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "fr", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Ce trimestre", "pref_MTD": "Ce mois-ci" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/hu_HU/index.js b/frontend/src/i18n/hu_HU/index.js index 3776e66d7a..d9b1fbc408 100644 --- a/frontend/src/i18n/hu_HU/index.js +++ b/frontend/src/i18n/hu_HU/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "hu", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/id_ID/index.js b/frontend/src/i18n/id_ID/index.js index a58c87d5c5..d3927ed2c3 100644 --- a/frontend/src/i18n/id_ID/index.js +++ b/frontend/src/i18n/id_ID/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "id", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/it_IT/index.js b/frontend/src/i18n/it_IT/index.js index 8c4ef522a5..d9aeb2c0b2 100644 --- a/frontend/src/i18n/it_IT/index.js +++ b/frontend/src/i18n/it_IT/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "it", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Ultimo trimestre", "pref_MTD": "Ultimo mese" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/ja_JP/index.js b/frontend/src/i18n/ja_JP/index.js index d82995ef87..256a82a63e 100644 --- a/frontend/src/i18n/ja_JP/index.js +++ b/frontend/src/i18n/ja_JP/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "ja", @@ -201,4 +221,4 @@ export default { "pref_QTD": "\u4eca\u56db\u534a\u671f", "pref_MTD": "\u4eca\u6708" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/nb_NO/index.js b/frontend/src/i18n/nb_NO/index.js index c860d48456..873f37a497 100644 --- a/frontend/src/i18n/nb_NO/index.js +++ b/frontend/src/i18n/nb_NO/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "nb", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/nl_NL/index.js b/frontend/src/i18n/nl_NL/index.js index 00629d87b3..4951900e0c 100644 --- a/frontend/src/i18n/nl_NL/index.js +++ b/frontend/src/i18n/nl_NL/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "nl", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Kwartaal tot nu", "pref_MTD": "Maand tot nu" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/pl_PL/index.js b/frontend/src/i18n/pl_PL/index.js index 2e3abd3344..2b8651f94b 100644 --- a/frontend/src/i18n/pl_PL/index.js +++ b/frontend/src/i18n/pl_PL/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "pl", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Kwarta\u0142 do daty", "pref_MTD": "Miesi\u0105c do daty" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/pt_BR/index.js b/frontend/src/i18n/pt_BR/index.js index 67e073c0e1..3fe55c1fb1 100644 --- a/frontend/src/i18n/pt_BR/index.js +++ b/frontend/src/i18n/pt_BR/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "pt-br", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Trimestre at\u00e9 \u00e0 data", "pref_MTD": "M\u00eas at\u00e9 a data" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/pt_PT/index.js b/frontend/src/i18n/pt_PT/index.js index d75386204f..a0258bfd70 100644 --- a/frontend/src/i18n/pt_PT/index.js +++ b/frontend/src/i18n/pt_PT/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "pt", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/ro_RO/index.js b/frontend/src/i18n/ro_RO/index.js index a767c9630d..88d5f9bffe 100644 --- a/frontend/src/i18n/ro_RO/index.js +++ b/frontend/src/i18n/ro_RO/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "ro", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/ru_RU/index.js b/frontend/src/i18n/ru_RU/index.js index f8dc4bdba1..7f3e63790a 100644 --- a/frontend/src/i18n/ru_RU/index.js +++ b/frontend/src/i18n/ru_RU/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "ru", @@ -201,4 +221,4 @@ export default { "pref_QTD": "\u041a\u0432\u0430\u0440\u0442\u0430\u043b \u0434\u043e \u0441\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u0435\u0433\u043e \u0434\u043d\u044f", "pref_MTD": "\u041c\u0435\u0441\u044f\u0446 \u0434\u043e \u0441\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u0435\u0433\u043e \u0434\u043d\u044f" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/sk_SK/index.js b/frontend/src/i18n/sk_SK/index.js index 51ce822a46..f61185d091 100644 --- a/frontend/src/i18n/sk_SK/index.js +++ b/frontend/src/i18n/sk_SK/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "sk", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/sl_SI/index.js b/frontend/src/i18n/sl_SI/index.js index 3c463614e2..ee2d72931f 100644 --- a/frontend/src/i18n/sl_SI/index.js +++ b/frontend/src/i18n/sl_SI/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "sl", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/sv_SE/index.js b/frontend/src/i18n/sv_SE/index.js index 8158b884ea..bf059018c3 100644 --- a/frontend/src/i18n/sv_SE/index.js +++ b/frontend/src/i18n/sv_SE/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "sv", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Kvartal hittills", "pref_MTD": "M\u00e5nad hittills" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/tr_TR/index.js b/frontend/src/i18n/tr_TR/index.js index 1d729d4783..e942d53e46 100644 --- a/frontend/src/i18n/tr_TR/index.js +++ b/frontend/src/i18n/tr_TR/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "tr", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Bug\u00fcne kadar tarih", "pref_MTD": "Bug\u00fcne kadar ay" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/uk_UA/index.js b/frontend/src/i18n/uk_UA/index.js index 53a8de2f7f..57eebb7ffb 100644 --- a/frontend/src/i18n/uk_UA/index.js +++ b/frontend/src/i18n/uk_UA/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "uk", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/vi_VN/index.js b/frontend/src/i18n/vi_VN/index.js index b19e61b7a2..b96d278219 100644 --- a/frontend/src/i18n/vi_VN/index.js +++ b/frontend/src/i18n/vi_VN/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "vi", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/zh_CN/index.js b/frontend/src/i18n/zh_CN/index.js index dce65c55b3..f7c4991a88 100644 --- a/frontend/src/i18n/zh_CN/index.js +++ b/frontend/src/i18n/zh_CN/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "zh-cn", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/zh_TW/index.js b/frontend/src/i18n/zh_TW/index.js index 76f44e59c5..ca4bd321f8 100644 --- a/frontend/src/i18n/zh_TW/index.js +++ b/frontend/src/i18n/zh_TW/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + export default { "config": { "html_language": "zh-tw", @@ -201,4 +221,4 @@ export default { "pref_QTD": "Quarter to date", "pref_MTD": "Month to date" } -} \ No newline at end of file +} diff --git a/frontend/src/stores/fireflyiii.js b/frontend/src/stores/fireflyiii.js index 7f792c8095..842a18e7e2 100644 --- a/frontend/src/stores/fireflyiii.js +++ b/frontend/src/stores/fireflyiii.js @@ -1,3 +1,23 @@ +/* + * fireflyiii.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + import {defineStore} from 'pinia'; import { endOfDay, diff --git a/frontend/src/stores/index.js b/frontend/src/stores/index.js index ca5bee5517..0bc33d198f 100644 --- a/frontend/src/stores/index.js +++ b/frontend/src/stores/index.js @@ -1,3 +1,23 @@ +/* + * index.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + import { store } from 'quasar/wrappers' import { createPinia } from 'pinia' diff --git a/frontend/src/stores/store-flag.d.ts b/frontend/src/stores/store-flag.d.ts index 7677175b00..f7f914fd5a 100644 --- a/frontend/src/stores/store-flag.d.ts +++ b/frontend/src/stores/store-flag.d.ts @@ -1,3 +1,23 @@ +/* + * store-flag.d.ts + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + /* eslint-disable */ // THIS FEATURE-FLAG FILE IS AUTOGENERATED, // REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING diff --git a/frontend/src/stores/teststore.js b/frontend/src/stores/teststore.js index f17398f24a..6d541c97d5 100644 --- a/frontend/src/stores/teststore.js +++ b/frontend/src/stores/teststore.js @@ -1,3 +1,23 @@ +/* + * teststore.js + * Copyright (c) 2022 james@firefly-iii.org + * + * This file is part of Firefly III (https://github.com/firefly-iii). + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + import { defineStore } from 'pinia'; export const useCounterStore = defineStore('counter', { diff --git a/public/v3/index.html b/public/v3/index.html index 550e7d7af7..9d26ef9eb2 100644 --- a/public/v3/index.html +++ b/public/v3/index.html @@ -1 +1,21 @@ -Firefly III
\ No newline at end of file + + +Firefly III
diff --git a/resources/lang/bg_BG/firefly.php b/resources/lang/bg_BG/firefly.php index 061a618f44..0c82d22ffb 100644 --- a/resources/lang/bg_BG/firefly.php +++ b/resources/lang/bg_BG/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php index 078448c228..e368d685ce 100644 --- a/resources/lang/cs_CZ/firefly.php +++ b/resources/lang/cs_CZ/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/da_DK/firefly.php b/resources/lang/da_DK/firefly.php index 2f81dc3e4a..d3ca0cd03a 100644 --- a/resources/lang/da_DK/firefly.php +++ b/resources/lang/da_DK/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 023e604469..00d9dd0cdd 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php index c69f829edf..125ffb7dc7 100644 --- a/resources/lang/el_GR/firefly.php +++ b/resources/lang/el_GR/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/en_GB/firefly.php b/resources/lang/en_GB/firefly.php index 52a0375fb9..f04b76f291 100644 --- a/resources/lang/en_GB/firefly.php +++ b/resources/lang/en_GB/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 383da2a968..428a86c3d0 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/fi_FI/firefly.php b/resources/lang/fi_FI/firefly.php index e78a2808b9..557d4970bd 100644 --- a/resources/lang/fi_FI/firefly.php +++ b/resources/lang/fi_FI/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 21dcfa96f3..24020d3f25 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purger des données de Firefly III', - 'purge_data_expl' => '« Purge» signifie « supprimer ce qui est déjà supprimé». Dans des circonstances normales, Firefly III ne supprime rien définitivement. Il ne fait que le cacher. Cela peut être ennuyeux lorsque vous importez des données d\'autres sources, car les transactions supprimées seront toujours reconnues comme doublons possibles. Le bouton ci-dessous supprime tous ces enregistrements précédemment "supprimés".', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Supprimer et purger les données', 'purge_all_data' => 'Purger tous les enregistrements supprimés', 'purge_data' => 'Purger les données', diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php index d4757f8989..5939903d2f 100644 --- a/resources/lang/hu_HU/firefly.php +++ b/resources/lang/hu_HU/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index 9a5c2fe8cd..047326196c 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index 0c22ed801f..c0d9b9d474 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/ja_JP/firefly.php b/resources/lang/ja_JP/firefly.php index 146fcf5a2c..74a5390019 100644 --- a/resources/lang/ja_JP/firefly.php +++ b/resources/lang/ja_JP/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/ko_KR/firefly.php b/resources/lang/ko_KR/firefly.php index df8e7ab4bb..b25a0abae7 100644 --- a/resources/lang/ko_KR/firefly.php +++ b/resources/lang/ko_KR/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php index 2d413743ae..91486684b4 100644 --- a/resources/lang/nb_NO/firefly.php +++ b/resources/lang/nb_NO/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 25a29e9d36..39df0f4f2a 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index a0cca72758..4a2d326c18 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index f7108c9c57..a9cd386827 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/pt_PT/firefly.php b/resources/lang/pt_PT/firefly.php index 3410591201..01b1539aa0 100644 --- a/resources/lang/pt_PT/firefly.php +++ b/resources/lang/pt_PT/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php index e20ed6005c..1c02a3d784 100644 --- a/resources/lang/ro_RO/firefly.php +++ b/resources/lang/ro_RO/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 57140e41e3..886ae1217b 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/sk_SK/firefly.php b/resources/lang/sk_SK/firefly.php index 6e52475c29..09f18f9624 100644 --- a/resources/lang/sk_SK/firefly.php +++ b/resources/lang/sk_SK/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 65434f6aed..08e7f13b56 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/sv_SE/firefly.php b/resources/lang/sv_SE/firefly.php index e260d8dfe7..0ccd9fa45e 100644 --- a/resources/lang/sv_SE/firefly.php +++ b/resources/lang/sv_SE/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/th_TH/firefly.php b/resources/lang/th_TH/firefly.php index 6c3378161f..1155573895 100644 --- a/resources/lang/th_TH/firefly.php +++ b/resources/lang/th_TH/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index acfafb4a3a..e515b48a60 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -1337,7 +1337,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/uk_UA/firefly.php b/resources/lang/uk_UA/firefly.php index a1e375da9a..699845d6ae 100644 --- a/resources/lang/uk_UA/firefly.php +++ b/resources/lang/uk_UA/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Видалити та очистити дані', 'purge_all_data' => 'Знищити всі видалені записи', 'purge_data' => 'Очистити дані', diff --git a/resources/lang/vi_VN/firefly.php b/resources/lang/vi_VN/firefly.php index 2812fc20ae..9e3540a56c 100644 --- a/resources/lang/vi_VN/firefly.php +++ b/resources/lang/vi_VN/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php index c935bef7f7..d9d5547bd1 100644 --- a/resources/lang/zh_CN/firefly.php +++ b/resources/lang/zh_CN/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data', diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 2f86891ad7..fd9077acca 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -1336,7 +1336,7 @@ return [ // profile: 'purge_data_title' => 'Purge data from Firefly III', - 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.', + 'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.', 'delete_stuff_header' => 'Delete and purge data', 'purge_all_data' => 'Purge all deleted records', 'purge_data' => 'Purge data',