mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update meta files for new release.
This commit is contained in:
parent
3c8bfae8ff
commit
1d8a784586
@ -68,8 +68,8 @@ class TransactionController extends Controller
|
||||
$collector->setEnd($end);
|
||||
}
|
||||
|
||||
// $collector->dumpQuery();
|
||||
// exit;
|
||||
// $collector->dumpQuery();
|
||||
// exit;
|
||||
|
||||
$paginator = $collector->getPaginatedGroups();
|
||||
$paginator->setPath(
|
||||
|
@ -498,9 +498,9 @@ class JournalUpdateService
|
||||
{
|
||||
$type = $this->transactionJournal->transactionType->type;
|
||||
if ((
|
||||
array_key_exists('bill_id', $this->data)
|
||||
array_key_exists('bill_id', $this->data)
|
||||
|| array_key_exists('bill_name', $this->data)
|
||||
)
|
||||
)
|
||||
&& TransactionType::WITHDRAWAL === $type
|
||||
) {
|
||||
$billId = (int)($this->data['bill_id'] ?? 0);
|
||||
|
17
changelog.md
17
changelog.md
@ -3,6 +3,23 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 6.0.20 - 2023-08-13
|
||||
|
||||
### Fixed
|
||||
|
||||
- [Issue 7787](https://github.com/firefly-iii/firefly-iii/issues/7787) Possible issue when deleting multiple tags from a transaction.
|
||||
- [Issue 7792](https://github.com/firefly-iii/firefly-iii/issues/7792) Search for tags was broken in rules
|
||||
- [Issue 7803](https://github.com/firefly-iii/firefly-iii/issues/7803) @zqye fixed an issue where the cron job would fire when not necessary.
|
||||
- [Issue 7771](https://github.com/firefly-iii/firefly-iii/issues/7771) Unclear use of language in rule trigger
|
||||
- [Issue 7818](https://github.com/firefly-iii/firefly-iii/issues/7818) Amount was negative instead of positive.
|
||||
- [Issue 7810](https://github.com/firefly-iii/firefly-iii/issues/7810) Bad math
|
||||
- Asset accounts will correctly show transaction groups
|
||||
|
||||
### API
|
||||
|
||||
- Lots of new, undocumented v2 API endpoints.
|
||||
- [Issue 7845](https://github.com/firefly-iii/firefly-iii/issues/7845) Could not reconcile over API
|
||||
|
||||
## 6.0.19 - 2023-07-29
|
||||
|
||||
### Fixed
|
||||
|
177
composer.lock
generated
177
composer.lock
generated
@ -891,16 +891,16 @@
|
||||
},
|
||||
{
|
||||
"name": "dragonmantank/cron-expression",
|
||||
"version": "v3.3.2",
|
||||
"version": "v3.3.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dragonmantank/cron-expression.git",
|
||||
"reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
|
||||
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
|
||||
"reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
|
||||
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
|
||||
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -940,7 +940,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/dragonmantank/cron-expression/issues",
|
||||
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
|
||||
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -948,7 +948,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-09-10T18:51:20+00:00"
|
||||
"time": "2023-08-10T19:36:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
@ -1504,16 +1504,16 @@
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/promises",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/promises.git",
|
||||
"reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6"
|
||||
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
|
||||
"reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
|
||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
|
||||
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1567,7 +1567,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/promises/issues",
|
||||
"source": "https://github.com/guzzle/promises/tree/2.0.0"
|
||||
"source": "https://github.com/guzzle/promises/tree/2.0.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1583,20 +1583,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-05-21T13:50:22+00:00"
|
||||
"time": "2023-08-03T15:11:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/psr7",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/psr7.git",
|
||||
"reference": "b635f279edd83fc275f822a1188157ffea568ff6"
|
||||
"reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
|
||||
"reference": "b635f279edd83fc275f822a1188157ffea568ff6",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/8bd7c33a0734ae1c5d074360512beb716bef3f77",
|
||||
"reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1683,7 +1683,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/psr7/issues",
|
||||
"source": "https://github.com/guzzle/psr7/tree/2.5.0"
|
||||
"source": "https://github.com/guzzle/psr7/tree/2.6.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1699,7 +1699,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-04-17T16:11:26+00:00"
|
||||
"time": "2023-08-03T15:06:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/uri-template",
|
||||
@ -1942,16 +1942,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v10.17.1",
|
||||
"version": "v10.18.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "a82d96fd94069e346eb8037d178e6ccc4daaf3f9"
|
||||
"reference": "9d41928900f7ecf409627a7d06c0a4dfecff2ea7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/a82d96fd94069e346eb8037d178e6ccc4daaf3f9",
|
||||
"reference": "a82d96fd94069e346eb8037d178e6ccc4daaf3f9",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/9d41928900f7ecf409627a7d06c0a4dfecff2ea7",
|
||||
"reference": "9d41928900f7ecf409627a7d06c0a4dfecff2ea7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2138,7 +2138,7 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2023-08-02T14:59:58+00:00"
|
||||
"time": "2023-08-08T14:30:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/passport",
|
||||
@ -2220,16 +2220,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/prompts",
|
||||
"version": "v0.1.3",
|
||||
"version": "v0.1.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/prompts.git",
|
||||
"reference": "562c26eb82c85789ef36291112cc27d730d3fed6"
|
||||
"reference": "1b3ab520a75eddefcda99f49fb551d231769b1fa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/prompts/zipball/562c26eb82c85789ef36291112cc27d730d3fed6",
|
||||
"reference": "562c26eb82c85789ef36291112cc27d730d3fed6",
|
||||
"url": "https://api.github.com/repos/laravel/prompts/zipball/1b3ab520a75eddefcda99f49fb551d231769b1fa",
|
||||
"reference": "1b3ab520a75eddefcda99f49fb551d231769b1fa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2262,9 +2262,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/prompts/issues",
|
||||
"source": "https://github.com/laravel/prompts/tree/v0.1.3"
|
||||
"source": "https://github.com/laravel/prompts/tree/v0.1.4"
|
||||
},
|
||||
"time": "2023-08-02T19:57:10+00:00"
|
||||
"time": "2023-08-07T13:14:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/sanctum",
|
||||
@ -2394,16 +2394,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/slack-notification-channel",
|
||||
"version": "v3.0.0",
|
||||
"version": "v3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/slack-notification-channel.git",
|
||||
"reference": "20d0f6ae89aed80696e7ff2c667369a4f270c08c"
|
||||
"reference": "dc5742f91f10a5ec21d32541ceb509f1e8e4c94f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/20d0f6ae89aed80696e7ff2c667369a4f270c08c",
|
||||
"reference": "20d0f6ae89aed80696e7ff2c667369a4f270c08c",
|
||||
"url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/dc5742f91f10a5ec21d32541ceb509f1e8e4c94f",
|
||||
"reference": "dc5742f91f10a5ec21d32541ceb509f1e8e4c94f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2453,9 +2453,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/slack-notification-channel/issues",
|
||||
"source": "https://github.com/laravel/slack-notification-channel/tree/v3.0.0"
|
||||
"source": "https://github.com/laravel/slack-notification-channel/tree/v3.0.1"
|
||||
},
|
||||
"time": "2023-07-14T14:58:23+00:00"
|
||||
"time": "2023-07-25T21:12:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/ui",
|
||||
@ -3780,21 +3780,21 @@
|
||||
},
|
||||
{
|
||||
"name": "nette/schema",
|
||||
"version": "v1.2.3",
|
||||
"version": "v1.2.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nette/schema.git",
|
||||
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f"
|
||||
"reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
|
||||
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
|
||||
"url": "https://api.github.com/repos/nette/schema/zipball/c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
|
||||
"reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
|
||||
"php": ">=7.1 <8.3"
|
||||
"php": "7.1 - 8.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"nette/tester": "^2.3 || ^2.4",
|
||||
@ -3836,9 +3836,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nette/schema/issues",
|
||||
"source": "https://github.com/nette/schema/tree/v1.2.3"
|
||||
"source": "https://github.com/nette/schema/tree/v1.2.4"
|
||||
},
|
||||
"time": "2022-10-13T01:24:26+00:00"
|
||||
"time": "2023-08-05T18:56:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nette/utils",
|
||||
@ -3929,38 +3929,35 @@
|
||||
},
|
||||
{
|
||||
"name": "nunomaduro/collision",
|
||||
"version": "v7.7.0",
|
||||
"version": "v7.8.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nunomaduro/collision.git",
|
||||
"reference": "69a07197d055456d29911116fca3bc2c985f524b"
|
||||
"reference": "61553ad3260845d7e3e49121b7074619233d361b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/69a07197d055456d29911116fca3bc2c985f524b",
|
||||
"reference": "69a07197d055456d29911116fca3bc2c985f524b",
|
||||
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/61553ad3260845d7e3e49121b7074619233d361b",
|
||||
"reference": "61553ad3260845d7e3e49121b7074619233d361b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"filp/whoops": "^2.15.2",
|
||||
"filp/whoops": "^2.15.3",
|
||||
"nunomaduro/termwind": "^1.15.1",
|
||||
"php": "^8.1.0",
|
||||
"symfony/console": "^6.3.0"
|
||||
},
|
||||
"conflict": {
|
||||
"phpunit/phpunit": "<10.1.2"
|
||||
"symfony/console": "^6.3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"brianium/paratest": "^7.2.2",
|
||||
"laravel/framework": "^10.14.1",
|
||||
"laravel/pint": "^1.10.3",
|
||||
"laravel/sail": "^1.23.0",
|
||||
"brianium/paratest": "^7.2.4",
|
||||
"laravel/framework": "^10.17.1",
|
||||
"laravel/pint": "^1.10.5",
|
||||
"laravel/sail": "^1.23.1",
|
||||
"laravel/sanctum": "^3.2.5",
|
||||
"laravel/tinker": "^2.8.1",
|
||||
"nunomaduro/larastan": "^2.6.3",
|
||||
"orchestra/testbench-core": "^8.5.8",
|
||||
"pestphp/pest": "^2.8.1",
|
||||
"phpunit/phpunit": "^10.2.2",
|
||||
"nunomaduro/larastan": "^2.6.4",
|
||||
"orchestra/testbench-core": "^8.5.9",
|
||||
"pestphp/pest": "^2.12.1",
|
||||
"phpunit/phpunit": "^10.3.1",
|
||||
"sebastian/environment": "^6.0.1",
|
||||
"spatie/laravel-ignition": "^2.2.0"
|
||||
},
|
||||
@ -4021,7 +4018,7 @@
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2023-06-29T09:10:16+00:00"
|
||||
"time": "2023-08-07T08:03:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nunomaduro/termwind",
|
||||
@ -9394,16 +9391,16 @@
|
||||
},
|
||||
{
|
||||
"name": "mockery/mockery",
|
||||
"version": "1.6.5",
|
||||
"version": "1.6.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mockery/mockery.git",
|
||||
"reference": "68782e943f9ffcbc72bda08aedabe73fecb50041"
|
||||
"reference": "b8e0bb7d8c604046539c1115994632c74dcb361e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mockery/mockery/zipball/68782e943f9ffcbc72bda08aedabe73fecb50041",
|
||||
"reference": "68782e943f9ffcbc72bda08aedabe73fecb50041",
|
||||
"url": "https://api.github.com/repos/mockery/mockery/zipball/b8e0bb7d8c604046539c1115994632c74dcb361e",
|
||||
"reference": "b8e0bb7d8c604046539c1115994632c74dcb361e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9475,7 +9472,7 @@
|
||||
"security": "https://github.com/mockery/mockery/security/advisories",
|
||||
"source": "https://github.com/mockery/mockery"
|
||||
},
|
||||
"time": "2023-08-06T00:30:34+00:00"
|
||||
"time": "2023-08-09T00:03:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
@ -9854,16 +9851,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/type-resolver",
|
||||
"version": "1.7.2",
|
||||
"version": "1.7.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
||||
"reference": "b2fe4d22a5426f38e014855322200b97b5362c0d"
|
||||
"reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b2fe4d22a5426f38e014855322200b97b5362c0d",
|
||||
"reference": "b2fe4d22a5426f38e014855322200b97b5362c0d",
|
||||
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
|
||||
"reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9906,9 +9903,9 @@
|
||||
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
||||
"support": {
|
||||
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
||||
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.2"
|
||||
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
|
||||
},
|
||||
"time": "2023-05-30T18:13:47+00:00"
|
||||
"time": "2023-08-12T11:01:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpmyadmin/sql-parser",
|
||||
@ -9999,16 +9996,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
"version": "1.23.0",
|
||||
"version": "1.23.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
||||
"reference": "a2b24135c35852b348894320d47b3902a94bc494"
|
||||
"reference": "846ae76eef31c6d7790fac9bc399ecee45160b26"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a2b24135c35852b348894320d47b3902a94bc494",
|
||||
"reference": "a2b24135c35852b348894320d47b3902a94bc494",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/846ae76eef31c6d7790fac9bc399ecee45160b26",
|
||||
"reference": "846ae76eef31c6d7790fac9bc399ecee45160b26",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -10040,22 +10037,22 @@
|
||||
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.23.0"
|
||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.23.1"
|
||||
},
|
||||
"time": "2023-07-23T22:17:56+00:00"
|
||||
"time": "2023-08-03T16:32:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.10.27",
|
||||
"version": "1.10.28",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "a9f44dcea06f59d1363b100bb29f297b311fa640"
|
||||
"reference": "e4545b55904ebef470423d3ddddb74fa7325497a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a9f44dcea06f59d1363b100bb29f297b311fa640",
|
||||
"reference": "a9f44dcea06f59d1363b100bb29f297b311fa640",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e4545b55904ebef470423d3ddddb74fa7325497a",
|
||||
"reference": "e4545b55904ebef470423d3ddddb74fa7325497a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -10104,7 +10101,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-08-05T09:57:55+00:00"
|
||||
"time": "2023-08-08T12:33:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-deprecation-rules",
|
||||
@ -10525,16 +10522,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "10.2.6",
|
||||
"version": "10.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "1c17815c129f133f3019cc18e8d0c8622e6d9bcd"
|
||||
"reference": "d442ce7c4104d5683c12e67e4dcb5058159e9804"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c17815c129f133f3019cc18e8d0c8622e6d9bcd",
|
||||
"reference": "1c17815c129f133f3019cc18e8d0c8622e6d9bcd",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d442ce7c4104d5683c12e67e4dcb5058159e9804",
|
||||
"reference": "d442ce7c4104d5683c12e67e4dcb5058159e9804",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -10559,7 +10556,7 @@
|
||||
"sebastian/diff": "^5.0",
|
||||
"sebastian/environment": "^6.0",
|
||||
"sebastian/exporter": "^5.0",
|
||||
"sebastian/global-state": "^6.0",
|
||||
"sebastian/global-state": "^6.0.1",
|
||||
"sebastian/object-enumerator": "^5.0",
|
||||
"sebastian/recursion-context": "^5.0",
|
||||
"sebastian/type": "^4.0",
|
||||
@ -10574,7 +10571,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "10.2-dev"
|
||||
"dev-main": "10.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -10606,7 +10603,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.6"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -10622,7 +10619,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-07-17T12:08:28+00:00"
|
||||
"time": "2023-08-04T06:48:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
@ -105,9 +105,9 @@ export default {
|
||||
"rule_trigger_destination_account_nr_contains_choice": "Zielkontonummer \/ IBAN enth\u00e4lt..",
|
||||
"rule_trigger_transaction_type_choice": "Buchung ist vom Typ..",
|
||||
"rule_trigger_category_is_choice": "Kategorie ist..",
|
||||
"rule_trigger_amount_less_choice": "Amount is less than or equal to ..",
|
||||
"rule_trigger_amount_less_choice": "Betrag ist kleiner oder gleich \u2026",
|
||||
"rule_trigger_amount_is_choice": "Betrag ist..",
|
||||
"rule_trigger_amount_more_choice": "Amount is more than or equal to..",
|
||||
"rule_trigger_amount_more_choice": "Betrag ist gr\u00f6\u00dfer oder gleich \u2026",
|
||||
"rule_trigger_description_starts_choice": "Beschreibung beginnt mit..",
|
||||
"rule_trigger_description_ends_choice": "Beschreibung endet mit..",
|
||||
"rule_trigger_description_contains_choice": "Beschreibung enth\u00e4lt..",
|
||||
@ -140,7 +140,7 @@ export default {
|
||||
"rule_trigger_external_id_is_choice": "Externe ID ist..",
|
||||
"rule_trigger_internal_reference_is_choice": "Interne Referenz ist..",
|
||||
"rule_trigger_journal_id_choice": "Transaktions-Journal-ID ist..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an (any) external URL",
|
||||
"rule_trigger_any_external_url_choice": "Buchung enth\u00e4lt eine (beliebige) externe URL",
|
||||
"rule_trigger_no_external_url_choice": "Buchung hat keine externe URL",
|
||||
"rule_trigger_id_choice": "Buchungskennung lautet..",
|
||||
"rule_action_delete_transaction_choice": "Buchung L\u00d6SCHEN(!)",
|
||||
|
@ -105,9 +105,9 @@ export default {
|
||||
"rule_trigger_destination_account_nr_contains_choice": "El n\u00famero de la cuenta de destino \/ IBAN contiene..",
|
||||
"rule_trigger_transaction_type_choice": "Transacci\u00f3n es del tipo..",
|
||||
"rule_trigger_category_is_choice": "Categor\u00eda es..",
|
||||
"rule_trigger_amount_less_choice": "Amount is less than or equal to ..",
|
||||
"rule_trigger_amount_less_choice": "La cantidad es menor o igual a ..",
|
||||
"rule_trigger_amount_is_choice": "Cantidad es..",
|
||||
"rule_trigger_amount_more_choice": "Amount is more than or equal to..",
|
||||
"rule_trigger_amount_more_choice": "Cantidad es mayor o igual a..",
|
||||
"rule_trigger_description_starts_choice": "Descripci\u00f3n comienza con..",
|
||||
"rule_trigger_description_ends_choice": "Descripci\u00f3n termina con..",
|
||||
"rule_trigger_description_contains_choice": "Descripci\u00f3n contiene..",
|
||||
@ -140,7 +140,7 @@ export default {
|
||||
"rule_trigger_external_id_is_choice": "El ID externo es..",
|
||||
"rule_trigger_internal_reference_is_choice": "La referencia interna es..",
|
||||
"rule_trigger_journal_id_choice": "El ID del diario de transacciones es..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an (any) external URL",
|
||||
"rule_trigger_any_external_url_choice": "La transacci\u00f3n tiene una (cualquiera) URL externa",
|
||||
"rule_trigger_no_external_url_choice": "La transacci\u00f3n no tiene URL externa",
|
||||
"rule_trigger_id_choice": "La ID de la transacci\u00f3n es..",
|
||||
"rule_action_delete_transaction_choice": "ELIMINAR transacci\u00f3n(!)",
|
||||
|
@ -105,9 +105,9 @@ export default {
|
||||
"rule_trigger_destination_account_nr_contains_choice": "Le num\u00e9ro \/ IBAN du compte de destination contient..",
|
||||
"rule_trigger_transaction_type_choice": "L'op\u00e9ration est du type..",
|
||||
"rule_trigger_category_is_choice": "La cat\u00e9gorie est..",
|
||||
"rule_trigger_amount_less_choice": "Amount is less than or equal to ..",
|
||||
"rule_trigger_amount_less_choice": "Le montant est inf\u00e9rieur ou \u00e9gal \u00e0 ..",
|
||||
"rule_trigger_amount_is_choice": "Le montant est..",
|
||||
"rule_trigger_amount_more_choice": "Amount is more than or equal to..",
|
||||
"rule_trigger_amount_more_choice": "Le montant est sup\u00e9rieur ou \u00e9gal \u00e0..",
|
||||
"rule_trigger_description_starts_choice": "Le description commence par..",
|
||||
"rule_trigger_description_ends_choice": "La description se termine par..",
|
||||
"rule_trigger_description_contains_choice": "La description contient..",
|
||||
@ -140,7 +140,7 @@ export default {
|
||||
"rule_trigger_external_id_is_choice": "L'ID externe est..",
|
||||
"rule_trigger_internal_reference_is_choice": "La r\u00e9f\u00e9rence interne est..",
|
||||
"rule_trigger_journal_id_choice": "L'ID du journal d'op\u00e9rations est..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an (any) external URL",
|
||||
"rule_trigger_any_external_url_choice": "La transaction a une (quelconque) URL externe",
|
||||
"rule_trigger_no_external_url_choice": "L'op\u00e9ration n'a pas d'URL externe",
|
||||
"rule_trigger_id_choice": "L'ID de l'op\u00e9ration est..",
|
||||
"rule_action_delete_transaction_choice": "SUPPRIMER l'op\u00e9ration(!)",
|
||||
|
@ -105,9 +105,9 @@ export default {
|
||||
"rule_trigger_destination_account_nr_contains_choice": "\u9810\u3051\u5165\u308c\u53e3\u5ea7\u756a\u53f7\/IBAN\u304c...\u3092\u542b\u3080",
|
||||
"rule_trigger_transaction_type_choice": "\u53d6\u5f15\u7a2e\u5225\u304c\u2026",
|
||||
"rule_trigger_category_is_choice": "\u30ab\u30c6\u30b4\u30ea\u304c\u2026",
|
||||
"rule_trigger_amount_less_choice": "Amount is less than or equal to ..",
|
||||
"rule_trigger_amount_less_choice": "\u91d1\u984d\u304c...\u4ee5\u4e0b",
|
||||
"rule_trigger_amount_is_choice": "\u91d1\u984d\u304c\u2026",
|
||||
"rule_trigger_amount_more_choice": "Amount is more than or equal to..",
|
||||
"rule_trigger_amount_more_choice": "\u91d1\u984d\u304c...\u4ee5\u4e0a",
|
||||
"rule_trigger_description_starts_choice": "\u8aac\u660e\u304c\u2026\u3067\u59cb\u307e\u308b",
|
||||
"rule_trigger_description_ends_choice": "\u8aac\u660e\u304c\u2026\u3067\u7d42\u308f\u308b",
|
||||
"rule_trigger_description_contains_choice": "\u8aac\u660e\u306b\u2026\u3092\u542b\u3080",
|
||||
@ -140,7 +140,7 @@ export default {
|
||||
"rule_trigger_external_id_is_choice": "\u5916\u90e8 ID \u304c\u2026",
|
||||
"rule_trigger_internal_reference_is_choice": "\u5185\u90e8\u53c2\u7167\u304c\u2026",
|
||||
"rule_trigger_journal_id_choice": "\u53d6\u5f15ID\u304c\u2026",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an (any) external URL",
|
||||
"rule_trigger_any_external_url_choice": "\u5916\u90e8URL\u304c\u3042\u308b\u53d6\u5f15",
|
||||
"rule_trigger_no_external_url_choice": "\u53d6\u5f15\u306b\u5916\u90e8 URL \u304c\u306a\u3044",
|
||||
"rule_trigger_id_choice": "\u53d6\u5f15ID\u304c\u2026",
|
||||
"rule_action_delete_transaction_choice": "\u53d6\u5f15\u3092\u524a\u9664 (!)",
|
||||
|
@ -105,9 +105,9 @@ export default {
|
||||
"rule_trigger_destination_account_nr_contains_choice": "Doelrekeningnummer \/ IBAN bevat..",
|
||||
"rule_trigger_transaction_type_choice": "Transactietype is..",
|
||||
"rule_trigger_category_is_choice": "Categorie is..",
|
||||
"rule_trigger_amount_less_choice": "Amount is less than or equal to ..",
|
||||
"rule_trigger_amount_less_choice": "Bedrag is kleiner dan of gelijk aan ..",
|
||||
"rule_trigger_amount_is_choice": "Bedrag is..",
|
||||
"rule_trigger_amount_more_choice": "Amount is more than or equal to..",
|
||||
"rule_trigger_amount_more_choice": "Bedrag is groter dan of gelijk aan..",
|
||||
"rule_trigger_description_starts_choice": "Omschrijving begint met..",
|
||||
"rule_trigger_description_ends_choice": "Omschrijving eindigt op..",
|
||||
"rule_trigger_description_contains_choice": "Omschrijving bevat..",
|
||||
@ -140,7 +140,7 @@ export default {
|
||||
"rule_trigger_external_id_is_choice": "Externe ID is..",
|
||||
"rule_trigger_internal_reference_is_choice": "Interne referentie is..",
|
||||
"rule_trigger_journal_id_choice": "Transactiejournaal ID is..",
|
||||
"rule_trigger_any_external_url_choice": "Transaction has an (any) external URL",
|
||||
"rule_trigger_any_external_url_choice": "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": "VERWIJDER transactie(!)",
|
||||
|
218
package-lock.json
generated
218
package-lock.json
generated
@ -24,20 +24,20 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/runtime": {
|
||||
"version": "7.22.6",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz",
|
||||
"integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==",
|
||||
"version": "7.22.10",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.10.tgz",
|
||||
"integrity": "sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==",
|
||||
"dependencies": {
|
||||
"regenerator-runtime": "^0.13.11"
|
||||
"regenerator-runtime": "^0.14.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/android-arm": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.18.tgz",
|
||||
"integrity": "sha512-oBymf7ZwplAawSxmiSlBCf+FMcY0f4bs5QP2jn43JKUf0M9DnrUTjqa5RvFPl1elw+sMfcpfBRPK+rb+E1q7zg==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
|
||||
"integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
|
||||
"cpu": [
|
||||
"arm"
|
||||
],
|
||||
@ -51,9 +51,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/android-arm64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.18.tgz",
|
||||
"integrity": "sha512-dkAPYzRHq3dNXIzOyAknYOzsx8o3KWaNiuu56B2rP9IFPmFWMS58WQcTlUQi6iloku8ZyHHMluCe5sTWhKq/Yw==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
|
||||
"integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@ -67,9 +67,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/android-x64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.18.tgz",
|
||||
"integrity": "sha512-r7/pVcrUQMYkjvtE/1/n6BxhWM+/9tvLxDG1ev1ce4z3YsqoxMK9bbOM6bFcj0BowMeGQvOZWcBV182lFFKmrw==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
|
||||
"integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@ -83,9 +83,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/darwin-arm64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.18.tgz",
|
||||
"integrity": "sha512-MSe2iV9MAH3wfP0g+vzN9bp36rtPPuCSk+bT5E2vv/d8krvW5uB/Pi/Q5+txUZuxsG3GcO8dhygjnFq0wJU9hQ==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
|
||||
"integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@ -99,9 +99,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/darwin-x64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.18.tgz",
|
||||
"integrity": "sha512-ARFYISOWkaifjcr48YtO70gcDNeOf1H2RnmOj6ip3xHIj66f3dAbhcd5Nph5np6oHI7DhHIcr9MWO18RvUL1bw==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
|
||||
"integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@ -115,9 +115,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/freebsd-arm64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.18.tgz",
|
||||
"integrity": "sha512-BHnXmexzEWRU2ZySJosU0Ts0NRnJnNrMB6t4EiIaOSel73I8iLsNiTPLH0rJulAh19cYZutsB5XHK6N8fi5eMg==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
|
||||
"integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@ -131,9 +131,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/freebsd-x64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.18.tgz",
|
||||
"integrity": "sha512-n823w35wm0ZOobbuE//0sJjuz1Qj619+AwjgOcAJMN2pomZhH9BONCtn+KlfrmM/NWZ+27yB/eGVFzUIWLeh3w==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
|
||||
"integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@ -147,9 +147,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/linux-arm": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.18.tgz",
|
||||
"integrity": "sha512-Kck3jxPLQU4VeAGwe8Q4NU+IWIx+suULYOFUI9T0C2J1+UQlOHJ08ITN+MaJJ+2youzJOmKmcphH/t3SJxQ1Tw==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
|
||||
"integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
|
||||
"cpu": [
|
||||
"arm"
|
||||
],
|
||||
@ -163,9 +163,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/linux-arm64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.18.tgz",
|
||||
"integrity": "sha512-zANxnwF0sCinDcAqoMohGoWBK9QaFJ65Vgh0ZE+RXtURaMwx+RfmfLElqtnn7X8OYNckMoIXSg7u+tZ3tqTlrA==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
|
||||
"integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@ -179,9 +179,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/linux-ia32": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.18.tgz",
|
||||
"integrity": "sha512-+VHz2sIRlY5u8IlaLJpdf5TL2kM76yx186pW7bpTB+vLWpzcFQVP04L842ZB2Ty13A1VXUvy3DbU1jV65P2skg==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
|
||||
"integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
|
||||
"cpu": [
|
||||
"ia32"
|
||||
],
|
||||
@ -195,9 +195,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/linux-loong64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.18.tgz",
|
||||
"integrity": "sha512-fXPEPdeGBvguo/1+Na8OIWz3667BN1cwbGtTEZWTd0qdyTsk5gGf9jVX8MblElbDb/Cpw6y5JiaQuL96YmvBwQ==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
|
||||
"integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
|
||||
"cpu": [
|
||||
"loong64"
|
||||
],
|
||||
@ -211,9 +211,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/linux-mips64el": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.18.tgz",
|
||||
"integrity": "sha512-dLvRB87pIBIRnEIC32LIcgwK1JzlIuADIRjLKdUIpxauKwMuS/xMpN+cFl+0nN4RHNYOZ57DmXFFmQAcdlFOmw==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
|
||||
"integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
|
||||
"cpu": [
|
||||
"mips64el"
|
||||
],
|
||||
@ -227,9 +227,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/linux-ppc64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.18.tgz",
|
||||
"integrity": "sha512-fRChqIJZ7hLkXSKfBLYgsX9Ssb5OGCjk3dzCETF5QSS1qjTgayLv0ALUdJDB9QOh/nbWwp+qfLZU6md4XcjL7w==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
|
||||
"integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
|
||||
"cpu": [
|
||||
"ppc64"
|
||||
],
|
||||
@ -243,9 +243,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/linux-riscv64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.18.tgz",
|
||||
"integrity": "sha512-ALK/BT3u7Hoa/vHjow6W6+MKF0ohYcVcVA1EpskI4bkBPVuDLrUDqt2YFifg5UcZc8qup0CwQqWmFUd6VMNgaA==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
|
||||
"integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
|
||||
"cpu": [
|
||||
"riscv64"
|
||||
],
|
||||
@ -259,9 +259,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/linux-s390x": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.18.tgz",
|
||||
"integrity": "sha512-crT7jtOXd9iirY65B+mJQ6W0HWdNy8dtkZqKGWNcBnunpLcTCfne5y5bKic9bhyYzKpQEsO+C/VBPD8iF0RhRw==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
|
||||
"integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
|
||||
"cpu": [
|
||||
"s390x"
|
||||
],
|
||||
@ -275,9 +275,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/linux-x64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.18.tgz",
|
||||
"integrity": "sha512-/NSgghjBOW9ELqjXDYxOCCIsvQUZpvua1/6NdnA9Vnrp9UzEydyDdFXljUjMMS9p5KxMzbMO9frjHYGVHBfCHg==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
|
||||
"integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@ -291,9 +291,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/netbsd-x64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.18.tgz",
|
||||
"integrity": "sha512-8Otf05Vx5sZjLLDulgr5QS5lsWXMplKZEyHMArH9/S4olLlhzmdhQBPhzhJTNwaL2FJNdWcUPNGAcoD5zDTfUA==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
|
||||
"integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@ -307,9 +307,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/openbsd-x64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.18.tgz",
|
||||
"integrity": "sha512-tFiFF4kT5L5qhVrWJUNxEXWvvX8nK/UX9ZrB7apuTwY3f6+Xy4aFMBPwAVrBYtBd5MOUuyOVHK6HBZCAHkwUlw==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
|
||||
"integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@ -323,9 +323,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/sunos-x64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.18.tgz",
|
||||
"integrity": "sha512-MPogVV8Bzh8os4OM+YDGGsSzCzmNRiyKGtHoJyZLtI4BMmd6EcxmGlcEGK1uM46h1BiOyi7Z7teUtzzQhvkC+w==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
|
||||
"integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@ -339,9 +339,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/win32-arm64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.18.tgz",
|
||||
"integrity": "sha512-YKD6LF/XXY9REu+ZL5RAsusiG48n602qxsMVh/E8FFD9hp4OyTQaL9fpE1ovxwQXqFio+tT0ITUGjDSSSPN13w==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
|
||||
"integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@ -355,9 +355,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/win32-ia32": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.18.tgz",
|
||||
"integrity": "sha512-NjSBmBsyZBTsZB6ga6rA6PfG/RHnwruUz/9YEVXcm4STGauFWvhYhOMhEyw1yU5NVgYYm8CH5AltCm77TS21/Q==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
|
||||
"integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
|
||||
"cpu": [
|
||||
"ia32"
|
||||
],
|
||||
@ -371,9 +371,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/win32-x64": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.18.tgz",
|
||||
"integrity": "sha512-eTSg/gC3p3tdjj4roDhe5xu94l1s2jMazP8u2FsYO8SEKvSpPOO71EucprDn/IuErDPvTFUhV9lTw5z5WJCRKQ==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
|
||||
"integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@ -599,9 +599,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/esbuild": {
|
||||
"version": "0.18.18",
|
||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.18.tgz",
|
||||
"integrity": "sha512-UckDPWvdVJLNT0npk5AMTpVwGRQhS76rWFLmHwEtgNvWlR9sgVV1eyc/oeBtM86q9s8ABBLMmm0CwNxhVemOiw==",
|
||||
"version": "0.18.20",
|
||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
|
||||
"integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"bin": {
|
||||
@ -611,28 +611,28 @@
|
||||
"node": ">=12"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@esbuild/android-arm": "0.18.18",
|
||||
"@esbuild/android-arm64": "0.18.18",
|
||||
"@esbuild/android-x64": "0.18.18",
|
||||
"@esbuild/darwin-arm64": "0.18.18",
|
||||
"@esbuild/darwin-x64": "0.18.18",
|
||||
"@esbuild/freebsd-arm64": "0.18.18",
|
||||
"@esbuild/freebsd-x64": "0.18.18",
|
||||
"@esbuild/linux-arm": "0.18.18",
|
||||
"@esbuild/linux-arm64": "0.18.18",
|
||||
"@esbuild/linux-ia32": "0.18.18",
|
||||
"@esbuild/linux-loong64": "0.18.18",
|
||||
"@esbuild/linux-mips64el": "0.18.18",
|
||||
"@esbuild/linux-ppc64": "0.18.18",
|
||||
"@esbuild/linux-riscv64": "0.18.18",
|
||||
"@esbuild/linux-s390x": "0.18.18",
|
||||
"@esbuild/linux-x64": "0.18.18",
|
||||
"@esbuild/netbsd-x64": "0.18.18",
|
||||
"@esbuild/openbsd-x64": "0.18.18",
|
||||
"@esbuild/sunos-x64": "0.18.18",
|
||||
"@esbuild/win32-arm64": "0.18.18",
|
||||
"@esbuild/win32-ia32": "0.18.18",
|
||||
"@esbuild/win32-x64": "0.18.18"
|
||||
"@esbuild/android-arm": "0.18.20",
|
||||
"@esbuild/android-arm64": "0.18.20",
|
||||
"@esbuild/android-x64": "0.18.20",
|
||||
"@esbuild/darwin-arm64": "0.18.20",
|
||||
"@esbuild/darwin-x64": "0.18.20",
|
||||
"@esbuild/freebsd-arm64": "0.18.20",
|
||||
"@esbuild/freebsd-x64": "0.18.20",
|
||||
"@esbuild/linux-arm": "0.18.20",
|
||||
"@esbuild/linux-arm64": "0.18.20",
|
||||
"@esbuild/linux-ia32": "0.18.20",
|
||||
"@esbuild/linux-loong64": "0.18.20",
|
||||
"@esbuild/linux-mips64el": "0.18.20",
|
||||
"@esbuild/linux-ppc64": "0.18.20",
|
||||
"@esbuild/linux-riscv64": "0.18.20",
|
||||
"@esbuild/linux-s390x": "0.18.20",
|
||||
"@esbuild/linux-x64": "0.18.20",
|
||||
"@esbuild/netbsd-x64": "0.18.20",
|
||||
"@esbuild/openbsd-x64": "0.18.20",
|
||||
"@esbuild/sunos-x64": "0.18.20",
|
||||
"@esbuild/win32-arm64": "0.18.20",
|
||||
"@esbuild/win32-ia32": "0.18.20",
|
||||
"@esbuild/win32-x64": "0.18.20"
|
||||
}
|
||||
},
|
||||
"node_modules/fill-range": {
|
||||
@ -898,14 +898,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/regenerator-runtime": {
|
||||
"version": "0.13.11",
|
||||
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
||||
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
|
||||
"version": "0.14.0",
|
||||
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
|
||||
"integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA=="
|
||||
},
|
||||
"node_modules/rollup": {
|
||||
"version": "3.27.2",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.2.tgz",
|
||||
"integrity": "sha512-YGwmHf7h2oUHkVBT248x0yt6vZkYQ3/rvE5iQuVBh3WO8GcJ6BNeOkpoX1yMHIiBm18EMLjBPIoUDkhgnyxGOQ==",
|
||||
"version": "3.28.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz",
|
||||
"integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"rollup": "dist/bin/rollup"
|
||||
@ -919,9 +919,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.64.2",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.64.2.tgz",
|
||||
"integrity": "sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==",
|
||||
"version": "1.65.1",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.65.1.tgz",
|
||||
"integrity": "sha512-9DINwtHmA41SEd36eVPQ9BJKpn7eKDQmUHmpI0y5Zv2Rcorrh0zS+cFrt050hdNbmmCNKTW3hV5mWfuegNRsEA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
@ -965,14 +965,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "4.4.8",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.8.tgz",
|
||||
"integrity": "sha512-LONawOUUjxQridNWGQlNizfKH89qPigK36XhMI7COMGztz8KNY0JHim7/xDd71CZwGT4HtSRgI7Hy+RlhG0Gvg==",
|
||||
"version": "4.4.9",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz",
|
||||
"integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"esbuild": "^0.18.10",
|
||||
"postcss": "^8.4.26",
|
||||
"rollup": "^3.25.2"
|
||||
"postcss": "^8.4.27",
|
||||
"rollup": "^3.27.1"
|
||||
},
|
||||
"bin": {
|
||||
"vite": "bin/vite.js"
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Свържи към сметка ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Задай бележките на ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Преобразувайте транзакцията в депозит',
|
||||
'rule_action_convert_deposit' => 'Преобразувайте транзакцията в депозит в ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Сметки за активи',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Сметки за активи (деактивирани)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Сметки за разходи',
|
||||
'expense_accounts_inactive' => 'Сметки за разходи (деактивирани)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Сметки за приходи',
|
||||
'revenue_accounts_inactive' => 'Сметки за приходи (деактивирани)',
|
||||
'cash_accounts' => 'Касови сметки',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Категории',
|
||||
'edit_category' => 'Обнови категория ":name"',
|
||||
'no_category' => '(без категория)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Категория',
|
||||
'delete_category' => 'Изтрий категория ":name"',
|
||||
'deleted_category' => 'Категория ":name" бе изтрита',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Търсене...',
|
||||
'version' => 'Версия',
|
||||
'dashboard' => 'Основно табло',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Наличен бюджет ({currency})',
|
||||
'currencies' => 'Валути',
|
||||
'activity' => 'Дейност',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Управление',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Управление на потребители',
|
||||
'list_all_users' => 'Всички потребители',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(без група)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Нека да създадем сметка за активи!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Enllaçar a una factura ..',
|
||||
'rule_action_link_to_bill' => 'Enllaçar a la factura ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Establir notes a ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Convertir la transacció a un dipòsit',
|
||||
'rule_action_convert_deposit' => 'Convertir la transacció a un dipòsit de ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Administració financera',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purgar dades de Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Comptes d\'actius',
|
||||
'undefined_accounts' => 'Comptes',
|
||||
'asset_accounts_inactive' => 'Comptes d\'actius (inactius)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Comptes de despeses',
|
||||
'expense_accounts_inactive' => 'Comptes de despeses (inactius)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Comptes d\'ingressos',
|
||||
'revenue_accounts_inactive' => 'Comptes d\'ingressos (inactius)',
|
||||
'cash_accounts' => 'Comptes d\'efectiu',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Categories',
|
||||
'edit_category' => 'Editar la categoria ":name"',
|
||||
'no_category' => '(cap categoria)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Categoria',
|
||||
'delete_category' => 'Eliminar categoria ":name"',
|
||||
'deleted_category' => 'S\'ha eliminat la categoria ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Cerca...',
|
||||
'version' => 'Versió',
|
||||
'dashboard' => 'Panell de control',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Pressupost disponible ({currency})',
|
||||
'currencies' => 'Monedes',
|
||||
'activity' => 'Activitat (exercici)',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Convida l\'usuari',
|
||||
'user_is_invited' => 'El correu electrònic ":address" s\'ha convidat a Firefly III',
|
||||
'administration' => 'Administració',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'El code d\'invitació ja s\'ha gastat',
|
||||
'user_administration' => 'Administració d\'usuaris',
|
||||
'list_all_users' => 'Tots els usuaris',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(no agrupades)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Anem a crear un compte d\'actius!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Link to bill ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Nastavit poznámky na „:action_value“',
|
||||
'rule_action_convert_deposit_choice' => 'Přeměnit tuto transakci na vklad',
|
||||
'rule_action_convert_deposit' => 'Přeměnit tuto transakci z vkladu na „:action_value“',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Účty aktiv',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Asset accounts (inactive)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Výdajové účty',
|
||||
'expense_accounts_inactive' => 'Výdajové účty (neaktivní)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Příjmové účty',
|
||||
'revenue_accounts_inactive' => 'Příjmové účty (neaktivní)',
|
||||
'cash_accounts' => 'Hotovostní účty',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategorie',
|
||||
'edit_category' => 'Upravit kategorii „:name“',
|
||||
'no_category' => '(žádná kategorie)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategorie',
|
||||
'delete_category' => 'Smazat kategorii „:name“',
|
||||
'deleted_category' => 'Kategorie „:name“ smazána',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Hledat…',
|
||||
'version' => 'Verze',
|
||||
'dashboard' => 'Přehled',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Rozpočet k dispozici ({currency})',
|
||||
'currencies' => 'Měny',
|
||||
'activity' => 'Aktivita',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Správa',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Správa uživatelů',
|
||||
'list_all_users' => 'Všichni uživatelé',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(neseskupeno)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Vytvořme účet aktiv!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Link til regning ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Sæt noter til ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Konverter transaktionen til et indskud',
|
||||
'rule_action_convert_deposit' => 'Konverter transaktionen til et indskud fra ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Aktivkonti',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Aktivkonti (inaktiv)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Udgiftskonti',
|
||||
'expense_accounts_inactive' => 'Udgiftskonti (inaktiv)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Indtægtskonti',
|
||||
'revenue_accounts_inactive' => 'Indtægtskonti (inaktive)',
|
||||
'cash_accounts' => 'Kontant konti',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategorier',
|
||||
'edit_category' => 'Rediger kategori ":name"',
|
||||
'no_category' => '(ingen kategori)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategori',
|
||||
'delete_category' => 'Slet kategori ":name"',
|
||||
'deleted_category' => 'Kategori ":name" er blevet slettet',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Search...',
|
||||
'version' => 'Version',
|
||||
'dashboard' => 'Dashboard',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Available budget ({currency})',
|
||||
'currencies' => 'Currencies',
|
||||
'activity' => 'Aktivitet',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administration',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'User administration',
|
||||
'list_all_users' => 'All users',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ungrouped)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Let\'s create an asset account!',
|
||||
|
@ -864,12 +864,12 @@ return [
|
||||
'rule_trigger_transaction_type' => 'Buchung ist vom Typ ":trigger_value"',
|
||||
'rule_trigger_category_is_choice' => 'Kategorie ist..',
|
||||
'rule_trigger_category_is' => 'Kategorie ist ":trigger_value"',
|
||||
'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..',
|
||||
'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value',
|
||||
'rule_trigger_amount_less_choice' => 'Betrag ist kleiner oder gleich …',
|
||||
'rule_trigger_amount_less' => 'Betrag ist kleiner oder gleich :trigger_value',
|
||||
'rule_trigger_amount_is_choice' => 'Betrag ist..',
|
||||
'rule_trigger_amount_is' => 'Betrag lautet :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..',
|
||||
'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Betrag ist größer oder gleich …',
|
||||
'rule_trigger_amount_more' => 'Betrag ist größer oder gleich :trigger_value',
|
||||
'rule_trigger_description_starts_choice' => 'Beschreibung beginnt mit..',
|
||||
'rule_trigger_description_starts' => 'Beschreibung beginnt mit ":trigger_value"',
|
||||
'rule_trigger_description_ends_choice' => 'Beschreibung endet mit..',
|
||||
@ -934,14 +934,14 @@ return [
|
||||
'rule_trigger_internal_reference_is' => 'Interne Referenz ist ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'Transaktions-Journal-ID ist..',
|
||||
'rule_trigger_journal_id' => 'Transaktions-Journal-ID ist „:trigger_value”',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_id' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_url' => 'Buchung enthält eine (beliebige) externe URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Buchung enthält eine (beliebige) externe URL',
|
||||
'rule_trigger_any_external_id' => 'Buchung enthält eine (beliebige) externe ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Buchung enthält eine (beliebige) externe ID',
|
||||
'rule_trigger_no_external_url_choice' => 'Buchung hat keine externe URL',
|
||||
'rule_trigger_no_external_url' => 'Buchung hat keine externe URL',
|
||||
'rule_trigger_no_external_id_choice' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id_choice' => 'Buchung enthält keine externe ID',
|
||||
'rule_trigger_no_external_id' => 'Buchung enthält keine externe ID',
|
||||
'rule_trigger_id_choice' => 'Buchungskennung lautet..',
|
||||
'rule_trigger_id' => 'Buchungskennung lautet „:trigger_value”',
|
||||
'rule_trigger_sepa_ct_is_choice' => 'SEPA CT ist...',
|
||||
@ -1260,8 +1260,8 @@ return [
|
||||
'rule_action_set_notes_choice' => 'Setze Notizen auf ..',
|
||||
'rule_action_link_to_bill_choice' => 'Mit einer Rechnung verknüpfen..',
|
||||
'rule_action_link_to_bill' => 'Mit Rechnung „:action_value” verknüpfen',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts_choice' => 'Quell- und Zielkonten tauschen (nur Umbuchungen!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Notizen auf „:action_value” setzen',
|
||||
'rule_action_convert_deposit_choice' => 'Buchung in eine Einnahme umwandeln',
|
||||
'rule_action_convert_deposit' => 'Buchung von ":action_value" in eine Einnahme umwandeln',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Finanzverwaltung',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Daten aus Firefly III vernichten',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Bestandskonten',
|
||||
'undefined_accounts' => 'Konten',
|
||||
'asset_accounts_inactive' => 'Bestandskonten (inaktiv)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Ausgabekonten',
|
||||
'expense_accounts_inactive' => 'Ausgabekonten (inaktiv)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Einnahmekonten',
|
||||
'revenue_accounts_inactive' => 'Einnahmekonten (inaktiv)',
|
||||
'cash_accounts' => 'Geldbörsen',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategorien',
|
||||
'edit_category' => 'Kategorie „:name” bearbeiten',
|
||||
'no_category' => '(keine Kategorie)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategorie',
|
||||
'delete_category' => 'Kategorie „:name” löschen',
|
||||
'deleted_category' => 'Kategorie „:name” gelöscht',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Suchen...',
|
||||
'version' => 'Version',
|
||||
'dashboard' => 'Übersicht',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Verfügbares Budget ({currency})',
|
||||
'currencies' => 'Währungen',
|
||||
'activity' => 'Aktivität',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Nutzer einladen',
|
||||
'user_is_invited' => 'E-Mail Adresse ":address" wurde zu Firefly III eingeladen',
|
||||
'administration' => 'Verwaltung',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Einladungscode wurde bereits verwendet',
|
||||
'user_administration' => 'Nutzerinformation',
|
||||
'list_all_users' => 'Alle Benutzer',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ohne Gruppierung)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Lassen Sie uns jetzt ein Bestandskonto anlegen!',
|
||||
@ -2710,7 +2722,7 @@ return [
|
||||
'ale_action_clear_tag' => 'Schlagwort geleert',
|
||||
'ale_action_clear_all_tags' => 'Alle Schlagwörter geleert',
|
||||
'ale_action_set_bill' => 'Verknüpft mit Rechnung',
|
||||
'ale_action_switch_accounts' => 'Switched source and destination account',
|
||||
'ale_action_switch_accounts' => 'Quell- und Zielkonto getauscht',
|
||||
'ale_action_set_budget' => 'Budget festlegen',
|
||||
'ale_action_set_category' => 'Kategorie festlegen',
|
||||
'ale_action_set_source' => 'Quellkonto festlegen',
|
||||
|
@ -147,7 +147,7 @@ return [
|
||||
'start_date' => 'Anfang des Bereichs',
|
||||
'end_date' => 'Ende des Bereichs',
|
||||
'enddate' => 'Endet am',
|
||||
'move_rules_before_delete' => 'Rule group',
|
||||
'move_rules_before_delete' => 'Regelgruppe',
|
||||
'start' => 'Anfang des Bereichs',
|
||||
'end' => 'Ende des Bereichs',
|
||||
'delete_account' => 'Konto „:name” löschen',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Σύνδεση στο πάγιο έξοδο ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Ορισμός σημειώσεων σε ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Μετατροπή της συναλλαγής σε μία κατάθεση',
|
||||
'rule_action_convert_deposit' => 'Μετατροπή της συναλλαγής σε μία κατάθεση από ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Οικονομική διαχείριση',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Εκκαθάριση δεδομένων από το Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Κεφάλαια',
|
||||
'undefined_accounts' => 'Λογαριασμοί',
|
||||
'asset_accounts_inactive' => 'Λογαριασμοί κεφαλαίου (ανενεργοί)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Δαπάνες',
|
||||
'expense_accounts_inactive' => 'Λογαριασμοί δαπανών (ανενεργοί)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Έσοδα',
|
||||
'revenue_accounts_inactive' => 'Λογαριασμοί εσόδων (ανενεργοί)',
|
||||
'cash_accounts' => 'Μετρητά',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Κατηγορίες',
|
||||
'edit_category' => 'Επεξεργασία κατηγορίας: ":name"',
|
||||
'no_category' => '(χωρίς κατηγορία)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Κατηγορία',
|
||||
'delete_category' => 'Διαγραφή κατηγορίας":name"',
|
||||
'deleted_category' => 'Διεγράφη η κατηγορία ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Αναζήτηση...',
|
||||
'version' => 'Έκδοση',
|
||||
'dashboard' => 'Επισκόπηση',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Διαθέσιμος προϋπολογισμός ({currency})',
|
||||
'currencies' => 'Νομίσματα',
|
||||
'activity' => 'Δραστηριότητα',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Πρόσκληση χρήστη',
|
||||
'user_is_invited' => 'Η διεύθυνση ηλεκτρονικού ταχυδρομείου ":address" έλαβε πρόσκληση για εγγραφή στο Firefly III',
|
||||
'administration' => 'Διαχείριση',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Ο κωδικός πρόσκλησης έχει χρησιμοποιηθεί',
|
||||
'user_administration' => 'Διαχείριση χρηστών',
|
||||
'list_all_users' => 'Όλοι οι χρήστες',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(χωρίς ομάδα)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Ας δημιουργήσουμε ένα λογαριασμό κεφαλαίου!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Link to bill ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Set notes to ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Convert the transaction to a deposit',
|
||||
'rule_action_convert_deposit' => 'Convert the transaction to a deposit from ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Asset accounts',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Asset accounts (inactive)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Expense accounts',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Revenue accounts',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => 'Cash accounts',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Categories',
|
||||
'edit_category' => 'Edit category ":name"',
|
||||
'no_category' => '(no category)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Category',
|
||||
'delete_category' => 'Delete category ":name"',
|
||||
'deleted_category' => 'Deleted category ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Search...',
|
||||
'version' => 'Version',
|
||||
'dashboard' => 'Dashboard',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Available budget ({currency})',
|
||||
'currencies' => 'Currencies',
|
||||
'activity' => 'Activity',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administration',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'User administration',
|
||||
'list_all_users' => 'All users',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ungrouped)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Let\'s create an asset account!',
|
||||
|
@ -864,12 +864,12 @@ return [
|
||||
'rule_trigger_transaction_type' => 'La transacción es de tipo ":trigger_value"',
|
||||
'rule_trigger_category_is_choice' => 'Categoría es..',
|
||||
'rule_trigger_category_is' => 'Categoría es ":trigger_value"',
|
||||
'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..',
|
||||
'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value',
|
||||
'rule_trigger_amount_less_choice' => 'La cantidad es menor o igual a ..',
|
||||
'rule_trigger_amount_less' => 'La cantidad es menor o igual a :trigger_value',
|
||||
'rule_trigger_amount_is_choice' => 'Cantidad es..',
|
||||
'rule_trigger_amount_is' => 'Cantidad es :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..',
|
||||
'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Cantidad es mayor o igual a..',
|
||||
'rule_trigger_amount_more' => 'Cantidad es mayor o igual a :trigger_value',
|
||||
'rule_trigger_description_starts_choice' => 'Descripción comienza con..',
|
||||
'rule_trigger_description_starts' => 'La descripción comienza con ":trigger_value"',
|
||||
'rule_trigger_description_ends_choice' => 'Descripción termina con..',
|
||||
@ -934,14 +934,14 @@ return [
|
||||
'rule_trigger_internal_reference_is' => 'La referencia interna es ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'El ID del diario de transacciones es..',
|
||||
'rule_trigger_journal_id' => 'El ID del diario de transacciones es ":trigger_value"',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_id' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_url' => 'La transacción tiene una (cualquiera) URL externa',
|
||||
'rule_trigger_any_external_url_choice' => 'La transacción tiene una (cualquiera) URL externa',
|
||||
'rule_trigger_any_external_id' => 'La transacción tiene un (cualquiera) ID externo',
|
||||
'rule_trigger_any_external_id_choice' => 'La transacción tiene un (cualquiera) ID externo',
|
||||
'rule_trigger_no_external_url_choice' => 'La transacción no tiene URL externa',
|
||||
'rule_trigger_no_external_url' => 'La transacción no tiene URL externa',
|
||||
'rule_trigger_no_external_id_choice' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id_choice' => 'La transacción no tiene ID externa',
|
||||
'rule_trigger_no_external_id' => 'La transacción no tiene ID externa',
|
||||
'rule_trigger_id_choice' => 'La ID de la transacción es..',
|
||||
'rule_trigger_id' => 'La ID de la transacción es ":trigger_value"',
|
||||
'rule_trigger_sepa_ct_is_choice' => 'El SEPA CT es..',
|
||||
@ -1260,8 +1260,8 @@ return [
|
||||
'rule_action_set_notes_choice' => 'Establecer nota ..',
|
||||
'rule_action_link_to_bill_choice' => 'Enlazar a una factura ..',
|
||||
'rule_action_link_to_bill' => 'Enlace a una factura ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts_choice' => 'Cambiar cuentas de origen y destino (sólo transferencias!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Establecer notas para:action_value',
|
||||
'rule_action_convert_deposit_choice' => 'Convertir transacción en un ingreso',
|
||||
'rule_action_convert_deposit' => 'Convertir transacción en un ingreso de ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Administración financiera',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purgar datos de Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Cuenta de activos',
|
||||
'undefined_accounts' => 'Cuentas',
|
||||
'asset_accounts_inactive' => 'Cuentas de activos (inactivas)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Cuentas de gastos',
|
||||
'expense_accounts_inactive' => 'Cuentas de gastos (inactivas)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Cuentas de ingresos',
|
||||
'revenue_accounts_inactive' => 'Cuentas de ingresos (inactivas)',
|
||||
'cash_accounts' => 'Cuentas de efectivo',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Categorías',
|
||||
'edit_category' => 'Editar categoría ":name"',
|
||||
'no_category' => '(sin categoría)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Categoria',
|
||||
'delete_category' => 'Eliminar categoría ":name"',
|
||||
'deleted_category' => 'Categoría eliminada ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Buscar...',
|
||||
'version' => 'Versión',
|
||||
'dashboard' => 'Panel de control',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Presupuesto disponible ({currency})',
|
||||
'currencies' => 'Divisas',
|
||||
'activity' => 'Actividad',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invitar a un usuario',
|
||||
'user_is_invited' => 'La dirección de correo electrónico ":address" ha sido invitada a Firefly III',
|
||||
'administration' => 'Administración',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Se ha utilizado el código de invitación',
|
||||
'user_administration' => 'Administración de usuarios',
|
||||
'list_all_users' => 'Todos los usuarios',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(sin agrupación)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => '¡Vamos a crear una cuenta de activos!',
|
||||
@ -2710,7 +2722,7 @@ return [
|
||||
'ale_action_clear_tag' => 'Etiqueta limpiada',
|
||||
'ale_action_clear_all_tags' => 'Limpiar todas las etiquetas',
|
||||
'ale_action_set_bill' => 'Vinculado a la factura',
|
||||
'ale_action_switch_accounts' => 'Switched source and destination account',
|
||||
'ale_action_switch_accounts' => 'Cuentas de origen y destino cambiadas',
|
||||
'ale_action_set_budget' => 'Establecer presupuesto',
|
||||
'ale_action_set_category' => 'Establecer categoría',
|
||||
'ale_action_set_source' => 'Establecer cuenta de origen',
|
||||
|
@ -147,7 +147,7 @@ return [
|
||||
'start_date' => 'Inicio del rango',
|
||||
'end_date' => 'Final del rango',
|
||||
'enddate' => 'Fecha fin',
|
||||
'move_rules_before_delete' => 'Rule group',
|
||||
'move_rules_before_delete' => 'Grupo de reglas',
|
||||
'start' => 'Inicio del rango',
|
||||
'end' => 'Final del rango',
|
||||
'delete_account' => 'Borrar cuenta ":name"',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Yhdistä laskuun ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Aseta muistiinpano tapahtumalle ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Muuta tapahtuma talletukseksi',
|
||||
'rule_action_convert_deposit' => 'Muuta ":action_value" talletukseksi',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Käyttötilit',
|
||||
'undefined_accounts' => 'Tilit',
|
||||
'asset_accounts_inactive' => 'Käyttötilit (ei käytössä)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Kulutustilit',
|
||||
'expense_accounts_inactive' => 'Kulutustilit (ei käytössä)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Tuottotilit',
|
||||
'revenue_accounts_inactive' => 'Tuottotilit (ei käytössä)',
|
||||
'cash_accounts' => 'Käteistilit',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategoriat',
|
||||
'edit_category' => 'Muokkaa kategoriaa ":name"',
|
||||
'no_category' => '(ei kategoriaa)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategoria',
|
||||
'delete_category' => 'Poista kategoria ":name"',
|
||||
'deleted_category' => 'Poistettiin kategoria ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Hae ...',
|
||||
'version' => 'Versio',
|
||||
'dashboard' => 'Etusivu',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Budjetista jäljellä ({currency})',
|
||||
'currencies' => 'Valuutat',
|
||||
'activity' => 'Toiminta',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Ylläpito',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Käyttäjähallinta',
|
||||
'list_all_users' => 'Kaikki käyttäjät',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ryhmittelemättömät)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Luodaan käyttötili!',
|
||||
|
@ -864,12 +864,12 @@ return [
|
||||
'rule_trigger_transaction_type' => 'L\'opération est du type ":trigger_value"',
|
||||
'rule_trigger_category_is_choice' => 'La catégorie est..',
|
||||
'rule_trigger_category_is' => 'La catégorie est ":trigger_value"',
|
||||
'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..',
|
||||
'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value',
|
||||
'rule_trigger_amount_less_choice' => 'Le montant est inférieur ou égal à ..',
|
||||
'rule_trigger_amount_less' => 'Le montant est inférieur ou égal à :trigger_value',
|
||||
'rule_trigger_amount_is_choice' => 'Le montant est..',
|
||||
'rule_trigger_amount_is' => 'Le montant est :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..',
|
||||
'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Le montant est supérieur ou égal à..',
|
||||
'rule_trigger_amount_more' => 'Le montant est supérieur ou égal à :trigger_value',
|
||||
'rule_trigger_description_starts_choice' => 'Le description commence par..',
|
||||
'rule_trigger_description_starts' => 'La description commence par ":trigger_value"',
|
||||
'rule_trigger_description_ends_choice' => 'La description se termine par..',
|
||||
@ -934,14 +934,14 @@ return [
|
||||
'rule_trigger_internal_reference_is' => 'La référence interne est ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'L\'ID du journal d\'opérations est..',
|
||||
'rule_trigger_journal_id' => 'L\'ID du journal d\'opérations est ":trigger_value"',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_id' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_url' => 'La transaction a une (quelconque) URL externe',
|
||||
'rule_trigger_any_external_url_choice' => 'La transaction a une (quelconque) URL externe',
|
||||
'rule_trigger_any_external_id' => 'La transaction a un ID externe (quelconque)',
|
||||
'rule_trigger_any_external_id_choice' => 'La transaction a un ID externe (quelconque)',
|
||||
'rule_trigger_no_external_url_choice' => 'L\'opération n\'a pas d\'URL externe',
|
||||
'rule_trigger_no_external_url' => 'L\'opération n\'a pas d\'URL externe',
|
||||
'rule_trigger_no_external_id_choice' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id_choice' => 'La transaction n\'a pas d\'ID externe',
|
||||
'rule_trigger_no_external_id' => 'La transaction n\'a pas d\'ID externe',
|
||||
'rule_trigger_id_choice' => 'L\'ID de l\'opération est..',
|
||||
'rule_trigger_id' => 'L\'ID de l\'opération est ":trigger_value"',
|
||||
'rule_trigger_sepa_ct_is_choice' => 'Le virement SEPA est..',
|
||||
@ -1260,8 +1260,8 @@ return [
|
||||
'rule_action_set_notes_choice' => 'Remplacer les notes par..',
|
||||
'rule_action_link_to_bill_choice' => 'Lier à une facture..',
|
||||
'rule_action_link_to_bill' => 'Lien vers la facture ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts_choice' => 'Intervertir les comptes source et destination (transferts uniquement !)',
|
||||
'rule_action_switch_accounts' => 'Inverser source et destination',
|
||||
'rule_action_set_notes' => 'Remplacer les notes par ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Convertir cette opération en dépôt',
|
||||
'rule_action_convert_deposit' => 'Convertir cette opération en dépôt depuis ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Administration financière',
|
||||
'administrations_index_menu' => 'Administration(s) financière(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purger des données de Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Comptes d’actif',
|
||||
'undefined_accounts' => 'Comptes',
|
||||
'asset_accounts_inactive' => 'Comptes d\'actifs (inactif)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Comptes de dépenses',
|
||||
'expense_accounts_inactive' => 'Comptes de dépenses (inactif)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Comptes de recettes',
|
||||
'revenue_accounts_inactive' => 'Comptes de recette (inactifs)',
|
||||
'cash_accounts' => 'Comptes de trésorerie',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Catégories',
|
||||
'edit_category' => 'Modifier la catégorie ":name"',
|
||||
'no_category' => '(aucune catégorie)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Catégorie',
|
||||
'delete_category' => 'Supprimer la catégorie ":name"',
|
||||
'deleted_category' => 'Catégorie ":name" supprimée',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Rechercher...',
|
||||
'version' => 'Version',
|
||||
'dashboard' => 'Tableau de bord',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Budget disponible ({currency})',
|
||||
'currencies' => 'Devises',
|
||||
'activity' => 'Activité',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Inviter l’utilisateur',
|
||||
'user_is_invited' => 'L\'adresse e-mail ":address" a été invitée à rejoindre Firefly III',
|
||||
'administration' => 'Administration',
|
||||
'system_settings' => 'Paramètres du système',
|
||||
'code_already_used' => 'Le code d\'invitation a été utilisé',
|
||||
'user_administration' => 'Gestion des utilisateurs',
|
||||
'list_all_users' => 'Tous les utilisateurs',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(Sans groupement)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Nous allons créer un compte d’actif !',
|
||||
@ -2710,7 +2722,7 @@ return [
|
||||
'ale_action_clear_tag' => 'Tag retiré',
|
||||
'ale_action_clear_all_tags' => 'Tous les tags ont été retirés',
|
||||
'ale_action_set_bill' => 'Lié à la facture',
|
||||
'ale_action_switch_accounts' => 'Switched source and destination account',
|
||||
'ale_action_switch_accounts' => 'Comptes source et destination inversés',
|
||||
'ale_action_set_budget' => 'Budget défini',
|
||||
'ale_action_set_category' => 'Catégorie définie',
|
||||
'ale_action_set_source' => 'Compte source défini',
|
||||
|
@ -147,7 +147,7 @@ return [
|
||||
'start_date' => 'Début de l\'étendue',
|
||||
'end_date' => 'Fin de l\'étendue',
|
||||
'enddate' => 'Date de fin',
|
||||
'move_rules_before_delete' => 'Rule group',
|
||||
'move_rules_before_delete' => 'Groupe de règles',
|
||||
'start' => 'Début de l\'étendue',
|
||||
'end' => 'Fin de l\'étendue',
|
||||
'delete_account' => 'Supprimer le compte ":name"',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Számlához csatolás: ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Jegyzetek megadása: ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'A tranzakció bevétellé konvertálása',
|
||||
'rule_action_convert_deposit' => 'Tranzakció bevétellé konvertálása innen: ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Eszközszámlák',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Eszközszámlák (inaktív)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Költségszámlák',
|
||||
'expense_accounts_inactive' => 'Költségszámlák (inaktív)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Jövedelemszámlák',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => 'Készpénzszámlák',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategóriák',
|
||||
'edit_category' => '":name" kategória szerkesztése',
|
||||
'no_category' => '(nincs kategória)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategória',
|
||||
'delete_category' => '":name" kategória törlése',
|
||||
'deleted_category' => '":name" kategória törlése',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Keresés...',
|
||||
'version' => 'Verzió',
|
||||
'dashboard' => 'Műszerfal',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Rendelkezésre álló költségkeret ({currency})',
|
||||
'currencies' => 'Pénznemek',
|
||||
'activity' => 'Tevékenység',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Adminisztráció',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Felhasználók adminisztrálása',
|
||||
'list_all_users' => 'Összes felhasználó',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(nem csoportosított)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Ideje létrehozni egy eszközszámlát!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Link to bill ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Tetapkan catatan ke ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Convert the transaction to a deposit',
|
||||
'rule_action_convert_deposit' => 'Convert the transaction to a deposit from ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Akun aset',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Asset accounts (inactive)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Rekening pengeluaran',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Akun pendapatan',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => 'Akun kas',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategori',
|
||||
'edit_category' => 'Edit kategori ":name"',
|
||||
'no_category' => '(tidak ada kategori)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategori',
|
||||
'delete_category' => 'Hapus kategori ":name"',
|
||||
'deleted_category' => 'Kategori yang dihapus ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Pencarian...',
|
||||
'version' => 'Versi',
|
||||
'dashboard' => 'Dasbor',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Available budget ({currency})',
|
||||
'currencies' => 'Mata uang',
|
||||
'activity' => 'Activity',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administrasi',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Administrasi pengguna',
|
||||
'list_all_users' => 'Semua pengguna',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ungrouped)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Mari buat akun aset!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Collegamento alla bolletta ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Imposta le note su ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Converti la transazione in un deposito',
|
||||
'rule_action_convert_deposit' => 'Converti la transazione in un deposito da ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Amministrazione finanziaria',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Conti attività',
|
||||
'undefined_accounts' => 'Conti',
|
||||
'asset_accounts_inactive' => 'Conti attività (inattivi)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Conti uscite',
|
||||
'expense_accounts_inactive' => 'Conti spese (inattivi)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Conti entrate',
|
||||
'revenue_accounts_inactive' => 'Conti entrate (inattivi)',
|
||||
'cash_accounts' => 'Conti contanti',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Categorie',
|
||||
'edit_category' => 'Modifica categoria ":name"',
|
||||
'no_category' => '(nessuna categoria)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Categoria',
|
||||
'delete_category' => 'Elimina categoria ":name"',
|
||||
'deleted_category' => 'Categoria eliminata ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Cerca...',
|
||||
'version' => 'Versione',
|
||||
'dashboard' => 'Cruscotto',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Budget disponibile ({currency})',
|
||||
'currencies' => 'Valute',
|
||||
'activity' => 'Attività',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Amministrazione',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Amministrazione utenti',
|
||||
'list_all_users' => 'Tutti gli utenti',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(non in un gruppo)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Creiamo un conto attività!',
|
||||
|
@ -864,12 +864,12 @@ return [
|
||||
'rule_trigger_transaction_type' => '取引種別が「:trigger_value」',
|
||||
'rule_trigger_category_is_choice' => 'カテゴリが…',
|
||||
'rule_trigger_category_is' => 'カテゴリが「:trigger_value」',
|
||||
'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..',
|
||||
'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value',
|
||||
'rule_trigger_amount_less_choice' => '金額が...以下',
|
||||
'rule_trigger_amount_less' => '金額が「:trigger_value」以下',
|
||||
'rule_trigger_amount_is_choice' => '金額が…',
|
||||
'rule_trigger_amount_is' => '金額が「:trigger_value」',
|
||||
'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..',
|
||||
'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => '金額が...以上',
|
||||
'rule_trigger_amount_more' => '金額が「:trigger_value」以上',
|
||||
'rule_trigger_description_starts_choice' => '説明が…で始まる',
|
||||
'rule_trigger_description_starts' => '説明が「:trigger_value」で始まる',
|
||||
'rule_trigger_description_ends_choice' => '説明が…で終わる',
|
||||
@ -934,14 +934,14 @@ return [
|
||||
'rule_trigger_internal_reference_is' => '内部参照が「:trigger_value」',
|
||||
'rule_trigger_journal_id_choice' => '取引IDが…',
|
||||
'rule_trigger_journal_id' => '取引IDが「:trigger_value」',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_id' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_url' => '外部URLがある取引',
|
||||
'rule_trigger_any_external_url_choice' => '外部URLがある取引',
|
||||
'rule_trigger_any_external_id' => '外部IDがある取引',
|
||||
'rule_trigger_any_external_id_choice' => '外部IDがある取引',
|
||||
'rule_trigger_no_external_url_choice' => '取引に外部 URL がない',
|
||||
'rule_trigger_no_external_url' => '外部 URL がない取引',
|
||||
'rule_trigger_no_external_id_choice' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id_choice' => '外部IDがない取引',
|
||||
'rule_trigger_no_external_id' => '外部IDがない取引',
|
||||
'rule_trigger_id_choice' => '取引IDが…',
|
||||
'rule_trigger_id' => '取引IDが「:trigger_value」',
|
||||
'rule_trigger_sepa_ct_is_choice' => 'SEPA CTが...',
|
||||
@ -1260,8 +1260,8 @@ return [
|
||||
'rule_action_set_notes_choice' => '備考に...を設定',
|
||||
'rule_action_link_to_bill_choice' => '請求...にリンク',
|
||||
'rule_action_link_to_bill' => '請求「:action_value」にリンク',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts_choice' => '引き出し口座と預け入れ口座を切り替える(送金のみ)',
|
||||
'rule_action_switch_accounts' => '引き出しと預け入れを切り替える',
|
||||
'rule_action_set_notes' => '備考に「:action_value」を設定',
|
||||
'rule_action_convert_deposit_choice' => '取引を入金に変換',
|
||||
'rule_action_convert_deposit' => '取引を「:action_value」からの入金に変換する',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => '財務管理',
|
||||
'administrations_index_menu' => '財務管理',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Firefly III からデータを消去',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => '資産口座',
|
||||
'undefined_accounts' => '口座',
|
||||
'asset_accounts_inactive' => '資産口座 (非アクティブ)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => '支出口座',
|
||||
'expense_accounts_inactive' => '支出口座(非アクティブ)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => '収入口座',
|
||||
'revenue_accounts_inactive' => '収入口座 (非アクティブ)',
|
||||
'cash_accounts' => '現金口座',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'カテゴリ',
|
||||
'edit_category' => 'カテゴリ「:name」を編集',
|
||||
'no_category' => '(カテゴリなし)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'カテゴリ',
|
||||
'delete_category' => 'カテゴリ":name" を削除する',
|
||||
'deleted_category' => 'カテゴリ「:name」を削除しました',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => '検索...',
|
||||
'version' => 'バージョン',
|
||||
'dashboard' => 'ダッシュボード',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => '有効な予算 ({currency})',
|
||||
'currencies' => '通貨',
|
||||
'activity' => '活動',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'ユーザーを招待',
|
||||
'user_is_invited' => 'メールアドレス「:address」がFirefly IIIに招待されました。',
|
||||
'administration' => '管理',
|
||||
'system_settings' => 'システム設定',
|
||||
'code_already_used' => '招待コードが使用されました',
|
||||
'user_administration' => 'ユーザー管理',
|
||||
'list_all_users' => '全ユーザー',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(グループなし)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => '資産口座を作成しましょう!',
|
||||
@ -2710,7 +2722,7 @@ return [
|
||||
'ale_action_clear_tag' => '削除されたタグ',
|
||||
'ale_action_clear_all_tags' => '削除されたすべてのタグ',
|
||||
'ale_action_set_bill' => '請求にリンクされました',
|
||||
'ale_action_switch_accounts' => 'Switched source and destination account',
|
||||
'ale_action_switch_accounts' => '引き出し口座と預け入れ口座を切り替えました',
|
||||
'ale_action_set_budget' => '予算を設定する',
|
||||
'ale_action_set_category' => 'カテゴリを設定する',
|
||||
'ale_action_set_source' => '引き出し口座を設定',
|
||||
|
@ -147,7 +147,7 @@ return [
|
||||
'start_date' => '期間の開始',
|
||||
'end_date' => '期間の終了',
|
||||
'enddate' => '終了日',
|
||||
'move_rules_before_delete' => 'Rule group',
|
||||
'move_rules_before_delete' => 'ルールグループ',
|
||||
'start' => '期間の開始',
|
||||
'end' => '期間の終了',
|
||||
'delete_account' => '口座「:name」を削除',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => '청구서 링크 ..',
|
||||
'rule_action_link_to_bill' => '청구서 링크 ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => '노트를 ":action_value"로 설정',
|
||||
'rule_action_convert_deposit_choice' => '거래를 입금으로 전환',
|
||||
'rule_action_convert_deposit' => '":action_value"에서 거래를 입금으로 전환합니다',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => '재정 관리',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Firefly III에서 데이터 제거',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => '자산 계정',
|
||||
'undefined_accounts' => '계정',
|
||||
'asset_accounts_inactive' => '자산 계정 (비활성)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => '지출 계정',
|
||||
'expense_accounts_inactive' => '지출 계정 (비활성)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => '수익 계정',
|
||||
'revenue_accounts_inactive' => '수익 계정 (비활성)',
|
||||
'cash_accounts' => '현금 계정',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => '카테고리',
|
||||
'edit_category' => '":name" 카테고리 수정',
|
||||
'no_category' => '(카테고리 없음)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => '카테고리',
|
||||
'delete_category' => '":name" 카테고리 삭제',
|
||||
'deleted_category' => '":name" 카테고리 삭제됨',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => '검색...',
|
||||
'version' => '버전',
|
||||
'dashboard' => '대시보드',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => '사용 가능한 예산 ({currency})',
|
||||
'currencies' => '통화',
|
||||
'activity' => '활동',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => '사용자 초대',
|
||||
'user_is_invited' => '":address" 이메일 주소가 Firefly III에 초대되었습니다',
|
||||
'administration' => '관리',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => '초대 코드가 사용되었습니다',
|
||||
'user_administration' => '사용자 관리',
|
||||
'list_all_users' => '모든 사용자',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(그룹화 해제)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => '자산 계정을 만들어 봅시다!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Koble til en regning ..',
|
||||
'rule_action_link_to_bill' => 'Link til regning ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Sett notater til ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Konverter transaksjonen til et innskudd',
|
||||
'rule_action_convert_deposit' => 'Konverter transaksjonen til et innskudd fra ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Økonomisk administrasjon',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Fjern data fra Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Aktivakontoer',
|
||||
'undefined_accounts' => 'Kontoer',
|
||||
'asset_accounts_inactive' => 'Eiendelskontoer (inaktive)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Utgiftskontoer',
|
||||
'expense_accounts_inactive' => 'Utgiftskontoer (inaktive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Inntektskontoer',
|
||||
'revenue_accounts_inactive' => 'Inntektskontoer (inaktive)',
|
||||
'cash_accounts' => 'Kontantkontoer',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategorier',
|
||||
'edit_category' => 'Rediger kategori ":name"',
|
||||
'no_category' => '(ingen kategori)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategori',
|
||||
'delete_category' => 'Slett kategori ":name"',
|
||||
'deleted_category' => 'Slettet kategori ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Søk...',
|
||||
'version' => 'Versjon',
|
||||
'dashboard' => 'Startskjerm',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Tilgjengelige budsjett ({currency})',
|
||||
'currencies' => 'Valutaer',
|
||||
'activity' => 'Aktivitet',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Inviter bruker',
|
||||
'user_is_invited' => 'E-postadressen «:address» ble invitert til Firefly III',
|
||||
'administration' => 'Administrasjon',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invitasjonskoden er allerede brukt',
|
||||
'user_administration' => 'Brukeradministrasjon',
|
||||
'list_all_users' => 'Alle brukere',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ikke gruppert)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'La oss opprette en aktivakonto!',
|
||||
|
@ -864,12 +864,12 @@ return [
|
||||
'rule_trigger_transaction_type' => 'Transactiesoort is ":trigger_value" (Engels)',
|
||||
'rule_trigger_category_is_choice' => 'Categorie is..',
|
||||
'rule_trigger_category_is' => 'Categorie is ":trigger_value"',
|
||||
'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..',
|
||||
'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value',
|
||||
'rule_trigger_amount_less_choice' => 'Bedrag is kleiner dan of gelijk aan ..',
|
||||
'rule_trigger_amount_less' => 'Bedrag is kleiner dan of gelijk aan :trigger_value',
|
||||
'rule_trigger_amount_is_choice' => 'Bedrag is..',
|
||||
'rule_trigger_amount_is' => 'Bedrag is :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..',
|
||||
'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Bedrag is groter dan of gelijk aan..',
|
||||
'rule_trigger_amount_more' => 'Bedrag is groter dan of gelijk aan :trigger_value',
|
||||
'rule_trigger_description_starts_choice' => 'Omschrijving begint met..',
|
||||
'rule_trigger_description_starts' => 'Omschrijving begint met ":trigger_value"',
|
||||
'rule_trigger_description_ends_choice' => 'Omschrijving eindigt op..',
|
||||
@ -934,14 +934,14 @@ return [
|
||||
'rule_trigger_internal_reference_is' => 'Interne referentie is ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'Transactiejournaal ID is..',
|
||||
'rule_trigger_journal_id' => 'Transactiejournaal ID is ":trigger_value"',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_id' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_url' => 'Transactie heeft een externe URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transactie heeft een externe URL',
|
||||
'rule_trigger_any_external_id' => 'Transactie heeft een extern ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transactie heeft een extern ID',
|
||||
'rule_trigger_no_external_url_choice' => 'De transactie heeft geen externe URL',
|
||||
'rule_trigger_no_external_url' => 'De transactie heeft geen externe URL',
|
||||
'rule_trigger_no_external_id_choice' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id_choice' => 'Transactie heeft geen extern ID',
|
||||
'rule_trigger_no_external_id' => 'Transactie heeft geen extern ID',
|
||||
'rule_trigger_id_choice' => 'Transactie-ID is..',
|
||||
'rule_trigger_id' => 'Transactie-ID is ":trigger_value"',
|
||||
'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..',
|
||||
@ -1260,8 +1260,8 @@ return [
|
||||
'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_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts_choice' => 'Wissel bron- en doelrekening (alleen overboekingen!)',
|
||||
'rule_action_switch_accounts' => 'Wissel bron- en doelrekening',
|
||||
'rule_action_set_notes' => 'Verander notitie in ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Verander de transactie in inkomsten',
|
||||
'rule_action_convert_deposit' => 'Verander de transactie in inkomsten van ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financiële administratie',
|
||||
'administrations_index_menu' => 'Financiële administratie(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Gegevens wissen uit Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Betaalrekeningen',
|
||||
'undefined_accounts' => 'Rekeningen',
|
||||
'asset_accounts_inactive' => 'Betaalrekeningen (inactief)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Crediteuren',
|
||||
'expense_accounts_inactive' => 'Crediteuren (inactief)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Debiteuren',
|
||||
'revenue_accounts_inactive' => 'Debiteuren (inactief)',
|
||||
'cash_accounts' => 'Contant geldrekeningen',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Categorieën',
|
||||
'edit_category' => 'Wijzig categorie ":name"',
|
||||
'no_category' => '(geen categorie)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Categorie',
|
||||
'delete_category' => 'Verwijder categorie ":name"',
|
||||
'deleted_category' => 'Categorie ":name" verwijderd',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Zoeken...',
|
||||
'version' => 'Versie',
|
||||
'dashboard' => 'Dashboard',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Beschikbaar budget ({currency})',
|
||||
'currencies' => 'Valuta',
|
||||
'activity' => 'Activiteit',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Gebruiker uitnodigen',
|
||||
'user_is_invited' => 'E-mailadres ":address" is uitgenodigd voor Firefly III',
|
||||
'administration' => 'Administratie',
|
||||
'system_settings' => 'Systeeminstellingen',
|
||||
'code_already_used' => 'Uitnodigingscode is al gebruikt',
|
||||
'user_administration' => 'Gebruikersadministratie',
|
||||
'list_all_users' => 'Alle gebruikers',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ongegroepeerd)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Je hebt een betaalrekening nodig!',
|
||||
@ -2710,7 +2722,7 @@ return [
|
||||
'ale_action_clear_tag' => 'Tag gewist',
|
||||
'ale_action_clear_all_tags' => 'Alle tags gewist',
|
||||
'ale_action_set_bill' => 'Gekoppeld aan contract',
|
||||
'ale_action_switch_accounts' => 'Switched source and destination account',
|
||||
'ale_action_switch_accounts' => 'Bron- en doelrekening gewisseld',
|
||||
'ale_action_set_budget' => 'Budget ingesteld',
|
||||
'ale_action_set_category' => 'Categorie ingesteld',
|
||||
'ale_action_set_source' => 'Bronrekening veranderd',
|
||||
@ -2723,8 +2735,8 @@ return [
|
||||
'ale_action_add_tag' => 'Tag toegevoegd',
|
||||
|
||||
// dashboard
|
||||
'enable_auto_convert' => 'Enable currency conversion',
|
||||
'disable_auto_convert' => 'Disable currency conversion',
|
||||
'enable_auto_convert' => 'Doe valutaconversie',
|
||||
'disable_auto_convert' => 'Doe geen valutaconversie',
|
||||
|
||||
];
|
||||
|
||||
|
@ -147,7 +147,7 @@ return [
|
||||
'start_date' => 'Start van bereik',
|
||||
'end_date' => 'Einde van bereik',
|
||||
'enddate' => 'Einddatum',
|
||||
'move_rules_before_delete' => 'Rule group',
|
||||
'move_rules_before_delete' => 'Regelgroep',
|
||||
'start' => 'Start van bereik',
|
||||
'end' => 'Einde van bereik',
|
||||
'delete_account' => 'Verwijder rekening ":name"',
|
||||
|
@ -61,10 +61,10 @@ return [
|
||||
'invalid_selection' => 'Ongeldige selectie.',
|
||||
'belongs_user' => 'Deze waarde is ongeldig voor dit veld.',
|
||||
'at_least_one_transaction' => 'Er is op zijn minst één transactie nodig.',
|
||||
'recurring_transaction_id' => 'Need at least one transaction.',
|
||||
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',
|
||||
'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.',
|
||||
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
|
||||
'recurring_transaction_id' => 'Er is op zijn minst één transactie nodig.',
|
||||
'need_id_to_match' => 'Je moet dit item met een ID versturen, anders snapt de API het niet.',
|
||||
'too_many_unmatched' => 'Te veel transacties kunnen niet worden gekoppeld aan hun respectievelijke database-entries. Zorg ervoor dat bestaande transacties een geldig ID hebben.',
|
||||
'id_does_not_match' => 'Ingediend ID #:id komt niet overeen met het verwachte ID. Zorg ervoor dat het overeenkomt of laat het veld weg.',
|
||||
'at_least_one_repetition' => 'Er is op zijn minst één herhaling nodig.',
|
||||
'require_repeat_until' => 'Je moet een aantal herhalingen opgeven, of een einddatum (repeat_until). Niet beide.',
|
||||
'require_currency_info' => 'De inhoud van dit veld is ongeldig zonder valutagegevens.',
|
||||
@ -234,20 +234,20 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Om door te gaan moet een geldige bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_source_bad_data' => '[a] Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden gevonden.',
|
||||
'withdrawal_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
|
||||
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
|
||||
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
|
||||
'withdrawal_dest_iban_exists' => 'De IBAN van deze doelrekening is al in gebruik door een betaalrekening of een passiva, en kan niet worden gebruikt als een doelrekening voor deze uitgave.',
|
||||
'deposit_src_iban_exists' => 'De IBAN van deze bronrekening is al in gebruik door een betaalrekening of een passiva, en kan niet worden gebruikt als een bronrekening voor deze inkomsten.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Kan geen geldige afstemmingsrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => '[e] Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Om door te gaan moet een geldige bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_source_bad_data' => '[b] Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'deposit_dest_need_data' => '[b] Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden ingevoerd.',
|
||||
'deposit_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'deposit_dest_wrong_type' => 'De ingevoerde doelrekening is niet van het juiste type.',
|
||||
|
||||
@ -264,14 +264,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Om door te gaan moet een geldig bronaccount ID en/of geldige bronaccountnaam worden gevonden.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_source_bad_data' => '[c] Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'transfer_dest_need_data' => '[c] Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden ingevoerd.',
|
||||
'transfer_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'need_id_in_edit' => 'Elke split moet een transaction_journal_id hebben (een geldig ID of 0).',
|
||||
|
||||
'ob_source_need_data' => 'Om door te gaan moet er een geldig bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'lc_source_need_data' => 'Er moet een geldig bronrekening-ID zijn om door te gaan.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_need_data' => '[d] Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden ingevoerd.',
|
||||
'ob_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'reconciliation_either_account' => 'Om een afstemmingstransactie in te dienen moet je een bron- of doelrekening insturen. Niet beide, niet geen beide.',
|
||||
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Koble til ein rekning ..',
|
||||
'rule_action_link_to_bill' => 'Link til rekning ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Sett notat til ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Konverter transaksjonen til eit innskot',
|
||||
'rule_action_convert_deposit' => 'Konverter transaksjonen til eit innskot frå ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Økonomisk administrasjon',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Fjern data frå Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Aktivakontoar',
|
||||
'undefined_accounts' => 'Kontoar',
|
||||
'asset_accounts_inactive' => 'Aktivakontoar (inaktive)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Utgiftskontoar',
|
||||
'expense_accounts_inactive' => 'Utgiftskontoar (inaktive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Inntektskontoar',
|
||||
'revenue_accounts_inactive' => 'Inntektskontoar (inaktive)',
|
||||
'cash_accounts' => 'Kontantkontoar',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategorier',
|
||||
'edit_category' => 'Rediger kategori ":name"',
|
||||
'no_category' => '(ingen kategori)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategori',
|
||||
'delete_category' => 'Slett kategori ":name"',
|
||||
'deleted_category' => 'Sletta kategori ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Søk...',
|
||||
'version' => 'Versjon',
|
||||
'dashboard' => 'Startskjerm',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Tilgjengelige budsjett ({currency})',
|
||||
'currencies' => 'Valutaer',
|
||||
'activity' => 'Aktivitet',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Inviter brukar',
|
||||
'user_is_invited' => 'E-postadressa «:address» vart invitert til Firefly III',
|
||||
'administration' => 'Administrasjon',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invitasjonskoden er allereie brukt',
|
||||
'user_administration' => 'Brukaradministrasjon',
|
||||
'list_all_users' => 'Alle brukarar',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ikkje gruppert)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'La oss oppretta ein aktivakonto!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Powiąż z rachunkiem ..',
|
||||
'rule_action_link_to_bill' => 'Powiąż z rachunkiem ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Ustaw notatki na ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Konwertuj transakcję na wpłatę',
|
||||
'rule_action_convert_deposit' => 'Konwertuj transakcję na wpłatę od ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Zarządzanie finansami',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Wyczyść dane z Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Konta aktywów',
|
||||
'undefined_accounts' => 'Konta',
|
||||
'asset_accounts_inactive' => 'Konta aktywów (nieaktywne)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Konta wydatków',
|
||||
'expense_accounts_inactive' => 'Konto wydatków (nieaktywne)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Konta przychodów',
|
||||
'revenue_accounts_inactive' => 'Konta przychodów (nieaktywne)',
|
||||
'cash_accounts' => 'Konta gotówkowe',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategorie',
|
||||
'edit_category' => 'Edytuj kategorię ":name"',
|
||||
'no_category' => '(bez kategorii)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategoria',
|
||||
'delete_category' => 'Usuń kategorię ":name"',
|
||||
'deleted_category' => 'Usunięto kategorię ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Szukaj...',
|
||||
'version' => 'Wersja',
|
||||
'dashboard' => 'Kokpit',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Dostępne budżety ({currency})',
|
||||
'currencies' => 'Waluty',
|
||||
'activity' => 'Aktywność',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Zaproś użytkownika',
|
||||
'user_is_invited' => 'Adres email ":address" został zaproszony do Firefly III',
|
||||
'administration' => 'Administracja',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Kod zaproszenia został już użyty',
|
||||
'user_administration' => 'Administracja użytkownikami',
|
||||
'list_all_users' => 'Wszyscy użytkownicy',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(bez grupy)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Stwórzmy konto aktywów!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Vincular a uma fatura ..',
|
||||
'rule_action_link_to_bill' => 'Vincular à fatura ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Defina notas para ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Converter esta transferência em entrada',
|
||||
'rule_action_convert_deposit' => 'Converter a transação em uma entrada de ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Administração financeira',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Excluir dados do Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Contas de ativo',
|
||||
'undefined_accounts' => 'Contas',
|
||||
'asset_accounts_inactive' => 'Contas de ativos (inativas)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Contas de despesas',
|
||||
'expense_accounts_inactive' => 'Contas de despesas (inativas)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Contas de receitas',
|
||||
'revenue_accounts_inactive' => 'Contas de receita (inativas)',
|
||||
'cash_accounts' => 'Contas Correntes',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Categorias',
|
||||
'edit_category' => 'Editar categoria ":name"',
|
||||
'no_category' => '(sem categoria)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Categoria',
|
||||
'delete_category' => 'Excluir categoria ":name"',
|
||||
'deleted_category' => 'Categoria ":name" excluída',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Pesquisar...',
|
||||
'version' => 'Versão',
|
||||
'dashboard' => 'Painel de Controle',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Orçamento disponível ({currency})',
|
||||
'currencies' => 'Moedas',
|
||||
'activity' => 'Atividade',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Convidar usuário',
|
||||
'user_is_invited' => 'O e-mail ":address" foi convidado para Firefly III',
|
||||
'administration' => 'Administração',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'O código de convite foi utilizado',
|
||||
'user_administration' => 'Administração de usuários',
|
||||
'list_all_users' => 'Todos os usuários',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(não agrupado)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Vamos criar uma conta de ativos!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Ligar a encargo..',
|
||||
'rule_action_link_to_bill' => 'Ligar a um encargo ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Defina notas para ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Converter a transação num depósito',
|
||||
'rule_action_convert_deposit' => 'Converter a transação para um depósito a partir de ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Administração financeira',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purgue dados do Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Conta de ativos',
|
||||
'undefined_accounts' => 'Contas',
|
||||
'asset_accounts_inactive' => 'Contas de ativos (inativas)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Conta de despesas',
|
||||
'expense_accounts_inactive' => 'Contas de despesas (desativadas)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Conta de receitas',
|
||||
'revenue_accounts_inactive' => 'Contas de receita (desativadas)',
|
||||
'cash_accounts' => 'Contas de caixa',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Categorias',
|
||||
'edit_category' => 'Editar categoria ":name"',
|
||||
'no_category' => '(sem categoria)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Categoria',
|
||||
'delete_category' => 'Apagar categoria ":name"',
|
||||
'deleted_category' => 'Categoria ":name" apagada',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Pesquisar...',
|
||||
'version' => 'Versão',
|
||||
'dashboard' => 'Painel de controlo',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Orçamento disponível ({currency})',
|
||||
'currencies' => 'Moedas',
|
||||
'activity' => 'Atividade',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Convidar utilizador',
|
||||
'user_is_invited' => 'O endereço de email ":address" recebeu um convite para o Firefly III',
|
||||
'administration' => 'Administração',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'O código de convite foi usado',
|
||||
'user_administration' => 'Gestão de utilizadores',
|
||||
'list_all_users' => 'Todos os utilizadores',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(não agrupado)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Vamos criar uma conta de ativos!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Legați la factură ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Setați notițele la ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Transformați tranzacția într-un depozit',
|
||||
'rule_action_convert_deposit' => 'Transformați tranzacția într-un depozit de la ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Conturile de active',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Conturi de active (inactive)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Conturi de cheltuieli',
|
||||
'expense_accounts_inactive' => 'Conturi de cheltuieli (inactive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Conturi de venituri',
|
||||
'revenue_accounts_inactive' => 'Conturi de venituri (inactive)',
|
||||
'cash_accounts' => 'Conturi de numerar',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Categorii',
|
||||
'edit_category' => 'Editați categoria ":name"',
|
||||
'no_category' => '(nici o categorie)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Categorie',
|
||||
'delete_category' => 'Șterge categoria ":name"',
|
||||
'deleted_category' => 'Categorie ":name" ștearsă',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Cautare...',
|
||||
'version' => 'Versiunea',
|
||||
'dashboard' => 'Panou de control',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Buget disponibil ({currency})',
|
||||
'currencies' => 'Monede',
|
||||
'activity' => 'Activitate',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administrare',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Administrarea utilizatorilor',
|
||||
'list_all_users' => 'Toți utilizatorii',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(negrupat)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Să cream un cont de active!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Ссылка на счёт к оплате ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Назначить примечания ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Преобразовать транзакцию в доход',
|
||||
'rule_action_convert_deposit' => 'Преобразовать транзакцию в доход с помощью ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Управление финансами',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Уничтожить данные из Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Основные счета',
|
||||
'undefined_accounts' => 'Учётные записи',
|
||||
'asset_accounts_inactive' => 'Основной счёт (неактивный)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Счета расходов',
|
||||
'expense_accounts_inactive' => 'Счёт расходов (неактивный)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Счета доходов',
|
||||
'revenue_accounts_inactive' => 'Счёт доходов (неактивный)',
|
||||
'cash_accounts' => 'Наличные деньги',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Категории',
|
||||
'edit_category' => 'Изменить категорию ":name"',
|
||||
'no_category' => '(без категории)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Категория',
|
||||
'delete_category' => 'Удалить категорию ":name"',
|
||||
'deleted_category' => 'Удалить категорию ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Поиск...',
|
||||
'version' => 'Версия',
|
||||
'dashboard' => 'Сводка',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Доступный бюджет ({currency})',
|
||||
'currencies' => 'Валюты',
|
||||
'activity' => 'Активность',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Администрирование',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Код приглашения уже был использован',
|
||||
'user_administration' => 'Управление пользователями',
|
||||
'list_all_users' => 'Список пользователей',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(без группировки)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Давайте создадим счёт расхода!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Prepojiť s účtom ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Nastavit poznámky na „:action_value“',
|
||||
'rule_action_convert_deposit_choice' => 'Zmeniť túto transakciu na vklad',
|
||||
'rule_action_convert_deposit' => 'Zmeniť túto transakciu z vkladu na „:action_value“',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Účty aktív',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Majetkový účet (neaktívny)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Výdavkové účty',
|
||||
'expense_accounts_inactive' => 'Výdajový účet (neaktívny)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Výnosové účty',
|
||||
'revenue_accounts_inactive' => 'Výnosové účty (neaktívne)',
|
||||
'cash_accounts' => 'Hotovostné účty',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategórie',
|
||||
'edit_category' => 'Upraviť kategóriu „:name“',
|
||||
'no_category' => '(žiadna kategória)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategória',
|
||||
'delete_category' => 'Odstrániť kategóriu „:name“',
|
||||
'deleted_category' => 'Kategorie „:name“ smazána',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Vyhľadať...',
|
||||
'version' => 'Verzia',
|
||||
'dashboard' => 'Prehľad',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Rozpočet k dispozícii ({currency})',
|
||||
'currencies' => 'Meny',
|
||||
'activity' => 'Aktivita',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Správa',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Správa použivateľov',
|
||||
'list_all_users' => 'Všetci použivatelia',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(nezoskupené)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Vytvorme účet aktív!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Poveži s trajnikom ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Nastavi opombe na ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Pretvori transakcijo v polog',
|
||||
'rule_action_convert_deposit' => 'Pretvori transakcijo v polog iz ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'premoženjski računi',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Računi sredstev (neaktivno)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Računi stroškov',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Račun prihodkov',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => 'Gotovinski računi',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategorije',
|
||||
'edit_category' => 'Uredi kategorijo ":name"',
|
||||
'no_category' => '(brez kategorije)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategorija',
|
||||
'delete_category' => 'Izbriši kategorijo ":name"',
|
||||
'deleted_category' => 'Kategorija ":name" izbrisana',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Iskanje...',
|
||||
'version' => 'Različica',
|
||||
'dashboard' => 'Nadzorna plošča',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Razpoložljiv proračun ({currency})',
|
||||
'currencies' => 'Valute',
|
||||
'activity' => 'Dejavnost',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Povabi uporabnika',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administracija',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Upravljanje uporabnikov',
|
||||
'list_all_users' => 'Vse uporabnike',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ungrouped)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Ustvarite premoženjski račun!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Länka till nota ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Sätt anteckningar till ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Konvertera transaktionen till en insättning',
|
||||
'rule_action_convert_deposit' => 'Konvertera transaktionen till en insättning från ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Tillgångskonton',
|
||||
'undefined_accounts' => 'Konton',
|
||||
'asset_accounts_inactive' => 'Tillgångskonton (inaktiva)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Kostnadskonto',
|
||||
'expense_accounts_inactive' => 'Utgiftskonton (inaktiva)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Intäktskonton',
|
||||
'revenue_accounts_inactive' => 'Intäktskonton (inaktiv)',
|
||||
'cash_accounts' => 'Kontantkonton',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Kategorier',
|
||||
'edit_category' => 'Redigera kategori ":name"',
|
||||
'no_category' => '(utan kategori)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategori',
|
||||
'delete_category' => 'Ta bort kategori ":name"',
|
||||
'deleted_category' => 'Kategori ":name" togs bort',
|
||||
@ -2080,6 +2084,12 @@ return [
|
||||
'searchPlaceholder' => 'Sök...',
|
||||
'version' => 'Version',
|
||||
'dashboard' => 'Kontrollpanel',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Tillgänglig budget ({currency})',
|
||||
'currencies' => 'Valutor',
|
||||
'activity' => 'Aktivitet',
|
||||
@ -2388,6 +2398,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administration',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Användaradministration',
|
||||
'list_all_users' => 'Alla användare',
|
||||
@ -2527,6 +2538,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ogrupperad)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Låt oss skapa ett tillgångskonto!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Link to bill ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Set notes to ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Convert the transaction to a deposit',
|
||||
'rule_action_convert_deposit' => 'Convert the transaction to a deposit from ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Asset accounts',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Asset accounts (inactive)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Expense accounts',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Revenue accounts',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => 'Cash accounts',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Categories',
|
||||
'edit_category' => 'Edit category ":name"',
|
||||
'no_category' => '(no category)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Category',
|
||||
'delete_category' => 'Delete category ":name"',
|
||||
'deleted_category' => 'Deleted category ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Search...',
|
||||
'version' => 'Version',
|
||||
'dashboard' => 'Dashboard',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Available budget ({currency})',
|
||||
'currencies' => 'Currencies',
|
||||
'activity' => 'Activity',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administration',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'User administration',
|
||||
'list_all_users' => 'All users',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ungrouped)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Let\'s create an asset account!',
|
||||
|
@ -1262,7 +1262,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Fatura linki ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Notları ":action_value" olarak ayarla',
|
||||
'rule_action_convert_deposit_choice' => 'İşlemi mevduata dönüştür',
|
||||
'rule_action_convert_deposit' => 'İşlemi ":action_value" mevduatına dönüştür',
|
||||
@ -1404,6 +1404,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1823,8 +1824,10 @@ return [
|
||||
'asset_accounts' => 'Varlık hesapları',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Asset accounts (inactive)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Gider hesapları',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Gelir hesapları',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => 'Nakit Hesabı',
|
||||
@ -1913,6 +1916,7 @@ return [
|
||||
'categories' => 'Kategoriler',
|
||||
'edit_category' => '":name" kategorisini düzenle',
|
||||
'no_category' => '(Kategori yok)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Kategori',
|
||||
'delete_category' => '":name" kategorisini sil',
|
||||
'deleted_category' => ' kategorisi silindi',
|
||||
@ -2080,6 +2084,12 @@ return [
|
||||
'searchPlaceholder' => 'Aranıyor...',
|
||||
'version' => 'Versiyon',
|
||||
'dashboard' => 'Gösterge paneli',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Available budget ({currency})',
|
||||
'currencies' => 'Kurlar',
|
||||
'activity' => 'Activity',
|
||||
@ -2388,6 +2398,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Yönetim',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Kullanıcı Yönetimi',
|
||||
'list_all_users' => 'Tüm kullanıcılar',
|
||||
@ -2527,6 +2538,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ungrouped)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Bir varlık hesabı oluşturalım!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Посилання на рахунок до сплати ..',
|
||||
'rule_action_link_to_bill' => 'Посилання на рахунок до сплати ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Вказати примітки до ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Перетворити операцію в депозит',
|
||||
'rule_action_convert_deposit' => 'Перетворити операцію в депозит з ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Фінансове управління',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Очистити дані з Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'Основні рахунки',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Основні рахунки (неактивні)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Рахунки витрат',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Джерела доходів',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => 'Cash accounts',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Категорії',
|
||||
'edit_category' => 'Edit category ":name"',
|
||||
'no_category' => '(no category)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Category',
|
||||
'delete_category' => 'Delete category ":name"',
|
||||
'deleted_category' => 'Deleted category ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Пошук...',
|
||||
'version' => 'Версія',
|
||||
'dashboard' => 'Головна панель',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Доступний бюджет ({currency})',
|
||||
'currencies' => 'Валюти',
|
||||
'activity' => 'Активність',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administration',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'User administration',
|
||||
'list_all_users' => 'All users',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ungrouped)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Let\'s create an asset account!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Liên kết đến một hóa đơn ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => 'Đặt ghi chú cho ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Chuyển đổi giao dịch thành tiền gửi',
|
||||
'rule_action_convert_deposit' => 'Chuyển đổi giao dịch thành tiền gửi từ ":action_value"',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => 'tài khoản',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'tài khoản (không hoạt động)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => 'Tài khoản chi phí',
|
||||
'expense_accounts_inactive' => 'Tài khoản chi tiêu (không hoạt động)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => 'Tài khoản doanh thu',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => 'Tài khoản tiền mặt',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => 'Danh mục',
|
||||
'edit_category' => 'Sửa danh mục ":name"',
|
||||
'no_category' => '(không danh mục)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => 'Danh mục',
|
||||
'delete_category' => 'Xóa danh mục ":name"',
|
||||
'deleted_category' => 'Đã xóa danh mục ":name"',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => 'Tìm kiếm...',
|
||||
'version' => 'Phiên bản',
|
||||
'dashboard' => 'Bảng điều khiển',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => 'Ngân sách có sẵn ({currency})',
|
||||
'currencies' => 'Tiền tệ',
|
||||
'activity' => 'Hoạt động',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Quản trị',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => 'Quản lý người dùng',
|
||||
'list_all_users' => 'Tất cả người dùng',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(chưa nhóm)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Hãy tạo một tài khoản!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => '关联至账单…',
|
||||
'rule_action_link_to_bill' => '关联至账单“:action_value”',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => '设定备注至“:action_value”',
|
||||
'rule_action_convert_deposit_choice' => '转换交易为收入',
|
||||
'rule_action_convert_deposit' => '转换交易为来自“:action_value”的收入',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => '从 Frefly III 清除数据',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => '资产账户',
|
||||
'undefined_accounts' => '账户',
|
||||
'asset_accounts_inactive' => '资产账户 (已停用)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => '支出账户',
|
||||
'expense_accounts_inactive' => '支出账户 (已停用)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => '收入账户',
|
||||
'revenue_accounts_inactive' => '收入账户 (已停用)',
|
||||
'cash_accounts' => '现金账户',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => '分类',
|
||||
'edit_category' => '编辑分类 “:name”',
|
||||
'no_category' => '(没有分类)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => '分类',
|
||||
'delete_category' => '删除分类 “:name”',
|
||||
'deleted_category' => '已删除分类 “:name”',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => '搜索…',
|
||||
'version' => '版本',
|
||||
'dashboard' => '仪表盘',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => '可用预算 ({currency})',
|
||||
'currencies' => '货币',
|
||||
'activity' => '活动',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => '管理',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => '用户管理',
|
||||
'list_all_users' => '所有用户',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(未分组)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => '创建一个资产账户!',
|
||||
|
@ -1261,7 +1261,7 @@ return [
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => '連結至帳單 ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination ',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_set_notes' => '設定註釋至 ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => '轉換交易為存款',
|
||||
'rule_action_convert_deposit' => '轉換交易至來自 ":action_value" 的存款',
|
||||
@ -1403,6 +1403,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
@ -1822,8 +1823,10 @@ return [
|
||||
'asset_accounts' => '資產帳戶',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'asset_accounts_inactive' => 'Asset accounts (inactive)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_accounts' => '支出帳戶',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_accounts' => '收入帳戶',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => '現金帳戶',
|
||||
@ -1912,6 +1915,7 @@ return [
|
||||
'categories' => '分類',
|
||||
'edit_category' => '編輯分類 “:name”',
|
||||
'no_category' => '(沒有分類)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'category' => '分類',
|
||||
'delete_category' => '刪除分類 “:name”',
|
||||
'deleted_category' => '已刪除分類 “:name”',
|
||||
@ -2079,6 +2083,12 @@ return [
|
||||
'searchPlaceholder' => '搜尋…',
|
||||
'version' => '版本',
|
||||
'dashboard' => '監控面板',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'available_budget' => '可用預算 ({currency})',
|
||||
'currencies' => '貨幣',
|
||||
'activity' => '活動',
|
||||
@ -2387,6 +2397,7 @@ return [
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => '管理',
|
||||
'system_settings' => 'System settings',
|
||||
'code_already_used' => 'Invite code has been used',
|
||||
'user_administration' => '使用者管理',
|
||||
'list_all_users' => '所有使用者',
|
||||
@ -2526,6 +2537,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ungrouped)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => '建立新資產帳戶',
|
||||
|
Loading…
Reference in New Issue
Block a user