From 7170931464c0215e4d2c363c64d31f3453a2b8d5 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:09:44 +0200 Subject: [PATCH] Auto commit for release 'develop' on 2024-05-20 --- config/firefly.php | 2 +- package-lock.json | 6 +++--- resources/lang/fr_FR/validation.php | 2 +- resources/lang/ru_RU/validation.php | 2 +- resources/lang/sl_SI/validation.php | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/firefly.php b/config/firefly.php index fb426c89db..e591182908 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -117,7 +117,7 @@ return [ 'expression_engine' => false, // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2024-05-19', + 'version' => 'develop/2024-05-20', 'api_version' => '2.1.0', 'db_version' => 24, diff --git a/package-lock.json b/package-lock.json index ad1feacd2e..f1f47f2c3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3539,9 +3539,9 @@ } }, "node_modules/axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.0.tgz", + "integrity": "sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA==", "dev": true, "dependencies": { "follow-redirects": "^1.15.6", diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 515225591e..0658179764 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -34,7 +34,7 @@ declare(strict_types=1); return [ - 'bad_api_filter' => 'This API endpoint does not support ":filter" as a filter.', + 'bad_api_filter' => 'Ce point de terminaison d\'API ne supporte pas «:filter» comme filtre.', 'bad_type_source' => 'Firefly III ne peut pas déterminer le type de transaction basé sur ce compte source.', 'bad_type_destination' => 'Firefly III ne peut pas déterminer le type de transaction basé sur ce compte de destination.', 'missing_where' => 'La requête ne contient pas de clause "where"', diff --git a/resources/lang/ru_RU/validation.php b/resources/lang/ru_RU/validation.php index 0a2f2eccc5..cd298583f0 100644 --- a/resources/lang/ru_RU/validation.php +++ b/resources/lang/ru_RU/validation.php @@ -34,7 +34,7 @@ declare(strict_types=1); return [ - 'bad_api_filter' => 'This API endpoint does not support ":filter" as a filter.', + 'bad_api_filter' => 'Конечная точка API не поддерживает ":filter" в качестве фильтра.', 'bad_type_source' => 'Firefly III не может определить тип транзакции на основе этого исходного счета.', 'bad_type_destination' => 'Firefly III не может определить тип транзакции на основе этого счета.', 'missing_where' => 'В массиве отсутствует связка "where" ("где")', diff --git a/resources/lang/sl_SI/validation.php b/resources/lang/sl_SI/validation.php index 0d3a659958..4766959b0e 100644 --- a/resources/lang/sl_SI/validation.php +++ b/resources/lang/sl_SI/validation.php @@ -34,7 +34,7 @@ declare(strict_types=1); return [ - 'bad_api_filter' => 'This API endpoint does not support ":filter" as a filter.', + 'bad_api_filter' => 'Ta API končna točka ne podpira ":filter" kot filtra.', 'bad_type_source' => 'Na podlagi tega izvornega računa Firefly III ne more določiti vrste transakcije.', 'bad_type_destination' => 'Na podlagi tega ciljnega računa Firefly III ne more določiti vrste transakcije.', 'missing_where' => 'Matriki manjka člen "kjer"',