mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update copyright.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* AccountController.php
|
* AccountController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Autocomplete;
|
namespace FireflyIII\Api\V2\Controllers\Autocomplete;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* AccountController.php
|
* AccountController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Chart;
|
namespace FireflyIII\Api\V2\Controllers\Chart;
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* Controller.php
|
* Controller.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers;
|
namespace FireflyIII\Api\V2\Controllers;
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* AccountController.php
|
* AccountController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Data\Bulk;
|
namespace FireflyIII\Api\V2\Controllers\Data\Bulk;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* AccountController.php
|
* AccountController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Data\Export;
|
namespace FireflyIII\Api\V2\Controllers\Data\Export;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* AccountController.php
|
* AccountController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Data\MassDestroy;
|
namespace FireflyIII\Api\V2\Controllers\Data\MassDestroy;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* ShowController.php
|
* ShowController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Model\Account;
|
namespace FireflyIII\Api\V2\Controllers\Model\Account;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* SumController.php
|
* SumController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Model\Bill;
|
namespace FireflyIII\Api\V2\Controllers\Model\Bill;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* ListController.php
|
* ListController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Model\Budget;
|
namespace FireflyIII\Api\V2\Controllers\Model\Budget;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* SumController.php
|
* SumController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Model\Budget;
|
namespace FireflyIII\Api\V2\Controllers\Model\Budget;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* ListController.php
|
* ListController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Model\BudgetLimit;
|
namespace FireflyIII\Api\V2\Controllers\Model\BudgetLimit;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* NetWorthController.php
|
* NetWorthController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers;
|
namespace FireflyIII\Api\V2\Controllers;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Request\Generic\SingleDateRequest;
|
use FireflyIII\Api\V2\Request\Generic\SingleDateRequest;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* AccountController.php
|
* AccountController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Search;
|
namespace FireflyIII\Api\V2\Controllers\Search;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* ConfigurationController.php
|
* ConfigurationController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\System;
|
namespace FireflyIII\Api\V2\Controllers\System;
|
||||||
|
|
||||||
class ConfigurationController
|
class ConfigurationController
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* DebugController.php
|
* DebugController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\System;
|
namespace FireflyIII\Api\V2\Controllers\System;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* PreferencesController.php
|
* PreferencesController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\System;
|
namespace FireflyIII\Api\V2\Controllers\System;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* AccountController.php
|
* AccountController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Transaction\List;
|
namespace FireflyIII\Api\V2\Controllers\Transaction\List;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* BillController.php
|
* BillController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Transaction\Sum;
|
namespace FireflyIII\Api\V2\Controllers\Transaction\Sum;
|
||||||
|
|
||||||
use FireflyIII\Api\V2\Controllers\Controller;
|
use FireflyIII\Api\V2\Controllers\Controller;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* VersionUpdateController.php
|
* VersionUpdateController.php
|
||||||
* Copyright (c) 2022 james@firefly-iii.org
|
* Copyright (c) 2022 james@firefly-iii.org
|
||||||
@@ -20,6 +20,8 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers;
|
namespace FireflyIII\Api\V2\Controllers;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
22
frontend/src/i18n/bg_BG/index.js
vendored
22
frontend/src/i18n/bg_BG/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "bg",
|
"html_language": "bg",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/cs_CZ/index.js
vendored
22
frontend/src/i18n/cs_CZ/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "cs",
|
"html_language": "cs",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/da_DK/index.js
vendored
22
frontend/src/i18n/da_DK/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "da",
|
"html_language": "da",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Kvartal til dato",
|
"pref_QTD": "Kvartal til dato",
|
||||||
"pref_MTD": "M\u00e5ned til dato"
|
"pref_MTD": "M\u00e5ned til dato"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/de_DE/index.js
vendored
22
frontend/src/i18n/de_DE/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "de",
|
"html_language": "de",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quartal bis heute",
|
"pref_QTD": "Quartal bis heute",
|
||||||
"pref_MTD": "Monat bis heute"
|
"pref_MTD": "Monat bis heute"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/el_GR/index.js
vendored
22
frontend/src/i18n/el_GR/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "el",
|
"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_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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/en_GB/index.js
vendored
22
frontend/src/i18n/en_GB/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "en-gb",
|
"html_language": "en-gb",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/en_US/index.js
vendored
22
frontend/src/i18n/en_US/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "en",
|
"html_language": "en",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/es_ES/index.js
vendored
22
frontend/src/i18n/es_ES/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "es",
|
"html_language": "es",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Trimestre hasta hoy",
|
"pref_QTD": "Trimestre hasta hoy",
|
||||||
"pref_MTD": "Mes hasta hoy"
|
"pref_MTD": "Mes hasta hoy"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/fi_FI/index.js
vendored
22
frontend/src/i18n/fi_FI/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "fi",
|
"html_language": "fi",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Nelj\u00e4nnesvuoden alusta",
|
"pref_QTD": "Nelj\u00e4nnesvuoden alusta",
|
||||||
"pref_MTD": "Kuukauden alusta"
|
"pref_MTD": "Kuukauden alusta"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/fr_FR/index.js
vendored
22
frontend/src/i18n/fr_FR/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "fr",
|
"html_language": "fr",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Ce trimestre",
|
"pref_QTD": "Ce trimestre",
|
||||||
"pref_MTD": "Ce mois-ci"
|
"pref_MTD": "Ce mois-ci"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/hu_HU/index.js
vendored
22
frontend/src/i18n/hu_HU/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "hu",
|
"html_language": "hu",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/id_ID/index.js
vendored
22
frontend/src/i18n/id_ID/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "id",
|
"html_language": "id",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/it_IT/index.js
vendored
22
frontend/src/i18n/it_IT/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "it",
|
"html_language": "it",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Ultimo trimestre",
|
"pref_QTD": "Ultimo trimestre",
|
||||||
"pref_MTD": "Ultimo mese"
|
"pref_MTD": "Ultimo mese"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/ja_JP/index.js
vendored
22
frontend/src/i18n/ja_JP/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "ja",
|
"html_language": "ja",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "\u4eca\u56db\u534a\u671f",
|
"pref_QTD": "\u4eca\u56db\u534a\u671f",
|
||||||
"pref_MTD": "\u4eca\u6708"
|
"pref_MTD": "\u4eca\u6708"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/nb_NO/index.js
vendored
22
frontend/src/i18n/nb_NO/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "nb",
|
"html_language": "nb",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/nl_NL/index.js
vendored
22
frontend/src/i18n/nl_NL/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "nl",
|
"html_language": "nl",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Kwartaal tot nu",
|
"pref_QTD": "Kwartaal tot nu",
|
||||||
"pref_MTD": "Maand tot nu"
|
"pref_MTD": "Maand tot nu"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/pl_PL/index.js
vendored
22
frontend/src/i18n/pl_PL/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "pl",
|
"html_language": "pl",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Kwarta\u0142 do daty",
|
"pref_QTD": "Kwarta\u0142 do daty",
|
||||||
"pref_MTD": "Miesi\u0105c do daty"
|
"pref_MTD": "Miesi\u0105c do daty"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/pt_BR/index.js
vendored
22
frontend/src/i18n/pt_BR/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "pt-br",
|
"html_language": "pt-br",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Trimestre at\u00e9 \u00e0 data",
|
"pref_QTD": "Trimestre at\u00e9 \u00e0 data",
|
||||||
"pref_MTD": "M\u00eas at\u00e9 a data"
|
"pref_MTD": "M\u00eas at\u00e9 a data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/pt_PT/index.js
vendored
22
frontend/src/i18n/pt_PT/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "pt",
|
"html_language": "pt",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/ro_RO/index.js
vendored
22
frontend/src/i18n/ro_RO/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "ro",
|
"html_language": "ro",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/ru_RU/index.js
vendored
22
frontend/src/i18n/ru_RU/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "ru",
|
"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_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"
|
"pref_MTD": "\u041c\u0435\u0441\u044f\u0446 \u0434\u043e \u0441\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u0435\u0433\u043e \u0434\u043d\u044f"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/sk_SK/index.js
vendored
22
frontend/src/i18n/sk_SK/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "sk",
|
"html_language": "sk",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/sl_SI/index.js
vendored
22
frontend/src/i18n/sl_SI/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "sl",
|
"html_language": "sl",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/sv_SE/index.js
vendored
22
frontend/src/i18n/sv_SE/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "sv",
|
"html_language": "sv",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Kvartal hittills",
|
"pref_QTD": "Kvartal hittills",
|
||||||
"pref_MTD": "M\u00e5nad hittills"
|
"pref_MTD": "M\u00e5nad hittills"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/tr_TR/index.js
vendored
22
frontend/src/i18n/tr_TR/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "tr",
|
"html_language": "tr",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Bug\u00fcne kadar tarih",
|
"pref_QTD": "Bug\u00fcne kadar tarih",
|
||||||
"pref_MTD": "Bug\u00fcne kadar ay"
|
"pref_MTD": "Bug\u00fcne kadar ay"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/uk_UA/index.js
vendored
22
frontend/src/i18n/uk_UA/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "uk",
|
"html_language": "uk",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/vi_VN/index.js
vendored
22
frontend/src/i18n/vi_VN/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "vi",
|
"html_language": "vi",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/zh_CN/index.js
vendored
22
frontend/src/i18n/zh_CN/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "zh-cn",
|
"html_language": "zh-cn",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
22
frontend/src/i18n/zh_TW/index.js
vendored
22
frontend/src/i18n/zh_TW/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "zh-tw",
|
"html_language": "zh-tw",
|
||||||
@@ -201,4 +221,4 @@ export default {
|
|||||||
"pref_QTD": "Quarter to date",
|
"pref_QTD": "Quarter to date",
|
||||||
"pref_MTD": "Month to date"
|
"pref_MTD": "Month to date"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
20
frontend/src/stores/fireflyiii.js
vendored
20
frontend/src/stores/fireflyiii.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
import {defineStore} from 'pinia';
|
import {defineStore} from 'pinia';
|
||||||
import {
|
import {
|
||||||
endOfDay,
|
endOfDay,
|
||||||
|
|||||||
20
frontend/src/stores/index.js
vendored
20
frontend/src/stores/index.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
import { store } from 'quasar/wrappers'
|
import { store } from 'quasar/wrappers'
|
||||||
import { createPinia } from 'pinia'
|
import { createPinia } from 'pinia'
|
||||||
|
|
||||||
|
|||||||
20
frontend/src/stores/store-flag.d.ts
vendored
20
frontend/src/stores/store-flag.d.ts
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
// THIS FEATURE-FLAG FILE IS AUTOGENERATED,
|
// THIS FEATURE-FLAG FILE IS AUTOGENERATED,
|
||||||
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING
|
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING
|
||||||
|
|||||||
20
frontend/src/stores/teststore.js
vendored
20
frontend/src/stores/teststore.js
vendored
@@ -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 <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
|
|
||||||
export const useCounterStore = defineStore('counter', {
|
export const useCounterStore = defineStore('counter', {
|
||||||
|
|||||||
@@ -1 +1,21 @@
|
|||||||
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta name=description content="Personal finances manager"><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><link rel=icon type=image/png sizes=32x32 href=favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=favicon-16x16.png><link rel=apple-touch-icon sizes=76x76 href=maskable76.png><link rel=apple-touch-icon sizes=120x120 href=maskable120.png><link rel=apple-touch-icon sizes=152x152 href=maskable152.png><link rel=apple-touch-icon sizes=180x180 href=apple-touch-icon.png><link rel=mask-icon href=safari-pinned-tab.svg color=#3c8dbc><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link rel=manifest href=manifest.webmanifest><meta name=msapplication-TileColor content=#1e6581><meta name=msapplication-TileImage content=maskable512.png><meta name=msapplication-tap-highlight content=no><meta name=application-name content="Firefly III"><meta name=robots content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir"><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-title content="Firefly III"><meta name=application-name content="Firefly III"><meta name=msapplication-TileColor content=#3c8dbc><meta name=msapplication-TileImage content="mstile-144x144.png?v=3e8AboOwbd"><meta name=theme-color content=#3c8dbc><script defer src=/v3/js/vendor.2185bd8c.js></script><script defer src=/v3/js/app.fc9b9b3a.js></script><link href=/v3/css/vendor.bbc37707.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
<!--
|
||||||
|
~ index.html
|
||||||
|
~ 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 <https://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta name=description content="Personal finances manager"><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><link rel=icon type=image/png sizes=32x32 href=favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=favicon-16x16.png><link rel=apple-touch-icon sizes=76x76 href=maskable76.png><link rel=apple-touch-icon sizes=120x120 href=maskable120.png><link rel=apple-touch-icon sizes=152x152 href=maskable152.png><link rel=apple-touch-icon sizes=180x180 href=apple-touch-icon.png><link rel=mask-icon href=safari-pinned-tab.svg color=#3c8dbc><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link rel=manifest href=manifest.webmanifest><meta name=msapplication-TileColor content=#1e6581><meta name=msapplication-TileImage content=maskable512.png><meta name=msapplication-tap-highlight content=no><meta name=application-name content="Firefly III"><meta name=robots content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir"><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-title content="Firefly III"><meta name=application-name content="Firefly III"><meta name=msapplication-TileColor content=#3c8dbc><meta name=msapplication-TileImage content="mstile-144x144.png?v=3e8AboOwbd"><meta name=theme-color content=#3c8dbc><script defer src=/v3/js/vendor.2185bd8c.js></script><script defer src=/v3/js/app.fc9b9b3a.js></script><link href=/v3/css/vendor.bbc37707.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purger des données de Firefly III',
|
'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',
|
'delete_stuff_header' => 'Supprimer et purger les données',
|
||||||
'purge_all_data' => 'Purger tous les enregistrements supprimés',
|
'purge_all_data' => 'Purger tous les enregistrements supprimés',
|
||||||
'purge_data' => 'Purger les données',
|
'purge_data' => 'Purger les données',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1337,7 +1337,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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_stuff_header' => 'Видалити та очистити дані',
|
||||||
'purge_all_data' => 'Знищити всі видалені записи',
|
'purge_all_data' => 'Знищити всі видалені записи',
|
||||||
'purge_data' => 'Очистити дані',
|
'purge_data' => 'Очистити дані',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
@@ -1336,7 +1336,7 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'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',
|
'delete_stuff_header' => 'Delete and purge data',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Purge all deleted records',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Purge data',
|
||||||
|
|||||||
Reference in New Issue
Block a user