diff --git a/changelog.md b/changelog.md index 17d93546cb..e77bd1b36b 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 5.7.11 - 2022-09-05 + +### Added +- [Issue 6254](https://github.com/firefly-iii/firefly-iii/issues/6254) Use Piggy Bank's start date in monthly suggestion by @rickdoesdev +- Add best practices badge. +- Various sanity checks on large amounts. + +### Removed +- Service worker is removed. + +### Fixed +- [Issue 6260](https://github.com/firefly-iii/firefly-iii/issues/6260) +- [Issue 6271](https://github.com/firefly-iii/firefly-iii/issues/6271) Improve settings for Redis, by @canoine +- [Issue 6283](https://github.com/firefly-iii/firefly-iii/issues/6283) Convert to deposit means the transaction loses its bill. +- Fix issue with foreign currencies in transaction form. +- Fix various issues with SQLite. +- [Issue 6379](https://github.com/firefly-iii/firefly-iii/issues/6379) Some foreign currencies not list for setting on new transactions +- Make 2FA code + validation more robust. Thanks to @jtmoss3991, @timaschew and @Ottega. + ## 5.7.10 - 2022-07-16 ### Fixed diff --git a/composer.lock b/composer.lock index b8c362f860..177b273521 100644 --- a/composer.lock +++ b/composer.lock @@ -306,16 +306,16 @@ }, { "name": "diglactic/laravel-breadcrumbs", - "version": "v8.0.0", + "version": "v8.0.1", "source": { "type": "git", "url": "https://github.com/diglactic/laravel-breadcrumbs.git", - "reference": "2d213260343690df192fb042bab2ae585731b49a" + "reference": "b2c594e56fd15ef3112436e2067dca13131dd990" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/2d213260343690df192fb042bab2ae585731b49a", - "reference": "2d213260343690df192fb042bab2ae585731b49a", + "url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/b2c594e56fd15ef3112436e2067dca13131dd990", + "reference": "b2c594e56fd15ef3112436e2067dca13131dd990", "shasum": "" }, "require": { @@ -371,9 +371,9 @@ ], "support": { "issues": "https://github.com/diglactic/laravel-breadcrumbs/issues", - "source": "https://github.com/diglactic/laravel-breadcrumbs/tree/v8.0.0" + "source": "https://github.com/diglactic/laravel-breadcrumbs/tree/v8.0.1" }, - "time": "2022-07-27T06:50:36+00:00" + "time": "2022-09-02T16:18:17+00:00" }, { "name": "doctrine/cache", @@ -470,16 +470,16 @@ }, { "name": "doctrine/dbal", - "version": "3.4.2", + "version": "3.4.3", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "22de295f10edbe00df74f517612f1fbd711131e2" + "reference": "a24b89d663d8f261199bc0a91c48016042ebda85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/22de295f10edbe00df74f517612f1fbd711131e2", - "reference": "22de295f10edbe00df74f517612f1fbd711131e2", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/a24b89d663d8f261199bc0a91c48016042ebda85", + "reference": "a24b89d663d8f261199bc0a91c48016042ebda85", "shasum": "" }, "require": { @@ -492,8 +492,8 @@ "psr/log": "^1|^2|^3" }, "require-dev": { - "doctrine/coding-standard": "9.0.0", - "jetbrains/phpstorm-stubs": "2022.1", + "doctrine/coding-standard": "10.0.0", + "jetbrains/phpstorm-stubs": "2022.2", "phpstan/phpstan": "1.8.2", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "9.5.21", @@ -561,7 +561,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.4.2" + "source": "https://github.com/doctrine/dbal/tree/3.4.3" }, "funding": [ { @@ -577,7 +577,7 @@ "type": "tidelift" } ], - "time": "2022-08-21T14:21:06+00:00" + "time": "2022-08-28T17:26:36+00:00" }, { "name": "doctrine/deprecations", @@ -1855,16 +1855,16 @@ }, { "name": "laravel/framework", - "version": "v9.26.1", + "version": "v9.27.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "1ccfb91afee7a351b09ba1f1b97739096a3ad1cf" + "reference": "27572f45120fd3977d92651a71d8c711a9aaa790" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/1ccfb91afee7a351b09ba1f1b97739096a3ad1cf", - "reference": "1ccfb91afee7a351b09ba1f1b97739096a3ad1cf", + "url": "https://api.github.com/repos/laravel/framework/zipball/27572f45120fd3977d92651a71d8c711a9aaa790", + "reference": "27572f45120fd3977d92651a71d8c711a9aaa790", "shasum": "" }, "require": { @@ -2031,20 +2031,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-08-23T19:00:07+00:00" + "time": "2022-08-30T13:34:43+00:00" }, { "name": "laravel/passport", - "version": "v11.0.0", + "version": "v11.0.1", "source": { "type": "git", "url": "https://github.com/laravel/passport.git", - "reference": "dd00df75cc10f14186f71edb39a8839627ef837e" + "reference": "e312f36e35e695877c4f4eee54c9cc1dcca20eef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/passport/zipball/dd00df75cc10f14186f71edb39a8839627ef837e", - "reference": "dd00df75cc10f14186f71edb39a8839627ef837e", + "url": "https://api.github.com/repos/laravel/passport/zipball/e312f36e35e695877c4f4eee54c9cc1dcca20eef", + "reference": "e312f36e35e695877c4f4eee54c9cc1dcca20eef", "shasum": "" }, "require": { @@ -2108,7 +2108,7 @@ "issues": "https://github.com/laravel/passport/issues", "source": "https://github.com/laravel/passport" }, - "time": "2022-08-19T15:05:01+00:00" + "time": "2022-08-29T13:56:25+00:00" }, { "name": "laravel/sanctum", @@ -2177,25 +2177,26 @@ }, { "name": "laravel/serializable-closure", - "version": "v1.2.0", + "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "09f0e9fb61829f628205b7c94906c28740ff9540" + "reference": "d78fd36ba031a1a695ea5a406f29996948d7011b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/09f0e9fb61829f628205b7c94906c28740ff9540", - "reference": "09f0e9fb61829f628205b7c94906c28740ff9540", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/d78fd36ba031a1a695ea5a406f29996948d7011b", + "reference": "d78fd36ba031a1a695ea5a406f29996948d7011b", "shasum": "" }, "require": { "php": "^7.3|^8.0" }, "require-dev": { - "pestphp/pest": "^1.18", - "phpstan/phpstan": "^0.12.98", - "symfony/var-dumper": "^5.3" + "nesbot/carbon": "^2.61", + "pestphp/pest": "^1.21.3", + "phpstan/phpstan": "^1.8.2", + "symfony/var-dumper": "^5.4.11" }, "type": "library", "extra": { @@ -2232,7 +2233,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2022-05-16T17:09:47+00:00" + "time": "2022-08-26T15:25:27+00:00" }, { "name": "laravel/ui", @@ -3406,16 +3407,16 @@ }, { "name": "nesbot/carbon", - "version": "2.62.0", + "version": "2.62.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "7507aec3d626797ce2123cf6c6556683be22b5f8" + "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7507aec3d626797ce2123cf6c6556683be22b5f8", - "reference": "7507aec3d626797ce2123cf6c6556683be22b5f8", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a", + "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a", "shasum": "" }, "require": { @@ -3504,7 +3505,7 @@ "type": "tidelift" } ], - "time": "2022-08-28T19:48:05+00:00" + "time": "2022-09-02T07:48:13+00:00" }, { "name": "nette/schema", @@ -3655,32 +3656,32 @@ }, { "name": "nunomaduro/collision", - "version": "v6.2.1", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/collision.git", - "reference": "5f058f7e39278b701e455b3c82ec5298cf001d89" + "reference": "17f600e2e8872856ff2846243efb74ad4b6da531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/5f058f7e39278b701e455b3c82ec5298cf001d89", - "reference": "5f058f7e39278b701e455b3c82ec5298cf001d89", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/17f600e2e8872856ff2846243efb74ad4b6da531", + "reference": "17f600e2e8872856ff2846243efb74ad4b6da531", "shasum": "" }, "require": { - "facade/ignition-contracts": "^1.0.2", "filp/whoops": "^2.14.5", "php": "^8.0.0", "symfony/console": "^6.0.2" }, "require-dev": { "brianium/paratest": "^6.4.1", - "laravel/framework": "^9.7", - "laravel/pint": "^0.2.1", - "nunomaduro/larastan": "^1.0.2", + "laravel/framework": "^9.26.1", + "laravel/pint": "^1.1.1", + "nunomaduro/larastan": "^1.0.3", "nunomaduro/mock-final-classes": "^1.1.0", - "orchestra/testbench": "^7.3.0", - "phpunit/phpunit": "^9.5.11" + "orchestra/testbench": "^7.7", + "phpunit/phpunit": "^9.5.23", + "spatie/ignition": "^1.4.1" }, "type": "library", "extra": { @@ -3739,7 +3740,7 @@ "type": "patreon" } ], - "time": "2022-06-27T16:11:16+00:00" + "time": "2022-08-29T09:11:20+00:00" }, { "name": "nunomaduro/termwind", @@ -4152,16 +4153,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "3.0.14", + "version": "3.0.15", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef" + "reference": "c96e250238e88bf1040e9f7715efab1d6bc7f622" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef", - "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c96e250238e88bf1040e9f7715efab1d6bc7f622", + "reference": "c96e250238e88bf1040e9f7715efab1d6bc7f622", "shasum": "" }, "require": { @@ -4173,6 +4174,7 @@ "phpunit/phpunit": "*" }, "suggest": { + "ext-dom": "Install the DOM extension to load XML formatted public keys.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", @@ -4241,7 +4243,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.15" }, "funding": [ { @@ -4257,7 +4259,7 @@ "type": "tidelift" } ], - "time": "2022-04-04T05:15:45+00:00" + "time": "2022-09-02T17:05:08+00:00" }, { "name": "pragmarx/google2fa", @@ -5487,16 +5489,16 @@ }, { "name": "spatie/laravel-ignition", - "version": "1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ignition.git", - "reference": "71c627a0838f107562e89bc2b0201a81f26e9011" + "reference": "29deea5d9cf921590184be6956e657c4f4566440" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/71c627a0838f107562e89bc2b0201a81f26e9011", - "reference": "71c627a0838f107562e89bc2b0201a81f26e9011", + "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/29deea5d9cf921590184be6956e657c4f4566440", + "reference": "29deea5d9cf921590184be6956e657c4f4566440", "shasum": "" }, "require": { @@ -5573,7 +5575,7 @@ "type": "github" } ], - "time": "2022-08-26T13:28:24+00:00" + "time": "2022-09-01T11:31:14+00:00" }, { "name": "stella-maris/clock", @@ -8080,16 +8082,16 @@ }, { "name": "twig/twig", - "version": "v3.4.1", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342" + "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/e939eae92386b69b49cfa4599dd9bead6bf4a342", - "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077", + "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077", "shasum": "" }, "require": { @@ -8140,7 +8142,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.4.1" + "source": "https://github.com/twigphp/Twig/tree/v3.4.2" }, "funding": [ { @@ -8152,7 +8154,7 @@ "type": "tidelift" } ], - "time": "2022-05-17T05:48:52+00:00" + "time": "2022-08-12T06:47:24+00:00" }, { "name": "vlucas/phpdotenv", @@ -8906,16 +8908,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.14.0", + "version": "v4.15.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1" + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1", - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", "shasum": "" }, "require": { @@ -8956,9 +8958,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" }, - "time": "2022-05-31T20:59:12+00:00" + "time": "2022-09-04T07:30:47+00:00" }, { "name": "phar-io/manifest", @@ -9124,63 +9126,6 @@ }, "time": "2020-06-27T09:03:43+00:00" }, - { - "name": "phpdocumentor/reflection-docblock", - "version": "5.3.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", - "shasum": "" - }, - "require": { - "ext-filter": "*", - "php": "^7.2 || ^8.0", - "phpdocumentor/reflection-common": "^2.2", - "phpdocumentor/type-resolver": "^1.3", - "webmozart/assert": "^1.9.1" - }, - "require-dev": { - "mockery/mockery": "~1.3.2", - "psalm/phar": "^4.8" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - }, - { - "name": "Jaap van Otterdijk", - "email": "account@ijaap.nl" - } - ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "support": { - "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" - }, - "time": "2021-10-19T17:43:47+00:00" - }, { "name": "phpdocumentor/type-resolver", "version": "1.6.1", @@ -9231,85 +9176,18 @@ }, "time": "2022-03-15T21:29:03+00:00" }, - { - "name": "phpspec/prophecy", - "version": "v1.15.0", - "source": { - "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", - "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.2", - "php": "^7.2 || ~8.0, <8.2", - "phpdocumentor/reflection-docblock": "^5.2", - "sebastian/comparator": "^3.0 || ^4.0", - "sebastian/recursion-context": "^3.0 || ^4.0" - }, - "require-dev": { - "phpspec/phpspec": "^6.0 || ^7.0", - "phpunit/phpunit": "^8.0 || ^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Prophecy\\": "src/Prophecy" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" - } - ], - "description": "Highly opinionated mocking framework for PHP 5.3+", - "homepage": "https://github.com/phpspec/prophecy", - "keywords": [ - "Double", - "Dummy", - "fake", - "mock", - "spy", - "stub" - ], - "support": { - "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" - }, - "time": "2021-12-08T12:19:24+00:00" - }, { "name": "phpunit/php-code-coverage", - "version": "9.2.16", + "version": "9.2.17", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2593003befdcc10db5e213f9f28814f5aa8ac073" + "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2593003befdcc10db5e213f9f28814f5aa8ac073", - "reference": "2593003befdcc10db5e213f9f28814f5aa8ac073", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa94dc41e8661fe90c7316849907cba3007b10d8", + "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8", "shasum": "" }, "require": { @@ -9365,7 +9243,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.16" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.17" }, "funding": [ { @@ -9373,7 +9251,7 @@ "type": "github" } ], - "time": "2022-08-20T05:26:47+00:00" + "time": "2022-08-30T12:24:04+00:00" }, { "name": "phpunit/php-file-iterator", @@ -9618,16 +9496,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.22", + "version": "9.5.24", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "e329ac6e8744f461518272612a479fde958752fe" + "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e329ac6e8744f461518272612a479fde958752fe", - "reference": "e329ac6e8744f461518272612a479fde958752fe", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0aa6097bef9fd42458a9b3c49da32c6ce6129c5", + "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5", "shasum": "" }, "require": { @@ -9642,7 +9520,6 @@ "phar-io/manifest": "^2.0.3", "phar-io/version": "^3.0.2", "php": ">=7.3", - "phpspec/prophecy": "^1.12.1", "phpunit/php-code-coverage": "^9.2.13", "phpunit/php-file-iterator": "^3.0.5", "phpunit/php-invoker": "^3.1.1", @@ -9657,12 +9534,9 @@ "sebastian/global-state": "^5.0.1", "sebastian/object-enumerator": "^4.0.3", "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.0", + "sebastian/type": "^3.1", "sebastian/version": "^3.0.2" }, - "require-dev": { - "phpspec/prophecy-phpunit": "^2.0.1" - }, "suggest": { "ext-soap": "*", "ext-xdebug": "*" @@ -9704,7 +9578,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.22" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.24" }, "funding": [ { @@ -9716,7 +9590,7 @@ "type": "github" } ], - "time": "2022-08-20T08:25:46+00:00" + "time": "2022-08-30T07:42:16+00:00" }, { "name": "sebastian/cli-parser", @@ -10575,16 +10449,16 @@ }, { "name": "sebastian/type", - "version": "3.0.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad" + "reference": "fb44e1cc6e557418387ad815780360057e40753e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", - "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb44e1cc6e557418387ad815780360057e40753e", + "reference": "fb44e1cc6e557418387ad815780360057e40753e", "shasum": "" }, "require": { @@ -10596,7 +10470,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -10619,7 +10493,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.0.0" + "source": "https://github.com/sebastianbergmann/type/tree/3.1.0" }, "funding": [ { @@ -10627,7 +10501,7 @@ "type": "github" } ], - "time": "2022-03-15T09:54:48+00:00" + "time": "2022-08-29T06:55:37+00:00" }, { "name": "sebastian/version", diff --git a/config/firefly.php b/config/firefly.php index a0bf116dd6..7e44461a16 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -101,7 +101,7 @@ return [ 'webhooks' => false, 'handle_debts' => true, ], - 'version' => '5.7.10', + 'version' => '5.7.11', 'api_version' => '1.5.6', 'db_version' => 18, diff --git a/public/index.php b/public/index.php index c95ad005e2..b664bbeb79 100644 --- a/public/index.php +++ b/public/index.php @@ -26,8 +26,6 @@ * @author Taylor Otwell */ -use Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException; - define('LARAVEL_START', microtime(true)); /* @@ -72,16 +70,10 @@ $app = require_once __DIR__ . '/../bootstrap/app.php'; | */ -$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); - -try { - $response = $kernel->handle( - $request = Illuminate\Http\Request::capture() - ); -} catch(SuspiciousOperationException $e) { - die('Cannot handle this situation.'); - -} +$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); +$response = $kernel->handle( + $request = Illuminate\Http\Request::capture() +); $response->send(); $kernel->terminate($request, $response); diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 169b09d9ca..41be8237dc 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -29,7 +29,7 @@ return [ 'edit' => 'Bearbeiten', 'delete' => 'Löschen', 'split' => 'Teilen', - 'single_split' => 'Teil', + 'single_split' => 'Teilen', 'clone' => 'Duplizieren', 'confirm_action' => 'Aktion bestätigen', 'last_seven_days' => 'Letzte sieben Tage', @@ -363,7 +363,7 @@ return [ 'search_modifier_account_ends' => 'Beide Konten enden mit ":value"', 'search_modifier_account_starts' => 'Beide Konten beginnen mit ":value"', 'search_modifier_account_nr_is' => 'Beide Kontonummern / IBANs sind ":value"', - 'search_modifier_account_nr_contains' => 'Beide Kontonummer / IBAN enthalten ":value"', + 'search_modifier_account_nr_contains' => 'Eine der Kontonummern / IBAN enthaltet ":value"', 'search_modifier_account_nr_ends' => 'Beide Kontonummern /IBANs enden mit ":value"', 'search_modifier_account_nr_starts' => 'Beide Kontonummer / IBAN beginnen mit ":value"', 'search_modifier_category_contains' => 'Kategorie beinhaltet ":value"', @@ -647,7 +647,7 @@ return [ 'rule_trigger_category_is' => 'Kategorie ist ":trigger_value"', 'rule_trigger_amount_less_choice' => 'Betrag ist geringer als..', 'rule_trigger_amount_less' => 'Betrag ist kleiner als :trigger_value', - 'rule_trigger_amount_is_choice' => 'Betrag lautet..', + 'rule_trigger_amount_is_choice' => 'Betrag ist..', 'rule_trigger_amount_is' => 'Betrag lautet :trigger_value', 'rule_trigger_amount_more_choice' => 'Betrag ist mehr als..', 'rule_trigger_amount_more' => 'Betrag ist größer als :trigger_value', @@ -790,12 +790,12 @@ return [ 'rule_trigger_interest_date_before' => 'Das Zinsdatum liegt vor dem „:trigger_value”', 'rule_trigger_interest_date_after_choice' => 'Zinstermin ist nach dem..', 'rule_trigger_interest_date_after' => 'Das Zinsdatum liegt nach dem „:trigger_value”', - 'rule_trigger_book_date_on_choice' => 'Buchungstermin ist am..', - 'rule_trigger_book_date_on' => 'Buchungstermin ist am ":trigger_value"', - 'rule_trigger_book_date_before_choice' => 'Buchungstermin ist vor dem..', - 'rule_trigger_book_date_before' => 'Buchungstermin ist vor dem ":trigger_value"', - 'rule_trigger_book_date_after_choice' => 'Buchungstermin ist nach dem..', - 'rule_trigger_book_date_after' => 'Buchungstermin ist nach dem ":trigger_value"', + 'rule_trigger_book_date_on_choice' => 'Buchungsdatum ist am..', + 'rule_trigger_book_date_on' => 'Buchungsdatum ist am ":trigger_value"', + 'rule_trigger_book_date_before_choice' => 'Buchungsdatum ist vor dem..', + 'rule_trigger_book_date_before' => 'Buchungsdatum ist vor dem ":trigger_value"', + 'rule_trigger_book_date_after_choice' => 'Buchungsdatum ist nach dem..', + 'rule_trigger_book_date_after' => 'Buchungsdatum ist nach dem ":trigger_value"', 'rule_trigger_process_date_on_choice' => 'Erfassungsdatum ist am..', 'rule_trigger_process_date_on' => 'Erfassungsdatum lautet ":trigger_value"', 'rule_trigger_process_date_before_choice' => 'Erfassungsdatum ist vor dem..', @@ -991,7 +991,7 @@ return [ 'optional_tj_other_fields' => 'Andere Felder', 'optional_tj_attachment_fields' => 'Anlage Felder', 'pref_optional_tj_interest_date' => 'Zinstermin', - 'pref_optional_tj_book_date' => 'Buchungstermin', + 'pref_optional_tj_book_date' => 'Buchungsdatum', 'pref_optional_tj_process_date' => 'Erfassungsdatum', 'pref_optional_tj_due_date' => 'Fälligkeitstermin', 'pref_optional_tj_payment_date' => 'Zahlungsdatum', diff --git a/resources/lang/es_ES/errors.php b/resources/lang/es_ES/errors.php index 34f3a80f16..140abc7cb1 100644 --- a/resources/lang/es_ES/errors.php +++ b/resources/lang/es_ES/errors.php @@ -33,7 +33,7 @@ return [ 'be_right_back' => '¡Enseguida vuelvo!', 'check_back' => 'Firefly III está apagado para el mantenimiento necesario. Por favor, vuelva en un segundo.', 'error_occurred' => '¡Uy! un error ha ocurrido.', - 'db_error_occurred' => 'Whoops! A database error occurred.', + 'db_error_occurred' => '¡Ups! Se ha producido un error en la base de datos.', 'error_not_recoverable' => 'Desafortunadamente, este error no se pudo recuperar :(. Firefly III se rompió. El error es:', 'error' => 'Error', 'error_location' => 'Este error ocurrió en el archivo ":file" en línea :line con código :code.', diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 445321d971..b2248f6005 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -986,7 +986,7 @@ return [ 'list_page_size_label' => 'Tamaño de pagina', 'between_dates' => '(:start y :end)', 'pref_optional_fields_transaction' => 'Campos opcionales para transacciones', - 'pref_optional_fields_transaction_help' => 'Por defecto no todos los campos se habilitan al crear una nueva transacción (debido al desorden). abajo usted puede habilitar estos campos si usted piensa que pueden ser útiles. por supuesto, cualquier campo que este desactivado, pero ya completado, sera visible a pesar de la configuración.', + 'pref_optional_fields_transaction_help' => 'Por defecto no todos los campos se habilitan al crear una nueva transacción (debido al desorden). Aquí puedes habilitar estos campos si crees que pueden ser útiles. Aunque los campos estén desactivados, si los has rellenado serán visibles.', 'optional_tj_date_fields' => 'Campos de fecha', 'optional_tj_other_fields' => 'Otros campos', 'optional_tj_attachment_fields' => 'Campos de datos adjuntos', @@ -1597,10 +1597,10 @@ return [ 'submission' => 'Envío', 'submit_yes_really' => 'Enviar (Se lo que estoy haciendo)', 'getting_started' => 'Comenzando', - 'to_get_started' => 'Es bueno ver que usted ha instalado con éxito Firefly III. Para comenzar con esta regla, por favor ingrese el nombre de su banco y el saldo de su cuenta de cheques principal. No se preocupe todavía si tiene varias cuentas. usted puede agregarlas luego. Es solo que Firefly III necesita algo para empezar.', + 'to_get_started' => 'Felicidades, has instalado con éxito Firefly III. Para empezar en esta herramienta, por favor escribe el nombre de tu banco y el saldo de su cuenta principal. Si tienes más de una cuenta, podrás agregarla más tarde. Firefly III necesita algo por lo que empezar.', 'savings_balance_text' => 'Firefly III creará automáticamente una cuenta de ahorros. Por defecto, no habrá dinero en su cuenta de ahorros, pero si le dice a Firefly III el saldo se almacenará como tal.', - 'finish_up_new_user' => '¡Eso es! Puedes continuar presionando Enviar. Será llevado al inicio de Firefly III.', - 'stored_new_accounts_new_user' => 'Hurra! Sus nuevas cuentas han sido almacenadas.', + 'finish_up_new_user' => '¡Todo listo! Puedes continuar pulsando Enviar. Serás redirigido al inicio de Firefly III.', + 'stored_new_accounts_new_user' => '¡Bien! Tus nuevas cuentas han sido almacenadas.', 'set_preferred_language' => 'Si prefiere usar Firefly III en otro lenguaje, por favor indíquelo aquí.', 'language' => 'Idioma', 'new_savings_account' => ':bank_name Cuenta de ahorros', @@ -1910,7 +1910,7 @@ return [ 'instance_configuration' => 'Configuracion', 'firefly_instance_configuration' => 'Opciones de configuración de Firefly III', 'setting_single_user_mode' => 'Modo de usuario único', - 'setting_single_user_mode_explain' => 'Por defecto, Firefly III solo acepta un (1) registro: Usted. Esta es una medida de seguridad que impide que otros utilicen su instancia a menos que usted lo permita. Los registros futuros están bloqueados. Cuando usted desbloquee esta casilla, otros pueden usar su instancia también, suponiendo que puedan alcanzarla ( cuando este conectada a Internet).', + 'setting_single_user_mode_explain' => 'Por defecto, Firefly III solo acepta un único usuario: tú. Esto es una medida de seguridad para impedir que otros utilicen su instancia a menos que lo permitas. Si desmarcas esta casilla, otros podrán registrarse en esta instancia si tienen acceso a ella.', 'store_configuration' => 'Guardar configuración', 'single_user_administration' => 'Administración de usuarios para :email', 'edit_user' => 'Editar usuario :email', diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 75d4cc4310..c3bf030d7e 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -181,7 +181,7 @@ return [ 'login_name' => 'Iniciar sesión', 'is_owner' => '¿Es el administrador?', 'url' => 'URL', - 'bill_end_date' => 'End date', + 'bill_end_date' => 'Fecha final', // import 'apply_rules' => 'Aplicar reglas', diff --git a/resources/lang/fr_FR/errors.php b/resources/lang/fr_FR/errors.php index 7da4b907e5..a6d3702cac 100644 --- a/resources/lang/fr_FR/errors.php +++ b/resources/lang/fr_FR/errors.php @@ -33,7 +33,7 @@ return [ 'be_right_back' => 'Je reviens tout de suite !', 'check_back' => 'Firefly III est fermé pour cause de maintenace. Veuillez revenir dans une seconde.', 'error_occurred' => 'Oups ! Une erreur est survenue.', - 'db_error_occurred' => 'Whoops! A database error occurred.', + 'db_error_occurred' => 'Oups! Une erreur de base de données s\'est produite.', 'error_not_recoverable' => 'Malheureusement, cette erreur n\'a pas pu être récupérée :(. Firefly III s\'est cassé. L\'erreur est :', 'error' => 'Erreur', 'error_location' => 'Cette erreur est survenue dans le fichier ":file" à la ligne :line avec le code :code.', diff --git a/resources/lang/it_IT/config.php b/resources/lang/it_IT/config.php index a1fe53d8d3..bf7be3a477 100644 --- a/resources/lang/it_IT/config.php +++ b/resources/lang/it_IT/config.php @@ -53,7 +53,7 @@ return [ 'year_js' => 'YYYY', //'half_year' => '%B %Y', - 'half_year_js' => '\QQ YYYY', + 'half_year_js' => '\TQ YYYY', 'quarter_fns' => "'T'Q yyyy", 'half_year_fns' => "'S{half}' yyyy", diff --git a/resources/lang/it_IT/email.php b/resources/lang/it_IT/email.php index 49dd79af45..675821e09b 100644 --- a/resources/lang/it_IT/email.php +++ b/resources/lang/it_IT/email.php @@ -52,8 +52,8 @@ return [ 'registered_welcome' => 'Benvenuto in [Firefly III](:address). La tua registrazione è stata completata, e questa è una email di conferma. Olè!', 'registered_pw' => 'Se hai dimenticato la tua password, reimpostala usando [lo strumento di reimpostazione della password](:address/password/reset).', 'registered_help' => 'C\'è un\'icona di aiuto nell\'angolo in alto a destra di ogni pagina. Se hai bisogno di aiuto, clicca su di essa!', - 'registered_doc_html' => 'If you haven\'t already, please read the [grand theory](https://docs.firefly-iii.org/about-firefly-iii/personal-finances).', - 'registered_doc_text' => 'If you haven\'t already, please also read the first use guide and the full description.', + 'registered_doc_html' => 'Se non lo hai già fatto, sei pregato di leggere la [grande teoria](https://docs.firefly-iii.org/about-firefly-iii/personal-finances).', + 'registered_doc_text' => 'Se non lo hai già fatto, sei anche pregato di leggere la prima guida all\'uso e la descrizione completa.', 'registered_closing' => 'Divertiti!', 'registered_firefly_iii_link' => 'Firefly III:', 'registered_pw_reset_link' => 'Reimposta la password:', @@ -62,7 +62,7 @@ return [ // email change 'email_change_subject' => 'Il tuo indirizzo email Firefly III è cambiato', 'email_change_body_to_new' => 'Tu o qualcuno che ha accesso al tuo account Firefly III ha cambiato il tuo indirizzo email. Se non ti aspettavi questo messaggio, ignoralo ed eliminalo.', - 'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you **must** follow the "undo"-link below to protect your account!', + 'email_change_body_to_old' => 'Tu o qualcuno avente accesso al tuo profilo di Firefly III ha cambiato il tuo indirizzo email. Se non ti aspettavi che succedesse, **devi** seguire il link "annulla" di seguito per proteggere il tuo profilo!', 'email_change_ignore' => 'Se hai effettuato tu questa modifica, puoi ignorare questo messaggio.', 'email_change_old' => 'Il vecchio indirizzo email era: :email', 'email_change_old_strong' => 'Il vecchio indirizzo email era: **:email**', diff --git a/resources/lang/it_IT/errors.php b/resources/lang/it_IT/errors.php index fd4f4688b6..ddcd1fc067 100644 --- a/resources/lang/it_IT/errors.php +++ b/resources/lang/it_IT/errors.php @@ -33,7 +33,7 @@ return [ 'be_right_back' => 'Torno subito!', 'check_back' => 'Firefly III non è in funzione per una manutenzione necessaria. Ricontrolla tra qualche secondo.', 'error_occurred' => 'Ops! Si è verificato un errore.', - 'db_error_occurred' => 'Whoops! A database error occurred.', + 'db_error_occurred' => 'Oops! Si è verificato un errore del database.', 'error_not_recoverable' => 'Sfortunatamente questo errore non è riparabile :(. Firefly III è rotto. L\'errore è:', 'error' => 'Errore', 'error_location' => 'Questo errore si è verificato nel file :file alla riga :line con codice :code.', diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index 74f03cae09..be32ed79a5 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -346,7 +346,7 @@ return [ 'search_modifier_tag_is' => 'L\'etichetta è ":value"', 'search_modifier_date_on_year' => 'La transazione è dell\'anno ":value"', 'search_modifier_date_on_month' => 'La transazione è del mese di ":value"', - 'search_modifier_date_on_day' => 'Transaction is on day of month ":value"', + 'search_modifier_date_on_day' => 'La transazione è il giorno del mese ":value"', 'search_modifier_date_before_year' => 'La transazione è precedente all\'anno o dell\'anno ":value"', 'search_modifier_date_before_month' => 'La transazione è precedente o è del mese di ":value"', 'search_modifier_date_before_day' => 'La transazione è precedente o è del giorno ":value"', @@ -356,19 +356,19 @@ return [ // new - 'search_modifier_tag_is_not' => 'No tag is ":value"', + 'search_modifier_tag_is_not' => 'Nessun tag è ":value"', - 'search_modifier_account_is' => 'Either account is ":value"', - 'search_modifier_account_contains' => 'Either account contains ":value"', - 'search_modifier_account_ends' => 'Either account ends with ":value"', - 'search_modifier_account_starts' => 'Either account starts with ":value"', - 'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"', - 'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"', - 'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"', - 'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"', - 'search_modifier_category_contains' => 'Category contains ":value"', - 'search_modifier_category_ends' => 'Category ends with ":value"', - 'search_modifier_category_starts' => 'Category starts with ":value"', + 'search_modifier_account_is' => 'Entrambi i profili sono ":value"', + 'search_modifier_account_contains' => 'Entrambi i profili contengono ":value"', + 'search_modifier_account_ends' => 'Entrambi i profili terminano per ":value"', + 'search_modifier_account_starts' => 'Entrambi i profili iniziano per ":value"', + 'search_modifier_account_nr_is' => 'Entrambi i numeri di conto / IBAN sono ":value"', + 'search_modifier_account_nr_contains' => 'Entrambi i numeri di conto / IBAN contengono ":value"', + 'search_modifier_account_nr_ends' => 'Entrambi i numeri di conto / IBAN terminano per ":value"', + 'search_modifier_account_nr_starts' => 'Entrambi i numeri di conto / IBAN iniziano per ":value"', + 'search_modifier_category_contains' => 'La categoria contiene ":value"', + 'search_modifier_category_ends' => 'La categoria termina per ":value"', + 'search_modifier_category_starts' => 'La categoria inizia per ":value"', 'search_modifier_budget_contains' => 'Budget contains ":value"', 'search_modifier_budget_ends' => 'Budget ends with ":value"', 'search_modifier_budget_starts' => 'Budget starts with ":value"', @@ -780,10 +780,10 @@ return [ 'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"', 'rule_trigger_external_url_starts_choice' => 'External URL starts with..', 'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"', - 'rule_trigger_has_no_attachments_choice' => 'Has no attachments', - 'rule_trigger_has_no_attachments' => 'Transaction has no attachments', - 'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..', - 'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"', + 'rule_trigger_has_no_attachments_choice' => 'Non contiene allegati', + 'rule_trigger_has_no_attachments' => 'La transazione non contiene alcun allegato', + 'rule_trigger_recurrence_id_choice' => 'L\'ID della transazione ricorrente è..', + 'rule_trigger_recurrence_id' => 'L\'ID della transazione ricorrente è ":trigger_value"', 'rule_trigger_interest_date_on_choice' => 'Interest date is on..', 'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"', 'rule_trigger_interest_date_before_choice' => 'Interest date is before..', diff --git a/resources/lang/pl_PL/config.php b/resources/lang/pl_PL/config.php index e9ae93a01b..2b41e53c57 100644 --- a/resources/lang/pl_PL/config.php +++ b/resources/lang/pl_PL/config.php @@ -47,16 +47,16 @@ return [ //'week_in_year' => 'Week %V, %G', 'week_in_year_js' => '[Tydzień] w. YYYY', - 'week_in_year_fns' => "w 'tydzień' yyyy", + 'week_in_year_fns' => "'tydzień' w, yyyy", //'year' => '%Y', 'year_js' => 'YYYY', //'half_year' => '%B %Y', - 'half_year_js' => '\QQ YYYY', + 'half_year_js' => '\k\w Q YYYY', - 'quarter_fns' => "Q 'kwartał' yyyy", - 'half_year_fns' => "'{half} połowa' yyyy", + 'quarter_fns' => "'kwartał' Q, yyyy", + 'half_year_fns' => "'{half} półrocze' yyyy", 'dow_1' => 'Poniedziałek', 'dow_2' => 'Wtorek', 'dow_3' => 'Środa', diff --git a/resources/lang/pt_BR/breadcrumbs.php b/resources/lang/pt_BR/breadcrumbs.php index f87f9bfd05..15897f0b49 100644 --- a/resources/lang/pt_BR/breadcrumbs.php +++ b/resources/lang/pt_BR/breadcrumbs.php @@ -66,7 +66,7 @@ return [ 'createTag' => 'Criar nova etiqueta', 'edit_tag' => 'Editar etiqueta ":tag"', 'delete_tag' => 'Apagar etiqueta ":tag"', - 'delete_journal_link' => 'Eliminar ligação entre transações', + 'delete_journal_link' => 'Excluir vínculo entre transações', 'edit_object_group' => 'Editar grupo ":title"', 'delete_object_group' => 'Excluir grupo ":title"', 'logout_others' => 'Sair de outras sessões', diff --git a/resources/lang/pt_BR/config.php b/resources/lang/pt_BR/config.php index ae9c4c7d7f..3257e75962 100644 --- a/resources/lang/pt_BR/config.php +++ b/resources/lang/pt_BR/config.php @@ -30,14 +30,14 @@ return [ //'month_and_day' => '%B %e, %Y', 'month_and_day_moment_js' => 'DD \de MMMM \de YYYY', - 'month_and_day_fns' => 'MMMM d, y', + 'month_and_day_fns' => 'd [de] MMMM [de] y', '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' => 'dddd, D [de] MMMM [de] YYYY', //'month_and_day_no_year' => '%B %e', - 'month_and_day_no_year_js' => 'MMMM Do', + 'month_and_day_no_year_js' => 'D [de] MMMM', //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', @@ -53,7 +53,7 @@ return [ 'year_js' => 'YYYY', //'half_year' => '%B %Y', - 'half_year_js' => '\QQ YYYY', + 'half_year_js' => '\TQ YYYY', 'quarter_fns' => "'T'Q, yyyy", 'half_year_fns' => "'S{half}', yyyy", diff --git a/resources/lang/pt_BR/errors.php b/resources/lang/pt_BR/errors.php index 74498ddd50..d8d42a0b6d 100644 --- a/resources/lang/pt_BR/errors.php +++ b/resources/lang/pt_BR/errors.php @@ -33,7 +33,7 @@ return [ 'be_right_back' => 'Volto já!', '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' => 'Whoops! A database error occurred.', + 'db_error_occurred' => 'Ops! Ocorreu um erro no banco de dados.', 'error_not_recoverable' => 'Infelizmente este erro não é recuperável :(. Firefly III quebrou. O erro é:', 'error' => 'Erro', 'error_location' => 'Esse erro ocorreu no arquivo ":file", na linha :line com o código :code.', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 9d54b25580..2d2b322e6a 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -31,7 +31,7 @@ return [ 'split' => 'Dividir', 'single_split' => 'Divisão', 'clone' => 'Clonar', - 'confirm_action' => 'Confirm action', + 'confirm_action' => 'Confirmar ação', 'last_seven_days' => 'Últimos sete dias', 'last_thirty_days' => 'Últimos 30 dias', 'last_180_days' => 'Últimos 180 dias', @@ -167,7 +167,7 @@ return [ 'all_journals_for_account' => 'Todas as transações para conta :name', 'chart_all_journals_for_account' => 'Gráfico de todas as transações para conta :name', 'journals_in_period_for_account' => 'Todas as transações para conta :name entre :start e :end', - 'journals_in_period_for_account_js' => 'All transactions for account {title} between {start} and {end}', + 'journals_in_period_for_account_js' => 'Todas as transações para conta {title} entre {start} e {end}', 'transferred' => 'Transferido', 'all_withdrawal' => 'Todas as despesas', 'all_transactions' => 'Todas as transações', @@ -286,14 +286,14 @@ return [ // old - 'search_modifier_date_on' => 'Transaction date is ":value"', + 'search_modifier_date_on' => 'A data da transação é ":value"', 'search_modifier_id' => 'O ID da transação é ":value"', 'search_modifier_date_before' => 'Data da transação é anterior ou em ":value"', 'search_modifier_date_after' => 'Data da transação é posterior ou em ":value"', - 'search_modifier_external_id_is' => 'External ID is ":value"', + 'search_modifier_external_id_is' => 'O ID externo é ":value"', 'search_modifier_no_external_url' => 'A transação não tem URL externa', 'search_modifier_any_external_url' => 'A transação deve ter uma URL externa (qualquer)', - 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', + 'search_modifier_internal_reference_is' => 'A referência interna é ":value"', 'search_modifier_description_starts' => 'Descrição é ":value"', 'search_modifier_description_ends' => 'Descrição termina com ":value"', 'search_modifier_description_contains' => 'Descrição contém ":value"', @@ -309,13 +309,13 @@ return [ 'search_modifier_has_any_bill' => 'A transação deve ter uma conta (qualquer)', 'search_modifier_has_no_tag' => 'A transação não deve ter etiquetas', 'search_modifier_has_any_tag' => 'A transação deve ter uma tag (qualquer)', - 'search_modifier_notes_contains' => 'The transaction notes contain ":value"', - 'search_modifier_notes_starts' => 'The transaction notes start with ":value"', - 'search_modifier_notes_ends' => 'The transaction notes end with ":value"', - 'search_modifier_notes_is' => 'The transaction notes are exactly ":value"', + 'search_modifier_notes_contains' => 'As notas de transação contém ":value"', + 'search_modifier_notes_starts' => 'As notas de transação começam com ":value"', + 'search_modifier_notes_ends' => 'As notas de transação terminam com ":value"', + 'search_modifier_notes_is' => 'As notas de transação são iguais a ":value"', 'search_modifier_no_notes' => 'A transação não tem notas', 'search_modifier_any_notes' => 'A transação deve ter notas', - 'search_modifier_amount_is' => 'Amount is exactly :value', + 'search_modifier_amount_is' => 'Valor é exatamente :value', 'search_modifier_amount_less' => 'Valor é menor ou igual a :value', 'search_modifier_amount_more' => 'Valor é maior ou igual a :value', 'search_modifier_source_account_is' => 'O nome da conta de origem é igual a ":value"', @@ -344,161 +344,161 @@ return [ 'search_modifier_bill_is' => 'Conta é ":value"', 'search_modifier_transaction_type' => 'O tipo da transação é ":value"', 'search_modifier_tag_is' => 'A etiqueta é ":value"', - 'search_modifier_date_on_year' => 'Transaction is in year ":value"', - 'search_modifier_date_on_month' => 'Transaction is in month ":value"', - 'search_modifier_date_on_day' => 'Transaction is on day of month ":value"', - 'search_modifier_date_before_year' => 'Transaction is before or in year ":value"', - 'search_modifier_date_before_month' => 'Transaction is before or in month ":value"', + 'search_modifier_date_on_year' => 'Transação é no ano de ":value"', + 'search_modifier_date_on_month' => 'Transação é no mês de ":value"', + 'search_modifier_date_on_day' => 'Transação é no dia do mês de ":value"', + 'search_modifier_date_before_year' => 'Transação é antes ou no ano de ":value"', + 'search_modifier_date_before_month' => 'Transação é antes ou no mês de ":value"', 'search_modifier_date_before_day' => 'A transação é antes ou no dia do mês ":value"', - 'search_modifier_date_after_year' => 'Transaction is in or after year ":value"', - 'search_modifier_date_after_month' => 'Transaction is in or after month ":value"', - 'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"', + 'search_modifier_date_after_year' => 'Transação está no ano ou após ":value"', + 'search_modifier_date_after_month' => 'Transação está no mês ou após ":value"', + 'search_modifier_date_after_day' => 'Transação é depois ou no dia do mês de ":value"', // new - 'search_modifier_tag_is_not' => 'No tag is ":value"', + 'search_modifier_tag_is_not' => 'Nenhuma tag é ":value"', - 'search_modifier_account_is' => 'Either account is ":value"', - 'search_modifier_account_contains' => 'Either account contains ":value"', - 'search_modifier_account_ends' => 'Either account ends with ":value"', - 'search_modifier_account_starts' => 'Either account starts with ":value"', - 'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"', - 'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"', - 'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"', - 'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"', - 'search_modifier_category_contains' => 'Category contains ":value"', - 'search_modifier_category_ends' => 'Category ends with ":value"', - 'search_modifier_category_starts' => 'Category starts with ":value"', - 'search_modifier_budget_contains' => 'Budget contains ":value"', - 'search_modifier_budget_ends' => 'Budget ends with ":value"', - 'search_modifier_budget_starts' => 'Budget starts with ":value"', - 'search_modifier_bill_contains' => 'Bill contains ":value"', - 'search_modifier_bill_ends' => 'Bill ends with ":value"', - 'search_modifier_bill_starts' => 'Bill starts with ":value"', - 'search_modifier_external_id_contains' => 'External ID contains ":value"', - 'search_modifier_external_id_ends' => 'External ID ends with ":value"', - 'search_modifier_external_id_starts' => 'External ID starts with ":value"', - 'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"', - 'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"', - 'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"', - 'search_modifier_external_url_is' => 'External URL is ":value"', - 'search_modifier_external_url_contains' => 'External URL contains ":value"', - 'search_modifier_external_url_ends' => 'External URL ends with ":value"', - 'search_modifier_external_url_starts' => 'External URL starts with ":value"', - 'search_modifier_has_no_attachments' => 'Transaction has no attachments', - 'search_modifier_account_is_cash' => 'Either account is a cash account.', - 'search_modifier_journal_id' => 'The journal ID is ":value"', - 'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"', - 'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"', - 'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"', - 'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"', + 'search_modifier_account_is' => 'Ou a conta é ":value"', + 'search_modifier_account_contains' => 'Ou a conta contém ":value"', + 'search_modifier_account_ends' => 'Ou a conta termina com ":value"', + 'search_modifier_account_starts' => 'Ou a conta começa com ":value"', + 'search_modifier_account_nr_is' => 'Ou número da conta / IBAN é ":value"', + 'search_modifier_account_nr_contains' => 'Ou número da conta / IBAN contém ":value"', + 'search_modifier_account_nr_ends' => 'Ou número de conta / IBAN termina com ":value"', + 'search_modifier_account_nr_starts' => 'Ou número da conta / IBAN começa com ":value"', + 'search_modifier_category_contains' => 'Categoria contém ":value"', + 'search_modifier_category_ends' => 'Categoria termina com ":value"', + 'search_modifier_category_starts' => 'Categoria começa com ":value"', + 'search_modifier_budget_contains' => 'Orçamento contém ":value"', + 'search_modifier_budget_ends' => 'Orçamento termina com ":value"', + 'search_modifier_budget_starts' => 'Orçamento começa com ":value"', + 'search_modifier_bill_contains' => 'Fatura contém ":value"', + 'search_modifier_bill_ends' => 'Fatura termina com ":value"', + 'search_modifier_bill_starts' => 'Fatura começa com ":value"', + 'search_modifier_external_id_contains' => 'ID Externo contém ":value"', + 'search_modifier_external_id_ends' => 'ID Externo termina com ":value"', + 'search_modifier_external_id_starts' => 'ID Externo começa com ":value"', + 'search_modifier_internal_reference_contains' => 'Referência interna contém ":value"', + 'search_modifier_internal_reference_ends' => 'Referência interna termina com ":value"', + 'search_modifier_internal_reference_starts' => 'Referência interna começa com ":value"', + 'search_modifier_external_url_is' => 'URL externa é ":value"', + 'search_modifier_external_url_contains' => 'URL externa contém ":value"', + 'search_modifier_external_url_ends' => 'URL externa termina com ":value"', + 'search_modifier_external_url_starts' => 'URL externa começa com ":value"', + 'search_modifier_has_no_attachments' => 'A transação não tem anexos', + 'search_modifier_account_is_cash' => 'Qualquer outra conta é uma conta em dinheiro.', + 'search_modifier_journal_id' => 'O ID do registro é ":value"', + 'search_modifier_recurrence_id' => 'O ID da transação recorrente é ":value"', + 'search_modifier_foreign_amount_is' => 'A quantidade em moeda estrangeira é ":value"', + 'search_modifier_foreign_amount_less' => 'A quantidade em moeda estrangeira é menor que ":value"', + 'search_modifier_foreign_amount_more' => 'A quantidade em moeda estrangeira é maior que ":value"', // date fields - 'search_modifier_interest_date_on' => 'Transaction interest date is ":value"', - 'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"', - 'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"', - 'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"', - 'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"', - 'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"', - 'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"', - 'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"', - 'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"', - 'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"', - 'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"', - 'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"', - 'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"', - 'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"', - 'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"', - 'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"', - 'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"', - 'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"', - 'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"', - 'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"', - 'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"', - 'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"', - 'search_modifier_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_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_payment_date_before_year' => 'Transaction payment date is before or in year ":value"', - 'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"', - 'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"', - 'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"', - 'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"', - 'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"', - 'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"', - 'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"', - 'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"', - 'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"', - 'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"', - 'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"', - 'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"', - 'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"', - 'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"', + 'search_modifier_interest_date_on' => 'Data de juros da transação é ":value"', + 'search_modifier_interest_date_on_year' => 'Data de juros da transação está no ano de ":value"', + 'search_modifier_interest_date_on_month' => 'Data de juros da transação é no mês de ":value"', + 'search_modifier_interest_date_on_day' => 'Data de juros da transação é no dia do mês de ":value"', + 'search_modifier_interest_date_before_year' => 'Data de juros da transação é antes ou no ano de ":value"', + 'search_modifier_interest_date_before_month' => 'Data de juros da transação é antes ou no mês de ":value"', + 'search_modifier_interest_date_before_day' => 'Data de juros da transação é antes ou no dia do mês de ":value"', + 'search_modifier_interest_date_after_year' => 'Data de juros da transação é após ou no ano de ":value"', + 'search_modifier_interest_date_after_month' => 'Data de juros da transação é posterior ou no mês de ":value"', + 'search_modifier_interest_date_after_day' => 'Data de juros da transação é após ou no dia do mês de ":value"', + 'search_modifier_book_date_on_year' => 'Data de reserva da transação está no ano de ":value"', + 'search_modifier_book_date_on_month' => 'Data de reserva da transação é no mês de ":value"', + 'search_modifier_book_date_on_day' => 'Data de reserva da transação é no dia do mês de ":value"', + 'search_modifier_book_date_before_year' => 'Data de reserva da transação é antes ou no ano de ":value"', + 'search_modifier_book_date_before_month' => 'Data de reserva da transação é antes ou no mês de ":value"', + 'search_modifier_book_date_before_day' => 'Data de reserva da transação é antes ou no dia do mês de ":value"', + 'search_modifier_book_date_after_year' => 'Data de reserva da transação é posterior ou no ano de ":value"', + 'search_modifier_book_date_after_month' => 'Data de reserva da transação é posterior ou no mês de ":value"', + 'search_modifier_book_date_after_day' => 'Data de reserva da transação é posterior ou no dia do mês de ":value"', + 'search_modifier_process_date_on_year' => 'Data de processamento da transação está no ano de ":value"', + 'search_modifier_process_date_on_month' => 'Data de processamento da transação está no mês de ":value"', + 'search_modifier_process_date_on_day' => 'Data de processamento da transação está no dia do mês de ":value"', + 'search_modifier_process_date_before_year' => 'Data de processamento da transação é antes ou no ano de ":value"', + 'search_modifier_process_date_before_month' => 'Data de processamento da transação é antes ou no mês de ":value"', + 'search_modifier_process_date_before_day' => 'Data de processamento da transação é antes ou no dia do mês de ":value"', + 'search_modifier_process_date_after_year' => 'Data de processamento da transação é posterior ou no ano de ":value"', + 'search_modifier_process_date_after_month' => 'Data de processamento da transação é posterior ou no mês de ":value"', + 'search_modifier_process_date_after_day' => 'Data de processamento da transação é posterior ou no dia do mês de ":value"', + 'search_modifier_due_date_on_year' => 'Data de vencimento da transação é no ano de ":value"', + 'search_modifier_due_date_on_month' => 'Data de vencimento da transação é no mês de ":value"', + 'search_modifier_due_date_on_day' => 'Data de vencimento da transação é no dia do mês de ":value"', + 'search_modifier_due_date_before_year' => 'Data de vencimento da transação é antes ou no ano de ":value"', + 'search_modifier_due_date_before_month' => 'Data de vencimento da transação é antes ou no mês de ":value"', + 'search_modifier_due_date_before_day' => 'Data de vencimento da transação é antes ou no dia do mês de ":value"', + 'search_modifier_due_date_after_year' => 'Data de vencimento da transação é posterior ou no ano de ":value"', + 'search_modifier_due_date_after_month' => 'Data de vencimento da transação é posterior ou no mês de ":value"', + 'search_modifier_due_date_after_day' => 'Data de vencimento da transação é posterior ou no dia do mês de ":value"', + 'search_modifier_payment_date_on_year' => 'Data de pagamento da transação é no ano de ":value"', + 'search_modifier_payment_date_on_month' => 'Data de pagamento da transação é no dia do mês de ":value"', + 'search_modifier_payment_date_on_day' => 'Data de pagamento da transação é no dia do mês de ":value"', + 'search_modifier_payment_date_before_year' => 'Data de pagamento da transação é antes ou no ano de ":value"', + 'search_modifier_payment_date_before_month' => 'Data de pagamento da transação é antes ou no mês de ":value"', + 'search_modifier_payment_date_before_day' => 'Data de pagamento da transação é antes ou no dia do mês de ":value"', + 'search_modifier_payment_date_after_year' => 'Data de pagamento da transação é posterior ou no ano de ":value"', + 'search_modifier_payment_date_after_month' => 'Data de pagamento da transação é posterior ou no mês de ":value"', + 'search_modifier_payment_date_after_day' => 'Data de pagamento da transação é posterior ou no dia do mês de ":value"', + 'search_modifier_invoice_date_on_year' => 'Data de fatura da transação está no ano de ":value"', + 'search_modifier_invoice_date_on_month' => 'Data de fatura da transação está no mês de ":value"', + 'search_modifier_invoice_date_on_day' => 'Data de fatura da transação é no dia do mês de ":value"', + 'search_modifier_invoice_date_before_year' => 'Data de fatura da transação é antes ou no ano de ":value"', + 'search_modifier_invoice_date_before_month' => 'Data da fatura da transação é antes ou em no mês de ":value"', + 'search_modifier_invoice_date_before_day' => 'Data de fatura da transação é antes ou no dia do mês de ":value"', + 'search_modifier_invoice_date_after_year' => 'Data de fatura da transação é posterior ou no ano de ":value"', + 'search_modifier_invoice_date_after_month' => 'Data de fatura da transação é antes ou no ano de ":value"', + 'search_modifier_invoice_date_after_day' => 'Data de pagamento da transação é antes ou no dia do mês de ":value"', // other dates - 'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"', - 'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"', - 'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"', - 'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"', - 'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"', - 'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"', - 'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"', - 'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"', - 'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"', - 'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"', - 'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"', - 'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"', - 'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"', - 'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"', - 'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"', - 'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"', - 'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"', - 'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"', - 'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"', - 'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"', - 'search_modifier_book_date_on' => 'Transaction book date is on ":value"', - 'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"', - 'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"', - 'search_modifier_process_date_on' => 'Transaction process date is on ":value"', - 'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"', - 'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"', - 'search_modifier_due_date_on' => 'Transaction due date is on ":value"', - 'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"', - 'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"', - 'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"', - 'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"', - 'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"', - 'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"', - 'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"', - 'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"', - 'search_modifier_created_at_on' => 'Transaction was created on ":value"', - 'search_modifier_created_at_before' => 'Transaction was created on or before ":value"', - 'search_modifier_created_at_after' => 'Transaction was created on or after ":value"', - 'search_modifier_updated_at_on' => 'Transaction was updated on ":value"', - 'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"', - 'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"', - 'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"', - 'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"', - 'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"', - 'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"', - 'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"', - 'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"', - 'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', - 'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end is ":value"', + 'search_modifier_updated_at_on_year' => 'A transação foi atualizada pela última vez no ano de ":value"', + 'search_modifier_updated_at_on_month' => 'A transação foi atualizada pela última vez no mês de ":value"', + 'search_modifier_updated_at_on_day' => 'A transação foi atualizada pela última vez no dia do mês de ":value"', + 'search_modifier_updated_at_before_year' => 'A transação foi atualizada pela última vez no ano, ou antes de ":value"', + 'search_modifier_updated_at_before_month' => 'A transação foi atualizada pela última vez no mês ou antes de ":value"', + 'search_modifier_updated_at_before_day' => 'A transação foi atualizada pela última vez no dia do mês ou antes de ":value"', + 'search_modifier_updated_at_after_year' => 'A transação foi atualizada pela última vez no ano, ou depois de ":value"', + 'search_modifier_updated_at_after_month' => 'A transação foi atualizada pela última vez no mês ou depois de ":value"', + 'search_modifier_updated_at_after_day' => 'A transação foi atualizada pela última vez no dia do mês ou depois de ":value"', + 'search_modifier_created_at_on_year' => 'A transação foi criada no ano de ":value"', + 'search_modifier_created_at_on_month' => 'A transação foi criada no mês de ":value"', + 'search_modifier_created_at_on_day' => 'A transação foi criada no dia do mês de ":value"', + 'search_modifier_created_at_before_year' => 'A transação foi criada em ou antes do ano de ":value"', + 'search_modifier_created_at_before_month' => 'A transação foi criada em ou antes do mês de ":value"', + 'search_modifier_created_at_before_day' => 'A transação foi criada em ou antes do dia do mês de ":value"', + 'search_modifier_created_at_after_year' => 'A transação foi criada em ou após o ano de ":value"', + 'search_modifier_created_at_after_month' => 'A transação foi criada em ou após o mês de ":value"', + 'search_modifier_created_at_after_day' => 'A transação foi criada em ou após o dia do mês de ":value"', + 'search_modifier_interest_date_before' => 'Data de juros da transação é em ou antes de ":value"', + 'search_modifier_interest_date_after' => 'Data de juros da transação é em ou posterior a ":value"', + 'search_modifier_book_date_on' => 'Data de reserva da transação é em:value"', + 'search_modifier_book_date_before' => 'Data de reserva da transação é em ou antes de ":value"', + 'search_modifier_book_date_after' => 'Data de reserva da transação é em ou após ":value"', + 'search_modifier_process_date_on' => 'Data de processamento da transação é em ":value"', + 'search_modifier_process_date_before' => 'Data de processamento da transação é em ou antes de ":value"', + 'search_modifier_process_date_after' => 'Data de processamento da transação é em ou após ":value"', + 'search_modifier_due_date_on' => 'Data de vencimento da transação é em ":value"', + 'search_modifier_due_date_before' => 'Data de vencimento da transação é em ou antes de ":value"', + 'search_modifier_due_date_after' => 'Data de vencimento da transação é em ou após ":value"', + 'search_modifier_payment_date_on' => 'Data de pagamento da transação é em ":value"', + 'search_modifier_payment_date_before' => 'Data de pagamento da transação é em ou antes de ":value"', + 'search_modifier_payment_date_after' => 'Data de pagamento da transação é em ou após ":value"', + 'search_modifier_invoice_date_on' => 'Data de fatura de transação é em ":value"', + 'search_modifier_invoice_date_before' => 'Data da fatura de transação é em ou antes de ":value"', + 'search_modifier_invoice_date_after' => 'Data da fatura de transação é em ou após ":value"', + 'search_modifier_created_at_on' => 'A transação foi criada em ":value"', + 'search_modifier_created_at_before' => 'A transação foi criada em ou antes de ":value"', + 'search_modifier_created_at_after' => 'A transação foi criada em ou após ":value"', + 'search_modifier_updated_at_on' => 'Transação foi atualizada em ":value"', + 'search_modifier_updated_at_before' => 'A transação foi atualizada em ou antes de ":value"', + 'search_modifier_updated_at_after' => 'A transação foi atualizada em ou após ":value"', + 'search_modifier_attachment_name_is' => 'Qualquer nome de anexo é ":value"', + 'search_modifier_attachment_name_contains' => 'Qualquer nome do anexo contém ":value"', + 'search_modifier_attachment_name_starts' => 'Qualquer nome de anexo começa com ":value"', + 'search_modifier_attachment_name_ends' => 'Qualquer nome de anexo termina com ":value"', + 'search_modifier_attachment_notes_are' => 'Qualquer nota de anexo é ":value"', + 'search_modifier_attachment_notes_contains' => 'Qualquer nota de anexo contém ":value"', + 'search_modifier_attachment_notes_starts' => 'Qualquer nota de anexo começa com ":value"', + 'search_modifier_attachment_notes_ends' => 'Qualquer fim de nota de anexo é ":value"', 'update_rule_from_query' => 'Atualizar regra ":rule" da pesquisa', 'create_rule_from_query' => 'Criar nova regra a partir da pesquisa', 'rule_from_search_words' => 'O mecanismo de regra tem dificuldade para tratar ":string". A regra sugerida que se encaixa na sua pesquisa pode retornar resultados diferentes. Por favor, verifique os gatilhos das regras cuidadosamente.', @@ -605,14 +605,14 @@ return [ 'rule_trigger_source_account_is' => 'Nome da conta de origem é ":trigger_value"', 'rule_trigger_source_account_contains_choice' => 'Nome da conta de origem contém..', 'rule_trigger_source_account_contains' => 'Nome da conta de origem contém ":trigger_value"', - 'rule_trigger_account_id_choice' => 'Either account ID is exactly..', - 'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value', + 'rule_trigger_account_id_choice' => 'Ou ID da conta é exatamente..', + 'rule_trigger_account_id' => 'Ou o ID da conta é exatamente :trigger_value', 'rule_trigger_source_account_id_choice' => 'ID da conta de origem é igual a..', 'rule_trigger_source_account_id' => 'ID da conta de origem é igual a :trigger_value', 'rule_trigger_destination_account_id_choice' => 'ID da conta de destino é igual a..', 'rule_trigger_destination_account_id' => 'ID da conta de destino é igual a :trigger_value', - 'rule_trigger_account_is_cash_choice' => 'Either account is cash', - 'rule_trigger_account_is_cash' => 'Either account is cash', + 'rule_trigger_account_is_cash_choice' => 'Ou a conta é dinheiro', + 'rule_trigger_account_is_cash' => 'Ou a conta é dinheiro', 'rule_trigger_source_is_cash_choice' => 'Conta de origem é (dinheiro)', 'rule_trigger_source_is_cash' => 'Conta de origem é (dinheiro)', 'rule_trigger_destination_is_cash_choice' => 'Conta de destino é (dinheiro)', @@ -647,8 +647,8 @@ return [ 'rule_trigger_category_is' => 'A categoria é ":trigger_value"', 'rule_trigger_amount_less_choice' => 'Quantia é inferior a..', 'rule_trigger_amount_less' => 'Quantia é inferior :trigger_value', - 'rule_trigger_amount_is_choice' => 'Amount is..', - 'rule_trigger_amount_is' => 'Amount is :trigger_value', + 'rule_trigger_amount_is_choice' => 'Quantia é..', + 'rule_trigger_amount_is' => 'Quantia é :trigger_value', 'rule_trigger_amount_more_choice' => 'Quantia é mais do que..', 'rule_trigger_amount_more' => 'Quantia é mais de :trigger_value', 'rule_trigger_description_starts_choice' => 'Descrição começa com..', @@ -659,20 +659,20 @@ return [ 'rule_trigger_description_contains' => 'Descrição contém ":trigger_value"', 'rule_trigger_description_is_choice' => 'Descrição é..', 'rule_trigger_description_is' => 'Descrição é ":trigger_value"', - 'rule_trigger_date_on_choice' => 'Transaction date is..', - 'rule_trigger_date_on' => 'Transaction date is ":trigger_value"', + 'rule_trigger_date_on_choice' => 'Data da transação é..', + 'rule_trigger_date_on' => 'Data de transação é ":trigger_value"', 'rule_trigger_date_before_choice' => 'A data da transação é anterior a...', 'rule_trigger_date_before' => 'A data da transação é anterior a ":trigger_value"', 'rule_trigger_date_after_choice' => 'A data da transação é posterior a...', 'rule_trigger_date_after' => 'A data da transação é posterior a ":trigger_value"', - 'rule_trigger_created_at_on_choice' => 'Transaction was made on..', - 'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"', - 'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..', - 'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"', + 'rule_trigger_created_at_on_choice' => 'Transação foi feita em..', + 'rule_trigger_created_at_on' => 'A transação foi feita em ":trigger_value"', + 'rule_trigger_updated_at_on_choice' => 'Transação foi editada pela última vez em..', + 'rule_trigger_updated_at_on' => 'Transação foi editada pela última vez em ":trigger_value"', 'rule_trigger_budget_is_choice' => 'O orçamento é..', 'rule_trigger_budget_is' => 'O orçamento é ":trigger_value"', - 'rule_trigger_tag_is_choice' => 'Any tag is..', - 'rule_trigger_tag_is' => 'Any tag is ":trigger_value"', + 'rule_trigger_tag_is_choice' => 'Qualquer tag é..', + 'rule_trigger_tag_is' => 'Qualquer tag é ":trigger_value"', 'rule_trigger_currency_is_choice' => 'A moeda da transação é..', 'rule_trigger_currency_is' => 'A moeda da transação é ":trigger_value"', 'rule_trigger_foreign_currency_is_choice' => 'A moeda estrangeira da transação é...', @@ -699,157 +699,157 @@ return [ 'rule_trigger_any_notes' => 'A transação tem notas (qualquer)', 'rule_trigger_no_notes_choice' => 'Não tem notas', 'rule_trigger_no_notes' => 'A transação não tem notas', - 'rule_trigger_notes_is_choice' => 'Notes are..', - 'rule_trigger_notes_is' => 'Notes are ":trigger_value"', - 'rule_trigger_notes_contains_choice' => 'Notes contain..', - 'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"', - 'rule_trigger_notes_starts_choice' => 'Notes start with..', - 'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"', - 'rule_trigger_notes_ends_choice' => 'Notes end with..', - 'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"', + 'rule_trigger_notes_is_choice' => 'As notas são..', + 'rule_trigger_notes_is' => 'As notas são ":trigger_value"', + 'rule_trigger_notes_contains_choice' => 'As notas contêm..', + 'rule_trigger_notes_contains' => 'As notas contêm ":trigger_value"', + 'rule_trigger_notes_starts_choice' => 'As notas começam com..', + 'rule_trigger_notes_starts' => 'As notas começam com ":trigger_value"', + 'rule_trigger_notes_ends_choice' => 'As notas terminam com..', + 'rule_trigger_notes_ends' => 'Notas terminam com ":trigger_value"', 'rule_trigger_bill_is_choice' => 'Conta é..', 'rule_trigger_bill_is' => 'Conta é ":trigger_value"', - 'rule_trigger_external_id_is_choice' => 'External ID is..', - 'rule_trigger_external_id_is' => 'External ID is ":trigger_value"', - 'rule_trigger_internal_reference_is_choice' => 'Internal reference is..', - 'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"', + 'rule_trigger_external_id_is_choice' => 'ID externo é..', + 'rule_trigger_external_id_is' => 'ID externo é ":trigger_value"', + 'rule_trigger_internal_reference_is_choice' => 'Referência interna é..', + 'rule_trigger_internal_reference_is' => 'Referência interna é ":trigger_value"', 'rule_trigger_journal_id_choice' => 'ID do livro de transação é..', 'rule_trigger_journal_id' => 'ID do livro de transação é ":trigger_value"', - 'rule_trigger_no_external_url' => 'Transaction has no external URL', - 'rule_trigger_any_external_url' => 'Transaction has an external URL', + 'rule_trigger_no_external_url' => 'A transação não tem URL externa', + 'rule_trigger_any_external_url' => 'A transação tem uma URL externa', 'rule_trigger_any_external_url_choice' => 'A transação tem um link externo', 'rule_trigger_no_external_url_choice' => 'A transação não tem um link externo', 'rule_trigger_id_choice' => 'O identificador da transação é..', 'rule_trigger_id' => 'O identificador da transação é ":trigger_value"', // new values: - 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', - 'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"', - 'rule_trigger_tag_is_not' => 'No tag is..', - 'rule_trigger_account_is_choice' => 'Either account is exactly..', - 'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"', - 'rule_trigger_account_contains_choice' => 'Either account contains..', - 'rule_trigger_account_contains' => 'Either account contains ":trigger_value"', - 'rule_trigger_account_ends_choice' => 'Either account ends with..', - 'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"', - 'rule_trigger_account_starts_choice' => 'Either account starts with..', - 'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"', - 'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..', - 'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"', - 'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..', - 'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"', - 'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..', - 'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"', - 'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..', - 'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"', - 'rule_trigger_category_contains_choice' => 'Category contains..', - 'rule_trigger_category_contains' => 'Category contains ":trigger_value"', - 'rule_trigger_category_ends_choice' => 'Category ends with..', - 'rule_trigger_category_ends' => 'Category ends with ":trigger_value"', - 'rule_trigger_category_starts_choice' => 'Category starts with..', - 'rule_trigger_category_starts' => 'Category starts with ":trigger_value"', - 'rule_trigger_budget_contains_choice' => 'Budget contains..', - 'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"', - 'rule_trigger_budget_ends_choice' => 'Budget ends with..', - 'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"', - 'rule_trigger_budget_starts_choice' => 'Budget starts with..', - 'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"', - 'rule_trigger_bill_contains_choice' => 'Bill contains..', - 'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"', - 'rule_trigger_bill_ends_choice' => 'Bill ends with..', - 'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"', - 'rule_trigger_bill_starts_choice' => 'Bill starts with..', - 'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"', - 'rule_trigger_external_id_contains_choice' => 'External ID contains..', - 'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"', - 'rule_trigger_external_id_ends_choice' => 'External ID ends with..', - 'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"', - 'rule_trigger_external_id_starts_choice' => 'External ID starts with..', - 'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"', - 'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..', - 'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"', - 'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..', - 'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"', - 'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..', - 'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"', - 'rule_trigger_external_url_is_choice' => 'External URL is..', - 'rule_trigger_external_url_is' => 'External URL is ":trigger_value"', - 'rule_trigger_external_url_contains_choice' => 'External URL contains..', - 'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"', - 'rule_trigger_external_url_ends_choice' => 'External URL ends with..', - 'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"', - 'rule_trigger_external_url_starts_choice' => 'External URL starts with..', - 'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"', - 'rule_trigger_has_no_attachments_choice' => 'Has no attachments', - 'rule_trigger_has_no_attachments' => 'Transaction has no attachments', - 'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..', - 'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"', - 'rule_trigger_interest_date_on_choice' => 'Interest date is on..', - 'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"', - 'rule_trigger_interest_date_before_choice' => 'Interest date is before..', - 'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"', - 'rule_trigger_interest_date_after_choice' => 'Interest date is after..', - 'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"', - 'rule_trigger_book_date_on_choice' => 'Book date is on..', - 'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"', - 'rule_trigger_book_date_before_choice' => 'Book date is before..', - 'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"', - 'rule_trigger_book_date_after_choice' => 'Book date is after..', - 'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"', - 'rule_trigger_process_date_on_choice' => 'Process date is on..', - 'rule_trigger_process_date_on' => 'Process date is ":trigger_value"', - 'rule_trigger_process_date_before_choice' => 'Process date is before..', - 'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"', - 'rule_trigger_process_date_after_choice' => 'Process date is after..', - 'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"', - 'rule_trigger_due_date_on_choice' => 'Due date is on..', - 'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"', - 'rule_trigger_due_date_before_choice' => 'Due date is before..', - 'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"', - 'rule_trigger_due_date_after_choice' => 'Due date is after..', - 'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"', - 'rule_trigger_payment_date_on_choice' => 'Payment date is on..', - 'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"', - 'rule_trigger_payment_date_before_choice' => 'Payment date is before..', - 'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"', - 'rule_trigger_payment_date_after_choice' => 'Payment date is after..', - 'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"', - 'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..', - 'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"', - 'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..', - 'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"', - 'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..', - 'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"', - 'rule_trigger_created_at_before_choice' => 'Transaction was created before..', - 'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"', - 'rule_trigger_created_at_after_choice' => 'Transaction was created after..', - 'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"', - 'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..', - 'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"', - 'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..', - 'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"', - 'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..', - 'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"', - 'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..', - 'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"', - 'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..', - 'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"', - 'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..', - 'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"', - 'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..', - 'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"', - 'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..', - 'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"', - 'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..', - 'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"', - 'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..', - 'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"', - 'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..', - 'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"', - 'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..', - 'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"', - 'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..', - 'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"', + 'rule_trigger_user_action_choice' => 'Ação do usuário é ":trigger_value"', + 'rule_trigger_tag_is_not_choice' => 'Nenhuma tag é ":trigger_value"', + 'rule_trigger_tag_is_not' => 'Nenhuma tag é..', + 'rule_trigger_account_is_choice' => 'Ou a conta é exatamente..', + 'rule_trigger_account_is' => 'Ou a conta é exatamente ":trigger_value"', + 'rule_trigger_account_contains_choice' => 'Ou a conta contém..', + 'rule_trigger_account_contains' => 'Ou a conta contém ":trigger_value"', + 'rule_trigger_account_ends_choice' => 'Ou a conta termina com..', + 'rule_trigger_account_ends' => 'Ou a conta termina com ":trigger_value"', + 'rule_trigger_account_starts_choice' => 'Ou a conta começa com..', + 'rule_trigger_account_starts' => 'Ou a conta começa com ":trigger_value"', + 'rule_trigger_account_nr_is_choice' => 'Ou número da conta / IBAN é..', + 'rule_trigger_account_nr_is' => 'Ou número da conta / IBAN é ":trigger_value"', + 'rule_trigger_account_nr_contains_choice' => 'Ou número da conta / IBAN contém..', + 'rule_trigger_account_nr_contains' => 'Ou número da conta / IBAN contém ":trigger_value"', + 'rule_trigger_account_nr_ends_choice' => 'Ou número da conta / IBAN termina com..', + 'rule_trigger_account_nr_ends' => 'Ou número da conta / IBAN termina com ":trigger_value"', + 'rule_trigger_account_nr_starts_choice' => 'Ou número da conta / IBAN começa com..', + 'rule_trigger_account_nr_starts' => 'Ou número da conta / IBAN começa com ":trigger_value"', + 'rule_trigger_category_contains_choice' => 'A categoria contém..', + 'rule_trigger_category_contains' => 'Categoria contém ":trigger_value"', + 'rule_trigger_category_ends_choice' => 'Categoria termina com..', + 'rule_trigger_category_ends' => 'Categoria termina com ":trigger_value"', + 'rule_trigger_category_starts_choice' => 'Categoria começa com..', + 'rule_trigger_category_starts' => 'Categoria começa com ":trigger_value"', + 'rule_trigger_budget_contains_choice' => 'O orçamento contém..', + 'rule_trigger_budget_contains' => 'O orçamento contém ":trigger_value"', + 'rule_trigger_budget_ends_choice' => 'O orçamento termina com..', + 'rule_trigger_budget_ends' => 'Orçamento termina com ":trigger_value"', + 'rule_trigger_budget_starts_choice' => 'O orçamento começa com..', + 'rule_trigger_budget_starts' => 'Orçamento começa com ":trigger_value"', + 'rule_trigger_bill_contains_choice' => 'A fatura contém..', + 'rule_trigger_bill_contains' => 'Fatura contém ":trigger_value"', + 'rule_trigger_bill_ends_choice' => 'Fatura termina com..', + 'rule_trigger_bill_ends' => 'Fatura termina com ":trigger_value"', + 'rule_trigger_bill_starts_choice' => 'Fatura começa com..', + 'rule_trigger_bill_starts' => 'Fatura começa com ":trigger_value"', + 'rule_trigger_external_id_contains_choice' => 'ID Externo contém..', + 'rule_trigger_external_id_contains' => 'ID Externo contém ":trigger_value"', + 'rule_trigger_external_id_ends_choice' => 'ID externo termina com..', + 'rule_trigger_external_id_ends' => 'ID Externo termina com ":trigger_value"', + 'rule_trigger_external_id_starts_choice' => 'ID externo começa com..', + 'rule_trigger_external_id_starts' => 'ID Externo começa com ":trigger_value"', + 'rule_trigger_internal_reference_contains_choice' => 'Referência interna contém..', + 'rule_trigger_internal_reference_contains' => 'Referência interna contém ":trigger_value"', + 'rule_trigger_internal_reference_ends_choice' => 'Referência interna termina com..', + 'rule_trigger_internal_reference_ends' => 'Referência interna termina com ":trigger_value"', + 'rule_trigger_internal_reference_starts_choice' => 'Referência interna começa com..', + 'rule_trigger_internal_reference_starts' => 'Referência interna começa com ":trigger_value"', + 'rule_trigger_external_url_is_choice' => 'URL externa é..', + 'rule_trigger_external_url_is' => 'URL externa é ":trigger_value"', + 'rule_trigger_external_url_contains_choice' => 'URL externa contém..', + 'rule_trigger_external_url_contains' => 'URL externa contém ":trigger_value"', + 'rule_trigger_external_url_ends_choice' => 'URL externa termina com..', + 'rule_trigger_external_url_ends' => 'URL externa termina com ":trigger_value"', + 'rule_trigger_external_url_starts_choice' => 'URL externa começa com..', + 'rule_trigger_external_url_starts' => 'URL externa começa com ":trigger_value"', + 'rule_trigger_has_no_attachments_choice' => 'Não há anexos', + 'rule_trigger_has_no_attachments' => 'A transação não tem anexos', + 'rule_trigger_recurrence_id_choice' => 'O ID da transação recorrente é..', + 'rule_trigger_recurrence_id' => 'ID da transação recorrente é ":trigger_value"', + 'rule_trigger_interest_date_on_choice' => 'Data de juros é em..', + 'rule_trigger_interest_date_on' => 'Data de juros é em ":trigger_value"', + 'rule_trigger_interest_date_before_choice' => 'Data de juros é anterior a..', + 'rule_trigger_interest_date_before' => 'Data de juros é antes de ":trigger_value"', + 'rule_trigger_interest_date_after_choice' => 'Data de juros é após..', + 'rule_trigger_interest_date_after' => 'Data de juros é após ":trigger_value"', + 'rule_trigger_book_date_on_choice' => 'Data de reserva é em..', + 'rule_trigger_book_date_on' => 'Data de reserva é em ":trigger_value"', + 'rule_trigger_book_date_before_choice' => 'A data de reserva é antes de..', + 'rule_trigger_book_date_before' => 'Data de reserva é antes de ":trigger_value"', + 'rule_trigger_book_date_after_choice' => 'A data de reserva é após..', + 'rule_trigger_book_date_after' => 'Data de reserva após ":trigger_value"', + 'rule_trigger_process_date_on_choice' => 'Data de processamento é em..', + 'rule_trigger_process_date_on' => 'Data de processamento é ":trigger_value"', + 'rule_trigger_process_date_before_choice' => 'Data de processamento é antes de..', + 'rule_trigger_process_date_before' => 'Data de processamento é antes de ":trigger_value"', + 'rule_trigger_process_date_after_choice' => 'Data de processamento é após..', + 'rule_trigger_process_date_after' => 'Data de processamento é após ":trigger_value"', + 'rule_trigger_due_date_on_choice' => 'Data de vencimento é em..', + 'rule_trigger_due_date_on' => 'Data de vencimento é em ":trigger_value"', + 'rule_trigger_due_date_before_choice' => 'A data de vencimento é antes de..', + 'rule_trigger_due_date_before' => 'Data de vencimento é antes de ":trigger_value"', + 'rule_trigger_due_date_after_choice' => 'Data de vencimento é após..', + 'rule_trigger_due_date_after' => 'Data de vencimento é após ":trigger_value"', + 'rule_trigger_payment_date_on_choice' => 'Data de pagamento é em..', + 'rule_trigger_payment_date_on' => 'Data do pagamento é em ":trigger_value"', + 'rule_trigger_payment_date_before_choice' => 'Data de pagamento é anterior a..', + 'rule_trigger_payment_date_before' => 'Data do pagamento é antes de ":trigger_value"', + 'rule_trigger_payment_date_after_choice' => 'Data de pagamento é depois de..', + 'rule_trigger_payment_date_after' => 'Data do pagamento é após ":trigger_value"', + 'rule_trigger_invoice_date_on_choice' => 'Data da fatura é em..', + 'rule_trigger_invoice_date_on' => 'A data da fatura é em ":trigger_value"', + 'rule_trigger_invoice_date_before_choice' => 'Data da fatura é antes de..', + 'rule_trigger_invoice_date_before' => 'Data da fatura é antes de ":trigger_value"', + 'rule_trigger_invoice_date_after_choice' => 'Data da fatura é depois de..', + 'rule_trigger_invoice_date_after' => 'Data da fatura é depois de ":trigger_value"', + 'rule_trigger_created_at_before_choice' => 'A transação foi criada antes de..', + 'rule_trigger_created_at_before' => 'A transação foi criada antes de ":trigger_value"', + 'rule_trigger_created_at_after_choice' => 'A transação foi criada depois de..', + 'rule_trigger_created_at_after' => 'A transação foi criada após ":trigger_value"', + 'rule_trigger_updated_at_before_choice' => 'A transação foi atualizada pela última vez..', + 'rule_trigger_updated_at_before' => 'A transação foi atualizada pela última vez antes de ":trigger_value"', + 'rule_trigger_updated_at_after_choice' => 'A transação foi atualizada pela última vez depois de..', + 'rule_trigger_updated_at_after' => 'A transação foi atualizada pela última vez após ":trigger_value"', + 'rule_trigger_foreign_amount_is_choice' => 'Quantidade em moeda estrangeira é exatamente..', + 'rule_trigger_foreign_amount_is' => 'Quantidade em moeda estrangeira é exatamente ":trigger_value"', + 'rule_trigger_foreign_amount_less_choice' => 'Quantidade em moeda estrangeira é menor que..', + 'rule_trigger_foreign_amount_less' => 'Quantia em moeda estrangeira é inferior a ":trigger_value"', + 'rule_trigger_foreign_amount_more_choice' => 'Quantidade em moeda estrangeira é maior que..', + 'rule_trigger_foreign_amount_more' => 'Quantia em moeda estrangeira é maior que ":trigger_value"', + 'rule_trigger_attachment_name_is_choice' => 'Qualquer nome do anexo é..', + 'rule_trigger_attachment_name_is' => 'Qualquer nome de anexo é ":trigger_value"', + 'rule_trigger_attachment_name_contains_choice' => 'Qualquer nome do anexo contém..', + 'rule_trigger_attachment_name_contains' => 'Qualquer nome do anexo contém ":trigger_value"', + 'rule_trigger_attachment_name_starts_choice' => 'Qualquer nome do anexo começa com..', + 'rule_trigger_attachment_name_starts' => 'Qualquer nome de anexo começa com ":trigger_value"', + 'rule_trigger_attachment_name_ends_choice' => 'Qualquer nome de anexo termina com..', + 'rule_trigger_attachment_name_ends' => 'Qualquer nome de anexo termina com ":trigger_value"', + 'rule_trigger_attachment_notes_are_choice' => 'Qualquer nota de anexo é..', + 'rule_trigger_attachment_notes_are' => 'Qualquer nota de anexo é ":trigger_value"', + 'rule_trigger_attachment_notes_contains_choice' => 'Qualquer nota de anexo contém..', + 'rule_trigger_attachment_notes_contains' => 'Qualquer nota de anexo contém ":trigger_value"', + 'rule_trigger_attachment_notes_starts_choice' => 'Qualquer nota de anexo começa com..', + 'rule_trigger_attachment_notes_starts' => 'Qualquer nota de anexo começa com ":trigger_value"', + 'rule_trigger_attachment_notes_ends_choice' => 'Qualquer nota de anexo termina com..', + 'rule_trigger_attachment_notes_ends' => 'Qualquer nota de anexo termina com ":trigger_value"', // actions 'rule_action_delete_transaction_choice' => 'EXCLUIR transação (!)', @@ -999,14 +999,14 @@ return [ 'pref_optional_tj_internal_reference' => 'Referência interna', 'pref_optional_tj_notes' => 'Notas', 'pref_optional_tj_attachments' => 'Anexos', - 'pref_optional_tj_external_url' => 'External URL', + 'pref_optional_tj_external_url' => 'URL externa', 'pref_optional_tj_location' => 'Localização', 'pref_optional_tj_links' => 'Links da transação', 'optional_field_meta_dates' => 'Datas', 'optional_field_meta_business' => 'Negócios', 'optional_field_attachments' => 'Anexos', 'optional_field_meta_data' => 'Meta dados opcionais', - 'external_url' => 'External URL', + 'external_url' => 'URL externa', // profile: 'delete_stuff_header' => 'Apagar dados', @@ -1310,10 +1310,10 @@ return [ 'running_again_loss' => 'Transações previamente vinculadas a esta conta podem perder sua conexão se elas (não mais) corresponderem à(s) regra(s).', 'bill_related_rules' => 'Regras relacionadas a esta conta', 'repeats' => 'Repetições', - 'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.', - 'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.', - 'bill_end_index_line' => 'This bill ends on :date', - 'bill_extension_index_line' => 'This bill must be extended or cancelled on :date', + 'bill_end_date_help' => 'Campo opcional. Espera-se que a fatura termine nesta data.', + 'bill_extension_date_help' => 'Campo opcional. A fatura deve ser renovada (ou cancelada) nesta ou antes desta data.', + 'bill_end_index_line' => 'Esta fatura termina em :date', + 'bill_extension_index_line' => 'Esta fatura deve ser renovada ou cancelada em :date', 'connected_journals' => 'Transações conectadas', 'auto_match_on' => 'Automaticamente correspondente com Firefly III', 'auto_match_off' => 'Não corresponde automaticamente com Firefly III', @@ -1434,7 +1434,7 @@ return [ 'stored_new_account' => 'Nova conta ":name" armazenado!', 'stored_new_account_js' => 'Nova conta "{name}" armazenada!', 'updated_account' => 'Conta ":name" atualizada', - 'updated_account_js' => 'Updated account "{title}".', + 'updated_account_js' => 'Conta atualizada "{title}".', 'credit_card_options' => 'Opções de cartão de crédito', 'no_transactions_account' => 'Não há transações (neste período) para a conta ativa ":name".', 'no_transactions_period' => 'Não há transações (neste período).', @@ -1466,7 +1466,7 @@ return [ 'already_cleared_transactions' => 'Transações já removidas (:count)', 'submitted_end_balance' => 'Saldo final enviado', 'initial_balance_description' => 'Saldo inicial para ":account"', - 'liability_credit_description' => 'Liability credit for ":account"', + 'liability_credit_description' => 'Passivo de crédito para ":account"', 'interest_calc_' => 'desconhecido', 'interest_calc_daily' => 'Por dia', 'interest_calc_monthly' => 'Por mês', @@ -1661,8 +1661,8 @@ return [ 'credit_card_type_monthlyFull' => 'Pagamento completo todo mês', 'liability_direction_credit' => 'Devo este débito', 'liability_direction_debit' => 'Devo este débito a outra pessoa', - 'liability_direction_credit_short' => 'Owed this debt', - 'liability_direction_debit_short' => 'Owe this debt', + 'liability_direction_credit_short' => 'Devia este débito', + 'liability_direction_debit_short' => 'Deve este débito', 'liability_direction__short' => 'Desconhecida', 'liability_direction_null_short' => 'Desconhecida', 'Liability credit' => 'Crédito de passivo', @@ -2052,8 +2052,8 @@ return [ 'no_budgets_title_default' => 'Vamos criar um orçamento', 'no_rules_title_default' => 'Vamos criar uma regra', 'no_budgets_intro_default' => 'Você ainda não tem nenhum orçamento. Eles são utilizados para organizar suas despesas em grupos lógicos, que você pode aplicar para limitar suas despesas.', - 'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.', - 'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:', + 'no_rules_intro_default' => 'Você ainda não tem regras. As regras são poderosas automações que podem gerenciar transações para você.', + 'no_rules_imperative_default' => 'As regras podem ser muito úteis quando você está gerenciando transações. Vamos criar uma agora:', 'no_budgets_imperative_default' => 'Os orçamentos são as ferramentas básicas de gestão financeira. Vamos criar um agora:', 'no_budgets_create_default' => 'Criar orçamento', 'no_rules_create_default' => 'Criar uma regra', @@ -2098,9 +2098,9 @@ return [ 'recurring_daily' => 'Todos os dias', 'recurring_weekly' => ':weekday toda semana', 'recurring_weekly_skip' => 'A cada :skipª semana em :weekday', - 'recurring_monthly' => 'Todos os meses no dia :dayOfMonth(st, nd, rd, th)', + 'recurring_monthly' => 'Todos os meses no dia :dayOfMonth', 'recurring_monthly_skip' => 'A cada mês :skipº no dia :dayOfMonth', - 'recurring_ndom' => 'Todos os meses no(a) :dayOfMonth(st, nd, rd, th) :weekday', + 'recurring_ndom' => 'Todos os meses na(o) :dayOfMonth ª/º :weekday', 'recurring_yearly' => 'Todos os anos em :date', 'overview_for_recurrence' => 'Visão geral da transação recorrente ":title"', 'warning_duplicates_repetitions' => 'Em raras ocasiões, as datas aparecem duas vezes na lista. Isso pode acontecer quando várias repetições colidem. Firefly III sempre irá gerar uma transação por dia.', diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 947a0c9794..d8a3f7a605 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -84,7 +84,7 @@ return [ 'liability_type' => 'Tipo de passivo', 'interest' => 'Juros', 'interest_period' => 'Período de juros', - 'extension_date' => 'Extension date', + 'extension_date' => 'Data de renovação', 'type' => 'Tipo', 'convert_Withdrawal' => 'Converter a retirada', 'convert_Deposit' => 'Converter o depósito', @@ -121,7 +121,7 @@ return [ 'stop_processing' => 'Parar processamento', 'start_date' => 'Início do intervalo', 'end_date' => 'Final do intervalo', - 'enddate' => 'End date', + 'enddate' => 'Data final', 'start' => 'Início do intervalo', 'end' => 'Término do intervalo', 'delete_account' => 'Apagar conta ":name"', @@ -181,7 +181,7 @@ return [ 'login_name' => 'Login', 'is_owner' => 'É administrador(a)?', 'url' => 'link', - 'bill_end_date' => 'End date', + 'bill_end_date' => 'Data final', // import 'apply_rules' => 'Aplicar Regras', diff --git a/resources/lang/pt_BR/list.php b/resources/lang/pt_BR/list.php index 89a1572210..6bb74004af 100644 --- a/resources/lang/pt_BR/list.php +++ b/resources/lang/pt_BR/list.php @@ -46,7 +46,7 @@ return [ 'account_type' => 'Tipo de conta', 'created_at' => 'Criado em', 'account' => 'Conta', - 'external_url' => 'External URL', + 'external_url' => 'URL externa', 'matchingAmount' => 'Total', 'destination' => 'Destino', 'source' => 'Fonte', @@ -76,7 +76,7 @@ return [ 'type' => 'Tipo', 'completed' => 'Completo', 'iban' => 'IBAN', - 'account_number' => 'Account number', + 'account_number' => 'Número da conta', 'paid_current_period' => 'Pago este período', 'email' => 'Email', 'registered_at' => 'Registrado em', @@ -133,7 +133,7 @@ return [ 'interest' => 'Juros', 'interest_period' => 'Período de juros', 'liability_type' => 'Tipo de passivo', - 'liability_direction' => 'Liability in/out', + 'liability_direction' => 'Entrada/saída de passivo', 'end_date' => 'Data final', 'payment_info' => 'Informação de pagamento', 'expected_info' => 'Próxima transação esperada', diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index 57a07a732e..382a33f5a3 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -209,15 +209,15 @@ return [ 'need_id_in_edit' => 'Cada divisão deve ter transaction_journal_id (ID válido ou 0).', 'ob_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.', - 'lc_source_need_data' => 'Need to get a valid source account ID to continue.', + 'lc_source_need_data' => 'É necessário obter um ID de uma conta de origem válida para continuar.', 'ob_dest_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.', 'ob_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".', 'generic_invalid_source' => 'Você não pode usar esta conta como conta de origem.', 'generic_invalid_destination' => 'Você não pode usar esta conta como conta de destino.', - 'generic_no_source' => 'You must submit source account information.', - 'generic_no_destination' => 'You must submit destination account information.', + 'generic_no_source' => 'Você precisa enviar as informações da conta de origem.', + 'generic_no_destination' => 'Você precisa enviar as informações da conta de destino.', 'gte.numeric' => ':attribute deve ser maior ou igual a :value.', 'gt.numeric' => 'O campo :attribute deve ser maior que :value.', diff --git a/resources/lang/pt_PT/breadcrumbs.php b/resources/lang/pt_PT/breadcrumbs.php index fbb00bacc1..5a0f19ac3d 100644 --- a/resources/lang/pt_PT/breadcrumbs.php +++ b/resources/lang/pt_PT/breadcrumbs.php @@ -70,8 +70,8 @@ return [ 'edit_object_group' => 'Editar grupo ":title"', 'delete_object_group' => 'Apagar grupo ":title"', 'logout_others' => 'Sair de outras sessões', - 'asset_accounts' => 'Asset accounts', - 'expense_accounts' => 'Expense accounts', + 'asset_accounts' => 'Conta de activos', + 'expense_accounts' => 'Conta de despesas', 'revenue_accounts' => 'Revenue accounts', 'liabilities_accounts' => 'Liabilities', 'placeholder' => '[Placeholder]', diff --git a/resources/lang/pt_PT/config.php b/resources/lang/pt_PT/config.php index abea86f4af..e3915bdb8f 100644 --- a/resources/lang/pt_PT/config.php +++ b/resources/lang/pt_PT/config.php @@ -53,9 +53,9 @@ return [ 'year_js' => 'YYYY', //'half_year' => '%B %Y', - 'half_year_js' => '\QQ YYYY', + 'half_year_js' => '\TQ YYYY', - 'quarter_fns' => "'Trimestre' Q, yyyy", + 'quarter_fns' => "'T' Q, yyyy", 'half_year_fns' => "'H{half}', yyyy", 'dow_1' => 'Segunda', 'dow_2' => 'Terça', diff --git a/resources/lang/pt_PT/firefly.php b/resources/lang/pt_PT/firefly.php index 6028115af6..4b2e667371 100644 --- a/resources/lang/pt_PT/firefly.php +++ b/resources/lang/pt_PT/firefly.php @@ -31,7 +31,7 @@ return [ 'split' => 'Dividir', 'single_split' => 'Dividir', 'clone' => 'Duplicar', - 'confirm_action' => 'Confirm action', + 'confirm_action' => 'Confirmar ação', 'last_seven_days' => 'Últimos sete dias', 'last_thirty_days' => 'Últimos trinta dias', 'last_180_days' => 'Últimos 180 dias', @@ -290,7 +290,7 @@ return [ 'search_modifier_id' => 'O ID da transação é ":value"', 'search_modifier_date_before' => 'A data da transacção é anterior ou a ":value"', 'search_modifier_date_after' => 'A data da transacção é posterior ou a ":value"', - 'search_modifier_external_id_is' => 'External ID is ":value"', + 'search_modifier_external_id_is' => 'ID externo é ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', @@ -315,7 +315,7 @@ return [ 'search_modifier_notes_is' => 'The transaction notes are exactly ":value"', 'search_modifier_no_notes' => 'A transacção não pode tem notas', 'search_modifier_any_notes' => 'A transacção tem que ter notas', - 'search_modifier_amount_is' => 'Amount is exactly :value', + 'search_modifier_amount_is' => 'O valor é exactamente :value', 'search_modifier_amount_less' => 'Valor é menor ou igual a :value', 'search_modifier_amount_more' => 'Valor é maior ou igual a :value', 'search_modifier_source_account_is' => 'O nome da conta de origem é exactamente ":value"', @@ -358,7 +358,7 @@ return [ // new 'search_modifier_tag_is_not' => 'No tag is ":value"', - 'search_modifier_account_is' => 'Either account is ":value"', + 'search_modifier_account_is' => 'Qualquer das contas é ":value"', 'search_modifier_account_contains' => 'Either account contains ":value"', 'search_modifier_account_ends' => 'Either account ends with ":value"', 'search_modifier_account_starts' => 'Either account starts with ":value"', @@ -647,7 +647,7 @@ return [ 'rule_trigger_category_is' => 'A categoria é ":trigger_value"', 'rule_trigger_amount_less_choice' => 'O montante é menos de..', 'rule_trigger_amount_less' => 'Quantia é menor que :trigger_value', - 'rule_trigger_amount_is_choice' => 'Amount is..', + 'rule_trigger_amount_is_choice' => 'O montante é..', 'rule_trigger_amount_is' => 'Amount is :trigger_value', 'rule_trigger_amount_more_choice' => 'O montante é maior que..', 'rule_trigger_amount_more' => 'Quantia é maior que :trigger_value', @@ -709,7 +709,7 @@ return [ 'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"', 'rule_trigger_bill_is_choice' => 'A fatura é..', 'rule_trigger_bill_is' => 'A fatura é ":trigger_value"', - 'rule_trigger_external_id_is_choice' => 'External ID is..', + 'rule_trigger_external_id_is_choice' => 'O ID Externo é..', 'rule_trigger_external_id_is' => 'External ID is ":trigger_value"', 'rule_trigger_internal_reference_is_choice' => 'Internal reference is..', 'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"', @@ -748,7 +748,7 @@ return [ 'rule_trigger_category_ends' => 'Category ends with ":trigger_value"', 'rule_trigger_category_starts_choice' => 'Category starts with..', 'rule_trigger_category_starts' => 'Category starts with ":trigger_value"', - 'rule_trigger_budget_contains_choice' => 'Budget contains..', + 'rule_trigger_budget_contains_choice' => 'O orçamento contém..', 'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"', 'rule_trigger_budget_ends_choice' => 'Budget ends with..', 'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"', diff --git a/resources/lang/pt_PT/list.php b/resources/lang/pt_PT/list.php index 33c689b293..4bd192970e 100644 --- a/resources/lang/pt_PT/list.php +++ b/resources/lang/pt_PT/list.php @@ -46,7 +46,7 @@ return [ 'account_type' => 'Tipo de conta', 'created_at' => 'Criado em', 'account' => 'Conta', - 'external_url' => 'External URL', + 'external_url' => 'URL Externo', 'matchingAmount' => 'Montante', 'destination' => 'Destino', 'source' => 'Origem', @@ -76,7 +76,7 @@ return [ 'type' => 'Tipo', 'completed' => 'Concluido', 'iban' => 'IBAN', - 'account_number' => 'Account number', + 'account_number' => 'Número de conta', 'paid_current_period' => 'Pago este periodo', 'email' => 'Email', 'registered_at' => 'Registado em', diff --git a/resources/lang/ru_RU/errors.php b/resources/lang/ru_RU/errors.php index 1b87722e01..8e81e7823a 100644 --- a/resources/lang/ru_RU/errors.php +++ b/resources/lang/ru_RU/errors.php @@ -33,7 +33,7 @@ return [ 'be_right_back' => 'Временно недоступен!', 'check_back' => 'Firefly III отключён для необходимого обслуживания. Пожалуйста, зайдите через секунду.', 'error_occurred' => 'Упс! Произошла ошибка.', - 'db_error_occurred' => 'Whoops! A database error occurred.', + 'db_error_occurred' => 'Упс! Произошла ошибка базы данных.', 'error_not_recoverable' => 'К сожалению, эта ошибка не была исправлена :(. Firefly III сломался. Ошибка:', 'error' => 'Ошибка', 'error_location' => 'Эта ошибка произошла в файле :file в строке :line с кодом :code.', diff --git a/sonar-project.properties b/sonar-project.properties index 94b650879b..45b97ac70e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -12,6 +12,6 @@ sonar.organization=firefly-iii #sonar.sourceEncoding=UTF-8 -sonar.projectVersion=5.7.10 +sonar.projectVersion=5.7.11 sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests sonar.sourceEncoding=UTF-8