mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update meta-files for new release.
This commit is contained in:
parent
dc26ce308d
commit
a2e07b1518
17
changelog.md
17
changelog.md
@ -2,6 +2,23 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 6.0.8 - 2023-04-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- [Issue 7351](https://github.com/firefly-iii/firefly-iii/issues/7351) Optional command to force the decimal size.
|
||||||
|
- [Issue 7352](https://github.com/firefly-iii/firefly-iii/issues/7352) Optional command to force the migrations.
|
||||||
|
- [Issue 7354](https://github.com/firefly-iii/firefly-iii/issues/7354) The new v3 layout will redirect to the index when unauthenticated, thanks @corcom!
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [Issue 7349](https://github.com/firefly-iii/firefly-iii/issues/7349) Missing tables in PostgreSQL script.
|
||||||
|
- [Issue 7358](https://github.com/firefly-iii/firefly-iii/issues/7358) Could not create liabilities with a pre-set amount.
|
||||||
|
- Fix date field in bill warning mail.
|
||||||
|
- Fix installer script.
|
||||||
|
- Remove attachment paperclip from transactions with deleted attachments.
|
||||||
|
|
||||||
|
### API
|
||||||
|
- [Issue 7347](https://github.com/firefly-iii/firefly-iii/issues/7347) API made rules would be inactive by default.
|
||||||
|
|
||||||
## v6.0.7 - 2023-04-09
|
## v6.0.7 - 2023-04-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
282
composer.lock
generated
282
composer.lock
generated
@ -473,16 +473,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
"version": "3.6.1",
|
"version": "3.6.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/dbal.git",
|
"url": "https://github.com/doctrine/dbal.git",
|
||||||
"reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e"
|
"reference": "b4bd1cfbd2b916951696d82e57d054394d84864c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/b4bd1cfbd2b916951696d82e57d054394d84864c",
|
||||||
"reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
|
"reference": "b4bd1cfbd2b916951696d82e57d054394d84864c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -498,9 +498,9 @@
|
|||||||
"doctrine/coding-standard": "11.1.0",
|
"doctrine/coding-standard": "11.1.0",
|
||||||
"fig/log-test": "^1",
|
"fig/log-test": "^1",
|
||||||
"jetbrains/phpstorm-stubs": "2022.3",
|
"jetbrains/phpstorm-stubs": "2022.3",
|
||||||
"phpstan/phpstan": "1.10.3",
|
"phpstan/phpstan": "1.10.9",
|
||||||
"phpstan/phpstan-strict-rules": "^1.5",
|
"phpstan/phpstan-strict-rules": "^1.5",
|
||||||
"phpunit/phpunit": "9.6.4",
|
"phpunit/phpunit": "9.6.6",
|
||||||
"psalm/plugin-phpunit": "0.18.4",
|
"psalm/plugin-phpunit": "0.18.4",
|
||||||
"squizlabs/php_codesniffer": "3.7.2",
|
"squizlabs/php_codesniffer": "3.7.2",
|
||||||
"symfony/cache": "^5.4|^6.0",
|
"symfony/cache": "^5.4|^6.0",
|
||||||
@ -565,7 +565,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/dbal/issues",
|
"issues": "https://github.com/doctrine/dbal/issues",
|
||||||
"source": "https://github.com/doctrine/dbal/tree/3.6.1"
|
"source": "https://github.com/doctrine/dbal/tree/3.6.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -581,7 +581,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-02T19:26:24+00:00"
|
"time": "2023-04-14T07:25:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/deprecations",
|
"name": "doctrine/deprecations",
|
||||||
@ -1068,16 +1068,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "filp/whoops",
|
"name": "filp/whoops",
|
||||||
"version": "2.15.1",
|
"version": "2.15.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/filp/whoops.git",
|
"url": "https://github.com/filp/whoops.git",
|
||||||
"reference": "e864ac957acd66e1565f25efda61e37791a5db0b"
|
"reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/filp/whoops/zipball/e864ac957acd66e1565f25efda61e37791a5db0b",
|
"url": "https://api.github.com/repos/filp/whoops/zipball/aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
|
||||||
"reference": "e864ac957acd66e1565f25efda61e37791a5db0b",
|
"reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1127,7 +1127,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/filp/whoops/issues",
|
"issues": "https://github.com/filp/whoops/issues",
|
||||||
"source": "https://github.com/filp/whoops/tree/2.15.1"
|
"source": "https://github.com/filp/whoops/tree/2.15.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1135,7 +1135,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-06T18:09:13+00:00"
|
"time": "2023-04-12T12:00:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firebase/php-jwt",
|
"name": "firebase/php-jwt",
|
||||||
@ -1944,16 +1944,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v10.6.2",
|
"version": "v10.7.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/framework.git",
|
"url": "https://github.com/laravel/framework.git",
|
||||||
"reference": "13dc93889617427352f72b6aa8b195b252af1197"
|
"reference": "ddbbb2b50388721fe63312bb4469cae13163fd36"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/framework/zipball/13dc93889617427352f72b6aa8b195b252af1197",
|
"url": "https://api.github.com/repos/laravel/framework/zipball/ddbbb2b50388721fe63312bb4469cae13163fd36",
|
||||||
"reference": "13dc93889617427352f72b6aa8b195b252af1197",
|
"reference": "ddbbb2b50388721fe63312bb4469cae13163fd36",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2140,7 +2140,7 @@
|
|||||||
"issues": "https://github.com/laravel/framework/issues",
|
"issues": "https://github.com/laravel/framework/issues",
|
||||||
"source": "https://github.com/laravel/framework"
|
"source": "https://github.com/laravel/framework"
|
||||||
},
|
},
|
||||||
"time": "2023-04-05T15:28:17+00:00"
|
"time": "2023-04-11T14:11:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/passport",
|
"name": "laravel/passport",
|
||||||
@ -3010,16 +3010,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/flysystem",
|
"name": "league/flysystem",
|
||||||
"version": "3.12.3",
|
"version": "3.14.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/flysystem.git",
|
"url": "https://github.com/thephpleague/flysystem.git",
|
||||||
"reference": "81e87e74dd5213795c7846d65089712d2dda90ce"
|
"reference": "e2a279d7f47d9098e479e8b21f7fb8b8de230158"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/81e87e74dd5213795c7846d65089712d2dda90ce",
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e2a279d7f47d9098e479e8b21f7fb8b8de230158",
|
||||||
"reference": "81e87e74dd5213795c7846d65089712d2dda90ce",
|
"reference": "e2a279d7f47d9098e479e8b21f7fb8b8de230158",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -3081,7 +3081,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/thephpleague/flysystem/issues",
|
"issues": "https://github.com/thephpleague/flysystem/issues",
|
||||||
"source": "https://github.com/thephpleague/flysystem/tree/3.12.3"
|
"source": "https://github.com/thephpleague/flysystem/tree/3.14.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -3091,13 +3091,9 @@
|
|||||||
{
|
{
|
||||||
"url": "https://github.com/frankdejonge",
|
"url": "https://github.com/frankdejonge",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|
||||||
"type": "tidelift"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-02-18T15:32:41+00:00"
|
"time": "2023-04-11T18:11:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/fractal",
|
"name": "league/fractal",
|
||||||
@ -3893,40 +3889,40 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nunomaduro/collision",
|
"name": "nunomaduro/collision",
|
||||||
"version": "v7.4.0",
|
"version": "v7.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nunomaduro/collision.git",
|
"url": "https://github.com/nunomaduro/collision.git",
|
||||||
"reference": "42bab217d4913d6610f341d0468cec860aae165e"
|
"reference": "bbbc6fb9c1ee88f8aa38e47abd15c465f946f85e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/42bab217d4913d6610f341d0468cec860aae165e",
|
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/bbbc6fb9c1ee88f8aa38e47abd15c465f946f85e",
|
||||||
"reference": "42bab217d4913d6610f341d0468cec860aae165e",
|
"reference": "bbbc6fb9c1ee88f8aa38e47abd15c465f946f85e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"filp/whoops": "^2.15.1",
|
"filp/whoops": "^2.15.2",
|
||||||
"nunomaduro/termwind": "^1.15.1",
|
"nunomaduro/termwind": "^1.15.1",
|
||||||
"php": "^8.1.0",
|
"php": "^8.1.0",
|
||||||
"symfony/console": "^6.2.7"
|
"symfony/console": "^6.2.8"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"phpunit/phpunit": "<10.0.17"
|
"phpunit/phpunit": "<10.1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"brianium/paratest": "^7.1.2",
|
"brianium/paratest": "^7.1.3",
|
||||||
"laravel/framework": "^10.5.1",
|
"laravel/framework": "^10.7.1",
|
||||||
"laravel/pint": "^1.7.0",
|
"laravel/pint": "^1.8.0",
|
||||||
"laravel/sail": "^1.21.3",
|
"laravel/sail": "^1.21.4",
|
||||||
"laravel/sanctum": "^3.2.1",
|
"laravel/sanctum": "^3.2.1",
|
||||||
"laravel/tinker": "^2.8.1",
|
"laravel/tinker": "^2.8.1",
|
||||||
"nunomaduro/larastan": "^2.5.1",
|
"nunomaduro/larastan": "^2.5.1",
|
||||||
"orchestra/testbench-core": "^8.2.0",
|
"orchestra/testbench-core": "^8.4.2",
|
||||||
"pestphp/pest": "^2.3.0",
|
"pestphp/pest": "^2.5.0",
|
||||||
"phpunit/phpunit": "^10.0.19",
|
"phpunit/phpunit": "^10.1.0",
|
||||||
"sebastian/environment": "^6.0.0",
|
"sebastian/environment": "^6.0.1",
|
||||||
"spatie/laravel-ignition": "^2.0.0"
|
"spatie/laravel-ignition": "^2.1.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -3985,7 +3981,7 @@
|
|||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-31T08:17:12+00:00"
|
"time": "2023-04-14T10:39:16+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nunomaduro/termwind",
|
"name": "nunomaduro/termwind",
|
||||||
@ -4270,26 +4266,26 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-http/message-factory",
|
"name": "php-http/message-factory",
|
||||||
"version": "v1.0.2",
|
"version": "1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-http/message-factory.git",
|
"url": "https://github.com/php-http/message-factory.git",
|
||||||
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
|
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
|
"url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
|
||||||
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
|
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4",
|
"php": ">=5.4",
|
||||||
"psr/http-message": "^1.0"
|
"psr/http-message": "^1.0 || ^2.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.0-dev"
|
"dev-master": "1.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -4318,9 +4314,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/php-http/message-factory/issues",
|
"issues": "https://github.com/php-http/message-factory/issues",
|
||||||
"source": "https://github.com/php-http/message-factory/tree/master"
|
"source": "https://github.com/php-http/message-factory/tree/1.1.0"
|
||||||
},
|
},
|
||||||
"time": "2015-12-19T14:08:53+00:00"
|
"time": "2023-04-14T14:16:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpoption/phpoption",
|
"name": "phpoption/phpoption",
|
||||||
@ -4948,21 +4944,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-client",
|
"name": "psr/http-client",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-fig/http-client.git",
|
"url": "https://github.com/php-fig/http-client.git",
|
||||||
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
|
||||||
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0 || ^8.0",
|
"php": "^7.0 || ^8.0",
|
||||||
"psr/http-message": "^1.0"
|
"psr/http-message": "^1.0 || ^2.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -4982,7 +4978,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "PHP-FIG",
|
"name": "PHP-FIG",
|
||||||
"homepage": "http://www.php-fig.org/"
|
"homepage": "https://www.php-fig.org/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Common interface for HTTP clients",
|
"description": "Common interface for HTTP clients",
|
||||||
@ -4994,27 +4990,27 @@
|
|||||||
"psr-18"
|
"psr-18"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/php-fig/http-client/tree/master"
|
"source": "https://github.com/php-fig/http-client/tree/1.0.2"
|
||||||
},
|
},
|
||||||
"time": "2020-06-29T06:28:15+00:00"
|
"time": "2023-04-10T20:12:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-factory",
|
"name": "psr/http-factory",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-fig/http-factory.git",
|
"url": "https://github.com/php-fig/http-factory.git",
|
||||||
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
"reference": "e616d01114759c4c489f93b099585439f795fe35"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
||||||
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
"reference": "e616d01114759c4c489f93b099585439f795fe35",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.0.0",
|
||||||
"psr/http-message": "^1.0"
|
"psr/http-message": "^1.0 || ^2.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -5034,7 +5030,7 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "PHP-FIG",
|
"name": "PHP-FIG",
|
||||||
"homepage": "http://www.php-fig.org/"
|
"homepage": "https://www.php-fig.org/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Common interfaces for PSR-7 HTTP message factories",
|
"description": "Common interfaces for PSR-7 HTTP message factories",
|
||||||
@ -5049,9 +5045,9 @@
|
|||||||
"response"
|
"response"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/php-fig/http-factory/tree/master"
|
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
||||||
},
|
},
|
||||||
"time": "2019-04-30T12:38:16+00:00"
|
"time": "2023-04-10T20:10:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-message",
|
"name": "psr/http-message",
|
||||||
@ -5572,16 +5568,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/flare-client-php",
|
"name": "spatie/flare-client-php",
|
||||||
"version": "1.3.5",
|
"version": "1.3.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/flare-client-php.git",
|
"url": "https://github.com/spatie/flare-client-php.git",
|
||||||
"reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42"
|
"reference": "530ac81255af79f114344286e4275f8869c671e2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42",
|
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/530ac81255af79f114344286e4275f8869c671e2",
|
||||||
"reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42",
|
"reference": "530ac81255af79f114344286e4275f8869c671e2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -5629,7 +5625,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/spatie/flare-client-php/issues",
|
"issues": "https://github.com/spatie/flare-client-php/issues",
|
||||||
"source": "https://github.com/spatie/flare-client-php/tree/1.3.5"
|
"source": "https://github.com/spatie/flare-client-php/tree/1.3.6"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -5637,37 +5633,46 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-01-23T15:58:46+00:00"
|
"time": "2023-04-12T07:57:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/ignition",
|
"name": "spatie/ignition",
|
||||||
"version": "1.4.5",
|
"version": "1.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/ignition.git",
|
"url": "https://github.com/spatie/ignition.git",
|
||||||
"reference": "cc09114b7057bd217b676f047544b33f5b6247e6"
|
"reference": "4db9c9626e4d7745efbe0b512157326190b41b65"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/ignition/zipball/cc09114b7057bd217b676f047544b33f5b6247e6",
|
"url": "https://api.github.com/repos/spatie/ignition/zipball/4db9c9626e4d7745efbe0b512157326190b41b65",
|
||||||
"reference": "cc09114b7057bd217b676f047544b33f5b6247e6",
|
"reference": "4db9c9626e4d7745efbe0b512157326190b41b65",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"php": "^8.0",
|
"php": "^8.0",
|
||||||
|
"spatie/backtrace": "^1.4",
|
||||||
"spatie/flare-client-php": "^1.1",
|
"spatie/flare-client-php": "^1.1",
|
||||||
"symfony/console": "^5.4|^6.0",
|
"symfony/console": "^5.4|^6.0",
|
||||||
"symfony/var-dumper": "^5.4|^6.0"
|
"symfony/var-dumper": "^5.4|^6.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"illuminate/cache": "^9.52",
|
||||||
"mockery/mockery": "^1.4",
|
"mockery/mockery": "^1.4",
|
||||||
"pestphp/pest": "^1.20",
|
"pestphp/pest": "^1.20",
|
||||||
"phpstan/extension-installer": "^1.1",
|
"phpstan/extension-installer": "^1.1",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1.0",
|
"phpstan/phpstan-deprecation-rules": "^1.0",
|
||||||
"phpstan/phpstan-phpunit": "^1.0",
|
"phpstan/phpstan-phpunit": "^1.0",
|
||||||
"symfony/process": "^5.4|^6.0"
|
"psr/simple-cache-implementation": "*",
|
||||||
|
"symfony/cache": "^6.2",
|
||||||
|
"symfony/process": "^5.4|^6.0",
|
||||||
|
"vlucas/phpdotenv": "^5.5"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"openai-php/client": "Require get solutions from OpenAI",
|
||||||
|
"simple-cache-implementation": "To cache solutions from OpenAI"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -5711,20 +5716,20 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-02-28T16:49:47+00:00"
|
"time": "2023-04-12T09:07:50+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-ignition",
|
"name": "spatie/laravel-ignition",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/laravel-ignition.git",
|
"url": "https://github.com/spatie/laravel-ignition.git",
|
||||||
"reference": "70c0e2a22c5c4b691a34db8c98bd6d695660a97a"
|
"reference": "3718dfb91bc5aff340af26507a61f0f9605f81e8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/70c0e2a22c5c4b691a34db8c98bd6d695660a97a",
|
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/3718dfb91bc5aff340af26507a61f0f9605f81e8",
|
||||||
"reference": "70c0e2a22c5c4b691a34db8c98bd6d695660a97a",
|
"reference": "3718dfb91bc5aff340af26507a61f0f9605f81e8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -5734,18 +5739,24 @@
|
|||||||
"illuminate/support": "^10.0",
|
"illuminate/support": "^10.0",
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"spatie/flare-client-php": "^1.3.5",
|
"spatie/flare-client-php": "^1.3.5",
|
||||||
"spatie/ignition": "^1.4.3",
|
"spatie/ignition": "^1.5.0",
|
||||||
"symfony/console": "^6.2.3",
|
"symfony/console": "^6.2.3",
|
||||||
"symfony/var-dumper": "^6.2.3"
|
"symfony/var-dumper": "^6.2.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"livewire/livewire": "^2.11",
|
"livewire/livewire": "^2.11",
|
||||||
"mockery/mockery": "^1.5.1",
|
"mockery/mockery": "^1.5.1",
|
||||||
|
"openai-php/client": "^0.3.4",
|
||||||
"orchestra/testbench": "^8.0",
|
"orchestra/testbench": "^8.0",
|
||||||
"pestphp/pest": "^1.22.3",
|
"pestphp/pest": "^1.22.3",
|
||||||
"phpstan/extension-installer": "^1.2",
|
"phpstan/extension-installer": "^1.2",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1.1.1",
|
"phpstan/phpstan-deprecation-rules": "^1.1.1",
|
||||||
"phpstan/phpstan-phpunit": "^1.3.3"
|
"phpstan/phpstan-phpunit": "^1.3.3",
|
||||||
|
"vlucas/phpdotenv": "^5.5"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"openai-php/client": "Require get solutions from OpenAI",
|
||||||
|
"psr/simple-cache-implementation": "Needed to cache solutions from OpenAI"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -5756,9 +5767,6 @@
|
|||||||
"aliases": {
|
"aliases": {
|
||||||
"Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
|
"Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-main": "2.0-dev"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -5800,7 +5808,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-01-24T07:20:39+00:00"
|
"time": "2023-04-12T09:26:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/console",
|
"name": "symfony/console",
|
||||||
@ -6032,16 +6040,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/error-handler",
|
"name": "symfony/error-handler",
|
||||||
"version": "v6.2.7",
|
"version": "v6.2.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/error-handler.git",
|
"url": "https://github.com/symfony/error-handler.git",
|
||||||
"reference": "61e90f94eb014054000bc902257d2763fac09166"
|
"reference": "e95f1273b3953c3b5e5341172dae838bacee11ee"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/61e90f94eb014054000bc902257d2763fac09166",
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/e95f1273b3953c3b5e5341172dae838bacee11ee",
|
||||||
"reference": "61e90f94eb014054000bc902257d2763fac09166",
|
"reference": "e95f1273b3953c3b5e5341172dae838bacee11ee",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -6083,7 +6091,7 @@
|
|||||||
"description": "Provides tools to manage errors and ease debugging PHP code",
|
"description": "Provides tools to manage errors and ease debugging PHP code",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/error-handler/tree/v6.2.7"
|
"source": "https://github.com/symfony/error-handler/tree/v6.2.9"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -6099,7 +6107,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-02-14T08:44:56+00:00"
|
"time": "2023-04-11T16:03:19+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/event-dispatcher",
|
"name": "symfony/event-dispatcher",
|
||||||
@ -6329,16 +6337,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-client",
|
"name": "symfony/http-client",
|
||||||
"version": "v6.2.8",
|
"version": "v6.2.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-client.git",
|
"url": "https://github.com/symfony/http-client.git",
|
||||||
"reference": "66391ba3a8862c560e1d9134c96d9bd2a619b477"
|
"reference": "7daf5d24c21a683164688b95bb73b7a4bd3b32fc"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/66391ba3a8862c560e1d9134c96d9bd2a619b477",
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/7daf5d24c21a683164688b95bb73b7a4bd3b32fc",
|
||||||
"reference": "66391ba3a8862c560e1d9134c96d9bd2a619b477",
|
"reference": "7daf5d24c21a683164688b95bb73b7a4bd3b32fc",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -6397,7 +6405,7 @@
|
|||||||
"http"
|
"http"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/http-client/tree/v6.2.8"
|
"source": "https://github.com/symfony/http-client/tree/v6.2.9"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -6413,7 +6421,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-31T09:14:44+00:00"
|
"time": "2023-04-11T16:03:19+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-client-contracts",
|
"name": "symfony/http-client-contracts",
|
||||||
@ -6576,16 +6584,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-kernel",
|
"name": "symfony/http-kernel",
|
||||||
"version": "v6.2.8",
|
"version": "v6.2.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-kernel.git",
|
"url": "https://github.com/symfony/http-kernel.git",
|
||||||
"reference": "9563229e56076070d92ca30c089e801e8a4629a3"
|
"reference": "02246510cf7031726f7237138d61b796b95799b3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/9563229e56076070d92ca30c089e801e8a4629a3",
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/02246510cf7031726f7237138d61b796b95799b3",
|
||||||
"reference": "9563229e56076070d92ca30c089e801e8a4629a3",
|
"reference": "02246510cf7031726f7237138d61b796b95799b3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -6667,7 +6675,7 @@
|
|||||||
"description": "Provides a structured process for converting a Request into a Response",
|
"description": "Provides a structured process for converting a Request into a Response",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/http-kernel/tree/v6.2.8"
|
"source": "https://github.com/symfony/http-kernel/tree/v6.2.9"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -6683,7 +6691,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-31T12:00:10+00:00"
|
"time": "2023-04-13T16:41:43+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mailer",
|
"name": "symfony/mailer",
|
||||||
@ -9854,16 +9862,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.10.11",
|
"version": "1.10.13",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "8aa62e6ea8b58ffb650e02940e55a788cbc3fe21"
|
"reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/8aa62e6ea8b58ffb650e02940e55a788cbc3fe21",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/f07bf8c6980b81bf9e49d44bd0caf2e737614a70",
|
||||||
"reference": "8aa62e6ea8b58ffb650e02940e55a788cbc3fe21",
|
"reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -9912,7 +9920,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-04-04T19:17:42+00:00"
|
"time": "2023-04-12T19:29:52+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-deprecation-rules",
|
"name": "phpstan/phpstan-deprecation-rules",
|
||||||
@ -10013,16 +10021,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-code-coverage",
|
"name": "phpunit/php-code-coverage",
|
||||||
"version": "10.0.2",
|
"version": "10.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||||
"reference": "20800e84296ea4732f9a125e08ce86b4004ae3e4"
|
"reference": "fc4f5ee614fa82d50ecf9014b51af0a9561f3df8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/20800e84296ea4732f9a125e08ce86b4004ae3e4",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fc4f5ee614fa82d50ecf9014b51af0a9561f3df8",
|
||||||
"reference": "20800e84296ea4732f9a125e08ce86b4004ae3e4",
|
"reference": "fc4f5ee614fa82d50ecf9014b51af0a9561f3df8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -10050,7 +10058,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "10.0-dev"
|
"dev-main": "10.1-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -10078,7 +10086,8 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.0.2"
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
||||||
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -10086,7 +10095,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-06T13:00:19+00:00"
|
"time": "2023-04-13T07:08:27+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-file-iterator",
|
"name": "phpunit/php-file-iterator",
|
||||||
@ -10331,16 +10340,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "10.0.19",
|
"version": "10.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "20c23e85c86e5c06d63538ba464e8054f4744e62"
|
"reference": "5a477aea03e61329132935689ae2d73f418f5e25"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/20c23e85c86e5c06d63538ba464e8054f4744e62",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5a477aea03e61329132935689ae2d73f418f5e25",
|
||||||
"reference": "20c23e85c86e5c06d63538ba464e8054f4744e62",
|
"reference": "5a477aea03e61329132935689ae2d73f418f5e25",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -10354,7 +10363,7 @@
|
|||||||
"phar-io/manifest": "^2.0.3",
|
"phar-io/manifest": "^2.0.3",
|
||||||
"phar-io/version": "^3.0.2",
|
"phar-io/version": "^3.0.2",
|
||||||
"php": ">=8.1",
|
"php": ">=8.1",
|
||||||
"phpunit/php-code-coverage": "^10.0",
|
"phpunit/php-code-coverage": "^10.1",
|
||||||
"phpunit/php-file-iterator": "^4.0",
|
"phpunit/php-file-iterator": "^4.0",
|
||||||
"phpunit/php-invoker": "^4.0",
|
"phpunit/php-invoker": "^4.0",
|
||||||
"phpunit/php-text-template": "^3.0",
|
"phpunit/php-text-template": "^3.0",
|
||||||
@ -10380,7 +10389,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "10.0-dev"
|
"dev-main": "10.1-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -10412,7 +10421,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.19"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.1.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -10428,7 +10437,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-27T11:46:33+00:00"
|
"time": "2023-04-14T05:15:09+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
@ -10799,16 +10808,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/environment",
|
"name": "sebastian/environment",
|
||||||
"version": "6.0.0",
|
"version": "6.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/environment.git",
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
||||||
"reference": "b6f3694c6386c7959915a0037652e0c40f6f69cc"
|
"reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/b6f3694c6386c7959915a0037652e0c40f6f69cc",
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
|
||||||
"reference": "b6f3694c6386c7959915a0037652e0c40f6f69cc",
|
"reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -10850,7 +10859,8 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
||||||
"source": "https://github.com/sebastianbergmann/environment/tree/6.0.0"
|
"security": "https://github.com/sebastianbergmann/environment/security/policy",
|
||||||
|
"source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -10858,7 +10868,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-02-03T07:03:04+00:00"
|
"time": "2023-04-11T05:39:26+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/exporter",
|
"name": "sebastian/exporter",
|
||||||
|
@ -107,7 +107,7 @@ return [
|
|||||||
'webhooks' => true,
|
'webhooks' => true,
|
||||||
'handle_debts' => true,
|
'handle_debts' => true,
|
||||||
],
|
],
|
||||||
'version' => '6.0.7',
|
'version' => '6.0.8',
|
||||||
'api_version' => '2.0.1',
|
'api_version' => '2.0.1',
|
||||||
'db_version' => 19,
|
'db_version' => 19,
|
||||||
|
|
||||||
|
20
frontend/src/i18n/es_ES/index.js
vendored
20
frontend/src/i18n/es_ES/index.js
vendored
@ -70,9 +70,9 @@ export default {
|
|||||||
"new_budget": "Nuevo presupuesto",
|
"new_budget": "Nuevo presupuesto",
|
||||||
"new_asset_account": "Nueva cuenta de activo",
|
"new_asset_account": "Nueva cuenta de activo",
|
||||||
"newTransfer": "Nueva transferencia",
|
"newTransfer": "Nueva transferencia",
|
||||||
"submission_options": "Submission options",
|
"submission_options": "Opciones de env\u00edo",
|
||||||
"apply_rules_checkbox": "Apply rules",
|
"apply_rules_checkbox": "Aplicar reglas",
|
||||||
"fire_webhooks_checkbox": "Fire webhooks",
|
"fire_webhooks_checkbox": "Disparar webhooks",
|
||||||
"newDeposit": "Nuevo ingreso",
|
"newDeposit": "Nuevo ingreso",
|
||||||
"newWithdrawal": "Nuevo gasto",
|
"newWithdrawal": "Nuevo gasto",
|
||||||
"bills_paid": "Facturas pagadas",
|
"bills_paid": "Facturas pagadas",
|
||||||
@ -143,15 +143,15 @@ export default {
|
|||||||
"rule_trigger_any_external_url_choice": "La transacci\u00f3n tiene una URL externa",
|
"rule_trigger_any_external_url_choice": "La transacci\u00f3n tiene una URL externa",
|
||||||
"rule_trigger_no_external_url_choice": "La transacci\u00f3n no tiene URL externa",
|
"rule_trigger_no_external_url_choice": "La transacci\u00f3n no tiene URL externa",
|
||||||
"rule_trigger_id_choice": "La ID de la transacci\u00f3n es..",
|
"rule_trigger_id_choice": "La ID de la transacci\u00f3n es..",
|
||||||
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
|
"rule_action_delete_transaction_choice": "ELIMINAR transacci\u00f3n(!)",
|
||||||
"rule_action_set_category_choice": "Set category to ..",
|
"rule_action_set_category_choice": "Establecer categor\u00eda ..",
|
||||||
"rule_action_clear_category_choice": "Eliminar cualquier categor\u00eda",
|
"rule_action_clear_category_choice": "Eliminar cualquier categor\u00eda",
|
||||||
"rule_action_set_budget_choice": "Set budget to ..",
|
"rule_action_set_budget_choice": "Establecer presupuesto ..",
|
||||||
"rule_action_clear_budget_choice": "Eliminar cualquier presupuesto",
|
"rule_action_clear_budget_choice": "Eliminar cualquier presupuesto",
|
||||||
"rule_action_add_tag_choice": "Add tag ..",
|
"rule_action_add_tag_choice": "A\u00f1adir etiqueta ..",
|
||||||
"rule_action_remove_tag_choice": "Remove tag ..",
|
"rule_action_remove_tag_choice": "Quitar etiqueta ..",
|
||||||
"rule_action_remove_all_tags_choice": "Eliminar todas las etiquetas",
|
"rule_action_remove_all_tags_choice": "Eliminar todas las etiquetas",
|
||||||
"rule_action_set_description_choice": "Set description to ..",
|
"rule_action_set_description_choice": "A\u00f1adir descripci\u00f3n ..",
|
||||||
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
"rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..",
|
||||||
"rule_action_append_description_choice": "Append description with ..",
|
"rule_action_append_description_choice": "Append description with ..",
|
||||||
"rule_action_prepend_description_choice": "Prepend description with ..",
|
"rule_action_prepend_description_choice": "Prepend description with ..",
|
||||||
@ -161,7 +161,7 @@ export default {
|
|||||||
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
"rule_action_prepend_notes_choice": "Prepend notes with ..",
|
||||||
"rule_action_clear_notes_choice": "Eliminar cualquier nota",
|
"rule_action_clear_notes_choice": "Eliminar cualquier nota",
|
||||||
"rule_action_set_notes_choice": "Set notes to ..",
|
"rule_action_set_notes_choice": "Set notes to ..",
|
||||||
"rule_action_link_to_bill_choice": "Link to a bill ..",
|
"rule_action_link_to_bill_choice": "Enlazar a una factura ..",
|
||||||
"rule_action_convert_deposit_choice": "Convertir transacci\u00f3n en un ingreso",
|
"rule_action_convert_deposit_choice": "Convertir transacci\u00f3n en un ingreso",
|
||||||
"rule_action_convert_withdrawal_choice": "Convierta esta transacci\u00f3n en un gasto",
|
"rule_action_convert_withdrawal_choice": "Convierta esta transacci\u00f3n en un gasto",
|
||||||
"rule_action_convert_transfer_choice": "Convierta la transacci\u00f3n a una transferencia",
|
"rule_action_convert_transfer_choice": "Convierta la transacci\u00f3n a una transferencia",
|
||||||
|
2
frontend/src/i18n/pl_PL/index.js
vendored
2
frontend/src/i18n/pl_PL/index.js
vendored
@ -70,7 +70,7 @@ export default {
|
|||||||
"new_budget": "Nowy bud\u017cet",
|
"new_budget": "Nowy bud\u017cet",
|
||||||
"new_asset_account": "Nowe konto aktyw\u00f3w",
|
"new_asset_account": "Nowe konto aktyw\u00f3w",
|
||||||
"newTransfer": "Nowy transfer",
|
"newTransfer": "Nowy transfer",
|
||||||
"submission_options": "Submission options",
|
"submission_options": "Opcje zapisu",
|
||||||
"apply_rules_checkbox": "Zastosuj regu\u0142y",
|
"apply_rules_checkbox": "Zastosuj regu\u0142y",
|
||||||
"fire_webhooks_checkbox": "Uruchom webhooki",
|
"fire_webhooks_checkbox": "Uruchom webhooki",
|
||||||
"newDeposit": "Nowa wp\u0142ata",
|
"newDeposit": "Nowa wp\u0142ata",
|
||||||
|
@ -338,7 +338,7 @@ page container: q-ma-xs (margin all, xs) AND q-mb-md to give the page content so
|
|||||||
<q-footer class="bg-grey-8 text-white" bordered>
|
<q-footer class="bg-grey-8 text-white" bordered>
|
||||||
<q-toolbar>
|
<q-toolbar>
|
||||||
<div>
|
<div>
|
||||||
<small>Firefly III v v6.0.7 © James Cole, AGPL-3.0-or-later.</small>
|
<small>Firefly III v v6.0.8 © James Cole, AGPL-3.0-or-later.</small>
|
||||||
</div>
|
</div>
|
||||||
</q-toolbar>
|
</q-toolbar>
|
||||||
</q-footer>
|
</q-footer>
|
||||||
|
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/profile.js
vendored
2
public/v1/js/profile.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/create.js
vendored
2
public/v1/js/webhooks/create.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/edit.js
vendored
2
public/v1/js/webhooks/edit.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/index.js
vendored
2
public/v1/js/webhooks/index.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/show.js
vendored
2
public/v1/js/webhooks/show.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.77517468.js></script><script defer src=/v3/js/app.84f54798.js></script><link href=/v3/css/vendor.ab47bc61.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.77517468.js></script><script defer src=/v3/js/app.2ffaea83.js></script><link href=/v3/css/vendor.ab47bc61.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
File diff suppressed because one or more lines are too long
1
public/v3/js/app.2ffaea83.js
vendored
Normal file
1
public/v3/js/app.2ffaea83.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/v3/js/app.84f54798.js
vendored
1
public/v3/js/app.84f54798.js
vendored
File diff suppressed because one or more lines are too long
@ -14,9 +14,9 @@
|
|||||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> (\"{title}\") ha sido actualizada.",
|
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> (\"{title}\") ha sido actualizada.",
|
||||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> ha sido guardada.",
|
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> ha sido guardada.",
|
||||||
"transaction_journal_information": "Informaci\u00f3n de transacci\u00f3n",
|
"transaction_journal_information": "Informaci\u00f3n de transacci\u00f3n",
|
||||||
"submission_options": "Submission options",
|
"submission_options": "Opciones de env\u00edo",
|
||||||
"apply_rules_checkbox": "Apply rules",
|
"apply_rules_checkbox": "Aplicar reglas",
|
||||||
"fire_webhooks_checkbox": "Fire webhooks",
|
"fire_webhooks_checkbox": "Disparar webhooks",
|
||||||
"no_budget_pointer": "Parece que a\u00fan no tienes presupuestos. Debes crear algunos en la p\u00e1gina <a href=\"budgets\">presupuestos<\/a>. Los presupuestos pueden ayudarle a realizar un seguimiento de los gastos.",
|
"no_budget_pointer": "Parece que a\u00fan no tienes presupuestos. Debes crear algunos en la p\u00e1gina <a href=\"budgets\">presupuestos<\/a>. Los presupuestos pueden ayudarle a realizar un seguimiento de los gastos.",
|
||||||
"no_bill_pointer": "Parece que a\u00fan no tienes facturas. Deber\u00edas crear algunas en la p\u00e1gina de <a href=\"bills\">facturas<\/a>. Las facturas pueden ayudarte a llevar un seguimiento de los gastos.",
|
"no_bill_pointer": "Parece que a\u00fan no tienes facturas. Deber\u00edas crear algunas en la p\u00e1gina de <a href=\"bills\">facturas<\/a>. Las facturas pueden ayudarte a llevar un seguimiento de los gastos.",
|
||||||
"source_account": "Cuenta origen",
|
"source_account": "Cuenta origen",
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> (\"{title}\") zosta\u0142a zaktualizowana.",
|
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> (\"{title}\") zosta\u0142a zaktualizowana.",
|
||||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> zosta\u0142a zapisana.",
|
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> zosta\u0142a zapisana.",
|
||||||
"transaction_journal_information": "Informacje o transakcji",
|
"transaction_journal_information": "Informacje o transakcji",
|
||||||
"submission_options": "Submission options",
|
"submission_options": "Opcje zapisu",
|
||||||
"apply_rules_checkbox": "Zastosuj regu\u0142y",
|
"apply_rules_checkbox": "Zastosuj regu\u0142y",
|
||||||
"fire_webhooks_checkbox": "Uruchom webhooki",
|
"fire_webhooks_checkbox": "Uruchom webhooki",
|
||||||
"no_budget_pointer": "Wygl\u0105da na to, \u017ce nie masz jeszcze bud\u017cet\u00f3w. Powiniene\u015b utworzy\u0107 kilka na stronie <a href=\"budgets\">bud\u017cet\u00f3w<\/a>. Bud\u017cety mog\u0105 Ci pom\u00f3c \u015bledzi\u0107 wydatki.",
|
"no_budget_pointer": "Wygl\u0105da na to, \u017ce nie masz jeszcze bud\u017cet\u00f3w. Powiniene\u015b utworzy\u0107 kilka na stronie <a href=\"budgets\">bud\u017cet\u00f3w<\/a>. Bud\u017cety mog\u0105 Ci pom\u00f3c \u015bledzi\u0107 wydatki.",
|
||||||
|
@ -1302,12 +1302,12 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'dark_mode_option_browser' => 'Let your browser decide',
|
'dark_mode_option_browser' => 'Deixa que el navegador decideixi',
|
||||||
'dark_mode_option_light' => 'Always light',
|
'dark_mode_option_light' => 'Sempre Clar',
|
||||||
'dark_mode_option_dark' => 'Always dark',
|
'dark_mode_option_dark' => 'Sempre fosc',
|
||||||
'equal_to_language' => '(igual a l\'idioma)',
|
'equal_to_language' => '(igual a l\'idioma)',
|
||||||
'dark_mode_preference' => 'Dark mode',
|
'dark_mode_preference' => 'Mode fosc',
|
||||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
'dark_mode_preference_help' => 'Digues quan vols que Firefly III faci servir el tema fosc.',
|
||||||
'pref_home_screen_accounts' => 'Comptes a la pantalla d\'inici',
|
'pref_home_screen_accounts' => 'Comptes a la pantalla d\'inici',
|
||||||
'pref_home_screen_accounts_help' => 'Quins comptes s\'han de mostrar a la pàgina d\'inici?',
|
'pref_home_screen_accounts_help' => 'Quins comptes s\'han de mostrar a la pàgina d\'inici?',
|
||||||
'pref_view_range' => 'Interval de visió',
|
'pref_view_range' => 'Interval de visió',
|
||||||
@ -2369,8 +2369,8 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// administration
|
// administration
|
||||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
'invite_is_already_redeemed' => 'La invitació a ":address" ja ha sigut gastada.',
|
||||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
'invite_is_deleted' => 'La invitació a ":address" ha sigut eliminada.',
|
||||||
'invite_new_user_title' => 'Invitar nou usuari',
|
'invite_new_user_title' => 'Invitar nou usuari',
|
||||||
'invite_new_user_text' => 'Com a administrador, pots convidar usuaris a l\'administració de Firefly III. Amb aquest enllaç podran crear un compte. L\'usuari convidat, i el seu compte d\'invitació apareixeran a la taula inferior. Pots compartir l\'enllaç.',
|
'invite_new_user_text' => 'Com a administrador, pots convidar usuaris a l\'administració de Firefly III. Amb aquest enllaç podran crear un compte. L\'usuari convidat, i el seu compte d\'invitació apareixeran a la taula inferior. Pots compartir l\'enllaç.',
|
||||||
'invited_user_mail' => 'Correu electrònic',
|
'invited_user_mail' => 'Correu electrònic',
|
||||||
|
@ -66,7 +66,7 @@ return [
|
|||||||
'require_currency_info' => 'El contingut d\'aquest camp no és vàlid sense informació de la moneda.',
|
'require_currency_info' => 'El contingut d\'aquest camp no és vàlid sense informació de la moneda.',
|
||||||
'not_transfer_account' => 'Aquest compte no és un compte que puguis fer servir per transferències.',
|
'not_transfer_account' => 'Aquest compte no és un compte que puguis fer servir per transferències.',
|
||||||
'require_currency_amount' => 'El contingut d\'aquest camp no és vàlid sense informació de la quantitat estrangera.',
|
'require_currency_amount' => 'El contingut d\'aquest camp no és vàlid sense informació de la quantitat estrangera.',
|
||||||
'require_foreign_currency' => 'This field requires a number',
|
'require_foreign_currency' => 'Cal introduir un número a aquest camp',
|
||||||
'require_foreign_dest' => 'El valor d\'aquest camp ha de quadrar amb la moneda del compte destí.',
|
'require_foreign_dest' => 'El valor d\'aquest camp ha de quadrar amb la moneda del compte destí.',
|
||||||
'require_foreign_src' => 'El valor d\'aquest camp ha de quadrar amb la moneda del compte font.',
|
'require_foreign_src' => 'El valor d\'aquest camp ha de quadrar amb la moneda del compte font.',
|
||||||
'equal_description' => 'La descripció de la transacció no hauria de ser igual a la descripció global.',
|
'equal_description' => 'La descripció de la transacció no hauria de ser igual a la descripció global.',
|
||||||
|
@ -1302,12 +1302,12 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'dark_mode_option_browser' => 'Let your browser decide',
|
'dark_mode_option_browser' => 'Browser entscheiden lassen',
|
||||||
'dark_mode_option_light' => 'Always light',
|
'dark_mode_option_light' => 'Immer hell',
|
||||||
'dark_mode_option_dark' => 'Always dark',
|
'dark_mode_option_dark' => 'Immer dunkel',
|
||||||
'equal_to_language' => '(entsprechend der Sprache)',
|
'equal_to_language' => '(entsprechend der Sprache)',
|
||||||
'dark_mode_preference' => 'Dark mode',
|
'dark_mode_preference' => 'Dunkel Modus',
|
||||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
'dark_mode_preference_help' => 'Firefly III mitteilen, wann der Dunkelmodus verwendet werden soll.',
|
||||||
'pref_home_screen_accounts' => 'Konten auf dem Startbildschirm',
|
'pref_home_screen_accounts' => 'Konten auf dem Startbildschirm',
|
||||||
'pref_home_screen_accounts_help' => 'Welche Konten sollen auf dem Startbildschirm angezeigt werden?',
|
'pref_home_screen_accounts_help' => 'Welche Konten sollen auf dem Startbildschirm angezeigt werden?',
|
||||||
'pref_view_range' => 'Sichtbarer Zeitraum',
|
'pref_view_range' => 'Sichtbarer Zeitraum',
|
||||||
|
@ -963,37 +963,37 @@ return [
|
|||||||
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
|
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
|
||||||
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
|
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
|
||||||
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
|
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
|
||||||
'rule_trigger_category_contains_choice' => 'Category contains..',
|
'rule_trigger_category_contains_choice' => 'La categoría contiene..',
|
||||||
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
|
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
|
||||||
'rule_trigger_category_ends_choice' => 'Category ends with..',
|
'rule_trigger_category_ends_choice' => 'La categoría termina con..',
|
||||||
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
|
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
|
||||||
'rule_trigger_category_starts_choice' => 'Category starts with..',
|
'rule_trigger_category_starts_choice' => 'La categoría empieza por..',
|
||||||
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
|
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
|
||||||
'rule_trigger_budget_contains_choice' => 'Budget contains..',
|
'rule_trigger_budget_contains_choice' => 'El presupuesto contiene..',
|
||||||
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
|
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
|
||||||
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
|
'rule_trigger_budget_ends_choice' => 'El presupuesto termina con..',
|
||||||
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
|
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
|
||||||
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
|
'rule_trigger_budget_starts_choice' => 'El presupuesto comienza con..',
|
||||||
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
|
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
|
||||||
'rule_trigger_bill_contains_choice' => 'La factura contiene..',
|
'rule_trigger_bill_contains_choice' => 'La factura contiene..',
|
||||||
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
|
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
|
||||||
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
|
'rule_trigger_bill_ends_choice' => 'La factura termina con..',
|
||||||
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
|
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
|
||||||
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
|
'rule_trigger_bill_starts_choice' => 'La factura comienza con..',
|
||||||
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
|
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
|
||||||
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
|
'rule_trigger_external_id_contains_choice' => 'El ID externo contiene..',
|
||||||
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
|
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
|
||||||
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
|
'rule_trigger_external_id_ends_choice' => 'El ID externo termina con..',
|
||||||
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
|
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
|
||||||
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
|
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
|
||||||
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
|
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
|
||||||
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
|
'rule_trigger_internal_reference_contains_choice' => 'La referencia interna contiene..',
|
||||||
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
|
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
|
||||||
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
|
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
|
||||||
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
|
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
|
||||||
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
|
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
|
||||||
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
|
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
|
||||||
'rule_trigger_external_url_is_choice' => 'External URL is..',
|
'rule_trigger_external_url_is_choice' => 'La URL externa es..',
|
||||||
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
|
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
|
||||||
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
|
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
|
||||||
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
|
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
|
||||||
@ -1001,7 +1001,7 @@ return [
|
|||||||
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
|
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
|
||||||
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
|
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
|
||||||
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
|
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
|
||||||
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
|
'rule_trigger_has_no_attachments_choice' => 'No tiene adjuntos',
|
||||||
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
|
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
|
||||||
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
|
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
|
||||||
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
|
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
|
||||||
@ -1041,13 +1041,13 @@ return [
|
|||||||
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
|
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
|
||||||
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
|
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
|
||||||
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
|
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
|
||||||
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
|
'rule_trigger_created_at_before_choice' => 'La transacción fue creada antes del..',
|
||||||
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
|
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
|
||||||
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
|
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
|
||||||
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
|
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
|
||||||
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
|
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
|
||||||
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
|
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
|
||||||
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
|
'rule_trigger_updated_at_after_choice' => 'La transacción se actualizó por última vez después del..',
|
||||||
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
|
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
|
||||||
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
|
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
|
||||||
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
|
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
|
||||||
@ -1071,10 +1071,10 @@ return [
|
|||||||
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
|
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
|
||||||
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
|
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
|
||||||
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
|
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
|
||||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
'rule_trigger_reconciled_choice' => 'Transacción conciliada',
|
||||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
'rule_trigger_reconciled' => 'Transacción conciliada',
|
||||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||||
'rule_trigger_exists' => 'Any transaction matches',
|
'rule_trigger_exists' => 'Cualquier transacción coincide',
|
||||||
|
|
||||||
// more values for new types:
|
// more values for new types:
|
||||||
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
||||||
@ -1084,7 +1084,7 @@ return [
|
|||||||
'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"',
|
'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"',
|
||||||
'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"',
|
'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"',
|
||||||
'rule_trigger_not_description_is' => 'Description is not ":trigger_value"',
|
'rule_trigger_not_description_is' => 'Description is not ":trigger_value"',
|
||||||
'rule_trigger_not_description_contains' => 'Description does not contain',
|
'rule_trigger_not_description_contains' => 'La descripción no contiene',
|
||||||
'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"',
|
'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"',
|
||||||
'rule_trigger_not_description_starts' => 'Description does not start with ":trigger_value"',
|
'rule_trigger_not_description_starts' => 'Description does not start with ":trigger_value"',
|
||||||
'rule_trigger_not_notes_is' => 'Notes are not ":trigger_value"',
|
'rule_trigger_not_notes_is' => 'Notes are not ":trigger_value"',
|
||||||
@ -1185,25 +1185,25 @@ return [
|
|||||||
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
|
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
|
||||||
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
|
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
|
||||||
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
|
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
|
||||||
'rule_trigger_not_reconciled' => 'Transaction is not reconciled',
|
'rule_trigger_not_reconciled' => 'La transacción no ha sido conciliada',
|
||||||
'rule_trigger_not_exists' => 'Transaction does not exist',
|
'rule_trigger_not_exists' => 'La transacción no existe',
|
||||||
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
|
'rule_trigger_not_has_attachments' => 'La transacción no tiene adjuntos',
|
||||||
'rule_trigger_not_has_any_category' => 'Transaction has no category',
|
'rule_trigger_not_has_any_category' => 'La transacción no tiene categoría',
|
||||||
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
|
'rule_trigger_not_has_any_budget' => 'La transacción no tiene categoría',
|
||||||
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
|
'rule_trigger_not_has_any_bill' => 'La transacción no tiene factura',
|
||||||
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
|
'rule_trigger_not_has_any_tag' => 'La transacción no tiene etiquetas',
|
||||||
'rule_trigger_not_any_notes' => 'Transaction has no notes',
|
'rule_trigger_not_any_notes' => 'La transacción no tiene notas',
|
||||||
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
|
'rule_trigger_not_any_external_url' => 'La transacción no tiene URL externa',
|
||||||
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
|
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
|
||||||
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
|
'rule_trigger_not_has_no_category' => 'La transacción tiene una (cualquiera) categoría',
|
||||||
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
|
'rule_trigger_not_has_no_budget' => 'La transacción tiene un (cualquiera) presupuesto',
|
||||||
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
|
'rule_trigger_not_has_no_bill' => 'La transacción tiene factura(s)',
|
||||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
'rule_trigger_not_has_no_tag' => 'La transacción tiene una etiqueta (cualquiera)',
|
||||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
'rule_trigger_not_no_notes' => 'La transacción tiene notas',
|
||||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
'rule_trigger_not_no_external_url' => 'La transacción tiene una URL externa',
|
||||||
'rule_trigger_not_source_is_cash' => 'Source account is not a cash account',
|
'rule_trigger_not_source_is_cash' => 'La cuenta origen no es una cuenta de efectivo',
|
||||||
'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account',
|
'rule_trigger_not_destination_is_cash' => 'La cuenta de destino no es una cuenta de efectivo',
|
||||||
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
|
'rule_trigger_not_account_is_cash' => 'Ninguna de las cuentas es una cuenta de efectivo',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||||
@ -1218,8 +1218,8 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// actions
|
// actions
|
||||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
'rule_action_delete_transaction_choice' => 'ELIMINAR transacción(!)',
|
||||||
'rule_action_delete_transaction' => 'DELETE transaction(!)',
|
'rule_action_delete_transaction' => 'ELIMINAR transacción(!)',
|
||||||
'rule_action_set_category' => 'Establecer categoría en ":action_value"',
|
'rule_action_set_category' => 'Establecer categoría en ":action_value"',
|
||||||
'rule_action_clear_category' => 'Borrar categoría',
|
'rule_action_clear_category' => 'Borrar categoría',
|
||||||
'rule_action_set_budget' => 'Establecer presupuesto en ":action_value "',
|
'rule_action_set_budget' => 'Establecer presupuesto en ":action_value "',
|
||||||
@ -1230,14 +1230,14 @@ return [
|
|||||||
'rule_action_set_description' => 'Establecer la descripcion en ":action_value"',
|
'rule_action_set_description' => 'Establecer la descripcion en ":action_value"',
|
||||||
'rule_action_append_description' => 'Anexar la descripción con ":action_value"',
|
'rule_action_append_description' => 'Anexar la descripción con ":action_value"',
|
||||||
'rule_action_prepend_description' => 'Anteponer la descripción con ":action_value"',
|
'rule_action_prepend_description' => 'Anteponer la descripción con ":action_value"',
|
||||||
'rule_action_set_category_choice' => 'Set category to ..',
|
'rule_action_set_category_choice' => 'Establecer categoría ..',
|
||||||
'rule_action_clear_category_choice' => 'Eliminar cualquier categoría',
|
'rule_action_clear_category_choice' => 'Eliminar cualquier categoría',
|
||||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
'rule_action_set_budget_choice' => 'Establecer presupuesto ..',
|
||||||
'rule_action_clear_budget_choice' => 'Eliminar cualquier presupuesto',
|
'rule_action_clear_budget_choice' => 'Eliminar cualquier presupuesto',
|
||||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
'rule_action_add_tag_choice' => 'Añadir etiqueta ..',
|
||||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
'rule_action_remove_tag_choice' => 'Quitar etiqueta ..',
|
||||||
'rule_action_remove_all_tags_choice' => 'Eliminar todas las etiquetas',
|
'rule_action_remove_all_tags_choice' => 'Eliminar todas las etiquetas',
|
||||||
'rule_action_set_description_choice' => 'Set description to ..',
|
'rule_action_set_description_choice' => 'Añadir descripción ..',
|
||||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||||
'rule_action_append_description_choice' => 'Append description with ..',
|
'rule_action_append_description_choice' => 'Append description with ..',
|
||||||
@ -1253,7 +1253,7 @@ return [
|
|||||||
'rule_action_clear_notes_choice' => 'Eliminar cualquier nota',
|
'rule_action_clear_notes_choice' => 'Eliminar cualquier nota',
|
||||||
'rule_action_clear_notes' => 'Eliminar cualquier nota',
|
'rule_action_clear_notes' => 'Eliminar cualquier nota',
|
||||||
'rule_action_set_notes_choice' => 'Set notes to ..',
|
'rule_action_set_notes_choice' => 'Set notes to ..',
|
||||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
'rule_action_link_to_bill_choice' => 'Enlazar a una factura ..',
|
||||||
'rule_action_link_to_bill' => 'Enlace a una factura ":action_value"',
|
'rule_action_link_to_bill' => 'Enlace a una factura ":action_value"',
|
||||||
'rule_action_set_notes' => 'Establecer notas para:action_value',
|
'rule_action_set_notes' => 'Establecer notas para:action_value',
|
||||||
'rule_action_convert_deposit_choice' => 'Convertir transacción en un ingreso',
|
'rule_action_convert_deposit_choice' => 'Convertir transacción en un ingreso',
|
||||||
@ -1302,12 +1302,12 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'dark_mode_option_browser' => 'Let your browser decide',
|
'dark_mode_option_browser' => 'Deja que tu navegador decida',
|
||||||
'dark_mode_option_light' => 'Always light',
|
'dark_mode_option_light' => 'Siempre claro',
|
||||||
'dark_mode_option_dark' => 'Always dark',
|
'dark_mode_option_dark' => 'Siempre oscuro',
|
||||||
'equal_to_language' => '(igual al idioma)',
|
'equal_to_language' => '(igual al idioma)',
|
||||||
'dark_mode_preference' => 'Dark mode',
|
'dark_mode_preference' => 'Modo oscuro',
|
||||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
'dark_mode_preference_help' => 'Dígale a Firefly III cuándo usar el modo oscuro.',
|
||||||
'pref_home_screen_accounts' => 'Cuentas de la pantalla de inicio',
|
'pref_home_screen_accounts' => 'Cuentas de la pantalla de inicio',
|
||||||
'pref_home_screen_accounts_help' => '¿Qué cuentas se deben mostrar en la página de inicio?',
|
'pref_home_screen_accounts_help' => '¿Qué cuentas se deben mostrar en la página de inicio?',
|
||||||
'pref_view_range' => 'Rango de vision',
|
'pref_view_range' => 'Rango de vision',
|
||||||
@ -1353,7 +1353,7 @@ return [
|
|||||||
'preferences_frontpage' => 'Pantalla de inicio',
|
'preferences_frontpage' => 'Pantalla de inicio',
|
||||||
'preferences_security' => 'Seguridad',
|
'preferences_security' => 'Seguridad',
|
||||||
'preferences_layout' => 'Diseño',
|
'preferences_layout' => 'Diseño',
|
||||||
'preferences_notifications' => 'Notifications',
|
'preferences_notifications' => 'Notificaciones',
|
||||||
'pref_home_show_deposits' => 'Mostrar ingresos en la pantalla de inicio',
|
'pref_home_show_deposits' => 'Mostrar ingresos en la pantalla de inicio',
|
||||||
'pref_home_show_deposits_info' => 'La pantalla de inicio ya muestra sus cuentas de gastos. ¿debería mostrar también su cuenta de ingresos?',
|
'pref_home_show_deposits_info' => 'La pantalla de inicio ya muestra sus cuentas de gastos. ¿debería mostrar también su cuenta de ingresos?',
|
||||||
'pref_home_do_show_deposits' => 'Sí, mostrarlos',
|
'pref_home_do_show_deposits' => 'Sí, mostrarlos',
|
||||||
@ -1384,13 +1384,13 @@ return [
|
|||||||
'optional_field_attachments' => 'Adjuntos',
|
'optional_field_attachments' => 'Adjuntos',
|
||||||
'optional_field_meta_data' => 'Opcional meta datos',
|
'optional_field_meta_data' => 'Opcional meta datos',
|
||||||
'external_url' => 'URL externa',
|
'external_url' => 'URL externa',
|
||||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
'pref_notification_bill_reminder' => 'Recordatorio sobre facturas que caducan pronto',
|
||||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
'pref_notification_new_access_token' => 'Alerta cuando se crea un nuevo token de acceso API',
|
||||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
'pref_notification_transaction_creation' => 'Alerta cuando una transacción se crea automáticamente',
|
||||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
'pref_notification_user_login' => 'Alertar cuando se inicie sesión desde una nueva ubicación',
|
||||||
'pref_notifications' => 'Notifications',
|
'pref_notifications' => 'Notificaciones',
|
||||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
'pref_notifications_help' => 'Indique si desea recibir estas notificaciones. Algunas notificaciones pueden contener información financiera sensible.',
|
||||||
'slack_webhook_url' => 'Slack Webhook URL',
|
'slack_webhook_url' => 'URL del Webhook de Slack',
|
||||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||||
|
|
||||||
@ -1403,13 +1403,13 @@ return [
|
|||||||
'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',
|
||||||
'purged_all_records' => 'All deleted records have been purged.',
|
'purged_all_records' => 'Se han limpiado todos los registros borrados.',
|
||||||
'delete_data_title' => 'Delete data from Firefly III',
|
'delete_data_title' => 'Eliminar datos de Firefly III',
|
||||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||||
'other_sessions_logged_out' => 'Todas las demás sesiones han sido desconectadas.',
|
'other_sessions_logged_out' => 'Todas las demás sesiones han sido desconectadas.',
|
||||||
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
|
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
|
||||||
'delete_all_unused_accounts' => 'Delete unused accounts',
|
'delete_all_unused_accounts' => 'Eliminar cuentas no utilizadas',
|
||||||
'deleted_all_unused_accounts' => 'All unused accounts are deleted',
|
'deleted_all_unused_accounts' => 'Todas las cuentas no utilizadas han sido eliminadas',
|
||||||
'delete_all_budgets' => 'Eliminar todos sus presupuestos',
|
'delete_all_budgets' => 'Eliminar todos sus presupuestos',
|
||||||
'delete_all_categories' => 'Eliminar todas sus categorías',
|
'delete_all_categories' => 'Eliminar todas sus categorías',
|
||||||
'delete_all_tags' => 'Eliminar todas sus etiquetas',
|
'delete_all_tags' => 'Eliminar todas sus etiquetas',
|
||||||
@ -1562,9 +1562,9 @@ return [
|
|||||||
'title_deposit' => 'Ingresos / salarios',
|
'title_deposit' => 'Ingresos / salarios',
|
||||||
'title_transfer' => 'Transferencias',
|
'title_transfer' => 'Transferencias',
|
||||||
'title_transfers' => 'Transferencias',
|
'title_transfers' => 'Transferencias',
|
||||||
'submission_options' => 'Submission options',
|
'submission_options' => 'Opciones de envío',
|
||||||
'apply_rules_checkbox' => 'Apply rules',
|
'apply_rules_checkbox' => 'Aplicar reglas',
|
||||||
'fire_webhooks_checkbox' => 'Fire webhooks',
|
'fire_webhooks_checkbox' => 'Disparar webhooks',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Esta transferencia ya es un gasto',
|
'convert_is_already_type_Withdrawal' => 'Esta transferencia ya es un gasto',
|
||||||
@ -1720,15 +1720,15 @@ return [
|
|||||||
// bills:
|
// bills:
|
||||||
'not_expected_period' => 'No se espera en este período',
|
'not_expected_period' => 'No se espera en este período',
|
||||||
'not_or_not_yet' => 'No (todavía)',
|
'not_or_not_yet' => 'No (todavía)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Ver factura ":name" en Firefly III',
|
||||||
'match_between_amounts' => 'La cuenta iguala transacciones entre :low y :high.',
|
'match_between_amounts' => 'La cuenta iguala transacciones entre :low y :high.',
|
||||||
'running_again_loss' => 'Las transacciones previamente vinculadas a esta factura pueden perder su conexión, si (ya) no coinciden con la(s) regla(s).',
|
'running_again_loss' => 'Las transacciones previamente vinculadas a esta factura pueden perder su conexión, si (ya) no coinciden con la(s) regla(s).',
|
||||||
'bill_related_rules' => 'Reglas relacionadas con esta cuenta',
|
'bill_related_rules' => 'Reglas relacionadas con esta cuenta',
|
||||||
'repeats' => 'Repeticiones',
|
'repeats' => 'Repeticiones',
|
||||||
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
|
'bill_end_date_help' => 'Campo opcional. Se espera que la factura venza en esta fecha.',
|
||||||
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
|
'bill_extension_date_help' => 'Campo opcional. La factura debe ser prorrogada (o cancelada) en o antes de esta fecha.',
|
||||||
'bill_end_index_line' => 'This bill ends on :date',
|
'bill_end_index_line' => 'Esta factura termina el :date',
|
||||||
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
|
'bill_extension_index_line' => 'Esta factura debe ser extendida o cancelada el :date',
|
||||||
'connected_journals' => 'Transacciones conectadas',
|
'connected_journals' => 'Transacciones conectadas',
|
||||||
'auto_match_on' => 'Automáticamente igualado por Firefly III',
|
'auto_match_on' => 'Automáticamente igualado por Firefly III',
|
||||||
'auto_match_off' => 'No igualado automaticamente por Firefly III',
|
'auto_match_off' => 'No igualado automaticamente por Firefly III',
|
||||||
@ -2299,7 +2299,7 @@ return [
|
|||||||
'no_tags' => '(sin etiquetas)',
|
'no_tags' => '(sin etiquetas)',
|
||||||
|
|
||||||
// piggy banks:
|
// piggy banks:
|
||||||
'event_history' => 'Event history',
|
'event_history' => 'Historial de eventos',
|
||||||
'add_money_to_piggy' => 'Añadir dinero a la hucha ":name"',
|
'add_money_to_piggy' => 'Añadir dinero a la hucha ":name"',
|
||||||
'piggy_bank' => 'Hucha',
|
'piggy_bank' => 'Hucha',
|
||||||
'new_piggy_bank' => 'Nueva hucha',
|
'new_piggy_bank' => 'Nueva hucha',
|
||||||
@ -2371,13 +2371,13 @@ return [
|
|||||||
// administration
|
// administration
|
||||||
'invite_is_already_redeemed' => 'La invitación a ":address" ya ha sido canjeada.',
|
'invite_is_already_redeemed' => 'La invitación a ":address" ya ha sido canjeada.',
|
||||||
'invite_is_deleted' => 'La invitación a ":address" ha sido eliminada.',
|
'invite_is_deleted' => 'La invitación a ":address" ha sido eliminada.',
|
||||||
'invite_new_user_title' => 'Invite new user',
|
'invite_new_user_title' => 'Invitar a un nuevo usuario',
|
||||||
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
|
'invite_new_user_text' => 'Como administrador, puede invitar a los usuarios a registrarse en su instancia de Firefly III. Usando el enlace directo que puede compartir con ellos, podrán registrar una cuenta. El usuario invitado y su enlace de invitación aparecerán en la tabla de abajo. Es libre de compartir el enlace de invitación con ellos.',
|
||||||
'invited_user_mail' => 'Email address',
|
'invited_user_mail' => 'Dirección de correo electrónico',
|
||||||
'invite_user' => 'Invite user',
|
'invite_user' => 'Invitar a un usuario',
|
||||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
'user_is_invited' => 'La dirección de correo electrónico ":address" ha sido invitada a Firefly III',
|
||||||
'administration' => 'Administración',
|
'administration' => 'Administración',
|
||||||
'code_already_used' => 'Invite code has been used',
|
'code_already_used' => 'Se ha utilizado el código de invitación',
|
||||||
'user_administration' => 'Administración de usuarios',
|
'user_administration' => 'Administración de usuarios',
|
||||||
'list_all_users' => 'Todos los usuarios',
|
'list_all_users' => 'Todos los usuarios',
|
||||||
'all_users' => 'Todo usuario',
|
'all_users' => 'Todo usuario',
|
||||||
@ -2409,17 +2409,17 @@ return [
|
|||||||
'delete_user' => 'Eliminar usuario :email',
|
'delete_user' => 'Eliminar usuario :email',
|
||||||
'user_deleted' => 'El usuario ha sido eliminado',
|
'user_deleted' => 'El usuario ha sido eliminado',
|
||||||
'send_test_email' => 'Enviar mensaje de correo electrónico de prueba',
|
'send_test_email' => 'Enviar mensaje de correo electrónico de prueba',
|
||||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
'send_test_email_text' => 'Para comprobar si su instalación es capaz de enviar correos o enviar mensajes en Slack, presione este botón. No verá un error aquí (si existiera), <strong>los registros mostrarán cualquier error</strong>. Puede usar este botón todas las veces que desee. No existe control de spam. El mensaje será enviado a <code>:email</code> y debería llegar en breve.',
|
||||||
'send_message' => 'Enviar mensaje',
|
'send_message' => 'Enviar mensaje',
|
||||||
'send_test_triggered' => 'La prueba fue disparada. Chequee su bandeja de entrada y archivos de registro.',
|
'send_test_triggered' => 'La prueba fue disparada. Chequee su bandeja de entrada y archivos de registro.',
|
||||||
'give_admin_careful' => 'Los usuarios a los que se les conceden derechos de administrador pueden quitarte el tuyo. Ten cuidado.',
|
'give_admin_careful' => 'Los usuarios a los que se les conceden derechos de administrador pueden quitarte el tuyo. Ten cuidado.',
|
||||||
'admin_maintanance_title' => 'Mantenimiento',
|
'admin_maintanance_title' => 'Mantenimiento',
|
||||||
'admin_maintanance_expl' => 'Algunos botones útiles para mantenimiento de Firefly III',
|
'admin_maintanance_expl' => 'Algunos botones útiles para mantenimiento de Firefly III',
|
||||||
'admin_maintenance_clear_cache' => 'Limpiar cache',
|
'admin_maintenance_clear_cache' => 'Limpiar cache',
|
||||||
'admin_notifications' => 'Admin notifications',
|
'admin_notifications' => 'Notificaciones del administrador',
|
||||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
'admin_notifications_expl' => 'Las siguientes notificaciones pueden ser activadas o desactivadas por el administrador. Si quiere recibir estos mensajes a través de Slack también, establezca la URL de "webhook entrante".',
|
||||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
'admin_notification_check_user_new_reg' => 'El usuario recibe un mensaje de bienvenida tras el registro',
|
||||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
'admin_notification_check_admin_new_reg' => 'Administrador(es) reciben una notificación de registro de un nuevo usuario',
|
||||||
'admin_notification_check_new_version' => 'Una nueva versión está disponible',
|
'admin_notification_check_new_version' => 'Una nueva versión está disponible',
|
||||||
'admin_notification_check_invite_created' => 'Un usuario ha sido invitado a Firefly III',
|
'admin_notification_check_invite_created' => 'Un usuario ha sido invitado a Firefly III',
|
||||||
'admin_notification_check_invite_redeemed' => 'Una invitación de usuario ha sido canjeada',
|
'admin_notification_check_invite_redeemed' => 'Una invitación de usuario ha sido canjeada',
|
||||||
|
@ -1302,12 +1302,12 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'dark_mode_option_browser' => 'Let your browser decide',
|
'dark_mode_option_browser' => 'Laisser le navigateur décider',
|
||||||
'dark_mode_option_light' => 'Always light',
|
'dark_mode_option_light' => 'Toujours clair',
|
||||||
'dark_mode_option_dark' => 'Always dark',
|
'dark_mode_option_dark' => 'Toujours sombre',
|
||||||
'equal_to_language' => '(égal à la langue)',
|
'equal_to_language' => '(égal à la langue)',
|
||||||
'dark_mode_preference' => 'Dark mode',
|
'dark_mode_preference' => 'Mode sombre',
|
||||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
'dark_mode_preference_help' => 'Dire à Firefly III quand utiliser le mode sombre.',
|
||||||
'pref_home_screen_accounts' => 'Comptes de l’écran d’accueil',
|
'pref_home_screen_accounts' => 'Comptes de l’écran d’accueil',
|
||||||
'pref_home_screen_accounts_help' => 'Quels sont les comptes à afficher sur la page d’accueil ?',
|
'pref_home_screen_accounts_help' => 'Quels sont les comptes à afficher sur la page d’accueil ?',
|
||||||
'pref_view_range' => 'Intervalle d\'affichage',
|
'pref_view_range' => 'Intervalle d\'affichage',
|
||||||
|
@ -1302,12 +1302,12 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'dark_mode_option_browser' => 'Let your browser decide',
|
'dark_mode_option_browser' => '브라우저에 맡기세요',
|
||||||
'dark_mode_option_light' => 'Always light',
|
'dark_mode_option_light' => '항상 라이트',
|
||||||
'dark_mode_option_dark' => 'Always dark',
|
'dark_mode_option_dark' => '항상 다크',
|
||||||
'equal_to_language' => '(언어와 동일)',
|
'equal_to_language' => '(언어와 동일)',
|
||||||
'dark_mode_preference' => 'Dark mode',
|
'dark_mode_preference' => '다크 모드',
|
||||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
'dark_mode_preference_help' => 'Firefly III가 언제 다크 모드를 사용할지 알려주세요.',
|
||||||
'pref_home_screen_accounts' => '홈 화면 계정',
|
'pref_home_screen_accounts' => '홈 화면 계정',
|
||||||
'pref_home_screen_accounts_help' => '홈 페이지에 어떤 계정을 표시해야 하나요?',
|
'pref_home_screen_accounts_help' => '홈 페이지에 어떤 계정을 표시해야 하나요?',
|
||||||
'pref_view_range' => '보기 범위',
|
'pref_view_range' => '보기 범위',
|
||||||
|
@ -570,13 +570,13 @@ return [
|
|||||||
'search_modifier_interest_date_before_year' => 'Data odsetek transakcji jest przed lub w roku ":value"',
|
'search_modifier_interest_date_before_year' => 'Data odsetek transakcji jest przed lub w roku ":value"',
|
||||||
'search_modifier_interest_date_before_month' => 'Data odsetek transakcji jest przed lub w miesiącu ":value"',
|
'search_modifier_interest_date_before_month' => 'Data odsetek transakcji jest przed lub w miesiącu ":value"',
|
||||||
'search_modifier_interest_date_before_day' => 'Data odsetek transakcji jest przed lub w dniu miesiąca ":value"',
|
'search_modifier_interest_date_before_day' => 'Data odsetek transakcji jest przed lub w dniu miesiąca ":value"',
|
||||||
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
|
'search_modifier_interest_date_after_year' => 'Data odsetek transakcji jest po lub w roku ":value"',
|
||||||
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
|
'search_modifier_interest_date_after_month' => 'Data odsetek transakcji jest po lub w miesiącu ":value"',
|
||||||
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
|
'search_modifier_interest_date_after_day' => 'Data odsetek transakcji jest po lub w dniu miesiąca ":value"',
|
||||||
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
|
'search_modifier_book_date_on_year' => 'Data księgowania transakcji jest w roku ":value"',
|
||||||
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
|
'search_modifier_book_date_on_month' => 'Data księgowania transakcji jest w miesiącu ":value"',
|
||||||
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
|
'search_modifier_book_date_on_day' => 'Data księgowania transakcji przypada w dniu miesiąca ":value"',
|
||||||
'search_modifier_not_book_date_on_year' => 'Transaction book date is not in year ":value"',
|
'search_modifier_not_book_date_on_year' => 'Data księgowania transakcji nie jest w roku ":value"',
|
||||||
'search_modifier_not_book_date_on_month' => 'Transaction book date is not in month ":value"',
|
'search_modifier_not_book_date_on_month' => 'Transaction book date is not in month ":value"',
|
||||||
'search_modifier_not_book_date_on_day' => 'Transaction book date is not on day of month ":value"',
|
'search_modifier_not_book_date_on_day' => 'Transaction book date is not on day of month ":value"',
|
||||||
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
|
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
|
||||||
@ -1185,25 +1185,25 @@ return [
|
|||||||
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
|
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
|
||||||
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
|
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
|
||||||
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
|
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
|
||||||
'rule_trigger_not_reconciled' => 'Transaction is not reconciled',
|
'rule_trigger_not_reconciled' => 'Transakcja nie została uzgodniona',
|
||||||
'rule_trigger_not_exists' => 'Transaction does not exist',
|
'rule_trigger_not_exists' => 'Transakcja nie istnieje',
|
||||||
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
|
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
|
||||||
'rule_trigger_not_has_any_category' => 'Transaction has no category',
|
'rule_trigger_not_has_any_category' => 'Transaction has no category',
|
||||||
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
|
'rule_trigger_not_has_any_budget' => 'Transakcje bez kategorii',
|
||||||
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
|
'rule_trigger_not_has_any_bill' => 'Transakcja bez rachunku',
|
||||||
'rule_trigger_not_has_any_tag' => 'Transakcja bez tagów',
|
'rule_trigger_not_has_any_tag' => 'Transakcja bez tagów',
|
||||||
'rule_trigger_not_any_notes' => 'Transaction has no notes',
|
'rule_trigger_not_any_notes' => 'Transakcja bez notatek',
|
||||||
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
|
'rule_trigger_not_any_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
|
||||||
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
|
'rule_trigger_not_has_no_attachments' => 'Transakcja ma (dowolne) załącznik(i)',
|
||||||
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
|
'rule_trigger_not_has_no_category' => 'Transakcja ma (dowolną) kategorię',
|
||||||
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
|
'rule_trigger_not_has_no_budget' => 'Transakcja ma (dowolny) budżet',
|
||||||
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
|
'rule_trigger_not_has_no_bill' => 'Transakcja ma (dowolny) rachunek',
|
||||||
'rule_trigger_not_has_no_tag' => 'Transakcja ma (dowolny) tag',
|
'rule_trigger_not_has_no_tag' => 'Transakcja ma (dowolny) tag',
|
||||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
'rule_trigger_not_no_notes' => 'Transakcja ma dowolne notatki',
|
||||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
'rule_trigger_not_no_external_url' => 'Transakcja ma zewnętrzny adres URL',
|
||||||
'rule_trigger_not_source_is_cash' => 'Source account is not a cash account',
|
'rule_trigger_not_source_is_cash' => 'Konto źródłowe to nie konto gotówkowe',
|
||||||
'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account',
|
'rule_trigger_not_destination_is_cash' => 'Konto docelowe to nie konto gotówkowe',
|
||||||
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
|
'rule_trigger_not_account_is_cash' => 'Żadne konto nie jest kontem gotówkowym',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||||
@ -1262,14 +1262,14 @@ return [
|
|||||||
'rule_action_convert_withdrawal' => 'Konwertuj transakcję na wypłatę do ":action_value"',
|
'rule_action_convert_withdrawal' => 'Konwertuj transakcję na wypłatę do ":action_value"',
|
||||||
'rule_action_convert_transfer_choice' => 'Konwertuj transakcję na transfer',
|
'rule_action_convert_transfer_choice' => 'Konwertuj transakcję na transfer',
|
||||||
'rule_action_convert_transfer' => 'Konwertuj transakcję na transfer z ":action_value"',
|
'rule_action_convert_transfer' => 'Konwertuj transakcję na transfer z ":action_value"',
|
||||||
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
|
'rule_action_append_descr_to_notes_choice' => 'Dołącz opis do notatek transakcji',
|
||||||
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
|
'rule_action_append_notes_to_descr_choice' => 'Dołącz notatki transakcji do opisu',
|
||||||
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
|
'rule_action_move_descr_to_notes_choice' => 'Zastąp bieżące notatki transakcji opisem',
|
||||||
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
|
'rule_action_move_notes_to_descr_choice' => 'Zastąp bieżący opis notatkami transakcji',
|
||||||
'rule_action_append_descr_to_notes' => 'Append description to notes',
|
'rule_action_append_descr_to_notes' => 'Dołącz opis do notatek',
|
||||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
'rule_action_append_notes_to_descr' => 'Dołącz notatki do opisu',
|
||||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
'rule_action_move_descr_to_notes' => 'Zastąp notatki opisem',
|
||||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
'rule_action_move_notes_to_descr' => 'Zastąp opis notatkami',
|
||||||
'rulegroup_for_bills_title' => 'Grupa reguł dla rachunków',
|
'rulegroup_for_bills_title' => 'Grupa reguł dla rachunków',
|
||||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||||
@ -1562,7 +1562,7 @@ return [
|
|||||||
'title_deposit' => 'Przychód / dochód',
|
'title_deposit' => 'Przychód / dochód',
|
||||||
'title_transfer' => 'Transfery',
|
'title_transfer' => 'Transfery',
|
||||||
'title_transfers' => 'Transfery',
|
'title_transfers' => 'Transfery',
|
||||||
'submission_options' => 'Submission options',
|
'submission_options' => 'Opcje zapisu',
|
||||||
'apply_rules_checkbox' => 'Zastosuj reguły',
|
'apply_rules_checkbox' => 'Zastosuj reguły',
|
||||||
'fire_webhooks_checkbox' => 'Uruchom webhooki',
|
'fire_webhooks_checkbox' => 'Uruchom webhooki',
|
||||||
|
|
||||||
|
@ -1302,12 +1302,12 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'dark_mode_option_browser' => 'Let your browser decide',
|
'dark_mode_option_browser' => 'Låt din webbläsare bestämma',
|
||||||
'dark_mode_option_light' => 'Always light',
|
'dark_mode_option_light' => 'Alltid ljust',
|
||||||
'dark_mode_option_dark' => 'Always dark',
|
'dark_mode_option_dark' => 'Alltid mörkt',
|
||||||
'equal_to_language' => '(lika med språk)',
|
'equal_to_language' => '(lika med språk)',
|
||||||
'dark_mode_preference' => 'Dark mode',
|
'dark_mode_preference' => 'Mörkt läge',
|
||||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
'dark_mode_preference_help' => 'Berätta för Firefly III när mörkt läge ska användas.',
|
||||||
'pref_home_screen_accounts' => 'Startskäm konton',
|
'pref_home_screen_accounts' => 'Startskäm konton',
|
||||||
'pref_home_screen_accounts_help' => 'Vilka konton ska visas på startskärmen?',
|
'pref_home_screen_accounts_help' => 'Vilka konton ska visas på startskärmen?',
|
||||||
'pref_view_range' => 'Visa intervall',
|
'pref_view_range' => 'Visa intervall',
|
||||||
|
75
yarn.lock
75
yarn.lock
@ -1102,16 +1102,11 @@
|
|||||||
"@types/estree" "*"
|
"@types/estree" "*"
|
||||||
"@types/json-schema" "*"
|
"@types/json-schema" "*"
|
||||||
|
|
||||||
"@types/estree@*":
|
"@types/estree@*", "@types/estree@^1.0.0":
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
|
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
|
||||||
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
|
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
|
||||||
|
|
||||||
"@types/estree@^0.0.51":
|
|
||||||
version "0.0.51"
|
|
||||||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
|
|
||||||
integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
|
|
||||||
|
|
||||||
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
|
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
|
||||||
version "4.17.33"
|
version "4.17.33"
|
||||||
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543"
|
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543"
|
||||||
@ -1904,9 +1899,9 @@ caniuse-api@^3.0.0:
|
|||||||
lodash.uniq "^4.5.0"
|
lodash.uniq "^4.5.0"
|
||||||
|
|
||||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
|
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
|
||||||
version "1.0.30001476"
|
version "1.0.30001478"
|
||||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001476.tgz#759906c53eae17133217d75b482f9dc5c02f7898"
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001478.tgz#0ef8a1cf8b16be47a0f9fc4ecfc952232724b32a"
|
||||||
integrity sha512-JmpktFppVSvyUN4gsLS0bShY2L9ZUslHLE72vgemBkS43JD2fOvKTKs+GtRwuxrtRGnwJFW0ye7kWRRlLJS9vQ==
|
integrity sha512-gMhDyXGItTHipJj2ApIvR+iVB5hd0KP3svMWWXDvZOmjzJJassGLMfxRkQCSYgGd2gtdL/ReeiyvMSFD1Ss6Mw==
|
||||||
|
|
||||||
chalk@^2.0.0:
|
chalk@^2.0.0:
|
||||||
version "2.4.2"
|
version "2.4.2"
|
||||||
@ -2152,9 +2147,9 @@ cookie@0.5.0:
|
|||||||
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
|
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
|
||||||
|
|
||||||
core-js-compat@^3.25.1:
|
core-js-compat@^3.25.1:
|
||||||
version "3.30.0"
|
version "3.30.1"
|
||||||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.30.0.tgz#99aa2789f6ed2debfa1df3232784126ee97f4d80"
|
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.30.1.tgz#961541e22db9c27fc48bfc13a3cafa8734171dfe"
|
||||||
integrity sha512-P5A2h/9mRYZFIAP+5Ab8ns6083IyVpSclU74UNvbGVQ8VM7n3n3/g2yF3AkKQ9NXz2O+ioxLbEWKnDtgsFamhg==
|
integrity sha512-d690npR7MC6P0gq4npTl5n2VQeNAmUrJ90n+MHiKS7W2+xno4o3F5GDEuylSdi6EJ3VssibSGXOa1r3YXD3Mhw==
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist "^4.21.5"
|
browserslist "^4.21.5"
|
||||||
|
|
||||||
@ -2517,9 +2512,9 @@ ee-first@1.1.1:
|
|||||||
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
||||||
|
|
||||||
electron-to-chromium@^1.4.284:
|
electron-to-chromium@^1.4.284:
|
||||||
version "1.4.356"
|
version "1.4.365"
|
||||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.356.tgz#b75a8a8c31d571f6024310cc980a08cd6c15a8c5"
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.365.tgz#ccd9e352d4493aa288d87e6ea36f3edf350c045e"
|
||||||
integrity sha512-nEftV1dRX3omlxAj42FwqRZT0i4xd2dIg39sog/CnCJeCcL1TRd2Uh0i9Oebgv8Ou0vzTPw++xc+Z20jzS2B6A==
|
integrity sha512-FRHZO+1tUNO4TOPXmlxetkoaIY8uwHzd1kKopK/Gx2SKn1L47wJXWD44wxP5CGRyyP98z/c8e1eBzJrgPeiBOg==
|
||||||
|
|
||||||
elliptic@^6.5.3:
|
elliptic@^6.5.3:
|
||||||
version "6.5.4"
|
version "6.5.4"
|
||||||
@ -2574,10 +2569,10 @@ error-ex@^1.3.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
is-arrayish "^0.2.1"
|
is-arrayish "^0.2.1"
|
||||||
|
|
||||||
es-module-lexer@^0.9.0:
|
es-module-lexer@^1.2.1:
|
||||||
version "0.9.3"
|
version "1.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
|
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.2.1.tgz#ba303831f63e6a394983fde2f97ad77b22324527"
|
||||||
integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==
|
integrity sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==
|
||||||
|
|
||||||
escalade@^3.1.1:
|
escalade@^3.1.1:
|
||||||
version "3.1.1"
|
version "3.1.1"
|
||||||
@ -3219,10 +3214,10 @@ is-buffer@~1.1.6:
|
|||||||
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
||||||
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
|
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
|
||||||
|
|
||||||
is-core-module@^2.11.0:
|
is-core-module@^2.12.0:
|
||||||
version "2.11.0"
|
version "2.12.0"
|
||||||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
|
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.0.tgz#36ad62f6f73c8253fd6472517a12483cf03e7ec4"
|
||||||
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
|
integrity sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
has "^1.0.3"
|
has "^1.0.3"
|
||||||
|
|
||||||
@ -4521,11 +4516,11 @@ resolve-from@^5.0.0:
|
|||||||
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
||||||
|
|
||||||
resolve@^1.14.2, resolve@^1.9.0:
|
resolve@^1.14.2, resolve@^1.9.0:
|
||||||
version "1.22.2"
|
version "1.22.3"
|
||||||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283"
|
||||||
integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==
|
integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==
|
||||||
dependencies:
|
dependencies:
|
||||||
is-core-module "^2.11.0"
|
is-core-module "^2.12.0"
|
||||||
path-parse "^1.0.7"
|
path-parse "^1.0.7"
|
||||||
supports-preserve-symlinks-flag "^1.0.0"
|
supports-preserve-symlinks-flag "^1.0.0"
|
||||||
|
|
||||||
@ -4622,9 +4617,9 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
|
|||||||
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
||||||
|
|
||||||
semver@^7.3.2, semver@^7.3.5:
|
semver@^7.3.2, semver@^7.3.5:
|
||||||
version "7.3.8"
|
version "7.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.4.0.tgz#8481c92feffc531ab1e012a8ffc15bdd3a0f4318"
|
||||||
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
|
integrity sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==
|
||||||
dependencies:
|
dependencies:
|
||||||
lru-cache "^6.0.0"
|
lru-cache "^6.0.0"
|
||||||
|
|
||||||
@ -4950,7 +4945,7 @@ tapable@^2.1.1, tapable@^2.2.0:
|
|||||||
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
||||||
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
|
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
|
||||||
|
|
||||||
terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.2.4:
|
terser-webpack-plugin@^5.2.4, terser-webpack-plugin@^5.3.7:
|
||||||
version "5.3.7"
|
version "5.3.7"
|
||||||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz#ef760632d24991760f339fe9290deb936ad1ffc7"
|
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz#ef760632d24991760f339fe9290deb936ad1ffc7"
|
||||||
integrity sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==
|
integrity sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==
|
||||||
@ -4971,9 +4966,9 @@ terser@^4.6.3:
|
|||||||
source-map-support "~0.5.12"
|
source-map-support "~0.5.12"
|
||||||
|
|
||||||
terser@^5.16.5, terser@^5.9.0:
|
terser@^5.16.5, terser@^5.9.0:
|
||||||
version "5.16.8"
|
version "5.16.9"
|
||||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.8.tgz#ccde583dabe71df3f4ed02b65eb6532e0fae15d5"
|
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.9.tgz#7a28cb178e330c484369886f2afd623d9847495f"
|
||||||
integrity sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==
|
integrity sha512-HPa/FdTB9XGI2H1/keLFZHxl6WNvAI4YalHGtDQTlMnJcoqSab1UwL4l1hGEhs6/GmLHBZIg/YgB++jcbzoOEg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jridgewell/source-map" "^0.3.2"
|
"@jridgewell/source-map" "^0.3.2"
|
||||||
acorn "^8.5.0"
|
acorn "^8.5.0"
|
||||||
@ -5300,12 +5295,12 @@ webpack-sources@^3.2.3:
|
|||||||
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
||||||
|
|
||||||
webpack@^5.60.0:
|
webpack@^5.60.0:
|
||||||
version "5.78.0"
|
version "5.79.0"
|
||||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.78.0.tgz#836452a12416af2a7beae906b31644cb2562f9e6"
|
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.79.0.tgz#8552b5da5a26e4e25842c08a883e08fc7740547a"
|
||||||
integrity sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==
|
integrity sha512-3mN4rR2Xq+INd6NnYuL9RC9GAmc1ROPKJoHhrZ4pAjdMFEkJJWrsPw8o2JjCIyQyTu7rTXYn4VG6OpyB3CobZg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/eslint-scope" "^3.7.3"
|
"@types/eslint-scope" "^3.7.3"
|
||||||
"@types/estree" "^0.0.51"
|
"@types/estree" "^1.0.0"
|
||||||
"@webassemblyjs/ast" "1.11.1"
|
"@webassemblyjs/ast" "1.11.1"
|
||||||
"@webassemblyjs/wasm-edit" "1.11.1"
|
"@webassemblyjs/wasm-edit" "1.11.1"
|
||||||
"@webassemblyjs/wasm-parser" "1.11.1"
|
"@webassemblyjs/wasm-parser" "1.11.1"
|
||||||
@ -5314,7 +5309,7 @@ webpack@^5.60.0:
|
|||||||
browserslist "^4.14.5"
|
browserslist "^4.14.5"
|
||||||
chrome-trace-event "^1.0.2"
|
chrome-trace-event "^1.0.2"
|
||||||
enhanced-resolve "^5.10.0"
|
enhanced-resolve "^5.10.0"
|
||||||
es-module-lexer "^0.9.0"
|
es-module-lexer "^1.2.1"
|
||||||
eslint-scope "5.1.1"
|
eslint-scope "5.1.1"
|
||||||
events "^3.2.0"
|
events "^3.2.0"
|
||||||
glob-to-regexp "^0.4.1"
|
glob-to-regexp "^0.4.1"
|
||||||
@ -5325,7 +5320,7 @@ webpack@^5.60.0:
|
|||||||
neo-async "^2.6.2"
|
neo-async "^2.6.2"
|
||||||
schema-utils "^3.1.0"
|
schema-utils "^3.1.0"
|
||||||
tapable "^2.1.1"
|
tapable "^2.1.1"
|
||||||
terser-webpack-plugin "^5.1.3"
|
terser-webpack-plugin "^5.3.7"
|
||||||
watchpack "^2.4.0"
|
watchpack "^2.4.0"
|
||||||
webpack-sources "^3.2.3"
|
webpack-sources "^3.2.3"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user