Update meta data for new release.

This commit is contained in:
James Cole
2023-10-15 13:03:14 +02:00
parent 028ef63f6e
commit 533cd1dbed
95 changed files with 977 additions and 851 deletions

View File

@@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## v6.0.27 - 2023-10-16
### Added
- [Issue 8004](https://github.com/firefly-iii/firefly-iii/issues/8004) Warning in entrypoint script for missing variables.
### Changed
- Experimental database validation command.
- Add some values to the debug form.
- Better debug logs at various places
### Fixed
- [Issue 8020](https://github.com/firefly-iii/firefly-iii/issues/8020), [issue 8028](https://github.com/firefly-iii/firefly-iii/issues/8028) Liability calculation edge case found by @tieu1991
- [Issue 7655](https://github.com/firefly-iii/firefly-iii/issues/7655), [issue 8026](https://github.com/firefly-iii/firefly-iii/issues/8026) Bill date calculation edge case found by @devfaz
- [Issue 8051](https://github.com/firefly-iii/firefly-iii/issues/8051) Null pointer when deleting account
- [Issue 8041](https://github.com/firefly-iii/firefly-iii/issues/8041) Confusing chart is no longer confusing
- [Issue 8050](https://github.com/firefly-iii/firefly-iii/issues/8050) Path is normal for page 2.
- [Issue 8057](https://github.com/firefly-iii/firefly-iii/issues/8057) negative query parameters are handled correctly.
### API (v2.0.10)
- All endpoints (v1 and v2) should now respect the `?limit=` param.
## 6.0.26 - 2023-09-24
### Fixed

165
composer.lock generated
View File

@@ -473,16 +473,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.7.0",
"version": "3.7.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf"
"reference": "5b7bd66c9ff58c04c5474ab85edce442f8081cb2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/00d03067f07482f025d41ab55e4ba0db5eca2cdf",
"reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/5b7bd66c9ff58c04c5474ab85edce442f8081cb2",
"reference": "5b7bd66c9ff58c04c5474ab85edce442f8081cb2",
"shasum": ""
},
"require": {
@@ -566,7 +566,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.7.0"
"source": "https://github.com/doctrine/dbal/tree/3.7.1"
},
"funding": [
{
@@ -582,7 +582,7 @@
"type": "tidelift"
}
],
"time": "2023-09-26T20:56:55+00:00"
"time": "2023-10-06T05:06:20+00:00"
},
{
"name": "doctrine/deprecations",
@@ -1144,16 +1144,16 @@
},
{
"name": "firebase/php-jwt",
"version": "v6.8.1",
"version": "v6.9.0",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
"reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26"
"reference": "f03270e63eaccf3019ef0f32849c497385774e11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/5dbc8959427416b8ee09a100d7a8588c00fb2e26",
"reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/f03270e63eaccf3019ef0f32849c497385774e11",
"reference": "f03270e63eaccf3019ef0f32849c497385774e11",
"shasum": ""
},
"require": {
@@ -1201,27 +1201,27 @@
],
"support": {
"issues": "https://github.com/firebase/php-jwt/issues",
"source": "https://github.com/firebase/php-jwt/tree/v6.8.1"
"source": "https://github.com/firebase/php-jwt/tree/v6.9.0"
},
"time": "2023-07-14T18:33:00+00:00"
"time": "2023-10-05T00:24:42+00:00"
},
{
"name": "fruitcake/php-cors",
"version": "v1.2.0",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/fruitcake/php-cors.git",
"reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e"
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fruitcake/php-cors/zipball/58571acbaa5f9f462c9c77e911700ac66f446d4e",
"reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e",
"url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"symfony/http-foundation": "^4.4|^5.4|^6"
"symfony/http-foundation": "^4.4|^5.4|^6|^7"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
@@ -1231,7 +1231,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.1-dev"
"dev-master": "1.2-dev"
}
},
"autoload": {
@@ -1262,7 +1262,7 @@
],
"support": {
"issues": "https://github.com/fruitcake/php-cors/issues",
"source": "https://github.com/fruitcake/php-cors/tree/v1.2.0"
"source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
},
"funding": [
{
@@ -1274,7 +1274,7 @@
"type": "github"
}
],
"time": "2022-02-20T15:07:15+00:00"
"time": "2023-10-12T05:21:21+00:00"
},
{
"name": "gdbots/query-parser",
@@ -1939,16 +1939,16 @@
},
{
"name": "laravel/framework",
"version": "v10.26.2",
"version": "v10.28.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "6e5440f7c518f26b4495e5d7e4796ec239e26df9"
"reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/6e5440f7c518f26b4495e5d7e4796ec239e26df9",
"reference": "6e5440f7c518f26b4495e5d7e4796ec239e26df9",
"url": "https://api.github.com/repos/laravel/framework/zipball/09137f50f715c1efc649788a26092dcb1ec4ab6e",
"reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e",
"shasum": ""
},
"require": {
@@ -2135,7 +2135,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-10-03T14:24:20+00:00"
"time": "2023-10-10T13:01:37+00:00"
},
{
"name": "laravel/passport",
@@ -3943,16 +3943,16 @@
},
{
"name": "nunomaduro/collision",
"version": "v7.9.0",
"version": "v7.10.0",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
"reference": "296d0cf9fe462837ac0da8a568b56fc026b132da"
"reference": "49ec67fa7b002712da8526678abd651c09f375b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/296d0cf9fe462837ac0da8a568b56fc026b132da",
"reference": "296d0cf9fe462837ac0da8a568b56fc026b132da",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/49ec67fa7b002712da8526678abd651c09f375b2",
"reference": "49ec67fa7b002712da8526678abd651c09f375b2",
"shasum": ""
},
"require": {
@@ -3961,19 +3961,22 @@
"php": "^8.1.0",
"symfony/console": "^6.3.4"
},
"conflict": {
"laravel/framework": ">=11.0.0"
},
"require-dev": {
"brianium/paratest": "^7.2.7",
"laravel/framework": "^10.23.1",
"laravel/pint": "^1.13.1",
"brianium/paratest": "^7.3.0",
"laravel/framework": "^10.28.0",
"laravel/pint": "^1.13.3",
"laravel/sail": "^1.25.0",
"laravel/sanctum": "^3.3.1",
"laravel/tinker": "^2.8.2",
"nunomaduro/larastan": "^2.6.4",
"orchestra/testbench-core": "^8.11.0",
"pestphp/pest": "^2.19.1",
"phpunit/phpunit": "^10.3.5",
"orchestra/testbench-core": "^8.13.0",
"pestphp/pest": "^2.23.2",
"phpunit/phpunit": "^10.4.1",
"sebastian/environment": "^6.0.1",
"spatie/laravel-ignition": "^2.3.0"
"spatie/laravel-ignition": "^2.3.1"
},
"type": "library",
"extra": {
@@ -4032,7 +4035,7 @@
"type": "patreon"
}
],
"time": "2023-09-19T10:45:09+00:00"
"time": "2023-10-11T15:45:01+00:00"
},
{
"name": "nunomaduro/termwind",
@@ -5799,16 +5802,16 @@
},
{
"name": "spatie/laravel-ignition",
"version": "2.3.0",
"version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ignition.git",
"reference": "4ed813d16edb5a1ab0d7f4b1d116c37ee8cdf3c0"
"reference": "bf21cd15aa47fa4ec5d73bbc932005c70261efc8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/4ed813d16edb5a1ab0d7f4b1d116c37ee8cdf3c0",
"reference": "4ed813d16edb5a1ab0d7f4b1d116c37ee8cdf3c0",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/bf21cd15aa47fa4ec5d73bbc932005c70261efc8",
"reference": "bf21cd15aa47fa4ec5d73bbc932005c70261efc8",
"shasum": ""
},
"require": {
@@ -5887,7 +5890,7 @@
"type": "github"
}
],
"time": "2023-08-23T06:24:34+00:00"
"time": "2023-10-09T12:55:26+00:00"
},
{
"name": "spatie/period",
@@ -9147,16 +9150,16 @@
},
{
"name": "composer/pcre",
"version": "3.1.0",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
"url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
"shasum": ""
},
"require": {
@@ -9198,7 +9201,7 @@
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
"source": "https://github.com/composer/pcre/tree/3.1.0"
"source": "https://github.com/composer/pcre/tree/3.1.1"
},
"funding": [
{
@@ -9214,7 +9217,7 @@
"type": "tidelift"
}
],
"time": "2022-11-17T09:50:14+00:00"
"time": "2023-10-11T07:11:09+00:00"
},
{
"name": "ergebnis/phpstan-rules",
@@ -10014,16 +10017,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.24.1",
"version": "1.24.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01"
"reference": "bcad8d995980440892759db0c32acae7c8e79442"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01",
"reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442",
"reference": "bcad8d995980440892759db0c32acae7c8e79442",
"shasum": ""
},
"require": {
@@ -10055,9 +10058,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.1"
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.2"
},
"time": "2023-09-18T12:18:02+00:00"
"time": "2023-09-26T12:28:12+00:00"
},
{
"name": "phpstan/phpstan",
@@ -10220,16 +10223,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "10.1.6",
"version": "10.1.7",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "56f33548fe522c8d82da7ff3824b42829d324364"
"reference": "355324ca4980b8916c18b9db29f3ef484078f26e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/56f33548fe522c8d82da7ff3824b42829d324364",
"reference": "56f33548fe522c8d82da7ff3824b42829d324364",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/355324ca4980b8916c18b9db29f3ef484078f26e",
"reference": "355324ca4980b8916c18b9db29f3ef484078f26e",
"shasum": ""
},
"require": {
@@ -10286,7 +10289,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.6"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.7"
},
"funding": [
{
@@ -10294,7 +10297,7 @@
"type": "github"
}
],
"time": "2023-09-19T04:59:03+00:00"
"time": "2023-10-04T15:34:17+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -10541,16 +10544,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.3.5",
"version": "10.4.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "747c3b2038f1139e3dcd9886a3f5a948648b7503"
"reference": "62bd7af13d282deeb95650077d28ba3600ca321c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/747c3b2038f1139e3dcd9886a3f5a948648b7503",
"reference": "747c3b2038f1139e3dcd9886a3f5a948648b7503",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/62bd7af13d282deeb95650077d28ba3600ca321c",
"reference": "62bd7af13d282deeb95650077d28ba3600ca321c",
"shasum": ""
},
"require": {
@@ -10590,7 +10593,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "10.3-dev"
"dev-main": "10.4-dev"
}
},
"autoload": {
@@ -10622,7 +10625,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.5"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.1"
},
"funding": [
{
@@ -10638,7 +10641,7 @@
"type": "tidelift"
}
],
"time": "2023-09-19T05:42:37+00:00"
"time": "2023-10-08T05:01:11+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -10886,16 +10889,16 @@
},
{
"name": "sebastian/complexity",
"version": "3.0.1",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "c70b73893e10757af9c6a48929fa6a333b56a97a"
"reference": "68cfb347a44871f01e33ab0ef8215966432f6957"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/c70b73893e10757af9c6a48929fa6a333b56a97a",
"reference": "c70b73893e10757af9c6a48929fa6a333b56a97a",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957",
"reference": "68cfb347a44871f01e33ab0ef8215966432f6957",
"shasum": ""
},
"require": {
@@ -10908,7 +10911,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
"dev-main": "3.1-dev"
}
},
"autoload": {
@@ -10932,7 +10935,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
"source": "https://github.com/sebastianbergmann/complexity/tree/3.0.1"
"source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0"
},
"funding": [
{
@@ -10940,7 +10943,7 @@
"type": "github"
}
],
"time": "2023-08-31T09:55:53+00:00"
"time": "2023-09-28T11:50:59+00:00"
},
{
"name": "sebastian/diff",
@@ -11075,16 +11078,16 @@
},
{
"name": "sebastian/exporter",
"version": "5.1.0",
"version": "5.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "c3fa8483f9539b190f7cd4bfc4a07631dd1df344"
"reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c3fa8483f9539b190f7cd4bfc4a07631dd1df344",
"reference": "c3fa8483f9539b190f7cd4bfc4a07631dd1df344",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
"reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
"shasum": ""
},
"require": {
@@ -11098,7 +11101,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
"dev-main": "5.1-dev"
}
},
"autoload": {
@@ -11141,7 +11144,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
"source": "https://github.com/sebastianbergmann/exporter/tree/5.1.0"
"source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
},
"funding": [
{
@@ -11149,7 +11152,7 @@
"type": "github"
}
],
"time": "2023-09-18T07:15:37+00:00"
"time": "2023-09-24T13:22:09+00:00"
},
{
"name": "sebastian/global-state",

View File

@@ -112,8 +112,8 @@ return [
'handle_debts' => true,
// see cer.php for exchange rates feature flag.
],
'version' => '6.0.26',
'api_version' => '2.0.9',
'version' => '6.0.27',
'api_version' => '2.0.10',
'db_version' => 20,
// generic settings

24
package-lock.json generated
View File

@@ -26,9 +26,9 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.22.15",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz",
"integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==",
"version": "7.23.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz",
"integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},
@@ -865,9 +865,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.30",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz",
"integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==",
"version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
"dev": true,
"funding": [
{
@@ -916,9 +916,9 @@
"integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA=="
},
"node_modules/rollup": {
"version": "3.29.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.2.tgz",
"integrity": "sha512-CJouHoZ27v6siztc21eEQGo0kIcE5D1gVPA571ez0mMYb25LGYGKnVNXpEj5MGlepmDWGXNjDB5q7uNiPHC11A==",
"version": "3.29.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz",
"integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -932,9 +932,9 @@
}
},
"node_modules/sass": {
"version": "1.69.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.69.0.tgz",
"integrity": "sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ==",
"version": "1.69.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.69.3.tgz",
"integrity": "sha512-X99+a2iGdXkdWn1akFPs0ZmelUzyAQfvqYc2P/MPTrJRuIRoTffGzT9W9nFqG00S+c8hXzVmgxhUuHFdrwxkhQ==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"_load-translations-8fb3bca3.js": {
"file": "assets/load-translations-8fb3bca3.js",
"integrity": "sha384-1tm8zOqLbblwnZffXvzQQFCNRWLpWhejToiHsw78rsavnXdH0sIiblZKnWvyw8l1"
"_load-translations-9a154502.js": {
"file": "assets/load-translations-9a154502.js",
"integrity": "sha384-itMUG9zYhmhBh14Fji0Z+b58lSGbj9NiOxl9TLL5hBuysuuj5MW45/qYEAoQnTuf"
},
"node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf": {
"file": "assets/fa-brands-400-003f1154.ttf",
@@ -34,22 +34,22 @@
"integrity": "sha384-B73JAwYNSgI4rwb14zwxigHgAkg1Ms+j6+9sJoDpiL11+VW5RjQCLfIh0RVoi0h6"
},
"resources/assets/v2/pages/dashboard/dashboard.js": {
"file": "assets/dashboard-da918973.js",
"file": "assets/dashboard-daa2fdbe.js",
"imports": [
"_load-translations-8fb3bca3.js"
"_load-translations-9a154502.js"
],
"isEntry": true,
"src": "resources/assets/v2/pages/dashboard/dashboard.js",
"integrity": "sha384-MFacZzTwYRP1LWahfA/p4juRyEii1fjvzASmjp8evsCaSo2WzAbO8h44MBaR5R1r"
"integrity": "sha384-nf4KZ2V1EMO9ibJQVNxubCV1Mu6ZBoHiikFCS4qxGDEb8RgVOrHwiPsYz5IBAN/E"
},
"resources/assets/v2/pages/transactions/create.js": {
"file": "assets/create-fc013e9e.js",
"file": "assets/create-baf83427.js",
"imports": [
"_load-translations-8fb3bca3.js"
"_load-translations-9a154502.js"
],
"isEntry": true,
"src": "resources/assets/v2/pages/transactions/create.js",
"integrity": "sha384-HXxQJwR0j53cNty5yg/IjbKqoIEk7z/4ZW/TJwYchAr+tf45EnP51u94M3535uD/"
"integrity": "sha384-GOua2oSQz4NG3Qzo673cdZhVsMZflu6vIgRlkZpHK4yqqbpyCoMdLOyQvWUoJpA0"
},
"resources/assets/v2/sass/app.scss": {
"file": "assets/app-28a195fd.css",

View File

@@ -10,7 +10,7 @@
"unpaid": "\u672a\u6255\u3044",
"default_group_title_name_plain": "\u30b0\u30eb\u30fc\u30d7\u89e3\u9664",
"subscriptions_in_group": "\u30b0\u30eb\u30fc\u30d7\u300c%{title}\u300d\u306e\u30b5\u30d6\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3",
"subscr_expected_x_times": "Expect to pay %{amount} %{times} times this period",
"subscr_expected_x_times": "\u3053\u306e\u671f\u9593\u306b %{amount} %{times} \u56de\u306e\u652f\u6255\u3044\u3092\u4e88\u5b9a",
"overspent": "\u4f7f\u3044\u3059\u304e",
"money_flowing_in": "\u5165",
"money_flowing_out": "\u51fa",

View File

@@ -9,8 +9,8 @@
"paid": "Pago",
"unpaid": "N\u00e3o pago",
"default_group_title_name_plain": "sem grupo",
"subscriptions_in_group": "Subscriptions in group \"%{title}\"",
"subscr_expected_x_times": "Expect to pay %{amount} %{times} times this period",
"subscriptions_in_group": "Assinaturas no grupo \"%{title}\"",
"subscr_expected_x_times": "Espera-se pagar %{amount} %{times} vezes neste per\u00edodo",
"overspent": "Gasto excedido",
"money_flowing_in": "Entrada",
"money_flowing_out": "Sa\u00edda",

View File

@@ -8,21 +8,21 @@
"left": "\u5269\u4f59",
"paid": "\u5df2\u4ed8\u6b3e",
"unpaid": "\u672a\u4ed8\u6b3e",
"default_group_title_name_plain": "ungrouped",
"subscriptions_in_group": "Subscriptions in group \"%{title}\"",
"subscr_expected_x_times": "Expect to pay %{amount} %{times} times this period",
"default_group_title_name_plain": "\u672a\u5206\u7ec4",
"subscriptions_in_group": "\u5206\u7ec4\u201c%{title}\u201d\u8ba2\u9605",
"subscr_expected_x_times": "\u6b64\u5468\u671f\u9884\u8ba1\u652f\u4ed8%{amount}%{times}\u6b21",
"overspent": "\u8d85\u652f",
"money_flowing_in": "\u6d41\u5165",
"money_flowing_out": "\u6d41\u51fa",
"category": "\u5206\u7c7b",
"unknown_category_plain": "No category",
"all_money": "All your money",
"unknown_source_plain": "Unknown source account",
"unknown_dest_plain": "Unknown destination account",
"unknown_any_plain": "Unknown account",
"unknown_budget_plain": "No budget",
"expense_account": "Expense account",
"revenue_account": "Revenue account",
"unknown_category_plain": "\u6ca1\u6709\u5206\u7c7b",
"all_money": "\u5168\u90e8\u8d44\u91d1",
"unknown_source_plain": "\u672a\u77e5\u6765\u6e90\u8d26\u6237",
"unknown_dest_plain": "\u672a\u77e5\u76ee\u6807\u8d26\u6237",
"unknown_any_plain": "\u672a\u77e5\u8d26\u6237",
"unknown_budget_plain": "\u65e0\u9884\u7b97",
"expense_account": "\u652f\u51fa\u8d26\u6237",
"revenue_account": "\u6536\u5165\u8d26\u6237",
"budget": "\u9884\u7b97",
"account_type_Asset account": "Asset account",
"account_type_Expense account": "Expense account",

View File

@@ -144,11 +144,11 @@
},
"list": {
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d \u043b\u0438 \u0435?",
"trigger": "Trigger",
"response": "Response",
"trigger": "\u0417\u0430\u0434\u0435\u0439\u0441\u0442\u0432\u0430\u043d\u0435",
"response": "\u041e\u0442\u0433\u043e\u0432\u043e\u0440",
"delivery": "Delivery",
"url": "URL",
"secret": "Secret"
"url": "URL \u0430\u0434\u0440\u0435\u0441",
"secret": "\u0422\u0430\u0439\u043d\u0430"
},
"config": {
"html_language": "bg",

View File

@@ -25,7 +25,7 @@
"add_another_split": "Adicionar outra divis\u00e3o",
"submission": "Envio",
"create_another": "Depois de armazenar, retorne aqui para criar outro.",
"reset_after": "Resetar o formul\u00e1rio ap\u00f3s o envio",
"reset_after": "Limpar o formul\u00e1rio ap\u00f3s o envio",
"submit": "Enviar",
"amount": "Valor",
"date": "Data",
@@ -108,7 +108,7 @@
"create_new_webhook": "Criar novo webhook",
"webhooks": "Webhooks",
"webhook_trigger_form_help": "Indica em que evento o webhook ser\u00e1 acionado",
"webhook_response_form_help": "Indica que o webhook dever\u00e1 enviar para a URL.",
"webhook_response_form_help": "Indica o que o webhook deve enviar para a URL.",
"webhook_delivery_form_help": "Em que formato o webhook dever\u00e1 entregar os dados.",
"webhook_active_form_help": "O webhook dever\u00e1 estar ativo ou n\u00e3o ser\u00e1 chamado.",
"edit_webhook_js": "Editar webhook \"{title}\"",
@@ -127,7 +127,7 @@
"reset_webhook_secret": "Redefinir chave do webhook"
},
"form": {
"url": "link",
"url": "URL",
"active": "Ativar",
"interest_date": "Data de interesse",
"title": "T\u00edtulo",

View File

@@ -11,10 +11,10 @@
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u4ea4\u6613 #{ID} (\u201c{title}\u201d)<\/a> \u5df2\u4fdd\u5b58\u3002",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">\u63a8\u9001 #{ID} (\"{title}\")<\/a> \u5df2\u4fdd\u5b58.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">\u63a8\u9001 #{ID}<\/a> (\"{title}\") \u5df2\u66f4\u65b0.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u4ea4\u6613 #{ID}<\/a> (\u201c{title}\u201d) \u5df2\u66f4\u65b0\u3002",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u4ea4\u6613 #{ID}<\/a> \u5df2\u4fdd\u5b58\u3002",
"transaction_journal_information": "\u4ea4\u6613\u4fe1\u606f",
"submission_options": "Submission options",
"submission_options": "\u63d0\u4ea4\u9009\u9879",
"apply_rules_checkbox": "\u5e94\u7528\u89c4\u5219",
"fire_webhooks_checkbox": "\u89e6\u53d1 webhook",
"no_budget_pointer": "\u60a8\u8fd8\u6ca1\u6709\u9884\u7b97\uff0c\u60a8\u5e94\u8be5\u5728<a href=\"budgets\">\u9884\u7b97\u9875\u9762<\/a>\u8fdb\u884c\u521b\u5efa\u3002\u9884\u7b97\u53ef\u4ee5\u5e2e\u52a9\u60a8\u8ffd\u8e2a\u652f\u51fa\u3002",
@@ -118,7 +118,7 @@
"message_content_title": "Webhook \u6d88\u606f\u5185\u5bb9",
"message_content_help": "\u8fd9\u662f\u4f7f\u7528\u63a8\u9001\u53d1\u9001\uff08\u6216\u5c1d\u8bd5\uff09\u7684\u6d88\u606f\u5185\u5bb9",
"attempt_content_title": "Webhook \u5c1d\u8bd5",
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
"attempt_content_help": "\u8fd9\u662f\u63d0\u4ea4\u81f3\u914d\u7f6e\u7f51\u5740\u7684webhook\u6d88\u606f\u7684\u6240\u6709\u5931\u8d25\u8bf7\u6c42\uff0c\u4e00\u6bb5\u65f6\u95f4\u540e\uff0cFirefly III \u5c06\u505c\u6b62\u5c1d\u8bd5\u3002",
"no_attempts": "\u6240\u6709\u5c1d\u8bd5\u5747\u5df2\u6210\u529f\u5b8c\u6210\u3002\u597d\u6781\u4e86\uff01",
"webhook_attempt_at": "\u5c1d\u8bd5\u4e8e {moment}",
"logs": "\u65e5\u5fd7",
@@ -152,6 +152,6 @@
},
"config": {
"html_language": "zh-cn",
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
"date_time_fns": "YYYY\u5e74M\u6708D\u65e5 HH:mm:ss"
}
}

View File

@@ -152,6 +152,6 @@
},
"config": {
"html_language": "zh-tw",
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
"date_time_fns": "YYYY\u5e74 M\u6708 D\u65e5 dddd \u65bc HH:mm:ss"
}
}

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Сметка за разходи',
'Revenue account' => 'Сметка за приходи',
'Initial balance account' => 'Първоначално салдо на сметка',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Дълг',
'account_type_Loan' => 'Заем',
'account_type_Mortgage' => 'Ипотека',

