mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
Meta data for new release.
This commit is contained in:
parent
591e3ab3ec
commit
643ae91bb5
28
changelog.md
28
changelog.md
@ -2,6 +2,34 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 6.0.1 - 2023-03-11
|
||||
|
||||
### Changed
|
||||
- [Issue 7129](https://github.com/firefly-iii/firefly-iii/issues/7129) Catch common email errors as log errors.
|
||||
|
||||
### Fixed
|
||||
- [Issue 7109](https://github.com/firefly-iii/firefly-iii/issues/7109) Fix CSS in subdirectories, thanks @GaneshKandu
|
||||
- [Issue 7112](https://github.com/firefly-iii/firefly-iii/issues/7112) Version number parsing
|
||||
- [Issue 6985](https://github.com/firefly-iii/firefly-iii/issues/6985) Mandrill mail support
|
||||
- [Issue 7131](https://github.com/firefly-iii/firefly-iii/issues/7131) Fix account sorting, thanks @lflare
|
||||
- [Issue 7130](https://github.com/firefly-iii/firefly-iii/issues/7130) Fix missing date range parsers
|
||||
- [Issue 7156](https://github.com/firefly-iii/firefly-iii/issues/7156) Default values for email settings break tokens
|
||||
- [Issue 7140](https://github.com/firefly-iii/firefly-iii/issues/7140) Header with charset would break API validation
|
||||
- [Issue 7144](https://github.com/firefly-iii/firefly-iii/issues/7144) Debug page could not handle missing log files
|
||||
- [Issue 7159](https://github.com/firefly-iii/firefly-iii/issues/7159) Bad parsing in success messages
|
||||
- [Issue 7104](https://github.com/firefly-iii/firefly-iii/issues/7104) Missing colors in dark mode
|
||||
- [Issue 7120](https://github.com/firefly-iii/firefly-iii/issues/7120) Missing borders in dark mode
|
||||
- [Issue 7156](https://github.com/firefly-iii/firefly-iii/issues/7156) Bad HTML parsing in transaction form
|
||||
- [Issue 7166](https://github.com/firefly-iii/firefly-iii/issues/7166) Rule trigger would trigger on the wrong transaction set
|
||||
- [Issue 7112](https://github.com/firefly-iii/firefly-iii/issues/7112) Content filter would strip emojis
|
||||
- [Issue 7175](https://github.com/firefly-iii/firefly-iii/issues/7175) Could not delete user invite
|
||||
- [Issue 7177](https://github.com/firefly-iii/firefly-iii/issues/7177) Missing currency info would break cron job
|
||||
|
||||
### API
|
||||
- [Issue 7127](https://github.com/firefly-iii/firefly-iii/issues/7127) Expand API with new option for "destroy" button.
|
||||
- [Issue 7124](https://github.com/firefly-iii/firefly-iii/issues/7124) API would not break on missing foreign currency information
|
||||
|
||||
|
||||
## 6.0.0 - 2023-03-03
|
||||
|
||||
This is release **6.0.0** of Firefly III.
|
||||
|
125
composer.lock
generated
125
composer.lock
generated
@ -1068,16 +1068,16 @@
|
||||
},
|
||||
{
|
||||
"name": "filp/whoops",
|
||||
"version": "2.15.0",
|
||||
"version": "2.15.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/filp/whoops.git",
|
||||
"reference": "3e8aebbca9f0ae6f618962c4ad514077fd365ab3"
|
||||
"reference": "e864ac957acd66e1565f25efda61e37791a5db0b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/filp/whoops/zipball/3e8aebbca9f0ae6f618962c4ad514077fd365ab3",
|
||||
"reference": "3e8aebbca9f0ae6f618962c4ad514077fd365ab3",
|
||||
"url": "https://api.github.com/repos/filp/whoops/zipball/e864ac957acd66e1565f25efda61e37791a5db0b",
|
||||
"reference": "e864ac957acd66e1565f25efda61e37791a5db0b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1127,7 +1127,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/filp/whoops/issues",
|
||||
"source": "https://github.com/filp/whoops/tree/2.15.0"
|
||||
"source": "https://github.com/filp/whoops/tree/2.15.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1135,7 +1135,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-03-03T12:00:00+00:00"
|
||||
"time": "2023-03-06T18:09:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "firebase/php-jwt",
|
||||
@ -1586,16 +1586,16 @@
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/psr7",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/psr7.git",
|
||||
"reference": "67c26b443f348a51926030c83481b85718457d3d"
|
||||
"reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
|
||||
"reference": "67c26b443f348a51926030c83481b85718457d3d",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
|
||||
"reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1685,7 +1685,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/psr7/issues",
|
||||
"source": "https://github.com/guzzle/psr7/tree/2.4.3"
|
||||
"source": "https://github.com/guzzle/psr7/tree/2.4.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1701,7 +1701,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-26T14:07:24+00:00"
|
||||
"time": "2023-03-09T13:19:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/uri-template",
|
||||
@ -1944,16 +1944,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v10.2.0",
|
||||
"version": "v10.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "3799f7f3118d57dc5d3dfaabde69a912fff65a7e"
|
||||
"reference": "90f24d9e2860ecf6b5492e966956270ceb98c03d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/3799f7f3118d57dc5d3dfaabde69a912fff65a7e",
|
||||
"reference": "3799f7f3118d57dc5d3dfaabde69a912fff65a7e",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/90f24d9e2860ecf6b5492e966956270ceb98c03d",
|
||||
"reference": "90f24d9e2860ecf6b5492e966956270ceb98c03d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2140,7 +2140,7 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2023-03-02T14:55:50+00:00"
|
||||
"time": "2023-03-09T14:00:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/passport",
|
||||
@ -4390,16 +4390,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpseclib/phpseclib",
|
||||
"version": "3.0.18",
|
||||
"version": "3.0.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpseclib/phpseclib.git",
|
||||
"reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da"
|
||||
"reference": "cc181005cf548bfd8a4896383bb825d859259f95"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f28693d38ba21bb0d9f0c411ee5dae2b178201da",
|
||||
"reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cc181005cf548bfd8a4896383bb825d859259f95",
|
||||
"reference": "cc181005cf548bfd8a4896383bb825d859259f95",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4480,7 +4480,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.18"
|
||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.19"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -4496,7 +4496,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-12-17T18:26:50+00:00"
|
||||
"time": "2023-03-05T17:13:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pragmarx/google2fa",
|
||||
@ -5501,16 +5501,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/backtrace",
|
||||
"version": "1.2.2",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/backtrace.git",
|
||||
"reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1"
|
||||
"reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/backtrace/zipball/7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1",
|
||||
"reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1",
|
||||
"url": "https://api.github.com/repos/spatie/backtrace/zipball/ec4dd16476b802dbdc6b4467f84032837e316b8c",
|
||||
"reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5519,6 +5519,7 @@
|
||||
"require-dev": {
|
||||
"ext-json": "*",
|
||||
"phpunit/phpunit": "^9.3",
|
||||
"spatie/phpunit-snapshot-assertions": "^4.2",
|
||||
"symfony/var-dumper": "^5.1"
|
||||
},
|
||||
"type": "library",
|
||||
@ -5546,7 +5547,7 @@
|
||||
"spatie"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/spatie/backtrace/tree/1.2.2"
|
||||
"source": "https://github.com/spatie/backtrace/tree/1.4.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -5558,7 +5559,7 @@
|
||||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-21T08:29:12+00:00"
|
||||
"time": "2023-03-04T08:57:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/flare-client-php",
|
||||
@ -9276,16 +9277,16 @@
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
"version": "1.11.0",
|
||||
"version": "1.11.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/myclabs/DeepCopy.git",
|
||||
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
|
||||
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
||||
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
||||
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
||||
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9323,7 +9324,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
||||
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
|
||||
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9331,20 +9332,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-03-03T13:19:32+00:00"
|
||||
"time": "2023-03-08T13:26:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
"version": "v4.15.3",
|
||||
"version": "v4.15.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039"
|
||||
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039",
|
||||
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
|
||||
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9385,9 +9386,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
|
||||
},
|
||||
"time": "2023-01-16T22:05:37+00:00"
|
||||
"time": "2023-03-05T19:49:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nunomaduro/larastan",
|
||||
@ -9793,16 +9794,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.10.3",
|
||||
"version": "1.10.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "5419375b5891add97dc74be71e6c1c34baaddf64"
|
||||
"reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/5419375b5891add97dc74be71e6c1c34baaddf64",
|
||||
"reference": "5419375b5891add97dc74be71e6c1c34baaddf64",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
|
||||
"reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9832,7 +9833,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpstan/issues",
|
||||
"source": "https://github.com/phpstan/phpstan/tree/1.10.3"
|
||||
"source": "https://github.com/phpstan/phpstan/tree/1.10.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9848,7 +9849,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-25T14:47:13+00:00"
|
||||
"time": "2023-03-09T16:55:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-deprecation-rules",
|
||||
@ -9949,16 +9950,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
"version": "10.0.1",
|
||||
"version": "10.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||
"reference": "b9c21a93dd8c8eed79879374884ee733259475cc"
|
||||
"reference": "20800e84296ea4732f9a125e08ce86b4004ae3e4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b9c21a93dd8c8eed79879374884ee733259475cc",
|
||||
"reference": "b9c21a93dd8c8eed79879374884ee733259475cc",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/20800e84296ea4732f9a125e08ce86b4004ae3e4",
|
||||
"reference": "20800e84296ea4732f9a125e08ce86b4004ae3e4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9980,8 +9981,8 @@
|
||||
"phpunit/phpunit": "^10.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-pcov": "*",
|
||||
"ext-xdebug": "*"
|
||||
"ext-pcov": "PHP extension that provides line coverage",
|
||||
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -10014,7 +10015,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.0.1"
|
||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.0.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -10022,7 +10023,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-25T05:35:03+00:00"
|
||||
"time": "2023-03-06T13:00:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
@ -10267,16 +10268,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "10.0.14",
|
||||
"version": "10.0.15",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "7065dbebcb0f66cf16a45fc9cfc28c2351e06169"
|
||||
"reference": "9b0c2245ef173a3d9546f6a4393a85d60eabe071"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7065dbebcb0f66cf16a45fc9cfc28c2351e06169",
|
||||
"reference": "7065dbebcb0f66cf16a45fc9cfc28c2351e06169",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b0c2245ef173a3d9546f6a4393a85d60eabe071",
|
||||
"reference": "9b0c2245ef173a3d9546f6a4393a85d60eabe071",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -10308,7 +10309,7 @@
|
||||
"sebastian/version": "^4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-soap": "*"
|
||||
"ext-soap": "To be able to generate mocks based on WSDL files"
|
||||
},
|
||||
"bin": [
|
||||
"phpunit"
|
||||
@ -10347,7 +10348,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.14"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.15"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -10363,7 +10364,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-03-01T05:37:49+00:00"
|
||||
"time": "2023-03-09T06:43:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
@ -107,8 +107,8 @@ return [
|
||||
'webhooks' => true,
|
||||
'handle_debts' => true,
|
||||
],
|
||||
'version' => '6.0.0',
|
||||
'api_version' => '2.0.0',
|
||||
'version' => '6.0.1',
|
||||
'api_version' => '2.0.1',
|
||||
'db_version' => 19,
|
||||
|
||||
// generic settings
|
||||
|
6
frontend/src/i18n/el_GR/index.js
vendored
6
frontend/src/i18n/el_GR/index.js
vendored
@ -221,8 +221,8 @@ export default {
|
||||
"pref_last90": "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b5\u03c2 90 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2",
|
||||
"pref_last30": "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b5\u03c2 30 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2",
|
||||
"pref_last7": "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b5\u03c2 7 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2",
|
||||
"pref_YTD": "\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03ae \u03c4\u03bf\u03c5 \u03ad\u03c4\u03bf\u03c5\u03c2 \u03c9\u03c2 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1",
|
||||
"pref_QTD": "\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03ae \u03c4\u03bf\u03c5 \u03c4\u03c1\u03b9\u03bc\u03ae\u03bd\u03bf\u03c5 \u03c9\u03c2 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1",
|
||||
"pref_MTD": "\u0391\u03c0\u03cc \u03c4\u03b7\u03bd\u03bd \u03b1\u03c1\u03c7\u03ae \u03c4\u03bf\u03c5 \u03bc\u03ae\u03bd\u03b1 \u03c9\u03c2 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1"
|
||||
"pref_YTD": "\u0388\u03c4\u03bf\u03c2 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1",
|
||||
"pref_QTD": "\u03a4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1",
|
||||
"pref_MTD": "\u039c\u03ae\u03bd\u03b1\u03c2 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1"
|
||||
}
|
||||
}
|
||||
|
18
frontend/src/i18n/zh_TW/index.js
vendored
18
frontend/src/i18n/zh_TW/index.js
vendored
@ -38,7 +38,7 @@ export default {
|
||||
},
|
||||
"list": {
|
||||
"name": "\u540d\u7a31",
|
||||
"account_number": "Account number",
|
||||
"account_number": "\u5e33\u6236\u865f\u78bc",
|
||||
"currentBalance": "\u76ee\u524d\u9918\u984d",
|
||||
"lastActivity": "\u4e0a\u6b21\u6d3b\u52d5",
|
||||
"active": "\u662f\u5426\u555f\u7528\uff1f"
|
||||
@ -46,15 +46,15 @@ export default {
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Placeholder]",
|
||||
"budgets": "\u9810\u7b97",
|
||||
"subscriptions": "Subscriptions",
|
||||
"transactions": "Transactions",
|
||||
"title_expenses": "Expenses",
|
||||
"subscriptions": "\u8a02\u95b1",
|
||||
"transactions": "\u4ea4\u6613",
|
||||
"title_expenses": "\u652f\u51fa",
|
||||
"title_withdrawal": "Expenses",
|
||||
"title_revenue": "Revenue \/ income",
|
||||
"title_deposit": "Revenue \/ income",
|
||||
"title_transfer": "Transfers",
|
||||
"title_transfers": "Transfers",
|
||||
"asset_accounts": "Asset accounts",
|
||||
"title_transfer": "\u8f49\u5e33",
|
||||
"title_transfers": "\u8f49\u5e33",
|
||||
"asset_accounts": "\u8cc7\u7522\u5e33\u6236",
|
||||
"expense_accounts": "Expense accounts",
|
||||
"revenue_accounts": "Revenue accounts",
|
||||
"liabilities_accounts": "Liabilities"
|
||||
@ -204,8 +204,8 @@ export default {
|
||||
"currencies": "\u8ca8\u5e63",
|
||||
"administration": "\u7ba1\u7406",
|
||||
"profile": "\u500b\u4eba\u6a94\u6848",
|
||||
"source_account": "Source account",
|
||||
"destination_account": "Destination account",
|
||||
"source_account": "\u4f86\u6e90\u5e33\u6236",
|
||||
"destination_account": "\u76ee\u6a19\u5e33\u6236",
|
||||
"amount": "\u91d1\u984d",
|
||||
"date": "\u65e5\u671f",
|
||||
"time": "Time",
|
||||
|
@ -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-toolbar>
|
||||
<div>
|
||||
<small>Firefly III v v6.0.0 © James Cole, AGPL-3.0-or-later.</small>
|
||||
<small>Firefly III v v6.0.1 © James Cole, AGPL-3.0-or-later.</small>
|
||||
</div>
|
||||
</q-toolbar>
|
||||
</q-footer>
|
||||
|
2
public/v1/js/app.js
vendored
2
public/v1/js/app.js
vendored
File diff suppressed because one or more lines are too long
@ -5,18 +5,18 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Sizzle CSS Selector Engine v2.3.9
|
||||
* Sizzle CSS Selector Engine v2.3.10
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://js.foundation/
|
||||
*
|
||||
* Date: 2022-12-19
|
||||
* Date: 2023-02-14
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery JavaScript Library v3.6.3
|
||||
* jQuery JavaScript Library v3.6.4
|
||||
* https://jquery.com/
|
||||
*
|
||||
* Includes Sizzle.js
|
||||
@ -26,5 +26,5 @@
|
||||
* Released under the MIT license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* Date: 2022-12-20T21:28Z
|
||||
* Date: 2023-03-08T15:28Z
|
||||
*/
|
||||
|
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.43fbf1b0.js></script><script defer src=/v3/js/app.8ad7cfe1.js></script><link href=/v3/css/vendor.b7419aa9.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.43fbf1b0.js></script><script defer src=/v3/js/app.16587ec0.js></script><link href=/v3/css/vendor.b7419aa9.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
File diff suppressed because one or more lines are too long
@ -140,7 +140,7 @@
|
||||
"internal_reference": "Referencia interna",
|
||||
"webhook_response": "Respuesta",
|
||||
"webhook_trigger": "Disparador",
|
||||
"webhook_delivery": "Delivery"
|
||||
"webhook_delivery": "Entrega"
|
||||
},
|
||||
"list": {
|
||||
"active": "\u00bfEst\u00e1 Activo?",
|
||||
|
@ -19,9 +19,9 @@
|
||||
"fire_webhooks_checkbox": "Fire webhooks",
|
||||
"no_budget_pointer": "You seem to have no budgets yet. You should create some on the <a href=\"budgets\">budgets<\/a>-page. Budgets can help you keep track of expenses.",
|
||||
"no_bill_pointer": "You seem to have no bills yet. You should create some on the <a href=\"bills\">bills<\/a>-page. Bills can help you keep track of expenses.",
|
||||
"source_account": "Source account",
|
||||
"source_account": "\u4f86\u6e90\u5e33\u6236",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"destination_account": "Destination account",
|
||||
"destination_account": "\u76ee\u6a19\u5e33\u6236",
|
||||
"add_another_split": "\u589e\u52a0\u62c6\u5206",
|
||||
"submission": "Submission",
|
||||
"create_another": "After storing, return here to create another one.",
|
||||
@ -144,8 +144,8 @@
|
||||
},
|
||||
"list": {
|
||||
"active": "\u662f\u5426\u555f\u7528\uff1f",
|
||||
"trigger": "Trigger",
|
||||
"response": "Response",
|
||||
"trigger": "\u89f8\u767c\u5668",
|
||||
"response": "\u56de\u61c9",
|
||||
"delivery": "Delivery",
|
||||
"url": "URL",
|
||||
"secret": "Secret"
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version заявка за потвърждение',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Съдържанието на това поле е невалидно без информация за валута.',
|
||||
'not_transfer_account' => 'Този акаунт не е акаунт, който може да се използва за прехвърляния.',
|
||||
'require_currency_amount' => 'Съдържанието на това поле е невалидно без стойност в другата валута.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Описанието на транзакцията не трябва да е равно на общото описание.',
|
||||
'file_invalid_mime' => 'Файлът ":name" е от тип ":mime", който не се приема за качване.',
|
||||
'file_too_large' => 'Файлът ":name" е твърде голям.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visitar l\'URL del webhook',
|
||||
'reset_webhook_secret' => 'Reiniciar el secret del webhook',
|
||||
'webhook_stored_link' => 'S\'ha desat <a href="webhooks/show/{ID}">el Webook #{ID} ("{title}")</a> correctament.',
|
||||
'webhook_updated_link' => 'S\'ha actualitzat el <a href="webhooks/show/{ID}">Webook #{ID}</a> ("{title}").',
|
||||
'webhook_updated_link' => 'S\'ha actualitzat el <a href="webhooks/show/{ID}">Webook #{ID}</a> ("{title}").',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Sol·licitud d\'Autorització',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'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ç.',
|
||||
'invited_user_mail' => 'Correu electrònic',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'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.',
|
||||
'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',
|
||||
'equal_description' => 'La descripció de la transacció no hauria de ser igual a la descripció global.',
|
||||
'file_invalid_mime' => 'El fitxer ":name" és de tipus ":mime", el qual no s\'accepta com a pujada.',
|
||||
'file_too_large' => 'El fitxer ":name" és massa gran.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Požadavek na ověření – Firefly III verze :version',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Obsah tohoto pole je neplatný bez informace o měně.',
|
||||
'not_transfer_account' => 'Tento účet není účet, který lze použít pro převody.',
|
||||
'require_currency_amount' => 'Obsah tohoto pole je neplatný bez informace o měně.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Popis transakce nesmí být stejný jako globální popis.',
|
||||
'file_invalid_mime' => 'Soubor ":name" je typu ":mime", který není schválen pro nahrání.',
|
||||
'file_too_large' => 'Soubor ":name" je příliš velký.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Besøg webhook-URL',
|
||||
'reset_webhook_secret' => 'Nulstil webhook-hemmelighed',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Anmodning om Autorisation',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Indholdet af dette felt er ugyldigt uden møntfodsinformation.',
|
||||
'not_transfer_account' => 'Denne konto kan ikke benyttes til overførsler.',
|
||||
'require_currency_amount' => 'Indholdet af dette felt er ugyldigt uden information om det udenlandske beløb.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Overførselsbeskrivelse bør ikke være den samme som den generelle beskrivelse.',
|
||||
'file_invalid_mime' => 'Filen ":name" er af typen ":mime", som ikke er gyldig som en ny upload.',
|
||||
'file_too_large' => 'Filen ":name" er for stor.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Webhook-URL besuchen',
|
||||
'reset_webhook_secret' => 'Webhook Secret zurücksetzen',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> wurde gespeichert.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") wurde aktualisiert.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") wurde aktualisiert.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Autorisierungsanfrage',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Neuen Nutzer einladen',
|
||||
'invite_new_user_text' => 'Als Administrator können Sie Benutzer einladen, sich auf Ihrer Firefly III Administration zu registrieren. Über den direkten Link, den Sie mit ihnen teilen können, können diese ein Konto registrieren. Der eingeladene Benutzer und sein Einladungslink erscheinen in der unten stehenden Tabelle. Sie können den Einladungslink mit ihm teilen.',
|
||||
'invited_user_mail' => 'E-Mail Adresse',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Der Inhalt dieses Feldes ist ohne Währungsinformationen ungültig.',
|
||||
'not_transfer_account' => 'Dieses Konto ist kein Konto, welches für Buchungen genutzt werden kann.',
|
||||
'require_currency_amount' => 'Der Inhalt dieses Feldes ist ohne Eingabe eines Betrags in Fremdwährung ungültig.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Die Transaktionsbeschreibung darf nicht der globalen Beschreibung entsprechen.',
|
||||
'file_invalid_mime' => 'Die Datei „:name” ist vom Typ „:mime”, welcher nicht zum Hochladen zugelassen ist.',
|
||||
'file_too_large' => 'Die Datei „:name” ist zu groß.',
|
||||
|
@ -47,9 +47,9 @@ return [
|
||||
'last_seven_days' => 'Τελευταίες επτά ημέρες',
|
||||
'last_thirty_days' => 'Τελευταίες τριάντα ημέρες',
|
||||
'last_180_days' => 'Τελευταίες 180 ημέρες',
|
||||
'month_to_date' => 'Από την αρχή του μήνα ως σήμερα',
|
||||
'year_to_date' => 'Από την αρχή του έτους ως σήμερα',
|
||||
'YTD' => 'Από την αρχή του έτους ως σήμερα',
|
||||
'month_to_date' => 'Μήνας μέχρι σήμερα',
|
||||
'year_to_date' => 'Έτος μέχρι σήμερα',
|
||||
'YTD' => 'ΤΡΕΧΟΝ ΕΤΟΣ',
|
||||
'welcome_back' => 'Τι παίζει;',
|
||||
'everything' => 'Όλα',
|
||||
'today' => 'σήμερα',
|
||||
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Επισκεφθείτε το URL του webhook',
|
||||
'reset_webhook_secret' => 'Επαναφορά μυστικού webhook',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> έχει αποθηκευτεί.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Το Webhook #{ID}</a> ("{title}") έχει ενημερωθεί.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Το Webhook #{ID}</a> ("{title}") έχει ενημερωθεί.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Αίτημα Εξουσιοδότησης Firefly III v:version',
|
||||
@ -1317,9 +1317,9 @@ return [
|
||||
'pref_last90' => 'Τελευταίες 90 ημέρες',
|
||||
'pref_last30' => 'Τελευταίες 30 ημέρες',
|
||||
'pref_last7' => 'Τελευταίες 7 ημέρες',
|
||||
'pref_YTD' => 'Από την αρχή του έτους ως σήμερα',
|
||||
'pref_QTD' => 'Από την αρχή του τριμήνου ως σήμερα',
|
||||
'pref_MTD' => 'Από τηνν αρχή του μήνα ως σήμερα',
|
||||
'pref_YTD' => 'Έτος μέχρι σήμερα',
|
||||
'pref_QTD' => 'Τρίμηνο μέχρι σήμερα',
|
||||
'pref_MTD' => 'Μήνας μέχρι σήμερα',
|
||||
'pref_languages' => 'Γλώσσες',
|
||||
'pref_locale' => 'Ρυθμίσεις τοποθεσίας',
|
||||
'pref_languages_help' => 'Το Firefly III υποστηρίζει διάφορες γλώσσες. Ποιά προτιμάτε;',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
@ -2409,12 +2411,12 @@ return [
|
||||
'admin_maintanance_title' => 'Συντήρηση',
|
||||
'admin_maintanance_expl' => 'Μερικά ωραία κουμπιά για συντήρηση στο Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Εκκαθάριση cache',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications' => 'Ειδοποιήσεις διαχειριστή',
|
||||
'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_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_new_version' => 'Μια νέα έκδοση είναι διαθέσιμη',
|
||||
'admin_notification_check_invite_created' => 'Ένας χρήστης θα λάβει πρόσκληση για το Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
@ -2697,8 +2699,8 @@ return [
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_to_piggy' => 'Κουμπαράς',
|
||||
'ale_action_remove_from_piggy' => 'Κουμπαράς',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Το περιεχόμενο αυτού του πεδίου δεν είναι έγκυρη χωρίς νομισματικές πληροφορίες.',
|
||||
'not_transfer_account' => 'Αυτός ο λογαριασμός δεν είναι λογαριασμός που μπορεί να χρησιμοποιηθεί για συναλλαγές.',
|
||||
'require_currency_amount' => 'Το περιεχόμενο αυτού του πεδίου δεν είναι έγκυρο χωρίς πληροφορίες ετερόχθονος ποσού.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Η περιγραφή της συναλλαγής δεν πρέπει να ισούται με καθολική περιγραφή.',
|
||||
'file_invalid_mime' => 'Το αρχείο ":name" είναι τύπου ":mime" που δεν είναι αποδεκτός ως νέας μεταφόρτωσης.',
|
||||
'file_too_large' => 'Το αρχείο ":name" είναι πολύ μεγάλο.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Authorisation Request',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'The content of this field is invalid without currency information.',
|
||||
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
|
||||
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Transaction description should not equal global description.',
|
||||
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
|
||||
'file_too_large' => 'File ":name" is too large.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visita la URL del webhook',
|
||||
'reset_webhook_secret' => 'Restablecer secreto del webhook',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">El webhook #{ID} ("{title}")</a> ha sido almacenado.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">El webhook #{ID} ("{title}")</a> ha sido actualizado.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">El webhook #{ID} ("{title}")</a> ha sido actualizado.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Solicitud de autorización',
|
||||
@ -495,159 +495,159 @@ return [
|
||||
'search_modifier_account_starts' => 'Cualquier cuenta comienza con ":value"',
|
||||
'search_modifier_not_account_starts' => 'Ninguna cuenta comienza con ":value"',
|
||||
'search_modifier_account_nr_is' => 'Número / IBAN de cualquier cuenta es ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Ninguno de los números de cuenta / IBAN es ":value"',
|
||||
'search_modifier_account_nr_contains' => 'Número de cuenta / IBAN de cualquier cuenta contiene ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Ninguno de los números de cuenta / IBAN contiene ":value"',
|
||||
'search_modifier_account_nr_ends' => 'Número de cuenta / IBAN de cualquier cuenta termina con ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Ninguno de los números de cuenta / IBAN termina con ":value"',
|
||||
'search_modifier_account_nr_starts' => 'Número de cuenta / IBAN de cualquier cuenta empieza con ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Ninguno de los números de cuenta / IBAN comienza con ":value"',
|
||||
'search_modifier_category_contains' => 'La categoría contiene ":value"',
|
||||
'search_modifier_not_category_contains' => 'Category does not contain ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends on ":value"',
|
||||
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
|
||||
'search_modifier_not_category_contains' => 'La categoría no contiene ":value"',
|
||||
'search_modifier_category_ends' => 'La categoría termina en ":value"',
|
||||
'search_modifier_not_category_ends' => 'La categoría no termina en ":value"',
|
||||
'search_modifier_category_starts' => 'La categoría comienza con ":value"',
|
||||
'search_modifier_not_category_starts' => 'Category does not start with ":value"',
|
||||
'search_modifier_not_category_starts' => 'La categoría no empieza con ":value"',
|
||||
'search_modifier_budget_contains' => 'El presupuesto contiene ":value"',
|
||||
'search_modifier_not_budget_contains' => 'Budget does not contain ":value"',
|
||||
'search_modifier_not_budget_contains' => 'El presupuesto no contiene ":value"',
|
||||
'search_modifier_budget_ends' => 'El presupuesto termina con ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_not_budget_ends' => 'El presupuesto no termina en ":value"',
|
||||
'search_modifier_budget_starts' => 'El presupuesto comienza con ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'El presupuesto no empieza con ":value"',
|
||||
'search_modifier_bill_contains' => 'La factura contiene ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_not_bill_contains' => 'La factura no contiene ":value"',
|
||||
'search_modifier_bill_ends' => 'La factura termina con ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
||||
'search_modifier_not_bill_ends' => 'La factura no termina en ":value"',
|
||||
'search_modifier_bill_starts' => 'La factura comienza con ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'La factura no empieza con ":value"',
|
||||
'search_modifier_external_id_contains' => 'La ID externa contiene ":value"',
|
||||
'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"',
|
||||
'search_modifier_not_external_id_contains' => 'El ID externo no contiene ":value"',
|
||||
'search_modifier_external_id_ends' => 'La ID externa termina con ":value"',
|
||||
'search_modifier_not_external_id_ends' => 'External ID does not end with ":value"',
|
||||
'search_modifier_not_external_id_ends' => 'El ID externo no termina en ":value"',
|
||||
'search_modifier_external_id_starts' => 'La ID externa comienza con ":value"',
|
||||
'search_modifier_not_external_id_starts' => 'External ID does not start with ":value"',
|
||||
'search_modifier_not_external_id_starts' => 'El ID externo no empieza con ":value"',
|
||||
'search_modifier_internal_reference_contains' => 'La referencia interna contiene ":value"',
|
||||
'search_modifier_not_internal_reference_contains' => 'Internal reference does not contain ":value"',
|
||||
'search_modifier_not_internal_reference_contains' => 'La referencia interna no contiene ":value"',
|
||||
'search_modifier_internal_reference_ends' => 'La referencia interna termina con ":value"',
|
||||
'search_modifier_internal_reference_starts' => 'La referencia interna comienza con ":value"',
|
||||
'search_modifier_not_internal_reference_ends' => 'Internal reference does not end with ":value"',
|
||||
'search_modifier_not_internal_reference_starts' => 'Internal reference does not start with ":value"',
|
||||
'search_modifier_not_internal_reference_ends' => 'La referencia interna no termina en ":value"',
|
||||
'search_modifier_not_internal_reference_starts' => 'La referencia interna no empieza con ":value"',
|
||||
'search_modifier_external_url_is' => 'La URL externa es ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_not_external_url_is' => 'La URL externa no es ":value"',
|
||||
'search_modifier_external_url_contains' => 'La URL externa contiene ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'La URL externa no contiene ":value"',
|
||||
'search_modifier_external_url_ends' => 'La URL externa termina con ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'La URL externa no termina en ":value"',
|
||||
'search_modifier_external_url_starts' => 'La URL externa comienza con ":value"',
|
||||
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
|
||||
'search_modifier_not_external_url_starts' => 'La URL externa no empieza con ":value"',
|
||||
'search_modifier_has_no_attachments' => 'La transacción no tiene archivos adjuntos',
|
||||
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
|
||||
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
|
||||
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
|
||||
'search_modifier_not_has_no_attachments' => 'La transacción tiene archivos adjuntos',
|
||||
'search_modifier_not_has_attachments' => 'La transacción no tiene archivos adjuntos',
|
||||
'search_modifier_account_is_cash' => 'Cualquier cuenta es la cuenta de efectivo.',
|
||||
'search_modifier_not_account_is_cash' => 'Ninguna cuenta es la cuenta de efectivo.',
|
||||
'search_modifier_journal_id' => 'La ID del registro es ":value"',
|
||||
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
|
||||
'search_modifier_not_journal_id' => 'La ID del registro no es ":value"',
|
||||
'search_modifier_recurrence_id' => 'El ID de transacción recurrente es ":value"',
|
||||
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
|
||||
'search_modifier_not_recurrence_id' => 'El ID de transacción recurrente no es ":value"',
|
||||
'search_modifier_foreign_amount_is' => 'La cantidad en divisa extranjera es ":value"',
|
||||
'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"',
|
||||
'search_modifier_not_foreign_amount_is' => 'La cantidad en divisa extranjera no es ":value"',
|
||||
'search_modifier_foreign_amount_less' => 'La cantidad en divisa extranjera es menor que ":value"',
|
||||
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_not_foreign_amount_more' => 'La cantidad en divisa extranjera es menor que ":value"',
|
||||
'search_modifier_not_foreign_amount_less' => 'La cantidad en divisa extranjera es superior a ":value"',
|
||||
'search_modifier_foreign_amount_more' => 'La cantidad en divisa extranjera es superior a ":value"',
|
||||
'search_modifier_exists' => 'Transaction exists (any transaction)',
|
||||
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
|
||||
'search_modifier_exists' => 'La transacción existe (cualquier transacción)',
|
||||
'search_modifier_not_exists' => 'La transacción no existe (ninguna transacción)',
|
||||
|
||||
// date fields
|
||||
'search_modifier_interest_date_on' => 'La fecha de interés de la transacción es ":value"',
|
||||
'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"',
|
||||
'search_modifier_not_interest_date_on' => 'La fecha de interés de la transacción no es ":value"',
|
||||
'search_modifier_interest_date_on_year' => 'La fecha de interés de la transacción es en el año ":value"',
|
||||
'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"',
|
||||
'search_modifier_not_interest_date_on_year' => 'La fecha de interés de la transacción no es en el año ":value"',
|
||||
'search_modifier_interest_date_on_month' => 'La fecha de interés de la transacción es en el mes ":value"',
|
||||
'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"',
|
||||
'search_modifier_not_interest_date_on_month' => 'La fecha de interés de la transacción no es en el mes ":value"',
|
||||
'search_modifier_interest_date_on_day' => 'La fecha de interés de la transacción es en el día ":value"',
|
||||
'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not on day of month ":value"',
|
||||
'search_modifier_not_interest_date_on_day' => 'La fecha de interés de la transacción no es en el día del mes ":value"',
|
||||
'search_modifier_interest_date_before_year' => 'El año de interés de la transacción es anterior o igual a ":value"',
|
||||
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
|
||||
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
|
||||
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
|
||||
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
|
||||
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
|
||||
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
|
||||
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
|
||||
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
|
||||
'search_modifier_not_book_date_on_year' => 'Transaction book date is not in year ":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_book_date_before_year' => 'Transaction book date is before or in year ":value"',
|
||||
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
|
||||
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
|
||||
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
|
||||
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
|
||||
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
|
||||
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
|
||||
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
|
||||
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
|
||||
'search_modifier_not_process_date_on_year' => 'Transaction process date is not in year ":value"',
|
||||
'search_modifier_not_process_date_on_month' => 'Transaction process date is not in month ":value"',
|
||||
'search_modifier_not_process_date_on_day' => 'Transaction process date is not on day of month ":value"',
|
||||
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
|
||||
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
|
||||
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
|
||||
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
|
||||
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
|
||||
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
|
||||
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
|
||||
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
|
||||
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
|
||||
'search_modifier_not_due_date_on_year' => 'Transaction due date is not in year ":value"',
|
||||
'search_modifier_not_due_date_on_month' => 'Transaction due date is not in month ":value"',
|
||||
'search_modifier_not_due_date_on_day' => 'Transaction due date is not on day of month ":value"',
|
||||
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
|
||||
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
|
||||
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
|
||||
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
|
||||
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
|
||||
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
|
||||
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
|
||||
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
|
||||
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
|
||||
'search_modifier_not_payment_date_on_year' => 'Transaction payment date is not in year ":value"',
|
||||
'search_modifier_not_payment_date_on_month' => 'Transaction payment date is not in month ":value"',
|
||||
'search_modifier_not_payment_date_on_day' => 'Transaction payment date is not on day of month ":value"',
|
||||
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
|
||||
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
|
||||
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
|
||||
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
|
||||
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
|
||||
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
|
||||
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
|
||||
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
|
||||
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
|
||||
'search_modifier_not_invoice_date_on_year' => 'Transaction invoice date is not in year ":value"',
|
||||
'search_modifier_not_invoice_date_on_month' => 'Transaction invoice date is not in month ":value"',
|
||||
'search_modifier_not_invoice_date_on_day' => 'Transaction invoice date is not on day of month ":value"',
|
||||
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
|
||||
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
|
||||
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
|
||||
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
|
||||
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
|
||||
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
|
||||
'search_modifier_interest_date_before_month' => 'La fecha de interés de la transacción es anterior o en el mes ":value"',
|
||||
'search_modifier_interest_date_before_day' => 'La fecha de interés de la transacción es anterior o en el día del mes ":value"',
|
||||
'search_modifier_interest_date_after_year' => 'La fecha de interés de la transacción es posterior o en el año ":value"',
|
||||
'search_modifier_interest_date_after_month' => 'La fecha de interés de la transacción es posterior o en el mes ":value"',
|
||||
'search_modifier_interest_date_after_day' => 'La fecha de interés de la transacción es posterior o el día del mes ":value"',
|
||||
'search_modifier_book_date_on_year' => 'La fecha del registro de la transacción es en el año ":value"',
|
||||
'search_modifier_book_date_on_month' => 'La fecha del registro de la transacción es en el mes ":value"',
|
||||
'search_modifier_book_date_on_day' => 'La fecha del registro de la transacción es en el día del mes ":value"',
|
||||
'search_modifier_not_book_date_on_year' => 'La fecha del registro de la transacción no es en el año ":value"',
|
||||
'search_modifier_not_book_date_on_month' => 'La fecha del registro de la transacción no es en el mes ":value"',
|
||||
'search_modifier_not_book_date_on_day' => 'La fecha del registro de la transacción no es en el día del mes ":value"',
|
||||
'search_modifier_book_date_before_year' => 'La fecha del registro de la transacción es antes o en el año ":value"',
|
||||
'search_modifier_book_date_before_month' => 'La fecha del registro de la transacción es antes o en el mes ":value"',
|
||||
'search_modifier_book_date_before_day' => 'La fecha de registro de la transacción es anterior o en el día del mes ":value"',
|
||||
'search_modifier_book_date_after_year' => 'La fecha del registro de la transacción es después o en el año ":value"',
|
||||
'search_modifier_book_date_after_month' => 'La fecha del registro de la transacción es después o en el mes ":value"',
|
||||
'search_modifier_book_date_after_day' => 'La fecha de registro de la transacción es después o en el día del mes ":value"',
|
||||
'search_modifier_process_date_on_year' => 'La fecha del proceso de transacción es el año ":value"',
|
||||
'search_modifier_process_date_on_month' => 'La fecha del proceso de transacción es en el mes ":value"',
|
||||
'search_modifier_process_date_on_day' => 'La fecha del proceso de transacción es el día del mes ":value"',
|
||||
'search_modifier_not_process_date_on_year' => 'La fecha del proceso de transacción no es el año ":value"',
|
||||
'search_modifier_not_process_date_on_month' => 'La fecha del proceso de transacción no es en el mes ":value"',
|
||||
'search_modifier_not_process_date_on_day' => 'La fecha del proceso de transacción no es el día del mes ":value"',
|
||||
'search_modifier_process_date_before_year' => 'La fecha del proceso de la transacción es antes o en el año ":value"',
|
||||
'search_modifier_process_date_before_month' => 'La fecha del proceso de la transacción es antes o en el mes ":value"',
|
||||
'search_modifier_process_date_before_day' => 'La fecha de proceso de la transacción es anterior o en el día del mes ":value"',
|
||||
'search_modifier_process_date_after_year' => 'La fecha del proceso de la transacción es después o en el año ":value"',
|
||||
'search_modifier_process_date_after_month' => 'La fecha del proceso de la transacción es después o en el mes ":value"',
|
||||
'search_modifier_process_date_after_day' => 'La fecha de proceso de la transacción es después o en el día del mes ":value"',
|
||||
'search_modifier_due_date_on_year' => 'La fecha de vencimiento de la transacción es en el año ":value"',
|
||||
'search_modifier_due_date_on_month' => 'La fecha del vencimiento de la transacción es en el mes ":value"',
|
||||
'search_modifier_due_date_on_day' => 'La fecha del vencimiento de la transacción es en el día del mes ":value"',
|
||||
'search_modifier_not_due_date_on_year' => 'La fecha del vencimiento de la transacción no es en el año ":value"',
|
||||
'search_modifier_not_due_date_on_month' => 'La fecha del vencimiento de la transacción no es en el mes ":value"',
|
||||
'search_modifier_not_due_date_on_day' => 'La fecha del vencimiento de la transacción no es en el día del mes ":value"',
|
||||
'search_modifier_due_date_before_year' => 'La fecha de vencimiento de la transacción es antes o en el año ":value"',
|
||||
'search_modifier_due_date_before_month' => 'La fecha de vencimiento de la transacción es antes o en el mes ":value"',
|
||||
'search_modifier_due_date_before_day' => 'La fecha de vencimiento de la transacción es anterior o en el día del mes ":value"',
|
||||
'search_modifier_due_date_after_year' => 'La fecha del vencimiento de la transacción es después o en el año ":value"',
|
||||
'search_modifier_due_date_after_month' => 'La fecha del vencimiento de la transacción es después o en el mes ":value"',
|
||||
'search_modifier_due_date_after_day' => 'La fecha de vencimiento de la transacción es después o en el día del mes ":value"',
|
||||
'search_modifier_payment_date_on_year' => 'La fecha de pago de la transacción es en el año ":value"',
|
||||
'search_modifier_payment_date_on_month' => 'La fecha de pago de la transacción es en el mes ":value"',
|
||||
'search_modifier_payment_date_on_day' => 'La fecha de pago de la transacción es el día del mes ":value"',
|
||||
'search_modifier_not_payment_date_on_year' => 'La fecha de pago de la transacción no es en el año ":value"',
|
||||
'search_modifier_not_payment_date_on_month' => 'La fecha de pago de la transacción no es en el mes ":value"',
|
||||
'search_modifier_not_payment_date_on_day' => 'La fecha de pago de la transacción no es el día del mes ":value"',
|
||||
'search_modifier_payment_date_before_year' => 'La fecha de pago de la transacción es antes o en el año ":value"',
|
||||
'search_modifier_payment_date_before_month' => 'La fecha de pago de la transacción es antes o en el mes ":value"',
|
||||
'search_modifier_payment_date_before_day' => 'La fecha de pago de la transacción es anterior o en el día del mes ":value"',
|
||||
'search_modifier_payment_date_after_year' => 'La fecha de pago de la transacción es después o en el año ":value"',
|
||||
'search_modifier_payment_date_after_month' => 'La fecha de pago de la transacción es después o en el mes ":value"',
|
||||
'search_modifier_payment_date_after_day' => 'La fecha de pago de la transacción es después o en el día del mes ":value"',
|
||||
'search_modifier_invoice_date_on_year' => 'La fecha de facturación de la transacción es en el año ":value"',
|
||||
'search_modifier_invoice_date_on_month' => 'La fecha de facturación de la transacción es en el mes ":value"',
|
||||
'search_modifier_invoice_date_on_day' => 'La fecha de facturación de la transacción es en el día ":value"',
|
||||
'search_modifier_not_invoice_date_on_year' => 'La fecha de facturación de la transacción no es en el año ":value"',
|
||||
'search_modifier_not_invoice_date_on_month' => 'La fecha de facturación de la transacción es en el mes ":value"',
|
||||
'search_modifier_not_invoice_date_on_day' => 'La fecha de facturación de la transacción no es en el día del mes ":value"',
|
||||
'search_modifier_invoice_date_before_year' => 'La fecha de facturación de la transacción es antes o en el año ":value"',
|
||||
'search_modifier_invoice_date_before_month' => 'La fecha de facturación de la transacción es antes o en el mes ":value"',
|
||||
'search_modifier_invoice_date_before_day' => 'La fecha de facturación de la transacción es anterior o en el día del mes ":value"',
|
||||
'search_modifier_invoice_date_after_year' => 'La fecha de facturación de la transacción es después o en el año ":value"',
|
||||
'search_modifier_invoice_date_after_month' => 'La fecha de facturación de la transacción es después o en el mes ":value"',
|
||||
'search_modifier_invoice_date_after_day' => 'La fecha de facturación de la transacción es después o en el día del mes ":value"',
|
||||
// other dates
|
||||
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
|
||||
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
|
||||
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
|
||||
'search_modifier_not_updated_at_on_year' => 'Transaction was not last updated in year ":value"',
|
||||
'search_modifier_not_updated_at_on_month' => 'Transaction was not last updated in month ":value"',
|
||||
'search_modifier_not_updated_at_on_day' => 'Transaction was not last updated on day of month ":value"',
|
||||
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
|
||||
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
|
||||
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
|
||||
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
|
||||
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
|
||||
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
|
||||
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
|
||||
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
|
||||
'search_modifier_updated_at_on_year' => 'La transacción fue actualizada por última vez en el año":value"',
|
||||
'search_modifier_updated_at_on_month' => 'La transacción fue actualizada por última vez en el mes ":value"',
|
||||
'search_modifier_updated_at_on_day' => 'La transacción fue actualizada por última vez en el día del mes: ":value"',
|
||||
'search_modifier_not_updated_at_on_year' => 'La transacción no fue actualizada por última vez en el año":value"',
|
||||
'search_modifier_not_updated_at_on_month' => 'La transacción no fue actualizada por última vez en el mes ":value"',
|
||||
'search_modifier_not_updated_at_on_day' => 'La transacción no fue actualizada por última vez en el día del mes ":value"',
|
||||
'search_modifier_updated_at_before_year' => 'La transacción fue actualizada por última vez en o antes del año":value"',
|
||||
'search_modifier_updated_at_before_month' => 'La transacción se actualizó por última vez en o antes del mes ":value"',
|
||||
'search_modifier_updated_at_before_day' => 'La transacción se actualizó por última vez en o antes del día del mes ":value"',
|
||||
'search_modifier_updated_at_after_year' => 'La transacción se actualizó por última vez en o después del año ":value"',
|
||||
'search_modifier_updated_at_after_month' => 'La transacción se actualizó por última vez en o después del mes ":value"',
|
||||
'search_modifier_updated_at_after_day' => 'La transacción se actualizó por última vez en o después día del mes ":value"',
|
||||
'search_modifier_created_at_on_year' => 'La transacción fue creada en el año":value"',
|
||||
'search_modifier_created_at_on_month' => 'La transacción fue creada en el mes ":value"',
|
||||
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
|
||||
'search_modifier_not_created_at_on_year' => 'Transaction was not created in year ":value"',
|
||||
'search_modifier_not_created_at_on_month' => 'Transaction was not created in month ":value"',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
@ -2413,12 +2415,12 @@ return [
|
||||
'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_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'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_redeemed' => 'Una invitación de usuario ha sido canjeada',
|
||||
'all_invited_users' => 'Todos los usuarios invitados',
|
||||
'save_notification_settings' => 'Guardar ajustes',
|
||||
'notification_settings_saved' => 'Se han guardado los ajustes de notificación',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Descripción de la transacción dividida',
|
||||
@ -2565,8 +2567,8 @@ return [
|
||||
'no_bills_create_default' => 'Crear una factura',
|
||||
|
||||
// recurring transactions
|
||||
'create_right_now' => 'Create right now',
|
||||
'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?',
|
||||
'create_right_now' => 'Crear ahora mismo',
|
||||
'no_new_transaction_in_recurrence' => 'No se ha creado ninguna nueva transacción. ¿Tal vez ya ha sido lanzada para esta fecha?',
|
||||
'recurrences' => 'Transacciones Recurrentes',
|
||||
'repeat_until_in_past' => 'Esta transacción recurrente dejó de repetirse el :date.',
|
||||
'recurring_calendar_view' => 'Calendario',
|
||||
@ -2681,25 +2683,25 @@ return [
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||
'ale_action_set_bill' => 'Linked to bill',
|
||||
'ale_action_set_budget' => 'Set budget',
|
||||
'ale_action_set_category' => 'Set category',
|
||||
'ale_action_set_source' => 'Set source account',
|
||||
'ale_action_set_destination' => 'Set destination account',
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
'audit_log_entries' => 'Auditoría de entradas de registro',
|
||||
'ale_action_log_add' => 'Añadido :amount a la hucha ":name"',
|
||||
'ale_action_log_remove' => 'Eliminado :amount de la hucha ":name"',
|
||||
'ale_action_clear_budget' => 'Eliminado del presupuesto',
|
||||
'ale_action_clear_category' => 'Eliminado de la categoría',
|
||||
'ale_action_clear_notes' => 'Notas eliminadas',
|
||||
'ale_action_clear_tag' => 'Etiqueta limpiada',
|
||||
'ale_action_clear_all_tags' => 'Limpiar todas las etiquetas',
|
||||
'ale_action_set_bill' => 'Vinculado a la factura',
|
||||
'ale_action_set_budget' => 'Establecer presupuesto',
|
||||
'ale_action_set_category' => 'Establecer categoría',
|
||||
'ale_action_set_source' => 'Establecer cuenta de origen',
|
||||
'ale_action_set_destination' => 'Establecer cuenta de destino',
|
||||
'ale_action_update_transaction_type' => 'Tipo de transacción cambiado',
|
||||
'ale_action_update_notes' => 'Notas cambiadas',
|
||||
'ale_action_update_description' => 'Descripción cambiada',
|
||||
'ale_action_add_to_piggy' => 'Hucha',
|
||||
'ale_action_remove_from_piggy' => 'Hucha',
|
||||
'ale_action_add_tag' => 'Etiqueta añadida',
|
||||
|
||||
];
|
||||
|
||||
|
@ -150,7 +150,7 @@ return [
|
||||
'start' => 'Inicio del rango',
|
||||
'end' => 'Final del rango',
|
||||
'delete_account' => 'Borrar cuenta ":name"',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_webhook' => 'Eliminar webhook ":title"',
|
||||
'delete_bill' => 'Eliminar factura ":name"',
|
||||
'delete_budget' => 'Eliminar presupuesto ":name"',
|
||||
'delete_category' => 'Eliminar categoría ":name"',
|
||||
@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => '¿Seguro que quieres eliminar el grupo titulado ":title"?',
|
||||
'ruleGroup_areYouSure' => '¿Seguro que quieres eliminar el grupo de reglas titulado ":title"?',
|
||||
'budget_areYouSure' => '¿Seguro que quieres eliminar el presupuesto llamado ":name"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => '¿Seguro que quieres eliminar el webhook llamado ":title"?',
|
||||
'category_areYouSure' => '¿Seguro que quieres eliminar la categoría llamada ":name"?',
|
||||
'recurring_areYouSure' => '¿Está seguro de que desea eliminar la transacción recurrente ":title"?',
|
||||
'currency_areYouSure' => '¿Está seguro que desea eliminar la moneda denominada ":name"?',
|
||||
@ -299,7 +299,7 @@ return [
|
||||
'submitted' => 'Enviado',
|
||||
'key' => 'Clave',
|
||||
'value' => 'Contenido del registro',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_delivery' => 'Entrega',
|
||||
'webhook_response' => 'Respuesta',
|
||||
'webhook_trigger' => 'Disparador',
|
||||
];
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'El contenido de este campo no es válido sin la información montearia.',
|
||||
'not_transfer_account' => 'Esta cuenta no es una cuenta que se pueda utilizar para transferencias.',
|
||||
'require_currency_amount' => 'El contenido de este campo no es válido sin información de cantidad extranjera.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'La descripción de la transacción no debería ser igual a la descripción global.',
|
||||
'file_invalid_mime' => 'El archivo ":name" es de tipo ":mime", el cual no se acepta.',
|
||||
'file_too_large' => 'El archivo ":name" es demasiado grande.',
|
||||
@ -166,8 +167,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'En nombre de la hucha debe ser único.',
|
||||
'unique_object_group' => 'El nombre del grupo debe ser único',
|
||||
'starts_with' => 'El valor debe comenzar con :values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_webhook' => 'Ya tiene un webhook con esta combinación de URL, activador, respuesta y entrega.',
|
||||
'unique_existing_webhook' => 'Ya tiene otro webhook con esta combinación de URL, activador, respuesta y entrega.',
|
||||
'same_account_type' => 'Ambas cuentas deben ser del mismo tipo de cuenta',
|
||||
'same_account_currency' => 'Ambas cuentas deben tener la misma configuración de moneda',
|
||||
|
||||
@ -231,7 +232,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
|
||||
'withdrawal_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
'reconciliation_source_bad_data' => 'No se ha podido encontrar una cuenta de reconciliación válida al buscar por ID ":id" o nombre ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida al buscar el ID ":id" o nombre ":name".',
|
||||
|
||||
@ -263,7 +264,7 @@ return [
|
||||
'lc_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido para continuar.',
|
||||
'ob_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
|
||||
'ob_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
'reconciliation_either_account' => 'Para enviar una reconciliación, debe enviar una cuenta de origen o de destino. Ni ambas ni ninguna de las dos.',
|
||||
|
||||
'generic_invalid_source' => 'No puedes usar esta cuenta como cuenta de origen.',
|
||||
'generic_invalid_destination' => 'No puede usar esta cuenta como cuenta de destino.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Valtuutus Pyyntö',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Ilman valuuttatietoa tämän kentän sisältö on virheellinen.',
|
||||
'not_transfer_account' => 'Tätä tiliä ei voi käyttää siirroissa.',
|
||||
'require_currency_amount' => 'Tämän kentän sisältö on virheellinen ilman ulkomaanvaluuttatietoa.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Tapahtuman kuvaus ei saisi olla sama kuin yleiskuvaus.',
|
||||
'file_invalid_mime' => 'Lähetettävän tiedoston ":name" tyyppi ei voi olla ":mime".',
|
||||
'file_too_large' => 'Tiedoston ":name" koko on liian suuri.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visiter l\'URL du webhook',
|
||||
'reset_webhook_secret' => 'Réinitialiser le secret du webhook',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Le Webhook #{ID} ("{title}")</a> a été enregistré.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Le webhook #{ID}</a> ("{title}") a été mis à jour.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Le webhook #{ID}</a> ("{title}") a été mis à jour.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version demande d\'autorisation',
|
||||
@ -1379,12 +1379,12 @@ return [
|
||||
'optional_field_attachments' => 'Pièces jointes',
|
||||
'optional_field_meta_data' => 'Métadonnées facultatives',
|
||||
'external_url' => 'URL externe',
|
||||
'pref_notification_bill_reminder' => 'Rappel au renouvellement des factures',
|
||||
'pref_notification_bill_reminder' => 'Rappel à l\'expiration des factures',
|
||||
'pref_notification_new_access_token' => 'Alerte à la création d\'un nouveau jeton d\'accès API',
|
||||
'pref_notification_transaction_creation' => 'Alerte à la création automatique d\'une opération',
|
||||
'pref_notification_user_login' => 'Alerte à la connexion depuis un nouvel emplacement',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indiquez si ce sont des notifications que vous souhaitez obtenir. Certaines notifications peuvent contenir des informations financières sensibles.',
|
||||
'pref_notifications_help' => 'Sélectionnez les notifications que vous souhaitez recevoir. Certaines notifications peuvent contenir des informations financières sensibles.',
|
||||
'slack_webhook_url' => 'Webhook URL de Slack',
|
||||
'slack_webhook_url_help' => 'Si vous voulez que Firefly III vous avertisse en utilisant Slack, entrez l\'URL du webhook ici. Sinon, laissez le champ vide. Si vous êtes un administrateur, vous devez également définir cette URL dans l\'administration.',
|
||||
'slack_url_label' => 'URL du webhook entrant de Slack',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Inviter un nouvel utilisateur',
|
||||
'invite_new_user_text' => 'En tant qu\'administrateur, vous pouvez inviter des utilisateurs à s\'inscrire sur votre administration Firefly III. En partageant avec eux le lien direct, ils seront en mesure de créer un compte. L\'utilisateur invité et son lien d\'invitation apparaîtront dans le tableau ci-dessous. Vous êtes libre de partager le lien d\'invitation avec eux.',
|
||||
'invited_user_mail' => 'Adresse e-mail',
|
||||
@ -2415,7 +2417,7 @@ return [
|
||||
'admin_notification_check_admin_new_reg' => 'Les administrateurs reçoivent une notification à l\'inscription de nouveaux utilisateurs',
|
||||
'admin_notification_check_new_version' => 'Une nouvelle version est disponible',
|
||||
'admin_notification_check_invite_created' => 'Un utilisateur est invité à rejoindre Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'Une invitation d\'utilisateur a été présentée',
|
||||
'admin_notification_check_invite_redeemed' => 'Une invitation d\'utilisateur a été utilisée',
|
||||
'all_invited_users' => 'Tous les utilisateurs invités',
|
||||
'save_notification_settings' => 'Enregistrer les paramètres',
|
||||
'notification_settings_saved' => 'Les paramètres de notification ont été enregistrés',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Le contenu de ce champ n\'est pas valide sans informations sur la devise.',
|
||||
'not_transfer_account' => 'Ce compte n\'est pas un compte qui peut être utilisé pour les transferts.',
|
||||
'require_currency_amount' => 'Le contenu de ce champ est invalide sans informations sur le montant en devise étrangère.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'La description de l\'opération ne doit pas être identique à la description globale.',
|
||||
'file_invalid_mime' => 'Le fichier ":name" est du type ":mime" ce qui n\'est pas accepté pour un nouvel envoi.',
|
||||
'file_too_large' => 'Le fichier ":name" est trop grand.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version engedély kérelem',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Ennek a mezőnek a tartalma érvénytelen pénznem információ nélkül.',
|
||||
'not_transfer_account' => 'Ez a fiók nem használható fel tranzakciókhoz.',
|
||||
'require_currency_amount' => 'Ennek a mezőnek a tartalma érvénytelen devizanem információ nélkül.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'A tranzakció leírása nem egyezhet meg a globális leírással.',
|
||||
'file_invalid_mime' => '":name" fájl ":mime" típusú ami nem lehet új feltöltés.',
|
||||
'file_too_large' => '":name" fájl túl nagy.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Permintaan Otorisasi',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Isi dalam bidang ini tidak valid jika tidak disertai informasi mata uang.',
|
||||
'not_transfer_account' => 'Akun ini bukan sebuah akun yang dapat digunakan untuk transfer.',
|
||||
'require_currency_amount' => 'Isi dalam bidang ini tidak valid jika tidak disertai informasi jumlah mata uang asing.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Deskripsi transaksi harus berbeda dari deskripsi umum.',
|
||||
'file_invalid_mime' => 'File ":name" adalah tipe ":mime" yang tidak diterima sebagai upload baru.',
|
||||
'file_too_large' => 'File "; name" terlalu besar.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visita URL webhook',
|
||||
'reset_webhook_secret' => 'Reimposta il segreto del webhook',
|
||||
'webhook_stored_link' => 'Il <a href="webhooks/show/{ID}">webhook #{ID} ("{title}")</a> è stato archiviato.',
|
||||
'webhook_updated_link' => 'Il <a href="webhooks/show/{ID}">webhook #{ID} ("{title}")</a> è stato aggiornato.',
|
||||
'webhook_updated_link' => 'Il <a href="webhooks/show/{ID}">webhook #{ID} ("{title}")</a> è stato aggiornato.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Richiesta Autorizzazione',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Il contenuto di questo campo non è valido senza informazioni sulla valuta.',
|
||||
'not_transfer_account' => 'Questo conto non è un conto che può essere usato per i trasferimenti.',
|
||||
'require_currency_amount' => 'Il contenuto di questo campo non è valido senza le informazioni sull\'importo estero.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'La descrizione della transazione non deve essere uguale alla descrizione globale.',
|
||||
'file_invalid_mime' => 'Il file ":name" è di tipo ":mime" che non è accettato come nuovo caricamento.',
|
||||
'file_too_large' => 'Il file ":name" è troppo grande.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version 認証要求',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'この項目の内容は通貨情報がなければ無効です。',
|
||||
'not_transfer_account' => 'このアカウントは送金に使用できるアカウントではありません。',
|
||||
'require_currency_amount' => 'この項目の内容は、外部金額情報がなければ無効です。',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => '取引の説明はグローバルな説明と同じであってはいけません。',
|
||||
'file_invalid_mime' => '「:mime」タイプのファイル ":name" は新しいアップロードとして受け付けられません。',
|
||||
'file_too_large' => 'ファイル ":name"は大きすぎます。',
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => '이 필드의 내용은 통화 정보가 없으면 유효하지 않습니다.',
|
||||
'not_transfer_account' => '이 계정은 이체에 사용할 수 있는 계정이 아닙니다.',
|
||||
'require_currency_amount' => '이 필드의 내용은 외화 수량 정보가 없으면 유효하지 않습니다.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => '거래 설명은 전역 설명과 같지 않아야 합니다.',
|
||||
'file_invalid_mime' => '":name" 파일은 새로운 업로드를 허용하지 않는 ":mime" 타입입니다.',
|
||||
'file_too_large' => '":name" 파일이 너무 큽니다.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Besøk URL til webhook',
|
||||
'reset_webhook_secret' => 'Tilbakestill Webhook nøkkel',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> er lagret.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") er oppdatert.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") er oppdatert.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version autorisasjonsforespørsel',
|
||||
@ -1115,13 +1115,13 @@ return [
|
||||
'rule_trigger_not_account_nr_contains' => 'Ingen kontonummer / IBAN inneholder ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_ends' => 'Ingen kontonummer / IBAN slutter på":trigger_value"',
|
||||
'rule_trigger_not_account_nr_starts' => 'Ingen kontonummer / IBAN starter med ":trigger_value"',
|
||||
'rule_trigger_not_category_is' => 'Category is not ":trigger_value"',
|
||||
'rule_trigger_not_category_contains' => 'Category does not contain ":trigger_value"',
|
||||
'rule_trigger_not_category_ends' => 'Category does not end on ":trigger_value"',
|
||||
'rule_trigger_not_category_starts' => 'Category does not start with ":trigger_value"',
|
||||
'rule_trigger_not_budget_is' => 'Budget is not ":trigger_value"',
|
||||
'rule_trigger_not_budget_contains' => 'Budget does not contain ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Budget does not end on ":trigger_value"',
|
||||
'rule_trigger_not_category_is' => 'Kategori er ikke ":trigger_value"',
|
||||
'rule_trigger_not_category_contains' => 'Kategori inneholder ikke ":trigger_value"',
|
||||
'rule_trigger_not_category_ends' => 'Kategori slutter ikke på ":trigger_value"',
|
||||
'rule_trigger_not_category_starts' => 'Kategori starter ikke med ":trigger_value"',
|
||||
'rule_trigger_not_budget_is' => 'Budsjett er ikke ":trigger_value"',
|
||||
'rule_trigger_not_budget_contains' => 'Budsjett inneholder ikke ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Budsjett slutter ikke på ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Budget does not start with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Regningen er ikke ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Regningen inneholder ikke ":trigger_value"',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Innholdet i dette feltet er ugyldig uten valutainformasjon.',
|
||||
'not_transfer_account' => 'Denne kontoen er ikke en konto som kan benyttes for overføringer.',
|
||||
'require_currency_amount' => 'Innholdet i dette feltet er ugyldig uten utenlandsk beløpsinformasjon.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Transaksjonsbeskrivelsen bør ikke være lik global beskrivelse.',
|
||||
'file_invalid_mime' => 'Kan ikke akseptere fil ":name" av typen ":mime" for opplasting.',
|
||||
'file_too_large' => '":name"-filen er for stor.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Bezoek URL van webhook',
|
||||
'reset_webhook_secret' => 'Reset webhook-geheim',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ({title})</a> is opgeslagen.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ({title})</a> is geüpdatet.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ({title})</a> is geüpdatet.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version autorisatieverzoek',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Nieuwe gebruiker uitnodigen',
|
||||
'invite_new_user_text' => 'Als beheerder kun je gebruikers uitnodigen om zich te registreren bij jouw Firefly III-installatie. Je kan een directe link maken en deze vervolgens delen met gebruiker. Hiermee kunnen ze een account maken. De uitgenodigde gebruiker en hun uitnodigingslink verschijnen in de onderstaande tabel. Je kan die link met ze delen.',
|
||||
'invited_user_mail' => 'E-mailadres',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'De inhoud van dit veld is ongeldig zonder valutagegevens.',
|
||||
'not_transfer_account' => 'Deze account kan je niet gebruiken voor overschrijvingen.',
|
||||
'require_currency_amount' => 'De inhoud van dit veld is ongeldig zonder bedrag in vreemde valuta.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Transactiebeschrijving mag niet gelijk zijn aan globale beschrijving.',
|
||||
'file_invalid_mime' => 'Bestand ":name" is van het type ":mime", en die kan je niet uploaden.',
|
||||
'file_too_large' => 'Bestand ":name" is te groot.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Odwiedź adres URL webhooka',
|
||||
'reset_webhook_secret' => 'Resetuj sekret webhooka',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> został zapisany.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") został zaktualizowany.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") został zaktualizowany.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Żądanie autoryzacji Firefly III v:version',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Treść tego pola jest nieprawidłowa bez informacji o walucie.',
|
||||
'not_transfer_account' => 'To konto nie jest kontem, które może być używane do przelewów.',
|
||||
'require_currency_amount' => 'Treść tego pola jest nieprawidłowa bez informacji o obcej kwocie.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Opis transakcji nie powinien być równy globalnemu opisowi.',
|
||||
'file_invalid_mime' => 'Plik ":name" jest typu ":mime", który nie jest akceptowany jako nowy plik do przekazania.',
|
||||
'file_too_large' => 'Plik ":name" jest zbyt duży.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Acesse a URL do webhook',
|
||||
'reset_webhook_secret' => 'Redefinir chave do webhook',
|
||||
'webhook_stored_link' => '<a href="transactions/show/{ID}">Webhooh #{ID} ("{title}")</a> foi salva.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") foi atualizado.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") foi atualizado.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Pedido de autorização',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Convidar novo usuário',
|
||||
'invite_new_user_text' => 'Como administrador, você pode convidar usuários para se registrarem na administração do Firefly III. Usando o link direto que você pode compartilhar, eles serão capazes de registrar uma conta. O usuário convidado e seu link de convite aparecerão na tabela abaixo. Você é livre para compartilhar com eles o link do convite.',
|
||||
'invited_user_mail' => 'E-mail',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'O conteúdo deste campo é inválido sem informações de moeda.',
|
||||
'not_transfer_account' => 'Esta não é uma conta que possa ser usada para transferências.',
|
||||
'require_currency_amount' => 'O conteúdo deste campo é inválido sem a informação de moeda estrangeira.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'A descrição da transação não pode ser igual à descrição global.',
|
||||
'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.',
|
||||
'file_too_large' => 'Arquivo ":name" é muito grande.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Ir para URL do webhook',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Solicitar Autorizacao',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'O conteudo deste campo e invalido sem as informacoes da divisa.',
|
||||
'not_transfer_account' => 'Esta conta não pode ser utilizada para transferências.',
|
||||
'require_currency_amount' => 'O conteúdo deste campo é inválido sem a informação da moeda estrangeira.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'A descricao da transaccao nao deve ser igual a descricao global.',
|
||||
'file_invalid_mime' => 'O ficheiro ":name" e do tipo ":mime" que nao e aceite como um novo upload.',
|
||||
'file_too_large' => 'O ficheiro ":name" e demasiado grande.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'v: Solicitare de autorizare',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Conținutul acestui câmp este nevalid fără informații despre monedă.',
|
||||
'not_transfer_account' => 'Acest cont nu este un cont care poate fi utilizat pentru transferuri.',
|
||||
'require_currency_amount' => 'Conținutul acestui câmp este nevalid fără informații despre monedă.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Descrierea tranzacției nu trebuie să fie egală cu descrierea globală.',
|
||||
'file_invalid_mime' => 'Fișierul ":name" este de tip ":mime" și nu este acceptat ca o încărcare nouă.',
|
||||
'file_too_large' => 'Fișierul ":name" este prea mare.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Посетить URL вебхука',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Запрос авторизации Firefly III v:version',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Содержимое этого поля недействительно без информации о валюте.',
|
||||
'not_transfer_account' => 'Этот счёт нельзя использовать для перевода.',
|
||||
'require_currency_amount' => 'Содержимое этого поля недействительно без информации о валюте.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Описание транзакции не должно совпадать с глобальным описанием.',
|
||||
'file_invalid_mime' => 'Файл ":name" имеет тип ":mime". Загрузка файлов такого типа невозможна.',
|
||||
'file_too_large' => 'Файл ":name" слишком большой.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Požiadavka na overenie – Firefly III verzia :version',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Obsah tohto poľa je bez informácií o mene neplatný.',
|
||||
'not_transfer_account' => 'Tento účet nie je účet, ktorý je možné použiť pre prevody.',
|
||||
'require_currency_amount' => 'Obsah tohto poľa je bez informácie o cudzej mene neplatný.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Popis transakcie nesmie byť rovnaký ako globálny popis.',
|
||||
'file_invalid_mime' => 'Súbor ":name" je typu ":mime", ktorý nie je pre nahrávanie schválený.',
|
||||
'file_too_large' => 'Súbor ":name" je príliš veľký.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Zahteva za avtorizacijo',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'E-poštni naslov',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'The content of this field is invalid without currency information.',
|
||||
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
|
||||
'require_currency_amount' => 'Vsebina tega polja ni veljavna brez podatkov o tujih zneskih.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Transaction description should not equal global description.',
|
||||
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
|
||||
'file_too_large' => 'File ":name" is too large.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Auktorisationsbegäran',
|
||||
@ -2365,6 +2365,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Innehållet i det här fältet är ogiltigt utan valutainformation.',
|
||||
'not_transfer_account' => 'Detta är inte ett konto som kan användas för transaktioner.',
|
||||
'require_currency_amount' => 'Innehållet i det här fältet är ogiltigt utan utländskt belopp.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Transaktions beskrivning bör inte vara samma som den globala beskrivningen.',
|
||||
'file_invalid_mime' => 'Filen ”:name” är av typ ”:mime” som inte accepteras som en ny uppladdning.',
|
||||
'file_too_large' => 'Filen ”:name” är för stor.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Authorization Request',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'The content of this field is invalid without currency information.',
|
||||
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
|
||||
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Transaction description should not equal global description.',
|
||||
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
|
||||
'file_too_large' => 'File ":name" is too large.',
|
||||
|
@ -281,7 +281,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v: version Yetkilendirme İsteği',
|
||||
@ -2365,6 +2365,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Bu alanın içeriği para birimi bilgileri geçersiz.',
|
||||
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
|
||||
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'İşlem açıklaması genel açıklama eşit değildir.',
|
||||
'file_invalid_mime' => '":name" dosyası ":mime" türünde olup yeni bir yükleme olarak kabul edilemez.',
|
||||
'file_too_large' => '":name" dosyası çok büyük.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Відвідайте URL-адресу веб-хуку',
|
||||
'reset_webhook_secret' => 'Відновити сікрет веб-хука',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version запит авторизації',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Вміст цього поля є недійсним без інформації про валюту.',
|
||||
'not_transfer_account' => 'Цей рахунок не є рахунком, який може бути використаний для переказу.',
|
||||
'require_currency_amount' => 'Вміст цього поля є недійсним без інформації про валюту.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Опис транзакції має відрізнятися від глобального опису.',
|
||||
'file_invalid_mime' => 'Файл ":name" має заборонений для завантаження тип ":mime".',
|
||||
'file_too_large' => 'Файл ":name" надто великий.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v: phiên bản Yêu cầu ủy quyền',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => 'Nội dung của trường này không hợp lệ nếu không có thông tin về tiền tệ.',
|
||||
'not_transfer_account' => 'Tài khoản này không phải là tài khoản có thể được sử dụng để chuyển khoản.',
|
||||
'require_currency_amount' => 'Nội dung của trường này không hợp lệ nếu không có thông tin về số lượng nước ngoài.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => 'Mô tả giao dịch không nên bằng mô tả toàn cầu.',
|
||||
'file_invalid_mime' => 'File ":name" là loại ":mime" không được chấp nhận khi tải lên mới.',
|
||||
'file_too_large' => 'File ":name" quá lớn.',
|
||||
|
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => '访问 webhook URL',
|
||||
'reset_webhook_secret' => '重置 webhook 密钥',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III :version 版授权请求',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => '此字段需要货币信息',
|
||||
'not_transfer_account' => '此账户无法用于转账',
|
||||
'require_currency_amount' => '此字段需要外币信息',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => '交易描述和全局描述不应相同',
|
||||
'file_invalid_mime' => '文件“:name”的类型为“:mime”,系统禁止上传此类型的文件',
|
||||
'file_too_large' => '文件“:name”过大',
|
||||
|
@ -37,14 +37,14 @@ declare(strict_types=1);
|
||||
return [
|
||||
'home' => '首頁',
|
||||
'budgets' => '預算',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'subscriptions' => '訂閱',
|
||||
'transactions' => '交易',
|
||||
'title_expenses' => '支出',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'title_transfer' => '轉帳',
|
||||
'title_transfers' => '轉帳',
|
||||
'edit_currency' => '編輯貨幣 ":name"',
|
||||
'delete_currency' => '刪除貨幣 ":name"',
|
||||
'newPiggyBank' => '創建一個新的小豬撲滿',
|
||||
@ -95,7 +95,7 @@ return [
|
||||
'edit_object_group' => '編輯群組 ":title"',
|
||||
'delete_object_group' => '刪除群組 ":title"',
|
||||
'logout_others' => '登出其他 sessions',
|
||||
'asset_accounts' => 'Asset accounts',
|
||||
'asset_accounts' => '資產帳戶',
|
||||
'expense_accounts' => 'Expense accounts',
|
||||
'revenue_accounts' => 'Revenue accounts',
|
||||
'liabilities_accounts' => 'Liabilities',
|
||||
|
@ -46,15 +46,15 @@ return [
|
||||
'confirm_action' => 'Confirm action',
|
||||
'last_seven_days' => '最近7天',
|
||||
'last_thirty_days' => '最近30天',
|
||||
'last_180_days' => 'Last 180 days',
|
||||
'month_to_date' => 'Month to date',
|
||||
'year_to_date' => 'Year to date',
|
||||
'YTD' => 'YTD',
|
||||
'last_180_days' => '最近 180 天',
|
||||
'month_to_date' => '本月至今',
|
||||
'year_to_date' => '今年迄今為止',
|
||||
'YTD' => '本年至今',
|
||||
'welcome_back' => 'What\'s playing?',
|
||||
'everything' => '所有',
|
||||
'today' => '今天',
|
||||
'customRange' => '自訂範圍',
|
||||
'date_range' => 'Date range',
|
||||
'date_range' => '日期範圍',
|
||||
'apply' => '套用',
|
||||
'select_date' => '選擇日期..',
|
||||
'cancel' => '取消',
|
||||
@ -71,8 +71,8 @@ return [
|
||||
'Opening balance' => '初始餘額',
|
||||
'create_new_stuff' => '建立新內容',
|
||||
'new_withdrawal' => '新提款',
|
||||
'create_new_transaction' => 'Create a new transaction',
|
||||
'sidebar_frontpage_create' => 'Create',
|
||||
'create_new_transaction' => '建立新交易',
|
||||
'sidebar_frontpage_create' => '建立',
|
||||
'new_transaction' => '新交易',
|
||||
'no_rules_for_bill' => '此帳單未設定相關的規則。',
|
||||
'go_to_asset_accounts' => '檢視您的資產帳戶',
|
||||
@ -98,7 +98,7 @@ return [
|
||||
'flash_info' => '訊息',
|
||||
'flash_warning' => '警告!',
|
||||
'flash_error' => '錯誤!',
|
||||
'flash_danger' => 'Danger!',
|
||||
'flash_danger' => '危險!',
|
||||
'flash_info_multiple' => '有 1 個訊息|有 :count 個訊息',
|
||||
'flash_error_multiple' => '有 1 個錯誤|有 :count 個錯誤',
|
||||
'net_worth' => '淨值',
|
||||
@ -146,9 +146,9 @@ return [
|
||||
'spent_in_specific_budget' => '預算「:budget」中的花費',
|
||||
'spent_in_specific_double' => 'Spent in account ":account"',
|
||||
'earned_in_specific_double' => 'Earned in account ":account"',
|
||||
'source_account' => 'Source account',
|
||||
'source_account' => '來源帳戶',
|
||||
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
|
||||
'destination_account' => 'Destination account',
|
||||
'destination_account' => '目標帳戶',
|
||||
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
|
||||
'sum_of_expenses_in_budget' => '預算「:budget」中的總花費',
|
||||
'left_in_budget_limit' => '依照預算的支出尚餘',
|
||||
@ -235,8 +235,8 @@ return [
|
||||
'average_per_bill' => '每張帳單的平均數',
|
||||
'expected_total' => '預期總數',
|
||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
||||
'saved' => 'Saved',
|
||||
'advanced_options' => 'Advanced options',
|
||||
'saved' => '已儲存',
|
||||
'advanced_options' => '進階選項',
|
||||
'advanced_options_explain' => 'Some pages in Firefly III have advanced options hidden behind this button. This page doesn\'t have anything fancy here, but do check out the others!',
|
||||
'here_be_dragons' => 'Hic sunt dracones',
|
||||
|
||||
@ -280,7 +280,7 @@ return [
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'reset_webhook_secret' => 'Reset webhook secret',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III :version 版授權請求',
|
||||
@ -297,7 +297,7 @@ return [
|
||||
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
|
||||
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
|
||||
'all_destination_accounts' => 'Destination accounts',
|
||||
'all_source_accounts' => 'Source accounts',
|
||||
'all_source_accounts' => '來源帳戶',
|
||||
'back_to_index' => 'Back to the index',
|
||||
'cant_logout_guard' => 'Firefly III can\'t log you out.',
|
||||
'internal_reference' => 'Internal reference',
|
||||
@ -2364,6 +2364,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'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.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
|
@ -48,10 +48,10 @@ return [
|
||||
'currentBalance' => '目前餘額',
|
||||
'linked_to_rules' => '相關規則',
|
||||
'active' => '是否啟用?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Recurring transaction',
|
||||
'percentage' => '百分比',
|
||||
'recurring_transaction' => '週期性交易',
|
||||
'next_due' => 'Next due',
|
||||
'transaction_type' => 'Type',
|
||||
'transaction_type' => '類型',
|
||||
'lastActivity' => '上次活動',
|
||||
'balanceDiff' => '餘額差',
|
||||
'other_meta_data' => 'Other meta data',
|
||||
@ -62,7 +62,7 @@ return [
|
||||
'account_type' => '帳戶類型',
|
||||
'created_at' => '建立於',
|
||||
'account' => '帳戶',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => '外部網址',
|
||||
'matchingAmount' => '金額',
|
||||
'destination' => '目標',
|
||||
'source' => '來源',
|
||||
@ -91,7 +91,7 @@ return [
|
||||
'due_date' => '到期日',
|
||||
'payment_date' => '付款日期',
|
||||
'invoice_date' => '發票日期',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'internal_reference' => '內部參照',
|
||||
'notes' => '備註',
|
||||
'from' => '自',
|
||||
'piggy_bank' => '小豬撲滿',
|
||||
@ -105,7 +105,7 @@ return [
|
||||
'type' => '類型',
|
||||
'completed' => '已完成',
|
||||
'iban' => '國際銀行帳戶號碼 (IBAN)',
|
||||
'account_number' => 'Account number',
|
||||
'account_number' => '帳戶號碼',
|
||||
'paid_current_period' => '已付此區間',
|
||||
'email' => '電子郵件',
|
||||
'registered_at' => '註冊於',
|
||||
@ -176,12 +176,12 @@ return [
|
||||
'interest_period' => 'Interest period',
|
||||
'liability_type' => '負債類型',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'end_date' => 'End date',
|
||||
'end_date' => '結束日期',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'start_date' => '開始日期',
|
||||
'trigger' => '觸發器',
|
||||
'response' => '回應',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
@ -66,6 +66,7 @@ return [
|
||||
'require_currency_info' => '此欄位內容須要貨幣資訊。',
|
||||
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
|
||||
'require_currency_amount' => '此欄位內容須要外幣資訊。',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'equal_description' => '交易描述不應等同全域描述。',
|
||||
'file_invalid_mime' => '檔案 ":name" 類型為 ":mime",不允許上載。',
|
||||
'file_too_large' => '檔案 ":name" 過大。',
|
||||
|
@ -12,6 +12,6 @@ sonar.organization=firefly-iii
|
||||
#sonar.sourceEncoding=UTF-8
|
||||
|
||||
|
||||
sonar.projectVersion=6.0.0
|
||||
sonar.projectVersion=6.0.1
|
||||
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
84
yarn.lock
84
yarn.lock
@ -979,7 +979,7 @@
|
||||
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
||||
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
||||
|
||||
"@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
|
||||
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
|
||||
version "0.3.17"
|
||||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
||||
integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
|
||||
@ -1201,9 +1201,9 @@
|
||||
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
|
||||
|
||||
"@types/node@*":
|
||||
version "18.14.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.4.tgz#0e64ec0b35a772e1e3d849f9a0ff61782d0cb647"
|
||||
integrity sha512-VhCw7I7qO2X49+jaKcAUwi3rR+hbxT5VcYF493+Z5kMLI0DL568b7JI4IDJaxWFH0D/xwmGJNoXisyX+w7GH/g==
|
||||
version "18.15.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.0.tgz#286a65e3fdffd691e170541e6ecb0410b16a38be"
|
||||
integrity sha512-z6nr0TTEOBGkzLGmbypWOGnpSpSIBorEhC4L+4HeQ2iezKCi4f77kyslRwvHeNitymGQ+oFyIWGP96l/DPSV9w==
|
||||
|
||||
"@types/parse-json@^4.0.0":
|
||||
version "4.0.0"
|
||||
@ -1618,12 +1618,12 @@ asynckit@^0.4.0:
|
||||
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
|
||||
|
||||
autoprefixer@^10.4.0:
|
||||
version "10.4.13"
|
||||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.13.tgz#b5136b59930209a321e9fa3dca2e7c4d223e83a8"
|
||||
integrity sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==
|
||||
version "10.4.14"
|
||||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.14.tgz#e28d49902f8e759dd25b153264e862df2705f79d"
|
||||
integrity sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==
|
||||
dependencies:
|
||||
browserslist "^4.21.4"
|
||||
caniuse-lite "^1.0.30001426"
|
||||
browserslist "^4.21.5"
|
||||
caniuse-lite "^1.0.30001464"
|
||||
fraction.js "^4.2.0"
|
||||
normalize-range "^0.1.2"
|
||||
picocolors "^1.0.0"
|
||||
@ -1906,10 +1906,10 @@ caniuse-api@^3.0.0:
|
||||
lodash.memoize "^4.1.2"
|
||||
lodash.uniq "^4.5.0"
|
||||
|
||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001426, caniuse-lite@^1.0.30001449:
|
||||
version "1.0.30001458"
|
||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001458.tgz#871e35866b4654a7d25eccca86864f411825540c"
|
||||
integrity sha512-lQ1VlUUq5q9ro9X+5gOEyH7i3vm+AYVT1WDCVB69XOZ17KZRhnZ9J0Sqz7wTHQaLBJccNCHq8/Ww5LlOIZbB0w==
|
||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
|
||||
version "1.0.30001464"
|
||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001464.tgz#888922718df48ce5e33dcfe1a2af7d42676c5eb7"
|
||||
integrity sha512-oww27MtUmusatpRpCGSOneQk2/l5czXANDSFvsc7VuOQ86s3ANhZetpwXNf1zY/zdfP63Xvjz325DAdAoES13g==
|
||||
|
||||
chalk@^2.0.0:
|
||||
version "2.4.2"
|
||||
@ -2520,9 +2520,9 @@ ee-first@1.1.1:
|
||||
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
||||
|
||||
electron-to-chromium@^1.4.284:
|
||||
version "1.4.316"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.316.tgz#7f2cfda199ae1a32a69b3eb9046b8b0640086064"
|
||||
integrity sha512-9urqVpdeJYAwVL/sBjsX2pSlgYI/b4nOqC6UaNa0xlq1VUbXLRhERWlxcQ4FWfUOQQxSSxN/taFtapEcwg5tVA==
|
||||
version "1.4.327"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.327.tgz#288b106518cfed0a60f7de8a0480432a9be45477"
|
||||
integrity sha512-DIk2H4g/3ZhjgiABJjVdQvUdMlSABOsjeCm6gmUzIdKxAuFrGiJ8QXMm3i09grZdDBMC/d8MELMrdwYRC0+YHg==
|
||||
|
||||
elliptic@^6.5.3:
|
||||
version "6.5.4"
|
||||
@ -3305,9 +3305,9 @@ jest-worker@^27.4.5:
|
||||
supports-color "^8.0.0"
|
||||
|
||||
jquery@^3:
|
||||
version "3.6.3"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.3.tgz#23ed2ffed8a19e048814f13391a19afcdba160e6"
|
||||
integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==
|
||||
version "3.6.4"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
|
||||
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
|
||||
|
||||
js-tokens@^4.0.0:
|
||||
version "4.0.0"
|
||||
@ -4408,9 +4408,9 @@ readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.3.3, readable
|
||||
util-deprecate "~1.0.1"
|
||||
|
||||
readable-stream@^3.0.6, readable-stream@^3.5.0, readable-stream@^3.6.0:
|
||||
version "3.6.1"
|
||||
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.1.tgz#f9f9b5f536920253b3d26e7660e7da4ccff9bb62"
|
||||
integrity sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ==
|
||||
version "3.6.2"
|
||||
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
|
||||
integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
|
||||
dependencies:
|
||||
inherits "^2.0.3"
|
||||
string_decoder "^1.1.1"
|
||||
@ -4455,9 +4455,9 @@ regenerator-transform@^0.15.1:
|
||||
"@babel/runtime" "^7.8.4"
|
||||
|
||||
regexpu-core@^5.3.1:
|
||||
version "5.3.1"
|
||||
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.1.tgz#66900860f88def39a5cb79ebd9490e84f17bcdfb"
|
||||
integrity sha512-nCOzW2V/X15XpLsK2rlgdwrysrBq+AauCn+omItIz4R1pIcmeot5zvjdmOBRLzEH/CkC6IxMJVmxDe3QcMuNVQ==
|
||||
version "5.3.2"
|
||||
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.2.tgz#11a2b06884f3527aec3e93dbbf4a3b958a95546b"
|
||||
integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==
|
||||
dependencies:
|
||||
"@babel/regjsgen" "^0.8.0"
|
||||
regenerate "^1.4.2"
|
||||
@ -4642,7 +4642,7 @@ send@0.18.0:
|
||||
range-parser "~1.2.1"
|
||||
statuses "2.0.1"
|
||||
|
||||
serialize-javascript@^6.0.0:
|
||||
serialize-javascript@^6.0.1:
|
||||
version "6.0.1"
|
||||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz#b206efb27c3da0b0ab6b52f48d170b7996458e5c"
|
||||
integrity sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==
|
||||
@ -4941,15 +4941,15 @@ tapable@^2.1.1, tapable@^2.2.0:
|
||||
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
|
||||
|
||||
terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.2.4:
|
||||
version "5.3.6"
|
||||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz#5590aec31aa3c6f771ce1b1acca60639eab3195c"
|
||||
integrity sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==
|
||||
version "5.3.7"
|
||||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz#ef760632d24991760f339fe9290deb936ad1ffc7"
|
||||
integrity sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==
|
||||
dependencies:
|
||||
"@jridgewell/trace-mapping" "^0.3.14"
|
||||
"@jridgewell/trace-mapping" "^0.3.17"
|
||||
jest-worker "^27.4.5"
|
||||
schema-utils "^3.1.1"
|
||||
serialize-javascript "^6.0.0"
|
||||
terser "^5.14.1"
|
||||
serialize-javascript "^6.0.1"
|
||||
terser "^5.16.5"
|
||||
|
||||
terser@^4.6.3:
|
||||
version "4.8.1"
|
||||
@ -4960,10 +4960,10 @@ terser@^4.6.3:
|
||||
source-map "~0.6.1"
|
||||
source-map-support "~0.5.12"
|
||||
|
||||
terser@^5.14.1, terser@^5.9.0:
|
||||
version "5.16.5"
|
||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.5.tgz#1c285ca0655f467f92af1bbab46ab72d1cb08e5a"
|
||||
integrity sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==
|
||||
terser@^5.16.5, terser@^5.9.0:
|
||||
version "5.16.6"
|
||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.6.tgz#f6c7a14a378ee0630fbe3ac8d1f41b4681109533"
|
||||
integrity sha512-IBZ+ZQIA9sMaXmRZCUMDjNH0D5AQQfdn4WUjHL0+1lF4TP1IHRJbrhb6fNaXWikrYQTSkb7SLxkeXAiy1p7mbg==
|
||||
dependencies:
|
||||
"@jridgewell/source-map" "^0.3.2"
|
||||
acorn "^8.5.0"
|
||||
@ -5289,9 +5289,9 @@ webpack-sources@^3.2.3:
|
||||
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
||||
|
||||
webpack@^5.60.0:
|
||||
version "5.75.0"
|
||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152"
|
||||
integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==
|
||||
version "5.76.0"
|
||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.0.tgz#f9fb9fb8c4a7dbdcd0d56a98e56b8a942ee2692c"
|
||||
integrity sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==
|
||||
dependencies:
|
||||
"@types/eslint-scope" "^3.7.3"
|
||||
"@types/estree" "^0.0.51"
|
||||
@ -5369,9 +5369,9 @@ wrappy@1:
|
||||
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
|
||||
|
||||
ws@^8.4.2:
|
||||
version "8.12.1"
|
||||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"
|
||||
integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==
|
||||
version "8.13.0"
|
||||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
|
||||
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
|
||||
|
||||
xtend@^4.0.0:
|
||||
version "4.0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user