Merge pull request #6972 from firefly-iii/alpha-2

Update meta files for new release.
This commit is contained in:
James Cole 2023-02-04 08:23:31 +01:00 committed by GitHub
commit 806d108d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
96 changed files with 972 additions and 855 deletions

View File

@ -226,30 +226,30 @@
},
{
"name": "doctrine/annotations",
"version": "1.14.2",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b"
"reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
"reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1 || ^2",
"doctrine/lexer": "^2 || ^3",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"php": "^7.2 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.0",
"doctrine/cache": "^2.0",
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6",
"symfony/cache": "^5.4 || ^6",
"vimeo/psalm": "^4.10"
},
"suggest": {
@ -296,77 +296,33 @@
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.14.2"
"source": "https://github.com/doctrine/annotations/tree/2.0.1"
},
"time": "2022-12-15T06:48:22+00:00"
},
{
"name": "doctrine/deprecations",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
},
"time": "2022-05-02T15:47:09+00:00"
"time": "2023-02-02T22:02:53+00:00"
},
{
"name": "doctrine/lexer",
"version": "2.1.0",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
"reference": "84a527db05647743d50373e0ec53a152f2cde568"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
"reference": "84a527db05647743d50373e0ec53a152f2cde568",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.1 || ^8.0"
"php": "^8.1"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.0"
"vimeo/psalm": "^5.0"
},
"type": "library",
"autoload": {
@ -403,7 +359,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/2.1.0"
"source": "https://github.com/doctrine/lexer/tree/3.0.0"
},
"funding": [
{
@ -419,26 +375,27 @@
"type": "tidelift"
}
],
"time": "2022-12-14T08:49:07+00:00"
"time": "2022-12-15T16:57:16+00:00"
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.13.2",
"version": "v3.14.3",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496"
"reference": "b418036b95b4936a33fe906245d3044395935e73"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3952f08a81bd3b1b15e11c3de0b6bf037faa8496",
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b418036b95b4936a33fe906245d3044395935e73",
"reference": "b418036b95b4936a33fe906245d3044395935e73",
"shasum": ""
},
"require": {
"composer/semver": "^3.2",
"composer/semver": "^3.3",
"composer/xdebug-handler": "^3.0.3",
"doctrine/annotations": "^1.13",
"doctrine/annotations": "^2",
"doctrine/lexer": "^2 || ^3",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0",
@ -448,26 +405,26 @@
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php80": "^1.25",
"symfony/polyfill-php81": "^1.25",
"symfony/polyfill-mbstring": "^1.27",
"symfony/polyfill-php80": "^1.27",
"symfony/polyfill-php81": "^1.27",
"symfony/process": "^5.4 || ^6.0",
"symfony/stopwatch": "^5.4 || ^6.0"
},
"require-dev": {
"justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^2.0",
"mikey179/vfsstream": "^1.6.10",
"php-coveralls/php-coveralls": "^2.5.2",
"mikey179/vfsstream": "^1.6.11",
"php-coveralls/php-coveralls": "^2.5.3",
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
"phpspec/prophecy": "^1.15",
"phpspec/prophecy": "^1.16",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"phpunitgoodpractices/polyfill": "^1.6",
"phpunitgoodpractices/traits": "^1.9.2",
"symfony/phpunit-bridge": "^6.0",
"symfony/phpunit-bridge": "^6.2.3",
"symfony/yaml": "^5.4 || ^6.0"
},
"suggest": {
@ -500,7 +457,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.2"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.14.3"
},
"funding": [
{
@ -508,7 +465,7 @@
"type": "github"
}
],
"time": "2023-01-02T23:53:50+00:00"
"time": "2023-01-30T00:24:29+00:00"
},
{
"name": "psr/cache",

View File

@ -2,6 +2,43 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 6.0.0-alpha.2 - 2023-02-05
### Warnings
- ⚠️ Make a backup of your database first!
- ⚠️ This version requires **PHP 8.2**.
You can access the new V3 layout under `/v3/`. If you decide to use or test it:
- ⚠️ Read the instructions under the ☠️ icon FIRST.
- ⚠️ The new layout is not yet finished. Use it to change your data at your own risk.
### Added
- Warning for remote user guard
- Improved validation
- Can now validate a user's financial administration
- Dark mode CSS
### Changed
- Various errors no longer throw a 500 but a 422 (validation failed)
### Removed
- Cryptocurrencies in default currency set
- Unused environment variables
### Fixed
- Bad escape in JS code.
- [Issue 6869](https://github.com/firefly-iii/firefly-iii/issues/6869) Liability created via API is not applying opening balance.
- [Issue 6870](https://github.com/firefly-iii/firefly-iii/issues/6870) Old inactive recurring transactions do not lose categories when the categories are deleted
- [Issue 6876](https://github.com/firefly-iii/firefly-iii/issues/6876) Date field is validated in recurring transactions
- [Issue 6974](https://github.com/firefly-iii/firefly-iii/issues/6974) Auto budget amount fix.
- Date validation in routes
- Shorter titles in object groups
### API
- Various API fixes
## 6.0.0-alpha.1 - 2023-01-16
This is the first release of the new 6.0.0 series of Firefly III. It should upgrade the database automatically BUT please make a backup of your database first! I guarantee nothing.

121
composer.lock generated
View File

@ -1855,16 +1855,16 @@
},
{
"name": "laravel/framework",
"version": "v9.49.0",
"version": "v9.50.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "e02d9453442ad0a6a2f5dc9df96ea0319d218026"
"reference": "39932773c09658ddea9045958f305e67f9304995"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/e02d9453442ad0a6a2f5dc9df96ea0319d218026",
"reference": "e02d9453442ad0a6a2f5dc9df96ea0319d218026",
"url": "https://api.github.com/repos/laravel/framework/zipball/39932773c09658ddea9045958f305e67f9304995",
"reference": "39932773c09658ddea9045958f305e67f9304995",
"shasum": ""
},
"require": {
@ -2039,7 +2039,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-01-31T14:36:47+00:00"
"time": "2023-02-02T20:52:46+00:00"
},
{
"name": "laravel/passport",
@ -3645,29 +3645,30 @@
},
{
"name": "nette/utils",
"version": "v3.2.9",
"version": "v4.0.0",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c"
"reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
"reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
"url": "https://api.github.com/repos/nette/utils/zipball/cacdbf5a91a657ede665c541eda28941d4b09c1e",
"reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e",
"shasum": ""
},
"require": {
"php": ">=7.2 <8.3"
"php": ">=8.0 <8.3"
},
"conflict": {
"nette/di": "<3.0.6"
"nette/finder": "<3",
"nette/schema": "<1.2.2"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "dev-master",
"nette/tester": "~2.0",
"nette/tester": "^2.4",
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.3"
"tracy/tracy": "^2.9"
},
"suggest": {
"ext-gd": "to use Image",
@ -3681,7 +3682,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.0-dev"
}
},
"autoload": {
@ -3725,9 +3726,9 @@
],
"support": {
"issues": "https://github.com/nette/utils/issues",
"source": "https://github.com/nette/utils/tree/v3.2.9"
"source": "https://github.com/nette/utils/tree/v4.0.0"
},
"time": "2023-01-18T03:26:20+00:00"
"time": "2023-02-02T10:41:53+00:00"
},
{
"name": "nunomaduro/collision",
@ -6235,16 +6236,16 @@
},
{
"name": "symfony/http-client",
"version": "v6.2.5",
"version": "v6.2.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "c5e5b772033eae96ae82f2190546399ad18c1373"
"reference": "6efa9a7521ab7d031a82cf0a759484d1b02a6ad9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/c5e5b772033eae96ae82f2190546399ad18c1373",
"reference": "c5e5b772033eae96ae82f2190546399ad18c1373",
"url": "https://api.github.com/repos/symfony/http-client/zipball/6efa9a7521ab7d031a82cf0a759484d1b02a6ad9",
"reference": "6efa9a7521ab7d031a82cf0a759484d1b02a6ad9",
"shasum": ""
},
"require": {
@ -6300,7 +6301,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v6.2.5"
"source": "https://github.com/symfony/http-client/tree/v6.2.6"
},
"funding": [
{
@ -6316,7 +6317,7 @@
"type": "tidelift"
}
],
"time": "2023-01-13T08:35:57+00:00"
"time": "2023-01-30T15:46:28+00:00"
},
{
"name": "symfony/http-client-contracts",
@ -6401,16 +6402,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v6.2.5",
"version": "v6.2.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf"
"reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf",
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
"reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
"shasum": ""
},
"require": {
@ -6459,7 +6460,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.2.5"
"source": "https://github.com/symfony/http-foundation/tree/v6.2.6"
},
"funding": [
{
@ -6475,20 +6476,20 @@
"type": "tidelift"
}
],
"time": "2023-01-01T08:38:09+00:00"
"time": "2023-01-30T15:46:28+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v6.2.5",
"version": "v6.2.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62"
"reference": "7122db07b0d8dbf0de682267c84217573aee3ea7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f68aaa11eee6b21c99bce0f3d98815924888fe62",
"reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/7122db07b0d8dbf0de682267c84217573aee3ea7",
"reference": "7122db07b0d8dbf0de682267c84217573aee3ea7",
"shasum": ""
},
"require": {
@ -6570,7 +6571,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.2.5"
"source": "https://github.com/symfony/http-kernel/tree/v6.2.6"
},
"funding": [
{
@ -6586,7 +6587,7 @@
"type": "tidelift"
}
],
"time": "2023-01-24T15:33:24+00:00"
"time": "2023-02-01T08:32:25+00:00"
},
{
"name": "symfony/mailer",
@ -10117,16 +10118,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.5.28",
"version": "9.6.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "954ca3113a03bf780d22f07bf055d883ee04b65e"
"reference": "1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/954ca3113a03bf780d22f07bf055d883ee04b65e",
"reference": "954ca3113a03bf780d22f07bf055d883ee04b65e",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1",
"reference": "1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1",
"shasum": ""
},
"require": {
@ -10168,7 +10169,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.5-dev"
"dev-master": "9.6-dev"
}
},
"autoload": {
@ -10199,7 +10200,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.2"
},
"funding": [
{
@ -10215,7 +10216,7 @@
"type": "tidelift"
}
],
"time": "2023-01-14T12:32:24+00:00"
"time": "2023-02-04T06:59:53+00:00"
},
{
"name": "sebastian/cli-parser",
@ -10583,16 +10584,16 @@
},
{
"name": "sebastian/environment",
"version": "5.1.4",
"version": "5.1.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
"shasum": ""
},
"require": {
@ -10634,7 +10635,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
},
"funding": [
{
@ -10642,7 +10643,7 @@
"type": "github"
}
],
"time": "2022-04-03T09:37:03+00:00"
"time": "2023-02-03T06:03:51+00:00"
},
{
"name": "sebastian/exporter",
@ -10956,16 +10957,16 @@
},
{
"name": "sebastian/recursion-context",
"version": "4.0.4",
"version": "4.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
"shasum": ""
},
"require": {
@ -11004,10 +11005,10 @@
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
},
"funding": [
{
@ -11015,7 +11016,7 @@
"type": "github"
}
],
"time": "2020-10-26T13:17:30+00:00"
"time": "2023-02-03T06:07:39+00:00"
},
{
"name": "sebastian/resource-operations",
@ -11074,16 +11075,16 @@
},
{
"name": "sebastian/type",
"version": "3.2.0",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
"reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
"shasum": ""
},
"require": {
@ -11118,7 +11119,7 @@
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
},
"funding": [
{
@ -11126,7 +11127,7 @@
"type": "github"
}
],
"time": "2022-09-12T14:47:03+00:00"
"time": "2023-02-03T06:13:03+00:00"
},
{
"name": "sebastian/version",

View File

@ -106,8 +106,8 @@ return [
'webhooks' => true,
'handle_debts' => true,
],
'version' => '6.0.0-alpha.1',
'api_version' => '2.0.0-alpha.1',
'version' => '6.0.0-alpha.2',
'api_version' => '2.0.0-alpha.2',
'db_version' => 19,
// generic settings

View File

@ -60,7 +60,7 @@ export default {
"liabilities_accounts": "Passius"
},
"firefly": {
"administration_index": "Financial administration",
"administration_index": "Administraci\u00f3 financera",
"actions": "Accions",
"edit": "Editar",
"delete": "Eliminar",

View File

@ -60,7 +60,7 @@ export default {
"liabilities_accounts": "Verbindlichkeiten"
},
"firefly": {
"administration_index": "Financial administration",
"administration_index": "Finanzverwaltung",
"actions": "Aktionen",
"edit": "Bearbeiten",
"delete": "L\u00f6schen",
@ -162,7 +162,7 @@ export default {
"rule_action_clear_notes_choice": "Alle Notizen entfernen",
"rule_action_set_notes_choice": "Setze Notizen auf ..",
"rule_action_link_to_bill_choice": "Mit einer Rechnung verkn\u00fcpfen..",
"rule_action_convert_deposit_choice": "Buchung in eine Einzahlung umwandeln",
"rule_action_convert_deposit_choice": "Buchung in eine Einnahme umwandeln",
"rule_action_convert_withdrawal_choice": "Buchung in eine Ausgabe umwandeln",
"rule_action_convert_transfer_choice": "Buchung in eine Umbuchung umwandeln",
"placeholder": "[Placeholder]",

View File

@ -60,7 +60,7 @@ export default {
"liabilities_accounts": "Pasivos"
},
"firefly": {
"administration_index": "Financial administration",
"administration_index": "Administraci\u00f3n financiera",
"actions": "Acciones",
"edit": "Editar",
"delete": "Eliminar",

View File

@ -60,7 +60,7 @@ export default {
"liabilities_accounts": "Passifs"
},
"firefly": {
"administration_index": "Financial administration",
"administration_index": "Administration financi\u00e8re",
"actions": "Actions",
"edit": "Modifier",
"delete": "Supprimer",

View File

@ -60,7 +60,7 @@ export default {
"liabilities_accounts": "Passivit\u00e0"
},
"firefly": {
"administration_index": "Financial administration",
"administration_index": "Amministrazione finanziaria",
"actions": "Azioni",
"edit": "Modifica",
"delete": "Elimina",

View File

@ -60,7 +60,7 @@ export default {
"liabilities_accounts": "Passiva"
},
"firefly": {
"administration_index": "Financial administration",
"administration_index": "Financi\u00eble administratie",
"actions": "Acties",
"edit": "Wijzig",
"delete": "Verwijder",
@ -70,9 +70,9 @@ export default {
"new_budget": "Nieuw budget",
"new_asset_account": "Nieuwe betaalrekening",
"newTransfer": "Nieuwe overschrijving",
"submission_options": "Submission options",
"apply_rules_checkbox": "Apply rules",
"fire_webhooks_checkbox": "Fire webhooks",
"submission_options": "Inzending opties",
"apply_rules_checkbox": "Regels toepassen",
"fire_webhooks_checkbox": "Webhooks starten",
"newDeposit": "Nieuwe inkomsten",
"newWithdrawal": "Nieuwe uitgave",
"bills_paid": "Betaalde contracten",
@ -143,25 +143,25 @@ export default {
"rule_trigger_any_external_url_choice": "De transactie heeft een externe URL",
"rule_trigger_no_external_url_choice": "De transactie heeft geen externe URL",
"rule_trigger_id_choice": "Transactie-ID is..",
"rule_action_delete_transaction_choice": "DELETE transaction(!)",
"rule_action_set_category_choice": "Set category to ..",
"rule_action_delete_transaction_choice": "VERWIJDER transactie(!)",
"rule_action_set_category_choice": "Stel categorie in op ..",
"rule_action_clear_category_choice": "Geef geen categorie",
"rule_action_set_budget_choice": "Set budget to ..",
"rule_action_set_budget_choice": "Stel budget in op ..",
"rule_action_clear_budget_choice": "Maak budget-veld leeg",
"rule_action_add_tag_choice": "Add tag ..",
"rule_action_remove_tag_choice": "Remove tag ..",
"rule_action_add_tag_choice": "Voeg tag toe ..",
"rule_action_remove_tag_choice": "Haal tag weg ..",
"rule_action_remove_all_tags_choice": "Haal alle tags weg",
"rule_action_set_description_choice": "Set description to ..",
"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_set_description_choice": "Stel beschrijving in op ..",
"rule_action_update_piggy_choice": "Voeg toe \/ verwijder het transactiebedrag in spaarpotje ..",
"rule_action_append_description_choice": "Zet .. achter de omschrijving",
"rule_action_prepend_description_choice": "Zet .. voor de omschrijving",
"rule_action_set_source_account_choice": "Verander bronrekening naar ..",
"rule_action_set_destination_account_choice": "Verander doelrekening naar ..",
"rule_action_append_notes_choice": "Vul notitie aan met ..",
"rule_action_prepend_notes_choice": "Zet .. voor notitie",
"rule_action_clear_notes_choice": "Verwijder notitie",
"rule_action_set_notes_choice": "Set notes to ..",
"rule_action_link_to_bill_choice": "Link to a bill ..",
"rule_action_set_notes_choice": "Stel notities in op ..",
"rule_action_link_to_bill_choice": "Link naar een contract ..",
"rule_action_convert_deposit_choice": "Verander de transactie in inkomsten",
"rule_action_convert_withdrawal_choice": "Verander de transactie in een uitgave",
"rule_action_convert_transfer_choice": "Verander de transactie in een overschrijving",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,8 @@
"split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438",
"single_split": "\u0420\u0430\u0437\u0434\u0435\u043b",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}(\"{title}\")<\/a> \u0431\u0435\u0448\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0430.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> (\"{title}\") \u0431\u0435\u0448\u0435 \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u0430.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u0431\u0435\u0448\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0430.",
"transaction_journal_information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f",

View File

@ -9,6 +9,8 @@
"split": "Dividir",
"single_split": "Divisi\u00f3",
"transaction_stored_link": "La <a href=\"transactions\/show\/{ID}\">Transacci\u00f3 #{ID} (\"{title}\")<\/a> s'ha desat.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "La <a href=\"transactions\/show\/{ID}\">transacci\u00f3#{ID}<\/a> (\"{title}\") s'ha actualitzat.",
"transaction_new_stored_link": "La <a href=\"transactions\/show\/{ID}\">Transacci\u00f3 #{ID}<\/a> s'ha desat.",
"transaction_journal_information": "Informaci\u00f3 de la transacci\u00f3",

View File

@ -9,6 +9,8 @@
"split": "Rozd\u011blit",
"single_split": "Rozd\u011blit",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Informace o transakci",

View File

@ -9,6 +9,8 @@
"split": "Opdel",
"single_split": "Opdel",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Transaction information",

View File

@ -9,6 +9,8 @@
"split": "Teilen",
"single_split": "Teilen",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Buchung #{ID} (\"{title}\")<\/a> wurde gespeichert.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Die Buchung #{ID}<\/a> (\"{title}\") wurde aktualisiert.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Buchung #{ID}<\/a> wurde gespeichert.",
"transaction_journal_information": "Transaktionsinformationen",
@ -46,9 +48,9 @@
"source_account_reconciliation": "Sie k\u00f6nnen das Quellkonto einer Kontenausgleichsbuchung nicht bearbeiten.",
"budget": "Budget",
"bill": "Rechnung",
"you_create_withdrawal": "Sie haben eine Auszahlung erstellt.",
"you_create_withdrawal": "Sie haben eine Ausgabe erstellt.",
"you_create_transfer": "Sie erstellen eine Umbuchung.",
"you_create_deposit": "Sie haben eine Einzahlung erstellt.",
"you_create_deposit": "Sie haben eine Einnahme erstellt.",
"edit": "Bearbeiten",
"delete": "L\u00f6schen",
"name": "Name",
@ -88,7 +90,7 @@
"profile_oauth_confidential_help": "Der Client muss sich mit einem Secret authentifizieren. Vertrauliche Clients k\u00f6nnen die Anmeldedaten speichern, ohne diese unautorisierten Akteuren mitzuteilen. \u00d6ffentliche Anwendungen wie native Desktop- oder JavaScript-SPA-Anwendungen k\u00f6nnen Geheimnisse nicht sicher speichern.",
"multi_account_warning_unknown": "Abh\u00e4ngig von der Art der Buchung, die Sie anlegen, kann das Quell- und\/oder Zielkonto nachfolgender Aufteilungen durch das \u00fcberschrieben werden, was in der ersten Aufteilung der Buchung definiert wurde.",
"multi_account_warning_withdrawal": "Bedenken Sie, dass das Quellkonto nachfolgender Aufteilungen von dem, was in der ersten Aufteilung der Abhebung definiert ist, au\u00dfer Kraft gesetzt wird.",
"multi_account_warning_deposit": "Bedenken Sie, dass das Zielkonto nachfolgender Aufteilungen von dem, was in der ersten Aufteilung der Einzahlung definiert ist, au\u00dfer Kraft gesetzt wird.",
"multi_account_warning_deposit": "Bedenken Sie, dass das Zielkonto nachfolgender Aufteilungen von dem, was in der ersten Aufteilung der Einnahmen definiert ist, au\u00dfer Kraft gesetzt wird.",
"multi_account_warning_transfer": "Bedenken Sie, dass das Quell- und Zielkonto nachfolgender Aufteilungen durch das, was in der ersten Aufteilung der \u00dcbertragung definiert ist, au\u00dfer Kraft gesetzt wird.",
"webhook_trigger_STORE_TRANSACTION": "Nach Erstellen einer Buchung",
"webhook_trigger_UPDATE_TRANSACTION": "Nach Aktualisierung einer Buchung",

View File

@ -9,6 +9,8 @@
"split": "\u0394\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2",
"single_split": "\u0394\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID} (\"{title}\")<\/a> \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> (\"{title}\") \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af.",
"transaction_journal_information": "\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2",

View File

@ -9,6 +9,8 @@
"split": "Split",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Transaction information",

View File

@ -9,6 +9,8 @@
"split": "Split",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Transaction information",

View File

@ -9,6 +9,8 @@
"split": "Separar",
"single_split": "Divisi\u00f3n",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID} (\"{title}\")<\/a> ha sido almacenada.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> (\"{title}\") ha sido actualizada.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> ha sido guardada.",
"transaction_journal_information": "Informaci\u00f3n de transacci\u00f3n",

View File

@ -9,6 +9,8 @@
"split": "Jaa",
"single_split": "Jako",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Tapahtuma #{ID} (\"{title}\")<\/a> on tallennettu.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Tapahtuma #{ID}<\/a> (\"{title}\") on p\u00e4ivitetty.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Tapahtuma #{ID}<\/a> on tallennettu.",
"transaction_journal_information": "Tapahtumatiedot",

View File

@ -9,6 +9,8 @@
"split": "Ventiler",
"single_split": "Ventilation",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">L'op\u00e9ration n\u00b0{ID} (\"{title}\")<\/a> a \u00e9t\u00e9 enregistr\u00e9e.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">L'op\u00e9ration n\u00b0{ID}<\/a> (\"{title}\") a \u00e9t\u00e9 mise \u00e0 jour.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">L'op\u00e9ration n\u00b0{ID}<\/a> a \u00e9t\u00e9 enregistr\u00e9e.",
"transaction_journal_information": "Informations sur l'op\u00e9ration",

View File

@ -9,6 +9,8 @@
"split": "Feloszt\u00e1s",
"single_split": "Feloszt\u00e1s",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> mentve.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> mentve.",
"transaction_journal_information": "Tranzakci\u00f3s inform\u00e1ci\u00f3k",

View File

@ -9,6 +9,8 @@
"split": "Pisah",
"single_split": "Pisah",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Informasi transaksi",

View File

@ -9,6 +9,8 @@
"split": "Dividi",
"single_split": "Divisione",
"transaction_stored_link": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID} (\"{title}\")<\/a> \u00e8 stata salvata.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID}<\/a> (\"{title}\") \u00e8 stata aggiornata.",
"transaction_new_stored_link": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID}<\/a> \u00e8 stata salvata.",
"transaction_journal_information": "Informazioni transazione",

View File

@ -9,6 +9,8 @@
"split": "\u5206\u5272",
"single_split": "\u5206\u5272",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u53d6\u5f15 #{ID}\u300c{title}\u300d<\/a> \u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u53d6\u5f15 #{ID}\u300c{title}\u300d<\/a> \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u53d6\u5f15 #{ID}<\/a> \u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002",
"transaction_journal_information": "\u53d6\u5f15\u60c5\u5831",

View File

@ -9,6 +9,8 @@
"split": "Del opp",
"single_split": "Del opp",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Transaksjonsinformasjon",

View File

@ -9,12 +9,14 @@
"split": "Splitsen",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transactie #{ID} (\"{title}\")<\/a> is opgeslagen.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transactie #{ID}<\/a> (\"{title}\") is ge\u00fcpdatet.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transactie #{ID}<\/a> is opgeslagen.",
"transaction_journal_information": "Transactieinformatie",
"submission_options": "Submission options",
"apply_rules_checkbox": "Apply rules",
"fire_webhooks_checkbox": "Fire webhooks",
"submission_options": "Inzending opties",
"apply_rules_checkbox": "Regels toepassen",
"fire_webhooks_checkbox": "Webhooks starten",
"no_budget_pointer": "Je hebt nog geen budgetten. Maak er een aantal op de <a href=\"budgets\">budgetten<\/a>-pagina. Met budgetten kan je je uitgaven beter bijhouden.",
"no_bill_pointer": "Je hebt nog geen contracten. Maak er een aantal op de <a href=\"bills\">contracten<\/a>-pagina. Met contracten kan je je uitgaven beter bijhouden.",
"source_account": "Bronrekening",
@ -66,7 +68,7 @@
"profile_oauth_edit_client": "Client bewerken",
"profile_oauth_name_help": "Iets dat je gebruikers herkennen en vertrouwen.",
"profile_oauth_redirect_url": "Redirect-URL",
"profile_oauth_clients_external_auth": "If you're using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.",
"profile_oauth_clients_external_auth": "Als u een externe verificatieprovider zoals Authelia gebruikt, dan zullen OAuth Clients niet werken. U kunt alleen persoonlijke toegangstokens gebruiken.",
"profile_oauth_redirect_url_help": "De authorisatie-callback-url van jouw applicatie.",
"profile_authorized_apps": "Geautoriseerde toepassingen",
"profile_authorized_clients": "Geautoriseerde clients",

View File

@ -9,6 +9,8 @@
"split": "Podziel",
"single_split": "Podzia\u0142",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID} (\"{title}\")<\/a> zosta\u0142a zapisana.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> (\"{title}\") zosta\u0142a zaktualizowana.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> zosta\u0142a zapisana.",
"transaction_journal_information": "Informacje o transakcji",

View File

@ -9,6 +9,8 @@
"split": "Dividir",
"single_split": "Divis\u00e3o",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID} (\"{title}\")<\/a> foi salva.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "A <a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> (\"{title}\") foi atualizada.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> foi salva.",
"transaction_journal_information": "Informa\u00e7\u00e3o da transa\u00e7\u00e3o",

View File

@ -9,6 +9,8 @@
"split": "Dividir",
"single_split": "Divis\u00e3o",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID} (\"{title}\")<\/a> foi guardada.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> (\"{title}\") foi atualizada.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o#{ID}<\/a> foi guardada.",
"transaction_journal_information": "Informa\u00e7\u00e3o da transa\u00e7\u00e3o",

View File

@ -9,6 +9,8 @@
"split": "\u00cemparte",
"single_split": "\u00cemparte",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID} (\"{title}\")<\/a> a fost stocat\u0103.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> (\"{title}\") a fost actualizat\u0103.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> a fost stocat\u0103.",
"transaction_journal_information": "Informa\u021bii despre tranzac\u021bii",

View File

@ -9,6 +9,8 @@
"split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c",
"single_split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u0430\u044f \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID} (\"{title}\")<\/a> \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> (\"{title}\") \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430.",
"transaction_journal_information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",

View File

@ -9,6 +9,8 @@
"split": "Roz\u00fa\u010dtova\u0165",
"single_split": "Roz\u00fa\u010dtova\u0165",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID} (\"{title}\")<\/a> bola ulo\u017een\u00e1.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> (\"{title}\") bola upraven\u00e1.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> bola ulo\u017een\u00e1.",
"transaction_journal_information": "Inform\u00e1cie o transakcii",

View File

@ -9,6 +9,8 @@
"split": "Razdeli",
"single_split": "Razdeli",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Informacije o transakciji",

View File

@ -9,6 +9,8 @@
"split": "Dela",
"single_split": "Dela",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaktion #{ID} (\"{title}\")<\/a> sparades.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaktion #{ID}<\/a> (\"{title}\") uppdaterades.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaktion #{ID}<\/a> sparades.",
"transaction_journal_information": "Transaktionsinformation",

View File

@ -9,6 +9,8 @@
"split": "B\u00f6l",
"single_split": "B\u00f6l",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0130\u015flem #{ID} (\"{title}\")<\/a> sakl\u0131 olmu\u015ftur.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0130\u015flem #{ID}<\/a>sakl\u0131 olmu\u015ftur.",
"transaction_journal_information": "\u0130\u015flem Bilgileri",

View File

@ -9,6 +9,8 @@
"split": "\u0420\u043e\u0437\u0434\u0456\u043b\u0438\u0442\u0438",
"single_split": "\u0420\u043e\u0437\u0434\u0456\u043b\u0438\u0442\u0438",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Transaction information",

View File

@ -9,6 +9,8 @@
"split": "Chia ra",
"single_split": "Chia ra",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Giao d\u1ecbch #{ID} (\"{title}\")<\/a> \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u tr\u1eef.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\"> Giao d\u1ecbch #{ID}<\/a> \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u tr\u1eef.",
"transaction_journal_information": "Th\u00f4ng tin giao d\u1ecbch",

View File

@ -9,6 +9,8 @@
"split": "\u62c6\u5206",
"single_split": "\u62c6\u5206",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u4ea4\u6613 #{ID} (\u201c{title}\u201d)<\/a> \u5df2\u4fdd\u5b58\u3002",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u4ea4\u6613 #{ID}<\/a> \u5df2\u4fdd\u5b58\u3002",
"transaction_journal_information": "\u4ea4\u6613\u4fe1\u606f",

View File

@ -9,6 +9,8 @@
"split": "\u5206\u5272",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "\u4ea4\u6613\u8cc7\u8a0a",

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version заявка за потвърждение',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Resposta',
'visit_webhook_url' => 'Visitar l\'URL del webhook',
'reset_webhook_secret' => 'Reiniciar el secret del webhook',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Sol·licitud d\'Autorització',
@ -1388,7 +1390,7 @@ return [
'slack_url_label' => 'URL del webhook entrant de Slack',
// Financial administrations
'administration_index' => 'Financial administration',
'administration_index' => 'Administració financera',
// profile:
'purge_data_title' => 'Purgar dades de Firefly III',

View File

@ -282,7 +282,7 @@ return [
'auto_budget_period_mandatory' => 'El període de pressupost automàtic és un camp obligatori.',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
'no_access_user_group' => 'No tens accés a aquesta administració.',
];
/*

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Požadavek na ověření Firefly III verze :version',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Svar',
'visit_webhook_url' => 'Besøg webhook-URL',
'reset_webhook_secret' => 'Nulstil webhook-hemmelighed',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Anmodning om Autorisation',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Antwort',
'visit_webhook_url' => 'Webhook-URL besuchen',
'reset_webhook_secret' => 'Webhook Secret zurücksetzen',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Autorisierungsanfrage',
@ -794,7 +796,7 @@ return [
'edit_rule' => 'Regel ":title" bearbeiten',
'delete_rule' => 'Regel ":title" löschen',
'update_rule' => 'Regel aktualisieren',
'test_rule_triggers' => 'Übereinstimmende Buchungen anzeigen',
'test_rule_triggers' => 'Zeige übereinstimmende Buchungen',
'warning_no_matching_transactions' => 'Keine passenden Buchungen gefunden.',
'warning_no_valid_triggers' => 'Keine gültigen Auslöser gefunden.',
'apply_rule_selection' => 'Regel „:title” auf eine Auswahl Ihrer Buchungen anwenden',
@ -1254,10 +1256,10 @@ 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_set_notes' => 'Notizen auf „:action_value” setzen',
'rule_action_convert_deposit_choice' => 'Buchung in eine Einzahlung umwandeln',
'rule_action_convert_deposit' => 'Buchung von ":action_value" in eine Einzahlung umwandeln',
'rule_action_convert_deposit_choice' => 'Buchung in eine Einnahme umwandeln',
'rule_action_convert_deposit' => 'Buchung von ":action_value" in eine Einnahme umwandeln',
'rule_action_convert_withdrawal_choice' => 'Buchung in eine Ausgabe umwandeln',
'rule_action_convert_withdrawal' => 'Buchung von ":action_value" in eine Auszahlung umwandeln',
'rule_action_convert_withdrawal' => 'Buchung von ":action_value" in eine Ausgabe umwandeln',
'rule_action_convert_transfer_choice' => 'Buchung in eine Umbuchung umwandeln',
'rule_action_convert_transfer' => 'Buchung von ":action_value" in eine Umbuchung umwandeln',
'rule_action_append_descr_to_notes_choice' => 'Beschreibung an die Buchungsnotizen anhängen',
@ -1388,7 +1390,7 @@ return [
'slack_url_label' => 'Slack "eingehender Webhook" URL',
// Financial administrations
'administration_index' => 'Financial administration',
'administration_index' => 'Finanzverwaltung',
// profile:
'purge_data_title' => 'Daten aus Firefly III vernichten',
@ -1418,9 +1420,9 @@ return [
'delete_all_liabilities' => 'ALLE Verbindlichkeiten löschen',
'delete_all_transactions' => 'ALLE Buchungen löschen',
'delete_all_withdrawals' => 'ALLE Ausgaben löschen',
'delete_all_deposits' => 'ALLE Einzahlungen löschen',
'delete_all_transfers' => 'ALLE Überweisungen löschen',
'also_delete_transactions' => 'Beim Löschen von Konten werden auch ALLE damit verbundenen Abhebungen, Einzahlungen und Überweisungen gelöscht!',
'delete_all_deposits' => 'ALLE Einnahmen löschen',
'delete_all_transfers' => 'ALLE Umbuchungen löschen',
'also_delete_transactions' => 'Beim Löschen von Konten werden auch ALLE damit verbundenen Ausgaben, Einnahmen und Überweisungen gelöscht!',
'deleted_all_budgets' => 'Alle Budgets wurden gelöscht',
'deleted_all_categories' => 'Alle Kategorien wurden gelöscht',
'deleted_all_tags' => 'Alle Schlagwörter wurden gelöscht',
@ -1435,7 +1437,7 @@ return [
'deleted_all_liabilities' => 'Alle Verbindlichkeiten wurden gelöscht',
'deleted_all_transactions' => 'Alle Buchungen wurden gelöscht',
'deleted_all_withdrawals' => 'Alle Ausgaben wurden gelöscht',
'deleted_all_deposits' => 'Alle Einzahlungen wurden gelöscht',
'deleted_all_deposits' => 'Alle Einnahmen wurden gelöscht',
'deleted_all_transfers' => 'Alle Umbuchungen wurden gelöscht',
'deleted_all_recurring' => 'Alle Daueraufträge wurden gelöscht',
'change_your_password' => 'Passwort ändern',
@ -1512,7 +1514,7 @@ return [
'amounts' => 'Beträge',
'multi_account_warning_unknown' => 'Abhängig von der Art der Buchung, die Sie anlegen, kann das Quell- und/oder Zielkonto nachfolgender Aufteilungen durch das überschrieben werden, was in der ersten Aufteilung der Buchung definiert wurde.',
'multi_account_warning_withdrawal' => 'Bedenken Sie, dass das Quellkonto nachfolgender Aufteilungen von dem, was in der ersten Aufteilung der Abhebung definiert ist, außer Kraft gesetzt wird.',
'multi_account_warning_deposit' => 'Bedenken Sie, dass das Zielkonto nachfolgender Aufteilungen von dem, was in der ersten Aufteilung der Einzahlung definiert ist, außer Kraft gesetzt wird.',
'multi_account_warning_deposit' => 'Bedenken Sie, dass das Zielkonto nachfolgender Aufteilungen von dem, was in der ersten Aufteilung der Einnahmen definiert ist, außer Kraft gesetzt wird.',
'multi_account_warning_transfer' => 'Bedenken Sie, dass das Quell- und Zielkonto nachfolgender Aufteilungen durch das, was in der ersten Aufteilung der Übertragung definiert ist, außer Kraft gesetzt wird.',
/*
@ -1561,7 +1563,7 @@ return [
// convert stuff:
'convert_is_already_type_Withdrawal' => 'Diese Buchung ist bereits eine Ausgabe',
'convert_is_already_type_Deposit' => 'Diese Buchung ist bereits eine Einzahlung',
'convert_is_already_type_Deposit' => 'Diese Buchung ist bereits eine Einnahme',
'convert_is_already_type_Transfer' => 'Diese Buchung ist bereits eine Umbuchung',
'convert_to_Withdrawal' => '":description" zu einer Ausgabe konvertieren',
'convert_to_Deposit' => '":description" zu einer Einnahme konvertieren',
@ -1582,12 +1584,12 @@ return [
'convert_please_set_asset_destination' => 'Bitte wählen Sie das Bestandskonto, auf das das Geld überwiesen werden soll.',
'convert_please_set_expense_destination' => 'Bitte wählen Sie das Ausgabenkonto, an das das Geld gehen soll.',
'convert_please_set_asset_source' => 'Bitte das Bestandskonto wählen, von dem das Geld kommt.',
'convert_expl_w_d' => 'Bei der Umwandlung von einer Auszahlung in eine Einzahlung wird das Geld auf das angezeigte Zielkonto eingezahlt, anstatt davon abgebucht zu werden.|Bei der Umwandlung von einer Auszahlung in eine Einzahlung wird das Geld auf die angezeigten Zielkonten eingezahlt, anstatt von diesem abgebucht zu werden.',
'convert_expl_w_d' => 'Bei der Umwandlung von einer Ausgabe in eine Einnahme wird das Geld auf das angezeigte Zielkonto eingezahlt, anstatt davon abgebucht zu werden.|Bei der Umwandlung von einer Ausgabe in eine Einnahme wird das Geld auf die angezeigten Zielkonten eingezahlt, anstatt von diesem abgebucht zu werden.',
'convert_expl_w_t' => 'Bei der Umwandlung einer Ausgabe in eine Überweisung wird das Geld vom Quellkonto auf ein anderes Vermögens- oder Verbindlichkeitskonto überwiesen, anstatt auf das ursprüngliche Ausgabenkonto gebucht zu werden.|Bei der Umwandlung einer Ausgabe in eine Überweisung, wird das Geld von den Quellkonten auf andere Vermögens- oder Verbindlichkeitskonten überwiesen, anstatt auf die ursprünglichen Ausgabenkonten gebucht zu werden.',
'convert_expl_d_w' => 'Wenn eine Einzahlung in eine Auszahlungumgewandelt wird, wird das Geld von den angezeigten Quellkonten abgehoben, anstatt auf diese eingezahlt zu werden.|Wenn eine Einzahlung in eine Abhebung umgewandelt wird, wird das Geld von den angezeigten Quellkonten abgehoben, anstatt auf diese eingezahlt zu werden.',
'convert_expl_d_t' => 'Wenn Sie eine Einzahlung in einen Überweisung umwandeln, wird das Geld von einem Ihrer Aktiv- oder Passivkonten auf das aufgelistete Zielkonto eingezahlt.| Wenn Sie eine Einzahlung in einen Überweisung umwandeln, wird das Geld von einem Ihrer Aktiv- oder Passivkonten auf das aufgelistete Zielkonto eingezahlt.',
'convert_expl_d_w' => 'Wenn eine Einnahme in eine Ausgabe umgewandelt wird, wird das Geld von den angezeigten Quellkonten abgehoben, anstatt auf diese eingezahlt zu werden.|Wenn eine Einnahme in eine Ausgabe umgewandelt wird, wird das Geld von den angezeigten Quellkonten abgehoben, anstatt auf diese eingezahlt zu werden.',
'convert_expl_d_t' => 'Wenn Sie eine Einnahme in einen Ümbuchung umwandeln, wird das Geld von einem Ihrer Aktiv- oder Passivkonten auf das aufgelistete Zielkonto eingezahlt.| Wenn Sie eine Einnahme in einen Umbuchung umwandeln, wird das Geld von einem Ihrer Aktiv- oder Passivkonten auf das aufgelistete Zielkonto eingezahlt.',
'convert_expl_t_w' => 'Wenn Sie eine Überweisung in eine Abhebung umwandeln, wird das Geld auf dem hier angegebenen Zielkonto ausgegeben, anstatt überwiesen zu werden.| Wenn Sie eine Überweisung in eine Abhebung umwandeln, wird das Geld auf dem hier angegebenen Zielkonto ausgegeben, anstatt überwiesen zu werden.',
'convert_expl_t_d' => 'Wenn Sie eine Überweisung in eine Einzahlung umwandeln, wird das Geld auf das hier angegebene Zielkonto eingezahlt und nicht auf dieses überwiesen.| Wenn Sie eine Überweisung in eine Einzahlung umwandeln, wird das Geld auf das hier angegebene Zielkonto eingezahlt und nicht auf dieses überwiesen.',
'convert_expl_t_d' => 'Wenn Sie eine Umbuchung in eine Einnahme umwandeln, wird das Geld auf das hier angegebene Zielkonto eingezahlt und nicht auf dieses überwiesen.| Wenn Sie eine Umbuchung in eine Einnahme umwandeln, wird das Geld auf das hier angegebene Zielkonto eingezahlt und nicht auf dieses überwiesen.',
'convert_select_sources' => 'Um die Umwandlung abzuschließen, wählen Sie bitte unten das neue Quellkonto aus.|Um die Umwandlung abzuschließen, wählen Sie bitte die neuen Quellkonten aus.',
'convert_select_destinations' => 'Um die Umwandlung abzuschließen, wählen Sie bitte unten das neue Zielkonto aus.|Um die Umwandlung abzuschließen, wählen Sie bitte die neuen Zielkonten aus.',
'converted_to_Withdrawal' => 'Die Buchung wurde in eine Ausgabe konvertiert',
@ -1596,7 +1598,7 @@ return [
'invalid_convert_selection' => 'Das von Ihnen ausgewählte Konto wird für diese Buchung bereits verwendet oder ist nicht vorhanden.',
'source_or_dest_invalid' => 'Die korrekten Buchungsdetails konnten nicht gefunden werden. Eine Konvertierung ist nicht möglich.',
'convert_to_withdrawal' => 'In eine Ausgabe umwandeln',
'convert_to_deposit' => 'In eine Einzahlung umwandeln',
'convert_to_deposit' => 'In eine Einnahme umwandeln',
'convert_to_transfer' => 'In eine Umbuchung umwandeln',
// create new stuff:
@ -2423,8 +2425,8 @@ return [
'split_transaction_title_help' => 'Wenn Sie eine Splittbuchung anlegen, muss es eine eindeutige Beschreibung für alle Aufteilungen der Buchung geben.',
'split_title_help' => 'Wenn Sie eine Splittbuchung anlegen, muss es eine eindeutige Beschreibung für alle Aufteilungen der Buchhaltung geben.',
'you_create_transfer' => 'Sie erstellen eine Umbuchung.',
'you_create_withdrawal' => 'Sie haben eine Auszahlung erstellt.',
'you_create_deposit' => 'Sie haben eine Einzahlung erstellt.',
'you_create_withdrawal' => 'Sie haben eine Ausgabe erstellt.',
'you_create_deposit' => 'Sie haben eine Einnahme erstellt.',
// links
@ -2584,10 +2586,10 @@ return [
'warning_duplicates_repetitions' => 'In seltenen Fällen werden die Daten zweimal in dieser Liste angezeigt. Dies kann passieren, wenn mehrere Wiederholungen aufeinandertreffen. Firefly III erzeugt immer eine Transaktion pro Tag.',
'created_transactions' => 'Ähnliche Buchungen',
'expected_withdrawals' => 'Erwartete Rückzahlungen',
'expected_deposits' => 'Erwartete Einzahlungen',
'expected_deposits' => 'Erwartete Einnahmen',
'expected_transfers' => 'Erwartete Überweisungen',
'created_withdrawals' => 'Erstellte Rückzahlungen',
'created_deposits' => 'Erstellte Einzahlungen',
'created_deposits' => 'Erstellte Einnahmen',
'created_transfers' => 'Erstellte Überweisungen',
'recurring_info' => 'Dauerauftrag :count/:total',
'created_from_recurrence' => 'Erstellt aus Dauerauftrag „:title” (#:id)',

View File

@ -111,9 +111,9 @@ return [
'interest_period' => 'Verzinsungszeitraum',
'extension_date' => 'Verlängerungsdatum',
'type' => 'Typ',
'convert_Withdrawal' => 'Ändere zu Abhebung',
'convert_Deposit' => 'Ändere zu Einzahlung',
'convert_Transfer' => 'In Umbuchung umwandeln',
'convert_Withdrawal' => 'Ausgabe konvertieren',
'convert_Deposit' => 'Einnahme konvertieren',
'convert_Transfer' => 'Umbuchung umwandeln',
'amount' => 'Betrag',
'foreign_amount' => 'Ausländischer Betrag',
'date' => 'Datum',

View File

@ -106,7 +106,7 @@ return [
'transactions_create_ffInput_category' => 'Dies ist ein Freitextfeld. Zuvor erstellte Kategorien werden vorgeschlagen.',
'transactions_create_withdrawal_ffInput_budget' => 'Verknüpfen Sie für eine bessere Finanzkontrolle Ihre Ausgaben mit einem Budget.',
'transactions_create_withdrawal_currency_dropdown_amount' => 'Verwenden Sie dieses Dropdown, wenn ihre Abbuchung in einer anderen Währung ist.',
'transactions_create_deposit_currency_dropdown_amount' => 'Verwenden Sie dieses Dropdown, wenn ihre Einzahlung in einer anderen Währung ist.',
'transactions_create_deposit_currency_dropdown_amount' => 'Verwenden Sie dieses Dropdown, wenn ihre Einnahme in einer anderen Währung ist.',
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Wählen Sie ein Sparschwein aus und verknüpfen Sie diese Umbuchung mit Ihren Ersparnissen.',
// piggy banks index:

View File

@ -131,7 +131,7 @@ return [
'sum' => 'Summe',
'sum_excluding_transfers' => 'Summe (ohne Umbuchungen)',
'sum_withdrawals' => 'Summe der Ausgaben',
'sum_deposits' => 'Summe der Einzahlungen',
'sum_deposits' => 'Summe der Einnahmen',
'sum_transfers' => 'Summe der Umbuchungen',
'sum_reconciliations' => 'Summe der Kontenabgleiche',
'reconcile' => 'Abgleichen',

View File

@ -282,7 +282,7 @@ return [
'auto_budget_period_mandatory' => 'Der Zeitraum für das automatische Budget ist ein Pflichtfeld.',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
'no_access_user_group' => 'Für diese Verwaltung haben Sie nicht die erforderlichen Zugriffsrechte.',
];
/*

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Αίτημα Εξουσιοδότησης Firefly III v:version',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Authorisation Request',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Solicitud de autorización',
@ -1388,7 +1390,7 @@ return [
'slack_url_label' => 'Slack "incoming webhook" URL',
// Financial administrations
'administration_index' => 'Financial administration',
'administration_index' => 'Administración financiera',
// profile:
'purge_data_title' => 'Purge data from Firefly III',

View File

@ -282,7 +282,7 @@ return [
'auto_budget_period_mandatory' => 'El período del autopresupuesto es un campo obligatorio.',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
'no_access_user_group' => 'No tiene permisos para esta administración.',
];
/*

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Valtuutus Pyyntö',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Réponse',
'visit_webhook_url' => 'Visiter l\'URL du webhook',
'reset_webhook_secret' => 'Réinitialiser le secret du webhook',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version demande d\'autorisation',
@ -1388,7 +1390,7 @@ return [
'slack_url_label' => 'URL du webhook entrant de Slack',
// Financial administrations
'administration_index' => 'Financial administration',
'administration_index' => 'Administration financière',
// profile:
'purge_data_title' => 'Purger des données de Firefly III',

View File

@ -282,7 +282,7 @@ return [
'auto_budget_period_mandatory' => 'La période du budget automatique est un champ obligatoire.',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
'no_access_user_group' => 'Vous n\'avez pas les droits d\'accès corrects pour cette administration.',
];
/*

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version engedély kérelem',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Permintaan Otorisasi',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Risposta',
'visit_webhook_url' => 'Visita URL webhook',
'reset_webhook_secret' => 'Reimposta il segreto del webhook',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Richiesta Autorizzazione',
@ -571,12 +573,12 @@ return [
'search_modifier_interest_date_after_year' => 'La data dell\'interesse della transazione è dopo o dell\'anno ":value"',
'search_modifier_interest_date_after_month' => 'La data dell\'interesse della transazione è dopo o del mese di ":value"',
'search_modifier_interest_date_after_day' => 'La data dell\'interesse della transazione è dopo o del giorno del mese ":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_on_year' => 'La data di prenotazione della transazione è nell\'anno ":value"',
'search_modifier_book_date_on_month' => 'La data di prenotazione della transazione è nel mese ":value"',
'search_modifier_book_date_on_day' => 'La data di prenotazione della transazione è il giorno del mese ":value"',
'search_modifier_not_book_date_on_year' => 'La data di prenotazione della transazione non è nell\'anno ":value"',
'search_modifier_not_book_date_on_month' => 'La data di prenotazione della transazione non è nel mese ":value"',
'search_modifier_not_book_date_on_day' => 'La data di prenotazione della transazione non è nel giorno del mese ":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"',
@ -619,23 +621,23 @@ return [
'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_on_year' => 'La data di fatturazione della transazione è nell\'anno ":value"',
'search_modifier_invoice_date_on_month' => 'La data di fatturazione della transazione è nel mese ":value"',
'search_modifier_invoice_date_on_day' => 'La data di fatturazione della transazione è nel giorno del mese ":value"',
'search_modifier_not_invoice_date_on_year' => 'La data di fatturazione della transazione non è nell\'anno ":value"',
'search_modifier_not_invoice_date_on_month' => 'La data di fatturazione della transazione non è nell mese ":value"',
'search_modifier_not_invoice_date_on_day' => 'La data di fatturazione della transazione non è nel giorno del mese ":value"',
'search_modifier_invoice_date_before_year' => 'La data di fatturazione della transazione è precedente o nell\'anno ":value"',
'search_modifier_invoice_date_before_month' => 'La data di fatturazione della transazione è precedente o nel mese ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":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_year' => 'La transazione è stata aggiornata l\'ultima volta nell\'anno ":value"',
'search_modifier_updated_at_on_month' => 'La transazione è stata aggiornata l\'ultima volta nel mese ":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_year' => 'La transazione non è stata aggiornata l\'ultima volta nell\'anno ":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"',
@ -647,7 +649,7 @@ return [
'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_year' => 'La transazione non è stata creata nell\'anno ":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"',
@ -1388,7 +1390,7 @@ return [
'slack_url_label' => 'Slack "incoming webhook" URL',
// Financial administrations
'administration_index' => 'Financial administration',
'administration_index' => 'Amministrazione finanziaria',
// profile:
'purge_data_title' => 'Purge data from Firefly III',

View File

@ -282,7 +282,7 @@ return [
'auto_budget_period_mandatory' => 'Il periodo per il budget automatico è un campo obbligatorio.',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
'no_access_user_group' => 'Non hai i diritti di accesso corretti per questa amministrazione.',
];
/*

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version 認証要求',

View File

@ -36,19 +36,19 @@ declare(strict_types=1);
return [
'home' => '홈',
'budgets' => 'Budgets',
'subscriptions' => 'Subscriptions',
'transactions' => 'Transactions',
'title_expenses' => 'Expenses',
'title_withdrawal' => 'Expenses',
'title_revenue' => 'Revenue / income',
'title_deposit' => 'Revenue / income',
'title_transfer' => 'Transfers',
'title_transfers' => 'Transfers',
'budgets' => '예산',
'subscriptions' => '구독',
'transactions' => '거래',
'title_expenses' => '지출',
'title_withdrawal' => '지출',
'title_revenue' => '수익 / 수입',
'title_deposit' => '수익 / 수입',
'title_transfer' => '이체',
'title_transfers' => '이체',
'edit_currency' => '통화 ":name" 수정하기',
'delete_currency' => '통화 ":name" 삭제하기',
'newPiggyBank' => '새로운 돼지 저금통 만들기',
'edit_piggyBank' => '돼지 저금통 ":name" 수정하기',
'newPiggyBank' => '새 저금통 만들기',
'edit_piggyBank' => '":name" 저금통 수정하기',
'preferences' => '환경 설정',
'profile' => '프로필',
'accounts' => '계정',
@ -95,9 +95,9 @@ return [
'edit_object_group' => '그룹 ":title" 수정',
'delete_object_group' => '그릅 ":title" 삭제',
'logout_others' => '다른 세션에서 로그아웃',
'asset_accounts' => 'Asset accounts',
'expense_accounts' => 'Expense accounts',
'revenue_accounts' => 'Revenue accounts',
'liabilities_accounts' => 'Liabilities',
'asset_accounts' => '자산 계정',
'expense_accounts' => '지출 계정',
'revenue_accounts' => '수익 계정',
'liabilities_accounts' => '부채',
'placeholder' => '[Placeholder]',
];

View File

@ -35,21 +35,21 @@
declare(strict_types=1);
return [
'html_language' => 'en',
'locale' => 'en, English, en_US.utf8, en_US.UTF-8',
'html_language' => 'ko',
'locale' => 'ko, Korean, ko_KR.utf8, ko_KR.UTF-8',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_js' => 'YYYY년 M월',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_day_js' => 'MMMM Do, YYYY',
'month_and_day_moment_js' => 'YYYY년 M월 D일',
'month_and_day_fns' => 'y년 MMMM d일',
'month_and_day_js' => 'YYYY년 MM월 DD일',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
'month_and_date_day_js' => 'YYYY년 M월 D일 ddd',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
'month_and_day_no_year_js' => 'M월 D일',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@ -64,31 +64,31 @@ return [
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
'date_time_js' => 'YYYY년 M월 D일 HH:mm:ss',
'date_time_fns' => 'YYYY년 M월 D일 HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
'specific_day_js' => 'YYYY년 MM월 D일',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Week' w, yyyy",
'week_in_year_js' => 'YYYY년 w주',
'week_in_year_fns' => "YYYY년 w주",
//'year' => '%Y',
'year_js' => 'YYYY',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => '\QQ YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Monday',
'dow_2' => 'Tuesday',
'dow_3' => 'Wednesday',
'dow_4' => 'Thursday',
'dow_5' => 'Friday',
'dow_6' => 'Saturday',
'dow_7' => 'Sunday',
'quarter_fns' => "yyyy년 Q사분기",
'half_year_fns' => "yyyy년 H[반기]",
'dow_1' => '월요일',
'dow_2' => '화요일',
'dow_3' => '수요일',
'dow_4' => '목요일',
'dow_5' => '금요일',
'dow_6' => '토요일',
'dow_7' => '일요일',
];
/*

View File

@ -35,17 +35,17 @@
declare(strict_types=1);
return [
'no_demo_text' => 'Sorry, there is no extra demo-explanation text for <abbr title=":route">this page</abbr>.',
'see_help_icon' => 'However, the <i class="fa fa-question-circle"></i>-icon in the top right corner may tell you more.',
'index' => 'Welcome to <strong>Firefly III</strong>! On this page you get a quick overview of your finances. For more information, check out Accounts &rarr; <a href=":asset">Asset Accounts</a> and of course the <a href=":budgets">Budgets</a> and <a href=":reports">Reports</a> pages. Or just take a look around and see where you end up.',
'accounts-index' => 'Asset accounts are your personal bank accounts. Expense accounts are the accounts you spend money at, such as stores and friends. Revenue accounts are accounts you receive money from, such as your job, the government or other sources of income. Liabilities are your debts and loans such as old credit card debts or student loans. On this page you can edit or remove them.',
'budgets-index' => 'This page shows you an overview of your budgets. The top bar shows the amount that is available to be budgeted. This can be customized for any period by clicking the amount on the right. The amount you\'ve actually spent is shown in the bar below. Below that are the expenses per budget and what you\'ve budgeted for them.',
'reports-index-start' => 'Firefly III supports a number of types of reports. Read about them by clicking on the <i class="fa fa-question-circle"></i>-icon in the top right corner.',
'reports-index-examples' => 'Be sure to check out these examples: <a href=":one">a monthly financial overview</a>, <a href=":two">a yearly financial overview</a> and <a href=":three">a budget overview</a>.',
'currencies-index' => 'Firefly III supports multiple currencies. Although it defaults to the Euro it can be set to the US Dollar and many other currencies. As you can see a small selection of currencies has been included but you can add your own if you wish to. Changing the default currency will not change the currency of existing transactions however: Firefly III supports the use of multiple currencies at the same time.',
'transactions-index' => 'These expenses, deposits and transfers are not particularly imaginative. They have been generated automatically.',
'piggy-banks-index' => 'As you can see, there are three piggy banks. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.',
'profile-index' => 'Keep in mind that the demo site resets every four hours. Your access may be revoked at any time. This happens automatically and is not a bug.',
'no_demo_text' => '죄송합니다. <abbr title=":route">이 페이지</abbr>에 대한 추가 데모 설명이 없습니다.',
'see_help_icon' => '하지만 오른쪽 상단의 <i class="fa fa-question-circle"></i> 아이콘을 통해 자세한 내용을 확인할 수 있습니다.',
'index' => '<strong>Firefly III</strong>에 오신 것을 환영합니다! 이 페이지에서는 재정에 대한 간략한 개요를 확인할 수 있습니다. 자세한 내용은 계정 &rarr; <a href=":asset">자산 계정</a>과 <a href=":budgets">예산</a> 및 <a href=":reports">보고서</a> 페이지를 참조하세요. 아니면 그냥 둘러보면서 어느 정도인지 확인해 보세요.',
'accounts-index' => '자산 계정은 개인 은행 계좌입니다. 비용 계정은 상점이나 친구 등에 돈을 지출하는 계좌입니다. 수입 계정은 직장, 정부 또는 기타 수입원으로부터 돈을 받는 계좌입니다. 부채는 오래된 신용카드 부채나 학자금 대출과 같은 부채 및 대출입니다. 이 페이지에서 이를 편집하거나 삭제할 수 있습니다.',
'budgets-index' => '이 페이지에는 예산의 개요가 표시됩니다. 상단 막대에는 예산으로 사용할 수 있는 금액이 표시됩니다. 오른쪽의 금액을 클릭하면 원하는 기간에 맞게 맞춤 설정할 수 있습니다. 실제로 지출한 금액은 아래 막대에 표시됩니다. 그 아래에는 예산별 비용과 해당 예산에 책정된 금액이 표시됩니다.',
'reports-index-start' => 'Firefly III는 다양한 유형의 보고서를 지원합니다. 오른쪽 상단 모서리의 <i class="fa fa-question-circle"></i> 아이콘을 클릭하여 이에 대해 읽어보세요.',
'reports-index-examples' => '다음의 예제를 확인하세요: <a href=":one">월간 재정 개요</a>, <a href=":two">연간 재정 개요</a> 및 <a href=":three">예산 개요</a>',
'currencies-index' => 'Firefly III는 여러 통화를 지원합니다. 기본적으로 유로화로 설정되어 있지만 미국 달러 및 다른 여러 통화로 설정이 가능합니다. 보시다시피 일부 통화가 포함되어 있지만 원하는 경우 직접 통화를 추가할 수 있습니다. 그러나 기본 통화를 변경해도 기존 거래의 통화는 변경되지 않습니다: Firefly III는 동시에 여러 종류의 통화를 사용할 수 있습니다.',
'transactions-index' => '이러한 비용, 예금 및 이체는 특별히 신경쓸 필요가 없습니다. 이러한 항목은 자동으로 생성됩니다.',
'piggy-banks-index' => '보시다시피 3개의 저금통이 있습니다. 플러스 마이너스 버튼을 사용하여 각 저금통의 금액을 변경합니다. 저금통의 이름을 클릭하여 각각의 저금통을 관리합니다.',
'profile-index' => '데모 사이트는 4시간마다 초기화 됩니다. 귀하의 접속 권한은 언제든 취소될 수 있습니다. 이는 자동으로 수행되며 버그가 아닙니다.',
];
/*

View File

@ -36,14 +36,14 @@ declare(strict_types=1);
return [
// common items
'greeting' => 'Hi there,',
'closing' => 'Beep boop,',
'signature' => 'The Firefly III Mail Robot',
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
'greeting' => '안녕하세요!',
'closing' => '삐빅-',
'signature' => 'Firefly III 메일 봇',
'footer_ps' => '추신: 이 메시지는 :ipAddress의 요청으로 발송되었습니다.',
// admin test
'admin_test_subject' => 'A test message from your Firefly III installation',
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
'admin_test_subject' => 'Firefly III 설치 테스트 메시지',
'admin_test_body' => '이것은 Firefly III 인스턴스의 테스트 메시지 입니다. :email로 보냈습니다.',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@ -58,41 +58,41 @@ return [
// invite
'invitation_created_subject' => 'An invitation has been created',
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
'invitation_created_subject' => '초대장이 생성되었습니다',
'invitation_created_body' => '관리자:email 가 이메일 주소 ":invitee"에 대한 초대장을 생성하였습니다. 초대는 48시간동안 유효합니다.',
'invite_user_subject' => '당신은 Firefly III 계정을 생성하도록 초대되었습니다.',
'invitation_introduction' => '당신은 **:host**에서 Firefly III 계정을 생성하도록 초대받았습니다. Firefly III는 개인이 직접 호스팅하는 개인 재무 관리 프로그램입니다. 모든 멋진 이들이 사용하고 있습니다.',
'invitation_invited_by' => '당신은 ":admin"에게 초대를 받았고 이 초대는 ":invitee"에게 전송되었습니다. 본인이 맞으신가요?',
'invitation_url' => '초대장은 48시간 동안 유효하며, [Firefly III](:url)로 이동하여 교환할 수 있습니다. 즐기세요!',
// new IP
'login_from_new_ip' => 'New login on Firefly III',
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
'new_ip_body' => 'Firefly III detected a new login on your account from an unknown IP address. If you never logged in from the IP address below, or it has been more than six months ago, Firefly III will warn you.',
'new_ip_warning' => 'If you recognize this IP address or the login, you can ignore this message. If you didn\'t login, of if you have no idea what this is about, verify your password security, change it, and log out all other sessions. To do this, go to your profile page. Of course you have 2FA enabled already, right? Stay safe!',
'ip_address' => 'IP address',
'host_name' => 'Host',
'date_time' => 'Date + time',
'login_from_new_ip' => 'Firefly III에 새로 로그인',
'slack_login_from_new_ip' => 'IP :ip (:host) 에서 새로운 Firefly III 로그인',
'new_ip_body' => 'Firefly III가 알 수 없는 IP 주소에서 계정에 새로 로그인한 것을 감지했습니다. 아래 IP 주소에서 로그인한 적이 없거나 로그인한 지 6개월이 넘은 경우 Firefly III에서 경고 메시지를 표시합니다.',
'new_ip_warning' => '이 IP 주소 또는 로그인을 알고있는 경우 이 메시지를 무시해도 됩니다. 로그인하지 않았거나 무슨 내용인지 모르겠다면 비밀번호 보안을 확인하고 비밀번호를 변경한 후 다른 모든 세션에서 로그아웃하세요. 이렇게 하려면 프로필 페이지로 이동합니다. 물론 이미 2단계 인증을 사용 중이시겠죠? 안전하게 지내세요!',
'ip_address' => 'IP 주소',
'host_name' => '호스트',
'date_time' => '날짜 + 시간',
// access token created
'access_token_created_subject' => 'A new access token was created',
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
'access_token_created_explanation' => 'With this token, they can access **all** of your financial records through the Firefly III API.',
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url',
'access_token_created_subject' => '새로운 엑세스 토큰이 생성됨',
'access_token_created_body' => '누군가(아마도 당신이) 방금 당신의 사용자 계정에 대한 새로운 Firefly III API 액세스 토큰을 생성하였습니다.',
'access_token_created_explanation' => '이 토큰을 사용하여 Firefly III API를 통해 당신의 **모든** 재정 기록을 접근할 수 있습니다.',
'access_token_created_revoke' => '당신이 생성한 것이 아니라면 :url 에서 최대한 빨리 이 토큰을 취소하세요',
// registered
'registered_subject' => 'Welcome to Firefly III!',
'registered_subject_admin' => 'A new user has registered',
'admin_new_user_registered' => 'A new user has registered. User **:email** was given user ID #:id.',
'registered_welcome' => 'Welcome to [Firefly III](:address). Your registration has made it, and this email is here to confirm it. Yay!',
'registered_pw' => 'If you have forgotten your password already, please reset it using [the password reset tool](:address/password/reset).',
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
'registered_doc_html' => 'If you haven\'t already, please read the [grand theory](https://docs.firefly-iii.org/about-firefly-iii/personal-finances).',
'registered_doc_text' => 'If you haven\'t already, please also read the first use guide and the full description.',
'registered_closing' => 'Enjoy!',
'registered_subject' => 'Firefly III에 오신 것을 환영합니다!',
'registered_subject_admin' => '새로운 사용자가 등록됨',
'admin_new_user_registered' => '새로운 사용자가 등록되었습니다. **:email** 사용자에게 ID #:id가 부여되었습니다.',
'registered_welcome' => '[Firefly III](:address)에 오신 것을 환영합니다. 귀하의 등록이 완료되었으며, 확인을 위한 이메일입니다. 야호!',
'registered_pw' => '이미 비밀번호를 잊어버렸다면 [비밀번호 초기화 도구](:address/password/reset)를 이용하여 비밀번호를 초기화하세요.',
'registered_help' => '각 페이지의 오른쪽 상단에 도움말 아이콘이 있습니다. 도움이 필요하다면 클릭하세요!',
'registered_doc_html' => '아직 읽지 않았다면 [대이론](https://docs.firefly-iii.org/about-firefly-iii/personal-finances)을 읽어보세요.',
'registered_doc_text' => '아직 읽지 않았다면 첫번째 사용 가이드와 전체 설명도 읽어보세요.',
'registered_closing' => '즐기세요!',
'registered_firefly_iii_link' => 'Firefly III:',
'registered_pw_reset_link' => 'Password reset:',
'registered_doc_link' => 'Documentation:',
'registered_pw_reset_link' => '비밀번호 초기화:',
'registered_doc_link' => '문서:',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@ -107,47 +107,47 @@ return [
// new version
'new_version_email_subject' => 'A new Firefly III version is available',
'new_version_email_subject' => '새로운 Firefly III 버전을 사용할 수 있습니다',
// email change
'email_change_subject' => 'Your Firefly III email address has changed',
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you **must** follow the "undo"-link below to protect your account!',
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
'email_change_old' => 'The old email address was: :email',
'email_change_old_strong' => 'The old email address was: **:email**',
'email_change_new' => 'The new email address is: :email',
'email_change_new_strong' => 'The new email address is: **:email**',
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
'email_change_undo_link' => 'To undo the change, follow this link:',
'email_change_subject' => '당신의 Firefly III 이메일 주소가 변경되었습니다',
'email_change_body_to_new' => '당신 또는 당신의 Firefly III 계정에 접근할 수 있는 누군가가 이메일 주소를 변경했습니다. 이 메시지를 예상하지 못했다면 그것을 무시하고 삭제하기 바랍니다.',
'email_change_body_to_old' => '당신 또는 당신의 Firefly III 계정에 액세스할 수 있는 누군가가 당신의 이메일 주소를 변경했습니다. 예상하지 못한 일이라면 **반드시** 아래의 "실행 취소" 링크를 따라 계정을 보호해야 합니다!',
'email_change_ignore' => '당신이 이러한 변경을 시작하셨다면 이 메시지는 무시해도 됩니다.',
'email_change_old' => '이전 이메일 주소는 :email입니다',
'email_change_old_strong' => '이전 이메일 주소는 **:email**입니다',
'email_change_new' => '새로운 이메일 주소는 :email입니다',
'email_change_new_strong' => '새로운 이메일 주소는 **:email**입니다',
'email_change_instructions' => '이 변경 사항을 확인하기 전까지는 Firefly III를 사용할 수 없습니다. 아래 링크를 따라 확인하시기 바랍니다.',
'email_change_undo_link' => '변경을 취소하려면 이 링크를 클릭하세요:',
// OAuth token created
'oauth_created_subject' => 'A new OAuth client has been created',
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL `:url`.',
'oauth_created_explanation' => 'With this client, they can access **all** of your financial records through the Firefly III API.',
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at `:url`',
'oauth_created_subject' => '새로운 OAuth 클라이언트가 생성되었습니다',
'oauth_created_body' => '누군가(당신이길 바랍니다) 방금 사용자 계정에 대한 새로운 Firefly III API OAuth 클라이언트를 만들었습니다. 레이블은 ":name"이고 콜백 URL은 `:url`입니다.',
'oauth_created_explanation' => '이 클라이언트를 사용하여 Firefly III API를 통해 당신의 **모든** 재정 기록을 접근할 수 있습니다.',
'oauth_created_undo' => '당신이 생성한 것이 아니라면 `:url`에서 최대한 빨리 이 클라이언트를 취소하세요',
// reset password
'reset_pw_subject' => 'Your password reset request',
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
'reset_pw_warning' => '**PLEASE** verify that the link actually goes to the Firefly III you expect it to go!',
'reset_pw_subject' => '비밀번호 재설정 요청',
'reset_pw_instructions' => '누군가 비밀번호 재설정을 시도했습니다. 본인인 경우 아래 링크를 따라 비밀번호를 재설정하세요.',
'reset_pw_warning' => '링크가 실제로 예상한 Firefly III로 연결되는지 **꼭** 확인하세요!',
// error
'error_subject' => 'Caught an error in Firefly III',
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
'error_type' => 'The error was of type ":class".',
'error_timestamp' => 'The error occurred on/at: :time.',
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
'error_ip' => 'The IP address related to this error is: :ip',
'error_url' => 'URL is: :url',
'error_user_agent' => 'User agent: :userAgent',
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'The full stacktrace is below:',
'error_headers' => 'The following headers may also be relevant:',
'error_subject' => 'Firefly III에서 오류 발견',
'error_intro' => 'Firefly III v:version에서 오류가 발생했습니다: <span style="font-family: monospace;">:errorMessage</span>',
'error_type' => '오류 유형은 ":class"입니다.',
'error_timestamp' => '오류 발생 시간: :time',
'error_location' => '이 오류는 "<span style="font-family: monospace;">:file</span>" 파일의 :line 라인 :code에서 발생하였습니다.',
'error_user' => '사용자 #:id, <a href="mailto::email">:email</a>이(가) 오류를 발생시켰습니다.',
'error_no_user' => '이 오류로 인해 로그인한 사용자가 없거나 사용자가 감지되지 않았습니다.',
'error_ip' => '이 오류와 관련된 IP 주소: :ip',
'error_url' => 'URL: :url',
'error_user_agent' => '유저 에이전트: :userAgent',
'error_stacktrace' => '전체 스택 추적은 다음과 같습니다. Firefly III의 버그라고 생각되면 이 메시지를 <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a> 으로 전달해 주세요. 방금 발생한 버그를 수정하는 데 도움이 될 수 있습니다.',
'error_github_html' => '원한다면 <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>에 새로운 이슈를 오픈할 수 도 있습니다.',
'error_github_text' => '원한다면 https://github.com/firefly-iii/firefly-iii/issues 에 새로운 이슈를 오픈할 수도 있습니다.',
'error_stacktrace_below' => '전체 스택 추적은 다음과 같습니다:',
'error_headers' => '다음 헤더도 관련이 있을 수 있습니다:',
/*
* 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가 새로운 거래를 생성하였습니다|Firefly III가 :count개의 새로운 거래를 생성하였습니다',
'new_journals_header' => 'Firefly III가 새로운 거래를 생성하였습니다. Firefly III 설치에서 찾을 수 있습니다:|Firefly III가 :count개의 새로운 거래를 생성하였습니다. 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' => '":name" 청구서가 :diff일 후 만료됩니다',
'bill_warning_subject_now_end_date' => '":name" 청구서가 오늘 만료됩니다',
'bill_warning_subject_extension_date' => '":name" 청구서가 :diff일 내에 연장되거나 취소될 예정입니다',
'bill_warning_subject_now_extension_date' => '":name" 청구서가 오늘 연장되거나 취소될 예정입니다',
'bill_warning_end_date' => '**":name"** 청구서는 :date에 만료됩니다. 약 **:diff 일** 남았습니다.',
'bill_warning_extension_date' => '**":name"** 청구서는 :date에 연장되거나 취소될 예정입니다. 약 **:diff 일** 남았습니다.',
'bill_warning_end_date_zero' => '**":name"** 청구서는 :date에 만료됩니다. **오늘**까지 입니다!',
'bill_warning_extension_date_zero' => '**":name"** 청구서는 :date에 연장되거나 취소될 예정입니다. **오늘**까지 입니다!',
'bill_warning_please_action' => '적절한 조치를 취하시기 바랍니다.',
];
/*

View File

@ -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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'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.',
'be_right_back' => 'Be right back!',
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second.',
'error_occurred' => 'Whoops! An error occurred.',
'db_error_occurred' => 'Whoops! A database error occurred.',
'error_not_recoverable' => 'Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:',
'error' => 'Error',
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
'404_header' => 'Firefly III는 이 페이지를 찾을 수 없습니다.',
'404_page_does_not_exist' => '요청하신 페이지가 존재하지 않습니다. 잘못된 URL을 입력하지 않았는지 확인해 주세요. 혹시 오타를 입력하셨나요?',
'404_send_error' => '이 페이지로 자동 리디렉션되셨다면 사과드립니다. 로그 파일에 이 오류에 대한 언급이 있으니 오류 내용을 보내 주시면 감사하겠습니다.',
'404_github_link' => '이 페이지가 있어야 하는 것이 확실하다면 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>에서 티켓을 만들어주세요.',
'whoops' => '이런',
'fatal_error' => '치명적인 오류가 발생했습니다. "storage/logs"에서 로그 파일을 확인하거나 "docker logs -f [container]"를 사용하여 진행 상황을 확인하세요.',
'maintenance_mode' => 'Firefly III는 유지 관리 모드입니다.',
'be_right_back' => '곧 돌아올게요!',
'check_back' => 'Firefly III가 필수 점검을 위해 다운되었습니다. 잠시후 다시 확인해 주세요.',
'error_occurred' => '이런! 오류가 발생했습니다.',
'db_error_occurred' => '이런! 데이터베이스 오류가 발생했습니다.',
'error_not_recoverable' => '안타깝게도 이 오류는 복구할 수 없습니다. :( Firefly III 고장. 에러:',
'error' => '오류',
'error_location' => '이 오류는 <span style="font-family: monospace;">:file</span> 파일의 :line 라인 :code에서 발생하였습니다.',
'stacktrace' => 'Stack trace',
'more_info' => 'More information',
'more_info' => '추가 정보',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@ -64,17 +64,17 @@ return [
*/
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
'github_help' => 'Get help on GitHub',
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
'use_search' => 'Use the search!',
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
'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 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'collect_info' => '<code>storage/logs</code> 디렉토리의 로그 파일에서 추가정보를 수집하세요. 도커를 실행중이라면 <code>docker logs -f [container]</code>를 사용하세요.',
'collect_info_more' => '<a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>에서 오류 정보 수집에 대한 더 자세한 정보를 읽을 수 있습니다.',
'github_help' => 'GitHub에서 도움 얻기',
'github_instructions' => '<strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub에서</a></strong> 새로운 이슈를 여는 것을 환영합니다.',
'use_search' => '검색을 이용하세요!',
'include_info' => '<a href=":link">이 디버그 페이지</a>의 정보를 포함합니다.',
'tell_more' => '우리에게 "이런! 이라고 쓰여있네요" 보다 더 자세히 알려주세요.',
'include_logs' => '에러 로그를 포함합니다 (상단 참조).',
'what_did_you_do' => '무엇을 하고 있었는지 알려주세요.',
'offline_header' => '오프라인 상태일 수 있습니다.',
'offline_unreachable' => 'Firefly III에 접근할 수 없습니다. 장치가 현재 오프라인이거나 서버가 동작하지 않습니다.',
'offline_github' => '장치와 서버가 온라인인 것이 확실하다면 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>에서 티켓을 만들어주세요.',
];

View File

@ -36,56 +36,56 @@ declare(strict_types=1);
return [
// general stuff:
'close' => 'Close',
'actions' => 'Actions',
'edit' => 'Edit',
'delete' => 'Delete',
'split' => 'Split',
'single_split' => 'Split',
'clone' => 'Clone',
'close' => '닫기',
'actions' => '액션',
'edit' => '수정',
'delete' => '삭제',
'split' => '나누기',
'single_split' => '나누기',
'clone' => '복사',
'confirm_action' => 'Confirm action',
'last_seven_days' => 'Last seven days',
'last_thirty_days' => 'Last thirty days',
'last_180_days' => 'Last 180 days',
'last_seven_days' => '최근 7일',
'last_thirty_days' => '최근 30일',
'last_180_days' => '최근 180일',
'month_to_date' => 'Month to date',
'year_to_date' => 'Year to date',
'YTD' => 'YTD',
'welcome_back' => 'What\'s playing?',
'everything' => 'Everything',
'today' => 'today',
'customRange' => 'Custom range',
'today' => '오늘',
'customRange' => '맞춤 범위',
'date_range' => 'Date range',
'apply' => 'Apply',
'select_date' => 'Select date..',
'cancel' => 'Cancel',
'apply' => '적용',
'select_date' => '날짜 선택',
'cancel' => '취소',
'from' => 'From',
'to' => 'To',
'structure' => 'Structure',
'help_translating' => 'This help text is not yet available in your language. <a href="https://crowdin.com/project/firefly-iii-help">Will you help translate?</a>',
'showEverything' => 'Show everything',
'help_translating' => '이 도움말 텍스트는 아직 귀하의 언어를 지원하지 않습니다. <a href="https://crowdin.com/project/firefly-iii-help">번역을 도와 주시겠습니까?</a>',
'showEverything' => '모두 보기',
'never' => 'Never',
'no_results_for_empty_search' => 'Your search was empty, so nothing was found.',
'removed_amount' => 'Removed :amount',
'added_amount' => 'Added :amount',
'asset_account_role_help' => 'Any extra options resulting from your choice can be set later.',
'Opening balance' => 'Opening balance',
'create_new_stuff' => 'Create new stuff',
'new_withdrawal' => 'New withdrawal',
'create_new_transaction' => 'Create a new transaction',
'sidebar_frontpage_create' => 'Create',
'new_transaction' => 'New transaction',
'no_rules_for_bill' => 'This bill has no rules associated to it.',
'go_to_asset_accounts' => 'View your asset accounts',
'go_to_budgets' => 'Go to your budgets',
'go_to_withdrawals' => 'Go to your withdrawals',
'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)',
'go_to_categories' => 'Go to your categories',
'go_to_bills' => 'Go to your bills',
'go_to_expense_accounts' => 'See your expense accounts',
'go_to_revenue_accounts' => 'See your revenue accounts',
'go_to_piggies' => 'Go to your piggy banks',
'new_deposit' => 'New deposit',
'new_transfer' => 'New transfer',
'no_results_for_empty_search' => '검색 조건이 비어서 아무것도 찾을 수 없습니다.',
'removed_amount' => ':amount 삭제됨',
'added_amount' => ':amount 추가됨',
'asset_account_role_help' => '선택에 따른 추가 옵션은 나중에 설정할 수 있습니다.',
'Opening balance' => '초기 잔고',
'create_new_stuff' => '새로 만들기',
'new_withdrawal' => '신규 출금',
'create_new_transaction' => '새로운 거래 만들기',
'sidebar_frontpage_create' => '생성',
'new_transaction' => '새 거래',
'no_rules_for_bill' => '이 청구서는 관련된 규칙이 없습니다.',
'go_to_asset_accounts' => '자산 계정 보기',
'go_to_budgets' => '예산으로 이동',
'go_to_withdrawals' => '출금으로 이동',
'clones_journal_x' => '이 거래는 ":description" (#:id)의 복제본입니다.',
'go_to_categories' => '카테고리로 이동',
'go_to_bills' => '청구서로 이동',
'go_to_expense_accounts' => '지출 계정 보기',
'go_to_revenue_accounts' => '수익 계정 보기',
'go_to_piggies' => '저금통으로 이동',
'new_deposit' => '신규 입금',
'new_transfer' => '신규 이체',
'new_transfers' => 'New transfer',
'new_asset_account' => 'New asset account',
'new_expense_account' => 'New expense account',
@ -122,39 +122,39 @@ return [
'warning_much_data' => ':days days of data may take a while to load.',
'registered' => 'You have registered successfully!',
'Default asset account' => 'Default asset account',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'no_budget_pointer' => '예산이 아직 없는 것 같습니다. <a href="budgets">예산</a> 페이지에서 예산을 만들어야 합니다. 예산은 지출을 추적하는데 도움이 됩니다.',
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="bills">bills</a>-page. Bills can help you keep track of expenses.',
'Savings account' => 'Savings account',
'Credit card' => 'Credit card',
'Credit card' => '신용카드',
'source_accounts' => 'Source account|Source accounts',
'destination_accounts' => 'Destination account|Destination accounts',
'user_id_is' => 'Your user id is <strong>:user</strong>',
'field_supports_markdown' => 'This field supports <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
'need_more_help' => 'If you need more help using Firefly III, please <a href="https://github.com/firefly-iii/firefly-iii/issues">open a ticket on Github</a>.',
'reenable_intro_text' => 'You can also re-enable <a href="#" id="reenableGuidance">the introduction guidance</a>.',
'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.',
'show_all_no_filter' => 'Show all transactions without grouping them by date.',
'expenses_by_category' => 'Expenses by category',
'expenses_by_budget' => 'Expenses by budget',
'income_by_category' => 'Income by category',
'expenses_by_asset_account' => 'Expenses by asset account',
'expenses_by_expense_account' => 'Expenses by expense account',
'cannot_redirect_to_account' => 'Firefly III cannot redirect you to the correct page. Apologies.',
'sum_of_expenses' => 'Sum of expenses',
'sum_of_income' => 'Sum of income',
'liabilities' => 'Liabilities',
'user_id_is' => '사용자 Id는 <strong>:user</strong>입니다',
'field_supports_markdown' => '이 필드는 <a href="https://en.support.wordpress.com/markdown-quick-reference/">마크다운</a>을 지원합니다.',
'need_more_help' => 'Firefly III를 사용하는데 도움이 필요하다면 <a href="https://github.com/firefly-iii/firefly-iii/issues">Github에서 티켓을 열어주세요</a>.',
'reenable_intro_text' => '<a href="#" id="reenableGuidance">소개 안내</a>를 다시 활성화할 수도 있습니다.',
'intro_boxes_after_refresh' => '페이지를 새로고침하면 소개 상자가 다시 나타납니다.',
'show_all_no_filter' => '날짜별로 그룹화하지 않고 모든 거래를 표시합니다.',
'expenses_by_category' => '카테고리별 지출',
'expenses_by_budget' => '예산별 지출',
'income_by_category' => '카테고리별 수입',
'expenses_by_asset_account' => '자산 계정별 지출',
'expenses_by_expense_account' => '지출 계정별 지출',
'cannot_redirect_to_account' => 'Firefly III가 올바른 페이지로 리디렉션할 수 없습니다. 죄송합니다.',
'sum_of_expenses' => '지출 합계',
'sum_of_income' => '수입 합계',
'liabilities' => '부채',
'spent_in_specific_budget' => 'Spent in budget ":budget"',
'spent_in_specific_double' => 'Spent in account ":account"',
'earned_in_specific_double' => 'Earned in account ":account"',
'source_account' => 'Source account',
'source_account' => '소스 계정',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'destination_account' => 'Destination account',
'destination_account' => '대상 계정',
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"',
'left_in_budget_limit' => 'Left to spend according to budgeting',
'current_period' => 'Current period',
'show_the_current_period_and_overview' => 'Show the current period and overview',
'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.',
'pref_languages_locale' => '영어 외의 언어가 제대로 동작하려면 운영 체제에 올바른 로케일 정보가 있어야 합니다. 그렇지 않은 경우 통화 데이터, 날짜 및 금액의 형식이 잘못 지정될 수 있습니다.',
'budget_in_period' => 'All transactions for budget ":name" between :start and :end in :currency',
'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end in :currency',
'chart_budget_in_period_only_currency' => 'The amount you budgeted was in :currency, so this chart will only show transactions in :currency.',
@ -165,14 +165,14 @@ return [
'clone_deposit' => 'Clone this deposit',
'clone_transfer' => 'Clone this transfer',
'multi_select_no_selection' => 'None selected',
'multi_select_select_all' => 'Select all',
'multi_select_select_all' => '전체 선택',
'multi_select_n_selected' => 'selected',
'multi_select_all_selected' => 'All selected',
'multi_select_filter_placeholder' => 'Find..',
'intro_next_label' => 'Next',
'intro_prev_label' => 'Previous',
'intro_skip_label' => 'Skip',
'intro_done_label' => 'Done',
'multi_select_filter_placeholder' => '찾기..',
'intro_next_label' => '다음',
'intro_prev_label' => '이전',
'intro_skip_label' => '건너뛰기',
'intro_done_label' => '완료',
'between_dates_breadcrumb' => 'Between :start and :end',
'all_journals_without_budget' => 'All transactions without a budget',
'journals_without_budget' => 'Transactions without a budget',
@ -202,52 +202,52 @@ return [
'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:',
'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.',
'transaction_data' => 'Transaction data',
'invalid_server_configuration' => 'Invalid server configuration',
'invalid_server_configuration' => '유효하지 않은 서버 설정',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Quickswitch',
'quickswitch' => '퀵스위치',
'sign_in_to_start' => 'Sign in to start your session',
'sign_in' => 'Sign in',
'register_new_account' => 'Register a new account',
'forgot_my_password' => 'I forgot my password',
'problems_with_input' => 'There were some problems with your input.',
'reset_password' => 'Reset your password',
'button_reset_password' => 'Reset password',
'reset_button' => 'Reset',
'want_to_login' => 'I want to login',
'login_page_title' => 'Login to Firefly III',
'register_page_title' => 'Register at Firefly III',
'forgot_pw_page_title' => 'Forgot your password for Firefly III',
'sign_in' => '로그인',
'register_new_account' => '새로운 계정 등록',
'forgot_my_password' => '비밀번호를 잊어버렸습니다',
'problems_with_input' => '입력에 오류가 있습니다.',
'reset_password' => '비밀번호 초기화',
'button_reset_password' => '비밀번호 초기화',
'reset_button' => '초기화',
'want_to_login' => '로그인하고 싶습니다',
'login_page_title' => 'Firefly III 로그인',
'register_page_title' => 'Firefly III 등록하기',
'forgot_pw_page_title' => 'Firefly III 비밀번호를 잊어버렸습니다',
'reset_pw_page_title' => 'Reset your password for Firefly III',
'cannot_reset_demo_user' => 'You cannot reset the password of the demo user.',
'no_att_demo_user' => 'The demo user can\'t upload attachments.',
'button_register' => 'Register',
'authorization' => 'Authorization',
'no_att_demo_user' => '데모 유저는 첨부 파일을 업로드할 수 없습니다.',
'button_register' => '등록',
'authorization' => '인증',
'active_bills_only' => 'active bills only',
'active_bills_only_total' => 'all active bills',
'active_exp_bills_only' => 'active and expected bills only',
'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',
'average_per_bill' => 'average per bill',
'per_period_sum_1D' => '일간 예상 비용',
'per_period_sum_1W' => '주간 예상 비용',
'per_period_sum_1M' => '월간 예상 비용',
'per_period_sum_3M' => '분기 예상 비용',
'per_period_sum_6M' => '반기 예상 비용',
'per_period_sum_1Y' => '년간 예상 비용',
'average_per_bill' => '청구서당 평균',
'expected_total' => 'expected total',
'reconciliation_account_name' => ':name reconciliation (:currency)',
'saved' => 'Saved',
'advanced_options' => 'Advanced options',
'saved' => '저장 완료',
'advanced_options' => '고급 옵션',
'advanced_options_explain' => 'Some pages in Firefly III have advanced options hidden behind this button. This page doesn\'t have anything fancy here, but do check out the others!',
'here_be_dragons' => 'Hic sunt dracones',
// Webhooks
'webhooks' => 'Webhooks',
'webhooks_breadcrumb' => 'Webhooks',
'no_webhook_messages' => 'There are no webhook messages',
'webhooks' => '웹훅',
'webhooks_breadcrumb' => '웹훅',
'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',
'webhook_response_TRANSACTIONS' => '거래 세부 정보',
'webhook_response_ACCOUNTS' => 'Account details',
'webhook_response_none_NONE' => 'No details',
'webhook_delivery_JSON' => 'JSON',
@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Authorization Request',
@ -301,14 +303,14 @@ return [
'internal_reference' => 'Internal reference',
// check for updates:
'update_check_title' => 'Check for updates',
'update_check_title' => '업데이트 확인',
'admin_update_check_title' => 'Automatically check for update',
'admin_update_check_explain' => 'Firefly III can check for updates automatically. When you enable this setting, it will contact the Firefly III update server to see if a new version of Firefly III is available. When it is, you will get a notification. You can test this notification using the button on the right. Please indicate below if you want Firefly III to check for updates.',
'check_for_updates_permission' => 'Firefly III can check for updates, but it needs your permission to do so. Please go to the <a href=":link">administration</a> to indicate if you would like this feature to be enabled.',
'updates_ask_me_later' => 'Ask me later',
'updates_do_not_check' => 'Do not check for updates',
'updates_enable_check' => 'Enable the check for updates',
'admin_update_check_now_title' => 'Check for updates now',
'admin_update_check_now_title' => '지금 업데이트 확인',
'admin_update_check_now_explain' => 'If you press the button, Firefly III will see if your current version is the latest.',
'check_for_updates_button' => 'Check now!',
'update_new_version_alert' => 'A new version of Firefly III is available. You are running :your_version, the latest version is :new_version which was released on :date.',
@ -320,15 +322,15 @@ return [
'unknown_error' => 'Unknown error. Sorry about that.',
'just_new_release' => 'A new version is available! Version :version was released :date. This release is very fresh. Wait a few days for the new release to stabilize.',
'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_title' => '업데이트 채널',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search
'search' => 'Search',
'search_query' => 'Query',
'search' => '검색',
'search_query' => '쿼리',
'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_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
@ -1320,13 +1322,13 @@ return [
'pref_MTD' => 'Month to date',
'pref_languages' => 'Languages',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III supports several languages. Which one do you prefer?',
'pref_languages_help' => 'Firefly III는 여러 언어를 지원합니다. 어떤 언어를 선호하시나요?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
'pref_custom_fiscal_year' => 'Fiscal year settings',
'pref_custom_fiscal_year_label' => 'Enabled',
'pref_custom_fiscal_year_help' => 'In countries that use a financial year other than January 1 to December 31, you can switch this on and specify start / end days of the fiscal year',
'pref_fiscal_year_start_label' => 'Fiscal year start date',
'pref_custom_fiscal_year' => '회계연도 설정',
'pref_custom_fiscal_year_label' => '활성화',
'pref_custom_fiscal_year_help' => '1월 1일에서 12월 31일과 다른 회계 연도를 사용하는 나라에서는 해당 설정을 켜고 회계 연도의 시작과 끝을 지정할 수 있습니다',
'pref_fiscal_year_start_label' => '회계 연도 시작일',
'pref_two_factor_auth' => '2-step verification',
'pref_two_factor_auth_help' => 'When you enable 2-step verification (also known as two-factor authentication), you add an extra layer of security to your account. You sign in with something you know (your password) and something you have (a verification code). Verification codes are generated by an application on your phone, such as Authy or Google Authenticator.',
'pref_enable_two_factor_auth' => 'Enable 2-step verification',
@ -1355,7 +1357,7 @@ return [
'list_page_size_help' => 'Any list of things (accounts, transactions, etc) shows at most this many per page.',
'list_page_size_label' => 'Page size',
'between_dates' => '(:start and :end)',
'pref_optional_fields_transaction' => 'Optional fields for transactions',
'pref_optional_fields_transaction' => '거래의 옵션 항목',
'pref_optional_fields_transaction_help' => 'By default not all fields are enabled when creating a new transaction (because of the clutter). Below, you can enable these fields if you think they could be useful for you. Of course, any field that is disabled, but already filled in, will be visible regardless of the setting.',
'optional_tj_date_fields' => 'Date fields',
'optional_tj_other_fields' => 'Other fields',
@ -1509,7 +1511,7 @@ return [
'profile_whoops' => 'Whoops!',
'profile_something_wrong' => 'Something went wrong!',
'profile_try_again' => 'Something went wrong. Please try again.',
'amounts' => 'Amounts',
'amounts' => '금액',
'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.',
@ -1545,7 +1547,7 @@ return [
'attachment_deleted' => 'Deleted attachment ":name"',
'liabilities_deleted' => 'Deleted liability ":name"',
'attachment_updated' => 'Updated attachment ":name"',
'upload_max_file_size' => 'Maximum file size: :size',
'upload_max_file_size' => '최대 파일 크기: :size',
'list_all_attachments' => 'List of all attachments',
// transaction index
@ -1607,7 +1609,7 @@ return [
'create_new_liabilities' => 'Create new liability',
'create_new_expense' => 'Create new expense account',
'create_new_revenue' => 'Create new revenue account',
'create_new_piggy_bank' => 'Create new piggy bank',
'create_new_piggy_bank' => '새 저금통 만들기',
'create_new_bill' => 'Create new bill',
// currencies:
@ -1624,7 +1626,7 @@ return [
'cannot_disable_currency_recurring' => 'Cannot disable :name because it is used in recurring transactions.',
'cannot_disable_currency_available_budgets' => 'Cannot disable :name because it is used in available budgets.',
'cannot_disable_currency_budget_limits' => 'Cannot disable :name because it is used in budget limits.',
'cannot_disable_currency_current_default' => 'Cannot disable :name because it is the current default currency.',
'cannot_disable_currency_current_default' => ':name은 현재 기본 통화이므로 비활성화 할 수 없습니다.',
'cannot_disable_currency_system_fallback' => 'Cannot disable :name because it is the system default currency.',
'disable_EUR_side_effects' => 'The Euro is the system\'s emergency fallback currency. Disabling it may have unintended side-effects and may void your warranty.',
'deleted_currency' => 'Currency :name deleted',
@ -1643,9 +1645,9 @@ return [
'currency_is_now_disabled' => 'Currency ":name" has been disabled',
// forms:
'mandatoryFields' => 'Mandatory fields',
'optionalFields' => 'Optional fields',
'options' => 'Options',
'mandatoryFields' => '필수 입력 항목',
'optionalFields' => '선택 입력 항목',
'options' => '옵션',
// budgets:
'daily_budgets' => 'Daily budgets',
@ -1689,7 +1691,7 @@ return [
'update_budget_amount_range' => 'Update (expected) available amount between :start and :end',
'set_budget_limit_title' => 'Set budgeted amount for budget :budget between :start and :end',
'set_budget_limit' => 'Set budgeted amount',
'budget_period_navigator' => 'Period navigator',
'budget_period_navigator' => '기간 탐색기',
'info_on_available_amount' => 'What do I have available?',
'available_amount_indication' => 'Use these amounts to get an indication of what your total budget could be.',
'suggested' => 'Suggested',
@ -1848,7 +1850,7 @@ return [
'credit_card_options' => 'Credit card options',
'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".',
'no_transactions_period' => 'There are no transactions (in this period).',
'no_data_for_chart' => 'There is not enough information (yet) to generate this chart.',
'no_data_for_chart' => '이 차트를 생성하기 위한 정보가 (아직) 충분하지 않습니다.',
'select_at_least_one_account' => 'Please select at least one asset account',
'select_at_least_one_category' => 'Please select at least one category',
'select_at_least_one_budget' => 'Please select at least one budget',
@ -1888,8 +1890,8 @@ return [
'list_options' => 'List options',
// categories:
'new_category' => 'New category',
'create_new_category' => 'Create a new category',
'new_category' => '새 카테고리',
'create_new_category' => '새 카테고리 생성',
'without_category' => 'Without a category',
'update_category' => 'Update category',
'updated_category' => 'Updated category ":name"',
@ -1899,8 +1901,8 @@ return [
'category' => 'Category',
'delete_category' => 'Delete category ":name"',
'deleted_category' => 'Deleted category ":name"',
'store_category' => 'Store new category',
'stored_category' => 'Stored new category ":name"',
'store_category' => '새 카테고리 저장',
'stored_category' => '새로운":name" 카테고리가 저장되었습니다',
'without_category_between' => 'Without category between :start and :end',
/*
@ -2062,7 +2064,7 @@ return [
'toggleNavigation' => 'Toggle navigation',
'searchPlaceholder' => 'Search...',
'version' => 'Version',
'dashboard' => 'Dashboard',
'dashboard' => '대시보드',
'available_budget' => 'Available budget ({currency})',
'currencies' => 'Currencies',
'activity' => 'Activity',
@ -2193,7 +2195,7 @@ return [
'report_date_range' => 'Date range',
'report_preset_ranges' => 'Pre-set ranges',
'shared' => 'Shared',
'fiscal_year' => 'Fiscal year',
'fiscal_year' => '회계 연도',
'income_entry' => 'Income from account ":name" between :start and :end',
'expense_entry' => 'Expenses to account ":name" between :start and :end',
'category_entry' => 'Expenses and income in category ":name" between :start and :end',
@ -2230,7 +2232,7 @@ return [
'average_spending_per_account' => 'Average spending per account',
'average_income_per_account' => 'Average income per account',
'total' => 'Total',
'description' => 'Description',
'description' => '설명',
'sum_of_period' => 'Sum of period',
'average_in_period' => 'Average in period',
'account_role_defaultAsset' => 'Default asset account',
@ -2282,7 +2284,7 @@ return [
'paid' => 'Paid',
'unpaid' => 'Unpaid',
'day' => 'Day',
'budgeted' => 'Budgeted',
'budgeted' => '예산',
'period' => 'Period',
'balance' => 'Balance',
'sum' => 'Sum',
@ -2338,7 +2340,7 @@ return [
'new_tag' => 'Make new tag',
'edit_tag' => 'Edit tag ":tag"',
'updated_tag' => 'Updated tag ":tag"',
'created_tag' => 'Tag ":tag" has been created!',
'created_tag' => '":tag" 태그가 생성되었습니다!',
'transaction_journal_information' => 'Transaction information',
'transaction_journal_meta' => 'Meta information',
@ -2497,7 +2499,7 @@ return [
'breadcrumb_convert_group' => 'Convert transaction',
'convert_invalid_source' => 'Source information is invalid for transaction #%d.',
'convert_invalid_destination' => 'Destination information is invalid for transaction #%d.',
'create_another' => 'After storing, return here to create another one.',
'create_another' => '저장후 이 페이지로 돌아와 다른 것을 만듭니다.',
'after_update_create_another' => 'After updating, return here to continue editing.',
'store_as_new' => 'Store as a new transaction instead of updating.',
'reset_after' => 'Reset form after submission',
@ -2525,22 +2527,22 @@ return [
'no_accounts_intro_liabilities' => 'You have no liabilities yet. Liabilities are the accounts that register your (student) loans and other debts.',
'no_accounts_imperative_liabilities' => 'You don\'t have to use this feature, but it can be useful if you want to keep track of these things.',
'no_accounts_create_liabilities' => 'Create a liability',
'no_budgets_title_default' => 'Let\'s create a budget',
'no_budgets_title_default' => '예산을 만들어 봅시다',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
'no_budgets_intro_default' => '예산이 아직 없습니다. 예산은 소프트캡을 설정하여 지출을 제한할 수 있도록, 지출을 논리적인 그룹으로 정리하는 데 사용됩니다.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Budgets are the basic tools of financial management. Let\'s create one now:',
'no_budgets_imperative_default' => '예산은 재무 관리의 기본 도구입니다. 지금 만들어봅시다:',
'no_budgets_create_default' => 'Create a budget',
'no_rules_create_default' => 'Create a rule',
'no_categories_title_default' => 'Let\'s create a category!',
'no_categories_intro_default' => 'You have no categories yet. Categories are used to fine tune your transactions and label them with their designated category.',
'no_categories_imperative_default' => 'Categories are created automatically when you create transactions, but you can create one manually too. Let\'s create one now:',
'no_categories_create_default' => 'Create a category',
'no_tags_title_default' => 'Let\'s create a tag!',
'no_tags_intro_default' => 'You have no tags yet. Tags are used to fine tune your transactions and label them with specific keywords.',
'no_tags_imperative_default' => 'Tags are created automatically when you create transactions, but you can create one manually too. Let\'s create one now:',
'no_tags_create_default' => 'Create a tag',
'no_categories_title_default' => '카테고리를 만들어 봅시다!',
'no_categories_intro_default' => '아직 카테고리가 없습니다. 카테고리는 거래를 미세 조정하고 지정된 카테고리로 레이블을 지정하는 데 사용됩니다.',
'no_categories_imperative_default' => '카테고리는 거래를 생성할 때 자동으로 생성되지만 수동으로도 만들 수 있습니다. 지금 하나 만들어 보겠습니다:',
'no_categories_create_default' => '카테고리 만들기',
'no_tags_title_default' => '태그를 만들어 봅시다!',
'no_tags_intro_default' => '태그가 아직 없습니다. 태그는 거래를 미세 조정하고 특정 키워드로 레이블을 지정하는데 사용됩니다.',
'no_tags_imperative_default' => '태그는 거래를 생성할 때 자동으로 생성되지만 수동으로도 만들 수 있습니다. 지금 하나 만들어 보겠습니다:',
'no_tags_create_default' => '태그 생성',
'no_transactions_title_withdrawal' => 'Let\'s create an expense!',
'no_transactions_intro_withdrawal' => 'You have no expenses yet. You should create expenses to start managing your finances.',
'no_transactions_imperative_withdrawal' => 'Have you spent some money? Then you should write it down:',
@ -2553,11 +2555,11 @@ return [
'no_transactions_intro_transfers' => 'You have no transfers yet. When you move money between asset accounts, it is recorded as a transfer.',
'no_transactions_imperative_transfers' => 'Have you moved some money around? Then you should write it down:',
'no_transactions_create_transfers' => 'Create a transfer',
'no_piggies_title_default' => 'Let\'s create a piggy bank!',
'no_piggies_intro_default' => 'You have no piggy banks yet. You can create piggy banks to divide your savings and keep track of what you\'re saving up for.',
'no_piggies_title_default' => '저금통을 만들어 봅시다!',
'no_piggies_intro_default' => '저금통이 아직 없습니다. 저금통을 만들어 저축을 나누고 무엇을 위해 저축하는지 추적할 수 있습니다.',
'no_piggies_imperative_default' => 'Do you have things you\'re saving money for? Create a piggy bank and keep track:',
'no_piggies_create_default' => 'Create a new piggy bank',
'no_bills_title_default' => 'Let\'s create a bill!',
'no_piggies_create_default' => '새 저금통 만들기',
'no_bills_title_default' => '청구서를 만들어 봅시다!',
'no_bills_intro_default' => 'You have no bills yet. You can create bills to keep track of regular expenses, like your rent or insurance.',
'no_bills_imperative_default' => 'Do you have such regular bills? Create a bill and keep track of your payments:',
'no_bills_create_default' => 'Create a bill',
@ -2647,7 +2649,7 @@ return [
'box_balance_in_currency' => 'Balance (:currency)',
'box_spent_in_currency' => 'Spent (:currency)',
'box_earned_in_currency' => 'Earned (:currency)',
'box_budgeted_in_currency' => 'Budgeted (:currency)',
'box_budgeted_in_currency' => '예산 (:currency)',
'box_bill_paid_in_currency' => 'Bills paid (:currency)',
'box_bill_unpaid_in_currency' => 'Bills unpaid (:currency)',
'box_left_to_spend_in_currency' => 'Left to spend (:currency)',
@ -2666,7 +2668,7 @@ return [
'object_groups_breadcrumb' => 'Groups',
'object_groups_index' => 'Overview',
'object_groups' => 'Groups',
'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_groups_empty_explain' => 'Firefly III의 일부 항목은 그룹으로 나눌 수 있습니다. 예를 들어 저금통은 편집 및 생성 화면에 "그룹" 항목이 있습니다. 이 항목을 설정하면 이 페이지에서 그룹의 이름과 순서를 편집할 수 있습니다. 자세한 내용은 오른쪽 상단 모서리의 (?) 아이콘 아래에 있는 도움말 페이지를 확인하세요.',
'object_group_title' => 'Title',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',

View File

@ -36,44 +36,44 @@ declare(strict_types=1);
return [
// new user:
'bank_name' => 'Bank name',
'bank_balance' => 'Balance',
'savings_balance' => 'Savings balance',
'credit_card_limit' => 'Credit card limit',
'automatch' => 'Match automatically',
'skip' => 'Skip',
'enabled' => 'Enabled',
'name' => 'Name',
'active' => 'Active',
'amount_min' => 'Minimum amount',
'amount_max' => 'Maximum amount',
'match' => 'Matches on',
'strict' => 'Strict mode',
'repeat_freq' => 'Repeats',
'object_group' => 'Group',
'location' => 'Location',
'update_channel' => 'Update channel',
'currency_id' => 'Currency',
'transaction_currency_id' => 'Currency',
'auto_budget_currency_id' => 'Currency',
'external_ip' => 'Your server\'s external IP',
'attachments' => 'Attachments',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'source_account' => 'Source account',
'destination_account' => 'Destination account',
'asset_destination_account' => 'Destination account',
'include_net_worth' => 'Include in net worth',
'asset_source_account' => 'Source account',
'journal_description' => 'Description',
'note' => 'Notes',
'currency' => 'Currency',
'account_id' => 'Asset account',
'budget_id' => 'Budget',
'bill_id' => 'Bill',
'opening_balance' => 'Opening balance',
'tagMode' => 'Tag mode',
'virtual_balance' => 'Virtual balance',
'bank_name' => '은행명',
'bank_balance' => '잔고',
'savings_balance' => '저축 잔액',
'credit_card_limit' => '신용카드 한도',
'automatch' => '자동으로 일치',
'skip' => '건너뛰기',
'enabled' => '활성화',
'name' => '이름',
'active' => '활성',
'amount_min' => '최소 금액',
'amount_max' => '최대 금액',
'match' => '일치',
'strict' => '엄격 모드',
'repeat_freq' => '반복',
'object_group' => '그룹',
'location' => '위치',
'update_channel' => '업데이트 채널',
'currency_id' => '통화',
'transaction_currency_id' => '통화',
'auto_budget_currency_id' => '통화',
'external_ip' => '서버 외부 IP',
'attachments' => '첨부 파일',
'BIC' => '은행식별코드(BIC)',
'verify_password' => '비밀번호 보안 확인',
'source_account' => '소스 계정',
'destination_account' => '대상 계정',
'asset_destination_account' => '대상 계정',
'include_net_worth' => '순자산에 포함',
'asset_source_account' => '소스 계정',
'journal_description' => '상세정보',
'note' => '노트',
'currency' => '통화',
'account_id' => '자산 계정',
'budget_id' => '예산',
'bill_id' => '청구서',
'opening_balance' => '초기 잔고',
'tagMode' => '태그 모드',
'virtual_balance' => '가상 잔고',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@ -87,24 +87,24 @@ return [
*/
'targetamount' => 'Target amount',
'account_role' => 'Account role',
'opening_balance_date' => 'Opening balance date',
'cc_type' => 'Credit card payment plan',
'cc_monthly_payment_date' => 'Credit card monthly payment date',
'piggy_bank_id' => 'Piggy bank',
'returnHere' => 'Return here',
'returnHereExplanation' => 'After storing, return here to create another one.',
'returnHereUpdateExplanation' => 'After updating, return here.',
'description' => 'Description',
'expense_account' => 'Expense account',
'revenue_account' => 'Revenue account',
'decimal_places' => 'Decimal places',
'destination_amount' => 'Amount (destination)',
'new_email_address' => 'New email address',
'verification' => 'Verification',
'api_key' => 'API key',
'remember_me' => 'Remember me',
'targetamount' => '목표 금액',
'account_role' => '계정 역할',
'opening_balance_date' => '개설일',
'cc_type' => '신용카드 결재 계획',
'cc_monthly_payment_date' => '신용카드 월 납부일',
'piggy_bank_id' => '저금통',
'returnHere' => '여기로 돌아옴',
'returnHereExplanation' => '저장후 이 페이지로 돌아와 다른 것을 만듭니다.',
'returnHereUpdateExplanation' => '업데이트 후 여기로 돌아옵니다.',
'description' => '설명',
'expense_account' => '지출 계정',
'revenue_account' => '수익 계정',
'decimal_places' => '소수 자릿수',
'destination_amount' => '금액 (대상)',
'new_email_address' => '새로운 이메일 주소',
'verification' => '인증',
'api_key' => 'API ',
'remember_me' => '기억하기',
'liability_type_id' => 'Liability type',
'liability_type' => 'Liability type',
'interest' => 'Interest',
@ -115,7 +115,7 @@ return [
'convert_Deposit' => 'Convert deposit',
'convert_Transfer' => 'Convert transfer',
'amount' => 'Amount',
'foreign_amount' => 'Foreign amount',
'foreign_amount' => '외화 금액',
'date' => 'Date',
'interest_date' => 'Interest date',
'book_date' => 'Book date',
@ -156,26 +156,26 @@ return [
'delete_category' => 'Delete category ":name"',
'delete_currency' => 'Delete currency ":name"',
'delete_journal' => 'Delete transaction with description ":description"',
'delete_attachment' => 'Delete attachment ":name"',
'delete_rule' => 'Delete rule ":title"',
'delete_rule_group' => 'Delete rule group ":title"',
'delete_link_type' => 'Delete link type ":name"',
'delete_user' => 'Delete user ":email"',
'delete_recurring' => 'Delete recurring transaction ":title"',
'user_areYouSure' => 'If you delete user ":email", everything will be gone. There is no undo, undelete or anything. If you delete yourself, you will lose access to this instance of Firefly III.',
'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?',
'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?',
'account_areYouSure_js' => 'Are you sure you want to delete the account named "{name}"?',
'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?',
'rule_areYouSure' => 'Are you sure you want to delete the rule titled ":title"?',
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
'ruleGroup_areYouSure' => 'Are you sure you want to delete the rule group titled ":title"?',
'budget_areYouSure' => 'Are you sure you want to delete the budget named ":name"?',
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
'category_areYouSure' => 'Are you sure you want to delete the category named ":name"?',
'recurring_areYouSure' => 'Are you sure you want to delete the recurring transaction titled ":title"?',
'currency_areYouSure' => 'Are you sure you want to delete the currency named ":name"?',
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?',
'delete_attachment' => '":name" 첨부파일 삭제',
'delete_rule' => '":title" 규칙 삭제',
'delete_rule_group' => '":title" 규칙 그룹 삭제',
'delete_link_type' => '":name" 링크 유형 삭제',
'delete_user' => '":email" 사용자 삭제',
'delete_recurring' => '":title" 반복 거래 삭제',
'user_areYouSure' => '":email" 사용자를 삭제하면 사용자의 모든 정보가 사라지며 이것은 취소할 수 없습니다. 자신을 삭제하면 이 Firefly III 인스턴스에 접근할 수 없게됩니다.',
'attachment_areYouSure' => '":name" 첨부파일을 삭제하시겠습니까?',
'account_areYouSure' => '":name" 계정을 삭제하시겠습니까?',
'account_areYouSure_js' => '"{name}" 계정을 삭제하시겠습니까?',
'bill_areYouSure' => '":name" 청구서를 삭제하시겠습니까?',
'rule_areYouSure' => '":title" 규칙을 삭제하시겠습니까?',
'object_group_areYouSure' => '":title" 그룹을 삭제하시겠습니까?',
'ruleGroup_areYouSure' => '":title" 규칙 그룹을 삭제하시겠습니까?',
'budget_areYouSure' => '":name" 예산을 삭제하시겠습니까?',
'webhook_areYouSure' => '":title" 웹훅을 삭제하시겠습니까?',
'category_areYouSure' => '":name" 카테고리를 삭제하시겠습니까?',
'recurring_areYouSure' => '":title" 반복 거래를 삭제하시겠습니까?',
'currency_areYouSure' => '":name" 통화를 삭제하시겠습니까?',
'piggyBank_areYouSure' => '":name" 저금통을 삭제하시겠습니까?',
'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?',
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?',
@ -214,8 +214,8 @@ return [
'liability_direction' => 'Liability in/out',
'delete_object_group' => 'Delete group ":title"',
'email' => 'Email address',
'password' => 'Password',
'password_confirmation' => 'Password (again)',
'password' => '비밀번호',
'password_confirmation' => '비밀번호 (확인)',
'blocked' => 'Is blocked?',
'blocked_code' => 'Reason for block',
'login_name' => 'Login',

View File

@ -45,10 +45,10 @@ return [
'index_cash_account' => '지금까지 생성된 계좌들입니다. 현금 계정을 사용하여 현금 지출을 추적할 수 있지만 물론 필수는 아닙니다.',
// transactions
'transactions_create_basic_info' => '거래의 간단한 정보를 작성하세요. 보내는 이, 받는 이, 날짜와 설명이 필요합니다.',
'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_basic_info' => '거래의 기본 정보를 입력합니다. 보내는 이, 받는 이, 날짜 및 설명을 입력합니다.',
'transactions_create_amount_info' => '거래 금액을 입력합니다. 필요하다면 필드가 해외 금액 정보로 자동 업데이트 됩니다.',
'transactions_create_optional_info' => '이 모든 필드는 선택 사항입니다. 여기에 메타데이터를 추가하면 트랜잭션을 더 체계적으로 관리할 수 있습니다.',
'transactions_create_split' => '거래를 분할하려면 이 버튼을 사용하여 분할을 더 추가하세요',
// create account:
'accounts_create_iban' => 'Give your accounts a valid IBAN. This could make a data import very easy in the future.',
@ -127,8 +127,8 @@ return [
// create piggy
'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?',
'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.',
'piggy-banks_create_name' => '목표가 무엇인가요? 새 소파, 카메라, 비상 자금인가요?',
'piggy-banks_create_date' => '저금통의 목표 날짜 또는 마감기한을 설정할 수 있습니다.',
// show piggy
'piggy-banks_show_piggyChart' => 'This chart will show the history of this piggy bank.',
@ -181,15 +181,15 @@ return [
// preferences
'preferences_index_tabs' => 'More options are available behind these tabs.',
'preferences_index_tabs' => '이 탭에는 더 많은 옵션이 있습니다.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency.',
'currencies_index_buttons' => 'Use these buttons to change the default currency or enable other currencies.',
'currencies_index_intro' => 'Firefly III는 여러 통화를 지원하며 이 페이지에서 변경할 수 있습니다.',
'currencies_index_default' => 'Firefly III는 하나의 기본 통화를 가집니다.',
'currencies_index_buttons' => '이 버튼들을 사용하여 기본 통화를 변경하거나 다른 통화를 활성화할 수 있습니다.',
// create currency
'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).',
'currencies_create_code' => '이 코드는 ISO를 준수하여야 합니다. (새로운 통화에 대해 구글 검색)',
];
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@ -35,23 +35,23 @@
declare(strict_types=1);
return [
'buttons' => 'Buttons',
'icon' => 'Icon',
'id' => 'ID',
'create_date' => 'Created at',
'update_date' => 'Updated at',
'updated_at' => 'Updated at',
'buttons' => '버튼',
'icon' => '아이콘',
'id' => '아이디',
'create_date' => '생성일',
'update_date' => '수정일',
'updated_at' => '수정일',
'balance_before' => 'Balance before',
'balance_after' => 'Balance after',
'name' => 'Name',
'role' => 'Role',
'currentBalance' => 'Current balance',
'linked_to_rules' => 'Relevant rules',
'name' => '이름',
'role' => '역할',
'currentBalance' => '현재 잔고',
'linked_to_rules' => '관련 규칙',
'active' => 'Is active?',
'percentage' => 'pct.',
'recurring_transaction' => 'Recurring transaction',
'percentage' => '%',
'recurring_transaction' => '반복 거래',
'next_due' => 'Next due',
'transaction_type' => 'Type',
'transaction_type' => '유형',
'lastActivity' => 'Last activity',
'balanceDiff' => 'Balance difference',
'other_meta_data' => 'Other meta data',
@ -63,7 +63,7 @@ return [
'created_at' => 'Created at',
'account' => 'Account',
'external_url' => 'External URL',
'matchingAmount' => 'Amount',
'matchingAmount' => '금액',
'destination' => 'Destination',
'source' => 'Source',
'next_expected_match' => 'Next expected match',
@ -83,8 +83,8 @@ return [
'repeat_freq' => 'Repeats',
'description' => 'Description',
'amount' => 'Amount',
'date' => 'Date',
'amount' => '금액',
'date' => '날짜',
'interest_date' => 'Interest date',
'book_date' => 'Book date',
'process_date' => 'Processing date',
@ -94,46 +94,46 @@ return [
'internal_reference' => 'Internal reference',
'notes' => 'Notes',
'from' => 'From',
'piggy_bank' => 'Piggy bank',
'piggy_bank' => '저금통',
'to' => 'To',
'budget' => 'Budget',
'category' => 'Category',
'budget' => '예산',
'category' => '카테고리',
'bill' => 'Bill',
'withdrawal' => 'Withdrawal',
'deposit' => 'Deposit',
'transfer' => 'Transfer',
'type' => 'Type',
'completed' => 'Completed',
'withdrawal' => '출금',
'deposit' => '입금',
'transfer' => '이체',
'type' => '유형',
'completed' => '완료',
'iban' => 'IBAN',
'account_number' => 'Account number',
'paid_current_period' => 'Paid this period',
'email' => 'Email',
'email' => '이메일',
'registered_at' => 'Registered at',
'is_blocked' => 'Is blocked',
'is_admin' => 'Is admin',
'has_two_factor' => 'Has 2FA',
'blocked_code' => 'Block code',
'blocked_code' => '블록 코드',
'source_account' => 'Source account',
'destination_account' => 'Destination account',
'accounts_count' => 'Number of accounts',
'journals_count' => 'Number of transactions',
'attachments_count' => 'Number of attachments',
'bills_count' => 'Number of bills',
'categories_count' => 'Number of categories',
'budget_count' => 'Number of budgets',
'bills_count' => '청구서 갯수',
'categories_count' => '카테고리 갯수',
'budget_count' => '예산 갯수',
'rule_and_groups_count' => 'Number of rules and rule groups',
'tags_count' => 'Number of tags',
'tags' => 'Tags',
'tags_count' => '태그 갯수',
'tags' => '태그',
'inward' => 'Inward description',
'outward' => 'Outward description',
'number_of_transactions' => 'Number of transactions',
'total_amount' => 'Total amount',
'sum' => 'Sum',
'sum_excluding_transfers' => 'Sum (excluding transfers)',
'sum_withdrawals' => 'Sum of withdrawals',
'sum' => '합계',
'sum_excluding_transfers' => '합계 (이체 제외)',
'sum_withdrawals' => '출금 합계',
'sum_deposits' => 'Sum of deposits',
'sum_transfers' => 'Sum of transfers',
'sum_reconciliations' => 'Sum of reconciliations',
'sum_transfers' => '이체 합계',
'sum_reconciliations' => '조정 합계',
'reconcile' => 'Reconcile',
'sepa_ct_id' => 'SEPA End to End Identifier',
'sepa_ct_op' => 'SEPA Opposing Account Identifier',
@ -145,7 +145,7 @@ return [
'sepa_batch_id' => 'SEPA Batch ID',
'external_id' => 'External ID',
'account_at_bunq' => 'Account with bunq',
'file_name' => 'File name',
'file_name' => '파일명',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@ -159,13 +159,13 @@ return [
*/
'file_size' => 'File size',
'file_type' => 'File type',
'file_size' => '파일 크기',
'file_type' => '파일 형식',
'attached_to' => 'Attached to',
'file_exists' => 'File exists',
'spectre_bank' => 'Bank',
'spectre_last_use' => 'Last login',
'spectre_status' => 'Status',
'spectre_bank' => '은행',
'spectre_last_use' => '최종 로그인',
'spectre_status' => '상태',
'bunq_payment_id' => 'bunq payment ID',
'repetitions' => 'Repetitions',
'title' => 'Title',

View File

@ -35,11 +35,11 @@
declare(strict_types=1);
return [
'missing_where' => 'Array is missing "where"-clause',
'missing_update' => 'Array is missing "update"-clause',
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
'missing_where' => '배열에 "where"절이 없습니다',
'missing_update' => '배열에 "update"절이 없습니다',
'invalid_where_key' => 'JSON의 "where" 절에 유효하지 않은 키가 포함되어 있습니다',
'invalid_update_key' => 'JSON의 "update" 절에 유효하지 않은 키가 포함되어 있습니다',
'invalid_query_data' => '쿼리의 %s:%s 항목에 잘못된 데이터가 있습니다.',
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
'iban' => 'This is not a valid IBAN.',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Respons',
'visit_webhook_url' => 'Besøk URL til webhook',
'reset_webhook_secret' => 'Tilbakestill Webhook nøkkel',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version autorisasjonsforespørsel',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Reactie',
'visit_webhook_url' => 'Bezoek URL van webhook',
'reset_webhook_secret' => 'Reset webhook-geheim',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version autorisatieverzoek',
@ -1093,115 +1095,115 @@ return [
'rule_trigger_not_source_account_contains' => 'Bronrekening bevat niet ":trigger_value"',
'rule_trigger_not_source_account_ends' => 'Bronrekening eindigt niet op ":trigger_value"',
'rule_trigger_not_source_account_starts' => 'Bronrekening begint niet met ":trigger_value"',
'rule_trigger_not_source_account_nr_is' => 'Source account number / IBAN is not ":trigger_value"',
'rule_trigger_not_source_account_nr_contains' => 'Source account number / IBAN does not contain ":trigger_value"',
'rule_trigger_not_source_account_nr_ends' => 'Source account number / IBAN does not end on ":trigger_value"',
'rule_trigger_not_source_account_nr_starts' => 'Source account number / IBAN does not start with ":trigger_value"',
'rule_trigger_not_destination_account_is' => 'Destination account is not ":trigger_value"',
'rule_trigger_not_destination_account_contains' => 'Destination account does not contain ":trigger_value"',
'rule_trigger_not_destination_account_ends' => 'Destination account does not end on ":trigger_value"',
'rule_trigger_not_source_account_nr_is' => 'Bronrekeningnummer / IBAN is niet ":trigger_value"',
'rule_trigger_not_source_account_nr_contains' => 'Bronrekeningnummer / IBAN bevat niet ":trigger_value"',
'rule_trigger_not_source_account_nr_ends' => 'Bronrekeningnummer / IBAN eindigt niet op ":trigger_value"',
'rule_trigger_not_source_account_nr_starts' => 'Bronrekeningnummer / IBAN begint niet met ":trigger_value"',
'rule_trigger_not_destination_account_is' => 'Doelrekening is niet ":trigger_value"',
'rule_trigger_not_destination_account_contains' => 'Doelrekeningnaam bevat niet ":trigger_value"',
'rule_trigger_not_destination_account_ends' => 'Doelrekening eindigt niet op ":trigger_value"',
'rule_trigger_not_destination_account_starts' => 'Doelrekeningnaam begint niet met ":trigger_value"',
'rule_trigger_not_destination_account_nr_is' => 'Doelrekeningnummer / IBAN is niet ":trigger_value"',
'rule_trigger_not_destination_account_nr_contains' => 'Doelrekeningnummer / IBAN bevat niet ":trigger_value"',
'rule_trigger_not_destination_account_nr_ends' => 'Doelrekeningnummer / IBAN eindigt niet op ":trigger_value"',
'rule_trigger_not_destination_account_nr_starts' => 'Destination account number / IBAN does not start with ":trigger_value"',
'rule_trigger_not_account_is' => 'Neither account is ":trigger_value"',
'rule_trigger_not_account_contains' => 'Neither account contains ":trigger_value"',
'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' => 'Neither category is ":trigger_value"',
'rule_trigger_not_category_contains' => 'Neither category contains ":trigger_value"',
'rule_trigger_not_category_ends' => 'Neither category ends on ":trigger_value"',
'rule_trigger_not_category_starts' => 'Neither category starts with ":trigger_value"',
'rule_trigger_not_budget_is' => 'Neither budget is ":trigger_value"',
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
'rule_trigger_not_budget_starts' => 'Neither budget starts 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_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"',
'rule_trigger_not_payment_date_on' => 'Payment date is not on ":trigger_value"',
'rule_trigger_not_payment_date_before' => 'Payment date is not before ":trigger_value"',
'rule_trigger_not_payment_date_after' => 'Payment date is not after ":trigger_value"',
'rule_trigger_not_invoice_date_on' => 'Invoice date is not on ":trigger_value"',
'rule_trigger_not_invoice_date_before' => 'Invoice date is not before ":trigger_value"',
'rule_trigger_not_invoice_date_after' => 'Invoice date is not after ":trigger_value"',
'rule_trigger_not_created_at_on' => 'Transaction is not created on ":trigger_value"',
'rule_trigger_not_created_at_before' => 'Transaction is not created before ":trigger_value"',
'rule_trigger_not_created_at_after' => 'Transaction is not created after ":trigger_value"',
'rule_trigger_not_updated_at_on' => 'Transaction is not updated on ":trigger_value"',
'rule_trigger_not_updated_at_before' => 'Transaction is not updated before ":trigger_value"',
'rule_trigger_not_updated_at_after' => 'Transaction is not updated after ":trigger_value"',
'rule_trigger_not_amount_is' => 'Transaction amount is not ":trigger_value"',
'rule_trigger_not_amount_less' => 'Transaction amount is more than ":trigger_value"',
'rule_trigger_not_amount_more' => 'Transaction amount is less than ":trigger_value"',
'rule_trigger_not_foreign_amount_is' => 'Foreign transaction amount is not ":trigger_value"',
'rule_trigger_not_foreign_amount_less' => 'Foreign transaction amount is more than ":trigger_value"',
'rule_trigger_not_foreign_amount_more' => 'Foreign transaction amount is less than ":trigger_value"',
'rule_trigger_not_attachment_name_is' => 'No attachment is named ":trigger_value"',
'rule_trigger_not_attachment_name_contains' => 'No attachment name contains ":trigger_value"',
'rule_trigger_not_attachment_name_starts' => 'No attachment name starts with ":trigger_value"',
'rule_trigger_not_attachment_name_ends' => 'No attachment name ends on ":trigger_value"',
'rule_trigger_not_attachment_notes_are' => 'No attachment notes are ":trigger_value"',
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
'rule_trigger_not_reconciled' => 'Transaction is not reconciled',
'rule_trigger_not_exists' => 'Transaction does not exist',
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
'rule_trigger_not_has_any_category' => 'Transaction has no category',
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
'rule_trigger_not_any_notes' => 'Transaction has no notes',
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
'rule_trigger_not_destination_account_nr_starts' => 'Doelrekeningnummer / IBAN start niet met ":trigger_value"',
'rule_trigger_not_account_is' => 'Geen van beide accounts is ":trigger_value"',
'rule_trigger_not_account_contains' => 'Geen van beide accounts bevat ":trigger_value"',
'rule_trigger_not_account_ends' => 'Geen van beide accounts eindigt op ":trigger_value"',
'rule_trigger_not_account_starts' => 'Geen van beide accounts begint met ":trigger_value"',
'rule_trigger_not_account_nr_is' => 'Geen van beide rekeningnummers / IBAN\'s is ":trigger_value"',
'rule_trigger_not_account_nr_contains' => 'Geen van beide rekeningnummers / IBAN\'s bevat ":trigger_value"',
'rule_trigger_not_account_nr_ends' => 'Geen van beide rekeningnummers / IBAN\'s eindigt op ":trigger_value"',
'rule_trigger_not_account_nr_starts' => 'Geen van beide rekeningnummers / IBAN\'s begint met ":trigger_value"',
'rule_trigger_not_category_is' => 'Geen van beide categorieën is ":trigger_value"',
'rule_trigger_not_category_contains' => 'Geen van beide categorieën bevat ":trigger_value"',
'rule_trigger_not_category_ends' => 'Geen van beide categorieën eindigt op ":trigger_value"',
'rule_trigger_not_category_starts' => 'Geen van beide categorieën begint met ":trigger_value"',
'rule_trigger_not_budget_is' => 'Geen van beide budgetten is ":trigger_value"',
'rule_trigger_not_budget_contains' => 'Geen van beide budgetten bevat ":trigger_value"',
'rule_trigger_not_budget_ends' => 'Geen van beide budgetten eindigt op ":trigger_value"',
'rule_trigger_not_budget_starts' => 'Geen van beide budgetten begint met ":trigger_value"',
'rule_trigger_not_bill_is' => 'Contract is niet ":trigger_value"',
'rule_trigger_not_bill_contains' => 'Contract bevat niet ":trigger_value"',
'rule_trigger_not_bill_ends' => 'Contract eindigt niet op ":trigger_value"',
'rule_trigger_not_bill_starts' => 'Contract eindigt niet met ":trigger_value"',
'rule_trigger_not_external_id_is' => 'Externe ID is niet ":trigger_value"',
'rule_trigger_not_external_id_contains' => 'Externe ID bevat niet ":trigger_value"',
'rule_trigger_not_external_id_ends' => 'Externe ID eindigt niet op ":trigger_value"',
'rule_trigger_not_external_id_starts' => 'Externe ID begint niet met ":trigger_value"',
'rule_trigger_not_internal_reference_is' => 'Interne referentie is niet ":trigger_value"',
'rule_trigger_not_internal_reference_contains' => 'Interne referentie bevat niet ":trigger_value"',
'rule_trigger_not_internal_reference_ends' => 'Interne referentie eindigt niet op ":trigger_value"',
'rule_trigger_not_internal_reference_starts' => 'Interne referentie begint niet met ":trigger_value"',
'rule_trigger_not_external_url_is' => 'Externe URL is niet ":trigger_value"',
'rule_trigger_not_external_url_contains' => 'Externe URL bevat niet ":trigger_value"',
'rule_trigger_not_external_url_ends' => 'Externe URL eindigt niet op ":trigger_value"',
'rule_trigger_not_external_url_starts' => 'Externe URL begint niet met ":trigger_value"',
'rule_trigger_not_currency_is' => 'Valuta is niet ":trigger_value"',
'rule_trigger_not_foreign_currency_is' => 'Vreemde valuta is niet ":trigger_value"',
'rule_trigger_not_id' => 'Transactie-ID is niet ":trigger_value"',
'rule_trigger_not_journal_id' => 'Transactie logboek ID is niet ":trigger_value"',
'rule_trigger_not_recurrence_id' => 'Periodieke transactie-ID is niet ":trigger_value"',
'rule_trigger_not_date_on' => 'Datum is niet op ":trigger_value"',
'rule_trigger_not_date_before' => 'Datum is niet voor ":trigger_value"',
'rule_trigger_not_date_after' => 'Datum is niet na ":trigger_value"',
'rule_trigger_not_interest_date_on' => 'Rentedatum is niet op ":trigger_value"',
'rule_trigger_not_interest_date_before' => 'Rentedatum is niet voor ":trigger_value"',
'rule_trigger_not_interest_date_after' => 'Rentedatum is niet na ":trigger_value"rente',
'rule_trigger_not_book_date_on' => 'Boekdatum is niet ":trigger_value"',
'rule_trigger_not_book_date_before' => 'Boekdatum is niet voor ":trigger_value"',
'rule_trigger_not_book_date_after' => 'Boekdatum is niet na ":trigger_value"',
'rule_trigger_not_process_date_on' => 'Verwerkingsdatum is niet op ":trigger_value"',
'rule_trigger_not_process_date_before' => 'Verwerkingsdatum is niet voor ":trigger_value"',
'rule_trigger_not_process_date_after' => 'Verwerkingsdatum is niet na ":trigger_value"',
'rule_trigger_not_due_date_on' => 'Vervaldatum is niet op ":trigger_value"',
'rule_trigger_not_due_date_before' => 'Vervaldatum is niet voor ":trigger_value"',
'rule_trigger_not_due_date_after' => 'Vervaldatum is niet na ":trigger_value"',
'rule_trigger_not_payment_date_on' => 'Betalingsdatum is niet ":trigger_value"',
'rule_trigger_not_payment_date_before' => 'Betalingsdatum is niet voor ":trigger_value"',
'rule_trigger_not_payment_date_after' => 'Betalingsdatum is niet na ":trigger_value"',
'rule_trigger_not_invoice_date_on' => 'Factuurdatum is niet op ":trigger_value"',
'rule_trigger_not_invoice_date_before' => 'Factuurdatum is niet voor ":trigger_value"',
'rule_trigger_not_invoice_date_after' => 'Factuurdatum is niet na ":trigger_value"',
'rule_trigger_not_created_at_on' => 'Transactie is niet gemaakt op ":trigger_value"',
'rule_trigger_not_created_at_before' => 'Transactie is niet gemaakt voor ":trigger_value"',
'rule_trigger_not_created_at_after' => 'Transactie is niet gemaakt na ":trigger_value"',
'rule_trigger_not_updated_at_on' => 'Transactie is niet bijgewerkt op ":trigger_value"',
'rule_trigger_not_updated_at_before' => 'Transactie is niet bijgewerkt voor ":trigger_value"',
'rule_trigger_not_updated_at_after' => 'Transactie is niet bijgewerkt na ":trigger_value"',
'rule_trigger_not_amount_is' => 'Transactiebedrag is niet ":trigger_value"',
'rule_trigger_not_amount_less' => 'Transactiebedrag is meer dan ":trigger_value"',
'rule_trigger_not_amount_more' => 'Transactiebedrag is minder dan ":trigger_value"',
'rule_trigger_not_foreign_amount_is' => 'Vreemde transactiebedrag is niet ":trigger_value"',
'rule_trigger_not_foreign_amount_less' => 'Vreemde transactiebedrag is meer dan ":trigger_value"',
'rule_trigger_not_foreign_amount_more' => 'Vreemde transactiebedrag is minder dan ":trigger_value"',
'rule_trigger_not_attachment_name_is' => 'Geen bijlage heeft de naam ":trigger_value"',
'rule_trigger_not_attachment_name_contains' => 'Geen bijlage bevat de naam ":trigger_value"',
'rule_trigger_not_attachment_name_starts' => 'Geen bijlage start met de naam ":trigger_value"',
'rule_trigger_not_attachment_name_ends' => 'Geen bijlage eindigt op de naam ":trigger_value"',
'rule_trigger_not_attachment_notes_are' => 'Geen bijlage notie is ":trigger_value"',
'rule_trigger_not_attachment_notes_contains' => 'Geen bijlage notie bevat ":trigger_value"',
'rule_trigger_not_attachment_notes_starts' => 'Geen bijlage notie start met ":trigger_value"',
'rule_trigger_not_attachment_notes_ends' => 'Geen bijlage notie eindigt op ":trigger_value"',
'rule_trigger_not_reconciled' => 'Transactie is niet afgestemd',
'rule_trigger_not_exists' => 'Transactie bestaat niet',
'rule_trigger_not_has_attachments' => 'Transactie heeft geen bijlagen',
'rule_trigger_not_has_any_category' => 'Transactie heeft geen categorie',
'rule_trigger_not_has_any_budget' => 'Transactie heeft geen categorie',
'rule_trigger_not_has_any_bill' => 'Transactie heeft geen contract',
'rule_trigger_not_has_any_tag' => 'Transactie heeft geen tags',
'rule_trigger_not_any_notes' => 'Transactie heeft geen notities',
'rule_trigger_not_any_external_url' => 'De transactie heeft geen externe URL',
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
'rule_trigger_not_no_notes' => 'Transaction has any notes',
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
'rule_trigger_not_source_is_cash' => 'Source account is not a cash account',
'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account',
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
'rule_trigger_not_no_notes' => 'Transactie heeft notities',
'rule_trigger_not_no_external_url' => 'Transactie heeft een externe URL',
'rule_trigger_not_source_is_cash' => 'Bronrekening is geen Cash-rekening',
'rule_trigger_not_destination_is_cash' => 'Doelrekening is geen Cash-rekening',
'rule_trigger_not_account_is_cash' => 'Geen van beide rekeningen is een cash-rekening',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@ -1216,8 +1218,8 @@ return [
// actions
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
'rule_action_delete_transaction' => 'DELETE transaction(!)',
'rule_action_delete_transaction_choice' => 'VERWIJDER transactie(!)',
'rule_action_delete_transaction' => 'VERWIJDER transactie(!)',
'rule_action_set_category' => 'Verander categorie naar ":action_value"',
'rule_action_clear_category' => 'Maak categorie-veld leeg',
'rule_action_set_budget' => 'Sla op onder budget ":action_value"',
@ -1228,30 +1230,30 @@ return [
'rule_action_set_description' => 'Geef omschrijving ":action_value"',
'rule_action_append_description' => 'Zet ":action_value" voor de omschrijving',
'rule_action_prepend_description' => 'Zet ":action_value" voor de omschrijving',
'rule_action_set_category_choice' => 'Set category to ..',
'rule_action_set_category_choice' => 'Stel categorie in op ..',
'rule_action_clear_category_choice' => 'Geef geen categorie',
'rule_action_set_budget_choice' => 'Set budget to ..',
'rule_action_set_budget_choice' => 'Stel budget in op ..',
'rule_action_clear_budget_choice' => 'Maak budget-veld leeg',
'rule_action_add_tag_choice' => 'Add tag ..',
'rule_action_remove_tag_choice' => 'Remove tag ..',
'rule_action_add_tag_choice' => 'Voeg tag toe ..',
'rule_action_remove_tag_choice' => 'Haal tag weg ..',
'rule_action_remove_all_tags_choice' => 'Haal alle tags weg',
'rule_action_set_description_choice' => 'Set description to ..',
'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_set_description_choice' => 'Stel beschrijving in op ..',
'rule_action_update_piggy_choice' => 'Voeg toe / verwijder het transactiebedrag in spaarpotje ..',
'rule_action_update_piggy' => 'Voeg toe / verwijder het transactiebedrag in ":action_value"',
'rule_action_append_description_choice' => 'Zet .. achter de omschrijving',
'rule_action_prepend_description_choice' => 'Zet .. voor de omschrijving',
'rule_action_set_source_account_choice' => 'Verander bronrekening naar ..',
'rule_action_set_source_account' => 'Verander bronrekening naar ":action_value"',
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
'rule_action_set_destination_account_choice' => 'Verander doelrekening naar ..',
'rule_action_set_destination_account' => 'Verander doelrekening naar ":action_value"',
'rule_action_append_notes_choice' => 'Append notes with ..',
'rule_action_append_notes_choice' => 'Vul notitie aan met ..',
'rule_action_append_notes' => 'Vul notitie aan met ":action_value"',
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
'rule_action_prepend_notes_choice' => 'Zet .. voor notitie',
'rule_action_prepend_notes' => 'Zet tekst ":action_value" voor notitie',
'rule_action_clear_notes_choice' => 'Verwijder notitie',
'rule_action_clear_notes' => 'Verwijder notitie',
'rule_action_set_notes_choice' => 'Set notes to ..',
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
'rule_action_set_notes_choice' => 'Stel notities in op ..',
'rule_action_link_to_bill_choice' => 'Link naar een contract ..',
'rule_action_link_to_bill' => 'Link naar contract ":action_value"',
'rule_action_set_notes' => 'Verander notitie in ":action_value"',
'rule_action_convert_deposit_choice' => 'Verander de transactie in inkomsten',
@ -1260,20 +1262,20 @@ return [
'rule_action_convert_withdrawal' => 'Verander de transactie in een uitgave bij ":action_value"',
'rule_action_convert_transfer_choice' => 'Verander de transactie in een overschrijving',
'rule_action_convert_transfer' => 'Verander de transactie in een overschrijving met ":action_value"',
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
'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_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',
'rule_action_append_descr_to_notes_choice' => 'Voeg de beschrijving toe aan de transactienotities',
'rule_action_append_notes_to_descr_choice' => 'Voeg de transactienotities toe aan de beschrijving',
'rule_action_move_descr_to_notes_choice' => 'Vervang de huidige transactienotities door de beschrijving',
'rule_action_move_notes_to_descr_choice' => 'Vervang de huidige beschrijving door transactienotities',
'rule_action_append_descr_to_notes' => 'Voeg beschrijving toe aan notitie',
'rule_action_append_notes_to_descr' => 'Voeg notitie toe aan beschrijving',
'rule_action_move_descr_to_notes' => 'Notitie vervangen door beschrijving',
'rule_action_move_notes_to_descr' => 'Beschrijving vervangen door notitie',
'rulegroup_for_bills_title' => 'Regelgroep voor contracten',
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
'rulegroup_for_bills_description' => 'Een speciale regelgroep voor alle regels die betrekking hebben op contracten.',
'rule_for_bill_title' => 'Automatisch gegenereerde regel voor contract ":name"',
'rule_for_bill_description' => 'Deze regel is automatisch gegenereerd om te transacties te matchen met contract ":name".',
'create_rule_for_bill' => 'Maak een nieuwe regel voor contract ":name"',
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
'create_rule_for_bill_txt' => 'Je hebt een nieuw contract ":name" gemaakt, hoera!Firefly III can automagisch naar je uitgaven kijken en deze koppelen aan dit contract. Als je bijvoorbeeld je huur betaalt wordt de uitgave gekoppeld aan contract "huur". Op die manier laat Firefly III je zien welke rekeningen nog betaald moeten worden en welke niet. Om dat te doen moet er een regel gemaakt worden. Firefly III heeft vast wat handige waardes ingevuld. Dubbelcheck deze. Als ze kloppen zal Firefly III automatisch de juiste uitgave aan het juiste contract koppelen. Kijk dus goed of de triggers kloppen en corrigeer waar nodig.',
'new_rule_for_bill_title' => 'Regel voor contract ":name"',
'new_rule_for_bill_description' => 'Deze regel markeert uitgaven voor contract ":name".',
@ -1346,7 +1348,7 @@ return [
'preferences_frontpage' => 'Homepagina',
'preferences_security' => 'Veiligheid',
'preferences_layout' => 'Uiterlijk',
'preferences_notifications' => 'Notifications',
'preferences_notifications' => 'Meldingen',
'pref_home_show_deposits' => 'Laat inkomsten zien op de homepagina',
'pref_home_show_deposits_info' => 'De homepagina laat al crediteuren zien. Wil je ook je debiteuren zien?',
'pref_home_do_show_deposits' => 'Ja, kom maar op',
@ -1377,32 +1379,32 @@ return [
'optional_field_attachments' => 'Bijlagen',
'optional_field_meta_data' => 'Optionele meta-gegevens',
'external_url' => 'Externe URL',
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
'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_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
'pref_notification_bill_reminder' => 'Herinnering over het verlopen van contracten',
'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_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',
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
'slack_url_label' => 'Slack "incoming webhook" URL',
'slack_webhook_url_help' => 'Als je wilt dat Firefly III je informeert met Slack, vul dan hier de webhook URL in. Laat anders het veld leeg. Als je een beheerder bent, moet je deze URL ook in de administratie invullen.',
'slack_url_label' => 'Slack "binnenkomende webhook" URL',
// Financial administrations
'administration_index' => 'Financial administration',
'administration_index' => 'Financiële administratie',
// profile:
'purge_data_title' => 'Purge data from Firefly III',
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.',
'delete_stuff_header' => 'Delete and purge data',
'purge_all_data' => 'Purge all deleted records',
'purge_data' => 'Purge data',
'purged_all_records' => 'All deleted records have been purged.',
'delete_data_title' => 'Delete data from Firefly III',
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
'purge_data_title' => 'Gegevens wissen uit Firefly III',
'purge_data_expl' => '"Wissen" betekent "verwijderen wat al is verwijderd". In normale omstandigheden verwijdert Firefly III niets definitief. Het verbergt het. De knop hieronder verwijdert al deze eerder "verwijderd" items VOOR ALTIJD.',
'delete_stuff_header' => 'Gegevens verwijderen en wissen',
'purge_all_data' => 'Wis alle verwijderde items',
'purge_data' => 'Gegevens wissen',
'purged_all_records' => 'Alle verwijderde records zijn gewist.',
'delete_data_title' => 'Gegevens verwijderen uit Firefly III',
'permanent_delete_stuff' => 'Je kunt dingen verwijderen uit Firefly III. Met de knoppen hieronder kun je je spullen uit de weergave verwijderen en verbergen. Hier is geen terugknop voor, maar de items kunnen in de database blijven waar u ze kunt redden, indien nodig.',
'other_sessions_logged_out' => 'Al je andere sessies zijn uitgelogd.',
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
'delete_all_unused_accounts' => 'Delete unused accounts',
'deleted_all_unused_accounts' => 'All unused accounts are deleted',
'delete_unused_accounts' => 'Als je ongebruikte accounts verwijdert, worden je automatisch aanvullen lijsten gewist.',
'delete_all_unused_accounts' => 'Ongebruikte accounts verwijderen',
'deleted_all_unused_accounts' => 'Alle ongebruikte accounts zijn verwijderd',
'delete_all_budgets' => 'Verwijder ALLE budgetten',
'delete_all_categories' => 'Verwijder ALLE categorieën',
'delete_all_tags' => 'Verwijder ALLE tags',
@ -1479,7 +1481,7 @@ return [
'oauth' => 'OAuth',
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'Je hebt nog geen OAuth-clients aangemaakt.',
'profile_oauth_clients_external_auth' => 'If you\'re using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.',
'profile_oauth_clients_external_auth' => 'Als u een externe verificatieprovider zoals Authelia gebruikt, dan zullen OAuth Clients niet werken. U kunt alleen persoonlijke toegangstokens gebruiken.',
'profile_oauth_clients_header' => 'Clients',
'profile_oauth_client_id' => 'Client ID',
'profile_oauth_client_name' => 'Naam',
@ -1555,9 +1557,9 @@ return [
'title_deposit' => 'Inkomsten',
'title_transfer' => 'Overschrijvingen',
'title_transfers' => 'Overschrijvingen',
'submission_options' => 'Submission options',
'apply_rules_checkbox' => 'Apply rules',
'fire_webhooks_checkbox' => 'Fire webhooks',
'submission_options' => 'Inzending opties',
'apply_rules_checkbox' => 'Regels toepassen',
'fire_webhooks_checkbox' => 'Webhooks starten',
// convert stuff:
'convert_is_already_type_Withdrawal' => 'Deze transactie is al een uitgave',
@ -1713,7 +1715,7 @@ return [
// bills:
'not_expected_period' => 'Niet verwacht deze periode',
'not_or_not_yet' => '(nog) niet',
'visit_bill' => 'Visit bill ":name" at Firefly III',
'visit_bill' => 'Bezoek contract ":name" bij Firefly III',
'match_between_amounts' => 'Contract past bij transacties tussen :low en :high.',
'running_again_loss' => 'Eerder gekoppelde transacties met dit contract kunnen hun koppeling verliezen, als ze (niet langer) overeenkomen met de regel(s).',
'bill_related_rules' => 'Regels gerelateerd aan dit contract',
@ -1769,8 +1771,8 @@ return [
'extension_date_is' => 'Verlengdatum is {date}',
// accounts:
'i_am_owed_amount' => 'I am owed amount',
'i_owe_amount' => 'I owe amount',
'i_am_owed_amount' => 'Ik ben bedrag verschuldigd',
'i_owe_amount' => 'Ik ben bedrag verschuldigd',
'inactive_account_link' => 'Je hebt :count inactieve (gearchiveerde) rekening, die je kan bekijken op deze aparte pagina.|Je hebt :count inactieve (gearchiveerde) rekeningen, die je kan bekijken op deze aparte pagina.',
'all_accounts_inactive' => 'Dit zijn je inactieve rekeningen.',
'active_account_link' => 'Deze link gaat terug naar je actieve rekeningen.',
@ -2292,7 +2294,7 @@ return [
'no_tags' => '(geen tags)',
// piggy banks:
'event_history' => 'Event history',
'event_history' => 'Evenement geschiedenis',
'add_money_to_piggy' => 'Stop geld in spaarpotje ":name"',
'piggy_bank' => 'Spaarpotje',
'new_piggy_bank' => 'Nieuw spaarpotje',
@ -2362,13 +2364,13 @@ return [
// administration
'invite_new_user_title' => 'Invite new user',
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
'invited_user_mail' => 'Email address',
'invite_user' => 'Invite user',
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
'invite_new_user_title' => 'Nieuwe gebruiker uitnodigen',
'invite_new_user_text' => 'Als een beheerder kun je gebruikers uitnodigen om je te registreren voor je Firefly III-administratie. U kunt een directe link maken en deze vervolgens delen met gebruiker, hierdoor kunnen zij een account registreren. De uitgenodigde gebruiker en hun uitnodigingslink verschijnen in de onderstaande tabel. U bent vrij om de link met hen te delen.',
'invited_user_mail' => 'E-mailadres',
'invite_user' => 'Gebruiker uitnodigen',
'user_is_invited' => 'E-mailadres ":address" was uitgenodigd voor Firefly III',
'administration' => 'Administratie',
'code_already_used' => 'Invite code has been used',
'code_already_used' => 'Uitnodigingscode is al gebruikt',
'user_administration' => 'Gebruikersadministratie',
'list_all_users' => 'Alle gebruikers',
'all_users' => 'Alle gebruikers',
@ -2400,23 +2402,23 @@ return [
'delete_user' => 'Verwijder gebruiker :email',
'user_deleted' => 'De gebruiker is verwijderd',
'send_test_email' => 'Stuur testmail',
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
'send_test_email_text' => 'Druk op deze knop om te zien of je installatie mail of een Slack-bericht kan versturen. Je ziet hier geen foutmeldingen (als ze er zijn), deze <strong>vind je in de logboeken</strong>. Je kan deze knop zo vaak indrukken als je wilt. Er is geen optie die spam voorkomt. Het testbericht wordt verstuurd naar <code>:email</code> en zou vrij vlot aan moeten komen.',
'send_message' => 'Verstuur bericht',
'send_test_triggered' => 'Testmail verstuurd. Check je inbox en de logboeken.',
'give_admin_careful' => 'Gebruikers die je beheerdersrechten geeft kunnen die van jou afpakken. Wees voorzichtig.',
'admin_maintanance_title' => 'Onderhoud',
'admin_maintanance_expl' => 'Handige knopjes voor Firefly III onderhoud',
'admin_maintenance_clear_cache' => 'Cache leegmaken',
'admin_notifications' => 'Admin notifications',
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
'admin_notification_check_new_version' => 'A new version is available',
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
'all_invited_users' => 'All invited users',
'save_notification_settings' => 'Save settings',
'notification_settings_saved' => 'The notification settings have been saved',
'admin_notifications' => 'Admin notificaties',
'admin_notifications_expl' => 'De volgende meldingen kunnen door de beheerder in- of uitgeschakeld worden. Als je deze berichten ook via Slack wilt ontvangen, stel dan de "binnenkomende webhook" URL in.',
'admin_notification_check_user_new_reg' => 'Gebruiker krijgt na registratie een welkomstbericht',
'admin_notification_check_admin_new_reg' => 'Beheerder(s) krijgen een melding voor nieuwe gebruikers',
'admin_notification_check_new_version' => 'Een nieuwe versie is beschikbaar',
'admin_notification_check_invite_created' => 'Een gebruiker is uitgenodigd voor Firefly III',
'admin_notification_check_invite_redeemed' => 'Een gebruikersuitnodiging is gebruikt',
'all_invited_users' => 'Alle uitgenodigde gebruikers',
'save_notification_settings' => 'Instellingen opslaan',
'notification_settings_saved' => 'De instellingen voor meldingen zijn opgeslagen',
'split_transaction_title' => 'Beschrijving van de gesplitste transactie',
@ -2563,8 +2565,8 @@ return [
'no_bills_create_default' => 'Maak een contract',
// recurring transactions
'create_right_now' => 'Create right now',
'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?',
'create_right_now' => 'Nu maken',
'no_new_transaction_in_recurrence' => 'Geen nieuwe transactie is aangemaakt. Misschien was deze al uitgevoerd voor deze datum?',
'recurrences' => 'Periodieke transacties',
'repeat_until_in_past' => 'Deze periodieke transactie stopte met herhalen op :date.',
'recurring_calendar_view' => 'Kalender',
@ -2679,15 +2681,15 @@ return [
'placeholder' => '[Placeholder]',
// audit log entries
'audit_log_entries' => 'Audit log entries',
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
'ale_action_clear_budget' => 'Removed from budget',
'ale_action_clear_category' => 'Removed from category',
'ale_action_clear_notes' => 'Removed notes',
'ale_action_clear_tag' => 'Cleared tag',
'ale_action_clear_all_tags' => 'Cleared all tags',
'ale_action_set_bill' => 'Linked to bill',
'audit_log_entries' => 'Audit logboek items',
'ale_action_log_add' => ':amount toegevoegd aan spaarpotje ":name"',
'ale_action_log_remove' => ':amount is verwijderd uit spaarpotje ":name"',
'ale_action_clear_budget' => 'Verwijderd uit budget',
'ale_action_clear_category' => 'Verwijderd uit categorie',
'ale_action_clear_notes' => 'Verwijderde notities',
'ale_action_clear_tag' => 'Tag gewist',
'ale_action_clear_all_tags' => 'Alle tags gewist',
'ale_action_set_bill' => 'Gekoppeld aan contract',
'ale_action_set_budget' => 'Budget ingesteld',
'ale_action_set_category' => 'Categorie ingesteld',
'ale_action_set_source' => 'Bronrekening veranderd',

View File

@ -231,7 +231,7 @@ return [
'withdrawal_dest_need_data' => 'Om door te gaan moet een geldig bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
'withdrawal_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
'reconciliation_source_bad_data' => 'Kan geen geldige afstemmingsrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
'generic_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
@ -282,7 +282,7 @@ return [
'auto_budget_period_mandatory' => 'De auto-budgetperiode is verplicht.',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
'no_access_user_group' => 'U hebt niet de juiste toegangsrechten voor deze administratie.',
];
/*

View File

@ -279,6 +279,8 @@ return [
'response' => 'Odpowiedź',
'visit_webhook_url' => 'Odwiedź adres URL webhooka',
'reset_webhook_secret' => 'Resetuj sekret webhooka',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Żądanie autoryzacji Firefly III v:version',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Resposta',
'visit_webhook_url' => 'Acesse a URL do webhook',
'reset_webhook_secret' => 'Redefinir chave do webhook',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Pedido de autorização',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Respostas',
'visit_webhook_url' => 'Ir para URL do webhook',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Solicitar Autorizacao',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'v: Solicitare de autorizare',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Ответ',
'visit_webhook_url' => 'Посетить URL вебхука',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Запрос авторизации Firefly III v:version',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Požiadavka na overenie Firefly III verzia :version',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Zahteva za avtorizacijo',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Auktorisationsbegäran',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version Authorization Request',

View File

@ -280,6 +280,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v: version Yetkilendirme İsteği',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Відповідь',
'visit_webhook_url' => 'Відвідайте URL-адресу веб-хуку',
'reset_webhook_secret' => 'Відновити сікрет веб-хука',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v:version запит авторизації',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III v: phiên bản Yêu cầu ủy quyền',

View File

@ -279,6 +279,8 @@ return [
'response' => '响应',
'visit_webhook_url' => '访问 webhook URL',
'reset_webhook_secret' => '重置 webhook 密钥',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III :version 版授权请求',

View File

@ -279,6 +279,8 @@ return [
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
// API access
'authorization_request' => 'Firefly III :version 版授權請求',