diff --git a/.ci/php-cs-fixer/composer.lock b/.ci/php-cs-fixer/composer.lock index 612d77ffb8..8706691e71 100644 --- a/.ci/php-cs-fixer/composer.lock +++ b/.ci/php-cs-fixer/composer.lock @@ -79,16 +79,16 @@ }, { "name": "composer/semver", - "version": "3.3.2", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" + "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", + "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", + "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", "shasum": "" }, "require": { @@ -138,9 +138,9 @@ "versioning" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.3.2" + "source": "https://github.com/composer/semver/tree/3.4.0" }, "funding": [ { @@ -156,7 +156,7 @@ "type": "tidelift" } ], - "time": "2022-04-01T19:23:25+00:00" + "time": "2023-08-31T09:50:34+00:00" }, { "name": "composer/xdebug-handler", @@ -224,178 +224,23 @@ ], "time": "2022-02-25T21:32:43+00:00" }, - { - "name": "doctrine/annotations", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", - "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", - "shasum": "" - }, - "require": { - "doctrine/lexer": "^2 || ^3", - "ext-tokenizer": "*", - "php": "^7.2 || ^8.0", - "psr/cache": "^1 || ^2 || ^3" - }, - "require-dev": { - "doctrine/cache": "^2.0", - "doctrine/coding-standard": "^10", - "phpstan/phpstan": "^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^5.4 || ^6", - "vimeo/psalm": "^4.10" - }, - "suggest": { - "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Docblock Annotations Parser", - "homepage": "https://www.doctrine-project.org/projects/annotations.html", - "keywords": [ - "annotations", - "docblock", - "parser" - ], - "support": { - "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/2.0.1" - }, - "time": "2023-02-02T22:02:53+00:00" - }, - { - "name": "doctrine/lexer", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "84a527db05647743d50373e0ec53a152f2cde568" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568", - "reference": "84a527db05647743d50373e0ec53a152f2cde568", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "doctrine/coding-standard": "^10", - "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^5.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Lexer\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "https://www.doctrine-project.org/projects/lexer.html", - "keywords": [ - "annotations", - "docblock", - "lexer", - "parser", - "php" - ], - "support": { - "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/3.0.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", - "type": "tidelift" - } - ], - "time": "2022-12-15T16:57:16+00:00" - }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.23.0", + "version": "v3.25.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "35af3cbbacfa91e164b252a28ec0b644f1ed4e78" + "reference": "9025b7d2b6e1d90a63d0ac0905018ce5d03ec88d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/35af3cbbacfa91e164b252a28ec0b644f1ed4e78", - "reference": "35af3cbbacfa91e164b252a28ec0b644f1ed4e78", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/9025b7d2b6e1d90a63d0ac0905018ce5d03ec88d", + "reference": "9025b7d2b6e1d90a63d0ac0905018ce5d03ec88d", "shasum": "" }, "require": { "composer/semver": "^3.3", "composer/xdebug-handler": "^3.0.3", - "doctrine/annotations": "^2", - "doctrine/lexer": "^2 || ^3", "ext-json": "*", "ext-tokenizer": "*", "php": "^7.4 || ^8.0", @@ -464,7 +309,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.23.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.25.0" }, "funding": [ { @@ -472,56 +317,7 @@ "type": "github" } ], - "time": "2023-08-14T12:27:35+00:00" - }, - { - "name": "psr/cache", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "support": { - "source": "https://github.com/php-fig/cache/tree/3.0.0" - }, - "time": "2021-02-03T23:26:27+00:00" + "time": "2023-08-31T21:27:18+00:00" }, { "name": "psr/container", @@ -1252,16 +1048,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", "shasum": "" }, "require": { @@ -1276,7 +1072,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1314,7 +1110,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, "funding": [ { @@ -1330,20 +1126,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354" + "reference": "875e90aeea2777b6f135677f618529449334a612" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", + "reference": "875e90aeea2777b6f135677f618529449334a612", "shasum": "" }, "require": { @@ -1355,7 +1151,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1395,7 +1191,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" }, "funding": [ { @@ -1411,20 +1207,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", "shasum": "" }, "require": { @@ -1436,7 +1232,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1479,7 +1275,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" }, "funding": [ { @@ -1495,20 +1291,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + "reference": "42292d99c55abe617799667f454222c54c60e229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", + "reference": "42292d99c55abe617799667f454222c54c60e229", "shasum": "" }, "require": { @@ -1523,7 +1319,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1562,7 +1358,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" }, "funding": [ { @@ -1578,20 +1374,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-07-28T09:04:16+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { @@ -1600,7 +1396,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1645,7 +1441,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, "funding": [ { @@ -1661,20 +1457,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", "shasum": "" }, "require": { @@ -1683,7 +1479,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1724,7 +1520,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, "funding": [ { @@ -1740,7 +1536,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/process", diff --git a/changelog.md b/changelog.md index 0add30fe86..f2229b2902 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 6.0.21 - 2023-09-02 + +### Added + +- Rules will now report failures if a Slack/Discord notification channel is configured +- Notifications can be sent to Discord +- Beta layout `v2`, activate with `FIRELY_III_LAYOUT=v2` + +### Changed + +- Audit log settings are changed, refer to the `.env.example`-file. +- Many URLs are new rendered as relative URLs. + +### Fixed + +- [Issue 7853](https://github.com/firefly-iii/firefly-iii/issues/7853) Left to spend on main page shows incorrect value +- [Issue 7883](https://github.com/firefly-iii/firefly-iii/issues/7883) Missing translation +- [Issue 7910](https://github.com/firefly-iii/firefly-iii/issues/7910) Type format error +- Home page respects account order +- JS errors for users using Firefly III in a subdir. + +### API + +- Bumped to v2.0.6 but only so the docs match again. + ## 6.0.20 - 2023-08-13 ### Fixed diff --git a/composer.lock b/composer.lock index 4278e65d18..3280806b1d 100644 --- a/composer.lock +++ b/composer.lock @@ -117,16 +117,16 @@ }, { "name": "dasprid/enum", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", - "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f" + "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f", - "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f", + "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016", + "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016", "shasum": "" }, "require": { @@ -161,9 +161,9 @@ ], "support": { "issues": "https://github.com/DASPRiD/Enum/issues", - "source": "https://github.com/DASPRiD/Enum/tree/1.0.4" + "source": "https://github.com/DASPRiD/Enum/tree/1.0.5" }, - "time": "2023-03-01T18:44:03+00:00" + "time": "2023-08-25T16:18:39+00:00" }, { "name": "defuse/php-encryption", @@ -1939,16 +1939,16 @@ }, { "name": "laravel/framework", - "version": "v10.20.0", + "version": "v10.21.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "a655dca3fbe83897e22adff652b1878ba352d041" + "reference": "96b15c7ac382a9adb4a56d40c640e782d669a112" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/a655dca3fbe83897e22adff652b1878ba352d041", - "reference": "a655dca3fbe83897e22adff652b1878ba352d041", + "url": "https://api.github.com/repos/laravel/framework/zipball/96b15c7ac382a9adb4a56d40c640e782d669a112", + "reference": "96b15c7ac382a9adb4a56d40c640e782d669a112", "shasum": "" }, "require": { @@ -2135,20 +2135,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-08-22T13:37:09+00:00" + "time": "2023-08-29T13:55:56+00:00" }, { "name": "laravel/passport", - "version": "v11.8.8", + "version": "v11.9.0", "source": { "type": "git", "url": "https://github.com/laravel/passport.git", - "reference": "401836130d46c94138a637ada29f9e5b2bf053b6" + "reference": "2582d2a58ff32761cb3aecb337a146ba17483f76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/passport/zipball/401836130d46c94138a637ada29f9e5b2bf053b6", - "reference": "401836130d46c94138a637ada29f9e5b2bf053b6", + "url": "https://api.github.com/repos/laravel/passport/zipball/2582d2a58ff32761cb3aecb337a146ba17483f76", + "reference": "2582d2a58ff32761cb3aecb337a146ba17483f76", "shasum": "" }, "require": { @@ -2213,7 +2213,7 @@ "issues": "https://github.com/laravel/passport/issues", "source": "https://github.com/laravel/passport" }, - "time": "2023-07-07T06:37:11+00:00" + "time": "2023-08-29T13:48:41+00:00" }, { "name": "laravel/prompts", @@ -2657,16 +2657,16 @@ }, { "name": "league/commonmark", - "version": "2.4.0", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048" + "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d44a24690f16b8c1808bf13b1bd54ae4c63ea048", - "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5", + "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5", "shasum": "" }, "require": { @@ -2759,7 +2759,7 @@ "type": "tidelift" } ], - "time": "2023-03-24T15:16:10+00:00" + "time": "2023-08-30T16:55:00+00:00" }, { "name": "league/config", @@ -3261,16 +3261,16 @@ }, { "name": "league/oauth2-server", - "version": "8.5.3", + "version": "8.5.4", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-server.git", - "reference": "eb91b4190e7f6169053ebf8ffa352d47e756b2ce" + "reference": "ab7714d073844497fd222d5d0a217629089936bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/eb91b4190e7f6169053ebf8ffa352d47e756b2ce", - "reference": "eb91b4190e7f6169053ebf8ffa352d47e756b2ce", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/ab7714d073844497fd222d5d0a217629089936bc", + "reference": "ab7714d073844497fd222d5d0a217629089936bc", "shasum": "" }, "require": { @@ -3279,7 +3279,7 @@ "lcobucci/clock": "^2.2 || ^3.0", "lcobucci/jwt": "^4.3 || ^5.0", "league/event": "^2.2", - "league/uri": "^6.7", + "league/uri": "^6.7 || ^7.0", "php": "^8.0", "psr/http-message": "^1.0.1 || ^2.0" }, @@ -3337,7 +3337,7 @@ ], "support": { "issues": "https://github.com/thephpleague/oauth2-server/issues", - "source": "https://github.com/thephpleague/oauth2-server/tree/8.5.3" + "source": "https://github.com/thephpleague/oauth2-server/tree/8.5.4" }, "funding": [ { @@ -3345,58 +3345,48 @@ "type": "github" } ], - "time": "2023-07-05T23:01:32+00:00" + "time": "2023-08-25T22:35:12+00:00" }, { "name": "league/uri", - "version": "6.8.0", + "version": "7.2.1", "source": { "type": "git", "url": "https://github.com/thephpleague/uri.git", - "reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39" + "reference": "8b644f8ff80352530bbc0ea467d5b5a89b60d832" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri/zipball/a700b4656e4c54371b799ac61e300ab25a2d1d39", - "reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/8b644f8ff80352530bbc0ea467d5b5a89b60d832", + "reference": "8b644f8ff80352530bbc0ea467d5b5a89b60d832", "shasum": "" }, "require": { - "ext-json": "*", - "league/uri-interfaces": "^2.3", - "php": "^8.1", - "psr/http-message": "^1.0.1" + "league/uri-interfaces": "^7.2", + "php": "^8.1" }, "conflict": { "league/uri-schemes": "^1.0" }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^v3.9.5", - "nyholm/psr7": "^1.5.1", - "php-http/psr7-integration-tests": "^1.1.1", - "phpbench/phpbench": "^1.2.6", - "phpstan/phpstan": "^1.8.5", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.1.1", - "phpstan/phpstan-strict-rules": "^1.4.3", - "phpunit/phpunit": "^9.5.24", - "psr/http-factory": "^1.0.1" - }, "suggest": { - "ext-fileinfo": "Needed to create Data URI from a filepath", - "ext-intl": "Needed to improve host validation", - "league/uri-components": "Needed to easily manipulate URI objects", - "psr/http-factory": "Needed to use the URI factory" + "ext-bcmath": "to improve IPV4 host parsing", + "ext-fileinfo": "to create Data URI from file contennts", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", + "league/uri-components": "Needed to easily manipulate URI objects components", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.x-dev" + "dev-master": "7.x-dev" } }, "autoload": { "psr-4": { - "League\\Uri\\": "src" + "League\\Uri\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -3436,8 +3426,8 @@ "support": { "docs": "https://uri.thephpleague.com", "forum": "https://thephpleague.slack.com", - "issues": "https://github.com/thephpleague/uri/issues", - "source": "https://github.com/thephpleague/uri/tree/6.8.0" + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri/tree/7.2.1" }, "funding": [ { @@ -3445,46 +3435,44 @@ "type": "github" } ], - "time": "2022-09-13T19:58:47+00:00" + "time": "2023-08-30T21:06:57+00:00" }, { "name": "league/uri-interfaces", - "version": "2.3.0", + "version": "7.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-interfaces.git", - "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" + "reference": "43fa071050fcba89aefb5d4789a4a5a73874c44b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", - "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/43fa071050fcba89aefb5d4789a4a5a73874c44b", + "reference": "43fa071050fcba89aefb5d4789a4a5a73874c44b", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.19", - "phpstan/phpstan": "^0.12.90", - "phpstan/phpstan-phpunit": "^0.12.19", - "phpstan/phpstan-strict-rules": "^0.12.9", - "phpunit/phpunit": "^8.5.15 || ^9.5" + "ext-filter": "*", + "php": "^8.1", + "psr/http-factory": "^1", + "psr/http-message": "^1.1 || ^2.0" }, "suggest": { - "ext-intl": "to use the IDNA feature", - "symfony/intl": "to use the IDNA feature via Symfony Polyfill" + "ext-bcmath": "to improve IPV4 host parsing", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "7.x-dev" } }, "autoload": { "psr-4": { - "League\\Uri\\": "src/" + "League\\Uri\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -3498,17 +3486,32 @@ "homepage": "https://nyamsprod.com" } ], - "description": "Common interface for URI representation", - "homepage": "http://github.com/thephpleague/uri-interfaces", + "description": "Common interfaces and classes for URI representation and interaction", + "homepage": "https://uri.thephpleague.com", "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", "rfc3986", "rfc3987", + "rfc6570", "uri", - "url" + "url", + "ws" ], "support": { - "issues": "https://github.com/thephpleague/uri-interfaces/issues", - "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0" + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri-interfaces/tree/7.2.0" }, "funding": [ { @@ -3516,7 +3519,7 @@ "type": "github" } ], - "time": "2021-06-28T04:27:21+00:00" + "time": "2023-08-30T19:43:38+00:00" }, { "name": "mailchimp/transactional", @@ -5038,16 +5041,16 @@ }, { "name": "psr/http-message", - "version": "1.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { @@ -5056,7 +5059,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -5071,7 +5074,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -5085,9 +5088,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/1.1" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2023-04-04T09:50:52+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/log", @@ -7041,16 +7044,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", "shasum": "" }, "require": { @@ -7065,7 +7068,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7103,7 +7106,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, "funding": [ { @@ -7119,20 +7122,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354" + "reference": "875e90aeea2777b6f135677f618529449334a612" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", + "reference": "875e90aeea2777b6f135677f618529449334a612", "shasum": "" }, "require": { @@ -7144,7 +7147,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7184,7 +7187,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" }, "funding": [ { @@ -7200,20 +7203,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da" + "reference": "ecaafce9f77234a6a449d29e49267ba10499116d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d", + "reference": "ecaafce9f77234a6a449d29e49267ba10499116d", "shasum": "" }, "require": { @@ -7227,7 +7230,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7271,7 +7274,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0" }, "funding": [ { @@ -7287,20 +7290,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:30:37+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", "shasum": "" }, "require": { @@ -7312,7 +7315,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7355,7 +7358,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" }, "funding": [ { @@ -7371,20 +7374,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + "reference": "42292d99c55abe617799667f454222c54c60e229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", + "reference": "42292d99c55abe617799667f454222c54c60e229", "shasum": "" }, "require": { @@ -7399,7 +7402,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7438,7 +7441,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" }, "funding": [ { @@ -7454,20 +7457,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-07-28T09:04:16+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179", + "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179", "shasum": "" }, "require": { @@ -7476,7 +7479,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7514,7 +7517,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" }, "funding": [ { @@ -7530,20 +7533,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { @@ -7552,7 +7555,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7597,7 +7600,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, "funding": [ { @@ -7613,20 +7616,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php83", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "508c652ba3ccf69f8c97f251534f229791b52a57" + "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/508c652ba3ccf69f8c97f251534f229791b52a57", - "reference": "508c652ba3ccf69f8c97f251534f229791b52a57", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", + "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", "shasum": "" }, "require": { @@ -7636,7 +7639,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7649,7 +7652,10 @@ ], "psr-4": { "Symfony\\Polyfill\\Php83\\": "" - } + }, + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -7674,7 +7680,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0" }, "funding": [ { @@ -7690,20 +7696,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-08-16T06:22:46+00:00" }, { "name": "symfony/polyfill-uuid", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-uuid.git", - "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166" + "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166", - "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9c44518a5aff8da565c8a55dbe85d2769e6f630e", + "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e", "shasum": "" }, "require": { @@ -7718,7 +7724,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -7756,7 +7762,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.28.0" }, "funding": [ { @@ -7772,7 +7778,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/process", @@ -8623,16 +8629,16 @@ }, { "name": "twig/twig", - "version": "v3.7.0", + "version": "v3.7.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "5cf942bbab3df42afa918caeba947f1b690af64b" + "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/5cf942bbab3df42afa918caeba947f1b690af64b", - "reference": "5cf942bbab3df42afa918caeba947f1b690af64b", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", + "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", "shasum": "" }, "require": { @@ -8642,7 +8648,7 @@ }, "require-dev": { "psr/container": "^1.0|^2.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" + "symfony/phpunit-bridge": "^5.4.9|^6.3" }, "type": "library", "autoload": { @@ -8678,7 +8684,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.7.0" + "source": "https://github.com/twigphp/Twig/tree/v3.7.1" }, "funding": [ { @@ -8690,7 +8696,7 @@ "type": "tidelift" } ], - "time": "2023-07-26T07:16:09+00:00" + "time": "2023-08-28T11:09:02+00:00" }, { "name": "vlucas/phpdotenv", @@ -10204,16 +10210,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "10.1.3", + "version": "10.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d" + "reference": "cd59bb34756a16ca8253ce9b2909039c227fff71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/be1fe461fdc917de2a29a452ccf2657d325b443d", - "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/cd59bb34756a16ca8253ce9b2909039c227fff71", + "reference": "cd59bb34756a16ca8253ce9b2909039c227fff71", "shasum": "" }, "require": { @@ -10270,7 +10276,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.3" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.4" }, "funding": [ { @@ -10278,20 +10284,20 @@ "type": "github" } ], - "time": "2023-07-26T13:45:28+00:00" + "time": "2023-08-31T14:04:38+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "4.0.2", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "5647d65443818959172645e7ed999217360654b6" + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/5647d65443818959172645e7ed999217360654b6", - "reference": "5647d65443818959172645e7ed999217360654b6", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", "shasum": "" }, "require": { @@ -10331,7 +10337,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.2" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" }, "funding": [ { @@ -10339,7 +10345,7 @@ "type": "github" } ], - "time": "2023-05-07T09:13:23+00:00" + "time": "2023-08-31T06:24:48+00:00" }, { "name": "phpunit/php-invoker", @@ -10406,16 +10412,16 @@ }, { "name": "phpunit/php-text-template", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d" + "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/9f3d3709577a527025f55bcf0f7ab8052c8bb37d", - "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748", + "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748", "shasum": "" }, "require": { @@ -10453,7 +10459,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.0" + "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1" }, "funding": [ { @@ -10461,7 +10468,7 @@ "type": "github" } ], - "time": "2023-02-03T06:56:46+00:00" + "time": "2023-08-31T14:07:24+00:00" }, { "name": "phpunit/php-timer", @@ -10524,16 +10531,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.3.1", + "version": "10.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d442ce7c4104d5683c12e67e4dcb5058159e9804" + "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d442ce7c4104d5683c12e67e4dcb5058159e9804", - "reference": "d442ce7c4104d5683c12e67e4dcb5058159e9804", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0dafb1175c366dd274eaa9a625e914451506bcd1", + "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1", "shasum": "" }, "require": { @@ -10605,7 +10612,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.2" }, "funding": [ { @@ -10621,7 +10628,7 @@ "type": "tidelift" } ], - "time": "2023-08-04T06:48:08+00:00" + "time": "2023-08-15T05:34:23+00:00" }, { "name": "sebastian/cli-parser", @@ -10792,16 +10799,16 @@ }, { "name": "sebastian/comparator", - "version": "5.0.0", + "version": "5.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "72f01e6586e0caf6af81297897bd112eb7e9627c" + "reference": "2db5010a484d53ebf536087a70b4a5423c102372" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/72f01e6586e0caf6af81297897bd112eb7e9627c", - "reference": "72f01e6586e0caf6af81297897bd112eb7e9627c", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372", + "reference": "2db5010a484d53ebf536087a70b4a5423c102372", "shasum": "" }, "require": { @@ -10812,7 +10819,7 @@ "sebastian/exporter": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^10.3" }, "type": "library", "extra": { @@ -10856,7 +10863,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.0" + "security": "https://github.com/sebastianbergmann/comparator/security/policy", + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1" }, "funding": [ { @@ -10864,20 +10872,20 @@ "type": "github" } ], - "time": "2023-02-03T07:07:16+00:00" + "time": "2023-08-14T13:18:12+00:00" }, { "name": "sebastian/complexity", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "e67d240970c9dc7ea7b2123a6d520e334dd61dc6" + "reference": "c70b73893e10757af9c6a48929fa6a333b56a97a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/e67d240970c9dc7ea7b2123a6d520e334dd61dc6", - "reference": "e67d240970c9dc7ea7b2123a6d520e334dd61dc6", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/c70b73893e10757af9c6a48929fa6a333b56a97a", + "reference": "c70b73893e10757af9c6a48929fa6a333b56a97a", "shasum": "" }, "require": { @@ -10913,7 +10921,8 @@ "homepage": "https://github.com/sebastianbergmann/complexity", "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/3.0.0" + "security": "https://github.com/sebastianbergmann/complexity/security/policy", + "source": "https://github.com/sebastianbergmann/complexity/tree/3.0.1" }, "funding": [ { @@ -10921,7 +10930,7 @@ "type": "github" } ], - "time": "2023-02-03T06:59:47+00:00" + "time": "2023-08-31T09:55:53+00:00" }, { "name": "sebastian/diff", @@ -11195,16 +11204,16 @@ }, { "name": "sebastian/lines-of-code", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "17c4d940ecafb3d15d2cf916f4108f664e28b130" + "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/17c4d940ecafb3d15d2cf916f4108f664e28b130", - "reference": "17c4d940ecafb3d15d2cf916f4108f664e28b130", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d", + "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d", "shasum": "" }, "require": { @@ -11240,7 +11249,8 @@ "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.0" + "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1" }, "funding": [ { @@ -11248,7 +11258,7 @@ "type": "github" } ], - "time": "2023-02-03T07:08:02+00:00" + "time": "2023-08-31T09:25:50+00:00" }, { "name": "sebastian/object-enumerator", diff --git a/frontend/src/i18n/ca_ES/index.js b/frontend/src/i18n/ca_ES/index.js index da9f0b64f1..bc2e907979 100644 --- a/frontend/src/i18n/ca_ES/index.js +++ b/frontend/src/i18n/ca_ES/index.js @@ -105,9 +105,9 @@ export default { "rule_trigger_destination_account_nr_contains_choice": "El n\u00famero \/ IBAN del compte de dest\u00ed cont\u00e9..", "rule_trigger_transaction_type_choice": "La transacci\u00f3 \u00e9s del tipus..", "rule_trigger_category_is_choice": "La categoria \u00e9s..", - "rule_trigger_amount_less_choice": "Amount is less than or equal to ..", + "rule_trigger_amount_less_choice": "La quantitat \u00e9s menor o igual a ..", "rule_trigger_amount_is_choice": "La quantitat \u00e9s..", - "rule_trigger_amount_more_choice": "Amount is more than or equal to..", + "rule_trigger_amount_more_choice": "La quantitat \u00e9s major o igual a..", "rule_trigger_description_starts_choice": "La descripci\u00f3 comen\u00e7a per..", "rule_trigger_description_ends_choice": "La descripci\u00f3 acaba amb..", "rule_trigger_description_contains_choice": "La descripci\u00f3 cont\u00e9..", @@ -140,7 +140,7 @@ export default { "rule_trigger_external_id_is_choice": "L'ID externa \u00e9s..", "rule_trigger_internal_reference_is_choice": "La refer\u00e8ncia interna \u00e9s..", "rule_trigger_journal_id_choice": "L'ID del llibre de transaccions \u00e9s..", - "rule_trigger_any_external_url_choice": "Transaction has an (any) external URL", + "rule_trigger_any_external_url_choice": "La transaci\u00f3 t\u00e9 (cap) URL externa", "rule_trigger_no_external_url_choice": "La transacci\u00f3 no t\u00e9 URL extern", "rule_trigger_id_choice": "L'ID de la transacci\u00f3 \u00e9s..", "rule_action_delete_transaction_choice": "ELIMINAR transacci\u00f3(!)", diff --git a/frontend/src/i18n/ko_KR/index.js b/frontend/src/i18n/ko_KR/index.js index 9f04a239c6..c8eff4e54b 100644 --- a/frontend/src/i18n/ko_KR/index.js +++ b/frontend/src/i18n/ko_KR/index.js @@ -105,9 +105,9 @@ export default { "rule_trigger_destination_account_nr_contains_choice": "\ub300\uc0c1 \uacc4\uc88c \ubc88\ud638 \/ IBAN\uc740...\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4", "rule_trigger_transaction_type_choice": "\uac70\ub798\ub294 .. \uc720\ud615\uc785\ub2c8\ub2e4", "rule_trigger_category_is_choice": "\uce74\ud14c\uace0\ub9ac\ub294 ..", - "rule_trigger_amount_less_choice": "Amount is less than or equal to ..", + "rule_trigger_amount_less_choice": "\uae08\uc561\uc774 .. \uc640 \uc791\uac70\ub098 \uac19\uc74c", "rule_trigger_amount_is_choice": "\uae08\uc561\uc740..", - "rule_trigger_amount_more_choice": "Amount is more than or equal to..", + "rule_trigger_amount_more_choice": "\uae08\uc561\uc774 .. \uc640 \ud06c\uac70\ub098 \uac19\uc74c", "rule_trigger_description_starts_choice": "\uc124\uba85\uc774 ..\ub85c \uc2dc\uc791\ud569\ub2c8\ub2e4", "rule_trigger_description_ends_choice": "\uc124\uba85\uc774 ..\ub85c \ub05d\ub0a9\ub2c8\ub2e4", "rule_trigger_description_contains_choice": "\uc124\uba85\uc740 ..\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4", @@ -140,7 +140,7 @@ export default { "rule_trigger_external_id_is_choice": "\uc678\ubd80 ID\ub294..", "rule_trigger_internal_reference_is_choice": "\ub0b4\ubd80 \ucc38\uc870\ub294..", "rule_trigger_journal_id_choice": "\uac70\ub798 \uc800\ub110 ID\ub294..", - "rule_trigger_any_external_url_choice": "Transaction has an (any) external URL", + "rule_trigger_any_external_url_choice": "\uac70\ub798\uc5d0 (\uc5b4\ub5a4) \uc678\ubd80 URL\uc774 \uc788\uc74c", "rule_trigger_no_external_url_choice": "\uac70\ub798\uc5d0 \uc678\ubd80 URL\uc774 \uc5c6\uc2b5\ub2c8\ub2e4", "rule_trigger_id_choice": "\uac70\ub798 ID\ub294..", "rule_action_delete_transaction_choice": "\uac70\ub798 \uc0ad\uc81c(!)", diff --git a/frontend/src/i18n/pl_PL/index.js b/frontend/src/i18n/pl_PL/index.js index ac3493ecab..97a56a93e5 100644 --- a/frontend/src/i18n/pl_PL/index.js +++ b/frontend/src/i18n/pl_PL/index.js @@ -105,9 +105,9 @@ export default { "rule_trigger_destination_account_nr_contains_choice": "Numer konta docelowego \/ IBAN zawiera..", "rule_trigger_transaction_type_choice": "Transakcja jest typu..", "rule_trigger_category_is_choice": "Kategoria to..", - "rule_trigger_amount_less_choice": "Amount is less than or equal to ..", + "rule_trigger_amount_less_choice": "Kwota jest mniejsza lub r\u00f3wna ..", "rule_trigger_amount_is_choice": "Kwota to..", - "rule_trigger_amount_more_choice": "Amount is more than or equal to..", + "rule_trigger_amount_more_choice": "Kwota jest wi\u0119ksza lub r\u00f3wna..", "rule_trigger_description_starts_choice": "Opis zaczyna si\u0119 od..", "rule_trigger_description_ends_choice": "Opis ko\u0144czy si\u0119 na..", "rule_trigger_description_contains_choice": "Opis zawiera..", @@ -140,7 +140,7 @@ export default { "rule_trigger_external_id_is_choice": "Zewn\u0119trzne ID to..", "rule_trigger_internal_reference_is_choice": "Wewn\u0119trzne odwo\u0142anie to..", "rule_trigger_journal_id_choice": "ID dziennika transakcji to..", - "rule_trigger_any_external_url_choice": "Transaction has an (any) external URL", + "rule_trigger_any_external_url_choice": "Transakcja ma (dowolny) zewn\u0119trzny adres URL", "rule_trigger_no_external_url_choice": "Transakcja nie ma zewn\u0119trznego adresu URL", "rule_trigger_id_choice": "Identyfikator transakcji to..", "rule_action_delete_transaction_choice": "USU\u0143 transakcj\u0119(!)", diff --git a/frontend/src/i18n/pt_BR/index.js b/frontend/src/i18n/pt_BR/index.js index a31046d9e5..b477d61600 100644 --- a/frontend/src/i18n/pt_BR/index.js +++ b/frontend/src/i18n/pt_BR/index.js @@ -105,9 +105,9 @@ export default { "rule_trigger_destination_account_nr_contains_choice": "N\u00famero da conta de destino (IBAN) cont\u00e9m..", "rule_trigger_transaction_type_choice": "Transa\u00e7\u00e3o \u00e9 do tipo..", "rule_trigger_category_is_choice": "A categoria \u00e9..", - "rule_trigger_amount_less_choice": "Amount is less than or equal to ..", + "rule_trigger_amount_less_choice": "Valor \u00e9 menor ou igual a ..", "rule_trigger_amount_is_choice": "Quantia \u00e9..", - "rule_trigger_amount_more_choice": "Amount is more than or equal to..", + "rule_trigger_amount_more_choice": "Valor \u00e9 maior ou igual a..", "rule_trigger_description_starts_choice": "Descri\u00e7\u00e3o come\u00e7a com..", "rule_trigger_description_ends_choice": "Descri\u00e7\u00e3o termina com..", "rule_trigger_description_contains_choice": "Descri\u00e7\u00e3o cont\u00e9m..", @@ -140,7 +140,7 @@ export default { "rule_trigger_external_id_is_choice": "ID externo \u00e9..", "rule_trigger_internal_reference_is_choice": "Refer\u00eancia interna \u00e9..", "rule_trigger_journal_id_choice": "ID do livro de transa\u00e7\u00e3o \u00e9..", - "rule_trigger_any_external_url_choice": "Transaction has an (any) external URL", + "rule_trigger_any_external_url_choice": "A transa\u00e7\u00e3o tem uma URL externa (qualquer)", "rule_trigger_no_external_url_choice": "A transa\u00e7\u00e3o n\u00e3o tem um link externo", "rule_trigger_id_choice": "O identificador da transa\u00e7\u00e3o \u00e9..", "rule_action_delete_transaction_choice": "EXCLUIR transa\u00e7\u00e3o(!)", diff --git a/frontend/src/i18n/sl_SI/index.js b/frontend/src/i18n/sl_SI/index.js index ad3cc68dd2..fbffaeb9cb 100644 --- a/frontend/src/i18n/sl_SI/index.js +++ b/frontend/src/i18n/sl_SI/index.js @@ -50,8 +50,8 @@ export default { "transactions": "Transakcije", "title_expenses": "Stro\u0161ki", "title_withdrawal": "Stro\u0161ki", - "title_revenue": "Dohodki \/ prihodki", - "title_deposit": "Dohodki \/ prihodki", + "title_revenue": "Dohodki prihodki", + "title_deposit": "Dohodki\/prihodki", "title_transfer": "Prenosi", "title_transfers": "Prenosi", "asset_accounts": "Premo\u017eenjski ra\u010duni", @@ -60,7 +60,7 @@ export default { "liabilities_accounts": "Obveznosti" }, "firefly": { - "administration_index": "Financial administration", + "administration_index": "Finan\u010dna administracija", "actions": "Dejanja", "edit": "uredi", "delete": "izbri\u0161i", @@ -81,87 +81,87 @@ export default { "budgeted": "Prora\u010dun", "spent": "Porabljeno", "no_bill": "(ni ra\u010duna)", - "rule_trigger_source_account_starts_choice": "Source account name starts with..", - "rule_trigger_source_account_ends_choice": "Source account name ends with..", - "rule_trigger_source_account_is_choice": "Source account name is..", - "rule_trigger_source_account_contains_choice": "Source account name contains..", - "rule_trigger_account_id_choice": "Either account ID is exactly..", - "rule_trigger_source_account_id_choice": "Source account ID is exactly..", - "rule_trigger_destination_account_id_choice": "Destination account ID is exactly..", - "rule_trigger_account_is_cash_choice": "Either account is cash", - "rule_trigger_source_is_cash_choice": "Source account is (cash) account", - "rule_trigger_destination_is_cash_choice": "Destination account is (cash) account", - "rule_trigger_source_account_nr_starts_choice": "Source account number \/ IBAN starts with..", - "rule_trigger_source_account_nr_ends_choice": "Source account number \/ IBAN ends with..", - "rule_trigger_source_account_nr_is_choice": "Source account number \/ IBAN is..", - "rule_trigger_source_account_nr_contains_choice": "Source account number \/ IBAN contains..", - "rule_trigger_destination_account_starts_choice": "Destination account name starts with..", - "rule_trigger_destination_account_ends_choice": "Destination account name ends with..", - "rule_trigger_destination_account_is_choice": "Destination account name is..", - "rule_trigger_destination_account_contains_choice": "Destination account name contains..", - "rule_trigger_destination_account_nr_starts_choice": "Destination account number \/ IBAN starts with..", - "rule_trigger_destination_account_nr_ends_choice": "Destination account number \/ IBAN ends with..", - "rule_trigger_destination_account_nr_is_choice": "Destination account number \/ IBAN is..", - "rule_trigger_destination_account_nr_contains_choice": "Destination account number \/ IBAN contains..", + "rule_trigger_source_account_starts_choice": "Ime izvornega ra\u010duna se za\u010dne z ...", + "rule_trigger_source_account_ends_choice": "Ime izvornega ra\u010duna se kon\u010da s\/z ...", + "rule_trigger_source_account_is_choice": "Ime izvornega ra\u010duna je ...", + "rule_trigger_source_account_contains_choice": "Ime izvornega ra\u010duna vsebuje ...", + "rule_trigger_account_id_choice": "ID ra\u010duna je natan\u010dno ...", + "rule_trigger_source_account_id_choice": "ID izvornega ra\u010duna je to\u010dno ...", + "rule_trigger_destination_account_id_choice": "ID ciljnega ra\u010duna je to\u010dno ...", + "rule_trigger_account_is_cash_choice": "Kateri koli ra\u010dun je gotovina", + "rule_trigger_source_is_cash_choice": "Izvorni ra\u010dun je gotovinski ra\u010dun", + "rule_trigger_destination_is_cash_choice": "Ciljni ra\u010dun je (gotovinski) ra\u010dun", + "rule_trigger_source_account_nr_starts_choice": "Izvorna \u0161tevilka ra\u010duna \/ IBAN se za\u010dne z ...", + "rule_trigger_source_account_nr_ends_choice": "Izvorna \u0161tevilka ra\u010duna \/ IBAN se kon\u010da z ...", + "rule_trigger_source_account_nr_is_choice": "Izvorna \u0161tevilka ra\u010duna \/ IBAN je ...", + "rule_trigger_source_account_nr_contains_choice": "Izvorna \u0161tevilka ra\u010duna \/ IBAN vsebuje ...", + "rule_trigger_destination_account_starts_choice": "Ime ciljnega ra\u010duna se za\u010dne z ...", + "rule_trigger_destination_account_ends_choice": "Ime ciljnega ra\u010duna se kon\u010da z ...", + "rule_trigger_destination_account_is_choice": "Ime ciljnega ra\u010duna je ...", + "rule_trigger_destination_account_contains_choice": "Ime ciljnega ra\u010duna vsebuje ...", + "rule_trigger_destination_account_nr_starts_choice": "\u0160tevilka ciljnega ra\u010duna \/ IBAN se za\u010dne s\/z ...", + "rule_trigger_destination_account_nr_ends_choice": "\u0160tevilka ciljnega ra\u010duna \/ IBAN se kon\u010da s\/z ...", + "rule_trigger_destination_account_nr_is_choice": "\u0160tevilka ciljnega ra\u010duna \/ IBAN je ...", + "rule_trigger_destination_account_nr_contains_choice": "\u0160tevilka ciljnega ra\u010duna \/ IBAN vsebuje ...", "rule_trigger_transaction_type_choice": "Tip transakcije je..", "rule_trigger_category_is_choice": "Kategorija je..", - "rule_trigger_amount_less_choice": "Amount is less than or equal to ..", + "rule_trigger_amount_less_choice": "Znesek je manj\u0161i ali enak ...", "rule_trigger_amount_is_choice": "Znesek je..", - "rule_trigger_amount_more_choice": "Amount is more than or equal to..", + "rule_trigger_amount_more_choice": "Znesek je ve\u010dji ali enak ...", "rule_trigger_description_starts_choice": "Opis se za\u010dne s\/z..", "rule_trigger_description_ends_choice": "Opis se kon\u010da z..", "rule_trigger_description_contains_choice": "Opis vsebuje..", "rule_trigger_description_is_choice": "Opis je..", - "rule_trigger_date_on_choice": "Transaction date is..", - "rule_trigger_date_before_choice": "Transaction date is before..", - "rule_trigger_date_after_choice": "Transaction date is after..", - "rule_trigger_created_at_on_choice": "Transaction was made on..", - "rule_trigger_updated_at_on_choice": "Transaction was last edited on..", + "rule_trigger_date_on_choice": "Datum transakcije je ...", + "rule_trigger_date_before_choice": "Datum transakcije je pred ...", + "rule_trigger_date_after_choice": "Datum transakcije je po ...", + "rule_trigger_created_at_on_choice": "Transakcija je bila izvedena dne ...", + "rule_trigger_updated_at_on_choice": "Transakcija je bila nazadnje urejena ...", "rule_trigger_budget_is_choice": "Prora\u010dun je..", - "rule_trigger_tag_is_choice": "Any tag is..", + "rule_trigger_tag_is_choice": "Vsaka oznaka je ...", "rule_trigger_currency_is_choice": "Valuta transakcije je..", - "rule_trigger_foreign_currency_is_choice": "Transaction foreign currency is..", + "rule_trigger_foreign_currency_is_choice": "Tuja valuta transakcije je ...", "rule_trigger_has_attachments_choice": "Ima vsaj toliko priponk", "rule_trigger_has_no_category_choice": "Nima kategorije", "rule_trigger_has_any_category_choice": "Ima kategorijo", "rule_trigger_has_no_budget_choice": "Nima prora\u010duna", "rule_trigger_has_any_budget_choice": "Ima (katerikoli) prora\u010dun", "rule_trigger_has_no_bill_choice": "Nima ra\u010duna", - "rule_trigger_has_any_bill_choice": "Has a (any) bill", + "rule_trigger_has_any_bill_choice": "Ima (kateri koli) trajnik", "rule_trigger_has_no_tag_choice": "Nima oznak", "rule_trigger_has_any_tag_choice": "Ima eno ali ve\u010d oznak", "rule_trigger_any_notes_choice": "Ima zaznamke", "rule_trigger_no_notes_choice": "Nima zaznamkov", "rule_trigger_notes_is_choice": "Opombe so..", - "rule_trigger_notes_contains_choice": "Notes contain..", - "rule_trigger_notes_starts_choice": "Notes start with..", - "rule_trigger_notes_ends_choice": "Notes end with..", + "rule_trigger_notes_contains_choice": "Opombe vsebujejo ...", + "rule_trigger_notes_starts_choice": "Opombe se za\u010dnejo s\/z ...", + "rule_trigger_notes_ends_choice": "Opombe se kon\u010dajo s\/z ...", "rule_trigger_bill_is_choice": "Ra\u010dun je..", - "rule_trigger_external_id_is_choice": "External ID is..", - "rule_trigger_internal_reference_is_choice": "Internal reference is..", - "rule_trigger_journal_id_choice": "Transaction journal ID is..", - "rule_trigger_any_external_url_choice": "Transaction has an (any) external URL", - "rule_trigger_no_external_url_choice": "Transaction has no external URL", - "rule_trigger_id_choice": "Transaction ID is..", - "rule_action_delete_transaction_choice": "DELETE transaction(!)", - "rule_action_set_category_choice": "Set category to ..", + "rule_trigger_external_id_is_choice": "Zunanji ID je ...", + "rule_trigger_internal_reference_is_choice": "Notranja referenca je ..", + "rule_trigger_journal_id_choice": "ID dnevnika transakcij je ...", + "rule_trigger_any_external_url_choice": "Transakcija ima (kateri koli) zunanji URL", + "rule_trigger_no_external_url_choice": "Transakcija nima zunanjega URL-ja", + "rule_trigger_id_choice": "ID transakcije je ...", + "rule_action_delete_transaction_choice": "IZBRI\u0160ITE transakcijo (!)", + "rule_action_set_category_choice": "Nastavi kategorijo na ...", "rule_action_clear_category_choice": "Po\u010disti kategorijo", - "rule_action_set_budget_choice": "Set budget to ..", + "rule_action_set_budget_choice": "Nastavi prora\u010dun na ...", "rule_action_clear_budget_choice": "Po\u010disti prora\u010dun", "rule_action_add_tag_choice": "Dodaj oznako ..", - "rule_action_remove_tag_choice": "Remove tag ..", + "rule_action_remove_tag_choice": "Odstrani oznako ...", "rule_action_remove_all_tags_choice": "Odstrani vse oznake", - "rule_action_set_description_choice": "Set description to ..", + "rule_action_set_description_choice": "Nastavi opis na ...", "rule_action_update_piggy_choice": "Add \/ remove transaction amount in piggy bank ..", - "rule_action_append_description_choice": "Append description with ..", - "rule_action_prepend_description_choice": "Prepend description with ..", - "rule_action_set_source_account_choice": "Set source account to ..", - "rule_action_set_destination_account_choice": "Set destination account to ..", - "rule_action_append_notes_choice": "Append notes with ..", - "rule_action_prepend_notes_choice": "Prepend notes with ..", + "rule_action_append_description_choice": "Za opis dodaj ...", + "rule_action_prepend_description_choice": "Pred opis dodaj ...", + "rule_action_set_source_account_choice": "Nastavi izvorni ra\u010dun na ...", + "rule_action_set_destination_account_choice": "Nastavi ciljni ra\u010dun na ...", + "rule_action_append_notes_choice": "Za opombo dodaj ...", + "rule_action_prepend_notes_choice": "Pred opombo dodaj ...", "rule_action_clear_notes_choice": "Odstrani opombe", - "rule_action_set_notes_choice": "Set notes to ..", - "rule_action_link_to_bill_choice": "Link to a bill ..", + "rule_action_set_notes_choice": "Nastavi opombe na ...", + "rule_action_link_to_bill_choice": "Pove\u017ei s trajnikom ...", "rule_action_convert_deposit_choice": "Pretvori transakcijo v polog", "rule_action_convert_withdrawal_choice": "Pretvori transakcijo v odliv", "rule_action_convert_transfer_choice": "Pretvori transakcijo v prenos", @@ -185,7 +185,7 @@ export default { "asset_accounts": "premo\u017eenjski ra\u010duni", "expense_accounts": "Ra\u010duni stro\u0161kov", "liabilities_accounts": "Obveznosti", - "undefined_accounts": "Accounts", + "undefined_accounts": "Ra\u010duni", "name": "Ime", "revenue_accounts": "Ra\u010dun prihodkov", "description": "Opis", @@ -213,13 +213,13 @@ export default { "transactions": "Transakcije", "balance": "Stanje", "budgets": "Prora\u010duni", - "subscriptions": "Subscriptions", + "subscriptions": "Naro\u010dnine", "welcome_back": "Kaj dogaja?", "bills_to_pay": "Trajnik za pla\u010dilo", "net_worth": "Neto vrednost", "pref_last365": "Zadnje leto", - "pref_last90": "Last 90 days", - "pref_last30": "Last 30 days", + "pref_last90": "Zadnjih 90 dni", + "pref_last30": "Zadnjih 30 dni", "pref_last7": "Zadnjih 7 dni", "pref_YTD": "Leto do datuma", "pref_QTD": "Quarter to date", diff --git a/frontend/src/layouts/MainLayout.vue b/frontend/src/layouts/MainLayout.vue index 31432a3fe3..a09beb3158 100644 --- a/frontend/src/layouts/MainLayout.vue +++ b/frontend/src/layouts/MainLayout.vue @@ -338,7 +338,7 @@ page container: q-ma-xs (margin all, xs) AND q-mb-md to give the page content so
- Firefly III v v6.0.19 © James Cole, AGPL-3.0-or-later. + Firefly III v v6.0.21 © James Cole, AGPL-3.0-or-later.
diff --git a/package-lock.json b/package-lock.json index afe450e26c..15c744d27c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -859,9 +859,9 @@ } }, "node_modules/postcss": { - "version": "8.4.28", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", - "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "version": "8.4.29", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", + "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", "dev": true, "funding": [ { diff --git a/public/v2/i18n/ca_ES.json b/public/v2/i18n/ca_ES.json index fec29adc07..e73afcf936 100644 --- a/public/v2/i18n/ca_ES.json +++ b/public/v2/i18n/ca_ES.json @@ -8,19 +8,19 @@ "left": "Queda", "paid": "Pagat", "unpaid": "Pendent de pagament", - "default_group_title_name_plain": "ungrouped", + "default_group_title_name_plain": "no agrupades", "overspent": "Gastat de m\u00e9s", "money_flowing_in": "Entrant", "money_flowing_out": "Eixint", "category": "Categoria", - "unknown_category_plain": "No category", - "all_money": "All your money", - "unknown_source_plain": "Unknown source account", - "unknown_dest_plain": "Unknown destination account", - "unknown_any_plain": "Unknown account", - "unknown_budget_plain": "No budget", - "expense_account": "Expense account", - "revenue_account": "Revenue account", + "unknown_category_plain": "Sense categoria", + "all_money": "Tots els teus diners", + "unknown_source_plain": "Compte font desconegut", + "unknown_dest_plain": "Compte de dest\u00ed desconegut", + "unknown_any_plain": "Compte desconegut", + "unknown_budget_plain": "Cap pressupost", + "expense_account": "Compte de despeses", + "revenue_account": "Compte d'ingressos", "budget": "Pressupost" } } diff --git a/public/v2/i18n/de_DE.json b/public/v2/i18n/de_DE.json index a157aec2bd..2405d1bbbd 100644 --- a/public/v2/i18n/de_DE.json +++ b/public/v2/i18n/de_DE.json @@ -8,19 +8,19 @@ "left": "\u00dcbrig", "paid": "Bezahlt", "unpaid": "Unbezahlt", - "default_group_title_name_plain": "ungrouped", + "default_group_title_name_plain": "ungruppiert", "overspent": "Zuviel ausgegeben", "money_flowing_in": "Eingehend", "money_flowing_out": "Ausgehend", "category": "Kategorie", - "unknown_category_plain": "No category", - "all_money": "All your money", - "unknown_source_plain": "Unknown source account", - "unknown_dest_plain": "Unknown destination account", - "unknown_any_plain": "Unknown account", - "unknown_budget_plain": "No budget", - "expense_account": "Expense account", - "revenue_account": "Revenue account", + "unknown_category_plain": "Keine Kategorie", + "all_money": "All Ihr Geld", + "unknown_source_plain": "Unbekanntes Quellkonto", + "unknown_dest_plain": "Unbekanntes Zielkonto", + "unknown_any_plain": "Unbekanntes Konto", + "unknown_budget_plain": "Kein Budget", + "expense_account": "Ausgabenkonto", + "revenue_account": "Einnahmekonto", "budget": "Budget" } } diff --git a/public/v2/i18n/es_ES.json b/public/v2/i18n/es_ES.json index 0051fc7010..2f3c0b8f11 100644 --- a/public/v2/i18n/es_ES.json +++ b/public/v2/i18n/es_ES.json @@ -8,19 +8,19 @@ "left": "Disponible", "paid": "Pagado", "unpaid": "No pagado", - "default_group_title_name_plain": "ungrouped", + "default_group_title_name_plain": "sin agrupar", "overspent": "Sobrepasadas", "money_flowing_in": "Entrada", "money_flowing_out": "Salida", "category": "Categoria", - "unknown_category_plain": "No category", - "all_money": "All your money", - "unknown_source_plain": "Unknown source account", - "unknown_dest_plain": "Unknown destination account", - "unknown_any_plain": "Unknown account", - "unknown_budget_plain": "No budget", - "expense_account": "Expense account", - "revenue_account": "Revenue account", + "unknown_category_plain": "Sin categor\u00eda", + "all_money": "Todo tu dinero", + "unknown_source_plain": "Cuenta origen desconocida", + "unknown_dest_plain": "Direcci\u00f3n de destino desconocida", + "unknown_any_plain": "Cuenta desconocida", + "unknown_budget_plain": "Sin presupuesto", + "expense_account": "Cuenta de gastos", + "revenue_account": "Cuenta de ingresos", "budget": "Presupuesto" } } diff --git a/public/v2/i18n/fr_FR.json b/public/v2/i18n/fr_FR.json index 07e002370f..60cee9ab0d 100644 --- a/public/v2/i18n/fr_FR.json +++ b/public/v2/i18n/fr_FR.json @@ -8,19 +8,19 @@ "left": "Reste", "paid": "Pay\u00e9", "unpaid": "Impay\u00e9", - "default_group_title_name_plain": "ungrouped", + "default_group_title_name_plain": "non group\u00e9", "overspent": "Trop d\u00e9pens\u00e9", "money_flowing_in": "Entr\u00e9e", "money_flowing_out": "Sortie", "category": "Cat\u00e9gorie", - "unknown_category_plain": "No category", - "all_money": "All your money", - "unknown_source_plain": "Unknown source account", - "unknown_dest_plain": "Unknown destination account", - "unknown_any_plain": "Unknown account", - "unknown_budget_plain": "No budget", - "expense_account": "Expense account", - "revenue_account": "Revenue account", + "unknown_category_plain": "Sans cat\u00e9gorie", + "all_money": "Tout votre argent", + "unknown_source_plain": "Compte source inconnu", + "unknown_dest_plain": "Compte de destination inconnu", + "unknown_any_plain": "Compte inconnu", + "unknown_budget_plain": "Pas de budget", + "expense_account": "Compte de d\u00e9penses", + "revenue_account": "Compte de recettes", "budget": "Budget" } } diff --git a/public/v2/i18n/ko_KR.json b/public/v2/i18n/ko_KR.json index 939bccf917..170420e32f 100644 --- a/public/v2/i18n/ko_KR.json +++ b/public/v2/i18n/ko_KR.json @@ -8,19 +8,19 @@ "left": "\ub0a8\uc74c", "paid": "\uc9c0\ubd88\ub428", "unpaid": "\ubbf8\uc9c0\ubd88", - "default_group_title_name_plain": "ungrouped", + "default_group_title_name_plain": "\uadf8\ub8f9 \ud574\uc81c\ub428", "overspent": "\ucd08\uacfc \uc9c0\ucd9c", "money_flowing_in": "\ub4e4\uc5b4\uc634", "money_flowing_out": "\ub098\uac10", "category": "\uce74\ud14c\uace0\ub9ac", - "unknown_category_plain": "No category", - "all_money": "All your money", - "unknown_source_plain": "Unknown source account", - "unknown_dest_plain": "Unknown destination account", - "unknown_any_plain": "Unknown account", - "unknown_budget_plain": "No budget", - "expense_account": "Expense account", - "revenue_account": "Revenue account", + "unknown_category_plain": "\uce74\ud14c\uace0\ub9ac \uc5c6\uc74c", + "all_money": "\ubaa8\ub4e0 \ub3c8", + "unknown_source_plain": "\uc54c \uc218 \uc5c6\ub294 \uc18c\uc2a4 \uacc4\uc815", + "unknown_dest_plain": "\uc54c \uc218 \uc5c6\ub294 \ub300\uc0c1 \uacc4\uc815", + "unknown_any_plain": "\uc54c \uc218 \uc5c6\ub294 \uacc4\uc815", + "unknown_budget_plain": "\uc608\uc0b0 \uc5c6\uc74c", + "expense_account": "\uc9c0\ucd9c \uacc4\uc815", + "revenue_account": "\uc218\uc775 \uacc4\uc815", "budget": "\uc608\uc0b0" } } diff --git a/public/v2/i18n/nn_NO.json b/public/v2/i18n/nn_NO.json index 31b8c5a89b..74641f17ac 100644 --- a/public/v2/i18n/nn_NO.json +++ b/public/v2/i18n/nn_NO.json @@ -21,7 +21,7 @@ "unknown_budget_plain": "No budget", "expense_account": "Expense account", "revenue_account": "Revenue account", - "budget": "Busjett" + "budget": "Budsjett" } } } \ No newline at end of file diff --git a/public/v2/i18n/pl_PL.json b/public/v2/i18n/pl_PL.json index bf992f3047..7b845e8e2f 100644 --- a/public/v2/i18n/pl_PL.json +++ b/public/v2/i18n/pl_PL.json @@ -8,19 +8,19 @@ "left": "Pozosta\u0142o", "paid": "Zap\u0142acone", "unpaid": "Niezap\u0142acone", - "default_group_title_name_plain": "ungrouped", + "default_group_title_name_plain": "bez grupy", "overspent": "Przep\u0142acono", "money_flowing_in": "Przychodz\u0105ce", "money_flowing_out": "Wychodz\u0105ce", "category": "Kategoria", - "unknown_category_plain": "No category", - "all_money": "All your money", - "unknown_source_plain": "Unknown source account", - "unknown_dest_plain": "Unknown destination account", - "unknown_any_plain": "Unknown account", - "unknown_budget_plain": "No budget", - "expense_account": "Expense account", - "revenue_account": "Revenue account", + "unknown_category_plain": "Brak kategorii", + "all_money": "Wszystkie Twoje pieni\u0105dze", + "unknown_source_plain": "Nieznane konto \u017ar\u00f3d\u0142owe", + "unknown_dest_plain": "Nieznane konto docelowe", + "unknown_any_plain": "Nieznane konto", + "unknown_budget_plain": "Brak bud\u017cetu", + "expense_account": "Konto wydatk\u00f3w", + "revenue_account": "Konto przychod\u00f3w", "budget": "Bud\u017cet" } } diff --git a/public/v2/i18n/pt_BR.json b/public/v2/i18n/pt_BR.json index 7f3d45317b..a1d85a9e52 100644 --- a/public/v2/i18n/pt_BR.json +++ b/public/v2/i18n/pt_BR.json @@ -8,19 +8,19 @@ "left": "Restante", "paid": "Pago", "unpaid": "N\u00e3o pago", - "default_group_title_name_plain": "ungrouped", + "default_group_title_name_plain": "sem grupo", "overspent": "Gasto excedido", "money_flowing_in": "Entrada", "money_flowing_out": "Sa\u00edda", "category": "Categoria", - "unknown_category_plain": "No category", - "all_money": "All your money", - "unknown_source_plain": "Unknown source account", - "unknown_dest_plain": "Unknown destination account", - "unknown_any_plain": "Unknown account", - "unknown_budget_plain": "No budget", - "expense_account": "Expense account", - "revenue_account": "Revenue account", + "unknown_category_plain": "Sem categoria", + "all_money": "Todo o seu dinheiro", + "unknown_source_plain": "Conta de origem desconhecida", + "unknown_dest_plain": "Conta de destino desconhecida", + "unknown_any_plain": "Conta desconhecida", + "unknown_budget_plain": "Nenhum or\u00e7amento", + "expense_account": "Conta de despesas", + "revenue_account": "Conta de Receitas", "budget": "Or\u00e7amento" } } diff --git a/public/v2/i18n/sl_SI.json b/public/v2/i18n/sl_SI.json index 11a9e4d90f..eea5f2f30f 100644 --- a/public/v2/i18n/sl_SI.json +++ b/public/v2/i18n/sl_SI.json @@ -13,14 +13,14 @@ "money_flowing_in": "Na", "money_flowing_out": "Iz", "category": "Kategorija", - "unknown_category_plain": "No category", - "all_money": "All your money", - "unknown_source_plain": "Unknown source account", - "unknown_dest_plain": "Unknown destination account", - "unknown_any_plain": "Unknown account", - "unknown_budget_plain": "No budget", - "expense_account": "Expense account", - "revenue_account": "Revenue account", + "unknown_category_plain": "Brez kategorije", + "all_money": "Ves va\u0161 denar", + "unknown_source_plain": "Neznan izvorni ra\u010dun", + "unknown_dest_plain": "Neznan ciljni ra\u010dun", + "unknown_any_plain": "Neznan ra\u010dun", + "unknown_budget_plain": "Ni prora\u010duna", + "expense_account": "Ra\u010dun stro\u0161kov", + "revenue_account": "Ra\u010dun prihodkov", "budget": "Prora\u010dun" } } diff --git a/resources/assets/js/locales/nn.json b/resources/assets/js/locales/nn.json index 8b8ed85161..a4e5c4a7c9 100644 --- a/resources/assets/js/locales/nn.json +++ b/resources/assets/js/locales/nn.json @@ -46,7 +46,7 @@ "split_transaction_title_help": "Om du oppretter ein splittet transaksjon, m\u00e5 du ha ein hoved beskriving for alle deler av transaksjonen.", "destination_account_reconciliation": "Du kan ikkje redigera kildekontoen for ein avstemmingstransaksjon.", "source_account_reconciliation": "Du kan ikkje redigera kildekontoen for ein avstemmingstransaksjon.", - "budget": "Busjett", + "budget": "Budsjett", "bill": "Rekning", "you_create_withdrawal": "Du lager eit uttak.", "you_create_transfer": "Du lager ein overf\u00f8ring.", diff --git a/resources/assets/js/locales/sl.json b/resources/assets/js/locales/sl.json index 9c41337e0b..8c3abe5fa0 100644 --- a/resources/assets/js/locales/sl.json +++ b/resources/assets/js/locales/sl.json @@ -9,16 +9,16 @@ "split": "Razdeli", "single_split": "Razdeli", "transaction_stored_link": "Transaction #{ID} (\"{title}\")<\/a> has been stored.", - "webhook_stored_link": "Webhook #{ID} (\"{title}\")<\/a> has been stored.", - "webhook_updated_link": "Webhook #{ID}<\/a> (\"{title}\") has been updated.", + "webhook_stored_link": "Webhook #{ID} (\"{title}\")<\/a> je bil shranjen.", + "webhook_updated_link": "Webhook #{ID}<\/a> (\"{title}\") je posodobljen.", "transaction_updated_link": "Transaction #{ID}<\/a> (\"{title}\") has been updated.", "transaction_new_stored_link": "Transaction #{ID}<\/a> has been stored.", "transaction_journal_information": "Informacije o transakciji", "submission_options": "Submission options", "apply_rules_checkbox": "Uporabi pravila", "fire_webhooks_checkbox": "Fire webhooks", - "no_budget_pointer": "You seem to have no budgets yet. You should create some on the budgets<\/a>-page. Budgets can help you keep track of expenses.", - "no_bill_pointer": "You seem to have no bills yet. You should create some on the bills<\/a>-page. Bills can help you keep track of expenses.", + "no_budget_pointer": "Zdi se, da \u0161e nimate prora\u010duna. Ustvarite jih nekaj na strani prora\u010duni<\/a>. Prora\u010duni vam lahko pomagajo spremljati stro\u0161ke.", + "no_bill_pointer": "Zdi se, da \u0161e nimate ra\u010dunov. Ustvarite jih na strani ra\u010duni<\/a>. Ra\u010duni vam lahko pomagajo spremljati stro\u0161ke.", "source_account": "Izvorni ra\u010dun", "hidden_fields_preferences": "You can enable more transaction options in your preferences<\/a>.", "destination_account": "Ciljni ra\u010dun", @@ -35,8 +35,8 @@ "category": "Kategorija", "attachments": "Priloge", "notes": "Opombe", - "external_url": "External URL", - "update_transaction": "Update transaction", + "external_url": "Zunanji URL", + "update_transaction": "Posodobi transakcije", "after_update_create_another": "After updating, return here to continue editing.", "store_as_new": "Store as a new transaction instead of updating.", "split_title_help": "\u010ce ustvarite deljeno transakcijo, mora obstajati globalni opis za vse dele transakcije.", @@ -54,8 +54,8 @@ "edit": "uredi", "delete": "izbri\u0161i", "name": "Ime", - "profile_whoops": "Whoops!", - "profile_something_wrong": "Something went wrong!", + "profile_whoops": "Ups!", + "profile_something_wrong": "Nekaj je \u0161lo narobe!", "profile_try_again": "Something went wrong. Please try again.", "profile_oauth_clients": "OAuth Clients", "profile_oauth_no_clients": "You have not created any OAuth clients.", @@ -78,10 +78,10 @@ "profile_personal_access_token": "Personal Access Token", "profile_personal_access_token_explanation": "Here is your new personal access token. This is the only time it will be shown so don't lose it! You may now use this token to make API requests.", "profile_no_personal_access_token": "You have not created any personal access tokens.", - "profile_create_new_token": "Create new token", - "profile_create_token": "Create token", + "profile_create_new_token": "Ustvari nov \u017eeton", + "profile_create_token": "Ustvari \u017eeton", "profile_create": "Ustvari", - "profile_save_changes": "Save changes", + "profile_save_changes": "Shrani spremembe", "default_group_title_name": "(ungrouped)", "piggy_bank": "Dodaj hranilnik", "profile_oauth_client_secret_title": "Client Secret", @@ -92,10 +92,10 @@ "multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.", "multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.", "multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.", - "webhook_trigger_STORE_TRANSACTION": "After transaction creation", - "webhook_trigger_UPDATE_TRANSACTION": "After transaction update", - "webhook_trigger_DESTROY_TRANSACTION": "After transaction delete", - "webhook_response_TRANSACTIONS": "Transaction details", + "webhook_trigger_STORE_TRANSACTION": "Po ustvarjanju transakcije", + "webhook_trigger_UPDATE_TRANSACTION": "Po posodabljanju transakcije", + "webhook_trigger_DESTROY_TRANSACTION": "Po brisanju transakcije", + "webhook_response_TRANSACTIONS": "Podrobnosti transakcije", "webhook_response_ACCOUNTS": "Podrobnosti ra\u010duna", "webhook_response_none_NONE": "Ni podrobnosti", "webhook_delivery_JSON": "JSON", @@ -103,28 +103,28 @@ "meta_data": "Meta podatki", "webhook_messages": "Webhook sporo\u010dilo", "inactive": "Neaktivno", - "no_webhook_messages": "There are no webhook messages", - "inspect": "Inspect", - "create_new_webhook": "Create new webhook", + "no_webhook_messages": "Tukaj ni sporo\u010dil spletnih kljuk", + "inspect": "Preglejte", + "create_new_webhook": "Ustvari nov webhook", "webhooks": "Spletne kljuke (Webhooks)", - "webhook_trigger_form_help": "Indicate on what event the webhook will trigger", - "webhook_response_form_help": "Indicate what the webhook must submit to the URL.", - "webhook_delivery_form_help": "Which format the webhook must deliver data in.", - "webhook_active_form_help": "The webhook must be active or it won't be called.", - "edit_webhook_js": "Edit webhook \"{title}\"", - "webhook_was_triggered": "The webhook was triggered on the indicated transaction. Please wait for results to appear.", - "view_message": "View message", - "view_attempts": "View failed attempts", - "message_content_title": "Webhook message content", - "message_content_help": "This is the content of the message that was sent (or tried) using this webhook.", - "attempt_content_title": "Webhook attempts", - "attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.", - "no_attempts": "There are no unsuccessful attempts. That's a good thing!", - "webhook_attempt_at": "Attempt at {moment}", + "webhook_trigger_form_help": "Navedite, ob katerem dogodku se bo spro\u017eil webhook", + "webhook_response_form_help": "Navedite, kaj mora webhook predlo\u017eiti URL-ju.", + "webhook_delivery_form_help": "V kateri obliki mora webhook dostaviti podatke.", + "webhook_active_form_help": "Webhook mora biti aktiven, sicer ne bo poklican.", + "edit_webhook_js": "Uredi webhook \"{title}\"", + "webhook_was_triggered": "Webhook je bil spro\u017een ob navedeni transakciji. Po\u010dakajte, da se prika\u017eejo rezultati.", + "view_message": "Poglej sporo\u010dilo", + "view_attempts": "Ogled neuspelih poskusov", + "message_content_title": "Vsebina sporo\u010dila Webhook", + "message_content_help": "To je vsebina sporo\u010dila, ki je bilo poslano (ali poskuseno) s tem webhookom.", + "attempt_content_title": "Poskusi Webhook", + "attempt_content_help": "To so vsi neuspe\u0161ni poskusi po\u0161iljanja tega sporo\u010dila webhook na konfigurirani URL. \u010cez nekaj \u010dasa bo Firefly III nehal posku\u0161ati.", + "no_attempts": "Neuspe\u0161nih poskusov ni. To je dobra stvar!", + "webhook_attempt_at": "Poskus ob {moment}", "logs": "Logi", - "response": "Response", - "visit_webhook_url": "Visit webhook URL", - "reset_webhook_secret": "Reset webhook secret" + "response": "Odziv", + "visit_webhook_url": "Obi\u0161\u010dite URL webhooka", + "reset_webhook_secret": "Ponastavi skrivnost webhooka" }, "form": { "url": "URL", @@ -138,17 +138,17 @@ "payment_date": "Datum pla\u010dila", "invoice_date": "Datum ra\u010duna", "internal_reference": "Notranji sklic", - "webhook_response": "Response", - "webhook_trigger": "Trigger", - "webhook_delivery": "Delivery" + "webhook_response": "Odziv", + "webhook_trigger": "Spro\u017eilec", + "webhook_delivery": "Dostava" }, "list": { "active": "Aktiviran?", - "trigger": "Trigger", - "response": "Response", - "delivery": "Delivery", + "trigger": "Spro\u017eilec", + "response": "Odziv", + "delivery": "Dostava", "url": "URL", - "secret": "Secret" + "secret": "Skrivnost" }, "config": { "html_language": "sl", diff --git a/resources/lang/bg_BG/firefly.php b/resources/lang/bg_BG/firefly.php index ee87ffa027..7b78fbcf53 100644 --- a/resources/lang/bg_BG/firefly.php +++ b/resources/lang/bg_BG/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Създай нова сметка за приходи', 'create_new_piggy_bank' => 'Създай нова касичка', 'create_new_bill' => 'Създай нова сметка', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Създай нова валута', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Повтаря се през {skip} половин години', 'bill_repeats_yearly_skip' => 'Повтаря се през {skip} години', 'subscriptions' => 'Абонаменти', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Завинаги', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Етикет ":tag" беше създаден!', 'transaction_journal_information' => 'Информация за транзакция', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Мета информация', 'transaction_journal_more' => 'Повече информация', 'basic_journal_information' => 'Основна информация за транзакция', diff --git a/resources/lang/bg_BG/rules.php b/resources/lang/bg_BG/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/bg_BG/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/ca_ES/firefly.php b/resources/lang/ca_ES/firefly.php index e3165a2ec3..bad1207027 100644 --- a/resources/lang/ca_ES/firefly.php +++ b/resources/lang/ca_ES/firefly.php @@ -864,12 +864,12 @@ return [ 'rule_trigger_transaction_type' => 'La transacció és del tipus ":trigger_value"', 'rule_trigger_category_is_choice' => 'La categoria és..', 'rule_trigger_category_is' => 'La categoria és ":trigger_value"', - 'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..', - 'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value', + 'rule_trigger_amount_less_choice' => 'La quantitat és menor o igual a ..', + 'rule_trigger_amount_less' => 'La quantitat és menor o igual a :trigger_value', 'rule_trigger_amount_is_choice' => 'La quantitat és..', 'rule_trigger_amount_is' => 'La quantitat és :trigger_value', - 'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..', - 'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value', + 'rule_trigger_amount_more_choice' => 'La quantitat és major o igual a..', + 'rule_trigger_amount_more' => 'La quantitat és major o igual a :trigger_value', 'rule_trigger_description_starts_choice' => 'La descripció comença per..', 'rule_trigger_description_starts' => 'La descripció comença per ":trigger_value"', 'rule_trigger_description_ends_choice' => 'La descripció acaba amb..', @@ -934,14 +934,14 @@ return [ 'rule_trigger_internal_reference_is' => 'La referència interna és ":trigger_value"', 'rule_trigger_journal_id_choice' => 'L\'ID del llibre de transaccions és..', 'rule_trigger_journal_id' => 'L\'ID del llibre de transaccions és ":trigger_value"', - 'rule_trigger_any_external_url' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_id' => 'Transaction has an (any) external ID', - 'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID', + 'rule_trigger_any_external_url' => 'La transació té (cap) URL externa', + 'rule_trigger_any_external_url_choice' => 'La transació té (cap) URL externa', + 'rule_trigger_any_external_id' => 'La transació té (cap) ID extern', + 'rule_trigger_any_external_id_choice' => 'La transació té (cap) ID extern', 'rule_trigger_no_external_url_choice' => 'La transacció no té URL extern', 'rule_trigger_no_external_url' => 'La transacció no té URL extern', - 'rule_trigger_no_external_id_choice' => 'Transaction has no external ID', - 'rule_trigger_no_external_id' => 'Transaction has no external ID', + 'rule_trigger_no_external_id_choice' => 'La transacció no té cap ID extern', + 'rule_trigger_no_external_id' => 'La transacció no té cap ID extern', 'rule_trigger_id_choice' => 'L\'ID de la transacció és..', 'rule_trigger_id' => 'L\'ID de la transacció és ":trigger_value"', 'rule_trigger_sepa_ct_is_choice' => 'El SEPA CT és..', @@ -1260,8 +1260,8 @@ return [ 'rule_action_set_notes_choice' => 'Establir les notes a ..', 'rule_action_link_to_bill_choice' => 'Enllaçar a una factura ..', 'rule_action_link_to_bill' => 'Enllaçar a la factura ":action_value"', - 'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)', - 'rule_action_switch_accounts' => 'Switch source and destination', + 'rule_action_switch_accounts_choice' => 'Canvia els comptes font i destí (només transferències!)', + 'rule_action_switch_accounts' => 'Canvia font i destí', 'rule_action_set_notes' => 'Establir notes a ":action_value"', 'rule_action_convert_deposit_choice' => 'Convertir la transacció a un dipòsit', 'rule_action_convert_deposit' => 'Convertir la transacció a un dipòsit de ":action_value"', @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Avisar quan es creï un nou identificador d\'accés API', 'pref_notification_transaction_creation' => 'Avisar quan una transacció es creï automàticament', 'pref_notification_user_login' => 'Avisar quan s\'iniciï sessió des d\'una nova ubicació', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notificacions', 'pref_notifications_help' => 'Indica si aquestes són notificacions que vols rebre. Algunes notificacions podrien contenir informació financera sensible.', 'slack_webhook_url' => 'Webhook URL de Slack', @@ -1403,7 +1404,7 @@ return [ // Financial administrations 'administration_index' => 'Administració financera', - 'administrations_index_menu' => 'Financial administration(s)', + 'administrations_index_menu' => 'Administració financera', // profile: 'purge_data_title' => 'Purgar dades de Firefly III', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Crear un nou compte de beneficis', 'create_new_piggy_bank' => 'Crea una guardiola nova', 'create_new_bill' => 'Crear una nova factura', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Crear una nova moneda', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Es repeteix cada {skip} mitjos anys', 'bill_repeats_yearly_skip' => 'Es repeteix cada {skip} anys', 'subscriptions' => 'Subscripcions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Per a sempre', 'extension_date_is' => 'La data d\'extensió és {date}', @@ -1823,10 +1827,10 @@ return [ 'asset_accounts' => 'Comptes d\'actius', 'undefined_accounts' => 'Comptes', 'asset_accounts_inactive' => 'Comptes d\'actius (inactius)', - 'expense_account' => 'Expense account', + 'expense_account' => 'Compte de despeses', 'expense_accounts' => 'Comptes de despeses', 'expense_accounts_inactive' => 'Comptes de despeses (inactius)', - 'revenue_account' => 'Revenue account', + 'revenue_account' => 'Compte d\'ingressos', 'revenue_accounts' => 'Comptes d\'ingressos', 'revenue_accounts_inactive' => 'Comptes d\'ingressos (inactius)', 'cash_accounts' => 'Comptes d\'efectiu', @@ -1915,7 +1919,7 @@ return [ 'categories' => 'Categories', 'edit_category' => 'Editar la categoria ":name"', 'no_category' => '(cap categoria)', - 'unknown_category_plain' => 'No category', + 'unknown_category_plain' => 'Sense categoria', 'category' => 'Categoria', 'delete_category' => 'Eliminar categoria ":name"', 'deleted_category' => 'S\'ha eliminat la categoria ":name"', @@ -2083,12 +2087,12 @@ return [ 'searchPlaceholder' => 'Cerca...', 'version' => 'Versió', 'dashboard' => 'Panell de control', - 'income_and_expense' => 'Income and expense', - 'all_money' => 'All your money', - 'unknown_source_plain' => 'Unknown source account', - 'unknown_dest_plain' => 'Unknown destination account', - 'unknown_any_plain' => 'Unknown account', - 'unknown_budget_plain' => 'No budget', + 'income_and_expense' => 'Ingressos i despeses', + 'all_money' => 'Tots els teus diners', + 'unknown_source_plain' => 'Compte font desconegut', + 'unknown_dest_plain' => 'Compte de destí desconegut', + 'unknown_any_plain' => 'Compte desconegut', + 'unknown_budget_plain' => 'Cap pressupost', 'available_budget' => 'Pressupost disponible ({currency})', 'currencies' => 'Monedes', 'activity' => 'Activitat (exercici)', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'L\'etiqueta ":tag" ha sigut creada!', 'transaction_journal_information' => 'Informació de la transacció', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Metainformació', 'transaction_journal_more' => 'Més informació', 'basic_journal_information' => 'Informació de transacció bàsica', @@ -2397,7 +2402,7 @@ return [ 'invite_user' => 'Convida l\'usuari', 'user_is_invited' => 'El correu electrònic ":address" s\'ha convidat a Firefly III', 'administration' => 'Administració', - 'system_settings' => 'System settings', + 'system_settings' => 'Configuració del sistema', 'code_already_used' => 'El code d\'invitació ja s\'ha gastat', 'user_administration' => 'Administració d\'usuaris', 'list_all_users' => 'Tots els usuaris', @@ -2537,7 +2542,7 @@ return [ // object groups 'default_group_title_name' => '(no agrupades)', - 'default_group_title_name_plain' => 'ungrouped', + 'default_group_title_name_plain' => 'no agrupades', // empty lists? no objects? instructions: 'no_accounts_title_asset' => 'Anem a crear un compte d\'actius!', @@ -2722,7 +2727,7 @@ return [ 'ale_action_clear_tag' => 'Etiqueta buidada', 'ale_action_clear_all_tags' => 'Buidades totes les etiquetes', 'ale_action_set_bill' => 'Enllaçat a la factura', - 'ale_action_switch_accounts' => 'Switched source and destination account', + 'ale_action_switch_accounts' => 'S\'han canviat els comptes font i de destinació', 'ale_action_set_budget' => 'Establir pressupost', 'ale_action_set_category' => 'Establir categoria', 'ale_action_set_source' => 'Establir compte d\'origen', diff --git a/resources/lang/ca_ES/form.php b/resources/lang/ca_ES/form.php index 7d68840f73..cec9ae3257 100644 --- a/resources/lang/ca_ES/form.php +++ b/resources/lang/ca_ES/form.php @@ -147,7 +147,7 @@ return [ 'start_date' => 'Inici del rang', 'end_date' => 'Fi del rang', 'enddate' => 'Data de fi', - 'move_rules_before_delete' => 'Rule group', + 'move_rules_before_delete' => 'Grup de normes', 'start' => 'Inici del rang', 'end' => 'Fi del rang', 'delete_account' => 'Eliminar compte ":name"', diff --git a/resources/lang/ca_ES/rules.php b/resources/lang/ca_ES/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/ca_ES/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php index 8dcd3f17fd..9cbfaf49c3 100644 --- a/resources/lang/cs_CZ/firefly.php +++ b/resources/lang/cs_CZ/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Vytvořit nový příjmový účet', 'create_new_piggy_bank' => 'Vytvořit novou pokladničku', 'create_new_bill' => 'Vytvořit novou fakturu', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Vytvořit novou měnu', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Štítek „:tag“ byl vytvořen.', 'transaction_journal_information' => 'Informace o transakci', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta informace', 'transaction_journal_more' => 'Další informace', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/cs_CZ/rules.php b/resources/lang/cs_CZ/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/cs_CZ/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/da_DK/firefly.php b/resources/lang/da_DK/firefly.php index 156b2ad3af..ea78ca7da3 100644 --- a/resources/lang/da_DK/firefly.php +++ b/resources/lang/da_DK/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Opret ny indtægtskonto', 'create_new_piggy_bank' => 'Opret ny sparegris', 'create_new_bill' => 'Opret ny regning', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Opret en ny valuta', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Gentages hvert {skip} halve år', 'bill_repeats_yearly_skip' => 'Gentages hvert {skip} år', 'subscriptions' => 'Abonnementer', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'For evigt', 'extension_date_is' => 'Udvidelsesdato er {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" has been created!', 'transaction_journal_information' => 'Transaction information', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta information', 'transaction_journal_more' => 'More information', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/da_DK/rules.php b/resources/lang/da_DK/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/da_DK/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 7f7d847063..ce9ca300d5 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -1261,7 +1261,7 @@ return [ 'rule_action_link_to_bill_choice' => 'Mit einer Rechnung verknüpfen..', 'rule_action_link_to_bill' => 'Mit Rechnung „:action_value” verknüpfen', 'rule_action_switch_accounts_choice' => 'Quell- und Zielkonten tauschen (nur Umbuchungen!)', - 'rule_action_switch_accounts' => 'Switch source and destination', + 'rule_action_switch_accounts' => 'Quelle und Ziel tauschen', 'rule_action_set_notes' => 'Notizen auf „:action_value” setzen', 'rule_action_convert_deposit_choice' => 'Buchung in eine Einnahme umwandeln', 'rule_action_convert_deposit' => 'Buchung von ":action_value" in eine Einnahme umwandeln', @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Warnen, wenn ein neues API-Zugangs-Token erstellt wird', 'pref_notification_transaction_creation' => 'Warnen, wenn eine Buchung automatisch erstellt wird', 'pref_notification_user_login' => 'Warnen, wenn Sie sich von einem neuen Standort aus anmelden', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Benachrichtigungen', 'pref_notifications_help' => 'Geben Sie an, ob Sie diese Mitteilungen erhalten möchten. Einige Mitteilungen können sensible Finanzinformationen enthalten.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1403,7 +1404,7 @@ return [ // Financial administrations 'administration_index' => 'Finanzverwaltung', - 'administrations_index_menu' => 'Financial administration(s)', + 'administrations_index_menu' => 'Finanzverwaltung(en)', // profile: 'purge_data_title' => 'Daten aus Firefly III vernichten', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Neues Einnahmenkonto erstellen', 'create_new_piggy_bank' => 'Ein neues Sparschwein erstellen', 'create_new_bill' => 'Eine neue Rechnung erstellen', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Eine neue Währung erstellen', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Wiederholt sich alle {skip} Halbjahre', 'bill_repeats_yearly_skip' => 'Wiederholt sich alle {skip} Jahre', 'subscriptions' => 'Abonnements', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Dauerhaft', 'extension_date_is' => 'Zeitpunkt der Verlängerung ist {date}', @@ -1823,10 +1827,10 @@ return [ 'asset_accounts' => 'Bestandskonten', 'undefined_accounts' => 'Konten', 'asset_accounts_inactive' => 'Bestandskonten (inaktiv)', - 'expense_account' => 'Expense account', + 'expense_account' => 'Ausgabenkonto', 'expense_accounts' => 'Ausgabekonten', 'expense_accounts_inactive' => 'Ausgabekonten (inaktiv)', - 'revenue_account' => 'Revenue account', + 'revenue_account' => 'Einnahmekonto', 'revenue_accounts' => 'Einnahmekonten', 'revenue_accounts_inactive' => 'Einnahmekonten (inaktiv)', 'cash_accounts' => 'Geldbörsen', @@ -1915,7 +1919,7 @@ return [ 'categories' => 'Kategorien', 'edit_category' => 'Kategorie „:name” bearbeiten', 'no_category' => '(keine Kategorie)', - 'unknown_category_plain' => 'No category', + 'unknown_category_plain' => 'Keine Kategorie', 'category' => 'Kategorie', 'delete_category' => 'Kategorie „:name” löschen', 'deleted_category' => 'Kategorie „:name” gelöscht', @@ -2083,12 +2087,12 @@ return [ 'searchPlaceholder' => 'Suchen...', 'version' => 'Version', 'dashboard' => 'Übersicht', - 'income_and_expense' => 'Income and expense', - 'all_money' => 'All your money', - 'unknown_source_plain' => 'Unknown source account', - 'unknown_dest_plain' => 'Unknown destination account', - 'unknown_any_plain' => 'Unknown account', - 'unknown_budget_plain' => 'No budget', + 'income_and_expense' => 'Einnahmen und Ausgaben', + 'all_money' => 'All Ihr Geld', + 'unknown_source_plain' => 'Unbekanntes Quellkonto', + 'unknown_dest_plain' => 'Unbekanntes Zielkonto', + 'unknown_any_plain' => 'Unbekanntes Konto', + 'unknown_budget_plain' => 'Kein Budget', 'available_budget' => 'Verfügbares Budget ({currency})', 'currencies' => 'Währungen', 'activity' => 'Aktivität', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Schlagwort „:tag” wurde angelegt!', 'transaction_journal_information' => 'Transaktionsinformationen', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Metainformationen', 'transaction_journal_more' => 'Weitere Informationen', 'basic_journal_information' => 'Allgemeine Buchungsinformationen', @@ -2397,7 +2402,7 @@ return [ 'invite_user' => 'Nutzer einladen', 'user_is_invited' => 'E-Mail Adresse ":address" wurde zu Firefly III eingeladen', 'administration' => 'Verwaltung', - 'system_settings' => 'System settings', + 'system_settings' => 'Systemeinstellungen', 'code_already_used' => 'Einladungscode wurde bereits verwendet', 'user_administration' => 'Nutzerinformation', 'list_all_users' => 'Alle Benutzer', @@ -2537,7 +2542,7 @@ return [ // object groups 'default_group_title_name' => '(ohne Gruppierung)', - 'default_group_title_name_plain' => 'ungrouped', + 'default_group_title_name_plain' => 'ungruppiert', // empty lists? no objects? instructions: 'no_accounts_title_asset' => 'Lassen Sie uns jetzt ein Bestandskonto anlegen!', diff --git a/resources/lang/de_DE/rules.php b/resources/lang/de_DE/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/de_DE/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php index 2a6f0e48c2..fd0bc26f50 100644 --- a/resources/lang/el_GR/firefly.php +++ b/resources/lang/el_GR/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Ειδοποίηση όταν δημιουργείται ένα νέο διακριτικό πρόσβασης API', 'pref_notification_transaction_creation' => 'Ειδοποίηση όταν δημιουργείται αυτόματα μια συναλλαγή', 'pref_notification_user_login' => 'Ειδοποίηση όταν συνδέεστε από μια νέα τοποθεσία', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Ειδοποιήσεις', 'pref_notifications_help' => 'Υποδείξτε εάν πρόκειται για ειδοποιήσεις που θέλετε να λαμβάνετε. Ορισμένες ειδοποιήσεις ενδέχεται να περιέχουν ευαίσθητες οικονομικές πληροφορίες.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Δημιουργία νέου λογαριασμού εσόδων', 'create_new_piggy_bank' => 'Δημιουργία ενός νέου κουμπαρά', 'create_new_bill' => 'Δημιουργία νέου πάγιου έξοδου', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Δημιουργία νέου νομίσματος', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Επαναλαμβάνεται κάθε {skip} εξάμηνα', 'bill_repeats_yearly_skip' => 'Επαναλαμβάνεται κάθε {skip} έτη', 'subscriptions' => 'Συνδρομές', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Για πάντα', 'extension_date_is' => 'Η ημερομηνία παράτασης είναι {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Η ετικέτα ":tag" δημιουργήθηκε!', 'transaction_journal_information' => 'Πληροφορίες συναλλαγής', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Πληροφορίες μεταδεδομένων', 'transaction_journal_more' => 'Περισσότερες πληροφορίες', 'basic_journal_information' => 'Βασικές πληροφορίες συναλλαγής', diff --git a/resources/lang/el_GR/rules.php b/resources/lang/el_GR/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/el_GR/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/en_GB/firefly.php b/resources/lang/en_GB/firefly.php index 6508c30189..ec534c36dc 100644 --- a/resources/lang/en_GB/firefly.php +++ b/resources/lang/en_GB/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Create new revenue account', 'create_new_piggy_bank' => 'Create new piggy bank', 'create_new_bill' => 'Create new bill', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Create a new currency', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" has been created!', 'transaction_journal_information' => 'Transaction information', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta information', 'transaction_journal_more' => 'More information', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/en_GB/rules.php b/resources/lang/en_GB/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/en_GB/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index bde72bb467..bd728ba016 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -1261,7 +1261,7 @@ return [ 'rule_action_link_to_bill_choice' => 'Enlazar a una factura ..', 'rule_action_link_to_bill' => 'Enlace a una factura ":action_value"', 'rule_action_switch_accounts_choice' => 'Cambiar cuentas de origen y destino (sólo transferencias!)', - 'rule_action_switch_accounts' => 'Switch source and destination', + 'rule_action_switch_accounts' => 'Cambiar origen y destino', 'rule_action_set_notes' => 'Establecer notas para:action_value', 'rule_action_convert_deposit_choice' => 'Convertir transacción en un ingreso', 'rule_action_convert_deposit' => 'Convertir transacción en un ingreso de ":action_value"', @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alerta cuando se crea un nuevo token de acceso API', 'pref_notification_transaction_creation' => 'Alerta cuando una transacción se crea automáticamente', 'pref_notification_user_login' => 'Alertar cuando se inicie sesión desde una nueva ubicación', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notificaciones', 'pref_notifications_help' => 'Indique si desea recibir estas notificaciones. Algunas notificaciones pueden contener información financiera sensible.', 'slack_webhook_url' => 'URL del Webhook de Slack', @@ -1403,7 +1404,7 @@ return [ // Financial administrations 'administration_index' => 'Administración financiera', - 'administrations_index_menu' => 'Financial administration(s)', + 'administrations_index_menu' => 'Administración(es) financiera(s)', // profile: 'purge_data_title' => 'Purgar datos de Firefly III', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Crear nueva cuenta de ingresos', 'create_new_piggy_bank' => 'Crear nueva hucha', 'create_new_bill' => 'Crear nueva factura', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Crear nueva moneda', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repetir cada {skip} medios años', 'bill_repeats_yearly_skip' => 'Repetir cada {skip} años', 'subscriptions' => 'Suscripciones', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Siempre', 'extension_date_is' => 'Fecha de extensión es {date}', @@ -1823,10 +1827,10 @@ return [ 'asset_accounts' => 'Cuenta de activos', 'undefined_accounts' => 'Cuentas', 'asset_accounts_inactive' => 'Cuentas de activos (inactivas)', - 'expense_account' => 'Expense account', + 'expense_account' => 'Cuenta de gastos', 'expense_accounts' => 'Cuentas de gastos', 'expense_accounts_inactive' => 'Cuentas de gastos (inactivas)', - 'revenue_account' => 'Revenue account', + 'revenue_account' => 'Cuenta de ingresos', 'revenue_accounts' => 'Cuentas de ingresos', 'revenue_accounts_inactive' => 'Cuentas de ingresos (inactivas)', 'cash_accounts' => 'Cuentas de efectivo', @@ -1915,7 +1919,7 @@ return [ 'categories' => 'Categorías', 'edit_category' => 'Editar categoría ":name"', 'no_category' => '(sin categoría)', - 'unknown_category_plain' => 'No category', + 'unknown_category_plain' => 'Sin categoría', 'category' => 'Categoria', 'delete_category' => 'Eliminar categoría ":name"', 'deleted_category' => 'Categoría eliminada ":name"', @@ -2083,12 +2087,12 @@ return [ 'searchPlaceholder' => 'Buscar...', 'version' => 'Versión', 'dashboard' => 'Panel de control', - 'income_and_expense' => 'Income and expense', - 'all_money' => 'All your money', - 'unknown_source_plain' => 'Unknown source account', - 'unknown_dest_plain' => 'Unknown destination account', - 'unknown_any_plain' => 'Unknown account', - 'unknown_budget_plain' => 'No budget', + 'income_and_expense' => 'Ingresos y gastos', + 'all_money' => 'Todo tu dinero', + 'unknown_source_plain' => 'Cuenta origen desconocida', + 'unknown_dest_plain' => 'Dirección de destino desconocida', + 'unknown_any_plain' => 'Cuenta desconocida', + 'unknown_budget_plain' => 'Sin presupuesto', 'available_budget' => 'Presupuesto disponible ({currency})', 'currencies' => 'Divisas', 'activity' => 'Actividad', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Etiqueta ":tag" ha sido creado!', 'transaction_journal_information' => 'Información de transacción', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Información Meta', 'transaction_journal_more' => 'Más información', 'basic_journal_information' => 'Información básica de transacción', @@ -2397,7 +2402,7 @@ return [ 'invite_user' => 'Invitar a un usuario', 'user_is_invited' => 'La dirección de correo electrónico ":address" ha sido invitada a Firefly III', 'administration' => 'Administración', - 'system_settings' => 'System settings', + 'system_settings' => 'Ajustes del sistema', 'code_already_used' => 'Se ha utilizado el código de invitación', 'user_administration' => 'Administración de usuarios', 'list_all_users' => 'Todos los usuarios', @@ -2537,7 +2542,7 @@ return [ // object groups 'default_group_title_name' => '(sin agrupación)', - 'default_group_title_name_plain' => 'ungrouped', + 'default_group_title_name_plain' => 'sin agrupar', // empty lists? no objects? instructions: 'no_accounts_title_asset' => '¡Vamos a crear una cuenta de activos!', diff --git a/resources/lang/es_ES/rules.php b/resources/lang/es_ES/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/es_ES/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/fi_FI/firefly.php b/resources/lang/fi_FI/firefly.php index 51136ba218..44ae5e3216 100644 --- a/resources/lang/fi_FI/firefly.php +++ b/resources/lang/fi_FI/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Luo uusi tuottotili', 'create_new_piggy_bank' => 'Luo uusi säästöpossu', 'create_new_bill' => 'Luo uusi lasku', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Luo uusi valuutta', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Toistuu {skip} puolen vuoden välein', 'bill_repeats_yearly_skip' => 'Toistuu {skip} vuoden välein', 'subscriptions' => 'Tilaukset', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Ikuisesti', 'extension_date_is' => 'Laajennuksen päivämäärä on {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Luotiin ":tag"-tägi!', 'transaction_journal_information' => 'Tapahtumatiedot', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Metatiedot', 'transaction_journal_more' => 'Lisätietoja', 'basic_journal_information' => 'Tapahtuman perustiedot', diff --git a/resources/lang/fi_FI/rules.php b/resources/lang/fi_FI/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/fi_FI/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 6cbfdcfb08..266b90eb5d 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alerte à la création d\'un nouveau jeton d\'accès API', 'pref_notification_transaction_creation' => 'Alerte à la création automatique d\'une opération', 'pref_notification_user_login' => 'Alerte à la connexion depuis un nouvel emplacement', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Sélectionnez les notifications que vous souhaitez recevoir. Certaines notifications peuvent contenir des informations financières sensibles.', 'slack_webhook_url' => 'Webhook URL de Slack', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Créer nouveau compte de recettes', 'create_new_piggy_bank' => 'Créer une nouvelle tirelire', 'create_new_bill' => 'Créer une nouvelle facture', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Créer une nouvelle devise', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Se répète tous les {skip} semestres', 'bill_repeats_yearly_skip' => 'Se répète tous les {skip} ans', 'subscriptions' => 'Abonnements', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Pour toujours', 'extension_date_is' => 'La date de l\'extension est {date}', @@ -1823,10 +1827,10 @@ return [ 'asset_accounts' => 'Comptes d’actif', 'undefined_accounts' => 'Comptes', 'asset_accounts_inactive' => 'Comptes d\'actifs (inactif)', - 'expense_account' => 'Expense account', + 'expense_account' => 'Compte de dépenses', 'expense_accounts' => 'Comptes de dépenses', 'expense_accounts_inactive' => 'Comptes de dépenses (inactif)', - 'revenue_account' => 'Revenue account', + 'revenue_account' => 'Compte de recettes', 'revenue_accounts' => 'Comptes de recettes', 'revenue_accounts_inactive' => 'Comptes de recette (inactifs)', 'cash_accounts' => 'Comptes de trésorerie', @@ -1915,7 +1919,7 @@ return [ 'categories' => 'Catégories', 'edit_category' => 'Modifier la catégorie ":name"', 'no_category' => '(aucune catégorie)', - 'unknown_category_plain' => 'No category', + 'unknown_category_plain' => 'Sans catégorie', 'category' => 'Catégorie', 'delete_category' => 'Supprimer la catégorie ":name"', 'deleted_category' => 'Catégorie ":name" supprimée', @@ -2083,12 +2087,12 @@ return [ 'searchPlaceholder' => 'Rechercher...', 'version' => 'Version', 'dashboard' => 'Tableau de bord', - 'income_and_expense' => 'Income and expense', - 'all_money' => 'All your money', - 'unknown_source_plain' => 'Unknown source account', - 'unknown_dest_plain' => 'Unknown destination account', - 'unknown_any_plain' => 'Unknown account', - 'unknown_budget_plain' => 'No budget', + 'income_and_expense' => 'Revenus et dépenses', + 'all_money' => 'Tout votre argent', + 'unknown_source_plain' => 'Compte source inconnu', + 'unknown_dest_plain' => 'Compte de destination inconnu', + 'unknown_any_plain' => 'Compte inconnu', + 'unknown_budget_plain' => 'Pas de budget', 'available_budget' => 'Budget disponible ({currency})', 'currencies' => 'Devises', 'activity' => 'Activité', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" a été créé !', 'transaction_journal_information' => 'Informations sur l\'opération', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Méta informations', 'transaction_journal_more' => 'Plus d\'informations', 'basic_journal_information' => 'Informations de base sur l\'opération', @@ -2537,7 +2542,7 @@ return [ // object groups 'default_group_title_name' => '(Sans groupement)', - 'default_group_title_name_plain' => 'ungrouped', + 'default_group_title_name_plain' => 'non groupé', // empty lists? no objects? instructions: 'no_accounts_title_asset' => 'Nous allons créer un compte d’actif !', diff --git a/resources/lang/fr_FR/rules.php b/resources/lang/fr_FR/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/fr_FR/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php index da3e0d1008..edcad1c19c 100644 --- a/resources/lang/hu_HU/firefly.php +++ b/resources/lang/hu_HU/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Új jövedelemszámla létrehozása', 'create_new_piggy_bank' => 'Új malacpersely létrehozása', 'create_new_bill' => 'Új számla létrehozása', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Új pénznem létrehozása', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => '":tag" címke létrehozva!', 'transaction_journal_information' => 'Tranzakciós információk', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta-információ', 'transaction_journal_more' => 'További információ', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/hu_HU/rules.php b/resources/lang/hu_HU/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/hu_HU/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index 7771727d05..4232becc89 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Buat akun pendapatan baru', 'create_new_piggy_bank' => 'Buat celengan baru', 'create_new_bill' => 'Buat tagihan baru', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Buat mata uang baru', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag " :tag" telah dibuat!', 'transaction_journal_information' => 'Informasi transaksi', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Informasi meta', 'transaction_journal_more' => 'More information', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/id_ID/rules.php b/resources/lang/id_ID/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/id_ID/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index cffeb2d5d4..981eac8b20 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Crea un nuovo conto entrate', 'create_new_piggy_bank' => 'Crea un nuovo salvadanaio', 'create_new_bill' => 'Crea una nuova bolletta', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Crea una nuova valuta', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Ripeti ogni {skip} mezzi anni', 'bill_repeats_yearly_skip' => 'Ripeti ogni {skip} anni', 'subscriptions' => 'Abbonamenti', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Per sempre', 'extension_date_is' => 'La data di estensione è {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Etichetta ":tag" creata correttamente', 'transaction_journal_information' => 'Informazioni transazione', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta informazioni', 'transaction_journal_more' => 'Altre informazioni', 'basic_journal_information' => 'Informazioni di base sulla transazione', diff --git a/resources/lang/it_IT/rules.php b/resources/lang/it_IT/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/it_IT/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/ja_JP/firefly.php b/resources/lang/ja_JP/firefly.php index 75b574813c..0a836121a6 100644 --- a/resources/lang/ja_JP/firefly.php +++ b/resources/lang/ja_JP/firefly.php @@ -58,7 +58,7 @@ return [ 'apply' => '適用', 'select_date' => '日付を選択...', 'cancel' => 'キャンセル', - 'from' => 'から', + 'from' => '引き出し元', 'to' => 'へ', 'structure' => '構成', 'help_translating' => 'このヘルプ文章はまだあなたの言語で利用可能ではありません。翻訳を手伝っていただけますか?', @@ -745,7 +745,7 @@ return [ 'yearly' => '毎年', // rules - 'is_not_rule_trigger' => 'ではない', + 'is_not_rule_trigger' => '否定', 'cannot_fire_inactive_rules' => '無効なルールは実行できません。', 'rules' => 'ルール', 'rule_name' => 'ルールの名前', @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => '新しい API アクセストークンが作成されたときに警告する', 'pref_notification_transaction_creation' => '取引が自動的に作成されたとき警告する', 'pref_notification_user_login' => '新しい場所からログインしたときに警告する', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => '通知', 'pref_notifications_help' => 'これらは受け取る通知であるかどうかを示します。いくつかの通知には機密情報が含まれている場合があります。', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => '新しい収入口座を作成', 'create_new_piggy_bank' => '新規貯金箱の作成', 'create_new_bill' => '新しい請求を作成', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => '新しい通貨を作成', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => '{skip} 半期おきの繰り返し', 'bill_repeats_yearly_skip' => '{skip} 年おきの繰り返し', 'subscriptions' => '講読', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => '無期限', 'extension_date_is' => '延長日は {date} です', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'タグ「:tag」が作成されました!', 'transaction_journal_information' => '取引情報', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'メタ情報', 'transaction_journal_more' => '詳細情報', 'basic_journal_information' => '取引基本情報', diff --git a/resources/lang/ja_JP/form.php b/resources/lang/ja_JP/form.php index 9e95622191..e5af59ba74 100644 --- a/resources/lang/ja_JP/form.php +++ b/resources/lang/ja_JP/form.php @@ -198,7 +198,7 @@ return [ 'permDeleteWarning' => 'Firefly IIIからの削除は永久的で、元に戻すことはできません。', 'mass_make_selection' => 'チェックボックスを外せば、その項目が削除されないようにすることができます。', 'delete_all_permanently' => '選択した項目を永久に削除する', - 'update_all_journals' => 'これらの取引を更新する', + 'update_all_journals' => 'これらの取引を更新', 'also_delete_transactions' => 'このアカウントに関連するただ一つの取引も削除されます。|このアカウントに関連する :count 件の取引も削除されます。', 'also_delete_transactions_js' => '取引はありません|このアカウントに関連するただ一つの取引も削除されます。|このアカウントに関連する {count} 件の取引も削除されます。', 'also_delete_connections' => 'このリンクタイプにリンクするただ一つの取引の関連がなくなります。|このリンクタイプにリンクする :count 件の取引の関連がなくなります。', diff --git a/resources/lang/ja_JP/list.php b/resources/lang/ja_JP/list.php index b38fd25f9e..739646486f 100644 --- a/resources/lang/ja_JP/list.php +++ b/resources/lang/ja_JP/list.php @@ -95,7 +95,7 @@ return [ 'notes' => '備考', 'from' => 'から', 'piggy_bank' => '貯金箱', - 'to' => '受け取り', + 'to' => '預け入れ先', 'budget' => '予算', 'category' => 'カテゴリ', 'bill' => '請求', diff --git a/resources/lang/ja_JP/rules.php b/resources/lang/ja_JP/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/ja_JP/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/ko_KR/firefly.php b/resources/lang/ko_KR/firefly.php index e909e9d1e1..21ff5ca381 100644 --- a/resources/lang/ko_KR/firefly.php +++ b/resources/lang/ko_KR/firefly.php @@ -864,12 +864,12 @@ return [ 'rule_trigger_transaction_type' => '거래는 ":trigger_value" 유형입니다', 'rule_trigger_category_is_choice' => '카테고리는 ..', 'rule_trigger_category_is' => '카테고리는 ":trigger_value"입니다', - 'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..', - 'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value', + 'rule_trigger_amount_less_choice' => '금액이 .. 와 작거나 같음', + 'rule_trigger_amount_less' => '금액이 :trigger_value와 작거나 같음', 'rule_trigger_amount_is_choice' => '금액은..', 'rule_trigger_amount_is' => '금액은 :trigger_value입니다', - 'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..', - 'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value', + 'rule_trigger_amount_more_choice' => '금액이 .. 와 크거나 같음', + 'rule_trigger_amount_more' => '금액이 :trigger_value와 크거나 같음', 'rule_trigger_description_starts_choice' => '설명이 ..로 시작합니다', 'rule_trigger_description_starts' => '설명이 ":trigger_value"로 시작합니다', 'rule_trigger_description_ends_choice' => '설명이 ..로 끝납니다', @@ -934,14 +934,14 @@ return [ 'rule_trigger_internal_reference_is' => '내부 참조는 ":trigger_value"임', 'rule_trigger_journal_id_choice' => '거래 저널 ID는..', 'rule_trigger_journal_id' => '거래 저널 ID는 ":trigger_value"임', - 'rule_trigger_any_external_url' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_id' => 'Transaction has an (any) external ID', - 'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID', + 'rule_trigger_any_external_url' => '거래에 (어떤) 외부 URL이 있음', + 'rule_trigger_any_external_url_choice' => '거래에 (어떤) 외부 URL이 있음', + 'rule_trigger_any_external_id' => '거래에 (어떤) 외부 ID가 있음', + 'rule_trigger_any_external_id_choice' => '거래에 (어떤) 외부 ID가 있음', 'rule_trigger_no_external_url_choice' => '거래에 외부 URL이 없습니다', 'rule_trigger_no_external_url' => '거래에 외부 URL이 없습니다', - 'rule_trigger_no_external_id_choice' => 'Transaction has no external ID', - 'rule_trigger_no_external_id' => 'Transaction has no external ID', + 'rule_trigger_no_external_id_choice' => '거래에 외부 ID가 없음', + 'rule_trigger_no_external_id' => '거래에 외부 ID가 없음', 'rule_trigger_id_choice' => '거래 ID는..', 'rule_trigger_id' => '거래 ID는 ":trigger_value"임', 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT는..', @@ -1260,8 +1260,8 @@ return [ 'rule_action_set_notes_choice' => '노트를 ..로 설정', 'rule_action_link_to_bill_choice' => '청구서 링크 ..', 'rule_action_link_to_bill' => '청구서 링크 ":action_value"', - 'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)', - 'rule_action_switch_accounts' => 'Switch source and destination', + 'rule_action_switch_accounts_choice' => '소스와 대상 계정 전환 (이체 만!)', + 'rule_action_switch_accounts' => '소스와 대상 계정 전환', 'rule_action_set_notes' => '노트를 ":action_value"로 설정', 'rule_action_convert_deposit_choice' => '거래를 입금으로 전환', 'rule_action_convert_deposit' => '":action_value"에서 거래를 입금으로 전환합니다', @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => '새 API 액세스 토큰이 생성되면 알림 받기', 'pref_notification_transaction_creation' => '거래가 자동으로 생성될 때 알림', 'pref_notification_user_login' => '새 위치에서 로그인할 때 알림', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => '알림', 'pref_notifications_help' => '수신할 알림인지 여부를 표시합니다. 일부 알림에는 민감한 금융 정보가 포함될 수 있습니다.', 'slack_webhook_url' => 'Slack 웹훅 URL', @@ -1403,7 +1404,7 @@ return [ // Financial administrations 'administration_index' => '재정 관리', - 'administrations_index_menu' => 'Financial administration(s)', + 'administrations_index_menu' => '재정 관리자(들)', // profile: 'purge_data_title' => 'Firefly III에서 데이터 제거', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => '새 수익 계정 생성', 'create_new_piggy_bank' => '새 저금통 만들기', 'create_new_bill' => '새 청구서 생성', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => '새로운 통화 생성', @@ -1742,7 +1745,7 @@ return [ 'connected_journals' => '연결된 거래', 'auto_match_on' => 'Firefly III에 의해 자동 매칭', 'auto_match_off' => 'Firefly III에 의해 자동 매칭되지 않음', - 'next_expected_match' => '다음 예상 매치', + 'next_expected_match' => '다음 예상 지불일', 'delete_bill' => '":name" 청구서 삭제', 'deleted_bill' => '":name" 청구서 삭제됨', 'edit_bill' => '":name" 청구서 수정', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => '{skip} 반년마다 반복', 'bill_repeats_yearly_skip' => '{skip} 년마다 반복', 'subscriptions' => '구독', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => '무기한', 'extension_date_is' => '연장 날짜는 {date}입니다', @@ -1823,10 +1827,10 @@ return [ 'asset_accounts' => '자산 계정', 'undefined_accounts' => '계정', 'asset_accounts_inactive' => '자산 계정 (비활성)', - 'expense_account' => 'Expense account', + 'expense_account' => '지출 계정', 'expense_accounts' => '지출 계정', 'expense_accounts_inactive' => '지출 계정 (비활성)', - 'revenue_account' => 'Revenue account', + 'revenue_account' => '수익 계정', 'revenue_accounts' => '수익 계정', 'revenue_accounts_inactive' => '수익 계정 (비활성)', 'cash_accounts' => '현금 계정', @@ -1915,7 +1919,7 @@ return [ 'categories' => '카테고리', 'edit_category' => '":name" 카테고리 수정', 'no_category' => '(카테고리 없음)', - 'unknown_category_plain' => 'No category', + 'unknown_category_plain' => '카테고리 없음', 'category' => '카테고리', 'delete_category' => '":name" 카테고리 삭제', 'deleted_category' => '":name" 카테고리 삭제됨', @@ -2083,12 +2087,12 @@ return [ 'searchPlaceholder' => '검색...', 'version' => '버전', 'dashboard' => '대시보드', - 'income_and_expense' => 'Income and expense', - 'all_money' => 'All your money', - 'unknown_source_plain' => 'Unknown source account', - 'unknown_dest_plain' => 'Unknown destination account', - 'unknown_any_plain' => 'Unknown account', - 'unknown_budget_plain' => 'No budget', + 'income_and_expense' => '수입과 지출', + 'all_money' => '모든 돈', + 'unknown_source_plain' => '알 수 없는 소스 계정', + 'unknown_dest_plain' => '알 수 없는 대상 계정', + 'unknown_any_plain' => '알 수 없는 계정', + 'unknown_budget_plain' => '예산 없음', 'available_budget' => '사용 가능한 예산 ({currency})', 'currencies' => '통화', 'activity' => '활동', @@ -2329,7 +2333,7 @@ return [ 'left_for_piggy_banks' => '저금통 잔액', 'sum_of_piggy_banks' => '저금통 합계', 'saved_so_far' => '지금까지 저장됨', - 'left_to_save' => '남은 저장', + 'left_to_save' => '남은 금액', 'suggested_amount' => '월별 권장 절약 금액', 'add_money_to_piggy_title' => '":name" 저금통애 금액 추가', 'remove_money_from_piggy_title' => '":name" 저금통에서 금액 제거', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => '":tag" 태그가 생성되었습니다!', 'transaction_journal_information' => '거래 정보', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => '메타 정보', 'transaction_journal_more' => '추가 정보', 'basic_journal_information' => '기본 거래 정보', @@ -2397,7 +2402,7 @@ return [ 'invite_user' => '사용자 초대', 'user_is_invited' => '":address" 이메일 주소가 Firefly III에 초대되었습니다', 'administration' => '관리', - 'system_settings' => 'System settings', + 'system_settings' => '시스템 설정', 'code_already_used' => '초대 코드가 사용되었습니다', 'user_administration' => '사용자 관리', 'list_all_users' => '모든 사용자', @@ -2537,7 +2542,7 @@ return [ // object groups 'default_group_title_name' => '(그룹화 해제)', - 'default_group_title_name_plain' => 'ungrouped', + 'default_group_title_name_plain' => '그룹 해제됨', // empty lists? no objects? instructions: 'no_accounts_title_asset' => '자산 계정을 만들어 봅시다!', @@ -2722,7 +2727,7 @@ return [ 'ale_action_clear_tag' => '삭제된 태그', 'ale_action_clear_all_tags' => '모든 태그 지우기', 'ale_action_set_bill' => '청구서에 연결됨', - 'ale_action_switch_accounts' => 'Switched source and destination account', + 'ale_action_switch_accounts' => '소스와 대상 계정 전환', 'ale_action_set_budget' => '예산 설정', 'ale_action_set_category' => '카테고리 설정', 'ale_action_set_source' => '소스 계정 설정', diff --git a/resources/lang/ko_KR/form.php b/resources/lang/ko_KR/form.php index 2295f95158..1e5921ccc9 100644 --- a/resources/lang/ko_KR/form.php +++ b/resources/lang/ko_KR/form.php @@ -147,7 +147,7 @@ return [ 'start_date' => '범위의 시작', 'end_date' => '범위의 끝', 'enddate' => '종료 날짜', - 'move_rules_before_delete' => 'Rule group', + 'move_rules_before_delete' => '규칙 그룹', 'start' => '범위의 시작', 'end' => '범위의 끝', 'delete_account' => '":name" 계정 삭제', diff --git a/resources/lang/ko_KR/list.php b/resources/lang/ko_KR/list.php index ca1fa55d2c..021c6ef4c8 100644 --- a/resources/lang/ko_KR/list.php +++ b/resources/lang/ko_KR/list.php @@ -66,7 +66,7 @@ return [ 'matchingAmount' => '금액', 'destination' => '대상', 'source' => '소스', - 'next_expected_match' => '다음 예상 매치', + 'next_expected_match' => '다음 예상 지불일', 'automatch' => '자동 매칭?', /* @@ -106,7 +106,7 @@ return [ 'completed' => '완료', 'iban' => 'IBAN', 'account_number' => '계좌 번호', - 'paid_current_period' => '이 기간동안 지불됨', + 'paid_current_period' => '지불일', 'email' => '이메일', 'registered_at' => '등록일', 'is_blocked' => '차단됨', diff --git a/resources/lang/ko_KR/rules.php b/resources/lang/ko_KR/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/ko_KR/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php index c102d63d64..12d2a44a5b 100644 --- a/resources/lang/nb_NO/firefly.php +++ b/resources/lang/nb_NO/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Varsle når et nytt API tilgangstoken er opprettet', 'pref_notification_transaction_creation' => 'Varsle når en transaksjon opprettes automatisk', 'pref_notification_user_login' => 'Varsle når du logger inn fra et nytt sted', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Varslinger', 'pref_notifications_help' => 'Angi om dette er varsler du ønsker å få. Noen meldinger kan inneholde sensitiv økonomisk informasjon.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Opprett ny inntektskonto', 'create_new_piggy_bank' => 'Opprett ny sparegris', 'create_new_bill' => 'Opprett ny regning', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Opprett en ny valuta', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Gjentas hvert {skip} halvår', 'bill_repeats_yearly_skip' => 'Gjentas hvert {skip} år', 'subscriptions' => 'Abonnementer', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'For alltid', 'extension_date_is' => 'Forlengelsesdato er {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" er opprettet!', 'transaction_journal_information' => 'Transaksjonsinformasjon', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Metainformasjon', 'transaction_journal_more' => 'Mer informasjon', 'basic_journal_information' => 'Grunnleggende transaksjonsinformasjon', diff --git a/resources/lang/nb_NO/rules.php b/resources/lang/nb_NO/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/nb_NO/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 03ea279e13..cbfbbede88 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Melding wanneer een nieuwe API-toegangstoken wordt aangemaakt', 'pref_notification_transaction_creation' => 'Melding wanneer een transactie automatisch wordt aangemaakt', 'pref_notification_user_login' => 'Melding wanneer u inlogt vanaf een nieuwe locatie', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Meldingen', 'pref_notifications_help' => 'Geef aan of dit meldingen zijn die je zou willen krijgen. Sommige meldingen kunnen gevoelige financiële informatie bevatten.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Nieuwe debiteur', 'create_new_piggy_bank' => 'Nieuw spaarpotje', 'create_new_bill' => 'Nieuw contract', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Voeg nieuwe valuta toe', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Herhaalt elke {skip} halve jaren', 'bill_repeats_yearly_skip' => 'Herhaalt elke {skip} jaar', 'subscriptions' => 'Abonnementen', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Voor altijd', 'extension_date_is' => 'Verlengdatum is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" opgeslagen!', 'transaction_journal_information' => 'Transactieinformatie', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Metainformatie', 'transaction_journal_more' => 'Meer informatie', 'basic_journal_information' => 'Standaard transactieinformatie', diff --git a/resources/lang/nl_NL/rules.php b/resources/lang/nl_NL/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/nl_NL/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/nn_NO/firefly.php b/resources/lang/nn_NO/firefly.php index aaa76cf83f..0b775b5dfe 100644 --- a/resources/lang/nn_NO/firefly.php +++ b/resources/lang/nn_NO/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Varsle når eit nytt API tilgangstoken er opprettet', 'pref_notification_transaction_creation' => 'Varsle når ein transaksjon opprettes automatisk', 'pref_notification_user_login' => 'Varsle når du loggar inn frå eit ny plass', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Varslinger', 'pref_notifications_help' => 'Angi om dette er varsler du ønskar å få. Noen meldingar kan inneholde sensitiv økonomisk informasjon.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Opprett ny inntektskonto', 'create_new_piggy_bank' => 'Opprett ny sparegris', 'create_new_bill' => 'Opprett ny rekning', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Opprett ein ny valuta', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Gjentas kvart {skip} halvår', 'bill_repeats_yearly_skip' => 'Gjentas kvart {skip} år', 'subscriptions' => 'Abonnementer', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'For alltid', 'extension_date_is' => 'Forlengelsesdato er {date}', @@ -2290,7 +2294,7 @@ return [ // charts: 'chart' => 'Diagram', 'month' => 'Måned', - 'budget' => 'Busjett', + 'budget' => 'Budsjett', 'spent' => 'Brukt', 'spent_capped' => 'Spent (capped)', 'spent_in_budget' => 'Brukt i budsjett', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" er opprettet!', 'transaction_journal_information' => 'Transaksjonsinformasjon', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Metainformasjon', 'transaction_journal_more' => 'Meir informasjon', 'basic_journal_information' => 'Grunnleggande transaksjonsinformasjon', diff --git a/resources/lang/nn_NO/rules.php b/resources/lang/nn_NO/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/nn_NO/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index cc4f7f38f1..227a73cbf6 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -864,12 +864,12 @@ return [ 'rule_trigger_transaction_type' => 'Transakcja jest typu ":trigger_value"', 'rule_trigger_category_is_choice' => 'Kategoria to..', 'rule_trigger_category_is' => 'Kategoria to ":trigger_value"', - 'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..', - 'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value', + 'rule_trigger_amount_less_choice' => 'Kwota jest mniejsza lub równa ..', + 'rule_trigger_amount_less' => 'Kwota jest mniejsza lub równa :trigger_value', 'rule_trigger_amount_is_choice' => 'Kwota to..', 'rule_trigger_amount_is' => 'Kwota to :trigger_value', - 'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..', - 'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value', + 'rule_trigger_amount_more_choice' => 'Kwota jest większa lub równa..', + 'rule_trigger_amount_more' => 'Kwota jest większa lub równa :trigger_value', 'rule_trigger_description_starts_choice' => 'Opis zaczyna się od..', 'rule_trigger_description_starts' => 'Opis się zaczyna od ":trigger_value"', 'rule_trigger_description_ends_choice' => 'Opis kończy się na..', @@ -934,14 +934,14 @@ return [ 'rule_trigger_internal_reference_is' => 'Wewnętrzne odwołanie to ":trigger_value"', 'rule_trigger_journal_id_choice' => 'ID dziennika transakcji to..', 'rule_trigger_journal_id' => 'ID dziennika transakcji to ":trigger_value"', - 'rule_trigger_any_external_url' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_id' => 'Transaction has an (any) external ID', - 'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID', + 'rule_trigger_any_external_url' => 'Transakcja ma (dowolny) zewnętrzny adres URL', + 'rule_trigger_any_external_url_choice' => 'Transakcja ma (dowolny) zewnętrzny adres URL', + 'rule_trigger_any_external_id' => 'Transakcja ma (dowolne) zewnętrzne ID', + 'rule_trigger_any_external_id_choice' => 'Transakcja ma (dowolne) zewnętrzne ID', 'rule_trigger_no_external_url_choice' => 'Transakcja nie ma zewnętrznego adresu URL', 'rule_trigger_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL', - 'rule_trigger_no_external_id_choice' => 'Transaction has no external ID', - 'rule_trigger_no_external_id' => 'Transaction has no external ID', + 'rule_trigger_no_external_id_choice' => 'Transakcja nie ma zewnętrznego ID', + 'rule_trigger_no_external_id' => 'Transakcja nie ma zewnętrznego ID', 'rule_trigger_id_choice' => 'Identyfikator transakcji to..', 'rule_trigger_id' => 'Identyfikator transakcji to ":trigger_value"', 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT to..', @@ -1260,8 +1260,8 @@ return [ 'rule_action_set_notes_choice' => 'Ustaw notatki na ..', 'rule_action_link_to_bill_choice' => 'Powiąż z rachunkiem ..', 'rule_action_link_to_bill' => 'Powiąż z rachunkiem ":action_value"', - 'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)', - 'rule_action_switch_accounts' => 'Switch source and destination', + 'rule_action_switch_accounts_choice' => 'Zamień konta źródłowe i docelowe (tylko przelewy!)', + 'rule_action_switch_accounts' => 'Zamień konto źródłowe i docelowe', 'rule_action_set_notes' => 'Ustaw notatki na ":action_value"', 'rule_action_convert_deposit_choice' => 'Konwertuj transakcję na wpłatę', 'rule_action_convert_deposit' => 'Konwertuj transakcję na wpłatę od ":action_value"', @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Powiadomienie o utworzeniu nowego tokenu dostępu API', 'pref_notification_transaction_creation' => 'Powiadomienie o automatycznym utworzeniu transakcji', 'pref_notification_user_login' => 'Powiadomienie o zalogowaniu się z nowej lokalizacji', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Powiadomienia', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Adres URL webhooka Slack', @@ -1403,7 +1404,7 @@ return [ // Financial administrations 'administration_index' => 'Zarządzanie finansami', - 'administrations_index_menu' => 'Financial administration(s)', + 'administrations_index_menu' => 'Zarządzanie finansami', // profile: 'purge_data_title' => 'Wyczyść dane z Firefly III', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Utwórz nowe konto przychodów', 'create_new_piggy_bank' => 'Utwórz nową skarbonkę', 'create_new_bill' => 'Utwórz nowy rachunek', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Utwórz nową walutę', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Powtarza się co {skip} połów roku', 'bill_repeats_yearly_skip' => 'Powtarza się co {skip} lat', 'subscriptions' => 'Subskrypcje', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Bez daty zakończenia', 'extension_date_is' => 'Data przedłużenia to {date}', @@ -1823,10 +1827,10 @@ return [ 'asset_accounts' => 'Konta aktywów', 'undefined_accounts' => 'Konta', 'asset_accounts_inactive' => 'Konta aktywów (nieaktywne)', - 'expense_account' => 'Expense account', + 'expense_account' => 'Konto wydatków', 'expense_accounts' => 'Konta wydatków', 'expense_accounts_inactive' => 'Konto wydatków (nieaktywne)', - 'revenue_account' => 'Revenue account', + 'revenue_account' => 'Konto przychodów', 'revenue_accounts' => 'Konta przychodów', 'revenue_accounts_inactive' => 'Konta przychodów (nieaktywne)', 'cash_accounts' => 'Konta gotówkowe', @@ -1915,7 +1919,7 @@ return [ 'categories' => 'Kategorie', 'edit_category' => 'Edytuj kategorię ":name"', 'no_category' => '(bez kategorii)', - 'unknown_category_plain' => 'No category', + 'unknown_category_plain' => 'Brak kategorii', 'category' => 'Kategoria', 'delete_category' => 'Usuń kategorię ":name"', 'deleted_category' => 'Usunięto kategorię ":name"', @@ -2083,12 +2087,12 @@ return [ 'searchPlaceholder' => 'Szukaj...', 'version' => 'Wersja', 'dashboard' => 'Kokpit', - 'income_and_expense' => 'Income and expense', - 'all_money' => 'All your money', - 'unknown_source_plain' => 'Unknown source account', - 'unknown_dest_plain' => 'Unknown destination account', - 'unknown_any_plain' => 'Unknown account', - 'unknown_budget_plain' => 'No budget', + 'income_and_expense' => 'Przychody i wydatki', + 'all_money' => 'Wszystkie Twoje pieniądze', + 'unknown_source_plain' => 'Nieznane konto źródłowe', + 'unknown_dest_plain' => 'Nieznane konto docelowe', + 'unknown_any_plain' => 'Nieznane konto', + 'unknown_budget_plain' => 'Brak budżetu', 'available_budget' => 'Dostępne budżety ({currency})', 'currencies' => 'Waluty', 'activity' => 'Aktywność', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" został utworzony!', 'transaction_journal_information' => 'Informacje o transakcji', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta informacje', 'transaction_journal_more' => 'Więcej informacji', 'basic_journal_information' => 'Podstawowe informacje o transakcji', @@ -2397,7 +2402,7 @@ return [ 'invite_user' => 'Zaproś użytkownika', 'user_is_invited' => 'Adres email ":address" został zaproszony do Firefly III', 'administration' => 'Administracja', - 'system_settings' => 'System settings', + 'system_settings' => 'Ustawienia systemowe', 'code_already_used' => 'Kod zaproszenia został już użyty', 'user_administration' => 'Administracja użytkownikami', 'list_all_users' => 'Wszyscy użytkownicy', @@ -2537,7 +2542,7 @@ return [ // object groups 'default_group_title_name' => '(bez grupy)', - 'default_group_title_name_plain' => 'ungrouped', + 'default_group_title_name_plain' => 'bez grupy', // empty lists? no objects? instructions: 'no_accounts_title_asset' => 'Stwórzmy konto aktywów!', @@ -2715,14 +2720,14 @@ return [ 'ale_action_log_remove' => 'Usunięto :amount ze skarbonki ":name"', 'ale_action_clear_budget' => 'Usunięto z budżetu', 'ale_action_update_group_title' => 'Updated transaction group title', - 'ale_action_update_date' => 'Updated transaction date', + 'ale_action_update_date' => 'Zaktualizowano datę transakcji', 'ale_action_update_order' => 'Updated transaction order', 'ale_action_clear_category' => 'Usunięto z kategorii', 'ale_action_clear_notes' => 'Usunięto notatki', 'ale_action_clear_tag' => 'Wyczyszczono tag', 'ale_action_clear_all_tags' => 'Wyczyszczono wszystkie tagi', 'ale_action_set_bill' => 'Powiązano z rachunkiem', - 'ale_action_switch_accounts' => 'Switched source and destination account', + 'ale_action_switch_accounts' => 'Zmieniono konto źródłowe i docelowe', 'ale_action_set_budget' => 'Ustawiono budżet', 'ale_action_set_category' => 'Ustawiono kategorię', 'ale_action_set_source' => 'Ustawiono konto źródłowe', diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index b70bad4742..ecc382428c 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -147,7 +147,7 @@ return [ 'start_date' => 'Początek zakresu', 'end_date' => 'Koniec zakresu', 'enddate' => 'Data końcowa', - 'move_rules_before_delete' => 'Rule group', + 'move_rules_before_delete' => 'Grupa reguł', 'start' => 'Początek zakresu', 'end' => 'Koniec zakresu', 'delete_account' => 'Usuń konto ":name"', diff --git a/resources/lang/pl_PL/rules.php b/resources/lang/pl_PL/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/pl_PL/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index 6293d418c7..bd82d180d3 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -238,8 +238,8 @@ return [ 'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.', 'withdrawal_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".', - 'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.', - 'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.', + 'withdrawal_dest_iban_exists' => 'To konto docelowe IBAN jest już używane przez konto aktywów lub zobowiązanie i nie może być użyte jako miejsce docelowe wydatku.', + 'deposit_src_iban_exists' => 'To konto źródłowe IBAN jest już używany przez rachunek aktywów lub zobowiązanie i nie może być używany jako źródło wpłaty.', 'reconciliation_source_bad_data' => 'Nie można znaleźć prawidłowego konta uzgadniania podczas wyszukiwania ID ":id" lub nazwy ":name".', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 31267b21d6..f5e113b6da 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -864,12 +864,12 @@ return [ 'rule_trigger_transaction_type' => 'Transação é do tipo ":trigger_value"', 'rule_trigger_category_is_choice' => 'A categoria é..', 'rule_trigger_category_is' => 'A categoria é ":trigger_value"', - 'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..', - 'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value', + 'rule_trigger_amount_less_choice' => 'Valor é menor ou igual a ..', + 'rule_trigger_amount_less' => 'Valor é menor ou igual a :trigger_value', 'rule_trigger_amount_is_choice' => 'Quantia é..', 'rule_trigger_amount_is' => 'Quantia é :trigger_value', - 'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..', - 'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value', + 'rule_trigger_amount_more_choice' => 'Valor é maior ou igual a..', + 'rule_trigger_amount_more' => 'Valor é maior ou igual a :trigger_value', 'rule_trigger_description_starts_choice' => 'Descrição começa com..', 'rule_trigger_description_starts' => 'Descrição começa com ":trigger_value"', 'rule_trigger_description_ends_choice' => 'Descrição termina com..', @@ -934,14 +934,14 @@ return [ '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_any_external_url' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_id' => 'Transaction has an (any) external ID', - 'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID', + 'rule_trigger_any_external_url' => 'A transação tem uma URL externa (qualquer)', + 'rule_trigger_any_external_url_choice' => 'A transação tem uma URL externa (qualquer)', + 'rule_trigger_any_external_id' => 'A transação tem um ID externo (qualquer)', + 'rule_trigger_any_external_id_choice' => 'A transação tem um ID externo (qualquer)', 'rule_trigger_no_external_url_choice' => 'A transação não tem um link externo', 'rule_trigger_no_external_url' => 'A transação não tem URL externa', - 'rule_trigger_no_external_id_choice' => 'Transaction has no external ID', - 'rule_trigger_no_external_id' => 'Transaction has no external ID', + 'rule_trigger_no_external_id_choice' => 'A transação não tem um ID externo', + 'rule_trigger_no_external_id' => 'A transação não tem um ID externo', 'rule_trigger_id_choice' => 'O identificador da transação é..', 'rule_trigger_id' => 'O identificador da transação é ":trigger_value"', 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT é..', @@ -1260,8 +1260,8 @@ return [ 'rule_action_set_notes_choice' => 'Defina notas para..', 'rule_action_link_to_bill_choice' => 'Vincular a uma fatura ..', 'rule_action_link_to_bill' => 'Vincular à fatura ":action_value"', - 'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)', - 'rule_action_switch_accounts' => 'Switch source and destination', + 'rule_action_switch_accounts_choice' => 'Mudar conta de origem e destino (apenas transferências!)', + 'rule_action_switch_accounts' => 'Alternar origem e destino', 'rule_action_set_notes' => 'Defina notas para ":action_value"', 'rule_action_convert_deposit_choice' => 'Converter esta transferência em entrada', 'rule_action_convert_deposit' => 'Converter a transação em uma entrada de ":action_value"', @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alerta quando um novo token de acesso à API é criado', 'pref_notification_transaction_creation' => 'Alerta quando uma transação é criada automaticamente', 'pref_notification_user_login' => 'Alertar quando você logar de uma nova localidade', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notificações', 'pref_notifications_help' => 'Indique se estas são notificações que você gostaria de receber. Algumas notificações podem conter informações financeiras sensíveis.', 'slack_webhook_url' => 'URL de Webhook do Slack', @@ -1403,7 +1404,7 @@ return [ // Financial administrations 'administration_index' => 'Administração financeira', - 'administrations_index_menu' => 'Financial administration(s)', + 'administrations_index_menu' => 'Administração(ões) financeira(s)', // profile: 'purge_data_title' => 'Excluir dados do Firefly III', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Criar nova conta de receita', 'create_new_piggy_bank' => 'Criar novo cofrinho', 'create_new_bill' => 'Criar nova fatura', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Criar uma nova moeda', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repete a cada {skip} semestres', 'bill_repeats_yearly_skip' => 'Repete a cada {skip} anos', 'subscriptions' => 'Assinaturas', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Para sempre', 'extension_date_is' => 'Data da extensão é {date}', @@ -1823,10 +1827,10 @@ return [ 'asset_accounts' => 'Contas de ativo', 'undefined_accounts' => 'Contas', 'asset_accounts_inactive' => 'Contas de ativos (inativas)', - 'expense_account' => 'Expense account', + 'expense_account' => 'Conta de despesas', 'expense_accounts' => 'Contas de despesas', 'expense_accounts_inactive' => 'Contas de despesas (inativas)', - 'revenue_account' => 'Revenue account', + 'revenue_account' => 'Conta de Receitas', 'revenue_accounts' => 'Contas de receitas', 'revenue_accounts_inactive' => 'Contas de receita (inativas)', 'cash_accounts' => 'Contas Correntes', @@ -1915,7 +1919,7 @@ return [ 'categories' => 'Categorias', 'edit_category' => 'Editar categoria ":name"', 'no_category' => '(sem categoria)', - 'unknown_category_plain' => 'No category', + 'unknown_category_plain' => 'Sem categoria', 'category' => 'Categoria', 'delete_category' => 'Excluir categoria ":name"', 'deleted_category' => 'Categoria ":name" excluída', @@ -2083,12 +2087,12 @@ return [ 'searchPlaceholder' => 'Pesquisar...', 'version' => 'Versão', 'dashboard' => 'Painel de Controle', - 'income_and_expense' => 'Income and expense', - 'all_money' => 'All your money', - 'unknown_source_plain' => 'Unknown source account', - 'unknown_dest_plain' => 'Unknown destination account', - 'unknown_any_plain' => 'Unknown account', - 'unknown_budget_plain' => 'No budget', + 'income_and_expense' => 'Receitas e despesas', + 'all_money' => 'Todo o seu dinheiro', + 'unknown_source_plain' => 'Conta de origem desconhecida', + 'unknown_dest_plain' => 'Conta de destino desconhecida', + 'unknown_any_plain' => 'Conta desconhecida', + 'unknown_budget_plain' => 'Nenhum orçamento', 'available_budget' => 'Orçamento disponível ({currency})', 'currencies' => 'Moedas', 'activity' => 'Atividade', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" foi criada!', 'transaction_journal_information' => 'Informação da transação', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta-informação', 'transaction_journal_more' => 'Mais informações', 'basic_journal_information' => 'Informações básicas de transação', @@ -2397,7 +2402,7 @@ return [ 'invite_user' => 'Convidar usuário', 'user_is_invited' => 'O e-mail ":address" foi convidado para Firefly III', 'administration' => 'Administração', - 'system_settings' => 'System settings', + 'system_settings' => 'Configurações do sistema', 'code_already_used' => 'O código de convite foi utilizado', 'user_administration' => 'Administração de usuários', 'list_all_users' => 'Todos os usuários', @@ -2537,7 +2542,7 @@ return [ // object groups 'default_group_title_name' => '(não agrupado)', - 'default_group_title_name_plain' => 'ungrouped', + 'default_group_title_name_plain' => 'sem grupo', // empty lists? no objects? instructions: 'no_accounts_title_asset' => 'Vamos criar uma conta de ativos!', @@ -2722,7 +2727,7 @@ return [ 'ale_action_clear_tag' => 'Etiquetas apagadas', 'ale_action_clear_all_tags' => 'Todas as etiquetas foram apagadas', 'ale_action_set_bill' => 'Ligado à fatura', - 'ale_action_switch_accounts' => 'Switched source and destination account', + 'ale_action_switch_accounts' => 'Conta de origem e destino alternados', 'ale_action_set_budget' => 'Definir orçamento', 'ale_action_set_category' => 'Definir categoria', 'ale_action_set_source' => 'Definir conta de origem', @@ -2735,8 +2740,8 @@ return [ 'ale_action_add_tag' => 'Etiqueta adicionada', // dashboard - 'enable_auto_convert' => 'Enable currency conversion', - 'disable_auto_convert' => 'Disable currency conversion', + 'enable_auto_convert' => 'Habilitar conversão de moeda', + 'disable_auto_convert' => 'Desativar conversão de moeda', ]; diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 7e64aa1050..a21231d64b 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -147,7 +147,7 @@ return [ 'start_date' => 'Início do intervalo', 'end_date' => 'Final do intervalo', 'enddate' => 'Data final', - 'move_rules_before_delete' => 'Rule group', + 'move_rules_before_delete' => 'Grupo de regras', 'start' => 'Início do intervalo', 'end' => 'Término do intervalo', 'delete_account' => 'Apagar conta ":name"', diff --git a/resources/lang/pt_BR/rules.php b/resources/lang/pt_BR/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/pt_BR/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/pt_PT/firefly.php b/resources/lang/pt_PT/firefly.php index 390d8252f2..83049e8653 100644 --- a/resources/lang/pt_PT/firefly.php +++ b/resources/lang/pt_PT/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alerta quando é criado um token da API', 'pref_notification_transaction_creation' => 'Alerta quando é criada uma transação de forma automática', 'pref_notification_user_login' => 'Alerta quando inicia sessão a partir de uma nova localização', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notificações', 'pref_notifications_help' => 'Diga se não quiser receber algumas destas notificações. Algumas notificações podem conter informação financeira sensível.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Criar nova conta de receitas', 'create_new_piggy_bank' => 'Criar mealheiro', 'create_new_bill' => 'Criar novo encargo', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Criar uma nova moeda', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repete-se a cada {skip} meio ano', 'bill_repeats_yearly_skip' => 'Repete-se a cada {skip} anos', 'subscriptions' => 'Subscrições', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Para sempre', 'extension_date_is' => 'A data de extensão é {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Etiqueta ":tag" criada!', 'transaction_journal_information' => 'Informação da transação', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta informação', 'transaction_journal_more' => 'Mais informações', 'basic_journal_information' => 'Informações básicas de transação', diff --git a/resources/lang/pt_PT/rules.php b/resources/lang/pt_PT/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/pt_PT/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php index 96e6bda6a1..8228608903 100644 --- a/resources/lang/ro_RO/firefly.php +++ b/resources/lang/ro_RO/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Creați un nou cont de venituri', 'create_new_piggy_bank' => 'Creați o nouă pușculiță', 'create_new_bill' => 'Creați o nouă factură', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Creați o nouă monedă', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Eticheta ":tag" a fost creat!', 'transaction_journal_information' => 'Informații despre tranzacții', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Informații meta', 'transaction_journal_more' => 'Mai multe informaţii', 'basic_journal_information' => 'Informații de bază despre tranzacție', diff --git a/resources/lang/ro_RO/rules.php b/resources/lang/ro_RO/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/ro_RO/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index b028d87549..1b396b856e 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Оповещения о создании нового токена для доступа к API', 'pref_notification_transaction_creation' => 'Предупреждения об автоматически созданных транзакциях', 'pref_notification_user_login' => 'Оповещение при входе в аккаунт из нового места', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Уведомления', 'pref_notifications_help' => 'Укажите, какие из перечисленных уведомлений вы хотели бы получать. Некоторые уведомления могут содержать конфиденциальную финансовую информацию.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Создать новый счёт дохода', 'create_new_piggy_bank' => 'Создать новую копилку', 'create_new_bill' => 'Создать новый счёт к оплате', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Создать новую валюту', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Подписки', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Всегда', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Метка ":tag" была создана!', 'transaction_journal_information' => 'Информация о транзакции', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Дополнительная информация', 'transaction_journal_more' => 'Дополнительная информация', 'basic_journal_information' => 'Основная информация о транзакции', diff --git a/resources/lang/ru_RU/rules.php b/resources/lang/ru_RU/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/ru_RU/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/sk_SK/firefly.php b/resources/lang/sk_SK/firefly.php index 2bc68fdcf2..e5ae718071 100644 --- a/resources/lang/sk_SK/firefly.php +++ b/resources/lang/sk_SK/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Vytvoriť nový príjmový účet', 'create_new_piggy_bank' => 'Vytvoriť novú pokladničku', 'create_new_bill' => 'Vytvoriť nový účet', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Vytvoriť novú menu', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Štítok „:tag“ bol vytvorený!', 'transaction_journal_information' => 'Informácie o transakcii', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta informácie', 'transaction_journal_more' => 'Ďalšie informácie', 'basic_journal_information' => 'Základné Informácie o transakcii', diff --git a/resources/lang/sk_SK/rules.php b/resources/lang/sk_SK/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/sk_SK/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/sl_SI/breadcrumbs.php b/resources/lang/sl_SI/breadcrumbs.php index af59c345da..ff690a5fda 100644 --- a/resources/lang/sl_SI/breadcrumbs.php +++ b/resources/lang/sl_SI/breadcrumbs.php @@ -41,8 +41,8 @@ return [ 'transactions' => 'Transakcije', 'title_expenses' => 'Stroški', 'title_withdrawal' => 'Stroški', - 'title_revenue' => 'Dohodki / prihodki', - 'title_deposit' => 'Dohodki / prihodki', + 'title_revenue' => 'Dohodki prihodki', + 'title_deposit' => 'Dohodki/prihodki', 'title_transfer' => 'Prenosi', 'title_transfers' => 'Prenosi', 'edit_currency' => 'uredi valuto ":name"', @@ -53,7 +53,7 @@ return [ 'profile' => 'profil', 'accounts' => 'Računi', 'changePassword' => 'spremeni geslo', - 'change_email' => 'Spremeni elektronski naslov', + 'change_email' => 'Spremenite e-poštni naslov', 'bills' => 'Trajniki', 'newBill' => 'nov trajnik', 'edit_bill' => 'uredi trajnik ":name"', diff --git a/resources/lang/sl_SI/email.php b/resources/lang/sl_SI/email.php index ea4bb921ae..09778da775 100644 --- a/resources/lang/sl_SI/email.php +++ b/resources/lang/sl_SI/email.php @@ -147,7 +147,7 @@ return [ 'error_github_html' => 'Če vam je ljubše, lahko odprete tudi novo vprašanje na GitHubu.', 'error_github_text' => 'Če želite, lahko novo številko odprete tudi na spletnem mestu https://github.com/firefly-iii/firefly-iii/issues.', 'error_stacktrace_below' => 'Celotna stacktrace je spodaj:', - 'error_headers' => 'The following headers may also be relevant:', + 'error_headers' => 'Ustrezni so lahko tudi naslednji naslovi:', /* * PLEASE DO NOT EDIT THIS FILE DIRECTLY. @@ -162,19 +162,19 @@ return [ // report new journals - 'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions', - 'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:', + 'new_journals_subject' => 'Firefly III je ustvaril novo transakcijo|Firefly III je ustvaril :count novih transakcij', + 'new_journals_header' => 'Firefly III je ustvaril transakcijo za vas. Najdetejo v svoji namestitvi Firefly III:|Firefly III je za vas ustvaril :count transakcij. Najdete jih v svoji namestitvi Firefly III:', // bill warning - 'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days', - 'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY', - 'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days', - 'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY', - 'bill_warning_end_date' => 'Your bill **":name"** is due to end on :date. This moment will pass in about **:diff days**.', - 'bill_warning_extension_date' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass in about **:diff days**.', - 'bill_warning_end_date_zero' => 'Your bill **":name"** is due to end on :date. This moment will pass **TODAY!**', - 'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**', - 'bill_warning_please_action' => 'Please take the appropriate action.', + 'bill_warning_subject_end_date' => 'Vaš račun ":name" bo potekel čez :diff dni', + 'bill_warning_subject_now_end_date' => 'Vaš račun ":name" bo potekel DANES', + 'bill_warning_subject_extension_date' => 'Vaš račun ":name" bo podaljšan ali preklican čez :diff dni', + 'bill_warning_subject_now_extension_date' => 'Vaš račun ":name" bo DANES podaljšan ali preklican', + 'bill_warning_end_date' => 'Vaš račun **":name"** naj bi potekel :date. Ta trenutek bo minil čez približno **:diff dni**.', + 'bill_warning_extension_date' => 'Vaš račun **":name"** bo podaljšan ali preklican dne :date. Ta trenutek bo minil čez približno **:diff dni**.', + 'bill_warning_end_date_zero' => 'Vaš račun **":name"** naj bi potekel :date. Ta trenutek bo minil **DANES!**', + 'bill_warning_extension_date_zero' => 'Vaš račun **":name"** bo podaljšan ali preklican dne :date. Ta trenutek bo minil **DANES!**', + 'bill_warning_please_action' => 'Prosimo, da ustrezno ukrepate.', ]; /* diff --git a/resources/lang/sl_SI/errors.php b/resources/lang/sl_SI/errors.php index 977d6e4159..fd9d34776c 100644 --- a/resources/lang/sl_SI/errors.php +++ b/resources/lang/sl_SI/errors.php @@ -35,22 +35,22 @@ declare(strict_types=1); return [ - '404_header' => 'Firefly III cannot find this page.', - '404_page_does_not_exist' => 'The page you have requested does not exist. Please check that you have not entered the wrong URL. Did you make a typo perhaps?', - '404_send_error' => 'If you were redirected to this page automatically, please accept my apologies. There is a mention of this error in your log files and I would be grateful if you sent me the error to me.', - '404_github_link' => 'If you are sure this page should exist, please open a ticket on GitHub.', - 'whoops' => 'Whoops', - 'fatal_error' => 'There was a fatal error. Please check the log files in "storage/logs" or use "docker logs -f [container]" to see what\'s going on.', - 'maintenance_mode' => 'Firefly III is in maintenance mode.', + '404_header' => 'Firefly III ne najde te strani.', + '404_page_does_not_exist' => 'Stran, ki ste jo zahtevali, ne obstaja. Preverite, ali niste vnesli napačnega URL-ja. Ste se morda zmotili?', + '404_send_error' => 'Če ste bili samodejno preusmerjeni na to stran, sprejmite moje opravičilo. Ta napaka je omenjena v vaših dnevniških datotekah in hvaležen vam bom, če mi pošljete napako.', + '404_github_link' => 'Če ste prepričani, da bi ta stran morala obstajati, odprite težavo na GitHub-u.', + 'whoops' => 'Ups!', + 'fatal_error' => 'Prišlo je do usodne napake. Preverite dnevniške datoteke v "storage/logs" ali uporabite "docker logs -f [container]", da vidite, kaj se dogaja.', + 'maintenance_mode' => 'Firefly III je v vzdrževalnem načinu.', 'be_right_back' => 'Takoj se vrnem!', - 'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second.', + 'check_back' => 'Firefly III ne deluje zaradi potrebnega vzdrževanja. Preverite znova čez sekundo.', 'error_occurred' => 'Ups! Zgodila se je napaka.', - 'db_error_occurred' => 'Whoops! A database error occurred.', - 'error_not_recoverable' => 'Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:', + 'db_error_occurred' => 'Ups! Prišlo je do napake v podatkovni bazi.', + 'error_not_recoverable' => 'Na žalost te napake ni bilo mogoče obnoviti :(. Firefly III se je pokvaril. Napaka je:', 'error' => 'Napaka', - 'error_location' => 'This error occured in file :file on line :line with code :code.', - 'stacktrace' => 'Stack trace', - 'more_info' => 'More information', + 'error_location' => 'Do te napake je prišlo v datoteki :file v vrstici :line s kodo :code.', + 'stacktrace' => 'Sled sklada', + 'more_info' => 'Več informacij', /* * PLEASE DO NOT EDIT THIS FILE DIRECTLY. @@ -64,17 +64,17 @@ return [ */ - 'collect_info' => 'Please collect more information in the storage/logs directory where you will find log files. If you\'re running Docker, use docker logs -f [container].', - 'collect_info_more' => 'You can read more about collecting error information in the FAQ.', - 'github_help' => 'Get help on GitHub', - 'github_instructions' => 'You\'re more than welcome to open a new issue on GitHub.', - 'use_search' => 'Use the search!', - 'include_info' => 'Include the information from this debug page.', - 'tell_more' => 'Tell us more than "it says Whoops!"', - 'include_logs' => 'Include error logs (see above).', - 'what_did_you_do' => 'Tell us what you were doing.', - 'offline_header' => 'You are probably offline', - 'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.', - 'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on GitHub.', + 'collect_info' => 'Zberite več informacij v imeniku storage/logs, kjer boste našli dnevniške datoteke. Če uporabljate Docker, uporabite docker logs -f [container].', + 'collect_info_more' => 'Več o zbiranju informacij o napakah lahko preberete v pogostih vprašanjih.', + 'github_help' => 'Pridobi pomoč na GitHub-u', + 'github_instructions' => 'Vabimo vas, da odprete novo težavo na GitHub-u.', + 'use_search' => 'Uporabi iskanje!', + 'include_info' => 'Vključite informacije s te strani za odpravljanje napak.', + 'tell_more' => 'Povejte nam kaj več kot "pravijo Ups!"', + 'include_logs' => 'Vključite dnevnike napak (glejte zgoraj).', + 'what_did_you_do' => 'Povejte nam, kaj ste počeli.', + 'offline_header' => 'Verjetno ste brez povezave', + 'offline_unreachable' => 'Firefly III je nedosegljiv. Vaša naprava je trenutno brez povezave ali pa strežnik ne deluje.', + 'offline_github' => 'Če ste prepričani, da sta vaša naprava in strežnik povezana, odprite težavo na GitHub-u .', ]; diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 989c6599ff..837aa94823 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -104,7 +104,7 @@ return [ 'net_worth' => 'Neto vrednost', 'help_for_this_page' => 'Pomoč za to stran', 'help_for_this_page_body' => 'Več informacij o tej strani najdete v dokumentaciji.', - 'two_factor_welcome' => 'Živjo!', + 'two_factor_welcome' => 'Zdravo!', 'two_factor_enter_code' => 'Če želite nadaljevati, vnesite svojo kodo. Vaš program za prijavo jo lahko ustvari za vas.', 'two_factor_code_here' => 'Vnesite kodo tukaj', 'two_factor_title' => 'Overovitev v dveh korakih', @@ -117,17 +117,17 @@ return [ 'two_factor_lost_fix_owner' => 'V nasprotnem primeru pišite po e-pošti lastniku spletnega mesta :site_owner in ga prosite, da ponastavijo vaše preverjanje pristnosti v dveh korakih.', 'mfa_backup_code' => 'V Firefly III si se prijavil z rezervno kodo. Te kode ne moreš več uporabiti zato jo na seznamu prečrtaj.', 'pref_two_factor_new_backup_codes' => 'Ustvari nove rezervne kode', - 'pref_two_factor_backup_code_count' => 'You have :count valid backup code.|You have :count valid backup codes.', + 'pref_two_factor_backup_code_count' => 'Imate :count veljavno rezervno kodo.|Imate :count veljavne rezervne kode.', '2fa_i_have_them' => 'Spravil sem jih!', 'warning_much_data' => ':days dni podatkov se lahko nalaga kar nekaj časa.', 'registered' => 'Uspešno ste se registrirali!', 'Default asset account' => 'privzeti premoženjski račun', - 'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the budgets-page. Budgets can help you keep track of expenses.', - 'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the bills-page. Bills can help you keep track of expenses.', + 'no_budget_pointer' => 'Zdi se, da še nimate proračuna. Ustvarite jih nekaj na strani proračuni. Proračuni vam lahko pomagajo spremljati stroške.', + 'no_bill_pointer' => 'Zdi se, da še nimate računov. Ustvarite jih na strani računi. Računi vam lahko pomagajo spremljati stroške.', 'Savings account' => 'Varčevalni račun', 'Credit card' => 'kreditna kartica', - 'source_accounts' => 'Source account|Source accounts', - 'destination_accounts' => 'Destination account|Destination accounts', + 'source_accounts' => 'Izvorni račun|Izvorni računi', + 'destination_accounts' => 'Ciljni račun|Ciljni računi', 'user_id_is' => 'Vaše uporabniško ime se glasi :user', 'field_supports_markdown' => 'To polje podpira Markdown.', 'need_more_help' => 'Če potrebujete več pomoči pri uporabi Firefly III, prosimo, da odprete zahtevek za pomoč na Githubu.', @@ -144,8 +144,8 @@ return [ 'sum_of_income' => 'Vsota dohodkov', 'liabilities' => 'Obveznosti', 'spent_in_specific_budget' => 'Porabljeno v proračunu ":budget"', - 'spent_in_specific_double' => 'Spent in account ":account"', - 'earned_in_specific_double' => 'Earned in account ":account"', + 'spent_in_specific_double' => 'Porabljeno po računu/ih ":account"', + 'earned_in_specific_double' => 'Prisluženo po računu/ih ":account"', 'source_account' => 'Izvorni račun', 'source_account_reconciliation' => 'Pri usklajevalni transakciji ni možno urejati izvornega računa.', 'destination_account' => 'Ciljni račun', @@ -181,7 +181,7 @@ return [ 'all_journals_for_account' => 'Vse transakcije za konto :name', 'chart_all_journals_for_account' => 'Diagram vseh transakcij za konto :name', 'journals_in_period_for_account' => 'stroški na kontu ":name" med :start in :end', - 'journals_in_period_for_account_js' => 'All transactions for account {title} between {start} and {end}', + 'journals_in_period_for_account_js' => 'Vse transakcije za račun {title} med {start} in {end}', 'transferred' => 'Prenešeno', 'all_withdrawal' => 'vsi stroški', 'all_transactions' => 'Vse transakcije', @@ -203,7 +203,7 @@ return [ 'transfer_exchange_rate_instructions' => 'Izvorni premoženjski račun "@source_name" sprejema samo transakcije v @source_currency. Ciljni premoženjski račun "@dest_name" sprejema samo transakcije v @dest_currency. Podati morate znesek v obeh valutah.', 'transaction_data' => 'Podrobnosti transakcije', 'invalid_server_configuration' => 'Neveljavna konfiguracija strežnika', - 'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are instructions how to do this.', + 'invalid_locale_settings' => 'Firefly III ne more oblikovati denarnih zneskov, ker vašemu strežniku manjkajo zahtevani paketi. Obstajajo navodila, kako to narediti.', 'quickswitch' => 'Hitri preklop', 'sign_in_to_start' => 'Za nadaljevanje se prijavi', 'sign_in' => 'Prijava', @@ -219,74 +219,74 @@ return [ 'forgot_pw_page_title' => 'Si pozabil geslo za Firefly III?', 'reset_pw_page_title' => 'Ponastavi geslo za Firefly III', 'cannot_reset_demo_user' => 'Za demo uporabnika gesla ni mogoče ponastaviti.', - 'no_att_demo_user' => 'The demo user can\'t upload attachments.', + 'no_att_demo_user' => 'Demo uporabnik ne more naložiti prilog.', 'button_register' => 'Registracija', 'authorization' => 'Overitev', 'active_bills_only' => 'samo aktivni trajniki', - 'active_bills_only_total' => 'all active bills', + 'active_bills_only_total' => 'vsi aktivni trajniki', 'active_exp_bills_only' => 'samo aktivni in pričakovani trajniki', - 'active_exp_bills_only_total' => 'all active expected bills only', - 'per_period_sum_1D' => 'Expected daily costs', - 'per_period_sum_1W' => 'Expected weekly costs', - 'per_period_sum_1M' => 'Expected monthly costs', - 'per_period_sum_3M' => 'Expected quarterly costs', - 'per_period_sum_6M' => 'Expected half-yearly costs', - 'per_period_sum_1Y' => 'Expected yearly costs', + 'active_exp_bills_only_total' => 'samo aktivni in pričakovani trajniki', + 'per_period_sum_1D' => 'Predvideni dnevni stroški', + 'per_period_sum_1W' => 'Predvideni tedenski stroški', + 'per_period_sum_1M' => 'Predvideni mesečni stroški', + 'per_period_sum_3M' => 'Pričakovani četrtletni stroški', + 'per_period_sum_6M' => 'Predvideni polletni stroški', + 'per_period_sum_1Y' => 'Pričakovani letni stroški', 'average_per_bill' => 'povprečen trajnik', 'expected_total' => 'pričakovana vsota', - 'reconciliation_account_name' => ':name reconciliation (:currency)', + 'reconciliation_account_name' => 'Usklajevanje :name (:currency)', 'saved' => 'Shranjeno', - 'advanced_options' => 'Advanced options', - 'advanced_options_explain' => 'Some pages in Firefly III have advanced options hidden behind this button. This page doesn\'t have anything fancy here, but do check out the others!', + 'advanced_options' => 'Napredne možnosti', + 'advanced_options_explain' => 'Nekatere strani v Firefly III imajo za tem gumbom skrite napredne možnosti. Ta stran nima nič posebnega, vendar si oglejte druge!', 'here_be_dragons' => 'Hic sunt dracones', // Webhooks 'webhooks' => 'Spletne kljuke (Webhooks)', 'webhooks_breadcrumb' => 'Spletne kljuke (Webhooks)', - 'no_webhook_messages' => 'There are no webhook messages', - 'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation', - 'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update', - 'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete', - 'webhook_response_TRANSACTIONS' => 'Transaction details', + 'no_webhook_messages' => 'Tukaj ni sporočil spletnih kljuk', + 'webhook_trigger_STORE_TRANSACTION' => 'Po ustvarjanju transakcije', + 'webhook_trigger_UPDATE_TRANSACTION' => 'Po posodabljanju transakcije', + 'webhook_trigger_DESTROY_TRANSACTION' => 'Po brisanju transakcije', + 'webhook_response_TRANSACTIONS' => 'Podrobnosti transakcije', 'webhook_response_ACCOUNTS' => 'Podrobnosti računa', 'webhook_response_none_NONE' => 'Ni podrobnosti', 'webhook_delivery_JSON' => 'JSON', - 'inspect' => 'Inspect', - 'create_new_webhook' => 'Create new webhook', - 'webhooks_create_breadcrumb' => 'Create new webhook', - 'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger', - 'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.', - 'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.', - 'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.', - 'stored_new_webhook' => 'Stored new webhook ":title"', + 'inspect' => 'Preglejte', + 'create_new_webhook' => 'Ustvari nov webhook', + 'webhooks_create_breadcrumb' => 'Ustvari nov webhook', + 'webhook_trigger_form_help' => 'Navedite, ob katerem dogodku se bo sprožil webhook', + 'webhook_response_form_help' => 'Navedite, kaj mora webhook predložiti URL-ju.', + 'webhook_delivery_form_help' => 'V kateri obliki mora webhook dostaviti podatke.', + 'webhook_active_form_help' => 'Webhook mora biti aktiven, sicer ne bo poklican.', + 'stored_new_webhook' => 'Shranjen nov webhook ":title"', 'delete_webhook' => 'Izbriši Webhook', - 'deleted_webhook' => 'Deleted webhook ":title"', - 'edit_webhook' => 'Edit webhook ":title"', - 'updated_webhook' => 'Updated webhook ":title"', - 'edit_webhook_js' => 'Edit webhook "{title}"', + 'deleted_webhook' => 'Izbrisan webhook ":title"', + 'edit_webhook' => 'Uredi webhook ":title"', + 'updated_webhook' => 'Posodobljen webhook ":title"', + 'edit_webhook_js' => 'Uredi webhook "{title}"', 'show_webhook' => 'Webhook ":title"', - 'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.', + 'webhook_was_triggered' => 'Webhook je bil sprožen ob navedeni transakciji. Počakajte, da se prikažejo rezultati.', 'webhook_messages' => 'Webhook sporočilo', - 'view_message' => 'View message', - 'view_attempts' => 'View failed attempts', - 'message_content_title' => 'Webhook message content', - 'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.', - 'attempt_content_title' => 'Webhook attempts', - 'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.', - 'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!', - 'webhook_attempt_at' => 'Attempt at {moment}', + 'view_message' => 'Poglej sporočilo', + 'view_attempts' => 'Ogled neuspelih poskusov', + 'message_content_title' => 'Vsebina sporočila Webhook', + 'message_content_help' => 'To je vsebina sporočila, ki je bilo poslano (ali poskuseno) s tem webhookom.', + 'attempt_content_title' => 'Poskusi Webhook', + 'attempt_content_help' => 'To so vsi neuspešni poskusi pošiljanja tega sporočila webhook na konfigurirani URL. Čez nekaj časa bo Firefly III nehal poskušati.', + 'no_attempts' => 'Neuspešnih poskusov ni. To je dobra stvar!', + 'webhook_attempt_at' => 'Poskus ob {moment}', 'logs' => 'Logi', - 'response' => 'Response', - 'visit_webhook_url' => 'Visit webhook URL', - 'reset_webhook_secret' => 'Reset webhook secret', - 'webhook_stored_link' => 'Webhook #{ID} ("{title}") has been stored.', - 'webhook_updated_link' => 'Webhook #{ID} ("{title}") has been updated.', + 'response' => 'Odziv', + 'visit_webhook_url' => 'Obiščite URL webhooka', + 'reset_webhook_secret' => 'Ponastavi skrivnost webhooka', + 'webhook_stored_link' => 'Webhook #{ID} ("{title}") je bil shranjen.', + 'webhook_updated_link' => 'Webhook #{ID} ("{title}") je posodobljen.', // API access 'authorization_request' => 'Firefly III v:version Zahteva za avtorizacijo', - 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?', - 'authorization_request_site' => 'You will be redirected to :url which will then be able to access your Firefly III data.', - 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.', + 'authorization_request_intro' => ':client je zahteval dostop do upravljanja tvojih financ. Dovoliš da :client dostopa do teh podatkov?', + 'authorization_request_site' => 'Preusmerjeni boste na :url, ki bo nato lahko dostopal do vaših podatkov Firefly III.', + 'authorization_request_invalid' => 'Ta zahteva za dostop je neveljavna. Nikoli več ne sledite tej povezavi.', 'scopes_will_be_able' => 'Ta aplikacija bo lahko:', 'button_authorize' => 'Overi', 'none_in_select_list' => '(brez)', @@ -298,9 +298,9 @@ return [ 'is_beta_warning' => 'Poganjaš BETA verzijo. Bodi pozoren na hrošče in težave.', 'all_destination_accounts' => 'Ciljni računi', 'all_source_accounts' => 'Izvorni računi', - 'back_to_index' => 'Back to the index', - 'cant_logout_guard' => 'Firefly III can\'t log you out.', - 'internal_reference' => 'Internal reference', + 'back_to_index' => 'Nazaj na kazalo', + 'cant_logout_guard' => 'Firefly III vas ne more odjaviti.', + 'internal_reference' => 'Interna referenca', // check for updates: 'update_check_title' => 'Preveri za posodobitve', @@ -321,7 +321,7 @@ return [ 'update_check_error' => 'Pri preverjanju posodobitev smo naleteli na težavo: :error', 'unknown_error' => 'Nepoznana napaka. Oprosti :)', 'just_new_release' => 'Na voljo je nova verzija! Verzija :version je bila izdana :date. Je zelo sveža, zato počakaj nekaj dni da se stabilizira.', - 'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!', + 'disabled_but_check' => 'Onemogočili ste preverjanje posodobitev. Zato ne pozabite občasno preveriti, ali so na voljo posodobitve. Hvala vam!', 'admin_update_channel_title' => 'Kanal posodobitev', 'admin_update_channel_explain' => 'Firefly III ima tri "kanale" posodobitev, ki določajo, kako hitro prejmete nove funkcije, izboljšave in odprave napak. Uporabite kanal "beta", če ste pustolovec, in "alfa", če radi živite nevarno življenje.', 'update_channel_stable' => 'Stabilno. Vse naj bi delovalo po pričakovanjih.', @@ -331,10 +331,10 @@ return [ // search 'search' => 'Iskanje', 'search_query' => 'Poizvedba', - 'search_found_transactions' => 'Firefly III found :count transaction in :time seconds.|Firefly III found :count transactions in :time seconds.', - 'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.', + 'search_found_transactions' => 'Firefly III je našel :count transakcijo v :time sekundah.|Firefly III je našel :count transakcij v :time sekundah.', + 'search_found_more_transactions' => 'Firefly III je našel več kot :count transakcij v :time sekundah.', 'search_for_query' => 'Firefly III išče transakcije, ki vsebujejo vse besede: :query', - 'invalid_operators_list' => 'These search parameters are not valid and have been ignored.', + 'invalid_operators_list' => 'Ti iskalni parametri niso veljavni in so bili prezrti.', // old @@ -350,365 +350,365 @@ return [ */ - 'search_modifier_date_on' => 'Transaction date is ":value"', - 'search_modifier_not_date_on' => 'Transaction date is not ":value"', - 'search_modifier_reconciled' => 'Transaction is reconciled', - 'search_modifier_not_reconciled' => 'Transaction is not reconciled', - 'search_modifier_id' => 'Transaction ID is ":value"', - 'search_modifier_not_id' => 'Transaction ID is not ":value"', - 'search_modifier_date_before' => 'Transaction date is before or on ":value"', - 'search_modifier_date_after' => 'Transaction date is after or on ":value"', - 'search_modifier_external_id_is' => 'External ID is ":value"', - 'search_modifier_not_external_id_is' => 'External ID is not ":value"', - 'search_modifier_no_external_url' => 'The transaction has no external URL', - 'search_modifier_no_external_id' => 'The transaction has no external ID', - 'search_modifier_not_any_external_url' => 'The transaction has no external URL', - 'search_modifier_not_any_external_id' => 'The transaction has no external ID', - 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', - 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', - 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', - 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', - 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', - 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', - 'search_modifier_description_starts' => 'Description starts with ":value"', - 'search_modifier_not_description_starts' => 'Description does not start with ":value"', - 'search_modifier_description_ends' => 'Description ends on ":value"', - 'search_modifier_not_description_ends' => 'Description does not end on ":value"', - 'search_modifier_description_contains' => 'Description contains ":value"', - 'search_modifier_not_description_contains' => 'Description does not contain ":value"', - 'search_modifier_description_is' => 'Description is exactly ":value"', - 'search_modifier_not_description_is' => 'Description is exactly not ":value"', - 'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"', - 'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"', - 'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"', - 'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"', - 'search_modifier_has_attachments' => 'The transaction must have an attachment', - 'search_modifier_has_no_category' => 'The transaction must have no category', - 'search_modifier_not_has_no_category' => 'The transaction must have a (any) category', - 'search_modifier_not_has_any_category' => 'The transaction must have no category', - 'search_modifier_has_any_category' => 'The transaction must have a (any) category', - 'search_modifier_has_no_budget' => 'The transaction must have no budget', - 'search_modifier_not_has_any_budget' => 'The transaction must have no budget', - 'search_modifier_has_any_budget' => 'The transaction must have a (any) budget', - 'search_modifier_not_has_no_budget' => 'The transaction must have a (any) budget', - 'search_modifier_has_no_bill' => 'The transaction must have no bill', - 'search_modifier_not_has_no_bill' => 'The transaction must have a (any) bill', - 'search_modifier_has_any_bill' => 'The transaction must have a (any) bill', - 'search_modifier_not_has_any_bill' => 'The transaction must have no bill', - 'search_modifier_has_no_tag' => 'The transaction must have no tags', - 'search_modifier_not_has_any_tag' => 'The transaction must have no tags', - 'search_modifier_not_has_no_tag' => 'The transaction must have a (any) tag', - 'search_modifier_has_any_tag' => 'The transaction must have a (any) tag', - 'search_modifier_notes_contains' => 'The transaction notes contain ":value"', - 'search_modifier_not_notes_contains' => 'The transaction notes do not contain ":value"', - 'search_modifier_notes_starts' => 'The transaction notes start with ":value"', - 'search_modifier_not_notes_starts' => 'The transaction notes do not start with ":value"', - 'search_modifier_notes_ends' => 'The transaction notes end with ":value"', - 'search_modifier_not_notes_ends' => 'The transaction notes do not end with ":value"', - 'search_modifier_notes_is' => 'The transaction notes are exactly ":value"', - 'search_modifier_not_notes_is' => 'The transaction notes are exactly not ":value"', - 'search_modifier_no_notes' => 'The transaction has no notes', - 'search_modifier_not_no_notes' => 'The transaction must have notes', - 'search_modifier_any_notes' => 'The transaction must have notes', - 'search_modifier_not_any_notes' => 'The transaction has no notes', - 'search_modifier_amount_is' => 'Amount is exactly :value', - 'search_modifier_not_amount_is' => 'Amount is not :value', - 'search_modifier_amount_less' => 'Amount is less than or equal to :value', - 'search_modifier_not_amount_more' => 'Amount is less than or equal to :value', - 'search_modifier_amount_more' => 'Amount is more than or equal to :value', - 'search_modifier_not_amount_less' => 'Amount is more than or equal to :value', - 'search_modifier_source_account_is' => 'Source account name is exactly ":value"', - 'search_modifier_not_source_account_is' => 'Source account name is not ":value"', - 'search_modifier_source_account_contains' => 'Source account name contains ":value"', - 'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"', - 'search_modifier_source_account_starts' => 'Source account name starts with ":value"', - 'search_modifier_not_source_account_starts' => 'Source account name does not start with ":value"', - 'search_modifier_source_account_ends' => 'Source account name ends with ":value"', - 'search_modifier_not_source_account_ends' => 'Source account name does not end with ":value"', - 'search_modifier_source_account_id' => 'Source account ID is :value', - 'search_modifier_not_source_account_id' => 'Source account ID is not :value', - 'search_modifier_source_account_nr_is' => 'Source account number (IBAN) is ":value"', - 'search_modifier_not_source_account_nr_is' => 'Source account number (IBAN) is not ":value"', - 'search_modifier_source_account_nr_contains' => 'Source account number (IBAN) contains ":value"', - 'search_modifier_not_source_account_nr_contains' => 'Source account number (IBAN) does not contain ":value"', - 'search_modifier_source_account_nr_starts' => 'Source account number (IBAN) starts with ":value"', - 'search_modifier_not_source_account_nr_starts' => 'Source account number (IBAN) does not start with ":value"', - 'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends on ":value"', - 'search_modifier_not_source_account_nr_ends' => 'Source account number (IBAN) does not end on ":value"', - 'search_modifier_destination_account_is' => 'Destination account name is exactly ":value"', - 'search_modifier_not_destination_account_is' => 'Destination account name is not ":value"', - 'search_modifier_destination_account_contains' => 'Destination account name contains ":value"', - 'search_modifier_not_destination_account_contains' => 'Destination account name does not contain ":value"', - 'search_modifier_destination_account_starts' => 'Destination account name starts with ":value"', - 'search_modifier_not_destination_account_starts' => 'Destination account name does not start with ":value"', - 'search_modifier_destination_account_ends' => 'Destination account name ends on ":value"', - 'search_modifier_not_destination_account_ends' => 'Destination account name does not end on ":value"', - 'search_modifier_destination_account_id' => 'Destination account ID is :value', - 'search_modifier_not_destination_account_id' => 'Destination account ID is not :value', - 'search_modifier_destination_is_cash' => 'Destination account is the "(cash)" account', - 'search_modifier_not_destination_is_cash' => 'Destination account is not the "(cash)" account', - 'search_modifier_source_is_cash' => 'Source account is the "(cash)" account', - 'search_modifier_not_source_is_cash' => 'Source account is not the "(cash)" account', - 'search_modifier_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"', - 'search_modifier_not_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"', - 'search_modifier_destination_account_nr_contains' => 'Destination account number (IBAN) contains ":value"', - 'search_modifier_not_destination_account_nr_contains' => 'Destination account number (IBAN) does not contain ":value"', - 'search_modifier_destination_account_nr_starts' => 'Destination account number (IBAN) starts with ":value"', - 'search_modifier_not_destination_account_nr_starts' => 'Destination account number (IBAN) does not start with ":value"', - 'search_modifier_destination_account_nr_ends' => 'Destination account number (IBAN) ends with ":value"', - 'search_modifier_not_destination_account_nr_ends' => 'Destination account number (IBAN) does not end with ":value"', - 'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value', - 'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value', - 'search_modifier_category_is' => 'Category is ":value"', - 'search_modifier_not_category_is' => 'Category is not ":value"', - 'search_modifier_budget_is' => 'Budget is ":value"', - 'search_modifier_not_budget_is' => 'Budget is not ":value"', - 'search_modifier_bill_is' => 'Bill is ":value"', - 'search_modifier_not_bill_is' => 'Bill is not ":value"', - 'search_modifier_transaction_type' => 'Transaction type is ":value"', - 'search_modifier_not_transaction_type' => 'Transaction type is not ":value"', + 'search_modifier_date_on' => 'Datum transakcije je ":value"', + 'search_modifier_not_date_on' => 'Datum transakcije ni ":value"', + 'search_modifier_reconciled' => 'Transakcija je usklajena', + 'search_modifier_not_reconciled' => 'Transakcija ni usklajena', + 'search_modifier_id' => 'ID transakcije je ":value"', + 'search_modifier_not_id' => 'ID transakcije ni ":value"', + 'search_modifier_date_before' => 'Datum transakcije je pred ali na ":value"', + 'search_modifier_date_after' => 'Datum transakcije je po ali na ":value"', + 'search_modifier_external_id_is' => 'Zunanji ID je ":value"', + 'search_modifier_not_external_id_is' => 'Zunanji ID ni ":value"', + 'search_modifier_no_external_url' => 'Transakcija nima zunanjega URL-ja', + 'search_modifier_no_external_id' => 'Transakcija nima zunanjega ID-ja', + 'search_modifier_not_any_external_url' => 'Transakcija nima zunanjega URL-ja', + 'search_modifier_not_any_external_id' => 'Transakcija nima zunanjega ID-ja', + 'search_modifier_any_external_url' => 'Transakcija mora imeti (poljubni) zunanji URL', + 'search_modifier_any_external_id' => 'Transakcija mora imeti (poljubni) zunanji ID', + 'search_modifier_not_no_external_url' => 'Transakcija mora imeti (poljubni) zunanji URL', + 'search_modifier_not_no_external_id' => 'Transakcija mora imeti (poljubni) zunanji ID', + 'search_modifier_internal_reference_is' => 'Notranja referenca je ":value"', + 'search_modifier_not_internal_reference_is' => 'Notranja referenca ni ":value"', + 'search_modifier_description_starts' => 'Opis se začne s/z ":value"', + 'search_modifier_not_description_starts' => 'Opis se ne začne s/z ":value"', + 'search_modifier_description_ends' => 'Opis se konča s/z ":value"', + 'search_modifier_not_description_ends' => 'Opis se ne konča s/z ":value"', + 'search_modifier_description_contains' => 'Opis vsebuje ":value"', + 'search_modifier_not_description_contains' => 'Opis ne vsebuje ":value"', + 'search_modifier_description_is' => 'Opis je točno ":value"', + 'search_modifier_not_description_is' => 'Opis natanko ni ":value"', + 'search_modifier_currency_is' => 'Transakcijska (tuja) valuta je ":value"', + 'search_modifier_not_currency_is' => 'Transakcijska (tuja) valuta ni ":value"', + 'search_modifier_foreign_currency_is' => 'Tuja valuta transakcije je ":value"', + 'search_modifier_not_foreign_currency_is' => 'Tuja valuta transakcije ni ":value"', + 'search_modifier_has_attachments' => 'Transakcija mora imeti prilogo', + 'search_modifier_has_no_category' => 'Transakcija ne sme imeti kategorije', + 'search_modifier_not_has_no_category' => 'Transakcija mora imeti (poljubno) kategorijo', + 'search_modifier_not_has_any_category' => 'Transakcija ne sme imeti kategorije', + 'search_modifier_has_any_category' => 'Transakcija mora imeti (poljubno) kategorijo', + 'search_modifier_has_no_budget' => 'Transakcija ne sme imeti proračuna', + 'search_modifier_not_has_any_budget' => 'Transakcija ne sme imeti proračuna', + 'search_modifier_has_any_budget' => 'Transakcija mora imeti (poljubni) proračun', + 'search_modifier_not_has_no_budget' => 'Transakcija mora imeti (poljubni) proračun', + 'search_modifier_has_no_bill' => 'Transakcija ne sme imeti trajnika', + 'search_modifier_not_has_no_bill' => 'Transakcija mora imeti (poljubni) trajnik', + 'search_modifier_has_any_bill' => 'Transakcija mora imeti (poljubni) trajnik', + 'search_modifier_not_has_any_bill' => 'Transakcija ne sme imeti trajnika', + 'search_modifier_has_no_tag' => 'Transakcija ne sme imeti oznak', + 'search_modifier_not_has_any_tag' => 'Transakcija ne sme imeti oznak', + 'search_modifier_not_has_no_tag' => 'Transakcija nima (poljubne) oznake', + 'search_modifier_has_any_tag' => 'Transakcija mora imeti (poljubno) oznako', + 'search_modifier_notes_contains' => 'Opombe o transakcijah vsebujejo ":value"', + 'search_modifier_not_notes_contains' => 'Opombe o transakciji ne vsebujejo ":value"', + 'search_modifier_notes_starts' => 'Opombe o transakciji se začnejo z ":value"', + 'search_modifier_not_notes_starts' => 'Opombe o transakciji se ne začnejo z ":value"', + 'search_modifier_notes_ends' => 'Opombe o transakciji se končajo z ":value"', + 'search_modifier_not_notes_ends' => 'Opombe o transakciji se ne končajo z ":value"', + 'search_modifier_notes_is' => 'Opombe o transakciji so točno ":value"', + 'search_modifier_not_notes_is' => 'Opombe o transakciji natanko niso ":value"', + 'search_modifier_no_notes' => 'Transakcija nima opomb', + 'search_modifier_not_no_notes' => 'Transakcija mora imeti opombe', + 'search_modifier_any_notes' => 'Transakcija mora imeti opombe', + 'search_modifier_not_any_notes' => 'Transakcija nima opomb', + 'search_modifier_amount_is' => 'Znesek je točno :value', + 'search_modifier_not_amount_is' => 'Znesek ni :value', + 'search_modifier_amount_less' => 'Znesek je manjši ali enak :value', + 'search_modifier_not_amount_more' => 'Znesek je manjši ali enak :value', + 'search_modifier_amount_more' => 'Znesek je večji ali enak :value', + 'search_modifier_not_amount_less' => 'Znesek je večji ali enak :value', + 'search_modifier_source_account_is' => 'Ime izvornega računa je točno ":value"', + 'search_modifier_not_source_account_is' => 'Ime izvornega računa ni ":value"', + 'search_modifier_source_account_contains' => 'Ime izvornega računa vsebuje ":value"', + 'search_modifier_not_source_account_contains' => 'Ime izvornega računa ne vsebuje ":value"', + 'search_modifier_source_account_starts' => 'Ime izvornega računa se začne z ":value"', + 'search_modifier_not_source_account_starts' => 'Ime izvornega računa se ne začne z ":value"', + 'search_modifier_source_account_ends' => 'Ime izvornega računa se konča z ":value"', + 'search_modifier_not_source_account_ends' => 'Ime izvornega računa se ne konča z ":value"', + 'search_modifier_source_account_id' => 'ID izvornega računa je :value', + 'search_modifier_not_source_account_id' => 'ID izvornega računa ni :value', + 'search_modifier_source_account_nr_is' => 'Izvorna številka računa (IBAN) je ":value"', + 'search_modifier_not_source_account_nr_is' => 'Izvorna številka računa (IBAN) ni ":value"', + 'search_modifier_source_account_nr_contains' => 'Izvorna številka računa (IBAN) vsebuje ":value"', + 'search_modifier_not_source_account_nr_contains' => 'Izvorna številka računa (IBAN) ne vsebuje ":value"', + 'search_modifier_source_account_nr_starts' => 'Izvorna številka računa (IBAN) se začne z ":value"', + 'search_modifier_not_source_account_nr_starts' => 'Izvorna številka računa (IBAN) se ne začne z ":value"', + 'search_modifier_source_account_nr_ends' => 'Izvorna številka računa (IBAN) se konča na ":value"', + 'search_modifier_not_source_account_nr_ends' => 'Izvorna številka računa (IBAN) se ne konča na ":value"', + 'search_modifier_destination_account_is' => 'Ime ciljnega računa je točno ":value"', + 'search_modifier_not_destination_account_is' => 'Ime ciljnega računa ni ":value"', + 'search_modifier_destination_account_contains' => 'Ime ciljnega računa vsebuje ":value"', + 'search_modifier_not_destination_account_contains' => 'Ime ciljnega računa ne vsebuje ":value"', + 'search_modifier_destination_account_starts' => 'Ime ciljnega računa se začne z ":value"', + 'search_modifier_not_destination_account_starts' => 'Ime ciljnega računa se ne začne z ":value"', + 'search_modifier_destination_account_ends' => 'Ime ciljnega računa se konča na ":value"', + 'search_modifier_not_destination_account_ends' => 'Ime ciljnega računa se ne konča na ":value"', + 'search_modifier_destination_account_id' => 'ID ciljnega računa je :value', + 'search_modifier_not_destination_account_id' => 'ID ciljnega računa ni :value', + 'search_modifier_destination_is_cash' => 'Ciljni račun je "(gotovina)"', + 'search_modifier_not_destination_is_cash' => 'Ciljni račun ni račun "(gotovina)"', + 'search_modifier_source_is_cash' => 'Izvorni račun je račun "(gotovina)"', + 'search_modifier_not_source_is_cash' => 'Izvorni račun ni račun "(gotovina)"', + 'search_modifier_destination_account_nr_is' => 'Številka ciljnega računa (IBAN) je ":value"', + 'search_modifier_not_destination_account_nr_is' => 'Številka ciljnega računa (IBAN) je ":value"', + 'search_modifier_destination_account_nr_contains' => 'Številka ciljnega računa (IBAN) vsebuje ":value"', + 'search_modifier_not_destination_account_nr_contains' => 'Številka ciljnega računa (IBAN) ne vsebuje ":value"', + 'search_modifier_destination_account_nr_starts' => 'Številka ciljnega računa (IBAN) se začne z ":value"', + 'search_modifier_not_destination_account_nr_starts' => 'Številka ciljnega računa (IBAN) se ne začne z ":value"', + 'search_modifier_destination_account_nr_ends' => 'Številka ciljnega računa (IBAN) se konča z ":value"', + 'search_modifier_not_destination_account_nr_ends' => 'Številka ciljnega računa (IBAN) se ne konča z ":value"', + 'search_modifier_account_id' => 'ID-ji izvornega ali ciljnega računa je/so: :value', + 'search_modifier_not_account_id' => 'ID-ji izvornega ali ciljnega računa ni/niso: :value', + 'search_modifier_category_is' => 'Kategorija je ":value"', + 'search_modifier_not_category_is' => 'Kategorija ni ":value"', + 'search_modifier_budget_is' => 'Proračun je ":value"', + 'search_modifier_not_budget_is' => 'Proračun ni ":value"', + 'search_modifier_bill_is' => 'Trajnik je ":value"', + 'search_modifier_not_bill_is' => 'Trajnik ni ":value"', + 'search_modifier_transaction_type' => 'Vrsta transakcije je ":value"', + 'search_modifier_not_transaction_type' => 'Vrsta transakcije ni ":value"', 'search_modifier_tag_is' => 'Oznaka je ":value"', - 'search_modifier_not_tag_is' => 'No tag is ":value"', - 'search_modifier_date_on_year' => 'Transaction is in year ":value"', - 'search_modifier_not_date_on_year' => 'Transaction is not in year ":value"', - 'search_modifier_date_on_month' => 'Transaction is in month ":value"', - 'search_modifier_not_date_on_month' => 'Transaction is not in month ":value"', - 'search_modifier_date_on_day' => 'Transaction is on day of month ":value"', - 'search_modifier_not_date_on_day' => 'Transaction is not 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_before_day' => 'Transaction is before or on day of month ":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_not_tag_is' => 'Nobena oznaka ni ":value"', + 'search_modifier_date_on_year' => 'Transakcija je v letu ":value"', + 'search_modifier_not_date_on_year' => 'Transakcija ni v letu ":value"', + 'search_modifier_date_on_month' => 'Transakcija je v mesecu ":value"', + 'search_modifier_not_date_on_month' => 'Transakcija ni v mesecu ":value"', + 'search_modifier_date_on_day' => 'Transakcija je na dan v mesecu ":value"', + 'search_modifier_not_date_on_day' => 'Transakcija ni na dan v mesecu ":value"', + 'search_modifier_date_before_year' => 'Transakcija je pred ali v letu ":value"', + 'search_modifier_date_before_month' => 'Transakcija je pred ali v mesecu ":value"', + 'search_modifier_date_before_day' => 'Transakcija je pred ali na dan v mesecu ":value"', + 'search_modifier_date_after_year' => 'Transakcija je v ali po letu ":value"', + 'search_modifier_date_after_month' => 'Transakcija je v ali po mesecu ":value"', + 'search_modifier_date_after_day' => 'Transakcija je po ali na dan v mesecu ":value"', // new - 'search_modifier_tag_is_not' => 'No tag is ":value"', - 'search_modifier_not_tag_is_not' => 'Tag is ":value"', - 'search_modifier_account_is' => 'Either account is ":value"', - 'search_modifier_not_account_is' => 'Neither account is ":value"', - 'search_modifier_account_contains' => 'Either account contains ":value"', - 'search_modifier_not_account_contains' => 'Neither account contains ":value"', - 'search_modifier_account_ends' => 'Either account ends with ":value"', - 'search_modifier_not_account_ends' => 'Neither account ends with ":value"', - 'search_modifier_account_starts' => 'Either account starts with ":value"', - 'search_modifier_not_account_starts' => 'Neither account starts with ":value"', - 'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"', - 'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"', - 'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"', - 'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"', - 'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"', - 'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"', - 'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"', - 'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"', - 'search_modifier_category_contains' => 'Category contains ":value"', - 'search_modifier_not_category_contains' => 'Category does not contain ":value"', - 'search_modifier_category_ends' => 'Category ends on ":value"', - 'search_modifier_not_category_ends' => 'Category does not end on ":value"', - 'search_modifier_category_starts' => 'Category starts with ":value"', - 'search_modifier_not_category_starts' => 'Category does not start with ":value"', - 'search_modifier_budget_contains' => 'Budget contains ":value"', - 'search_modifier_not_budget_contains' => 'Budget does not contain ":value"', - 'search_modifier_budget_ends' => 'Budget ends with ":value"', - 'search_modifier_not_budget_ends' => 'Budget does not end on ":value"', - 'search_modifier_budget_starts' => 'Budget starts with ":value"', - 'search_modifier_not_budget_starts' => 'Budget does not start with ":value"', - 'search_modifier_bill_contains' => 'Bill contains ":value"', - 'search_modifier_not_bill_contains' => 'Bill does not contain ":value"', - 'search_modifier_bill_ends' => 'Bill ends with ":value"', - 'search_modifier_not_bill_ends' => 'Bill does not end on ":value"', - 'search_modifier_bill_starts' => 'Bill starts with ":value"', - 'search_modifier_not_bill_starts' => 'Bill does not start with ":value"', - 'search_modifier_external_id_contains' => 'External ID contains ":value"', - 'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"', - 'search_modifier_external_id_ends' => 'External ID ends with ":value"', - 'search_modifier_not_external_id_ends' => 'External ID does not end with ":value"', - 'search_modifier_external_id_starts' => 'External ID starts with ":value"', - 'search_modifier_not_external_id_starts' => 'External ID does not start with ":value"', - 'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"', - 'search_modifier_not_internal_reference_contains' => 'Internal reference does not contain ":value"', - 'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"', - 'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"', - 'search_modifier_not_internal_reference_ends' => 'Internal reference does not end with ":value"', - 'search_modifier_not_internal_reference_starts' => 'Internal reference does not start with ":value"', - 'search_modifier_external_url_is' => 'External URL is ":value"', - 'search_modifier_not_external_url_is' => 'External URL is not ":value"', - 'search_modifier_external_url_contains' => 'External URL contains ":value"', - 'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"', - 'search_modifier_external_url_ends' => 'External URL ends with ":value"', - 'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"', - 'search_modifier_external_url_starts' => 'External URL starts with ":value"', - 'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"', - 'search_modifier_has_no_attachments' => 'Transaction has no attachments', - 'search_modifier_not_has_no_attachments' => 'Transaction has attachments', - 'search_modifier_not_has_attachments' => 'Transaction has no attachments', - 'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.', - 'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.', - 'search_modifier_journal_id' => 'The journal ID is ":value"', - 'search_modifier_not_journal_id' => 'The journal ID is not ":value"', - 'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"', - 'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"', - 'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"', - 'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"', - 'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"', - 'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"', - 'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"', - 'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"', - 'search_modifier_exists' => 'Transaction exists (any transaction)', - 'search_modifier_not_exists' => 'Transaction does not exist (no transaction)', + 'search_modifier_tag_is_not' => 'Nobena oznaka ni ":value', + 'search_modifier_not_tag_is_not' => 'Oznaka je ":value"', + 'search_modifier_account_is' => 'Kateri koli račun je ":value"', + 'search_modifier_not_account_is' => 'Noben račun ni ":value"', + 'search_modifier_account_contains' => 'Kateri koli račun vsebuje ":value"', + 'search_modifier_not_account_contains' => 'Noben račun ne vsebuje ":value"', + 'search_modifier_account_ends' => 'Oba računa se končata z ":value"', + 'search_modifier_not_account_ends' => 'Noben račun se ne konča z ":value"', + 'search_modifier_account_starts' => 'Oba računa se začneta z ":value"', + 'search_modifier_not_account_starts' => 'Noben račun se ne začne z ":value"', + 'search_modifier_account_nr_is' => 'Številka računa/IBAN je ":value"', + 'search_modifier_not_account_nr_is' => 'Nobena številka računa/IBAN ni ":value"', + 'search_modifier_account_nr_contains' => 'Številka računa/IBAN vsebuje ":value"', + 'search_modifier_not_account_nr_contains' => 'Nobena številka računa / IBAN ne vsebuje ":value"', + 'search_modifier_account_nr_ends' => 'Številka računa / IBAN se konča z ":value"', + 'search_modifier_not_account_nr_ends' => 'Nobena številka računa / IBAN se ne konča z ":value"', + 'search_modifier_account_nr_starts' => 'Številka računa/IBAN se začne z ":value"', + 'search_modifier_not_account_nr_starts' => 'Nobena številka računa / IBAN se ne začne z ":value"', + 'search_modifier_category_contains' => 'Kategorija vsebuje ":value"', + 'search_modifier_not_category_contains' => 'Kategorija ne vsebuje ":value"', + 'search_modifier_category_ends' => 'Kategorija se konča na ":value"', + 'search_modifier_not_category_ends' => 'Kategorija se ne konča na ":value"', + 'search_modifier_category_starts' => 'Kategorija se začne z ":value"', + 'search_modifier_not_category_starts' => 'Kategorija se ne začne z ":value"', + 'search_modifier_budget_contains' => 'Proračun vsebuje ":value"', + 'search_modifier_not_budget_contains' => 'Proračun ne vsebuje ":value"', + 'search_modifier_budget_ends' => 'Proračun se konča z ":value"', + 'search_modifier_not_budget_ends' => 'Proračun se ne konča na ":value"', + 'search_modifier_budget_starts' => 'Proračun se začne z ":value"', + 'search_modifier_not_budget_starts' => 'Proračun se ne začne z ":value"', + 'search_modifier_bill_contains' => 'Trajnik vsebuje ":value"', + 'search_modifier_not_bill_contains' => 'Trajnik ne vsebuje ":value"', + 'search_modifier_bill_ends' => 'Trajnik se konča z ":value"', + 'search_modifier_not_bill_ends' => 'Trajnik se ne konča na ":value"', + 'search_modifier_bill_starts' => 'Trajnik se začne z ":value"', + 'search_modifier_not_bill_starts' => 'Trajnik se ne začne z ":value"', + 'search_modifier_external_id_contains' => 'Zunanji ID vsebuje ":value"', + 'search_modifier_not_external_id_contains' => 'Zunanji ID ne vsebuje ":value"', + 'search_modifier_external_id_ends' => 'Zunanji ID se konča z ":value"', + 'search_modifier_not_external_id_ends' => 'Zunanji ID se ne konča z ":value"', + 'search_modifier_external_id_starts' => 'Zunanji ID se začne z ":value"', + 'search_modifier_not_external_id_starts' => 'Zunanji ID se ne začne z ":value"', + 'search_modifier_internal_reference_contains' => 'Notranja referenca vsebuje ":value"', + 'search_modifier_not_internal_reference_contains' => 'Notranja referenca ne vsebuje ":value"', + 'search_modifier_internal_reference_ends' => 'Notranja referenca se konča z ":value"', + 'search_modifier_internal_reference_starts' => 'Notranja referenca se začne z ":value"', + 'search_modifier_not_internal_reference_ends' => 'Notranja referenca se ne konča z ":value"', + 'search_modifier_not_internal_reference_starts' => 'Notranja referenca se ne začne z ":value"', + 'search_modifier_external_url_is' => 'Zunanji URL je ":value"', + 'search_modifier_not_external_url_is' => 'Zunanji URL ni ":value"', + 'search_modifier_external_url_contains' => 'Zunanji URL vsebuje ":value"', + 'search_modifier_not_external_url_contains' => 'Zunanji URL ne vsebuje ":value"', + 'search_modifier_external_url_ends' => 'Zunanji URL se konča z ":value"', + 'search_modifier_not_external_url_ends' => 'Zunanji URL se ne konča z ":value"', + 'search_modifier_external_url_starts' => 'Zunanji URL se začne z ":value"', + 'search_modifier_not_external_url_starts' => 'Zunanji URL se ne začne z ":value"', + 'search_modifier_has_no_attachments' => 'Transakcija nima prilog', + 'search_modifier_not_has_no_attachments' => 'Transakcija ima priloge', + 'search_modifier_not_has_attachments' => 'Transakcija nima prilog', + 'search_modifier_account_is_cash' => 'Kateri koli račun je račun "(gotovina)".', + 'search_modifier_not_account_is_cash' => 'Noben račun ni račun "(gotovina)".', + 'search_modifier_journal_id' => 'ID dnevnika je ":value"', + 'search_modifier_not_journal_id' => 'ID dnevnika ni ":value"', + 'search_modifier_recurrence_id' => 'ID ponavljajoče se transakcije je ":value"', + 'search_modifier_not_recurrence_id' => 'ID ponavljajoče se transakcije ni »:value«', + 'search_modifier_foreign_amount_is' => 'Tuji znesek je ":value"', + 'search_modifier_not_foreign_amount_is' => 'Tuji znesek ni ":value"', + 'search_modifier_foreign_amount_less' => 'Tuji znesek je manjši od ":value"', + 'search_modifier_not_foreign_amount_more' => 'Tuji znesek je manjši od ":value"', + 'search_modifier_not_foreign_amount_less' => 'Tuji znesek je večji od ":value"', + 'search_modifier_foreign_amount_more' => 'Tuji znesek je večji od ":value"', + 'search_modifier_exists' => 'Transakcija obstaja (katera koli transakcija)', + 'search_modifier_not_exists' => 'Transakcija ne obstaja (ni transakcije)', // date fields - 'search_modifier_interest_date_on' => 'Transaction interest date is ":value"', - 'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"', - 'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"', - 'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"', - 'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"', - 'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"', - 'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"', - 'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not 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_not_book_date_on_year' => 'Transaction book date is not in year ":value"', - 'search_modifier_not_book_date_on_month' => 'Transaction book date is not in month ":value"', - 'search_modifier_not_book_date_on_day' => 'Transaction book date is not on day of month ":value"', - 'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"', - 'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"', - 'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"', - 'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"', - 'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"', - 'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"', - 'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"', - 'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"', - 'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"', - 'search_modifier_not_process_date_on_year' => 'Transaction process date is not in year ":value"', - 'search_modifier_not_process_date_on_month' => 'Transaction process date is not in month ":value"', - 'search_modifier_not_process_date_on_day' => 'Transaction process date is not on day of month ":value"', - 'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"', - 'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"', - 'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"', - 'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"', - 'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"', - 'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"', - 'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"', - 'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"', - 'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"', - 'search_modifier_not_due_date_on_year' => 'Transaction due date is not in year ":value"', - 'search_modifier_not_due_date_on_month' => 'Transaction due date is not in month ":value"', - 'search_modifier_not_due_date_on_day' => 'Transaction due date is not on day of month ":value"', - 'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"', - 'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"', - 'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"', - 'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"', - 'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"', - 'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"', - 'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"', - 'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"', - 'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"', - 'search_modifier_not_payment_date_on_year' => 'Transaction payment date is not in year ":value"', - 'search_modifier_not_payment_date_on_month' => 'Transaction payment date is not in month ":value"', - 'search_modifier_not_payment_date_on_day' => 'Transaction payment date is not on day of month ":value"', - 'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"', - 'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"', - 'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"', - 'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"', - 'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"', - 'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"', - 'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"', - 'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"', - 'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"', - 'search_modifier_not_invoice_date_on_year' => 'Transaction invoice date is not in year ":value"', - 'search_modifier_not_invoice_date_on_month' => 'Transaction invoice date is not in month ":value"', - 'search_modifier_not_invoice_date_on_day' => 'Transaction invoice date is not on day of month ":value"', - 'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"', - 'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"', - 'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"', - 'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"', - 'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"', - 'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"', + 'search_modifier_interest_date_on' => 'Datum obresti transakcije je ":value"', + 'search_modifier_not_interest_date_on' => 'Datum obresti transakcije ni ":value"', + 'search_modifier_interest_date_on_year' => 'Datum obresti transakcije je v letu ":value"', + 'search_modifier_not_interest_date_on_year' => 'Datum obresti transakcije ni v letu ":value"', + 'search_modifier_interest_date_on_month' => 'Datum obresti transakcije je v mesecu ":value"', + 'search_modifier_not_interest_date_on_month' => 'Datum obresti transakcije ni v mesecu ":value"', + 'search_modifier_interest_date_on_day' => 'Datum obresti transakcije je na dan v mesecu ":value"', + 'search_modifier_not_interest_date_on_day' => 'Datum obresti transakcije ni na dan v mesecu ":value"', + 'search_modifier_interest_date_before_year' => 'Datum obresti transakcije je pred ali v letu ":value"', + 'search_modifier_interest_date_before_month' => 'Datum obresti transakcije je pred ali v mesecu ":value"', + 'search_modifier_interest_date_before_day' => 'Datum obresti transakcije je pred ali na dan v mesecu ":value"', + 'search_modifier_interest_date_after_year' => 'Datum obresti transakcije je po ali v letu ":value"', + 'search_modifier_interest_date_after_month' => 'Datum obresti transakcije je po ali v mesecu ":value"', + 'search_modifier_interest_date_after_day' => 'Datum obresti transakcije je po ali na dan v mesecu ":value"', + 'search_modifier_book_date_on_year' => 'Datum transakcijske knjige je v letu ":value"', + 'search_modifier_book_date_on_month' => 'Datum transakcijske knjige je v mesecu ":value"', + 'search_modifier_book_date_on_day' => 'Datum transakcijske knjige je na dan v mesecu ":value"', + 'search_modifier_not_book_date_on_year' => 'Datum transakcijske knjige ni v letu ":value"', + 'search_modifier_not_book_date_on_month' => 'Datum transakcijske knjige ni v mesecu ":value"', + 'search_modifier_not_book_date_on_day' => 'Datum transakcijske knjige ni na dan v mesecu ":value"', + 'search_modifier_book_date_before_year' => 'Datum transakcijske knjige je pred ali v letu ":value"', + 'search_modifier_book_date_before_month' => 'Datum transakcijske knjige je pred ali v mesecu ":value"', + 'search_modifier_book_date_before_day' => 'Datum transakcijske knjige je pred ali na dan v mesecu ":value"', + 'search_modifier_book_date_after_year' => 'Datum transakcijske knjige je za ali v letu ":value"', + 'search_modifier_book_date_after_month' => 'Datum transakcijske knjige je za ali v mesecu ":value"', + 'search_modifier_book_date_after_day' => 'Datum transakcijske knjige je za ali na dan v mesecu ":value"', + 'search_modifier_process_date_on_year' => 'Datum postopka transakcije je v letu ":value"', + 'search_modifier_process_date_on_month' => 'Datum postopka transakcije je v mesecu ":value"', + 'search_modifier_process_date_on_day' => 'Datum postopka transakcije je na dan v mesecu ":value"', + 'search_modifier_not_process_date_on_year' => 'Datum postopka transakcije ni v letu ":value"', + 'search_modifier_not_process_date_on_month' => 'Datum postopka transakcije ni v mesecu ":value"', + 'search_modifier_not_process_date_on_day' => 'Datum postopka transakcije ni na dan v mesecu ":value"', + 'search_modifier_process_date_before_year' => 'Datum postopka transakcije je pred ali v letu ":value"', + 'search_modifier_process_date_before_month' => 'Datum postopka transakcije je pred ali v mesecu ":value"', + 'search_modifier_process_date_before_day' => 'Datum postopka transakcije je pred ali na dan v mesecu ":value"', + 'search_modifier_process_date_after_year' => 'Datum postopka transakcije je za ali v letu ":value"', + 'search_modifier_process_date_after_month' => 'Datum postopka transakcije je po ali v mesecu ":value"', + 'search_modifier_process_date_after_day' => 'Datum postopka transakcije je po ali na dan v mesecu ":value"', + 'search_modifier_due_date_on_year' => 'Rok zapadlosti transakcije je v letu ":value"', + 'search_modifier_due_date_on_month' => 'Rok zapadlosti transakcije je v mesecu ":value"', + 'search_modifier_due_date_on_day' => 'Rok zapadlosti transakcije je na dan v mesecu ":value"', + 'search_modifier_not_due_date_on_year' => 'Rok zapadlosti transakcije ni v letu ":value"', + 'search_modifier_not_due_date_on_month' => 'Rok zapadlosti transakcije ni v mesecu ":value"', + 'search_modifier_not_due_date_on_day' => 'Datum zapadlosti transakcije ni na dan v mesecu ":value"', + 'search_modifier_due_date_before_year' => 'Rok zapadlosti transakcije je pred ali v letu ":value"', + 'search_modifier_due_date_before_month' => 'Rok zapadlosti transakcije je pred ali v mesecu ":value"', + 'search_modifier_due_date_before_day' => 'Datum zapadlosti transakcije je pred ali na dan v mesecu ":value"', + 'search_modifier_due_date_after_year' => 'Rok zapadlosti transakcije je po ali v letu ":value"', + 'search_modifier_due_date_after_month' => 'Rok zapadlosti transakcije je po ali v mesecu ":value"', + 'search_modifier_due_date_after_day' => 'Datum zapadlosti transakcije je po ali na dan v mesecu ":value"', + 'search_modifier_payment_date_on_year' => 'Datum plačila transakcije je v letu ":value"', + 'search_modifier_payment_date_on_month' => 'Datum plačila transakcije je v mesecu ":value"', + 'search_modifier_payment_date_on_day' => 'Datum plačila transakcije je dan v mesecu ":value"', + 'search_modifier_not_payment_date_on_year' => 'Datum plačila transakcije ni v letu ":value"', + 'search_modifier_not_payment_date_on_month' => 'Datum plačila transakcije ni v mesecu ":value"', + 'search_modifier_not_payment_date_on_day' => 'Datum plačila transakcije ni na dan v mesecu ":value"', + 'search_modifier_payment_date_before_year' => 'Datum plačila transakcije je pred ali v letu ":value"', + 'search_modifier_payment_date_before_month' => 'Datum plačila transakcije je pred ali v mesecu ":value"', + 'search_modifier_payment_date_before_day' => 'Datum plačila transakcije je pred ali na dan v mesecu ":value"', + 'search_modifier_payment_date_after_year' => 'Datum plačila transakcije je po ali v letu ":value"', + 'search_modifier_payment_date_after_month' => 'Datum plačila transakcije je po ali v mesecu ":value"', + 'search_modifier_payment_date_after_day' => 'Datum plačila transakcije je po ali na dan v mesecu ":value"', + 'search_modifier_invoice_date_on_year' => 'Datum transakcijskega računa je v letu ":value"', + 'search_modifier_invoice_date_on_month' => 'Datum transakcijskega računa je v mesecu ":value"', + 'search_modifier_invoice_date_on_day' => 'Datum transakcijskega računa je na dan v mesecu ":value"', + 'search_modifier_not_invoice_date_on_year' => 'Datum transakcijskega računa ni v letu ":value"', + 'search_modifier_not_invoice_date_on_month' => 'Datum transakcijskega računa ni v mesecu ":value"', + 'search_modifier_not_invoice_date_on_day' => 'Datum transakcijskega računa ni na dan v mesecu ":value"', + 'search_modifier_invoice_date_before_year' => 'Datum transakcijskega računa je pred ali v letu ":value"', + 'search_modifier_invoice_date_before_month' => 'Datum transakcijskega računa je pred ali v mesecu ":value"', + 'search_modifier_invoice_date_before_day' => 'Datum transakcijskega računa je pred ali na dan v mesecu ":value"', + 'search_modifier_invoice_date_after_year' => 'Datum transakcijskega računa je za ali v letu ":value"', + 'search_modifier_invoice_date_after_month' => 'Datum transakcijskega računa je po ali v mesecu ":value"', + 'search_modifier_invoice_date_after_day' => 'Datum transakcijskega računa je po ali na dan v mesecu ":value"', // other dates - 'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"', - 'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"', - 'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"', - 'search_modifier_not_updated_at_on_year' => 'Transaction was not last updated in year ":value"', - 'search_modifier_not_updated_at_on_month' => 'Transaction was not last updated in month ":value"', - 'search_modifier_not_updated_at_on_day' => 'Transaction was not last updated on day of month ":value"', - 'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"', - 'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"', - 'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"', - 'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"', - 'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"', - 'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"', - 'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"', - 'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"', - 'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"', - 'search_modifier_not_created_at_on_year' => 'Transaction was not created in year ":value"', - 'search_modifier_not_created_at_on_month' => 'Transaction was not created in month ":value"', - 'search_modifier_not_created_at_on_day' => 'Transaction was not 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_not_book_date_on' => 'Transaction book date is not 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_not_process_date_on' => 'Transaction process date is not 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_not_due_date_on' => 'Transaction due date is not 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_not_payment_date_on' => 'Transaction payment date is not 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_not_invoice_date_on' => 'Transaction invoice date is not 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_not_created_at_on' => 'Transaction was not 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_not_updated_at_on' => 'Transaction was not 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_updated_at_on_year' => 'Transakcija je bila nazadnje posodobljena v letu ":value"', + 'search_modifier_updated_at_on_month' => 'Transakcija je bila nazadnje posodobljena v mesecu ":value"', + 'search_modifier_updated_at_on_day' => 'Transakcija je bila nazadnje posodobljena na dan v mesecu ":value"', + 'search_modifier_not_updated_at_on_year' => 'Transakcija ni bila nazadnje posodobljena v letu ":value"', + 'search_modifier_not_updated_at_on_month' => 'Transakcija ni bila nazadnje posodobljena v mesecu ":value"', + 'search_modifier_not_updated_at_on_day' => 'Transakcija ni bila nazadnje posodobljena na dan v mesecu ":value"', + 'search_modifier_updated_at_before_year' => 'Transakcija je bila nazadnje posodobljena v ali pred letom ":value"', + 'search_modifier_updated_at_before_month' => 'Transakcija je bila nazadnje posodobljena v ali pred mesecem ":value"', + 'search_modifier_updated_at_before_day' => 'Transakcija je bila nazadnje posodobljena na ali pred dnevom v mesecu ":value"', + 'search_modifier_updated_at_after_year' => 'Transakcija je bila nazadnje posodobljena v ali po letu ":value"', + 'search_modifier_updated_at_after_month' => 'Transakcija je bila nazadnje posodobljena v ali po mesecu ":value"', + 'search_modifier_updated_at_after_day' => 'Transakcija je bila nazadnje posodobljena na ali po dnevu v mesecu ":value"', + 'search_modifier_created_at_on_year' => 'Transakcija je bila ustvarjena v letu ":value"', + 'search_modifier_created_at_on_month' => 'Transakcija je bila ustvarjena v mesecu ":value"', + 'search_modifier_created_at_on_day' => 'Transakcija je bila ustvarjena na dan v mesecu ":value"', + 'search_modifier_not_created_at_on_year' => 'Transakcija ni bila ustvarjena v letu ":value"', + 'search_modifier_not_created_at_on_month' => 'Transakcija ni bila ustvarjena v mesecu ":value"', + 'search_modifier_not_created_at_on_day' => 'Transakcija ni bila ustvarjena na dan v mesecu ":value"', + 'search_modifier_created_at_before_year' => 'Transakcija je bila ustvarjena v ali pred letom ":value"', + 'search_modifier_created_at_before_month' => 'Transakcija je bila ustvarjena v ali pred mesecem ":value"', + 'search_modifier_created_at_before_day' => 'Transakcija je bila ustvarjena na ali pred dnevom v mesecu ":value"', + 'search_modifier_created_at_after_year' => 'Transakcija je bila ustvarjena na ali po ":value"', + 'search_modifier_created_at_after_month' => 'Transakcija je bila ustvarjena v ali po mesecu ":value"', + 'search_modifier_created_at_after_day' => 'Transakcija je bila ustvarjena na ali po dnevu v mesecu ":value"', + 'search_modifier_interest_date_before' => 'Datum obresti transakcije je na ali pred ":value"', + 'search_modifier_interest_date_after' => 'Datum obresti transakcije je na ali po ":value"', + 'search_modifier_book_date_on' => 'Datum transakcijske knjige je ":value"', + 'search_modifier_not_book_date_on' => 'Datum transakcijske knjige ni ":value"', + 'search_modifier_book_date_before' => 'Datum transakcijske knjige je na ali pred ":value"', + 'search_modifier_book_date_after' => 'Datum transakcijske knjige je na ali po ":value"', + 'search_modifier_process_date_on' => 'Datum postopka transakcije je na ":value"', + 'search_modifier_not_process_date_on' => 'Datum postopka transakcije ni na ":value"', + 'search_modifier_process_date_before' => 'Datum postopka transakcije je na ali pred ":value"', + 'search_modifier_process_date_after' => 'Datum postopka transakcije je na ali po ":value"', + 'search_modifier_due_date_on' => 'Rok transakcije je na ":value"', + 'search_modifier_not_due_date_on' => 'Rok zapadlosti transakcije ni na ":value"', + 'search_modifier_due_date_before' => 'Datum zapadlosti transakcije je na ali pred ":value"', + 'search_modifier_due_date_after' => 'Datum zapadlosti transakcije je na ali po ":value"', + 'search_modifier_payment_date_on' => 'Datum plačila transakcije je na ":value"', + 'search_modifier_not_payment_date_on' => 'Datum plačila transakcije ni na ":value"', + 'search_modifier_payment_date_before' => 'Datum plačila transakcije je na ali pred ":value"', + 'search_modifier_payment_date_after' => 'Datum plačila transakcije je na ali po ":value"', + 'search_modifier_invoice_date_on' => 'Datum transakcijskega računa je na ":value"', + 'search_modifier_not_invoice_date_on' => 'Datum transakcijskega računa ni na ":value"', + 'search_modifier_invoice_date_before' => 'Datum transakcijskega računa je na ali pred ":value"', + 'search_modifier_invoice_date_after' => 'Datum transakcijskega računa je na ali po ":value"', + 'search_modifier_created_at_on' => 'Transakcija je bila ustvarjena na ":value"', + 'search_modifier_not_created_at_on' => 'Transakcija ni bila ustvarjena na ":value"', + 'search_modifier_created_at_before' => 'Transakcija je bila ustvarjena na ali pred ":value"', + 'search_modifier_created_at_after' => 'Transakcija je bila ustvarjena na ali po ":value"', + 'search_modifier_updated_at_on' => 'Transakcija je bila posodobljena na ":value"', + 'search_modifier_not_updated_at_on' => 'Transakcija ni bila posodobljena na ":value"', + 'search_modifier_updated_at_before' => 'Transakcija je bila posodobljena na ali pred ":value"', + 'search_modifier_updated_at_after' => 'Transakcija je bila posodobljena na ali po ":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 with ":value"', - 'search_modifier_not_attachment_name_is' => 'Any attachment\'s name is not ":value"', - 'search_modifier_not_attachment_name_contains' => 'Any attachment\'s name does not contain ":value"', - 'search_modifier_not_attachment_name_starts' => 'Any attachment\'s name does not start with ":value"', - 'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"', - 'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"', - 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', - 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', - 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', - 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', - 'update_rule_from_query' => 'Update rule ":rule" from search query', - 'create_rule_from_query' => 'Create new rule from search query', - 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', + 'search_modifier_attachment_name_is' => 'Ime katere koli priloge je ":value"', + 'search_modifier_attachment_name_contains' => 'Vsako ime priloge vsebuje ":value"', + 'search_modifier_attachment_name_starts' => 'Vsako ime priloge se začne z ":value"', + 'search_modifier_attachment_name_ends' => 'Vsako ime priloge se konča z ":value"', + 'search_modifier_attachment_notes_are' => 'Vse opombe k prilogi so ":value"', + 'search_modifier_attachment_notes_contains' => 'Vse opombe k prilogi vsebujejo ":value"', + 'search_modifier_attachment_notes_starts' => 'Vse opombe k prilogi se začnejo z ":value"', + 'search_modifier_attachment_notes_ends' => 'Opombe katere koli priloge se končajo z ":value"', + 'search_modifier_not_attachment_name_is' => 'Ime nobene priloge ni ":value"', + 'search_modifier_not_attachment_name_contains' => 'Ime nobene priloge ne vsebuje ":value"', + 'search_modifier_not_attachment_name_starts' => 'Ime nobene priloge se ne začne z ":value"', + 'search_modifier_not_attachment_name_ends' => 'Ime nobene priloge se ne konča z ":value"', + 'search_modifier_not_attachment_notes_are' => 'Opombe k prilogi niso »:value«', + 'search_modifier_not_attachment_notes_contains' => 'Opombe k prilogi ne vsebujejo ":value"', + 'search_modifier_not_attachment_notes_starts' => 'Vse opombe k prilogi se začnejo z ":value"', + 'search_modifier_not_attachment_notes_ends' => 'Opombe k prilogi se ne končajo z ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT je ":value"', + 'update_rule_from_query' => 'Posodobi pravilo ":rule" iz iskalne poizvedbe', + 'create_rule_from_query' => 'Ustvari novo pravilo iz iskalne poizvedbe', + 'rule_from_search_words' => 'Mehanizem pravil težko obravnava ":string". Predlagano pravilo, ki ustreza vaši iskalni poizvedbi, lahko daje drugačne rezultate. Pazljivo preverite sprožilce pravila.', /* * PLEASE DO NOT EDIT THIS FILE DIRECTLY. @@ -746,7 +746,7 @@ return [ // rules 'is_not_rule_trigger' => 'Ni', - 'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.', + 'cannot_fire_inactive_rules' => 'Neaktivnih pravil ne morete izvajati.', 'rules' => 'Pravila', 'rule_name' => 'Naziv pravila', 'rule_triggers' => 'Pravilo se sproži, ko', @@ -769,7 +769,7 @@ return [ 'no_rules_in_group' => 'V tej skupini ni pravil', 'move_rule_group_up' => 'Premakni skupino pravil gor', 'move_rule_group_down' => 'Premakni skupino pravil dol', - 'save_rules_by_moving' => 'Save this rule by moving it to another rule group:|Save these rules by moving them to another rule group:', + 'save_rules_by_moving' => 'Shranite to pravilo tako, da ga premaknete v drugo skupino pravil:|Shranite ta pravila tako, da jih premaknete v drugo skupino pravil:', 'make_new_rule' => 'Ustvari novo pravilo v skupini ":title"', 'make_new_rule_no_group' => 'Ustvari novo pravilo', 'instructions_rule_from_bill' => 'Da povežemo transakcije z novim trajnikom ":name" bo Firefly III ustvaril pravilo, ki bo samodejno preverjalo vnesene transakcije. Preveri podrobnosti pravila spodaj in pravilo shrani.', @@ -797,13 +797,13 @@ return [ 'delete_rule' => 'Izbriši pravilo ":title"', 'update_rule' => 'Uredi pravilo', 'test_rule_triggers' => 'Poglej ujemajoče transakcije', - 'warning_no_matching_transactions' => 'No matching transactions found.', + 'warning_no_matching_transactions' => 'Ni ustreznih transakcij.', 'warning_no_valid_triggers' => 'Sprožilci niso veljavni.', 'apply_rule_selection' => 'Uporabite pravilo ":title" za izbor transakcij', 'apply_rule_selection_intro' => 'Pravila, kot je ":title", se običajno uporabljajo samo za nove ali posodobljene transakcije, vendar lahko označiš da jih Firefly III zažene ob izbiri obstoječih transakcij. To je lahko uporabno, če ste posodobili pravilo in morate spremembe uporabiti za vse druge transakcije.', 'include_transactions_from_accounts' => 'Vključi transakcije iz teh računov', - 'include' => 'Include?', - 'applied_rule_selection' => '{0} No transactions in your selection were changed by rule ":title".|[1] One transaction in your selection was changed by rule ":title".|[2,*] :count transactions in your selection were changed by rule ":title".', + 'include' => 'Vključi?', + 'applied_rule_selection' => '{0} Pravilo »:title« ni spremenilo nobene transakcije v vašem izboru.|[1] Eno transakcijo v vašem izboru je spremenilo pravilo »:title«.|[2,*] :count transakcij v vašem izboru je spremenilo pravilo ":naslov".', 'execute' => 'Izvedi', 'apply_rule_group_selection' => 'Uporabite skupino pravil ":title" za izbor transakcij', 'apply_rule_group_selection_intro' => 'Skupine pravil, kot je ":title", se običajno uporabljajo samo za nove ali posodobljene transakcije, vendar lahko označiš da jih Firefly III zažene ob izbiri obstoječih transakcij. To je lahko uporabno, če ste posodobili pravilo in morate spremembe uporabiti za vse druge transakcije.', @@ -816,60 +816,60 @@ return [ // OLD values (remove non-doubles later): - 'rule_trigger_source_account_starts_choice' => 'Source account name starts with..', - 'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"', - 'rule_trigger_source_account_ends_choice' => 'Source account name ends with..', - 'rule_trigger_source_account_ends' => 'Source account name ends with ":trigger_value"', - 'rule_trigger_source_account_is_choice' => 'Source account name is..', - 'rule_trigger_source_account_is' => 'Source account name is ":trigger_value"', - 'rule_trigger_source_account_contains_choice' => 'Source account name contains..', - 'rule_trigger_source_account_contains' => 'Source account name contains ":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_source_account_id_choice' => 'Source account ID is exactly..', - 'rule_trigger_source_account_id' => 'Source account ID is exactly :trigger_value', - 'rule_trigger_destination_account_id_choice' => 'Destination account ID is exactly..', - 'rule_trigger_destination_account_id' => 'Destination account ID is exactly :trigger_value', - 'rule_trigger_account_is_cash_choice' => 'Either account is cash', - 'rule_trigger_account_is_cash' => 'Either account is cash', - 'rule_trigger_source_is_cash_choice' => 'Source account is (cash) account', - 'rule_trigger_source_is_cash' => 'Source account is (cash) account', - 'rule_trigger_destination_is_cash_choice' => 'Destination account is (cash) account', - 'rule_trigger_destination_is_cash' => 'Destination account is (cash) account', - 'rule_trigger_source_account_nr_starts_choice' => 'Source account number / IBAN starts with..', - 'rule_trigger_source_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"', - 'rule_trigger_source_account_nr_ends_choice' => 'Source account number / IBAN ends with..', - 'rule_trigger_source_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"', - 'rule_trigger_source_account_nr_is_choice' => 'Source account number / IBAN is..', - 'rule_trigger_source_account_nr_is' => 'Source account number / IBAN is ":trigger_value"', - 'rule_trigger_source_account_nr_contains_choice' => 'Source account number / IBAN contains..', - 'rule_trigger_source_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"', - 'rule_trigger_destination_account_starts_choice' => 'Destination account name starts with..', - 'rule_trigger_destination_account_starts' => 'Destination account name starts with ":trigger_value"', - 'rule_trigger_destination_account_ends_choice' => 'Destination account name ends with..', - 'rule_trigger_destination_account_ends' => 'Destination account name ends with ":trigger_value"', - 'rule_trigger_destination_account_is_choice' => 'Destination account name is..', - 'rule_trigger_destination_account_is' => 'Destination account name is ":trigger_value"', - 'rule_trigger_destination_account_contains_choice' => 'Destination account name contains..', - 'rule_trigger_destination_account_contains' => 'Destination account name contains ":trigger_value"', - 'rule_trigger_destination_account_nr_starts_choice' => 'Destination account number / IBAN starts with..', - 'rule_trigger_destination_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"', - 'rule_trigger_destination_account_nr_ends_choice' => 'Destination account number / IBAN ends with..', - 'rule_trigger_destination_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"', - 'rule_trigger_destination_account_nr_is_choice' => 'Destination account number / IBAN is..', - 'rule_trigger_destination_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"', - 'rule_trigger_destination_account_nr_contains_choice' => 'Destination account number / IBAN contains..', - 'rule_trigger_destination_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"', + 'rule_trigger_source_account_starts_choice' => 'Ime izvornega računa se začne z ...', + 'rule_trigger_source_account_starts' => 'Ime izvornega računa se začne z ":trigger_value"', + 'rule_trigger_source_account_ends_choice' => 'Ime izvornega računa se konča s/z ...', + 'rule_trigger_source_account_ends' => 'Ime izvornega računa se konča s/z ":trigger_value"', + 'rule_trigger_source_account_is_choice' => 'Ime izvornega računa je ...', + 'rule_trigger_source_account_is' => 'Ime izvornega računa je ":trigger_value"', + 'rule_trigger_source_account_contains_choice' => 'Ime izvornega računa vsebuje ...', + 'rule_trigger_source_account_contains' => 'Ime izvornega računa vsebuje ":trigger_value"', + 'rule_trigger_account_id_choice' => 'ID računa je natančno ...', + 'rule_trigger_account_id' => 'ID katerega koli računa je točno :trigger_value', + 'rule_trigger_source_account_id_choice' => 'ID izvornega računa je točno ...', + 'rule_trigger_source_account_id' => 'ID izvornega računa je točno :trigger_value', + 'rule_trigger_destination_account_id_choice' => 'ID ciljnega računa je točno ...', + 'rule_trigger_destination_account_id' => 'ID ciljnega računa je točno :trigger_value', + 'rule_trigger_account_is_cash_choice' => 'Kateri koli račun je gotovina', + 'rule_trigger_account_is_cash' => 'Kateri koli račun je gotovina', + 'rule_trigger_source_is_cash_choice' => 'Izvorni račun je gotovinski račun', + 'rule_trigger_source_is_cash' => 'Izvorni račun je gotovinski račun', + 'rule_trigger_destination_is_cash_choice' => 'Ciljni račun je (gotovinski) račun', + 'rule_trigger_destination_is_cash' => 'Ciljni račun je (gotovinski) račun', + 'rule_trigger_source_account_nr_starts_choice' => 'Izvorna številka računa / IBAN se začne z ...', + 'rule_trigger_source_account_nr_starts' => 'Izvorna številka računa / IBAN se začne z ":trigger_value"', + 'rule_trigger_source_account_nr_ends_choice' => 'Izvorna številka računa / IBAN se konča z ...', + 'rule_trigger_source_account_nr_ends' => 'Izvorna številka računa / IBAN se konča z ":trigger_value"', + 'rule_trigger_source_account_nr_is_choice' => 'Izvorna številka računa / IBAN je ...', + 'rule_trigger_source_account_nr_is' => 'Izvorna številka računa/IBAN je ":trigger_value"', + 'rule_trigger_source_account_nr_contains_choice' => 'Izvorna številka računa / IBAN vsebuje ...', + 'rule_trigger_source_account_nr_contains' => 'Izvorna številka računa/IBAN vsebuje ":trigger_value"', + 'rule_trigger_destination_account_starts_choice' => 'Ime ciljnega računa se začne z ...', + 'rule_trigger_destination_account_starts' => 'Ime ciljnega računa se začne z ":trigger_value"', + 'rule_trigger_destination_account_ends_choice' => 'Ime ciljnega računa se konča z ...', + 'rule_trigger_destination_account_ends' => 'Ime ciljnega računa se konča s/z ":trigger_value"', + 'rule_trigger_destination_account_is_choice' => 'Ime ciljnega računa je ...', + 'rule_trigger_destination_account_is' => 'Ime ciljnega računa je ":trigger_value"', + 'rule_trigger_destination_account_contains_choice' => 'Ime ciljnega računa vsebuje ...', + 'rule_trigger_destination_account_contains' => 'Ime ciljnega računa vsebuje ":trigger_value"', + 'rule_trigger_destination_account_nr_starts_choice' => 'Številka ciljnega računa / IBAN se začne s/z ...', + 'rule_trigger_destination_account_nr_starts' => 'Številka ciljnega računa / IBAN se začne s/z ":trigger_value"', + 'rule_trigger_destination_account_nr_ends_choice' => 'Številka ciljnega računa / IBAN se konča s/z ...', + 'rule_trigger_destination_account_nr_ends' => 'Številka ciljnega računa / IBAN se konča s/z ":trigger_value"', + 'rule_trigger_destination_account_nr_is_choice' => 'Številka ciljnega računa / IBAN je ...', + 'rule_trigger_destination_account_nr_is' => 'Številka ciljnega računa/IBAN je ":trigger_value"', + 'rule_trigger_destination_account_nr_contains_choice' => 'Številka ciljnega računa / IBAN vsebuje ...', + 'rule_trigger_destination_account_nr_contains' => 'Številka ciljnega računa / IBAN vsebuje ":trigger_value"', 'rule_trigger_transaction_type_choice' => 'Tip transakcije je..', 'rule_trigger_transaction_type' => 'Tip transakcije je ":trigger_value"', 'rule_trigger_category_is_choice' => 'Kategorija je..', 'rule_trigger_category_is' => 'Kategorija je ":trigger_value"', - 'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..', - 'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value', + 'rule_trigger_amount_less_choice' => 'Znesek je manjši ali enak ...', + 'rule_trigger_amount_less' => 'Znesek je manjši ali enak :trigger_value', 'rule_trigger_amount_is_choice' => 'Znesek je..', - 'rule_trigger_amount_is' => 'Amount is :trigger_value', - 'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..', - 'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value', + 'rule_trigger_amount_is' => 'Znesek je :trigger_value', + 'rule_trigger_amount_more_choice' => 'Znesek je večji ali enak ...', + 'rule_trigger_amount_more' => 'Znesek je večji ali enak :trigger_value', 'rule_trigger_description_starts_choice' => 'Opis se začne s/z..', 'rule_trigger_description_starts' => 'Opis se začne s/z ":trigger_value"', 'rule_trigger_description_ends_choice' => 'Opis se konča z..', @@ -878,26 +878,26 @@ return [ 'rule_trigger_description_contains' => 'Opis vsebuje ":trigger_value"', 'rule_trigger_description_is_choice' => 'Opis je..', 'rule_trigger_description_is' => 'Opis je ":trigger_value"', - 'rule_trigger_date_on_choice' => 'Transaction date is..', - 'rule_trigger_date_on' => 'Transaction date is ":trigger_value"', - 'rule_trigger_date_before_choice' => 'Transaction date is before..', - 'rule_trigger_date_before' => 'Transaction date is before ":trigger_value"', - 'rule_trigger_date_after_choice' => 'Transaction date is after..', - 'rule_trigger_date_after' => 'Transaction date is after ":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_date_on_choice' => 'Datum transakcije je ...', + 'rule_trigger_date_on' => 'Datum transakcije je ":trigger_value"', + 'rule_trigger_date_before_choice' => 'Datum transakcije je pred ...', + 'rule_trigger_date_before' => 'Datum transakcije je pred ":trigger_value"', + 'rule_trigger_date_after_choice' => 'Datum transakcije je po ...', + 'rule_trigger_date_after' => 'Datum transakcije je za ":trigger_value"', + 'rule_trigger_created_at_on_choice' => 'Transakcija je bila izvedena dne ...', + 'rule_trigger_created_at_on' => 'Transakcija je bila izvedena na ":trigger_value"', + 'rule_trigger_updated_at_on_choice' => 'Transakcija je bila nazadnje urejena ...', + 'rule_trigger_updated_at_on' => 'Transakcija je bila nazadnje urejena dne ":trigger_value"', 'rule_trigger_budget_is_choice' => 'Proračun je..', 'rule_trigger_budget_is' => 'Proračun je ":trigger_value"', - 'rule_trigger_tag_is_choice' => 'Any tag is..', - 'rule_trigger_tag_is' => 'Any tag is ":trigger_value"', + 'rule_trigger_tag_is_choice' => 'Vsaka oznaka je ...', + 'rule_trigger_tag_is' => 'Katera koli oznaka je ":trigger_value"', 'rule_trigger_currency_is_choice' => 'Valuta transakcije je..', 'rule_trigger_currency_is' => 'Valuta transakcije je ":trigger_value"', - 'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..', - 'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"', + 'rule_trigger_foreign_currency_is_choice' => 'Tuja valuta transakcije je ...', + 'rule_trigger_foreign_currency_is' => 'Tuja valuta transakcije je ":trigger_value"', 'rule_trigger_has_attachments_choice' => 'Ima vsaj toliko priponk', - 'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)', + 'rule_trigger_has_attachments' => 'Ima vsaj :trigger_value prilogo(e)', 'rule_trigger_has_no_category_choice' => 'Nima kategorije', 'rule_trigger_has_no_category' => 'Transakcija nima kategorije', 'rule_trigger_has_any_category_choice' => 'Ima kategorijo', @@ -907,9 +907,9 @@ return [ 'rule_trigger_has_any_budget_choice' => 'Ima (katerikoli) proračun', 'rule_trigger_has_any_budget' => 'Transakcija ima (katerikoli) proračun', 'rule_trigger_has_no_bill_choice' => 'Nima računa', - 'rule_trigger_has_no_bill' => 'Transaction has no bill', - 'rule_trigger_has_any_bill_choice' => 'Has a (any) bill', - 'rule_trigger_has_any_bill' => 'Transaction has a (any) bill', + 'rule_trigger_has_no_bill' => 'Transakcija nima trajnikov', + 'rule_trigger_has_any_bill_choice' => 'Ima (kateri koli) trajnik', + 'rule_trigger_has_any_bill' => 'Transakcija ima (katerikoli) trajnik', 'rule_trigger_has_no_tag_choice' => 'Nima oznak', 'rule_trigger_has_no_tag' => 'Transakcija nima oznak(e)', 'rule_trigger_has_any_tag_choice' => 'Ima eno ali več oznak', @@ -919,151 +919,151 @@ return [ 'rule_trigger_no_notes_choice' => 'Nima zaznamkov', 'rule_trigger_no_notes' => 'Transakcija nima zaznamkov', 'rule_trigger_notes_is_choice' => 'Opombe so..', - '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' => 'Opombe so ":trigger_value"', + 'rule_trigger_notes_contains_choice' => 'Opombe vsebujejo ...', + 'rule_trigger_notes_contains' => 'Opombe vsebujejo ":trigger_value', + 'rule_trigger_notes_starts_choice' => 'Opombe se začnejo s/z ...', + 'rule_trigger_notes_starts' => 'Opombe se začnejo s/z ":trigger_value"', + 'rule_trigger_notes_ends_choice' => 'Opombe se končajo s/z ...', + 'rule_trigger_notes_ends' => 'Opombe se končajo s/z ":trigger_value"', 'rule_trigger_bill_is_choice' => 'Račun je..', - 'rule_trigger_bill_is' => 'Bill is ":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_journal_id_choice' => 'Transaction journal ID is..', - 'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"', - 'rule_trigger_any_external_url' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL', - 'rule_trigger_any_external_id' => 'Transaction has an (any) external ID', - 'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID', - 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', - 'rule_trigger_no_external_url' => 'Transaction has no external URL', - 'rule_trigger_no_external_id_choice' => 'Transaction has no external ID', - 'rule_trigger_no_external_id' => 'Transaction has no external ID', - 'rule_trigger_id_choice' => 'Transaction ID is..', - 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', - 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', - 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', + 'rule_trigger_bill_is' => 'Trajnik je ":trigger_value"', + 'rule_trigger_external_id_is_choice' => 'Zunanji ID je ...', + 'rule_trigger_external_id_is' => 'Zunanji ID je ":trigger_value"', + 'rule_trigger_internal_reference_is_choice' => 'Notranja referenca je ..', + 'rule_trigger_internal_reference_is' => 'Notranja referenca je ":trigger_value"', + 'rule_trigger_journal_id_choice' => 'ID dnevnika transakcij je ...', + 'rule_trigger_journal_id' => 'ID dnevnika transakcij je ":trigger_value"', + 'rule_trigger_any_external_url' => 'Transakcija ima (kateri koli) zunanji URL', + 'rule_trigger_any_external_url_choice' => 'Transakcija ima (kateri koli) zunanji URL', + 'rule_trigger_any_external_id' => 'Transakcija ima (poljubni) zunanji ID', + 'rule_trigger_any_external_id_choice' => 'Transakcija ima (poljubni) zunanji ID', + 'rule_trigger_no_external_url_choice' => 'Transakcija nima zunanjega URL-ja', + 'rule_trigger_no_external_url' => 'Transakcija nima zunanjega URL-ja', + 'rule_trigger_no_external_id_choice' => 'Transakcija nima zunanjega ID-ja', + 'rule_trigger_no_external_id' => 'Transakcija nima zunanjega ID-ja', + 'rule_trigger_id_choice' => 'ID transakcije je ...', + 'rule_trigger_id' => 'ID transakcije je ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT je ...', + 'rule_trigger_sepa_ct_is' => 'SEPA CT je ":trigger_value"', // new values: - 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', + 'rule_trigger_user_action_choice' => 'Dejanje uporabnika je ":trigger_value"', 'rule_trigger_tag_is_not_choice' => 'Nobena oznaka ni..', - 'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"', - '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_tag_is_not' => 'Nobena oznaka ni ":trigger_value"', + 'rule_trigger_account_is_choice' => 'Vsak račun je točno ...', + 'rule_trigger_account_is' => 'Kateri koli račun je točno ":trigger_value"', + 'rule_trigger_account_contains_choice' => 'Vsak račun vsebuje ...', + 'rule_trigger_account_contains' => 'Kateri koli račun vsebuje ":trigger_value"', + 'rule_trigger_account_ends_choice' => 'Kateri koli račun se konča z ...', + 'rule_trigger_account_ends' => 'Oba računa se končata s/z ":trigger_value"', + 'rule_trigger_account_starts_choice' => 'Vsak račun se začne s/z ...', + 'rule_trigger_account_starts' => 'Oba računa se začneta s/z ":trigger_value"', + 'rule_trigger_account_nr_is_choice' => 'Številka računa / IBAN je ...', + 'rule_trigger_account_nr_is' => 'Številka računa/IBAN je ":trigger_value"', + 'rule_trigger_account_nr_contains_choice' => 'Številka računa / IBAN vsebuje ...', + 'rule_trigger_account_nr_contains' => 'Številka računa/IBAN vsebuje ":trigger_value"', + 'rule_trigger_account_nr_ends_choice' => 'Katera koli številka računa / IBAN se konča s/z ...', + 'rule_trigger_account_nr_ends' => 'Številka računa/IBAN se konča s/z ":trigger_value"', + 'rule_trigger_account_nr_starts_choice' => 'Številka računa/IBAN se začne s/z..', + 'rule_trigger_account_nr_starts' => 'Številka računa/IBAN se začne z ":trigger_value"', + 'rule_trigger_category_contains_choice' => 'Kategorija vsebuje ...', + 'rule_trigger_category_contains' => 'Kategorija vsebuje ":trigger_value"', + 'rule_trigger_category_ends_choice' => 'Kategorija se konča s/z ...', + 'rule_trigger_category_ends' => 'Kategorija se konča z ":trigger_value"', + 'rule_trigger_category_starts_choice' => 'Kategorija se začne s/z ...', + 'rule_trigger_category_starts' => 'Kategorija se začne s/z ":trigger_value"', + 'rule_trigger_budget_contains_choice' => 'Proračun vsebuje ...', + 'rule_trigger_budget_contains' => 'Proračun vsebuje ":trigger_value"', + 'rule_trigger_budget_ends_choice' => 'Proračun se konča s/z ...', + 'rule_trigger_budget_ends' => 'Proračun se konča s/z ":trigger_value"', + 'rule_trigger_budget_starts_choice' => 'Proračun se začne s/z ...', + 'rule_trigger_budget_starts' => 'Proračun se začne s/z ":trigger_value"', + 'rule_trigger_bill_contains_choice' => 'Trajnik vsebuje ...', + 'rule_trigger_bill_contains' => 'Trajnik vsebuje ":trigger_value"', + 'rule_trigger_bill_ends_choice' => 'Trajnik se konča s/z ...', + 'rule_trigger_bill_ends' => 'Trajnik se konča z ":trigger_value"', + 'rule_trigger_bill_starts_choice' => 'Trajnik se začne s/z ...', + 'rule_trigger_bill_starts' => 'Trajnik se začne s/z ":trigger_value"', + 'rule_trigger_external_id_contains_choice' => 'Zunanji ID vsebuje ...', + 'rule_trigger_external_id_contains' => 'Zunanji ID vsebuje ":trigger_value"', + 'rule_trigger_external_id_ends_choice' => 'Zunanji ID se konča s/z ...', + 'rule_trigger_external_id_ends' => 'Zunanji ID se konča s/z ":trigger_value"', + 'rule_trigger_external_id_starts_choice' => 'Zunanji ID se začne s/z ..', + 'rule_trigger_external_id_starts' => 'Zunanji ID se začne s/z ":trigger_value"', + 'rule_trigger_internal_reference_contains_choice' => 'Notranja referenca vsebuje ...', + 'rule_trigger_internal_reference_contains' => 'Notranja referenca vsebuje ":trigger_value"', + 'rule_trigger_internal_reference_ends_choice' => 'Notranja referenca se konča s/z ...', + 'rule_trigger_internal_reference_ends' => 'Notranja referenca se konča s/z ":trigger_value"', + 'rule_trigger_internal_reference_starts_choice' => 'Notranja referenca se začne s/z ...', + 'rule_trigger_internal_reference_starts' => 'Notranja referenca se začne s/z ":trigger_value"', + 'rule_trigger_external_url_is_choice' => 'Zunanji URL je ...', + 'rule_trigger_external_url_is' => 'Zunanji URL je ":trigger_value"', + 'rule_trigger_external_url_contains_choice' => 'Zunanji URL vsebuje ...', + 'rule_trigger_external_url_contains' => 'Zunanji URL vsebuje ":trigger_value"', + 'rule_trigger_external_url_ends_choice' => 'Zunanji URL se konča s/z ...', + 'rule_trigger_external_url_ends' => 'Zunanji URL se konča s/z ":trigger_value"', + 'rule_trigger_external_url_starts_choice' => 'Zunanji URL se začne s/z ..', + 'rule_trigger_external_url_starts' => 'Zunanji URL se začne s/z ":trigger_value"', + 'rule_trigger_has_no_attachments_choice' => 'Nima prilog', + 'rule_trigger_has_no_attachments' => 'Transakcija nima prilog', + 'rule_trigger_recurrence_id_choice' => 'ID ponavljajoče se transakcije je ...', + 'rule_trigger_recurrence_id' => 'ID ponavljajoče se transakcije je ":trigger_value"', + 'rule_trigger_interest_date_on_choice' => 'Datum obresti je ...', + 'rule_trigger_interest_date_on' => 'Datum obresti je na ":trigger_value"', + 'rule_trigger_interest_date_before_choice' => 'Datum obresti je pred ...', + 'rule_trigger_interest_date_before' => 'Datum obresti je pred ":trigger_value"', + 'rule_trigger_interest_date_after_choice' => 'Datum obresti je po ...', + 'rule_trigger_interest_date_after' => 'Datum obresti je za ":trigger_value"', + 'rule_trigger_book_date_on_choice' => 'Datum knjige je ...', + 'rule_trigger_book_date_on' => 'Datum knjige je na ":trigger_value"', + 'rule_trigger_book_date_before_choice' => 'Datum knjige je pred ...', + 'rule_trigger_book_date_before' => 'Datum knjige je pred ":trigger_value"', + 'rule_trigger_book_date_after_choice' => 'Datum knjige je po ...', + 'rule_trigger_book_date_after' => 'Datum knjige je za ":trigger_value"', + 'rule_trigger_process_date_on_choice' => 'Datum postopka je ..', + 'rule_trigger_process_date_on' => 'Datum postopka je ":trigger_value"', + 'rule_trigger_process_date_before_choice' => 'Datum postopka je pred ...', + 'rule_trigger_process_date_before' => 'Datum postopka je pred ":trigger_value"', + 'rule_trigger_process_date_after_choice' => 'Datum postopka je po ...', + 'rule_trigger_process_date_after' => 'Datum postopka je za ":trigger_value"', + 'rule_trigger_due_date_on_choice' => 'Rok je na ...', + 'rule_trigger_due_date_on' => 'Rok je na ":trigger_value"', + 'rule_trigger_due_date_before_choice' => 'Rok je pred ...', + 'rule_trigger_due_date_before' => 'Rok je pred ":trigger_value"', + 'rule_trigger_due_date_after_choice' => 'Rok je po ...', + 'rule_trigger_due_date_after' => 'Rok je za ":trigger_value"', + 'rule_trigger_payment_date_on_choice' => 'Datum plačila je ...', + 'rule_trigger_payment_date_on' => 'Datum plačila je ":trigger_value"', + 'rule_trigger_payment_date_before_choice' => 'Datum plačila je pred ...', + 'rule_trigger_payment_date_before' => 'Datum plačila je pred ":trigger_value"', + 'rule_trigger_payment_date_after_choice' => 'Datum plačila je po ...', + 'rule_trigger_payment_date_after' => 'Datum plačila je po ":trigger_value"', + 'rule_trigger_invoice_date_on_choice' => 'Datum računa je ...', + 'rule_trigger_invoice_date_on' => 'Datum računa je na ":trigger_value"', + 'rule_trigger_invoice_date_before_choice' => 'Datum računa je pred ...', + 'rule_trigger_invoice_date_before' => 'Datum računa je pred ":trigger_value"', + 'rule_trigger_invoice_date_after_choice' => 'Datum računa je po ...', + 'rule_trigger_invoice_date_after' => 'Datum računa je za ":trigger_value"', + 'rule_trigger_created_at_before_choice' => 'Transakcija je bila ustvarjena pred ...', + 'rule_trigger_created_at_before' => 'Transakcija je bila ustvarjena pred ":trigger_value"', + 'rule_trigger_created_at_after_choice' => 'Transakcija je bila ustvarjena po ...', + 'rule_trigger_created_at_after' => 'Transakcija je bila ustvarjena po ":trigger_value"', + 'rule_trigger_updated_at_before_choice' => 'Transakcija je bila nazadnje posodobljena pred ...', + 'rule_trigger_updated_at_before' => 'Transakcija je bila nazadnje posodobljena pred ":trigger_value"', + 'rule_trigger_updated_at_after_choice' => 'Transakcija je bila nazadnje posodobljena po ...', + 'rule_trigger_updated_at_after' => 'Transakcija je bila nazadnje posodobljena po ":trigger_value"', + 'rule_trigger_foreign_amount_is_choice' => 'Tuji znesek je točno ...', + 'rule_trigger_foreign_amount_is' => 'Tuji znesek je točno ":trigger_value"', + 'rule_trigger_foreign_amount_less_choice' => 'Tuji znesek je manjši od ...', + 'rule_trigger_foreign_amount_less' => 'Tuji znesek je manjši od ":trigger_value"', + 'rule_trigger_foreign_amount_more_choice' => 'Tuji znesek je več kot ...', + 'rule_trigger_foreign_amount_more' => 'Tuji znesek je večji od ":trigger_value"', + 'rule_trigger_attachment_name_is_choice' => 'Ime katere koli priloge je ...', + 'rule_trigger_attachment_name_is' => 'Ime katere koli priloge je ":trigger_value"', + 'rule_trigger_attachment_name_contains_choice' => 'Vsako ime priloge vsebuje ...', + 'rule_trigger_attachment_name_contains' => 'Vsako ime priloge vsebuje ":trigger_value"', + 'rule_trigger_attachment_name_starts_choice' => 'Vsako ime priloge se začne z ...', '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"', @@ -1085,16 +1085,16 @@ return [ 'rule_trigger_not_source_account_id' => 'Source account ID is not ":trigger_value"', 'rule_trigger_not_destination_account_id' => 'Destination account ID is not ":trigger_value"', 'rule_trigger_not_transaction_type' => 'Transaction type is not ":trigger_value"', - 'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"', - 'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"', - 'rule_trigger_not_description_is' => 'Description is not ":trigger_value"', - 'rule_trigger_not_description_contains' => 'Description does not contain', - 'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"', - 'rule_trigger_not_description_starts' => 'Description does not start with ":trigger_value"', - 'rule_trigger_not_notes_is' => 'Notes are not ":trigger_value"', - 'rule_trigger_not_notes_contains' => 'Notes do not contain ":trigger_value"', - 'rule_trigger_not_notes_ends' => 'Notes do not end on ":trigger_value"', - 'rule_trigger_not_notes_starts' => 'Notes do not start with ":trigger_value"', + 'rule_trigger_not_tag_is' => 'Oznaka ni ":trigger_value"', + 'rule_trigger_not_tag_is_not' => 'Oznaka je ":trigger_value"', + 'rule_trigger_not_description_is' => 'Opis ni ":trigger_value"', + 'rule_trigger_not_description_contains' => 'Opis ne vsebuje ', + 'rule_trigger_not_description_ends' => 'Opis se začne s/z ":trigger_value"', + 'rule_trigger_not_description_starts' => 'Opis se ne začne s/z ":value"', + 'rule_trigger_not_notes_is' => 'Opombe niso ":trigger_value"', + 'rule_trigger_not_notes_contains' => 'Opombe ne vsebujejo ":trigger_value', + 'rule_trigger_not_notes_ends' => 'Opombe se ne končajo na ":trigger_value"', + 'rule_trigger_not_notes_starts' => 'Opombe se ne začnejo s/z ":trigger_value"', 'rule_trigger_not_source_account_is' => 'Source account is not ":trigger_value"', 'rule_trigger_not_source_account_contains' => 'Source account does not contain ":trigger_value"', 'rule_trigger_not_source_account_ends' => 'Source account does not end on ":trigger_value"', @@ -1116,50 +1116,50 @@ return [ 'rule_trigger_not_account_ends' => 'Neither account ends on ":trigger_value"', 'rule_trigger_not_account_starts' => 'Neither account starts with ":trigger_value"', 'rule_trigger_not_account_nr_is' => 'Neither account number / IBAN is ":trigger_value"', - 'rule_trigger_not_account_nr_contains' => 'Neither account number / IBAN contains ":trigger_value"', - 'rule_trigger_not_account_nr_ends' => 'Neither account number / IBAN ends on ":trigger_value"', - 'rule_trigger_not_account_nr_starts' => 'Neither account number / IBAN starts with ":trigger_value"', - 'rule_trigger_not_category_is' => 'Category is not ":trigger_value"', - 'rule_trigger_not_category_contains' => 'Category does not contain ":trigger_value"', - 'rule_trigger_not_category_ends' => 'Category does not end on ":trigger_value"', - 'rule_trigger_not_category_starts' => 'Category does not start with ":trigger_value"', - 'rule_trigger_not_budget_is' => 'Budget is not ":trigger_value"', - 'rule_trigger_not_budget_contains' => 'Budget does not contain ":trigger_value"', - 'rule_trigger_not_budget_ends' => 'Budget does not end on ":trigger_value"', - 'rule_trigger_not_budget_starts' => 'Budget does not start with ":trigger_value"', - 'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"', - 'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"', - 'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"', - 'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"', - 'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"', - 'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"', - 'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"', - 'rule_trigger_not_external_id_starts' => 'External ID does not start with ":trigger_value"', - 'rule_trigger_not_internal_reference_is' => 'Internal reference is not ":trigger_value"', - 'rule_trigger_not_internal_reference_contains' => 'Internal reference does not contain ":trigger_value"', - 'rule_trigger_not_internal_reference_ends' => 'Internal reference does not end on ":trigger_value"', - 'rule_trigger_not_internal_reference_starts' => 'Internal reference does not start with ":trigger_value"', - 'rule_trigger_not_external_url_is' => 'External URL is not ":trigger_value"', - 'rule_trigger_not_external_url_contains' => 'External URL does not contain ":trigger_value"', - 'rule_trigger_not_external_url_ends' => 'External URL does not end on ":trigger_value"', - 'rule_trigger_not_external_url_starts' => 'External URL does not start with ":trigger_value"', - 'rule_trigger_not_currency_is' => 'Currency is not ":trigger_value"', - 'rule_trigger_not_foreign_currency_is' => 'Foreign currency is not ":trigger_value"', - 'rule_trigger_not_id' => 'Transaction ID is not ":trigger_value"', - 'rule_trigger_not_journal_id' => 'Transaction journal ID is not ":trigger_value"', - 'rule_trigger_not_recurrence_id' => 'Recurrence ID is not ":trigger_value"', - 'rule_trigger_not_date_on' => 'Date is not on ":trigger_value"', - 'rule_trigger_not_date_before' => 'Date is not before ":trigger_value"', - 'rule_trigger_not_date_after' => 'Date is not after ":trigger_value"', - 'rule_trigger_not_interest_date_on' => 'Interest date is not on ":trigger_value"', - 'rule_trigger_not_interest_date_before' => 'Interest date is not before ":trigger_value"', - 'rule_trigger_not_interest_date_after' => 'Interest date is not after ":trigger_value"', - 'rule_trigger_not_book_date_on' => 'Book date is not on ":trigger_value"', - 'rule_trigger_not_book_date_before' => 'Book date is not before ":trigger_value"', - 'rule_trigger_not_book_date_after' => 'Book date is not after ":trigger_value"', - 'rule_trigger_not_process_date_on' => 'Process date is not on ":trigger_value"', - 'rule_trigger_not_process_date_before' => 'Process date is not before ":trigger_value"', - 'rule_trigger_not_process_date_after' => 'Process date is not after ":trigger_value"', + 'rule_trigger_not_account_nr_contains' => 'Nobena številka računa / IBAN ne vsebuje ":trigger_value"', + 'rule_trigger_not_account_nr_ends' => 'Nobena številka računa / IBAN se ne konča na ":trigger_value"', + 'rule_trigger_not_account_nr_starts' => 'Nobena številka računa / IBAN se začne z ":trigger_value"', + 'rule_trigger_not_category_is' => 'Kategorija ni ":trigger_value"', + 'rule_trigger_not_category_contains' => 'Kategorija ne vsebuje ":trigger_value"', + 'rule_trigger_not_category_ends' => 'Kategorija se ne konča na ":trigger_value"', + 'rule_trigger_not_category_starts' => 'Kategorija se ne začne s/z ":trigger_value"', + 'rule_trigger_not_budget_is' => 'Proračun ni ":trigger_value"', + 'rule_trigger_not_budget_contains' => 'Proračun ne vsebuje ":trigger_value"', + 'rule_trigger_not_budget_ends' => 'Proračun se ne konča na ":trigger_value"', + 'rule_trigger_not_budget_starts' => 'Proračun se ne začne z ":trigger_value"', + 'rule_trigger_not_bill_is' => 'Trajnik ni ":trigger_value"', + 'rule_trigger_not_bill_contains' => 'Trajnik ne vsebuje ":trigger_value"', + 'rule_trigger_not_bill_ends' => 'Trajnik se ne konča na ":trigger_value"', + 'rule_trigger_not_bill_starts' => 'Trajnik se ne konča z ":trigger_value"', + 'rule_trigger_not_external_id_is' => 'Zunanji ID ni ":trigger_value"', + 'rule_trigger_not_external_id_contains' => 'Zunanji ID ne vsebuje ":trigger_value"', + 'rule_trigger_not_external_id_ends' => 'Zunanji ID se ne konča na ":trigger_value"', + 'rule_trigger_not_external_id_starts' => 'Zunanji ID se ne začne s/z ":trigger_value"', + 'rule_trigger_not_internal_reference_is' => 'Notranja referenca ni ":trigger_value"', + 'rule_trigger_not_internal_reference_contains' => 'Notranja referenca ne vsebuje ":trigger_value"', + 'rule_trigger_not_internal_reference_ends' => 'Notranja referenca se ne konča na ":trigger_value"', + 'rule_trigger_not_internal_reference_starts' => 'Notranja referenca se ne začne s/z ":trigger_value"', + 'rule_trigger_not_external_url_is' => 'Zunanji URL ni ":trigger_value"', + 'rule_trigger_not_external_url_contains' => 'Zunanji URL ne vsebuje ":trigger_value"', + 'rule_trigger_not_external_url_ends' => 'Zunanji URL se ne konča na ":trigger_value"', + 'rule_trigger_not_external_url_starts' => 'Zunanji URL se ne začne s/z ":trigger_value"', + 'rule_trigger_not_currency_is' => 'Valuta ni ":trigger_value"', + 'rule_trigger_not_foreign_currency_is' => 'Tuja valuta ni ":trigger_value"', + 'rule_trigger_not_id' => 'ID transakcije ni ":trigger_value"', + 'rule_trigger_not_journal_id' => 'ID dnevnika transakcij ni ":trigger_value"', + 'rule_trigger_not_recurrence_id' => 'ID ponavljanja ni ":trigger_value"', + 'rule_trigger_not_date_on' => 'Datum ni na ":trigger_value"', + 'rule_trigger_not_date_before' => 'Datum ni pred ":trigger_value"', + 'rule_trigger_not_date_after' => 'Datum ni po ":trigger_value"', + 'rule_trigger_not_interest_date_on' => 'Datum obresti ni na ":trigger_value"', + 'rule_trigger_not_interest_date_before' => 'Datum obresti ni pred ":trigger_value"', + 'rule_trigger_not_interest_date_after' => 'Datum obresti ni po ":trigger_value"', + 'rule_trigger_not_book_date_on' => 'Datum knjige ni na ":trigger_value"', + 'rule_trigger_not_book_date_before' => 'Datum knjige ni pred ":trigger_value"', + 'rule_trigger_not_book_date_after' => 'Datum knjige ni za ":trigger_value"', + 'rule_trigger_not_process_date_on' => 'Datum postopka ni na ":trigger_value"', + 'rule_trigger_not_process_date_before' => 'Datum postopka ni pred ":trigger_value"', + 'rule_trigger_not_process_date_after' => 'Datum postopka ni po ":trigger_value"', 'rule_trigger_not_due_date_on' => 'Due date is not on ":trigger_value"', 'rule_trigger_not_due_date_before' => 'Due date is not before ":trigger_value"', 'rule_trigger_not_due_date_after' => 'Due date is not after ":trigger_value"', @@ -1223,8 +1223,8 @@ return [ // actions // set, clear, add, remove, append/prepend - 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', - 'rule_action_delete_transaction' => 'DELETE transaction(!)', + 'rule_action_delete_transaction_choice' => 'IZBRIŠITE transakcijo (!)', + 'rule_action_delete_transaction' => 'IZBRIŠITE transakcijo (!)', 'rule_action_set_category' => 'Nastavi kategorijo na ":action_value"', 'rule_action_clear_category' => 'Počisti kategorijo', 'rule_action_set_budget' => 'Nastavi proračun na ":action_value"', @@ -1235,30 +1235,30 @@ return [ 'rule_action_set_description' => 'Nastavi opis na ":action_value"', 'rule_action_append_description' => 'Opisu dodaj ":action_value"', 'rule_action_prepend_description' => 'Pred opisom dodaj ":action_value"', - 'rule_action_set_category_choice' => 'Set category to ..', + 'rule_action_set_category_choice' => 'Nastavi kategorijo na ...', 'rule_action_clear_category_choice' => 'Počisti kategorijo', - 'rule_action_set_budget_choice' => 'Set budget to ..', + 'rule_action_set_budget_choice' => 'Nastavi proračun na ...', 'rule_action_clear_budget_choice' => 'Počisti proračun', 'rule_action_add_tag_choice' => 'Dodaj oznako ..', - 'rule_action_remove_tag_choice' => 'Remove tag ..', + 'rule_action_remove_tag_choice' => 'Odstrani oznako ...', 'rule_action_remove_all_tags_choice' => 'Odstrani vse oznake', - 'rule_action_set_description_choice' => 'Set description to ..', + 'rule_action_set_description_choice' => 'Nastavi opis na ...', 'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..', 'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"', - 'rule_action_append_description_choice' => 'Append description with ..', - 'rule_action_prepend_description_choice' => 'Prepend description with ..', - 'rule_action_set_source_account_choice' => 'Set source account to ..', + 'rule_action_append_description_choice' => 'Za opis dodaj ...', + 'rule_action_prepend_description_choice' => 'Pred opis dodaj ...', + 'rule_action_set_source_account_choice' => 'Nastavi izvorni račun na ...', 'rule_action_set_source_account' => 'Nastavi izvorni račun na :action_value', - 'rule_action_set_destination_account_choice' => 'Set destination account to ..', + 'rule_action_set_destination_account_choice' => 'Nastavi ciljni račun na ...', 'rule_action_set_destination_account' => 'Nastavi ciljni račun na :action_value', - 'rule_action_append_notes_choice' => 'Append notes with ..', + 'rule_action_append_notes_choice' => 'Za opombo dodaj ...', 'rule_action_append_notes' => 'Za opombo dodaj ":action_value"', - 'rule_action_prepend_notes_choice' => 'Prepend notes with ..', + 'rule_action_prepend_notes_choice' => 'Pred opombo dodaj ...', 'rule_action_prepend_notes' => 'Pred opombo dodaj ":action_value"', 'rule_action_clear_notes_choice' => 'Odstrani opombe', 'rule_action_clear_notes' => 'Odstrani opombe', - 'rule_action_set_notes_choice' => 'Set notes to ..', - 'rule_action_link_to_bill_choice' => 'Link to a bill ..', + 'rule_action_set_notes_choice' => 'Nastavi opombe na ...', + 'rule_action_link_to_bill_choice' => 'Poveži s trajnikom ...', 'rule_action_link_to_bill' => 'Poveži s trajnikom ":action_value"', 'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)', 'rule_action_switch_accounts' => 'Switch source and destination', @@ -1273,7 +1273,7 @@ return [ 'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description', 'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description', 'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes', - 'rule_action_append_descr_to_notes' => 'Append description to notes', + 'rule_action_append_descr_to_notes' => 'Za opis dodaj ...', 'rule_action_append_notes_to_descr' => 'Append notes to description', 'rule_action_move_descr_to_notes' => 'Replace notes with description', 'rule_action_move_notes_to_descr' => 'Replace description with notes', @@ -1309,11 +1309,11 @@ return [ // preferences - 'dark_mode_option_browser' => 'Let your browser decide', - 'dark_mode_option_light' => 'Always light', - 'dark_mode_option_dark' => 'Always dark', + 'dark_mode_option_browser' => 'Dovoli, da brskalnik določi ', + 'dark_mode_option_light' => 'Vedno svetla tema', + 'dark_mode_option_dark' => 'Vedno temna tema', 'equal_to_language' => '(enako jeziku)', - 'dark_mode_preference' => 'Dark mode', + 'dark_mode_preference' => 'Temen način', 'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.', 'pref_home_screen_accounts' => 'Računi na začetni strani', 'pref_home_screen_accounts_help' => 'Kateri računi naj bodo prikazani na začetni strani?', @@ -1326,8 +1326,8 @@ return [ 'pref_6M' => 'Šest mesecev', 'pref_1Y' => 'Eno leto', 'pref_last365' => 'Zadnje leto', - 'pref_last90' => 'Last 90 days', - 'pref_last30' => 'Last 30 days', + 'pref_last90' => 'Zadnjih 90 dni', + 'pref_last30' => 'Zadnjih 30 dni', 'pref_last7' => 'Zadnjih 7 dni', 'pref_YTD' => 'Leto do datuma', 'pref_QTD' => 'Quarter to date', @@ -1360,7 +1360,7 @@ return [ 'preferences_frontpage' => 'Začetni zaslon', 'preferences_security' => 'Varnost', 'preferences_layout' => 'Postavitev', - 'preferences_notifications' => 'Notifications', + 'preferences_notifications' => 'Obvestila', 'pref_home_show_deposits' => 'Pokaži depozite na začetni strani', 'pref_home_show_deposits_info' => 'Prva stran že prikazuje vaše stroškovne konte. Ali naj tudi prikazuje prihodkovne konte?', 'pref_home_do_show_deposits' => 'Ja, pokaži jih', @@ -1372,7 +1372,7 @@ return [ 'pref_optional_fields_transaction' => 'Neobvezna polja za transakcije', 'pref_optional_fields_transaction_help' => 'Privzeto pri ustvarjanju nove transakcije niso omogočena vsa polja (zaradi nepreglednosti). V nadaljevanju lahko omogočite dodatna polja, če menite, da bi vam to lahko koristilo. Seveda je vsako polje, ki je onemogočeno, vendar že izpolnjeno, vidno ne glede na nastavitev.', 'optional_tj_date_fields' => 'Datumska polja', - 'optional_tj_other_fields' => 'Other fields', + 'optional_tj_other_fields' => 'Druga polja', 'optional_tj_attachment_fields' => 'Polja prilog', 'pref_optional_tj_interest_date' => 'Datum obresti', 'pref_optional_tj_book_date' => 'Datum knjiženja', @@ -1383,27 +1383,28 @@ return [ 'pref_optional_tj_internal_reference' => 'Notranji sklic', 'pref_optional_tj_notes' => 'Opombe', 'pref_optional_tj_attachments' => 'Priloge', - 'pref_optional_tj_external_url' => 'External URL', - 'pref_optional_tj_location' => 'Location', - 'pref_optional_tj_links' => 'Transaction links', + 'pref_optional_tj_external_url' => 'Zunanji URL', + 'pref_optional_tj_location' => 'Lokacija', + 'pref_optional_tj_links' => 'Povezave transakcije', 'optional_field_meta_dates' => 'Datumi', 'optional_field_meta_business' => 'Poslovno', 'optional_field_attachments' => 'Priloge', 'optional_field_meta_data' => 'Izbirni meta podatki', - 'external_url' => 'External URL', - 'pref_notification_bill_reminder' => 'Reminder about expiring bills', + 'external_url' => 'Zunanji URL', + 'pref_notification_bill_reminder' => 'Opomnik o poteklih trajnikih', 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', - 'pref_notifications' => 'Notifications', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', + 'pref_notifications' => 'Obvestila', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', 'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.', 'slack_url_label' => 'Slack "incoming webhook" URL', // Financial administrations - 'administration_index' => 'Financial administration', - 'administrations_index_menu' => 'Financial administration(s)', + 'administration_index' => 'Finančna administracija', + 'administrations_index_menu' => 'Finančna administracija', // profile: 'purge_data_title' => 'Purge data from Firefly III', @@ -1433,14 +1434,14 @@ return [ 'delete_all_liabilities' => 'Delete ALL your liabilities', 'delete_all_transactions' => 'Delete ALL your transactions', 'delete_all_withdrawals' => 'Delete ALL your withdrawals', - 'delete_all_deposits' => 'Delete ALL your deposits', - 'delete_all_transfers' => 'Delete ALL your transfers', - 'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!', - 'deleted_all_budgets' => 'All budgets have been deleted', - 'deleted_all_categories' => 'All categories have been deleted', + 'delete_all_deposits' => 'Izbriši VSE pologe', + 'delete_all_transfers' => 'Izbriši VSE prenose ', + 'also_delete_transactions' => 'Brisanje računa bo pobrisalo tudi VSE povezane dvige, pologe in prenose!', + 'deleted_all_budgets' => 'Vsi proračuni so bili izbrisani', + 'deleted_all_categories' => 'Vse kategorije so bile izbrisane', 'deleted_all_tags' => 'All tags have been deleted', 'deleted_all_bills' => 'All bills have been deleted', - 'deleted_all_piggy_banks' => 'All piggy banks have been deleted', + 'deleted_all_piggy_banks' => 'Vsi hranilniki so bili izbrisani', 'deleted_all_rules' => 'All rules and rule groups have been deleted', 'deleted_all_object_groups' => 'All groups have been deleted', 'deleted_all_accounts' => 'All accounts have been deleted', @@ -1517,14 +1518,14 @@ return [ 'profile_oauth_confidential_help' => 'Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.', 'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.', 'profile_no_personal_access_token' => 'You have not created any personal access tokens.', - 'profile_create_new_token' => 'Create new token', - 'profile_create_token' => 'Create token', + 'profile_create_new_token' => 'Ustvari nov žeton', + 'profile_create_token' => 'Ustvari žeton', 'profile_create' => 'Ustvari', - 'profile_save_changes' => 'Save changes', - 'profile_whoops' => 'Whoops!', - 'profile_something_wrong' => 'Something went wrong!', + 'profile_save_changes' => 'Shrani spremembe', + 'profile_whoops' => 'Ups!', + 'profile_something_wrong' => 'Nekaj je šlo narobe!', 'profile_try_again' => 'Something went wrong. Please try again.', - 'amounts' => 'Amounts', + 'amounts' => 'Zneski', 'multi_account_warning_unknown' => 'Depending on the type of transaction you create, the source and/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.', 'multi_account_warning_withdrawal' => 'Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.', 'multi_account_warning_deposit' => 'Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.', @@ -1543,10 +1544,10 @@ return [ // export data: - 'export_data_title' => 'Export data from Firefly III', + 'export_data_title' => 'Izvozi podatke iz Firefly III', 'export_data_menu' => 'Izvozi podatke', - 'export_data_bc' => 'Export data from Firefly III', - 'export_data_main_title' => 'Export data from Firefly III', + 'export_data_bc' => 'Izvozi podatke iz Firefly III', + 'export_data_main_title' => 'Izvozi podatke iz Firefly III', 'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.', 'export_data_all_transactions' => 'Export all transactions', 'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command php artisan help firefly-iii:export-data.', @@ -1619,11 +1620,13 @@ return [ 'create_new_deposit' => 'Ustvari nov polog', 'create_new_transfer' => 'Ustvari nov prenos', 'create_new_asset' => 'ustvari nov premoženjski račun', - 'create_new_liabilities' => 'Create new liability', + 'create_new_liabilities' => 'Ustvari novo obveznost', 'create_new_expense' => 'ustvari nov konto za stroške', 'create_new_revenue' => 'Ustvari nov račun prihodkov', 'create_new_piggy_bank' => 'Ustvari nov hranilnik', 'create_new_bill' => 'Ustvari nov trajnik', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Ustvarite valuto', @@ -1663,11 +1666,11 @@ return [ 'options' => 'Možnosti', // budgets: - 'daily_budgets' => 'Daily budgets', + 'daily_budgets' => 'Dnevni proračuni', 'weekly_budgets' => 'Tedenski proračuni', - 'monthly_budgets' => 'Monthly budgets', - 'quarterly_budgets' => 'Quarterly budgets', - 'half_year_budgets' => 'Half-yearly budgets', + 'monthly_budgets' => 'Mesečni proračuni', + 'quarterly_budgets' => 'Četrtletni proračuni', + 'half_year_budgets' => 'Polletni proračuni', 'yearly_budgets' => 'Letni proračuni', 'other_budgets' => 'Custom timed budgets', 'budget_limit_not_in_range' => 'This amount applies from :start to :end:', @@ -1685,8 +1688,8 @@ return [ 'update_available_amount' => 'Update available amount', 'ab_basic_modal_explain' => 'Use this form to indicate how much you expect to be able to budget (in total, in :currency) in the indicated period.', 'createBudget' => 'Nov proračun', - 'invalid_currency' => 'This is an invalid currency', - 'invalid_amount' => 'Please enter an amount', + 'invalid_currency' => 'To je neveljavna valuta', + 'invalid_amount' => 'Prosimo, vnesite znesek', 'set_ab' => 'The available budget amount has been set', 'updated_ab' => 'The available budget amount has been updated', 'deleted_ab' => 'The available budget amount has been deleted', @@ -1764,7 +1767,7 @@ return [ 'list_inactive_rule' => 'neaktivno pravilo', 'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.', 'bill_expected_date' => 'Pričakovano :date', - 'bill_expected_date_js' => 'Expected {date}', + 'bill_expected_date_js' => 'Pričakovano {date}', 'bill_paid_on' => 'Plačano na {date}', 'bill_repeats_weekly' => 'Ponovi vsak teden', 'bill_repeats_monthly' => 'Repeats monthly', @@ -1781,7 +1784,8 @@ return [ 'bill_repeats_quarterly_skip' => 'Repeats every {skip} quarters', 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', - 'subscriptions' => 'Subscriptions', + 'subscriptions' => 'Naročnine', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -1821,14 +1825,14 @@ return [ 'make_new_revenue_account' => 'Ustvari nov račun prihodkov', 'make_new_liabilities_account' => 'Ustvari novo obveznost', 'asset_accounts' => 'premoženjski računi', - 'undefined_accounts' => 'Accounts', + 'undefined_accounts' => 'Računi', 'asset_accounts_inactive' => 'Računi sredstev (neaktivno)', - 'expense_account' => 'Expense account', + 'expense_account' => 'Račun stroškov', 'expense_accounts' => 'Računi stroškov', - 'expense_accounts_inactive' => 'Expense accounts (inactive)', - 'revenue_account' => 'Revenue account', + 'expense_accounts_inactive' => 'Računi sredstev (neaktivno)', + 'revenue_account' => 'Račun prihodkov', 'revenue_accounts' => 'Račun prihodkov', - 'revenue_accounts_inactive' => 'Revenue accounts (inactive)', + 'revenue_accounts_inactive' => 'Račun prihodkov (neaktivno)', 'cash_accounts' => 'Gotovinski računi', 'Cash account' => 'Gotovinski račun', 'liabilities_accounts' => 'Obveznosti', @@ -1884,8 +1888,8 @@ return [ 'must_be_asset_account' => 'Uskladiš lahko samo račune sredstev', 'reconciliation_stored' => 'Usklajevanje shranjeno', 'reconciliation_error' => 'Due to an error the transactions were marked as reconciled but the correction has not been stored: :error.', - 'reconciliation_transaction_title' => 'Reconciliation (:from to :to)', - 'sum_of_reconciliation' => 'Sum of reconciliation', + 'reconciliation_transaction_title' => 'Uskladitev (:from do :to)', + 'sum_of_reconciliation' => 'Vsota uskladitev', 'reconcile_this_account' => 'Uskladi ta račun', 'reconcile' => 'Poravnaj', 'show' => 'Prikaži', @@ -1900,11 +1904,11 @@ return [ 'interest_calc_daily' => 'Na dan', 'interest_calc_monthly' => 'Na mesec', 'interest_calc_yearly' => 'Na leto', - 'interest_calc_weekly' => 'Per week', - 'interest_calc_half-year' => 'Per half year', + 'interest_calc_weekly' => 'Tedensko', + 'interest_calc_half-year' => 'Na pol leta', 'interest_calc_quarterly' => 'Na četrtletje', 'initial_balance_account' => 'Initial balance account of :account', - 'list_options' => 'List options', + 'list_options' => 'Seznam možnosti', // categories: 'new_category' => 'Nova kategorija', @@ -1915,7 +1919,7 @@ return [ 'categories' => 'Kategorije', 'edit_category' => 'Uredi kategorijo ":name"', 'no_category' => '(brez kategorije)', - 'unknown_category_plain' => 'No category', + 'unknown_category_plain' => 'Brez kategorije', 'category' => 'Kategorija', 'delete_category' => 'Izbriši kategorijo ":name"', 'deleted_category' => 'Kategorija ":name" izbrisana', @@ -1938,7 +1942,7 @@ return [ // transactions: 'update_withdrawal' => 'Posodobi odliv', 'update_deposit' => 'Posodobi polog', - 'update_transaction' => 'Update transaction', + 'update_transaction' => 'Posodobi transakcije', 'update_transfer' => 'Posodobi prenos', 'updated_withdrawal' => 'Odliv ":description" posodobljen', 'updated_deposit' => 'Polog ":description" posodobljen', @@ -1974,7 +1978,7 @@ return [ 'append_these_tags' => 'Dodajte te oznake', 'mass_edit' => 'Edit selected individually', 'bulk_edit' => 'Edit selected in bulk', - 'mass_delete' => 'Delete selected', + 'mass_delete' => 'Izbriši izbrano', 'cannot_edit_other_fields' => 'Drugih polj ne morete množično urejati, ker ni prostora za prikaz. Če želite urediti ta polja, sledite povezavi in jih uredite posebej.', 'cannot_change_amount_reconciled' => 'You can\'t change the amount of reconciled transactions.', 'no_budget' => '(brez proračuna)', @@ -2013,10 +2017,10 @@ return [ 'opt_group_sharedAsset' => 'Skupni računi sredstev', 'opt_group_ccAsset' => 'Kreditne kartice', 'opt_group_cashWalletAsset' => 'Gotovina', - 'opt_group_expense_account' => 'Expense accounts', - 'opt_group_revenue_account' => 'Revenue accounts', + 'opt_group_expense_account' => 'Računi odhodkov', + 'opt_group_revenue_account' => 'Računi prihodkov', 'opt_group_l_Loan' => 'Obveznost: Posojilo', - 'opt_group_cash_account' => 'Cash account', + 'opt_group_cash_account' => 'Gotovinski račun', 'opt_group_l_Debt' => 'Obveznost: Dolg', 'opt_group_l_Mortgage' => 'Obveznost: Hipoteka', 'opt_group_l_Credit card' => 'Obveznost: Kreditna kartica', @@ -2072,23 +2076,23 @@ return [ 'bills_paid' => 'Plačani trajniki', 'custom_period' => 'Obdobje po meri', 'reset_to_current' => 'Reset to current period', - 'select_period' => 'Select a period', + 'select_period' => 'Izberite obdobje', // menu and titles, should be recycled as often as possible: 'currency' => 'Valuta', 'preferences' => 'Možnosti', 'logout' => 'Odjava', - 'logout_other_sessions' => 'Logout all other sessions', + 'logout_other_sessions' => 'Odjavi vse druge seje', 'toggleNavigation' => 'Preklopi navigacijo', 'searchPlaceholder' => 'Iskanje...', 'version' => 'Različica', 'dashboard' => 'Nadzorna plošča', - 'income_and_expense' => 'Income and expense', - 'all_money' => 'All your money', - 'unknown_source_plain' => 'Unknown source account', - 'unknown_dest_plain' => 'Unknown destination account', - 'unknown_any_plain' => 'Unknown account', - 'unknown_budget_plain' => 'No budget', + 'income_and_expense' => 'Prihodki in odhodki', + 'all_money' => 'Ves vaš denar', + 'unknown_source_plain' => 'Neznan izvorni račun', + 'unknown_dest_plain' => 'Neznan ciljni račun', + 'unknown_any_plain' => 'Neznan račun', + 'unknown_budget_plain' => 'Ni proračuna', 'available_budget' => 'Razpoložljiv proračun ({currency})', 'currencies' => 'Valute', 'activity' => 'Dejavnost', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Oznaka ":tag" je bila ustvarjena!', 'transaction_journal_information' => 'Informacije o transakciji', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta informacije', 'transaction_journal_more' => 'Več informacij', 'basic_journal_information' => 'Basic transaction information', @@ -2391,13 +2396,13 @@ return [ // administration 'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.', 'invite_is_deleted' => 'The invite to ":address" has been deleted.', - 'invite_new_user_title' => 'Invite new user', + 'invite_new_user_title' => 'Povabi nove uporabnike', 'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.', 'invited_user_mail' => 'E-poštni naslov', 'invite_user' => 'Povabi uporabnika', 'user_is_invited' => 'Email address ":address" was invited to Firefly III', 'administration' => 'Administracija', - 'system_settings' => 'System settings', + 'system_settings' => 'Sistemske nastavitve', 'code_already_used' => 'Invite code has been used', 'user_administration' => 'Upravljanje uporabnikov', 'list_all_users' => 'Vse uporabnike', @@ -2434,9 +2439,9 @@ return [ 'send_message' => 'Pošlji sporočilo', 'send_test_triggered' => 'Test je bil sprožen. Preverite mapo »Prejeto« in datoteke dnevnika.', 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', - 'admin_maintanance_title' => 'Maintenance', + 'admin_maintanance_title' => 'Vzdrževanje', 'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance', - 'admin_maintenance_clear_cache' => 'Clear cache', + 'admin_maintenance_clear_cache' => 'Izprazni predpomnilnik', 'admin_notifications' => 'Admin notifications', 'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.', 'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message', @@ -2695,13 +2700,13 @@ return [ 'object_groups_menu_bar' => 'Skupine', 'object_groups_page_title' => 'Skupine', 'object_groups_breadcrumb' => 'Skupine', - 'object_groups_index' => 'Overview', - 'object_groups' => 'Groups', + 'object_groups_index' => 'Pregled', + 'object_groups' => 'Skupine', 'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.', 'object_group_title' => 'Naslov', - 'edit_object_group' => 'Edit group ":title"', - 'delete_object_group' => 'Delete group ":title"', - 'update_object_group' => 'Update group', + 'edit_object_group' => 'Uredi skupino ":title"', + 'delete_object_group' => 'Izbriši skupino ":title"', + 'update_object_group' => 'Posodobi skupino', 'updated_object_group' => 'Successfully updated group ":title"', 'deleted_object_group' => 'Successfully deleted group ":title"', 'object_group' => 'Skupina', @@ -2724,7 +2729,7 @@ return [ 'ale_action_set_bill' => 'Povezano z računom', 'ale_action_switch_accounts' => 'Switched source and destination account', 'ale_action_set_budget' => 'Določite proračun', - 'ale_action_set_category' => 'Set category', + 'ale_action_set_category' => 'Nastavi kategorijo', 'ale_action_set_source' => 'Set source account', 'ale_action_set_destination' => 'Set destination account', 'ale_action_update_transaction_type' => 'Changed transaction type', diff --git a/resources/lang/sl_SI/form.php b/resources/lang/sl_SI/form.php index c725768089..7b2ce30548 100644 --- a/resources/lang/sl_SI/form.php +++ b/resources/lang/sl_SI/form.php @@ -146,12 +146,12 @@ return [ 'stop_processing' => 'Ustavi izvajanje', 'start_date' => 'Začetek obsega', 'end_date' => 'Konec obsega', - 'enddate' => 'End date', - 'move_rules_before_delete' => 'Rule group', + 'enddate' => 'Končni datum', + 'move_rules_before_delete' => 'Skupina pravil', 'start' => 'Začetek obsega', - 'end' => 'End of range', + 'end' => 'Konec obsega', 'delete_account' => 'Izbriši račun ":name"', - 'delete_webhook' => 'Delete webhook ":title"', + 'delete_webhook' => 'Izbriši webhook ":title"', 'delete_bill' => 'Izbriši trajnik ":name"', 'delete_budget' => 'Izbriši proračun ":name"', 'delete_category' => 'Izbriši kategorijo ":name"', @@ -166,13 +166,13 @@ return [ 'user_areYouSure' => 'Z brisanjem uporabnika ":email", boš izbrisal vse. Dejanja se ne da razveljaviti ali povrniti iz koša. Če izbrišeš samega sebe, boš izgubil dostop do te instance Firefly III.', 'attachment_areYouSure' => 'Si prepričan, da želiš zbrisati pripeto datoteko ":name"?', 'account_areYouSure' => 'Si prepričan, da želiš zbrisati račun ":name"?', - 'account_areYouSure_js' => 'Are you sure you want to delete the account named "{name}"?', + 'account_areYouSure_js' => 'Ali ste prepričani, da želite izbrisati račun z imenom "{name}"?', 'bill_areYouSure' => 'Si prepričan, da želiš zbrisati trajnik ":name"?', 'rule_areYouSure' => 'Si prepričan, da želiš zbrisati pravilo ":title"?', - 'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?', + 'object_group_areYouSure' => 'Ali ste prepričani, da želite izbrisati skupino z naslovom ":title"?', 'ruleGroup_areYouSure' => 'Si prepričan, da želiš zbrisati skupino pravil ":title"?', 'budget_areYouSure' => 'Si prepričan, da želiš zbrisati proračun ":name"?', - 'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?', + 'webhook_areYouSure' => 'Ali ste prepričani, da želite izbrisati webhook z imenom ":title"?', 'category_areYouSure' => 'Si prepričan, da želiš zbrisati kategorijo z imenom ":name"?', 'recurring_areYouSure' => 'Si prepričan, da želiš zbrisati ponavljajoče pravilo ":title"?', 'currency_areYouSure' => 'Si prepričan, da želiš zbrisati valuto ":name"?', @@ -200,20 +200,20 @@ return [ 'delete_all_permanently' => 'Označeno trajno izbriši', 'update_all_journals' => 'Posodobi te transakcije', 'also_delete_transactions' => 'Edina transakcija, ki je povezana s tem računom, bo prav tako izbrisana.|Vseh :count transakcij, povezanih s tem računom, bo izbrisanih.', - 'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.', + 'also_delete_transactions_js' => 'Brez transakcij|Izbrisana bo tudi edina transakcija, povezana s tem računom.|Izbrisanih bo tudi vseh {count} transakcij, povezanih s tem računom.', 'also_delete_connections' => 'Edina transakcija, povezana s to vrsto povezave, bo izgubila povezavo.|Vseh :count transakcij, povezanih s to vrsto povezave bo izgubilo povezavo.', 'also_delete_rules' => 'Edino pravilo, ki je povezano s tem računom, bo prav tako izbrisano.|Vseh :count pravil, povezanih s skupino pravil bo izbrisanih.', 'also_delete_piggyBanks' => 'Edini hranilnik, ki je povezan s tem računom, bo prav tako izbrisan.|Vseh :count hranilnikov, povezanih s tem računom, bo izbrisanih.', - 'also_delete_piggyBanks_js' => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.', - 'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.', + 'also_delete_piggyBanks_js' => 'Brez hranilnikov|Edini hranilnik, povezan s tem računom, bo prav tako izbrisan.|Izbrisani bodo tudi vseh {count} hranilnikov, povezani s tem računom.', + 'not_delete_piggy_banks' => 'Hranilnik, povezana s to skupino, ne bo izbrisana.| :count hranilnikov, povezanih s to skupino, ne bo izbrisanih.', 'bill_keep_transactions' => 'Edina transakcija, ki je povezana s tem trajnikom, ne izbrisana.|Vseh :count transakcij, povezanih s tem trajnikom, bo ohranjenih.', 'budget_keep_transactions' => 'Edina transakcija, povezana s tem proračunom, ne izbrisana.|Vseh :count transakcij, povezanih s tem proračunom, bo ohranjenih.', 'category_keep_transactions' => 'Edina transakcija, povezana s to kategorijo, ne bo izbrisana.|Vseh :count transakcij, povezanih s to kategorijo bo ohranjenih.', 'recurring_keep_transactions' => 'Edina transakcija, ustvarjeno s to ponavljajočo transakcijo, ne izbrisana.|Vseh :count transakcij, povezanih ustvarjenih s to ponavljajočo transakcijo bo ohranjenih.', 'tag_keep_transactions' => 'Edina transakcija, povezana s to oznako, ne bo izbrisana.|Vseh :count transakcij, povezanih s to oznako bo ohranjenih.', 'check_for_updates' => 'Preveri za posodobitve', - 'liability_direction' => 'Liability in/out', - 'delete_object_group' => 'Delete group ":title"', + 'liability_direction' => 'Odgovornost in/out', + 'delete_object_group' => 'Izbriši skupino ":title"', 'email' => 'E-poštni naslov', 'password' => 'Geslo', 'password_confirmation' => 'Geslo (ponovno)', @@ -222,7 +222,7 @@ return [ 'login_name' => 'Prijava', 'is_owner' => 'Je administrator?', 'url' => 'URL', - 'bill_end_date' => 'End date', + 'bill_end_date' => 'Končni datum', // import 'apply_rules' => 'Uporabi pravila', @@ -289,20 +289,20 @@ return [ 'calendar' => 'Koledar', 'weekend' => 'Vikend', 'client_secret' => 'Skrivnost odjemalca', - 'withdrawal_destination_id' => 'Destination account', + 'withdrawal_destination_id' => 'Ciljni račun', 'deposit_source_id' => 'Izvorni račun', - 'expected_on' => 'Expected on', + 'expected_on' => 'Pričakovano dne', 'paid' => 'Plačano', - 'auto_budget_type' => 'Auto-budget', - 'auto_budget_amount' => 'Auto-budget amount', - 'auto_budget_period' => 'Auto-budget period', + 'auto_budget_type' => 'Samodejni proračun', + 'auto_budget_amount' => 'Znesek samodejnega proračuna', + 'auto_budget_period' => 'Obdobje samodejnega proračuna', 'collected' => 'Zbirka', 'submitted' => 'Oddano', 'key' => 'Ključ', - 'value' => 'Content of record', - 'webhook_delivery' => 'Delivery', - 'webhook_response' => 'Response', - 'webhook_trigger' => 'Trigger', + 'value' => 'Vsebina zapisa', + 'webhook_delivery' => 'Dostava', + 'webhook_response' => 'Odziv', + 'webhook_trigger' => 'Sprožilec', ]; /* * PLEASE DO NOT EDIT THIS FILE DIRECTLY. diff --git a/resources/lang/sl_SI/intro.php b/resources/lang/sl_SI/intro.php index 3582ec50cb..0c4f96fdd4 100644 --- a/resources/lang/sl_SI/intro.php +++ b/resources/lang/sl_SI/intro.php @@ -46,9 +46,9 @@ return [ // transactions 'transactions_create_basic_info' => 'Vnesite osnovne podatke o transakciji. Vir, destinacija, datum in opis.', - 'transactions_create_amount_info' => 'Enter the amount of the transaction. If necessary the fields will auto-update for foreign amount info.', - 'transactions_create_optional_info' => 'All of these fields are optional. Adding meta-data here will make your transactions better organised.', - 'transactions_create_split' => 'If you want to split a transaction, add more splits with this button', + 'transactions_create_amount_info' => 'Vnesite znesek transakcije. Po potrebi se bodo polja samodejno posodobila za podatke o znesku v tujini.', + 'transactions_create_optional_info' => 'Vsa ta polja so neobvezna. Če sem dodate metapodatke, bodo vaše transakcije bolje organizirane.', + 'transactions_create_split' => 'Če želite razdeliti transakcijo, dodajte več delitev s tem gumbom', // create account: 'accounts_create_iban' => 'Svojim računom dodeli veljaven IBAN. To lahko zelo olajša uvoz podatkov v prihodnosti.', @@ -85,16 +85,16 @@ return [ 'reports_index_extra-options-box' => 'Glede na izbrano poročilo lahko tukaj izbereš dodatne filtre in možnosti. Opazuj polje, ko spreminjaš vrste poročil.', // reports (reports) - 'reports_report_default_intro' => 'This report will give you a quick and comprehensive overview of your finances. If you wish to see anything else, please don\'t hestitate to contact me!', - 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', - 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', + 'reports_report_default_intro' => 'To poročilo vam bo dalo hiter in celovit pregled vaših financ. Če želite videti še kaj drugega, me prosim kontaktirajte!', + 'reports_report_audit_intro' => 'To poročilo vam bo dalo podrobne vpoglede v vaše račune sredstev.', + 'reports_report_audit_optionsBox' => 'S temi potrditvenimi polji prikažete ali skrijete stolpce, ki vas zanimajo.', - 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', - 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', - 'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.', + 'reports_report_category_intro' => 'To poročilo vam bo dalo vpogled v eno ali več kategorij.', + 'reports_report_category_pieCharts' => 'Ti grafikoni vam bodo dali vpogled v odhodke in prihodke glede na kategorijo ali račun.', + 'reports_report_category_incomeAndExpensesChart' => 'Ta grafikon prikazuje vaše stroške in prihodke po kategorijah.', - 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', - 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', + 'reports_report_tag_intro' => 'To poročilo vam bo dalo vpogled v eno ali več oznak.', + 'reports_report_tag_pieCharts' => 'Ti grafikoni vam bodo dali vpogled v stroške in prihodke na oznako, račun, kategorijo ali proračun.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', diff --git a/resources/lang/sl_SI/list.php b/resources/lang/sl_SI/list.php index 939bfd9a6d..6da173edde 100644 --- a/resources/lang/sl_SI/list.php +++ b/resources/lang/sl_SI/list.php @@ -49,20 +49,20 @@ return [ 'linked_to_rules' => 'Ustrezna pravila', 'active' => 'Aktiviran?', 'percentage' => 'procent', - 'recurring_transaction' => 'Recurring transaction', - 'next_due' => 'Next due', + 'recurring_transaction' => 'Ponavljajoče transakcije', + 'next_due' => 'Naslednji rok', 'transaction_type' => 'Vrsta', 'lastActivity' => 'zadnja aktivnost', - 'balanceDiff' => 'Balance difference', - 'other_meta_data' => 'Other meta data', + 'balanceDiff' => 'Bilančna razlika', + 'other_meta_data' => 'Drugi meta podatki', 'invited_at' => 'Povabljen na', - 'expires' => 'Invitation expires', + 'expires' => 'Vabilo poteče', 'invited_by' => 'Povabil', - 'invite_link' => 'Invite link', + 'invite_link' => 'Povezava za povabilo', 'account_type' => 'vrsta računa', 'created_at' => 'ustvarjeno', 'account' => 'račun', - 'external_url' => 'External URL', + 'external_url' => 'Zunanji URL', 'matchingAmount' => 'znesek', 'destination' => 'Ciljni račun', 'source' => 'Izvor', @@ -91,7 +91,7 @@ return [ 'due_date' => 'rok plačila', 'payment_date' => 'Datum plačila', 'invoice_date' => 'datum računa', - 'internal_reference' => 'Internal reference', + 'internal_reference' => 'Interna referenca', 'notes' => 'Zabeležke', 'from' => 'Pošiljatelj', 'piggy_bank' => 'Pujsek', @@ -133,18 +133,18 @@ return [ 'sum_withdrawals' => 'Vsota odlivov', 'sum_deposits' => 'Vsota prilivov', 'sum_transfers' => 'Vsota prenosov', - 'sum_reconciliations' => 'Sum of reconciliations', + 'sum_reconciliations' => 'Vsota uskladitev', 'reconcile' => 'Poravnaj', - 'sepa_ct_id' => 'SEPA End to End Identifier', - 'sepa_ct_op' => 'SEPA Opposing Account Identifier', - 'sepa_db' => 'SEPA Mandate Identifier', - 'sepa_country' => 'SEPA Country', - 'sepa_cc' => 'SEPA Clearing Code', - 'sepa_ep' => 'SEPA External Purpose', - 'sepa_ci' => 'SEPA Creditor Identifier', + 'sepa_ct_id' => 'Končni identifikator SEPA', + 'sepa_ct_op' => 'Identifikator nasprotnega računa SEPA', + 'sepa_db' => 'Identifikator mandata SEPA', + 'sepa_country' => 'Država SEPA', + 'sepa_cc' => 'Klirinška koda SEPA', + 'sepa_ep' => 'Zunanji namen SEPA', + 'sepa_ci' => 'Identifikator upnika SEPA', 'sepa_batch_id' => 'ID serije SEPA', - 'external_id' => 'External ID', - 'account_at_bunq' => 'Account with bunq', + 'external_id' => 'Zunanji ID', + 'account_at_bunq' => 'Račun z bunq', 'file_name' => 'Ime datoteke', /* @@ -161,30 +161,30 @@ return [ 'file_size' => 'Velikost datoteke', 'file_type' => 'Vrsta datoteke', - 'attached_to' => 'Attached to', - 'file_exists' => 'File exists', + 'attached_to' => 'Priložen', + 'file_exists' => 'Datoteka obstaja', 'spectre_bank' => 'Banka', 'spectre_last_use' => 'Zadnja prijava', 'spectre_status' => 'Status', - 'bunq_payment_id' => 'bunq payment ID', - 'repetitions' => 'Repetitions', + 'bunq_payment_id' => 'iD plačila bunq', + 'repetitions' => 'Ponovitve', 'title' => 'Naslov', 'transaction_s' => 'Transakcije', 'field' => 'Polje', 'value' => 'Vrednost', - 'interest' => 'Interest', - 'interest_period' => 'Interest period', - 'liability_type' => 'Type of liability', - 'liability_direction' => 'Liability in/out', - 'end_date' => 'End date', - 'payment_info' => 'Payment information', - 'expected_info' => 'Next expected transaction', + 'interest' => 'Obresti', + 'interest_period' => 'Obdobje obresti', + 'liability_type' => 'Vrsta obveznost', + 'liability_direction' => 'Odgovornost in/out', + 'end_date' => 'Končni datum', + 'payment_info' => 'Informacije o plačilu', + 'expected_info' => 'Naslednja pričakovana transakcija', 'start_date' => 'Začetni datum', - 'trigger' => 'Trigger', - 'response' => 'Response', - 'delivery' => 'Delivery', + 'trigger' => 'Sprožilec', + 'response' => 'Odziv', + 'delivery' => 'Dostava', 'url' => 'URL', - 'secret' => 'Secret', + 'secret' => 'Skrivnost', ]; /* diff --git a/resources/lang/sl_SI/rules.php b/resources/lang/sl_SI/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/sl_SI/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/sv_SE/firefly.php b/resources/lang/sv_SE/firefly.php index b5dc034233..0b4a07e879 100644 --- a/resources/lang/sv_SE/firefly.php +++ b/resources/lang/sv_SE/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Skapa ett nytt intäktskonto', 'create_new_piggy_bank' => 'Skapa en ny spargris', 'create_new_bill' => 'Skapa en ny nota', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Skapa en ny valuta', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Upprepas varje {skip} halvår', 'bill_repeats_yearly_skip' => 'Upprepas varje {skip} år', 'subscriptions' => 'Prenumerationer', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'För alltid', 'extension_date_is' => 'Tillägg datum är {date}', @@ -2369,6 +2373,7 @@ return [ 'created_tag' => 'Etiketten ":tag" har skapats!', 'transaction_journal_information' => 'Transaktionsinformation', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Metadata', 'transaction_journal_more' => 'Mer information', 'basic_journal_information' => 'Grundläggande transaktionsinformation', diff --git a/resources/lang/sv_SE/rules.php b/resources/lang/sv_SE/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/sv_SE/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/th_TH/breadcrumbs.php b/resources/lang/th_TH/breadcrumbs.php index 408da1b85d..e4a9b435af 100644 --- a/resources/lang/th_TH/breadcrumbs.php +++ b/resources/lang/th_TH/breadcrumbs.php @@ -36,11 +36,11 @@ declare(strict_types=1); return [ 'home' => 'หน้าหลัก', - 'budgets' => 'Budgets', - 'subscriptions' => 'Subscriptions', - 'transactions' => 'Transactions', - 'title_expenses' => 'Expenses', - 'title_withdrawal' => 'Expenses', + 'budgets' => 'งบประมาณ', + 'subscriptions' => 'การสมัครสมาชิก', + 'transactions' => 'ธุรกรรม', + 'title_expenses' => 'ค่าใช้จ่าย', + 'title_withdrawal' => 'ค่าใช้จ่าย', 'title_revenue' => 'Revenue / income', 'title_deposit' => 'Revenue / income', 'title_transfer' => 'Transfers', @@ -95,9 +95,9 @@ return [ 'edit_object_group' => 'แก้ไขกลุ่ม ":title"', 'delete_object_group' => 'ลบกลุ่ม ":title"', 'logout_others' => 'ออกจากระบบเซสชั่นอื่น', - 'asset_accounts' => 'Asset accounts', + 'asset_accounts' => 'บัญชีทรัพย์สิน', 'expense_accounts' => 'Expense accounts', 'revenue_accounts' => 'Revenue accounts', - 'liabilities_accounts' => 'Liabilities', - 'placeholder' => '[Placeholder]', + 'liabilities_accounts' => 'หนี้สิน', + 'placeholder' => '[ข้อความตัวอย่าง]', ]; diff --git a/resources/lang/th_TH/firefly.php b/resources/lang/th_TH/firefly.php index 952bb9fcfe..6bef7cd81b 100644 --- a/resources/lang/th_TH/firefly.php +++ b/resources/lang/th_TH/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Create new revenue account', 'create_new_piggy_bank' => 'Create new piggy bank', 'create_new_bill' => 'Create new bill', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Create a new currency', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" has been created!', 'transaction_journal_information' => 'Transaction information', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta information', 'transaction_journal_more' => 'More information', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/th_TH/rules.php b/resources/lang/th_TH/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/th_TH/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index 8da2fec549..c7206b5877 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -1396,6 +1396,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1625,6 +1626,8 @@ return [ 'create_new_revenue' => 'Yeni gelir hesabı oluştur', 'create_new_piggy_bank' => 'Yeni bir kumbara oluştur', 'create_new_bill' => 'Yeni fatura oluştur', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Yeni para birimi oluştur', @@ -1783,6 +1786,7 @@ return [ 'bill_repeats_half-year_skip' => 'Her {skip} yarım yılda bir tekrarlar', 'bill_repeats_yearly_skip' => 'Her {skip} yılda bir tekrarlar', 'subscriptions' => 'Abonelik', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Sonsuza dek', 'extension_date_is' => 'Uzantı tarihi {date}', @@ -2369,6 +2373,7 @@ return [ 'created_tag' => 'Tag ":tag" oluşturuldu!', 'transaction_journal_information' => 'İşlem Bilgileri', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta Bilgisi', 'transaction_journal_more' => 'More information', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/tr_TR/rules.php b/resources/lang/tr_TR/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/tr_TR/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/uk_UA/firefly.php b/resources/lang/uk_UA/firefly.php index edad851a82..21ca77b581 100644 --- a/resources/lang/uk_UA/firefly.php +++ b/resources/lang/uk_UA/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Попереджати, коли створюється новий токен доступу до API', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Сповіщення', 'pref_notifications_help' => 'Укажіть, чи хотіли б ви отримувати ці сповіщення. Деякі сповіщення можуть містити конфіденційну фінансову інформацію.', 'slack_webhook_url' => 'URL-адреса Slack Webhook', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Створити нове джерело доходу', 'create_new_piggy_bank' => 'Створити нову скарбничку', 'create_new_bill' => 'Створити новий рахунок', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Створити нову валюту', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Повторюється кожні {skip} півроку', 'bill_repeats_yearly_skip' => 'Повторюється кожні {skip} років', 'subscriptions' => 'Підписки', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Назавжди', 'extension_date_is' => 'Дата подовження {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Tag ":tag" has been created!', 'transaction_journal_information' => 'Transaction information', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Meta information', 'transaction_journal_more' => 'More information', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/uk_UA/rules.php b/resources/lang/uk_UA/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/uk_UA/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/vi_VN/firefly.php b/resources/lang/vi_VN/firefly.php index 01157757b5..1e16df6a21 100644 --- a/resources/lang/vi_VN/firefly.php +++ b/resources/lang/vi_VN/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => 'Tạo tài khoản doanh thu mới', 'create_new_piggy_bank' => 'Tạo heo đất mới', 'create_new_bill' => 'Tạo hóa đơn mới', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => 'Tạo một loại tiền tệ mới', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => 'Nhãn ":tag" đã được tạo!', 'transaction_journal_information' => 'Thông tin giao dịch', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => 'Thông tin tổng hợp', 'transaction_journal_more' => 'Thêm thông tin', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/vi_VN/rules.php b/resources/lang/vi_VN/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/vi_VN/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php index b99ad6e4bd..5f5a689134 100644 --- a/resources/lang/zh_CN/firefly.php +++ b/resources/lang/zh_CN/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => '创建新 API 访问令牌时提醒', 'pref_notification_transaction_creation' => '自动创建交易时提醒', 'pref_notification_user_login' => '当您从一个新位置登录时提醒', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => '通知', 'pref_notifications_help' => '设置您想要接收的通知。一些通知可能包含敏感的财务信息。', 'slack_webhook_url' => 'Slack Webhook 地址', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => '创建新收入账户', 'create_new_piggy_bank' => '创建新存钱罐', 'create_new_bill' => '创建新账单', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => '创建新货币', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => '标签 “:tag” 已被建立!', 'transaction_journal_information' => '交易信息', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => '元信息', 'transaction_journal_more' => '更多信息', 'basic_journal_information' => '基础交易信息', diff --git a/resources/lang/zh_CN/rules.php b/resources/lang/zh_CN/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/zh_CN/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +]; diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index adea1623e4..0399398594 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -1395,6 +1395,7 @@ return [ 'pref_notification_new_access_token' => 'Alert when a new API access token is created', 'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically', 'pref_notification_user_login' => 'Alert when you login from a new location', + 'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)', 'pref_notifications' => 'Notifications', 'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.', 'slack_webhook_url' => 'Slack Webhook URL', @@ -1624,6 +1625,8 @@ return [ 'create_new_revenue' => '建立新收入帳戶', 'create_new_piggy_bank' => '建立新小豬撲滿', 'create_new_bill' => '建立新帳單', + 'create_new_subscription' => 'Create new subscription', + 'create_new_rule' => 'Create new rule', // currencies: 'create_currency' => '建立新貨幣', @@ -1782,6 +1785,7 @@ return [ 'bill_repeats_half-year_skip' => 'Repeats every {skip} half years', 'bill_repeats_yearly_skip' => 'Repeats every {skip} years', 'subscriptions' => 'Subscriptions', + 'go_to_subscriptions' => 'Go to your subscriptions', 'forever' => 'Forever', 'extension_date_is' => 'Extension date is {date}', @@ -2368,6 +2372,7 @@ return [ 'created_tag' => '標籤 “:tag” 已被建立!', 'transaction_journal_information' => '交易資訊', + 'transaction_journal_amount' => 'Amount information', 'transaction_journal_meta' => '後設資訊', 'transaction_journal_more' => '更多資訊', 'basic_journal_information' => 'Basic transaction information', diff --git a/resources/lang/zh_TW/rules.php b/resources/lang/zh_TW/rules.php new file mode 100644 index 0000000000..8d034ab1f3 --- /dev/null +++ b/resources/lang/zh_TW/rules.php @@ -0,0 +1,69 @@ +. + */ + + +return [ + 'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', + 'find_or_create_tag_failed' => 'Could not find or create tag ":tag"', + 'tag_already_added' => 'Tag ":tag" is already linked to this transaction', + 'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III', + 'inspect_rule' => 'Inspect rule ":title" @ Firefly III', + 'journal_other_user' => 'This transaction doesn\'t belong to the user', + 'no_such_journal' => 'This transaction doesn\'t exist', + 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed', + 'journal_already_no_category' => 'This transaction had no category, so it cannot be removed', + 'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed', + 'journal_not_found' => 'Firefly III can\'t find the requested transaction', + 'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits', + 'is_already_withdrawal' => 'This transaction is already a withdrawal', + 'is_already_deposit' => 'This transaction is already a deposit', + 'is_already_transfer' => 'This transaction is already a transfer', + 'is_not_transfer' => 'This transaction is not a transfer', + 'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III', + 'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"', + 'new_notes_empty' => 'The notes to be set are empty', + 'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal', + 'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit', + 'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer', + 'already_has_source_asset' => 'This transaction already has ":name" as the source asset account', + 'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account', + 'already_has_destination' => 'This transaction already has ":name" as the destination account', + 'already_has_source' => 'This transaction already has ":name" as the source account', + 'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"', + 'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"', + 'no_notes_to_move' => 'The transaction has no notes to move to the description field', + 'no_tags_to_remove' => 'The transaction has no tags to remove', + 'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"', + 'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"', + 'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account', + 'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction', + 'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction', + 'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account', + 'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account', + 'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"', + 'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken', + 'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction', + 'cannot_find_budget' => 'Firefly III can\'t find budget ":name"', + 'cannot_find_category' => 'Firefly III can\'t find category ":name"', + 'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"', +];