View File

@@ -55,14 +55,14 @@ return [
'lastActivity' => 'Последна активност',
'balanceDiff' => 'Балансова разлика',
'other_meta_data' => 'Други мета данни',
'invited_at' => 'Invited at',
'expires' => 'Invitation expires',
'invited_by' => 'Invited by',
'invite_link' => 'Invite link',
'invited_at' => 'Поканен на',
'expires' => 'Поканата изтича',
'invited_by' => 'Покана от',
'invite_link' => 'Линк за Покана',
'account_type' => 'Вид на сметка',
'created_at' => 'Създаден на',
'account' => 'Сметка',
'external_url' => 'External URL',
'external_url' => 'Външен линк',
'matchingAmount' => 'Сума',
'destination' => 'Дестинация',
'source' => 'Източник',
@@ -105,7 +105,7 @@ return [
'type' => 'Вид',
'completed' => 'Завършен',
'iban' => 'IBAN',
'account_number' => 'Account number',
'account_number' => 'Номер на сметка',
'paid_current_period' => 'Платени този период',
'email' => 'Имейл',
'registered_at' => 'Регистриран на',
@@ -180,11 +180,11 @@ return [
'payment_info' => 'Платежна информация',
'expected_info' => 'Следваща очаквана транзакция',
'start_date' => 'Начална дата',
'trigger' => 'Trigger',
'response' => 'Response',
'trigger' => 'Задействане',
'response' => 'Отговор',
'delivery' => 'Delivery',
'url' => 'URL',
'secret' => 'Secret',
'url' => 'URL адрес',
'secret' => 'Тайна',
];
/*

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Всички разделяния трябва да са от един и същи тип.',
'invalid_transaction_type' => 'Невалиден тип транзакция.',
'invalid_selection' => 'Изборът ви е невалиден.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Нужна е поне една транзакция.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Compte de despeses',
'Revenue account' => 'Compte de beneficis',
'Initial balance account' => 'Compte de balanç inicial',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Deute',
'account_type_Loan' => 'Crèdit',
'account_type_Mortgage' => 'Hipoteca',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Totes les divisions han de ser del mateix tipus.',
'invalid_transaction_type' => 'Tipus de transacció invàlid.',
'invalid_selection' => 'La selecció és invàlida.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Necessites almenys una transacció.',
'recurring_transaction_id' => 'Necessites almenys una transacció.',
'need_id_to_match' => 'Has d\'enviar aquesta entrada amb un ID perquè l\'API sigui capaç de comparar-lo.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Výdajový účet',
'Revenue account' => 'Příjmový účet',
'Initial balance account' => 'Účet počátečního zůstatku',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Dluh',
'account_type_Loan' => 'Půjčka',
'account_type_Mortgage' => 'Hypotéka',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Je třeba, aby všechna rozdělení byla stejného typu.',
'invalid_transaction_type' => 'Neplatný typ transakce.',
'invalid_selection' => 'Váš výběr je neplatný.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Potřebujete alespoň jednu transakci.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Udgiftskonto',
'Revenue account' => 'Indtægtskonto',
'Initial balance account' => 'Initial balance account',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Gæld',
'account_type_Loan' => 'Lån',
'account_type_Mortgage' => 'Pant',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Alle opsplitninger skal være af samme type.',
'invalid_transaction_type' => 'Ugyldig overførelsestype.',
'invalid_selection' => 'Din markering er ikke gyldig.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Kræver mindst en overførsel.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Ausgabenkonto',
'Revenue account' => 'Einnahmenkonto',
'Initial balance account' => 'Eröffnungssaldo',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Schuld',
'account_type_Loan' => 'Darlehen',
'account_type_Mortgage' => 'Hypothek',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Alle Aufteilungen müssen vom gleichen Typ sein.',
'invalid_transaction_type' => 'Ungültige Transaktionstyp',
'invalid_selection' => 'Ihre Auswahl ist ungültig.',
'belongs_user' => 'Dieser Wert ist mit einem Objekt verknüpft, das Ihnen nicht gehört.',
'belongs_user_or_user_group' => 'Dieser Wert ist mit einem Objekt verknüpft, das nicht zu Ihrer aktuellen Finanzverwaltung gehört.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Sie brauchen mindestens eine Transaktion.',
'recurring_transaction_id' => 'Sie benötigen mindestens eine Buchung.',
'need_id_to_match' => 'Sie müssen diesen Eintrag mit einer ID übermitteln, damit die API ihn zuordnen kann.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Λογαριασμός δαπανών',
'Revenue account' => 'Λογαριασμός εσόδων',
'Initial balance account' => 'Αρχικό υπόλοιπο λογαριασμού',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Χρέος',
'account_type_Loan' => 'Δάνειο',
'account_type_Mortgage' => 'Υποθήκη',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Όλοι οι διαχωρισμοί πρέπει να είναι ίδιου τύπου.',
'invalid_transaction_type' => 'Μη έγκυρος τύπος συναλλαγής.',
'invalid_selection' => 'Η επιλογή σας δεν είναι έγκυρη.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Απαιτείται τουλάχιστο μία συναλλαγή.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Expense account',
'Revenue account' => 'Revenue account',
'Initial balance account' => 'Initial balance account',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Debt',
'account_type_Loan' => 'Loan',
'account_type_Mortgage' => 'Mortgage',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'All splits must be of the same type.',
'invalid_transaction_type' => 'Invalid transaction type.',
'invalid_selection' => 'Your selection is invalid.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Need at least one transaction.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Cuenta de gastos',
'Revenue account' => 'Cuenta de ganancia',
'Initial balance account' => 'Cuenta de balance inicial',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Deuda',
'account_type_Loan' => 'Préstamo',
'account_type_Mortgage' => 'Hipoteca',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Todas las divisiones deben ser del mismo tipo.',
'invalid_transaction_type' => 'Tipo de transacción inválido.',
'invalid_selection' => 'Tu selección no es válida.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Se necesita al menos una transacción.',
'recurring_transaction_id' => 'Se necesita al menos una transacción.',
'need_id_to_match' => 'Necesitas registrar esta entrada con un ID para que la API pueda hacerla coincidir.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Kulutustili',
'Revenue account' => 'Tuottotili',
'Initial balance account' => 'Alkutasetili',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Velka',
'account_type_Loan' => 'Laina',
'account_type_Mortgage' => 'Kiinnelaina',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Kaikkien jaettujen osien täytyy olla samaa tyyppiä.',
'invalid_transaction_type' => 'Virheellinen tapahtuman tyyppi.',
'invalid_selection' => 'Valintasi on virheellinen.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Tarvitaan vähintään yksi tapahtuma.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Compte de dépenses',
'Revenue account' => 'Compte de recettes',
'Initial balance account' => 'Balance initiale',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Dette',
'account_type_Loan' => 'Prêt',
'account_type_Mortgage' => 'Prêt hypothécaire',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Toutes les ventilations doivent être de même type.',
'invalid_transaction_type' => 'Type d\'opération non valide.',
'invalid_selection' => 'Votre sélection est invalide.',
'belongs_user' => 'Cette valeur est liée à un objet qui ne vous appartient pas.',
'belongs_user_or_user_group' => 'Cette valeur est liée à un objet qui n\'appartient pas à votre administration financière actuelle.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Besoin d\'au moins une opération.',
'recurring_transaction_id' => 'Au moins une opération est nécessaire.',
'need_id_to_match' => 'Vous devez saisir cette entrée avec un identifiant pour que l\'API puisse la faire correspondre.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Költségszámla',
'Revenue account' => 'Jövedelemszámla',
'Initial balance account' => 'Számla kezdeti egyenlege',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Adósság',
'account_type_Loan' => 'Hitel',
'account_type_Mortgage' => 'Jelzálog',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Minden felosztásnak ugyanolyan típusúnak kell lennie.',
'invalid_transaction_type' => 'Érvénytelen tranzakciótípus.',
'invalid_selection' => 'Érvénytelen kiválasztás.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Legalább egy tranzakció szükséges.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Rekening pengeluaran',
'Revenue account' => 'Akun pendapatan',
'Initial balance account' => 'Akun saldo awal',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Debt',
'account_type_Loan' => 'Loan',
'account_type_Mortgage' => 'Mortgage',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Semua pisahan harus mempunyai jenis yang sama.',
'invalid_transaction_type' => 'Jenis transaksi tidak valid.',
'invalid_selection' => 'Pilihan Anda tidak valid.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Minimal harus ada satu transaksi.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -585,42 +585,42 @@ return [
'search_modifier_book_date_after_year' => 'La data di fatturazione della transazione è successiva o nell\'anno ":value"',
'search_modifier_book_date_after_month' => 'La data di fatturazione è successiva o nel mese ":value"',
'search_modifier_book_date_after_day' => 'La data di fatturazione è successiva o nel giorno del mese ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_year' => 'La data di elaborazione della transazione è nell\'anno ":value"',
'search_modifier_process_date_on_month' => 'La data di elaborazione della transazione è nel mese di ":value"',
'search_modifier_process_date_on_day' => 'La data di elaborazione della transazione è nel giorno del mese ":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_not_process_date_on_year' => 'La data di elaborazione della transazione non è nell\'anno ":value"',
'search_modifier_not_process_date_on_month' => 'La data di elaborazione della transazione non è nel mese di ":value"',
'search_modifier_not_process_date_on_day' => 'La data di elaborazione della transazione è il giorno ":value" del mese',
'search_modifier_process_date_before_year' => 'La data di elaborazione della transazione è prima o nell\'anno ":value"',
'search_modifier_process_date_before_month' => 'La data di elaborazione della transazione è prima o nel mese di ":value"',
'search_modifier_process_date_before_day' => 'La data di fatturazione della transazione è precedente o nel giorno ":value"',
'search_modifier_process_date_after_year' => 'La data di elaborazione della transazione o nell\'anno ":value" o successivi',
'search_modifier_process_date_after_month' => 'La data di elaborazione della transazione nel mese di ":value" o nei successivi',
'search_modifier_process_date_after_day' => 'La data di elaborazione della transazione è nel giorno del mese ":value" o successivi',
'search_modifier_due_date_on_year' => 'La data di scadenza della transazione è nell\'anno ":value"',
'search_modifier_due_date_on_month' => 'La data di scadenza della transazione è nel mese ":value"',
'search_modifier_due_date_on_day' => 'La data di scadenza della transazione è il giorno del mese ":value"',
'search_modifier_not_due_date_on_year' => 'La data di scadenza della transazione non è nell\'anno ":value"',
'search_modifier_not_due_date_on_month' => 'La data di scadenza della transazione non è nel mese ":value"',
'search_modifier_not_due_date_on_day' => 'La data di scadenza della transazione non è il giorno del mese ":value"',
'search_modifier_due_date_before_year' => 'La data di scadenza della transazione è precedente o nell\'anno ":value"',
'search_modifier_due_date_before_month' => 'La data di scadenza della transazione è precedente o nel mese di ":value"',
'search_modifier_due_date_before_day' => 'La data di scadenza della transazione è precedente o nel giorno ":value" del mese',
'search_modifier_due_date_after_year' => 'La data di scadenza della transazione è nell\'anno ":value" o successivi',
'search_modifier_due_date_after_month' => 'La data di scadenza della transazione nel mese ":value" o successivi',
'search_modifier_due_date_after_day' => 'La data di scadenza della transazione nel giorno del mese ":value" o successivi',
'search_modifier_payment_date_on_year' => 'La data di pagamento della transazione è nell\'anno ":value"',
'search_modifier_payment_date_on_month' => 'La data di pagamento della transazione è nel mese di ":value"',
'search_modifier_payment_date_on_day' => 'La data di pagamento della transazione è il giorno ":value" del mese',
'search_modifier_not_payment_date_on_year' => 'La data di pagamento della transazione non è nell\'anno ":value"',
'search_modifier_not_payment_date_on_month' => 'La data di pagamento della transazione non è nel mese ":value"',
'search_modifier_not_payment_date_on_day' => 'La data di pagamento della transazione non è il giorno ":value" del mese',
'search_modifier_payment_date_before_year' => 'La data di pagamento della transazione è prima o nell\'anno ":value"',
'search_modifier_payment_date_before_month' => 'La data di pagamento della transazione è prima o il mese ":value"',
'search_modifier_payment_date_before_day' => 'La data di pagamento della transazione è precedente o il giorno ":value"',
'search_modifier_payment_date_after_year' => 'La data di pagamento della transazione è nell\'anno ":value" o successivi',
'search_modifier_payment_date_after_month' => 'La data di pagamento della transazione è nel mese ":value" o successivi',
'search_modifier_payment_date_after_day' => 'La data di pagamento della transazione è nel giorno del mese ":value" o successivi',
'search_modifier_invoice_date_on_year' => 'La data di fatturazione della transazione è nell\'anno ":value"',
'search_modifier_invoice_date_on_month' => 'La data di fatturazione della transazione è nel mese ":value"',
'search_modifier_invoice_date_on_day' => 'La data di fatturazione della transazione è nel giorno del mese ":value"',
@@ -629,9 +629,9 @@ return [
'search_modifier_not_invoice_date_on_day' => 'La data di fatturazione della transazione non è nel giorno del mese ":value"',
'search_modifier_invoice_date_before_year' => 'La data di fatturazione della transazione è precedente o nell\'anno ":value"',
'search_modifier_invoice_date_before_month' => 'La data di fatturazione della transazione è precedente o nel mese ":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_before_day' => 'La data di pagamento della transazione è precedente o il giorno ":value" del mese',
'search_modifier_invoice_date_after_year' => 'La data di pagamento della transazione è nell\'anno ":value" o successivi',
'search_modifier_invoice_date_after_month' => 'La data di pagamento della transazione nel mese di ":value" o successivi',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'La transazione è stata aggiornata l\'ultima volta nell\'anno ":value"',
@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Conto spese',
'Revenue account' => 'Conto entrate',
'Initial balance account' => 'Saldo iniziale conto',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Debito',
'account_type_Loan' => 'Prestito',
'account_type_Mortgage' => 'Mutuo',

View File

@@ -24,10 +24,10 @@
declare(strict_types=1);
return [
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
'find_or_create_tag_failed' => 'Could not find or create tag ":tag"',
'tag_already_added' => 'Tag ":tag" is already linked to this transaction',
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
'main_message' => 'L\'azione ":action", presente nella regola ":rule", non può essere applicata alla transazione #:group: :error',
'find_or_create_tag_failed' => 'Impossibile trovare o creare il tag ":tag"',
'tag_already_added' => 'Tag ":tag" è già collegato a questa transazione',
'inspect_transaction' => 'Ispeziona la transazione ":title" @ Firefly III',
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
'journal_other_user' => 'This transaction doesn\'t belong to the user',
'no_such_journal' => 'This transaction doesn\'t exist',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Tutte le suddivisioni devono essere dello stesso tipo.',
'invalid_transaction_type' => 'Tipo della transazione non valido.',
'invalid_selection' => 'La tua selezione non è valida.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Hai bisogno di almeno una transazione.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -1734,7 +1734,7 @@ return [
'subscription' => 'サブスクリプション',
'not_expected_period' => 'この期間には予定なし',
'subscriptions_in_group' => 'グループ「%{title}」のサブスクリプション',
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
'subscr_expected_x_times' => 'この期間に %{amount} %{times} 回の支払いを予定',
'not_or_not_yet' => '(まだ) なし',
'visit_bill' => 'Firefly IIIの請求「:name」を開く',
'match_between_amounts' => '請求は :low から :high の間の取引に適合します。',
@@ -2107,6 +2107,9 @@ return [
'Expense account' => '支出口座',
'Revenue account' => '収入口座',
'Initial balance account' => '初期口座残高',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => '借金',
'account_type_Loan' => 'ローン',
'account_type_Mortgage' => '住宅ローン',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'すべての分割は同じ種別である必要があります。',
'invalid_transaction_type' => '無効な取引種別です。',
'invalid_selection' => 'あなたの選択は無効です。',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => '最低でも一つの取引が必要です。',
'recurring_transaction_id' => '少なくとも 1 つの取引が必要です。',
'need_id_to_match' => 'APIを一致させるためにこのエントリをIDで送信する必要があります。',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => '지출 계정',
'Revenue account' => '수익 계정',
'Initial balance account' => '초기 잔액 계정',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => '대출',
'account_type_Loan' => '빚',
'account_type_Mortgage' => '모기지',

View File

@@ -60,15 +60,15 @@ return [
'attachments' => '첨부 파일',
'BIC' => '은행식별코드(BIC)',
'verify_password' => '비밀번호 보안 확인',
'source_account' => '소스 계정',
'destination_account' => '대상 계정',
'asset_destination_account' => '대상 계정',
'source_account' => '자산',
'destination_account' => '대상 자산',
'asset_destination_account' => '대상 자산',
'include_net_worth' => '순자산에 포함',
'asset_source_account' => '소스 계정',
'asset_source_account' => '자산',
'journal_description' => '상세정보',
'note' => '노트',
'currency' => '통화',
'account_id' => '자산 계',
'account_id' => '자산 계',
'budget_id' => '예산',
'bill_id' => '청구서',
'opening_balance' => '초기 잔고',
@@ -88,7 +88,7 @@ return [
'targetamount' => '목표 금액',
'account_role' => '계 역할',
'account_role' => '계 역할',
'opening_balance_date' => '개설일',
'cc_type' => '신용카드 결재 계획',
'cc_monthly_payment_date' => '신용카드 월 납부일',
@@ -97,8 +97,8 @@ return [
'returnHereExplanation' => '저장후 이 페이지로 돌아와 다른 것을 만듭니다.',
'returnHereUpdateExplanation' => '업데이트 후 여기로 돌아옵니다.',
'description' => '설명',
'expense_account' => '지출 계',
'revenue_account' => '수익 계',
'expense_account' => '지출 계',
'revenue_account' => '수익 계',
'decimal_places' => '소수 자릿수',
'destination_amount' => '금액 (대상)',
'new_email_address' => '새로운 이메일 주소',
@@ -150,7 +150,7 @@ return [
'move_rules_before_delete' => '규칙 그룹',
'start' => '범위의 시작',
'end' => '범위의 끝',
'delete_account' => '":name" 계 삭제',
'delete_account' => '":name" 계 삭제',
'delete_webhook' => '":title" 웹훅 삭제',
'delete_bill' => '":name" 청구서 삭제',
'delete_budget' => '":name" 예산 삭제',
@@ -165,8 +165,8 @@ return [
'delete_recurring' => '":title" 반복 거래 삭제',
'user_areYouSure' => '":email" 사용자를 삭제하면 사용자의 모든 정보가 사라지며 이것은 취소할 수 없습니다. 자신을 삭제하면 이 Firefly III 인스턴스에 접근할 수 없게됩니다.',
'attachment_areYouSure' => '":name" 첨부파일을 삭제하시겠습니까?',
'account_areYouSure' => '":name" 계정을 삭제하시겠습니까?',
'account_areYouSure_js' => '"{name}" 계정을 삭제하시겠습니까?',
'account_areYouSure' => '":name" 계좌를 삭제하시겠습니까?',
'account_areYouSure_js' => '"{name}" 계좌를 삭제하시겠습니까?',
'bill_areYouSure' => '":name" 청구서를 삭제하시겠습니까?',
'rule_areYouSure' => '":title" 규칙을 삭제하시겠습니까?',
'object_group_areYouSure' => '":title" 그룹을 삭제하시겠습니까?',
@@ -199,12 +199,12 @@ return [
'mass_make_selection' => '체크박스을 해제하여 항목이 삭제되지 않도록 할 수 있습니다.',
'delete_all_permanently' => '선택한 항목을 영구적으로 삭제',
'update_all_journals' => '이 거래 업데이트',
'also_delete_transactions' => '이 계에 연결된 유일한 거래도 삭제됩니다.|이 계에 연결된 모든 :count개의 거래 삭제됩니다.',
'also_delete_transactions_js' => '거래가 없습니다|이 계에 연결된 유일한 거래도 삭제됩니다.|이 계에 연결된 모든 {count}개의 거래 삭제됩니다.',
'also_delete_transactions' => '이 계에 연결된 거래 내역이 함께 삭제됩니다.|이 계에 연결된 :count개의 거래 내역이 삭제됩니다.',
'also_delete_transactions_js' => '거래 내역이 존재하지 않습니다|이 계에 연결된 거래 내역이 함께 삭제됩니다.|이 계에 연결된 {count} 개의 거래 내역이 삭제됩니다.',
'also_delete_connections' => '이 링크 유형과 연결된 유일한 거래의 연결이 끊어집니다.|이 링크 유형과 연결된 모든 :count개의 거래의 연결이 끊어집니다.',
'also_delete_rules' => '이 규칙 그룹에 연결된 유일한 규칙이 삭제됩니다.|이 규칙 그룹에 연결된 모든 :count개의 규칙이 삭제됩니다.',
'also_delete_piggyBanks' => '이 계에 연결된 유일한 저금통 역시 삭제됩니다.|이 계에 연결된 모든 :count개의 저금통 역시 삭제됩니다.',
'also_delete_piggyBanks_js' => '저금통이 습니다|이 계에 연결된 유일한 저금통 역시 삭제됩니다.|이 계에 연결된 모든 {count}개의 저금통 역시 삭제됩니다.',
'also_delete_piggyBanks' => '이 계에 연결된 저금통이 함께 삭제됩니다.|이 계에 연결된 :count 개의 저금통 삭제됩니다.',
'also_delete_piggyBanks_js' => '저금통이 존재하지 않습니다|이 계에 연결된 저금통이 함께 삭제됩니다.|이 계에 연결된 {count} 개의 저금통 삭제됩니다.',
'not_delete_piggy_banks' => '이 그룹에 연결된 저금통은 삭제되지 않습니다|이 그룹에 연결된 :count개의 저금통은 삭제되지 않습니다.',
'bill_keep_transactions' => '이 영수증에 연결된 유일한 거래는 삭제되지 않습니다.|이 영수증에 연결된 모든 :count개의 거래는 삭제되지 않습니다.',
'budget_keep_transactions' => '이 예산에 연결된 유일한 거래는 삭제되지 않습니다.|이 예산에 연결된 모든 :count개의 거래는 삭제되지 않습니다.',
@@ -253,7 +253,7 @@ return [
'fints_bank_code' => '은행 코드',
'fints_username' => '사용자명',
'fints_password' => 'PIN / 비밀번호',
'fints_account' => 'FinTS 계',
'fints_account' => 'FinTS 계',
'local_account' => 'Firefly III 계정',
/*
@@ -289,8 +289,8 @@ return [
'calendar' => '달력',
'weekend' => '주말',
'client_secret' => '클라이언트 시크릿',
'withdrawal_destination_id' => '대상 계정',
'deposit_source_id' => '소스 계정',
'withdrawal_destination_id' => '대상 자산',
'deposit_source_id' => '자산',
'expected_on' => '예상 일자',
'paid' => '지불됨',
'auto_budget_type' => '자동 예산',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => '모든 분할은 동일한 유형이어야 합니다.',
'invalid_transaction_type' => '잘못된 거래 유형입니다.',
'invalid_selection' => '선택이 잘못되었습니다.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => '하나 이상의 거래가 필요합니다.',
'recurring_transaction_id' => '하나 이상의 거래가 필요합니다.',
'need_id_to_match' => 'API가 일치시킬수 있도록 이 엔트리를 ID와 함께 제출해야 합니다.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Utgiftskonto',
'Revenue account' => 'Inntektskonto',
'Initial balance account' => 'Startsaldokonto',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Gjeld',
'account_type_Loan' => 'Lån',
'account_type_Mortgage' => 'Boliglån',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Alle deler må være av samme type.',
'invalid_transaction_type' => 'Ugyldig transaksjonstype.',
'invalid_selection' => 'Dine valg er ugyldig.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Trenger minst én transaksjon.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Crediteur',
'Revenue account' => 'Debiteur',
'Initial balance account' => 'Startbalansrekening',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Schuld',
'account_type_Loan' => 'Lening',
'account_type_Mortgage' => 'Hypotheek',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Alle splits moeten van hetzelfde type zijn.',
'invalid_transaction_type' => 'Ongeldig transactietype.',
'invalid_selection' => 'Ongeldige selectie.',
'belongs_user' => 'Deze waarde hoort bij een object dat niet van jou is.',
'belongs_user_or_user_group' => 'Deze waarde hoort bij een object dat niet bij deze financiële administratie hoort.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Er is op zijn minst één transactie nodig.',
'recurring_transaction_id' => 'Er is op zijn minst één transactie nodig.',
'need_id_to_match' => 'Je moet dit item met een ID versturen, zodat de API het kan matchen.',

View File

@@ -316,17 +316,17 @@ return [
'update_new_version_alert' => 'Ein ny versjon av Firefly III er tilgjengeleg. Du køyrer :your_version, den nyaste versjonen er :new_version som vart utgitt den :date.',
'update_version_beta' => 'Dette er ein BETA versjon, du kan oppleve problemer.',
'update_version_alpha' => 'Dette er ein ALPHA versjon, du kan oppleve problemer.',
'update_current_version_alert' => 'Du køyrer :version, som er den nyaste tilgjengelege utgjeving.',
'update_current_version_alert' => 'Du køyrer :version, som er den nyaste tilgjengelege utgjevinga.',
'update_newer_version_alert' => 'Du køyrer :your_version, som er nyare enn den nyaste versjonen, :new_version.',
'update_check_error' => 'Det oppstod ein feil under søk etter oppdatering: :error',
'unknown_error' => 'Ukjent feil. Beklager det.',
'just_new_release' => 'Ein ny versjon er tilgjengeleg! Versjon :version vart tilgjengeleg :date. Denne utgjevinga er heilt ny. Vent gjerne nokre dagar for å sikra at den nye utgåva er stabil.',
'disabled_but_check' => 'Du har deaktivert oppdateringssjekk. Ikke gløym å oppdatera sjølv av og til. Tusen takk!',
'admin_update_channel_title' => 'Oppdater kanal',
'admin_update_channel_explain' => 'Firefly III har tre oppdaterings "kanaler" som bestemmer kor mykje du ønskar å ligga foran med tanke på funksjoner, forbetringar og feil. Bruk beta-kanalen dersom du er eventyrlysten og "alfa" når du liker å leve farlig.',
'admin_update_channel_explain' => 'Firefly III har tre oppdaterings "kanaler" som bestemmer kor mykje du ønskar å ligga foran med tanke på funksjoner, forbetringar og feil. Bruk beta-kanalen dersom du er eventyrlysten og "alfa" når du likar å leva farleg.',
'update_channel_stable' => 'Stable. Alt skal fungera som forventet.',
'update_channel_beta' => 'Beta. Nye funksjoner, men kan ha enkelte programfeil.',
'update_channel_alpha' => 'Alfa. Me kaster ting i, og brukar det som fester seg.',
'update_channel_alpha' => 'Alfa. Me sleng nye ting inn, og brukar det som fell av.',
// search
'search' => 'Søk',
@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Utgiftskonto',
'Revenue account' => 'Inntektskonto',
'Initial balance account' => 'Startsaldokonto',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Gjeld',
'account_type_Loan' => 'Lån',
'account_type_Mortgage' => 'Boliglån',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Alle deler må vera av samme type.',
'invalid_transaction_type' => 'Ugyldig transaksjonstype.',
'invalid_selection' => 'Dine val er ugyldig.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Trenger minst ein transaksjon.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Konto wydatków',
'Revenue account' => 'Konto przychodów',
'Initial balance account' => 'Początkowe saldo konta',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Dług',
'account_type_Loan' => 'Pożyczka',
'account_type_Mortgage' => 'Hipoteka',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Wszystkie podziały muszą być tego samego typu.',
'invalid_transaction_type' => 'Nieprawidłowy typ transakcji.',
'invalid_selection' => 'Twój wybór jest nieprawidłowy.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Wymaga co najmniej jednej transakcji.',
'recurring_transaction_id' => 'Wymaga co najmniej jednej transakcji.',
'need_id_to_match' => 'Musisz przesłać ten wpis z ID dla API, aby móc go dopasować.',
@@ -235,8 +235,8 @@ return [
// validation of accounts:
'withdrawal_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
'withdrawal_source_bad_data' => '[a] Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
'withdrawal_dest_need_data' => '[a] Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
'withdrawal_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
'withdrawal_dest_iban_exists' => 'To konto docelowe IBAN jest już używane przez konto aktywów lub zobowiązanie i nie może być użyte jako miejsce docelowe wydatku.',
@@ -244,7 +244,7 @@ return [
'reconciliation_source_bad_data' => 'Nie można znaleźć prawidłowego konta uzgadniania podczas wyszukiwania ID ":id" lub nazwy ":name".',
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
'generic_source_bad_data' => '[e] Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
'deposit_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
@@ -272,7 +272,7 @@ return [
'ob_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
'lc_source_need_data' => 'Potrzebujemy poprawny identyfikator konta źródłowego, aby kontynuować.',
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
'ob_dest_need_data' => '[d] Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
'ob_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
'reconciliation_either_account' => 'Aby przesłać uzgodnienie, musisz przesłać konto źródłowe lub docelowe. Nie oba te konto, ani nie żadnego konta.',

View File

@@ -82,7 +82,7 @@ return [
'create_withdrawal' => 'Criar uma nova retirada',
'create_deposit' => 'Criar um novo depósito',
'create_transfer' => 'Criar nova transferência',
'create_new_transaction' => 'Criar nova transação',
'create_new_transaction' => 'Criar uma nova transação',
'edit_journal' => 'Editar transação ":description"',
'edit_reconciliation' => 'Editar ":description"',
'delete_journal' => 'Apagar transação ":description"',

View File

@@ -38,11 +38,11 @@ return [
// common items
'greeting' => 'Olá,',
'closing' => 'Bip Bop,',
'signature' => 'Firefly III Robô de Email',
'footer_ps' => 'PS: Esta mensagem foi enviada porque uma solicitação do IP :ipAddress a ativou.',
'signature' => 'O Robô de Emails do Firefly III',
'footer_ps' => 'PS: Esta mensagem foi enviada porque um acesso do IP :ipAddress a ativou.',
// admin test
'admin_test_subject' => 'Uma mensagem de teste de sua instalação do Firefly III',
'admin_test_subject' => 'Uma mensagem de teste de sua instância do Firefly III',
'admin_test_body' => 'Essa é uma mensagem de teste de sua instância do Firefly III. Foi enviada para :email.',
/*
@@ -68,7 +68,7 @@ return [
// new IP
'login_from_new_ip' => 'Novo login no Firefly III',
'slack_login_from_new_ip' => 'Novo login no Firefly III do IP :ip (:host)',
'new_ip_body' => 'O Firefly III detectou um novo login em sua conta de um endereço IP desconhecido. Caso você nunca tenha logado do endereço IP abaixo, ou o fez há mais de seis meses, o Firefly III irá avisá-lo.',
'new_ip_body' => 'O Firefly III detectou um novo login em sua conta a partir de um endereço IP desconhecido. Caso você nunca tenha logado do endereço IP abaixo, ou o fez há mais de seis meses, o Firefly III irá notificá-lo.',
'new_ip_warning' => 'Caso você reconheça este endereço IP ou o login, você pode ignorar esta mensagem. Ou se você não fez login, se não tem ideia do que se trata, verifique a segurança da sua senha, altere-a e desconecte-se de todas as outras sessões. Para fazer isso, vá para sua página de perfil. Claro que você já habilitou 2FA, né? Mantenha-se seguro!',
'ip_address' => 'Endereço IP',
'host_name' => 'Servidor',
@@ -76,16 +76,16 @@ return [
// access token created
'access_token_created_subject' => 'Um novo token de acesso foi criado',
'access_token_created_body' => 'Alguém (esperamos que você) acabou de criar um novo token de acesso a API do Firefly III, para sua conta.',
'access_token_created_explanation' => 'Com este token, eles podem acessar **TODOS** os seus registros financeiros através da API do Firefly III.',
'access_token_created_revoke' => 'Se não foi você, por favor revogue este token assim que possível em :url',
'access_token_created_body' => 'Alguém (esperamos que você) acabou de criar um novo token de acesso à API do Firefly III, para sua conta.',
'access_token_created_explanation' => 'Este token permite acessar **TODOS** os seus registros financeiros através da API do Firefly III.',
'access_token_created_revoke' => 'Se não foi você, por favor revogue este token o mais rápido possível em :url',
// registered
'registered_subject' => 'Bem-vindo(a) ao Firefly III!',
'registered_subject_admin' => 'Um novo usuário se registrou',
'registered_subject_admin' => 'Um novo usuário se cadastrou',
'admin_new_user_registered' => 'Um novo usuário registrou. Usuário **:email** recebeu ID de usuário #:id.',
'registered_welcome' => 'Boas-vindas ao [Firefly III](:address). Seu registro foi concluído e este e-mail está aqui para confirmar. Uhull!',
'registered_pw' => 'Se você esqueceu sua senha, por favor reinicie-a, usando a [ferramenta de redefinição de senha](:address/password/reset).',
'registered_pw' => 'Se você esqueceu sua senha, por favor redefina-a, usando a [ferramenta de redefinição de senha](:address/password/reset).',
'registered_help' => 'Há um ícone de ajuda no canto superior direito de cada página. Se você precisar de ajuda, clique nele!',
'registered_closing' => 'Aproveite!',
'registered_firefly_iii_link' => 'Firefly III:',
@@ -113,22 +113,22 @@ return [
'email_change_body_to_old' => 'Você ou alguém com acesso à sua conta Firefly III alterou seu endereço de e-mail. Se você não esperava que isso acontecesse, você **DEVE** entrar no link "desfazer" abaixo, para proteger sua conta!',
'email_change_ignore' => 'Se você iniciou esta alteração, você pode ignorar esta mensagem.',
'email_change_old' => 'O endereço de e-mail antigo era: :email',
'email_change_old_strong' => 'Endereço de e-mail anterior era: **:email**',
'email_change_old_strong' => 'O endereço de e-mail anterior era: **:email**',
'email_change_new' => 'O novo endereço de e-mail é: :email',
'email_change_new_strong' => 'Endereço de e-mail atualizado é: **:email**',
'email_change_new_strong' => 'O novo endereço de e-mail é: **:email**',
'email_change_instructions' => 'Você não pode usar o Firefly III até confirmar esta alteração. Siga o link abaixo para fazer isso.',
'email_change_undo_link' => 'Para desfazer a alteração, abra este link:',
// OAuth token created
'oauth_created_subject' => 'Um novo cliente OAuth foi criado',
'oauth_created_body' => 'Alguém (esperamos que você) acabou de criar um Cliente OAuth na API do Firefly III para sua conta de usuário. Está nomeado como ":name" e a URL de retorno é `:url`.',
'oauth_created_explanation' => 'Com esta chave, o cliente pode acessar **TODOS** os seus registros financeiros através da API do Firefly III.',
'oauth_created_explanation' => 'Este chave de cliente permite acessar **TODOS** os seus registros financeiros através da API do Firefly III.',
'oauth_created_undo' => 'Se não foi você, revogue o acesso desta chave o mais rápido possível, em `:url`',
// reset password
'reset_pw_subject' => 'Seu pedido de redefinição de senha',
'reset_pw_instructions' => 'Alguém tentou redefinir sua senha. Se foi você, por favor, abra o link abaixo para fazê-lo.',
'reset_pw_warning' => '**POR FAVOR**, confirme que o link realmente direciona para o Firefly III que você espera que vá!',
'reset_pw_warning' => '**POR FAVOR**, confirme que o link realmente direciona você para o Firefly III que você espera!',
// error
'error_subject' => 'Ocorreu um erro no Firefly III',
@@ -137,11 +137,11 @@ return [
'error_timestamp' => 'O erro aconteceu em/às: :time.',
'error_location' => 'Esse erro ocorreu no arquivo "<span style="font-family: monospace;">:file</span>", na linha :line com o código :code.',
'error_user' => 'O erro foi encontrado pelo usuário #:id, <a href="mailto::email">:email</a>.',
'error_no_user' => 'Não houve nenhum usuário conectado para esse erro ou nenhum usuário foi detectado.',
'error_no_user' => 'Não havia nenhum usuário conectado para esse erro ou nenhum usuário foi detectado.',
'error_ip' => 'O endereço de IP relacionado a este erro é: :ip',
'error_url' => 'URL é: :url',
'error_user_agent' => 'Agente de usuário: :userAgent',
'error_stacktrace' => 'O caminho completo do erro está abaixo. Se você acha que isso é um bug no Firefly III, você pode encaminhar essa mensagem para <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii. rg</a>. Isso pode ajudar a corrigir o erro que você acabou de encontrar.',
'error_stacktrace' => 'O rasteramento completo do erro está abaixo. Se você acha que isso é um bug no Firefly III, você pode encaminhar essa mensagem para <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. Isso pode ajudar a corrigir o erro que você acabou de encontrar.',
'error_github_html' => 'Se você preferir, também pode abrir uma nova issue no <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'Se preferir, você também pode abrir uma nova issue em https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'O rastreamento completo está abaixo:',
@@ -161,16 +161,16 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III criou uma nova transação.|Firefly III criou :count novas transações',
'new_journals_header' => 'Firefly III criou uma transação para você. Você pode encontrá-la em sua instalação do Firefly III:|Firefly III criou :count transações para você. Você pode encontrá-los em sua instalação do Firefly II:',
'new_journals_header' => 'Firefly III criou uma transação para você. Você pode encontrá-la em sua instância do Firefly III:|Firefly III criou :count transações para você. Você pode encontrá-los em sua instância do Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Sua fatura ":name" está atrasada em :diff dias',
'bill_warning_subject_end_date' => 'Sua fatura ":name" vencerá em :diff dias',
'bill_warning_subject_now_end_date' => 'Sua fatura ":name" vence HOJE',
'bill_warning_subject_extension_date' => 'Sua fatura ":name" deve ser estendida ou cancelada em :diff dias',
'bill_warning_subject_now_extension_date' => 'Sua fatura ":name" deverá ser prorrogada ou cancelada HOJE',
'bill_warning_end_date' => 'Sua fatura **":name"** terminará em :date. Este momento acontecerá em cerca de **:diff dias **.',
'bill_warning_end_date' => 'Sua fatura **":name"** vai vencer em :date. Este momento acontecerá em cerca de **:diff dias**.',
'bill_warning_extension_date' => 'Sua fatura **":name"** deverá ser prorrogada ou cancelada em :date. Este momento acontecerá em cerca de **:diff dias**.',
'bill_warning_end_date_zero' => 'Sua fatura **":name"** termina em :date. Este momento acontecerá **HOJE!**',
'bill_warning_end_date_zero' => 'Sua fatura **":name"** vai vencer em :date. Este momento acontecerá **HOJE!**',
'bill_warning_extension_date_zero' => 'Sua fatura **":name"** deverá ser prorrogada ou cancelada em :date. Este momento acontecerá **HOJE!**',
'bill_warning_please_action' => 'Por favor, tome a medida apropriada.',

View File

@@ -37,12 +37,12 @@ declare(strict_types=1);
return [
'404_header' => 'Firefly III não conseguiu encontrar esta página.',
'404_page_does_not_exist' => 'A página que você solicitou não existe. Por favor, verifique se você não digitou o endereço errado. Talvez você tenha cometido um erro de digitação?',
'404_send_error' => 'Se você foi redirecionado para esta página, por favor aceite minhas desculpas. Há uma referência para este erro nos seus arquivos de registo e ficarei agradecido se você me enviar o erro.',
'404_send_error' => 'Se você foi redirecionado para esta página automaticamente, por favor aceite minhas desculpas. Há uma referência para este erro nos seus arquivos de registro e ficarei agradecido se você me enviar o erro.',
'404_github_link' => 'Se você tem certeza que esta página deveria existir, abra um ticket no <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Ops',
'fatal_error' => 'Houve um erro fatal. Por favor, verifique os arquivos de log em "storage/logs" ou use "docker logs -f [container]" para ver o que está acontecendo.',
'maintenance_mode' => 'Firefly III está em modo de manutenção.',
'be_right_back' => 'Volto já!',
'be_right_back' => 'Volta logo!',
'check_back' => 'Firefly III está fora do ar devido a manutenção necessária. Acesse novamente em alguns instantes.',
'error_occurred' => 'Ops! Aconteceu um erro.',
'db_error_occurred' => 'Ops! Ocorreu um erro no banco de dados.',
@@ -64,7 +64,7 @@ return [
*/
'collect_info' => 'Por favor recupere mais informações no diretório <code>storage/logs</code> onde você encontrará os arquivos de log. Se você estiver executando o Docker, use <code>docker logs -f [container]</code>.',
'collect_info' => 'Por favor, colete mais informações no diretório <code>storage/logs</code>, onde você encontrará os arquivos de log. Se você estiver executando o Docker, use <code>docker logs -f [container]</code>.',
'collect_info_more' => 'Você pode ler mais sobre a coleta de informações de erro em <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">Perguntas Frequentes</a>.',
'github_help' => 'Obtenha ajuda no GitHub',
'github_instructions' => 'Você é mais do que bem-vindo para abrir uma nova issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">no GitHub</a>.</strong>.',

View File

@@ -255,7 +255,7 @@ return [
'create_new_webhook' => 'Criar novo webhook',
'webhooks_create_breadcrumb' => 'Criar novo webhook',
'webhook_trigger_form_help' => 'Indica em que evento o webhook será acionado',
'webhook_response_form_help' => 'Indica que o webhook deve enviar para a URL.',
'webhook_response_form_help' => 'Indica o que o webhook deve enviar para a URL.',
'webhook_delivery_form_help' => 'Em que formato o webhook deverá entregar os dados.',
'webhook_active_form_help' => 'O webhook deverá estar ativo ou não será chamado.',
'stored_new_webhook' => 'Novo webhook armazenado: ":title"',
@@ -305,8 +305,8 @@ return [
// check for updates:
'update_check_title' => 'Verificar Atualizações',
'admin_update_check_title' => 'Verificar atualização automaticamente',
'admin_update_check_explain' => 'O Firefly lll pode checar por atualizações automaticamente. Quando você ativar essa configuração, o servidor de atualização do Firefly lll será contatado para ver se uma nova versão está disponível. Quando estiver, você receberá uma notificação. Você pode testar essa notificação utilizando o botão à direita. Por favor, indique abaixo se você quer que o Firefly lll verifique por atualizações.',
'check_for_updates_permission' => 'O Firefly III pode verificar atualizações, mas precisa da sua permissão para fazê-lo. Acesse o <a href=":link">administração</a> para indicar se você gostaria que esse recurso fosse ativado.',
'admin_update_check_explain' => 'O Firefly lll pode checar por atualizações automaticamente. Quando você ativa essa configuração, o servidor de atualização do Firefly lll será contatado para ver se uma nova versão está disponível. Quando estiver, você receberá uma notificação. Você pode testar essa notificação utilizando o botão à direita. Por favor, indique abaixo se você quer que o Firefly lll verifique por atualizações.',
'check_for_updates_permission' => 'O Firefly III pode verificar atualizações, mas precisa da sua permissão para fazê-lo. Acesse a <a href=":link">administração</a> para indicar se você gostaria que esse recurso fosse ativado.',
'updates_ask_me_later' => 'Pergunte-me depois',
'updates_do_not_check' => 'Não verifique se há atualizações',
'updates_enable_check' => 'Habilitar a verificação de atualizações',
@@ -1395,7 +1395,7 @@ return [
'pref_notification_new_access_token' => 'Alerta quando um novo token de acesso à API é criado',
'pref_notification_transaction_creation' => 'Alerta quando uma transação é criada automaticamente',
'pref_notification_user_login' => 'Alertar quando você logar de uma nova localidade',
'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)',
'pref_notification_rule_action_failures' => 'Alertar quando as ações de regras falharem ao executar (somente Slack ou Discord)',
'pref_notifications' => 'Notificações',
'pref_notifications_help' => 'Indique se estas são notificações que você gostaria de receber. Algumas notificações podem conter informações financeiras sensíveis.',
'slack_webhook_url' => 'URL de Webhook do Slack',
@@ -1625,8 +1625,8 @@ return [
'create_new_revenue' => 'Criar nova conta de receita',
'create_new_piggy_bank' => 'Criar novo cofrinho',
'create_new_bill' => 'Criar nova fatura',
'create_new_subscription' => 'Create new subscription',
'create_new_rule' => 'Create new rule',
'create_new_subscription' => 'Criar nova assinatura',
'create_new_rule' => 'Criar nova regra',
// currencies:
'create_currency' => 'Criar uma nova moeda',
@@ -1731,10 +1731,10 @@ return [
'remove_budgeted_amount' => 'Remover montante orçado em :currency',
// bills:
'subscription' => 'Subscription',
'subscription' => 'Assinatura',
'not_expected_period' => 'Não esperado este período',
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
'subscriptions_in_group' => 'Assinaturas no grupo "%{title}"',
'subscr_expected_x_times' => 'Espera-se pagar %{amount} %{times} vezes neste período',
'not_or_not_yet' => 'Não (ainda)',
'visit_bill' => 'Visite a fatura ":name" no Firefly III',
'match_between_amounts' => 'Fatura corresponde a transações entre :low e :high.',
@@ -1771,7 +1771,7 @@ return [
'bill_edit_rules' => 'O Firefly III tentará editar a regra relacionada a esta fatura também. Se você editou essa regra, o Firefly III não vai mudar nada. |Firefly III tentará editar :count regras relacionadas a esta fatura também. Se você editou essas regras, no entanto, o Firefly III não vai mudar nada.',
'bill_expected_date' => 'Esperado :date',
'bill_expected_date_js' => 'Esperado {date}',
'expected_amount' => '(Expected) amount',
'expected_amount' => 'Valor (esperado)',
'bill_paid_on' => 'Pago em {date}',
'bill_repeats_weekly' => 'Repete semanalmente',
'bill_repeats_monthly' => 'Repete mensalmente',
@@ -1789,7 +1789,7 @@ return [
'bill_repeats_half-year_skip' => 'Repete a cada {skip} semestres',
'bill_repeats_yearly_skip' => 'Repete a cada {skip} anos',
'subscriptions' => 'Assinaturas',
'go_to_subscriptions' => 'Go to your subscriptions',
'go_to_subscriptions' => 'Vá para suas assinaturas',
'forever' => 'Para sempre',
'extension_date_is' => 'Data da extensão é {date}',
@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Conta de Despesa',
'Revenue account' => 'Conta de Receita',
'Initial balance account' => 'Saldo inicial da conta',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Dívida',
'account_type_Loan' => 'Empréstimo',
'account_type_Mortgage' => 'Hipoteca',
@@ -2376,7 +2379,7 @@ return [
'created_tag' => 'Tag ":tag" foi criada!',
'transaction_journal_information' => 'Informação da transação',
'transaction_journal_amount' => 'Amount information',
'transaction_journal_amount' => 'Informação da quantidade',
'transaction_journal_meta' => 'Meta-informação',
'transaction_journal_more' => 'Mais informações',
'basic_journal_information' => 'Informações básicas de transação',
@@ -2414,7 +2417,7 @@ return [
'instance_configuration' => 'Configuração',
'firefly_instance_configuration' => 'Opções de configuração para Firefly III',
'setting_single_user_mode' => 'Modo de usuário único',
'setting_single_user_mode_explain' => 'Por padrão, o Firefly III aceita apenas um (1) usuário registrado: você. Esta é uma medida de segurança para impedir que outros usem sua instalação a menos que você os permita. Os registrors futuros estão bloqueados. Quando você desmarca esta opção, outros podem usar sua instalação se puderem alcançá-la (quando ela está conectada à Internet).',
'setting_single_user_mode_explain' => 'Por padrão, o Firefly III aceita apenas um (1) usuário registrado: você. Esta é uma medida de segurança para impedir que outros usem sua instância a menos que você os permita. Os registros futuros estão bloqueados. Quando você desmarca esta opção, outros podem usar sua instância se puderem acessá-la (quando ela está conectada à Internet).',
'store_configuration' => 'Salvar configuração',
'single_user_administration' => 'Administração de usuários para :email',
'edit_user' => 'Editar usuário :email',
@@ -2429,7 +2432,7 @@ return [
'configuration_updated' => 'A configuração foi atualizada',
'setting_is_demo_site' => 'Site demo',
'setting_is_demo_site_explain' => 'Se você marcar esta caixa, esta instalação se comportará como se fosse o site de demonstração, o que pode ter efeitos colaterais estranhos.',
'block_code_bounced' => 'Mensagem(s) de email ressaltada',
'block_code_bounced' => 'Mensagem(s) de email devolvidas',
'block_code_expired' => 'Conta de demonstração expirada',
'no_block_code' => 'Nenhuma razão para o bloqueio ou o usuário não está bloqueado',
'block_code_email_changed' => 'O usuário ainda não confirmou o novo endereço de e-mail',
@@ -2467,20 +2470,20 @@ return [
// links
'journal_link_configuration' => 'Configuração de ligação de transações',
'create_new_link_type' => 'Crie um novo tipo de ligação',
'store_new_link_type' => 'Armazene novo tipo de ligação',
'update_link_type' => 'Atualize o tipo de ligação',
'journal_link_configuration' => 'Configuração de vínculos de transações',
'create_new_link_type' => 'Crie um novo tipo de vínculo',
'store_new_link_type' => 'Armazene novo tipo de vínculo',
'update_link_type' => 'Atualize o tipo de vínculo',
'edit_link_type' => 'Excluir tipo de liagação ":name"',
'updated_link_type' => 'Tipo de ligação ":name" atualizado',
'delete_link_type' => 'Excluir tipo de ligação ":name"',
'deleted_link_type' => 'Tipo de ligação ":name" excluída',
'stored_new_link_type' => 'Armazene novo tipo de ligação ":name"',
'cannot_edit_link_type' => 'Não é possível editar o tipo de ligação ":name"',
'updated_link_type' => 'Tipo de vínculo ":name" atualizado',
'delete_link_type' => 'Excluir tipo de vínculo ":name"',
'deleted_link_type' => 'Tipo de vínculo ":name" excluído',
'stored_new_link_type' => 'Armazene novo tipo de vínculo ":name"',
'cannot_edit_link_type' => 'Não é possível editar o tipo de vínculo ":name"',
'link_type_help_name' => 'Ou seja. "Duplicatas"',
'link_type_help_inward' => 'Ou seja. "duplicatas"',
'link_type_help_outward' => 'Ou seja. "é duplicado por"',
'save_connections_by_moving' => 'Salve a ligação entre essas transações movendo-as para outro tipo de ligação:',
'save_connections_by_moving' => 'Salve o vínculo entre essas transações movendo-as para outro tipo de vínculo:',
'do_not_save_connection' => '(não salve a conexão)',
'link_transaction' => 'Ligar transação',
'link_to_other_transaction' => 'Ligue esta transação a outra transação',
@@ -2491,23 +2494,23 @@ return [
'link_notes' => 'Quaisquer notas que você deseja armazenar com o link.',
'invalid_link_selection' => 'Não é possível ligar essas transações',
'selected_transaction' => 'Transação selecionada',
'journals_linked' => 'As transações estão ligadas.',
'journals_error_linked' => 'Essas transações já estão ligadas.',
'journals_linked' => 'As transações estão vinculadas.',
'journals_error_linked' => 'Essas transações já estão vinculadas.',
'journals_link_to_self' => 'Você não pode vincular uma transação a ela mesma',
'journal_links' => 'Transações ligadas',
'journal_links' => 'Transações vinculadas',
'this_withdrawal' => 'Esta saída',
'this_deposit' => 'Esta entrada',
'this_transfer' => 'Esta transferência',
'overview_for_link' => 'Visão geral para o tipo de ligação ":name"',
'overview_for_link' => 'Visão geral para o tipo de vínculo ":name"',
'source_transaction' => 'Transação de origem',
'link_description' => 'Descrição da ligação',
'link_description' => 'Descrição do vínculo',
'destination_transaction' => 'Transação de destino',
'delete_journal_link' => 'Excluir a ligação entre <a href=":source_link">:source</a> e <a href=":destination_link">:destination</a>',
'deleted_link' => 'Excluir ligação',
'delete_journal_link' => 'Excluir o vínculo entre <a href=":source_link">:source</a> e <a href=":destination_link">:destination</a>',
'deleted_link' => 'Excluir vínculo',
// link translations:
'Paid_name' => 'Pago',
'Refund_name' => 'Reembolso',
'Refund_name' => 'Devolução',
'Reimbursement_name' => 'Reembolso',
'Related_name' => 'Relacionado',
'relates to_inward' => 'relacionado a',
@@ -2517,14 +2520,14 @@ return [
'inward_transaction' => 'Transação interna',
'outward_transaction' => 'Transação externa',
'relates to_outward' => 'relacionado a',
'(partially) refunds_outward' => 'reembolsos (parcialmente)',
'(partially) refunds_outward' => 'devolve (parcialmente)',
'(partially) pays for_outward' => 'paga (parcialmente) por',
'(partially) reimburses_outward' => 'reembolsos (parcialmente)',
'is (partially) refunded by' => 'foi (parcialmente) reembolsado por',
'(partially) reimburses_outward' => 'reembolsa (parcialmente)',
'is (partially) refunded by' => 'foi (parcialmente) devolvido por',
'is (partially) paid for by' => 'foi (parcialmente) pago por',
'is (partially) reimbursed by' => 'foi (parcialmente) reembolsado por',
'relates to' => 'relacionado a',
'(partially) refunds' => '(parcialmente) reembolsa',
'(partially) refunds' => '(parcialmente) devolve',
'(partially) pays for' => '(parcialmente) pago por',
'(partially) reimburses' => '(parcialmente) reembolsa',
@@ -2539,7 +2542,7 @@ return [
'create_another' => 'Depois de armazenar, retorne aqui para criar outro.',
'after_update_create_another' => 'Depois de atualizar, retorne aqui para continuar editando.',
'store_as_new' => 'Armazene como uma nova transação em vez de atualizar.',
'reset_after' => 'Resetar o formulário após o envio',
'reset_after' => 'Limpar o formulário após o envio',
'errors_submission' => 'Há algo de errado com o seu envio. Por favor, verifique os erros abaixo.',
'transaction_expand_split' => 'Exibir divisão',
'transaction_collapse_split' => 'Esconder divisão',

View File

@@ -52,7 +52,7 @@ return [
'repeat_freq' => 'Repetições',
'object_group' => 'Grupo',
'location' => 'Localização',
'update_channel' => 'Atualizar canal',
'update_channel' => 'Canal de atualização',
'currency_id' => 'Moeda',
'transaction_currency_id' => 'Moeda',
'auto_budget_currency_id' => 'Moeda',
@@ -70,7 +70,7 @@ return [
'currency' => 'Moeda',
'account_id' => 'Conta de ativo',
'budget_id' => 'Orçamento',
'bill_id' => 'Conta',
'bill_id' => 'Fatura',
'opening_balance' => 'Saldo inicial',
'tagMode' => 'Modo de tag',
'virtual_balance' => 'Saldo virtual',
@@ -160,7 +160,7 @@ return [
'delete_attachment' => 'Apagar anexo ":name"',
'delete_rule' => 'Excluir regra ":title"',
'delete_rule_group' => 'Exclua o grupo de regras ":title"',
'delete_link_type' => 'Excluir tipo de link ":name"',
'delete_link_type' => 'Excluir tipo de vínculo ":name"',
'delete_user' => 'Excluir o usuário ":email"',
'delete_recurring' => 'Apagar transação recorrente ":title"',
'user_areYouSure' => 'Se você excluir o usuário ":email", tudo desaparecerá. Não será possível desfazer a ação. Se excluir você mesmo, você perderá acesso total a essa instância do Firefly III.',
@@ -172,7 +172,7 @@ return [
'object_group_areYouSure' => 'Você tem certeza que deseja excluir a regra intitulada ":title"?',
'ruleGroup_areYouSure' => 'Tem certeza que deseja excluir o grupo de regras intitulado ":title"?',
'budget_areYouSure' => 'Tem certeza que deseja excluir o orçamento chamado ":name"?',
'webhook_areYouSure' => 'Você tem certeza que quer excluir o webhook chamado ":title"?',
'webhook_areYouSure' => 'Você tem certeza que quer excluir o webhook ":title"?',
'category_areYouSure' => 'Tem certeza que deseja excluir a categoria com o nome ":name"?',
'recurring_areYouSure' => 'Tem certeza que deseja excluir o grupo de regras intitulado ":title"?',
'currency_areYouSure' => 'Tem certeza que deseja excluir a moeda chamada ":name"?',
@@ -193,7 +193,7 @@ return [
'tag_areYouSure' => 'Você tem certeza que quer apagar a tag ":tag"?',
'journal_link_areYouSure' => 'Tem certeza que deseja excluir a ligação entre <a href=":source_link">:source</a> e <a href=":destination_link">:destination</a>?',
'journal_link_areYouSure' => 'Tem certeza que deseja excluir o vínculo entre <a href=":source_link">:source</a> e <a href=":destination_link">:destination</a>?',
'linkType_areYouSure' => 'Tem certeza que deseja excluir o tipo de link ":name" (":inward" / ":outward")?',
'permDeleteWarning' => 'Exclusão de dados do Firefly III são permanentes e não podem ser desfeitos.',
'mass_make_selection' => 'Você ainda pode evitar que itens sejam excluídos, removendo a caixa de seleção.',
@@ -201,7 +201,7 @@ return [
'update_all_journals' => 'Atualizar essas transações',
'also_delete_transactions' => 'A única transação ligada a essa conta será excluída também.|Todas as :count transações ligadas a esta conta serão excluídas também.',
'also_delete_transactions_js' => 'Sem transações|A única transação conectada a esta conta também será excluída.|Todas as {count} transações conectadas a essa conta também serão excluídas.',
'also_delete_connections' => 'A única transação relacionada com este tipo de link vai perder a conexão. | Todas as transações de :count ligadas com este tipo de link vão perder sua conexão.',
'also_delete_connections' => 'A única transação relacionada com este tipo de link vai perder a conexão. | Todas as transações de :count ligadas com este tipo de vínculo vão perder sua conexão.',
'also_delete_rules' => 'A única regra que ligado a este grupo de regras será excluída também.|Todos as :count regras ligadas a este grupo de regras serão excluídas também.',
'also_delete_piggyBanks' => 'O único cofrinho conectado a essa conta será excluído também.|Todos os :count cofrinhos conectados a esta conta serão excluídos também.',
'also_delete_piggyBanks_js' => 'Sem cofrinhos|O único cofrinho conectado a esta conta também será excluído.|Todos os {count} cofrinhos conectados a esta conta também serão excluídos.',
@@ -218,10 +218,10 @@ return [
'password' => 'Senha',
'password_confirmation' => 'Senha(Confirmar)',
'blocked' => 'Está bloqueado?',
'blocked_code' => 'Razão para ser reportado',
'blocked_code' => 'Razão para o bloqueio',
'login_name' => 'Login',
'is_owner' => 'É administrador(a)?',
'url' => 'link',
'url' => 'URL',
'bill_end_date' => 'Data final',
// import
@@ -242,7 +242,7 @@ return [
'csv_semicolon' => 'Um ponto e vírgula (;)',
'csv_tab' => 'Um Tab (invisível)',
'csv_delimiter' => 'Delimitador de campo CSV',
'client_id' => 'Id do Cliente',
'client_id' => 'Client ID',
'app_id' => 'App ID',
'secret' => 'Segredo',
'public_key' => 'Chave pública',

View File

@@ -36,12 +36,12 @@ declare(strict_types=1);
return [
// index
'index_intro' => 'Bem-vindo à página de inicial do Firefly III. Por favor, aproveite esta introdução para verificar como funciona o Firefly III.',
'index_intro' => 'Bem-vindo(a) à página inicial do Firefly III. Aproveite e acompanhe esta introdução para ter uma ideia de como funciona.',
'index_accounts-chart' => 'Este gráfico mostra o saldo atual de suas contas de ativos. Você pode selecionar as contas visíveis aqui nas suas preferências.',
'index_box_out_holder' => 'Esta pequena caixa e as caixas próximas a esta lhe darão uma rápida visão geral de sua situação financeira.',
'index_help' => 'Se você precisar de ajuda com uma página ou um formulário, pressione este botão.',
'index_outro' => 'A maioria das páginas do Firefly III começará com uma pequena turnê como esta. Entre em contato comigo quando tiver dúvidas ou comentários. Vamos lá!',
'index_sidebar-toggle' => 'Para criar novas transações, contas ou outras coisas, use o menu abaixo deste ícone.',
'index_outro' => 'A maioria das páginas do Firefly III começará com uma pequena turnê como esta. Entre em contato comigo quando tiver dúvidas ou comentários. Aproveite!',
'index_sidebar-toggle' => 'Para criar novas transações, contas ou outras coisas, use o menu dentro deste ícone.',
'index_cash_account' => 'Estas são as contas criadas até agora. Você pode usar a conta de caixa para rastrear as despesas de caixa, mas não é obrigatório, claro.',
// transactions
@@ -52,7 +52,7 @@ return [
// create account:
'accounts_create_iban' => 'Dê a suas contas um IBAN válido. Isso poderá tornar a importação de dados muito fácil no futuro.',
'accounts_create_asset_opening_balance' => 'As contas de bens podem ter um "saldo de abertura", indicando o início do histórico desta conta no Firefly III.',
'accounts_create_asset_opening_balance' => 'As contas de ativos podem ter um "saldo de abertura", indicando o início do histórico desta conta no Firefly III.',
'accounts_create_asset_currency' => 'Firefly III suporta múltiplas moedas. As contas de ativos têm uma moeda principal, que você deve definir aqui.',
'accounts_create_asset_virtual' => 'Às vezes, ajuda a dar à sua conta um saldo virtual: um valor extra sempre adicionado ou removido do saldo real.',
@@ -63,7 +63,7 @@ return [
'budgets_index_navigate_periods' => 'Navegue por períodos para definir os orçamentos facilmente antes do tempo.',
'budgets_index_new_budget' => 'Crie novos orçamentos conforme for entendendo o programa.',
'budgets_index_list_of_budgets' => 'Use esta tabela para definir os montantes para cada orçamento e veja como você está fazendo.',
'budgets_index_outro' => 'Para saber mais sobre orçamentação, clique no ícone de ajuda no canto superior direito.',
'budgets_index_outro' => 'Para saber mais sobre criar orçamentos, clique no ícone de ajuda no canto superior direito.',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@@ -93,9 +93,9 @@ return [
'reports_report_category_pieCharts' => 'Esses gráficos fornecerão informações sobre despesas e receitas por categoria ou por conta.',
'reports_report_category_incomeAndExpensesChart' => 'Este gráfico mostra suas despesas e receitas por categoria.',
'reports_report_tag_intro' => 'Este relatório lhe dará uma visão de um ou vários indexadores.',
'reports_report_tag_pieCharts' => 'Esses gráficos fornecerão informações sobre despesas e receitas por indexador, conta, categoria ou orçamento.',
'reports_report_tag_incomeAndExpensesChart' => 'Este gráfico mostra suas despesas e receita por indexador.',
'reports_report_tag_intro' => 'Este relatório lhe dará uma visão de uma ou várias tags.',
'reports_report_tag_pieCharts' => 'Esses gráficos fornecerão informações sobre despesas e receitas por tag, conta, categoria ou orçamento.',
'reports_report_tag_incomeAndExpensesChart' => 'Este gráfico mostra suas despesas e receita por tag.',
'reports_report_budget_intro' => 'Este relatório lhe dará uma visão em um ou vários orçamentos.',
'reports_report_budget_pieCharts' => 'Esses gráficos fornecerão informações sobre despesas por orçamento ou por conta.',
@@ -107,12 +107,12 @@ return [
'transactions_create_withdrawal_ffInput_budget' => 'Vincule sua retirada a um orçamento para um melhor controle financeiro.',
'transactions_create_withdrawal_currency_dropdown_amount' => 'Use este menu quando seu depósito estiver em outra moeda.',
'transactions_create_deposit_currency_dropdown_amount' => 'Use este menu suspenso quando seu depósito estiver em outra moeda.',
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Selecione um banco e vincule essa transferência às suas economias.',
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Selecione um cofrinho e vincule essa transferência às suas economias.',
// piggy banks index:
'piggy-banks_index_saved' => 'Este campo mostra o quanto você salvou em cada banco.',
'piggy-banks_index_button' => 'Ao lado desta barra de progresso estão dois botões (+ e -) para adicionar ou remover dinheiro de cada banco.',
'piggy-banks_index_accountStatus' => 'Para cada conta de ativos com pelo menos um banco, o status está listado nesta tabela.',
'piggy-banks_index_saved' => 'Este campo mostra o quanto você salvou em cada cofrinho.',
'piggy-banks_index_button' => 'Ao lado desta barra de progresso estão dois botões (+ e -) para adicionar ou remover dinheiro de cada cofrinho.',
'piggy-banks_index_accountStatus' => 'Para cada conta de ativos com pelo menos um cofrinho, o status está listado nesta tabela.',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@@ -128,30 +128,30 @@ return [
// create piggy
'piggy-banks_create_name' => 'Qual é o teu objetivo? Um novo sofá, uma câmera, dinheiro para emergências?',
'piggy-banks_create_date' => 'Você pode definir uma data-alvo ou um prazo para seu banco.',
'piggy-banks_create_date' => 'Você pode definir uma data-alvo ou um prazo para seu cofrinho.',
// show piggy
'piggy-banks_show_piggyChart' => 'Este gráfico mostrará o histórico desse banco.',
'piggy-banks_show_piggyDetails' => 'Alguns detalhes sobre o seu banco',
'piggy-banks_show_piggyChart' => 'Este gráfico mostrará o histórico desse cofrinho.',
'piggy-banks_show_piggyDetails' => 'Alguns detalhes sobre o seu cofrinho',
'piggy-banks_show_piggyEvents' => 'Todas as adições ou remoções também estão listadas aqui.',
// bill index
'bills_index_rules' => 'Aqui você visualiza quais regras se aplicam a esta conta',
'bills_index_paid_in_period' => 'Este campo indica quando a conta foi paga pela última vez.',
'bills_index_paid_in_period' => 'Este campo indica quando a fatura foi paga pela última vez.',
'bills_index_expected_in_period' => 'Este campo indica, para cada conta, se e quando a próxima fatura é esperada para cair em conta.',
// show bill
'bills_show_billInfo' => 'Esta tabela mostra algumas informações gerais sobre esta conta.',
'bills_show_billButtons' => 'Use este botão para verificar novamente transações antigas, então elas serão vinculadas a esta conta.',
'bills_show_billChart' => 'Este gráfico mostra as transações vinculadas a esta conta.',
'bills_show_billInfo' => 'Esta tabela mostra algumas informações gerais sobre esta fatura.',
'bills_show_billButtons' => 'Use este botão para verificar novamente transações antigas, então elas serão vinculadas a esta fatura.',
'bills_show_billChart' => 'Este gráfico mostra as transações vinculadas a esta fatura.',
// create bill
'bills_create_intro' => 'Use contas para acompanhar a quantidade de dinheiro devido por período. Pense em gastos como aluguel, seguro ou pagamentos de hipoteca.',
'bills_create_intro' => 'Use faturas para acompanhar a quantidade de dinheiro devido por período. Pense em gastos como aluguel, seguro ou pagamentos de hipoteca.',
'bills_create_name' => 'Use um nome descritivo como "Aluguel" ou "Seguro de saúde".',
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
'bills_create_amount_min_holder' => 'Selecione um valor mínimo e máximo para esta conta.',
'bills_create_repeat_freq_holder' => 'A maioria das contas repetem mensalmente, mas você pode definir outra frequência aqui.',
'bills_create_skip_holder' => 'Se uma conta se repete a cada 2 semanas, o campo "pular" deve ser definido como "1" para a repetição quinzenal.',
'bills_create_amount_min_holder' => 'Selecione um valor mínimo e máximo para esta fatura.',
'bills_create_repeat_freq_holder' => 'A maioria das faturas repetem mensalmente, mas você pode definir outra frequência aqui.',
'bills_create_skip_holder' => 'Se uma fatura se repete a cada 2 semanas, o campo "pular" deve ser definido como "1" para a repetição quinzenal.',
// rules index
'rules_index_intro' => 'O Firefly III permite que você gerencie as regras, que serão automaticamente aplicadas a qualquer transação que você crie ou edite.',
@@ -159,12 +159,12 @@ return [
'rules_index_new_rule' => 'Crie quantas regras desejar.',
'rules_index_prio_buttons' => 'Você pode ordená-los da maneira que desejar.',
'rules_index_test_buttons' => 'Você pode testar suas regras ou aplicá-las em transações existentes.',
'rules_index_rule-triggers' => 'As regras têm "gatilhos/executores/disparadores" e "ações" que você pode encomendar apenas com funções de arrastar e soltar.',
'rules_index_rule-triggers' => 'As regras têm "gatilhos" e "ações" que você pode ordenar apenas com funções de arrastar e soltar.',
'rules_index_outro' => 'Certifique-se de verificar as páginas de ajuda usando o ícone (?) No canto superior direito!',
// create rule:
'rules_create_mandatory' => 'Escolha um título descritivo e configure quando a regra deve ser executada.',
'rules_create_ruletriggerholder' => 'Adicione tantos disparadores quanto quiser, mas lembre-se de que TODOS os gatilhos devem ter correspondência antes que qualquer ação seja executada.',
'rules_create_ruletriggerholder' => 'Adicione tantos gatilhos quanto quiser, mas lembre-se de que TODOS os gatilhos devem ter correspondência antes que qualquer ação seja executada.',
'rules_create_test_rule_triggers' => 'Use este botão para ver quais transações combinariam com sua regra.',
'rules_create_actions' => 'Defina todas ações que desejar realizar.',
@@ -189,7 +189,7 @@ return [
'currencies_index_buttons' => 'Use os botões para mudar a moeda padrão ou habilitar outras moedas.',
// create currency
'currencies_create_code' => 'Este código deve ser compatível com ISO (Google é para sua nova moeda).',
'currencies_create_code' => 'Este código deve ser compatível com a ISO (use o Google para achar o código da sua nova moeda).',
];
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -123,7 +123,7 @@ return [
'budget_count' => 'Número de orçamentos',
'rule_and_groups_count' => 'Número de regras e grupos de regras',
'tags_count' => 'Número de tags',
'tags' => 'Indexadores',
'tags' => 'Tags',
'inward' => 'Descrição interna',
'outward' => 'Descrição externa',
'number_of_transactions' => 'Número de transações',
@@ -131,10 +131,10 @@ return [
'sum' => 'Soma',
'sum_excluding_transfers' => 'Soma (excluindo transferências)',
'sum_withdrawals' => 'Soma de retiradas',
'sum_deposits' => 'Soma dos depósitos',
'sum_deposits' => 'Soma das entradas',
'sum_transfers' => 'Soma das transferências',
'sum_reconciliations' => 'Soma das reconciliações',
'reconcile' => 'Pago',
'reconcile' => 'Reconciliar',
'sepa_ct_id' => 'SEPA Identificador end-to-end',
'sepa_ct_op' => 'SEPA Identificador de Conta Destino',
'sepa_db' => 'SEPA Identificador Mandatário',
@@ -144,7 +144,7 @@ return [
'sepa_ci' => 'SEPA Identificador do Credor',
'sepa_batch_id' => 'ID de lote SEPA',
'external_id' => 'ID externo',
'account_at_bunq' => 'Loja com bunq',
'account_at_bunq' => 'Conta com bunq',
'file_name' => 'Nome do arquivo',
/*
@@ -159,7 +159,7 @@ return [
*/
'file_size' => 'Tamanho do Arquivo',
'file_size' => 'Tamanho do arquivo',
'file_type' => 'Tipo do arquivo',
'attached_to' => 'Anexado a',
'file_exists' => 'Arquivo já existe',

View File

@@ -24,49 +24,49 @@
declare(strict_types=1);
return [
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
'find_or_create_tag_failed' => 'Could not find or create tag ":tag"',
'tag_already_added' => 'Tag ":tag" is already linked to this transaction',
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
'journal_other_user' => 'This transaction doesn\'t belong to the user',
'no_such_journal' => 'This transaction doesn\'t exist',
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed',
'journal_not_found' => 'Firefly III can\'t find the requested transaction',
'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits',
'is_already_withdrawal' => 'This transaction is already a withdrawal',
'is_already_deposit' => 'This transaction is already a deposit',
'is_already_transfer' => 'This transaction is already a transfer',
'is_not_transfer' => 'This transaction is not a transfer',
'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III',
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
'new_notes_empty' => 'The notes to be set are empty',
'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal',
'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit',
'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer',
'already_has_source_asset' => 'This transaction already has ":name" as the source asset account',
'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account',
'already_has_destination' => 'This transaction already has ":name" as the destination account',
'already_has_source' => 'This transaction already has ":name" as the source account',
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
'no_tags_to_remove' => 'The transaction has no tags to remove',
'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"',
'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"',
'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account',
'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction',
'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction',
'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account',
'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account',
'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"',
'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken',
'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction',
'cannot_find_budget' => 'Firefly III can\'t find budget ":name"',
'cannot_find_category' => 'Firefly III can\'t find category ":name"',
'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"',
'main_message' => 'A ação ":action", presente na regra ":rule", não pode ser aplicada à transação #:group: :error',
'find_or_create_tag_failed' => 'Não foi possível encontrar ou criar a tag ":tag"',
'tag_already_added' => 'A tag ":tag" já está vinculada a esta transação',
'inspect_transaction' => 'Inspecionar transação ":title" no Firefly III',
'inspect_rule' => 'Inspecionar regra ":title" no Firefly III',
'journal_other_user' => 'Esta transação não pertence ao usuário',
'no_such_journal' => 'Esta transação não existe',
'journal_already_no_budget' => 'Esta transação não tem orçamento, então não pode ser removida',
'journal_already_no_category' => 'Esta transação não tem categoria, então não pode ser removida',
'journal_already_no_notes' => 'Esta transação não tem notas, então não pode ser removida',
'journal_not_found' => 'O Firefly III não pode encontrar a transação solicitada',
'split_group' => 'O Firefly III não pode executar esta ação em uma transação com múltiplas divisões',
'is_already_withdrawal' => 'Esta transação já é uma retirada',
'is_already_deposit' => 'Esta transação já é um depósito',
'is_already_transfer' => 'Esta transação já é uma transferência',
'is_not_transfer' => 'Esta transação não é uma transferência',
'complex_error' => 'Alguma coisa complicada deu errado. Desculpe por isso. Por favor, inspecione os logs do Firefly III',
'no_valid_opposing' => 'A conversão falhou porque não há uma conta válida chamada ":account"',
'new_notes_empty' => 'As notas a serem definidas estão vazias',
'unsupported_transaction_type_withdrawal' => 'O Firefly III não pode converter ":type" para uma retirada',
'unsupported_transaction_type_deposit' => 'O Firefly III não pode converter ":type" em um depósito',
'unsupported_transaction_type_transfer' => 'O Firefly III não pode converter ":type" em uma transferência',
'already_has_source_asset' => 'Esta transação já tem ":name" como conta de ativos origem',
'already_has_destination_asset' => 'Esta transação já tem ":name" como conta de ativos destino',
'already_has_destination' => 'Esta transação já tem ":name" como conta destino',
'already_has_source' => 'Esta transação já tem ":name" como conta origem',
'already_linked_to_subscription' => 'A transação já está vinculada à assinatura ":name"',
'already_linked_to_category' => 'A transação já está vinculada à categoria ":name"',
'already_linked_to_budget' => 'A transação já está vinculada ao orçamento ":name"',
'cannot_find_subscription' => 'O Firefly III não pode encontrar a assinatura ":name"',
'no_notes_to_move' => 'A transação não tem notas para mover para o campo descrição',
'no_tags_to_remove' => 'A transação não tem tags para remover',
'cannot_find_tag' => 'O Firefly III não pode encontrar a tag ":tag"',
'cannot_find_asset' => 'O Firefly III não pode encontrar a conta de ativos ":name"',
'cannot_find_accounts' => 'O Firefly III não pode encontrar a conta destino ou origem',
'cannot_find_source_transaction' => 'O Firefly III não pode encontrar a trasação origem',
'cannot_find_destination_transaction' => 'O Firefly III não pode encontrar a transação destino',
'cannot_find_source_transaction_account' => 'O Firefly III não pode encontrar a conta origem da transação',
'cannot_find_destination_transaction_account' => 'O Firefly III não pode encontrar a conta destino da transação',
'cannot_find_piggy' => 'O Firefly III não pode encontrar um cofrinho chamdo ":name"',
'no_link_piggy' => 'As contas da transação não estão vinculada ao cofrinho, então nenhuma ação será tomada',
'cannot_unlink_tag' => 'A tag ":tag" não está vinculada a esta transação',
'cannot_find_budget' => 'O Firefly III não pode encontrar o orçamento ":name"',
'cannot_find_category' => 'O Firefly III não pode encontrar a categoria ":name"',
'cannot_set_budget' => 'O Firefly III não pode definir o orçamento ":name" à transação de tipo ":type"',
];

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Todas as divisões devem ser do mesmo tipo.',
'invalid_transaction_type' => 'Tipo de transação inválido.',
'invalid_selection' => 'Sua seleção é inválida.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Precisa de ao menos uma transação.',
'recurring_transaction_id' => 'Precisa de ao menos uma transação.',
'need_id_to_match' => 'Você precisa enviar esta entrada com um ID para a API poder identificá-la.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Conta de despesas',
'Revenue account' => 'Conta de receitas',
'Initial balance account' => 'Conta de saldo inicial',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Dívida',
'account_type_Loan' => 'Empréstimo',
'account_type_Mortgage' => 'Hipoteca',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Todas as divisões devem ser do mesmo tipo.',
'invalid_transaction_type' => 'Tipo de transação inválido.',
'invalid_selection' => 'A sua seleção é invalida.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Necessita pelo menos de uma transação.',
'recurring_transaction_id' => 'Precisa de pelo menos uma transação.',
'need_id_to_match' => 'Precisa de enviar esta entrada com um ID para corresponder com a API.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Cont de cheltuieli',
'Revenue account' => 'Contul de venituri',
'Initial balance account' => 'Sold cont inițial',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Datorie',
'account_type_Loan' => 'Împrumut',
'account_type_Mortgage' => 'Credit ipotecar',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Toate împărțirile trebuie să fie de același tip.',
'invalid_transaction_type' => 'Tip tranzacție nevalidă.',
'invalid_selection' => 'Selecția dvs. este nevalidă.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Aveți nevoie de cel puțin o tranzacție.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Счета расходов',
'Revenue account' => 'Счета доходов',
'Initial balance account' => 'Начальный баланс для счёта',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Дебит',
'account_type_Loan' => 'Заём',
'account_type_Mortgage' => 'Ипотека',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Все части транзакции должны быть одного типа.',
'invalid_transaction_type' => 'Недопустимый тип транзакции.',
'invalid_selection' => 'Вы сделали неправильный выбор.',
'belongs_user' => 'Это значение связано с объектом, который не принадлежит вам.',
'belongs_user_or_user_group' => 'Это значение связано с объектом, который не принадлежит вашему текущему финансовому администрированию.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Необходима как минимум одна транзакция.',
'recurring_transaction_id' => 'Необходима минимум одна транзакция.',
'need_id_to_match' => 'Вы должны отправить эту запись с ID для того, чтобы API мог сопоставить её.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Výdavkový účet',
'Revenue account' => 'Príjmový účet',
'Initial balance account' => 'Účet počiatočného zostatku',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Dlh',
'account_type_Loan' => 'Pôžička',
'account_type_Mortgage' => 'Hypotéka',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Všetky rozdelenia musia mať zhodný typ.',
'invalid_transaction_type' => 'Neplatný typ transakcie.',
'invalid_selection' => 'Váš výber je neplatný.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Potrebujete aspoň jednu transakciu.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Račun stroškov',
'Revenue account' => 'Račun prihodkov',
'Initial balance account' => 'Začetno stanje',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Dolg',
'account_type_Loan' => 'Posojilo',
'account_type_Mortgage' => 'Hipoteka',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'All splits must be of the same type.',
'invalid_transaction_type' => 'Invalid transaction type.',
'invalid_selection' => 'Your selection is invalid.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Need at least one transaction.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2108,6 +2108,9 @@ return [
'Expense account' => 'Kostnadskonto',
'Revenue account' => 'Intäktskonton',
'Initial balance account' => 'Startbalans konto',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Skuld',
'account_type_Loan' => 'Lån',
'account_type_Mortgage' => 'Bolån',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'All delade transaktioner måste vara av samma typ.',
'invalid_transaction_type' => 'Ogiltig transaktionstyp.',
'invalid_selection' => 'Ditt val är ogiltigt.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Krävs minst en transaktion.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Expense account',
'Revenue account' => 'Revenue account',
'Initial balance account' => 'Initial balance account',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Debt',
'account_type_Loan' => 'Loan',
'account_type_Mortgage' => 'Mortgage',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'All splits must be of the same type.',
'invalid_transaction_type' => 'Invalid transaction type.',
'invalid_selection' => 'Your selection is invalid.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Need at least one transaction.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2108,6 +2108,9 @@ return [
'Expense account' => 'Gider hesabı',
'Revenue account' => 'Gelir hesabı',
'Initial balance account' => 'Başlangıç bakiye hesabı',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Debt',
'account_type_Loan' => 'Loan',
'account_type_Mortgage' => 'Mortgage',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Tüm bölümlemeler aynı türde olmalıdır.',
'invalid_transaction_type' => 'Geçersiz işlem türü.',
'invalid_selection' => 'Seçiminiz geçersiz.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'En az bir işlem gerekir.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Рахунок витрат',
'Revenue account' => 'Джерело доходів',
'Initial balance account' => 'Початковий баланс на рахунок',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Дебіт',
'account_type_Loan' => 'Позика',
'account_type_Mortgage' => 'Іпотека',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Всі розділи повинні мати однаковий тип.',
'invalid_transaction_type' => 'Некоректний тип транзакції.',
'invalid_selection' => 'Ваш вибір є неприпустимим.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Потрібна хоча б одна транзакція.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Tài khoản chi phí',
'Revenue account' => 'Tài khoản thu nhập',
'Initial balance account' => 'Tài khoản số dư ban đầu',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Món nợ',
'account_type_Loan' => 'Tiền vay',
'account_type_Mortgage' => 'Thế chấp',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Tất cả các phần tách phải cùng loại.',
'invalid_transaction_type' => 'Loại giao dịch không hợp lệ.',
'invalid_selection' => 'Lựa chọn của bạn không hợp lệ.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Cần ít nhất một giao dịch.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',

View File

@@ -42,14 +42,14 @@ return [
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'YYYY年M月D日',
'month_and_day_fns' => 'MMMM d, y',
'month_and_day_fns' => 'YYYY年M月D日',
'month_and_day_js' => 'YYYY年M月D日',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
'month_and_date_day_js' => 'YYYY年M月D日 dddd',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
'month_and_day_no_year_js' => 'M月D日',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@@ -65,23 +65,23 @@ return [
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'YYYY年M月D日 HH:mm:ss',
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
'date_time_fns' => 'YYYY年M月D日 HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'YYYY年M月D日',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] W, GGGG',
'week_in_year_fns' => "'周' wyyyy",
'week_in_year_js' => 'W周GGGG',
'week_in_year_fns' => "w'周'yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => '\QQ YYYY',
'half_year_js' => 'YYYY年 第Q季度',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'quarter_fns' => "YYYY年 第Q季度",
'half_year_fns' => "{half}小时,yyyy",
'dow_1' => '星期一',
'dow_2' => '星期二',
'dow_3' => '星期三',

File diff suppressed because it is too large Load Diff

View File

@@ -147,7 +147,7 @@ return [
'start_date' => '范围起始',
'end_date' => '范围结束',
'enddate' => '结束日期',
'move_rules_before_delete' => 'Rule group',
'move_rules_before_delete' => '规则组',
'start' => '范围起始',
'end' => '范围结束',
'delete_account' => '删除账户“:name”',

View File

@@ -24,49 +24,49 @@
declare(strict_types=1);
return [
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
'find_or_create_tag_failed' => 'Could not find or create tag ":tag"',
'tag_already_added' => 'Tag ":tag" is already linked to this transaction',
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
'journal_other_user' => 'This transaction doesn\'t belong to the user',
'no_such_journal' => 'This transaction doesn\'t exist',
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed',
'journal_not_found' => 'Firefly III can\'t find the requested transaction',
'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits',
'is_already_withdrawal' => 'This transaction is already a withdrawal',
'is_already_deposit' => 'This transaction is already a deposit',
'is_already_transfer' => 'This transaction is already a transfer',
'is_not_transfer' => 'This transaction is not a transfer',
'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III',
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
'new_notes_empty' => 'The notes to be set are empty',
'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal',
'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit',
'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer',
'already_has_source_asset' => 'This transaction already has ":name" as the source asset account',
'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account',
'already_has_destination' => 'This transaction already has ":name" as the destination account',
'already_has_source' => 'This transaction already has ":name" as the source account',
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
'no_tags_to_remove' => 'The transaction has no tags to remove',
'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"',
'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"',
'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account',
'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction',
'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction',
'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account',
'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account',
'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"',
'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken',
'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction',
'cannot_find_budget' => 'Firefly III can\'t find budget ":name"',
'cannot_find_category' => 'Firefly III can\'t find category ":name"',
'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"',
'main_message' => '操作“:action”存在于规则“:rule”无法应用于交易 #:group: :error',
'find_or_create_tag_failed' => '找不到或无法创建标签“:tag',
'tag_already_added' => '标签“:tag”已关联此交易',
'inspect_transaction' => '检查交易“:title @ Frefly III',
'inspect_rule' => '检查规则“:title @ Frefly III',
'journal_other_user' => '此交易不属于用户',
'no_such_journal' => '交易不存在',
'journal_already_no_budget' => '此交易没有预算,无法删除',
'journal_already_no_category' => '此交易没有分类,无法删除',
'journal_already_no_notes' => '此交易没有备注,无法删除',
'journal_not_found' => 'Firefly III 找不到请求的交易',
'split_group' => 'Firefly III 无法对具有多个拆分的交易执行此操作',
'is_already_withdrawal' => '此交易已经作为支出',
'is_already_deposit' => '此交易已经作为收入',
'is_already_transfer' => '此交易已经作为转账',
'is_not_transfer' => '此交易不是转账',
'complex_error' => '很抱歉,产生了一些复杂的错误,请检查Firefly III 的日志',
'no_valid_opposing' => '转换失败,没有名称为“:account”的有效账户',
'new_notes_empty' => '要设置的备注为空',
'unsupported_transaction_type_withdrawal' => 'Firefly III 无法将“:type”转换为支出',
'unsupported_transaction_type_deposit' => 'Firefly III 无法将“:type”转换为收入',
'unsupported_transaction_type_transfer' => 'Firefly III 无法将“:type”转换为转账',
'already_has_source_asset' => '此交易已经以“:name”作为来源资产账户',
'already_has_destination_asset' => '此交易已经以“:name”作为目标资产账户',
'already_has_destination' => '此交易已经以“:name”作为目标账户',
'already_has_source' => '此交易已经以“:name”作为来源账户',
'already_linked_to_subscription' => '此交易已关联订阅“:name',
'already_linked_to_category' => '此交易已关联分类“:name',
'already_linked_to_budget' => '此交易已关联预算“:name',
'cannot_find_subscription' => 'Firefly III 找不到订阅“:name',
'no_notes_to_move' => '此交易没有备注可移动到描述字段',
'no_tags_to_remove' => '此交易没有要删除的标签',
'cannot_find_tag' => 'Firefly III 找不到标签“:tag',
'cannot_find_asset' => 'Firefly III 找不到资产账户“:name',
'cannot_find_accounts' => 'Firefly III 找不到来源账户或目标账户',
'cannot_find_source_transaction' => 'Firefly III 找不到来源交易',
'cannot_find_destination_transaction' => 'Firefly III 找不到目标交易',
'cannot_find_source_transaction_account' => 'Firefly III 找不到来源交易账户',
'cannot_find_destination_transaction_account' => 'Firefly III 找不到目标交易账户',
'cannot_find_piggy' => 'Firefly III 找不到名为 ":name " 的存钱罐',
'no_link_piggy' => '此交易的账户没有关联至存钱罐,因此不会采取任何操作',
'cannot_unlink_tag' => '标签“:tag”没有关联此交易',
'cannot_find_budget' => 'Firefly III 找不到预算“:name',
'cannot_find_category' => 'Firefly III 找不到分类“:name',
'cannot_set_budget' => 'Firefly III 无法设置预算“:name”为类型“:type”的交易',
];

View File

@@ -59,13 +59,13 @@ return [
'transaction_types_equal' => '所有拆分的类型必须相同',
'invalid_transaction_type' => '无效的交易类型',
'invalid_selection' => '您的选择无效',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => '至少需要一笔交易',
'recurring_transaction_id' => '至少需要一笔交易。',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',
'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.',
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
'need_id_to_match' => '您需要提交一个含有ID的条目API才能匹配。',
'too_many_unmatched' => '已提交的多个交易无法与其各自的数据库条目相匹配。请确保现有条目具有有效的ID',
'id_does_not_match' => '提交的ID与预期的ID不符请确保匹配或省略该字段。',
'at_least_one_repetition' => '至少需要一次重复',
'require_repeat_until' => '仅需填写重复次数或结束日期 (repeat_until) 即可,不需两者全部填写',
'require_currency_info' => '此字段需要货币信息',
@@ -235,20 +235,20 @@ return [
// validation of accounts:
'withdrawal_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
'withdrawal_source_bad_data' => '[a] 搜索ID“:id”或名称“:name”时没有找到有效的来源账户。',
'withdrawal_dest_need_data' => '[a] 需要一个有效的目标账户ID和/或有效的目标账户名称才能继续。',
'withdrawal_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
'withdrawal_dest_iban_exists' => '此目标账户的 IBAN 已经用于资产账户或债务账户,无法用作支出目标。',
'deposit_src_iban_exists' => '此来源账户的 IBAN 已经用于资产账户或债务账户,无法用作收入来源。',
'reconciliation_source_bad_data' => '在搜索ID“:id”或名称“:name”时没有找到有效的对账帐户',
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
'generic_source_bad_data' => '[e] 搜索ID“:id”或名称“:name”时没有找到有效的来源账户。',
'deposit_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
'deposit_source_bad_data' => '[b] 搜索ID“:id”或名称“:name”时没有找到有效的来源账户。',
'deposit_dest_need_data' => '[b] 需要一个有效的目标账户ID和/或有效的目标账户名称才能继续。',
'deposit_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
'deposit_dest_wrong_type' => '提交的目标账户的类型不正确',
@@ -265,14 +265,14 @@ return [
'transfer_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
'transfer_source_bad_data' => '[c]搜索ID“:id”或名称“:name”时没有找到有效的来源账户。',
'transfer_dest_need_data' => '[c] 需要一个有效的目标账户ID和/或有效的目标账户名称才能继续。',
'transfer_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
'need_id_in_edit' => '每笔拆分必须有 transaction_journal_id (有效的 ID 或 0)。',
'ob_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'lc_source_need_data' => '需要获取一个有效的来源账户 ID 才能继续。',
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
'ob_dest_need_data' => '[d] 需要一个有效的目标账户ID和/或有效的目标账户名称才能继续。',
'ob_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
'reconciliation_either_account' => '要提交对账,您必须提交来源或目标帐户。不要都提交,也不要都不提交。',

View File

@@ -37,5 +37,5 @@ declare(strict_types=1);
return [
'failed' => '憑證與系統記錄不符。',
'throttle' => '登入嘗試太多,請 :seconds 秒後試。',
'throttle' => '登入失敗次數過多,請等待 :seconds 秒後試。',
];

View File

@@ -40,9 +40,9 @@ return [
'subscriptions' => '訂閱',
'transactions' => '交易',
'title_expenses' => '支出',
'title_withdrawal' => 'Expenses',
'title_revenue' => 'Revenue / income',
'title_deposit' => 'Revenue / income',
'title_withdrawal' => '支出',
'title_revenue' => '收入',
'title_deposit' => '收入',
'title_transfer' => '轉帳',
'title_transfers' => '轉帳',
'edit_currency' => '編輯貨幣 ":name"',
@@ -96,8 +96,8 @@ return [
'delete_object_group' => '刪除群組 ":title"',
'logout_others' => '登出其他 sessions',
'asset_accounts' => '資產帳戶',
'expense_accounts' => 'Expense accounts',
'revenue_accounts' => 'Revenue accounts',
'liabilities_accounts' => 'Liabilities',
'expense_accounts' => '支出帳戶',
'revenue_accounts' => '收入帳戶',
'liabilities_accounts' => '債務',
'placeholder' => '[Placeholder]',
];

View File

@@ -42,14 +42,14 @@ return [
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'YYYY 年 MMM D 日',
'month_and_day_fns' => 'MMMM d, y',
'month_and_day_fns' => 'YYYY年 M月 d日',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
'month_and_date_day_js' => 'YYYY年 M月 D日 dddd',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
'month_and_day_no_year_js' => 'M D',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@@ -65,14 +65,14 @@ return [
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
'date_time_fns' => 'YYYY年 M月 D日 dddd 於 HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] W, GGGG',
'week_in_year_fns' => "'Week' w, yyyy",
'week_in_year_js' => 'GGGG年 第W週',
'week_in_year_fns' => "'' wyyyy",
//'year' => '%Y',
'year_js' => 'YYYY',

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => '支出帳戶',
'Revenue account' => '收入帳戶',
'Initial balance account' => '初始餘額帳戶',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => '負債',
'account_type_Loan' => '貸款',
'account_type_Mortgage' => '抵押',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => '所有拆分須為同一類型。',
'invalid_transaction_type' => '交易類型無效。',
'invalid_selection' => '您的選擇無效。',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => '至少需要一個交易。',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',