mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Progress and updates for new layout.
This commit is contained in:
@@ -41,6 +41,7 @@ class EitherConfigKey
|
|||||||
'firefly.bill_periods',
|
'firefly.bill_periods',
|
||||||
'firefly.enable_external_map',
|
'firefly.enable_external_map',
|
||||||
'firefly.expected_source_types',
|
'firefly.expected_source_types',
|
||||||
|
'firefly.credit_card_types',
|
||||||
'app.timezone',
|
'app.timezone',
|
||||||
];
|
];
|
||||||
/**
|
/**
|
||||||
|
|||||||
153
composer.lock
generated
153
composer.lock
generated
@@ -1764,16 +1764,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v8.52.0",
|
"version": "v8.53.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/framework.git",
|
"url": "https://github.com/laravel/framework.git",
|
||||||
"reference": "8fe9877d52e25f8aed36c51734e5a8510be967e6"
|
"reference": "5df423c2790f32b26baee90518bb659572aa404f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/framework/zipball/8fe9877d52e25f8aed36c51734e5a8510be967e6",
|
"url": "https://api.github.com/repos/laravel/framework/zipball/5df423c2790f32b26baee90518bb659572aa404f",
|
||||||
"reference": "8fe9877d52e25f8aed36c51734e5a8510be967e6",
|
"reference": "5df423c2790f32b26baee90518bb659572aa404f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1846,7 +1846,7 @@
|
|||||||
"illuminate/view": "self.version"
|
"illuminate/view": "self.version"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"aws/aws-sdk-php": "^3.155",
|
"aws/aws-sdk-php": "^3.186.4",
|
||||||
"doctrine/dbal": "^2.6|^3.0",
|
"doctrine/dbal": "^2.6|^3.0",
|
||||||
"filp/whoops": "^2.8",
|
"filp/whoops": "^2.8",
|
||||||
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
|
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
|
||||||
@@ -1859,7 +1859,7 @@
|
|||||||
"symfony/cache": "^5.1.4"
|
"symfony/cache": "^5.1.4"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).",
|
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.186.4).",
|
||||||
"brianium/paratest": "Required to run tests in parallel (^6.0).",
|
"brianium/paratest": "Required to run tests in parallel (^6.0).",
|
||||||
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
|
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
|
||||||
"ext-ftp": "Required to use the Flysystem FTP driver.",
|
"ext-ftp": "Required to use the Flysystem FTP driver.",
|
||||||
@@ -1928,7 +1928,7 @@
|
|||||||
"issues": "https://github.com/laravel/framework/issues",
|
"issues": "https://github.com/laravel/framework/issues",
|
||||||
"source": "https://github.com/laravel/framework"
|
"source": "https://github.com/laravel/framework"
|
||||||
},
|
},
|
||||||
"time": "2021-07-27T13:03:29+00:00"
|
"time": "2021-08-05T14:04:08+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/passport",
|
"name": "laravel/passport",
|
||||||
@@ -4390,20 +4390,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ramsey/collection",
|
"name": "ramsey/collection",
|
||||||
"version": "1.1.4",
|
"version": "1.2.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ramsey/collection.git",
|
"url": "https://github.com/ramsey/collection.git",
|
||||||
"reference": "ab2237657ad99667a5143e32ba2683c8029563d4"
|
"reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/ramsey/collection/zipball/ab2237657ad99667a5143e32ba2683c8029563d4",
|
"url": "https://api.github.com/repos/ramsey/collection/zipball/eaca1dc1054ddd10cbd83c1461907bee6fb528fa",
|
||||||
"reference": "ab2237657ad99667a5143e32ba2683c8029563d4",
|
"reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2 || ^8"
|
"php": "^7.3 || ^8",
|
||||||
|
"symfony/polyfill-php81": "^1.23"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"captainhook/captainhook": "^5.3",
|
"captainhook/captainhook": "^5.3",
|
||||||
@@ -4413,6 +4414,7 @@
|
|||||||
"hamcrest/hamcrest-php": "^2",
|
"hamcrest/hamcrest-php": "^2",
|
||||||
"jangregor/phpstan-prophecy": "^0.8",
|
"jangregor/phpstan-prophecy": "^0.8",
|
||||||
"mockery/mockery": "^1.3",
|
"mockery/mockery": "^1.3",
|
||||||
|
"phpspec/prophecy-phpunit": "^2.0",
|
||||||
"phpstan/extension-installer": "^1",
|
"phpstan/extension-installer": "^1",
|
||||||
"phpstan/phpstan": "^0.12.32",
|
"phpstan/phpstan": "^0.12.32",
|
||||||
"phpstan/phpstan-mockery": "^0.12.5",
|
"phpstan/phpstan-mockery": "^0.12.5",
|
||||||
@@ -4440,7 +4442,7 @@
|
|||||||
"homepage": "https://benramsey.com"
|
"homepage": "https://benramsey.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A PHP 7.2+ library for representing and manipulating collections.",
|
"description": "A PHP library for representing and manipulating collections.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"array",
|
"array",
|
||||||
"collection",
|
"collection",
|
||||||
@@ -4451,7 +4453,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/ramsey/collection/issues",
|
"issues": "https://github.com/ramsey/collection/issues",
|
||||||
"source": "https://github.com/ramsey/collection/tree/1.1.4"
|
"source": "https://github.com/ramsey/collection/tree/1.2.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -4463,20 +4465,20 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-07-30T00:58:27+00:00"
|
"time": "2021-08-06T03:41:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ramsey/uuid",
|
"name": "ramsey/uuid",
|
||||||
"version": "4.1.1",
|
"version": "4.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ramsey/uuid.git",
|
"url": "https://github.com/ramsey/uuid.git",
|
||||||
"reference": "cd4032040a750077205918c86049aa0f43d22947"
|
"reference": "7231612a5221f5524d3575bebdce20eeef8547a1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/7231612a5221f5524d3575bebdce20eeef8547a1",
|
||||||
"reference": "cd4032040a750077205918c86049aa0f43d22947",
|
"reference": "7231612a5221f5524d3575bebdce20eeef8547a1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -4490,26 +4492,26 @@
|
|||||||
"rhumsaa/uuid": "self.version"
|
"rhumsaa/uuid": "self.version"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"codeception/aspect-mock": "^3",
|
"captainhook/captainhook": "^5.10",
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
|
"captainhook/plugin-composer": "^5.3",
|
||||||
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||||||
"doctrine/annotations": "^1.8",
|
"doctrine/annotations": "^1.8",
|
||||||
"goaop/framework": "^2",
|
"ergebnis/composer-normalize": "^2.15",
|
||||||
"mockery/mockery": "^1.3",
|
"mockery/mockery": "^1.3",
|
||||||
"moontoast/math": "^1.1",
|
"moontoast/math": "^1.1",
|
||||||
"paragonie/random-lib": "^2",
|
"paragonie/random-lib": "^2",
|
||||||
|
"php-mock/php-mock": "^2.2",
|
||||||
"php-mock/php-mock-mockery": "^1.3",
|
"php-mock/php-mock-mockery": "^1.3",
|
||||||
"php-mock/php-mock-phpunit": "^2.5",
|
|
||||||
"php-parallel-lint/php-parallel-lint": "^1.1",
|
"php-parallel-lint/php-parallel-lint": "^1.1",
|
||||||
"phpbench/phpbench": "^0.17.1",
|
"phpbench/phpbench": "^1.0",
|
||||||
"phpstan/extension-installer": "^1.0",
|
"phpstan/extension-installer": "^1.0",
|
||||||
"phpstan/phpstan": "^0.12",
|
"phpstan/phpstan": "^0.12",
|
||||||
"phpstan/phpstan-mockery": "^0.12",
|
"phpstan/phpstan-mockery": "^0.12",
|
||||||
"phpstan/phpstan-phpunit": "^0.12",
|
"phpstan/phpstan-phpunit": "^0.12",
|
||||||
"phpunit/phpunit": "^8.5",
|
"phpunit/phpunit": "^8.5 || ^9",
|
||||||
"psy/psysh": "^0.10.0",
|
"slevomat/coding-standard": "^7.0",
|
||||||
"slevomat/coding-standard": "^6.0",
|
|
||||||
"squizlabs/php_codesniffer": "^3.5",
|
"squizlabs/php_codesniffer": "^3.5",
|
||||||
"vimeo/psalm": "3.9.4"
|
"vimeo/psalm": "^4.9"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
||||||
@@ -4522,7 +4524,10 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "4.x-dev"
|
"dev-main": "4.x-dev"
|
||||||
|
},
|
||||||
|
"captainhook": {
|
||||||
|
"force-install": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -4538,7 +4543,6 @@
|
|||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
||||||
"homepage": "https://github.com/ramsey/uuid",
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"guid",
|
"guid",
|
||||||
"identifier",
|
"identifier",
|
||||||
@@ -4546,16 +4550,19 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/ramsey/uuid/issues",
|
"issues": "https://github.com/ramsey/uuid/issues",
|
||||||
"rss": "https://github.com/ramsey/uuid/releases.atom",
|
"source": "https://github.com/ramsey/uuid/tree/4.2.0"
|
||||||
"source": "https://github.com/ramsey/uuid"
|
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://github.com/ramsey",
|
"url": "https://github.com/ramsey",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
|
||||||
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-08-18T17:17:46+00:00"
|
"time": "2021-08-06T22:30:43+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rcrowe/twigbridge",
|
"name": "rcrowe/twigbridge",
|
||||||
@@ -6376,6 +6383,85 @@
|
|||||||
],
|
],
|
||||||
"time": "2021-07-28T13:41:28+00:00"
|
"time": "2021-07-28T13:41:28+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "symfony/polyfill-php81",
|
||||||
|
"version": "v1.23.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
||||||
|
"reference": "e66119f3de95efc359483f810c4c3e6436279436"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
|
||||||
|
"reference": "e66119f3de95efc359483f810c4c3e6436279436",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.1"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-main": "1.23-dev"
|
||||||
|
},
|
||||||
|
"thanks": {
|
||||||
|
"name": "symfony/polyfill",
|
||||||
|
"url": "https://github.com/symfony/polyfill"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Symfony\\Polyfill\\Php81\\": ""
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"bootstrap.php"
|
||||||
|
],
|
||||||
|
"classmap": [
|
||||||
|
"Resources/stubs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Nicolas Grekas",
|
||||||
|
"email": "p@tchwork.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Symfony Community",
|
||||||
|
"homepage": "https://symfony.com/contributors"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
||||||
|
"homepage": "https://symfony.com",
|
||||||
|
"keywords": [
|
||||||
|
"compatibility",
|
||||||
|
"polyfill",
|
||||||
|
"portable",
|
||||||
|
"shim"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
|
||||||
|
},
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://symfony.com/sponsor",
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/fabpot",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||||||
|
"type": "tidelift"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2021-05-21T13:25:03+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/process",
|
"name": "symfony/process",
|
||||||
"version": "v5.3.4",
|
"version": "v5.3.4",
|
||||||
@@ -10984,7 +11070,6 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"abandoned": true,
|
|
||||||
"time": "2020-09-28T06:45:17+00:00"
|
"time": "2020-09-28T06:45:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -238,6 +238,7 @@ return [
|
|||||||
'ccTypes' => [
|
'ccTypes' => [
|
||||||
'monthlyFull' => 'Full payment every month',
|
'monthlyFull' => 'Full payment every month',
|
||||||
],
|
],
|
||||||
|
'credit_card_types' => ['monthlyFull'],
|
||||||
'range_to_repeat_freq' => [
|
'range_to_repeat_freq' => [
|
||||||
'1D' => 'weekly',
|
'1D' => 'weekly',
|
||||||
'1W' => 'weekly',
|
'1W' => 'weekly',
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"/public/js/accounts/delete.js": "/public/js/accounts/delete.js",
|
"/public/js/accounts/delete.js": "/public/js/accounts/delete.js",
|
||||||
"/public/js/accounts/show.js": "/public/js/accounts/show.js",
|
"/public/js/accounts/show.js": "/public/js/accounts/show.js",
|
||||||
"/public/js/accounts/create.js": "/public/js/accounts/create.js",
|
"/public/js/accounts/create.js": "/public/js/accounts/create.js",
|
||||||
|
"/public/js/accounts/edit.js": "/public/js/accounts/edit.js",
|
||||||
"/public/js/bills/index.js": "/public/js/bills/index.js",
|
"/public/js/bills/index.js": "/public/js/bills/index.js",
|
||||||
"/public/js/bills/create.js": "/public/js/bills/create.js",
|
"/public/js/bills/create.js": "/public/js/bills/create.js",
|
||||||
"/public/js/budgets/index.js": "/public/js/budgets/index.js",
|
"/public/js/budgets/index.js": "/public/js/budgets/index.js",
|
||||||
|
|||||||
3
frontend/src/bootstrap-basic.js
vendored
3
frontend/src/bootstrap-basic.js
vendored
@@ -23,5 +23,4 @@
|
|||||||
window.$ = window.jQuery = require('jquery');
|
window.$ = window.jQuery = require('jquery');
|
||||||
|
|
||||||
// admin stuff
|
// admin stuff
|
||||||
//require('bootstrap');
|
require('bootstrap');
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,14 @@
|
|||||||
<GenericCurrency :disabled="submitting" v-model="currency_id" :errors="errors.currency_id" v-on:set-field="storeField($event)"/>
|
<GenericCurrency :disabled="submitting" v-model="currency_id" :errors="errors.currency_id" v-on:set-field="storeField($event)"/>
|
||||||
<AssetAccountRole :disabled="submitting" v-if="'asset' === type" v-model="account_role" :errors="errors.account_role"
|
<AssetAccountRole :disabled="submitting" v-if="'asset' === type" v-model="account_role" :errors="errors.account_role"
|
||||||
v-on:set-field="storeField($event)"/>
|
v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<!-- some CC fields -->
|
||||||
|
<CreditCardType :disabled="submitting" v-if="'ccAsset' === account_role" v-model="credit_card_type" :errors="errors.credit_card_type"
|
||||||
|
v-on:set-field="storeField($event)" />
|
||||||
|
<GenericTextInput :disabled="submitting" v-if="'ccAsset' === account_role" field-type="date" v-model="monthly_payment_date" field-name="monthly_payment_date"
|
||||||
|
:errors="errors.monthly_payment_date" :title="$t('form.cc_monthly_payment_date')" v-on:set-field="storeField($event)" />
|
||||||
|
|
||||||
|
<!-- liability fields -->
|
||||||
<LiabilityType :disabled="submitting" v-if="'liabilities' === type" v-model="liability_type" :errors="errors.liability_type"
|
<LiabilityType :disabled="submitting" v-if="'liabilities' === type" v-model="liability_type" :errors="errors.liability_type"
|
||||||
v-on:set-field="storeField($event)"/>
|
v-on:set-field="storeField($event)"/>
|
||||||
<LiabilityDirection :disabled="submitting" v-if="'liabilities' === type" v-model="liability_direction" :errors="errors.liability_direction"
|
<LiabilityDirection :disabled="submitting" v-if="'liabilities' === type" v-model="liability_direction" :errors="errors.liability_direction"
|
||||||
@@ -44,6 +52,7 @@
|
|||||||
|
|
||||||
<GenericTextInput :disabled="submitting" v-if="'liabilities' === type" field-type="number" field-step="any" v-model="liability_amount"
|
<GenericTextInput :disabled="submitting" v-if="'liabilities' === type" field-type="number" field-step="any" v-model="liability_amount"
|
||||||
field-name="liability_amount" :errors="errors.liability_amount" :title="$t('form.amount')" v-on:set-field="storeField($event)"/>
|
field-name="liability_amount" :errors="errors.liability_amount" :title="$t('form.amount')" v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
<GenericTextInput :disabled="submitting" v-if="'liabilities' === type" field-type="date" v-model="liability_date" field-name="liability_date"
|
<GenericTextInput :disabled="submitting" v-if="'liabilities' === type" field-type="date" v-model="liability_date" field-name="liability_date"
|
||||||
:errors="errors.liability_date" :title="$t('form.date')" v-on:set-field="storeField($event)"/>
|
:errors="errors.liability_date" :title="$t('form.date')" v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
@@ -136,10 +145,13 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import format from "date-fns/format";
|
||||||
|
|
||||||
const lodashClonedeep = require('lodash.clonedeep');
|
const lodashClonedeep = require('lodash.clonedeep');
|
||||||
import GenericCurrency from "../form/GenericCurrency";
|
import GenericCurrency from "../form/GenericCurrency";
|
||||||
import AssetAccountRole from "./AssetAccountRole"
|
import AssetAccountRole from "./AssetAccountRole"
|
||||||
import LiabilityType from "./LiabilityType";
|
import LiabilityType from "./LiabilityType";
|
||||||
|
import CreditCardType from "./CreditCardType";
|
||||||
import LiabilityDirection from "./LiabilityDirection";
|
import LiabilityDirection from "./LiabilityDirection";
|
||||||
import Interest from "./Interest";
|
import Interest from "./Interest";
|
||||||
import InterestPeriod from "./InterestPeriod";
|
import InterestPeriod from "./InterestPeriod";
|
||||||
@@ -154,7 +166,8 @@ export default {
|
|||||||
name: "Create",
|
name: "Create",
|
||||||
components: {
|
components: {
|
||||||
GenericCurrency, AssetAccountRole, LiabilityType, LiabilityDirection, Interest, InterestPeriod,
|
GenericCurrency, AssetAccountRole, LiabilityType, LiabilityDirection, Interest, InterestPeriod,
|
||||||
GenericTextInput, GenericTextarea, GenericLocation, GenericAttachments, GenericCheckbox, Alert
|
GenericTextInput, GenericTextarea, GenericLocation, GenericAttachments, GenericCheckbox, Alert,
|
||||||
|
CreditCardType
|
||||||
|
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@@ -162,6 +175,9 @@ export default {
|
|||||||
let pathName = window.location.pathname;
|
let pathName = window.location.pathname;
|
||||||
let parts = pathName.split('/');
|
let parts = pathName.split('/');
|
||||||
this.type = parts[parts.length - 1];
|
this.type = parts[parts.length - 1];
|
||||||
|
|
||||||
|
this.date = format(new Date, 'yyyy-MM-dd');
|
||||||
|
this.monthly_payment_date = format(new Date, 'yyyy-MM-dd');
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -199,6 +215,10 @@ export default {
|
|||||||
notes: null,
|
notes: null,
|
||||||
location: {},
|
location: {},
|
||||||
|
|
||||||
|
// credit card fields
|
||||||
|
monthly_payment_date: null,
|
||||||
|
credit_card_type: 'monthlyFull',
|
||||||
|
|
||||||
// has attachments to upload?
|
// has attachments to upload?
|
||||||
hasAttachments: false,
|
hasAttachments: false,
|
||||||
uploadTrigger: false,
|
uploadTrigger: false,
|
||||||
@@ -209,14 +229,17 @@ export default {
|
|||||||
account_role: 'defaultAsset',
|
account_role: 'defaultAsset',
|
||||||
errors: {
|
errors: {
|
||||||
currency_id: [],
|
currency_id: [],
|
||||||
|
credit_card_type: [],
|
||||||
},
|
},
|
||||||
defaultErrors: {
|
defaultErrors: {
|
||||||
name: [],
|
name: [],
|
||||||
|
monthly_payment_date: [],
|
||||||
currency_id: [],
|
currency_id: [],
|
||||||
account_role: [],
|
account_role: [],
|
||||||
liability_type: [],
|
liability_type: [],
|
||||||
liability_direction: [],
|
liability_direction: [],
|
||||||
liability_amount: [],
|
liability_amount: [],
|
||||||
|
credit_card_type: [],
|
||||||
liability_date: [],
|
liability_date: [],
|
||||||
interest: [],
|
interest: [],
|
||||||
interest_period: [],
|
interest_period: [],
|
||||||
@@ -355,8 +378,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ('asset' === this.type && 'ccAsset' === this.account_role) {
|
if ('asset' === this.type && 'ccAsset' === this.account_role) {
|
||||||
submission.credit_card_type = 'monthlyFull';
|
submission.credit_card_type = this.credit_card_type;
|
||||||
submission.monthly_payment_date = '2021-01-01';
|
submission.monthly_payment_date = this.monthly_payment_date;
|
||||||
}
|
}
|
||||||
if (Object.keys(this.location).length >= 3) {
|
if (Object.keys(this.location).length >= 3) {
|
||||||
submission.longitude = this.location.lng;
|
submission.longitude = this.location.lng;
|
||||||
|
|||||||
97
frontend/src/components/accounts/CreditCardType.vue
Normal file
97
frontend/src/components/accounts/CreditCardType.vue
Normal file
@@ -0,0 +1,97 @@
|
|||||||
|
<!--
|
||||||
|
- LiabilityType.vue
|
||||||
|
- Copyright (c) 2021 james@firefly-iii.org
|
||||||
|
-
|
||||||
|
- This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
-
|
||||||
|
- This program is free software: you can redistribute it and/or modify
|
||||||
|
- it under the terms of the GNU Affero General Public License as
|
||||||
|
- published by the Free Software Foundation, either version 3 of the
|
||||||
|
- License, or (at your option) any later version.
|
||||||
|
-
|
||||||
|
- This program is distributed in the hope that it will be useful,
|
||||||
|
- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
- GNU Affero General Public License for more details.
|
||||||
|
-
|
||||||
|
- You should have received a copy of the GNU Affero General Public License
|
||||||
|
- along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="form-group">
|
||||||
|
<div class="text-xs d-none d-lg-block d-xl-block">
|
||||||
|
{{ $t('form.cc_type') }}
|
||||||
|
</div>
|
||||||
|
<div class="input-group" v-if="loading">
|
||||||
|
<span class="fas fa-spinner fa-spin"></span>
|
||||||
|
</div>
|
||||||
|
<div class="input-group" v-if="!loading">
|
||||||
|
<select
|
||||||
|
ref="credit_card_type"
|
||||||
|
v-model="credit_card_type"
|
||||||
|
:class="errors.length > 0 ? 'form-control is-invalid' : 'form-control'"
|
||||||
|
:title="$t('form.cc_type')"
|
||||||
|
autocomplete="off"
|
||||||
|
name="credit_card_type"
|
||||||
|
:disabled=disabled
|
||||||
|
>
|
||||||
|
<option v-for="type in this.typeList" :label="type.title" :value="type.slug">{{ type.title }}</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
<span v-if="errors.length > 0">
|
||||||
|
<span v-for="error in errors" class="text-danger small">{{ error }}<br/></span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "CreditCardType",
|
||||||
|
props: {
|
||||||
|
value: {},
|
||||||
|
errors: {},
|
||||||
|
disabled: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false
|
||||||
|
},
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
typeList: [],
|
||||||
|
credit_card_type: this.value,
|
||||||
|
loading: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
loadRoles: function () {
|
||||||
|
//
|
||||||
|
axios.get('./api/v1/configuration/firefly.credit_card_types')
|
||||||
|
.then(response => {
|
||||||
|
let content = response.data.data.value;
|
||||||
|
for (let i in content) {
|
||||||
|
if (content.hasOwnProperty(i)) {
|
||||||
|
let current = content[i];
|
||||||
|
this.typeList.push({slug: current, title: this.$t('firefly.credit_card_type_' + current)})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
this.loading = false;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
watch: {
|
||||||
|
credit_card_type: function (value) {
|
||||||
|
this.$emit('set-field', {field: 'credit_card_type', value: value});
|
||||||
|
},
|
||||||
|
value: function(value) {
|
||||||
|
this.credit_card_type = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
},
|
||||||
|
created() {
|
||||||
|
this.loadRoles()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
@@ -19,12 +19,262 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
|
<Alert :message="errorMessage" type="danger"/>
|
||||||
|
<Alert :message="successMessage" type="success"/>
|
||||||
|
<form @submit="submitForm" autocomplete="off">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12">
|
||||||
|
<div class="card card-primary">
|
||||||
|
<div class="card-header">
|
||||||
|
<h3 class="card-title">
|
||||||
|
{{ $t('firefly.mandatoryFields') }}
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<GenericTextInput :disabled="submitting" v-model="account.name" field-name="name" :errors="errors.name" :title="$t('form.name')"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<GenericCurrency :disabled="submitting" v-model="account.currency_id" :errors="errors.currency_id" v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<AssetAccountRole :disabled="submitting" v-if="'asset' === account.type" v-model="account.account_role" :errors="errors.account_role"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
<LiabilityType :disabled="submitting" v-if="'liabilities' === account.type" v-model="account.liability_type" :errors="errors.liability_type"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<LiabilityDirection :disabled="submitting" v-if="'liabilities' === account.type" v-model="account.liability_direction"
|
||||||
|
:errors="errors.liability_direction"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<GenericTextInput :disabled="submitting" v-if="'liabilities' === account.type" field-type="number" field-step="any"
|
||||||
|
v-model="account.liability_amount"
|
||||||
|
field-name="liability_amount" :errors="errors.liability_amount" :title="$t('form.amount')" v-on:set-field="storeField($event)"/>
|
||||||
|
<GenericTextInput :disabled="submitting" v-if="'liabilities' === account.type" field-type="date" v-model="account.liability_date"
|
||||||
|
field-name="liability_date"
|
||||||
|
:errors="errors.liability_date" :title="$t('form.date')" v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<Interest :disabled="submitting" v-if="'liabilities' === account.type" v-model="account.interest" :errors="errors.interest"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
<InterestPeriod :disabled="submitting" v-if="'liabilities' === account.type" v-model="account.interest_period" :errors="errors.interest_period"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<h3 class="card-title">
|
||||||
|
{{ $t('firefly.optionalFields') }}
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<GenericTextInput :disabled="submitting" v-model="account.iban" field-name="iban" :errors="errors.iban" :title="$t('form.iban')"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
<GenericTextInput :disabled="submitting" v-model="account.bic" field-name="bic" :errors="errors.bic" :title="$t('form.BIC')"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
<GenericTextInput :disabled="submitting" v-model="account.account_number" field-name="account_number" :errors="errors.account_number"
|
||||||
|
:title="$t('form.account_number')" v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<GenericTextInput :disabled="submitting" v-if="'asset' === account.type" field-type="amount" v-model="account.virtual_balance" field-name="virtual_balance"
|
||||||
|
:errors="errors.virtual_balance" :title="$t('form.virtual_balance')" v-on:set-field="storeField($event)"/>
|
||||||
|
<GenericTextInput :disabled="submitting" v-if="'asset' === account.type" field-type="amount" v-model="account.opening_balance" field-name="opening_balance"
|
||||||
|
:errors="errors.opening_balance" :title="$t('form.opening_balance')" v-on:set-field="storeField($event)"/>
|
||||||
|
<GenericTextInput :disabled="submitting" v-if="'asset' === account.type" field-type="date" v-model="account.opening_balance_date"
|
||||||
|
field-name="opening_balance_date" :errors="errors.opening_balance_date" :title="$t('form.opening_balance_date')"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<GenericCheckbox :disabled="submitting" v-if="'asset' === account.type" :title="$t('form.include_net_worth')" field-name="include_net_worth"
|
||||||
|
v-model="account.include_net_worth" :errors="errors.include_net_worth" :description="$t('form.include_net_worth')"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
<GenericCheckbox :disabled="submitting" :title="$t('form.active')" field-name="active"
|
||||||
|
v-model="account.active" :errors="errors.active" :description="$t('form.active')"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
<GenericTextarea :disabled="submitting" field-name="notes" :title="$t('form.notes')" v-model="account.notes" :errors="errors.notes"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<GenericLocation :disabled="submitting" v-model="account.location" :title="$t('form.location')" :errors="errors.location"
|
||||||
|
v-on:set-field="storeField($event)"/>
|
||||||
|
|
||||||
|
<GenericAttachments :disabled="submitting" :title="$t('form.attachments')" field-name="attachments" :errors="errors.attachments"
|
||||||
|
v-on:selected-attachments="selectedAttachments($event)"
|
||||||
|
v-on:selected-no-attachments="selectedNoAttachments($event)"
|
||||||
|
v-on:uploaded-attachments="uploadedAttachments($event)"
|
||||||
|
:upload-trigger="uploadTrigger"
|
||||||
|
:upload-object-type="uploadObjectType"
|
||||||
|
:upload-object-id="uploadObjectId"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12 offset-xl-6 offset-lg-6">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-6 offset-lg-6">
|
||||||
|
Button
|
||||||
|
<div class="form-check">
|
||||||
|
<input id="stayHere" v-model="stayHere" class="form-check-input" type="checkbox">
|
||||||
|
<label class="form-check-label" for="stayHere">
|
||||||
|
<span class="small">{{ $t('firefly.after_update_create_another') }}</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
import Alert from '../partials/Alert';
|
||||||
|
import lodashClonedeep from "lodash.clonedeep";
|
||||||
|
import GenericTextInput from '../form/GenericTextInput';
|
||||||
|
import GenericCurrency from "../form/GenericCurrency";
|
||||||
|
import AssetAccountRole from "./AssetAccountRole";
|
||||||
|
import LiabilityType from "./LiabilityType";
|
||||||
|
import LiabilityDirection from "./LiabilityDirection";
|
||||||
|
import Interest from "./Interest";
|
||||||
|
import InterestPeriod from "./InterestPeriod";
|
||||||
|
import GenericTextarea from "../form/GenericTextarea";
|
||||||
|
import GenericCheckbox from "../form/GenericCheckbox";
|
||||||
|
import GenericAttachments from "../form/GenericAttachments";
|
||||||
|
import GenericLocation from "../form/GenericLocation";
|
||||||
|
import format from "date-fns/format";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "Edit"
|
name: "Edit",
|
||||||
|
created() {
|
||||||
|
// console.log('Created');
|
||||||
|
let parts = window.location.pathname.split('/');
|
||||||
|
this.accountId = parseInt(parts[parts.length - 1]);
|
||||||
|
this.uploadObjectId= parseInt(parts[parts.length - 1]);
|
||||||
|
this.getAccount();
|
||||||
|
},
|
||||||
|
components: {
|
||||||
|
Alert, GenericTextInput, GenericCurrency, AssetAccountRole, LiabilityDirection, LiabilityType, Interest, InterestPeriod, GenericTextarea, GenericCheckbox, GenericAttachments, GenericLocation
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
successMessage: '',
|
||||||
|
errorMessage: '',
|
||||||
|
stayHere: false,
|
||||||
|
accountId: 0,
|
||||||
|
submitting: false,
|
||||||
|
|
||||||
|
// account + original account
|
||||||
|
account: {},
|
||||||
|
originalAccount: {},
|
||||||
|
|
||||||
|
// has attachments to upload?
|
||||||
|
hasAttachments: false,
|
||||||
|
uploadTrigger: false,
|
||||||
|
uploadObjectId: 0,
|
||||||
|
uploadObjectType: 'Account',
|
||||||
|
|
||||||
|
// errors
|
||||||
|
errors: {
|
||||||
|
currency_id: [],
|
||||||
|
account_role: [],
|
||||||
|
liability_type: [],
|
||||||
|
location: []
|
||||||
|
},
|
||||||
|
defaultErrors: {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
selectedAttachments: function (e) {
|
||||||
|
this.hasAttachments = true;
|
||||||
|
},
|
||||||
|
selectedNoAttachments: function (e) {
|
||||||
|
this.hasAttachments = false;
|
||||||
|
},
|
||||||
|
uploadedAttachments: function (e) {
|
||||||
|
this.finishSubmission();
|
||||||
|
},
|
||||||
|
submitForm: function () {
|
||||||
|
e.preventDefault();
|
||||||
|
this.submitting = true;
|
||||||
|
//let submission = this.getSubmission();
|
||||||
|
},
|
||||||
|
finishSubmission: function() {
|
||||||
|
|
||||||
|
},
|
||||||
|
/**
|
||||||
|
* Grab account from URL and submit GET.
|
||||||
|
*/
|
||||||
|
getAccount: function () {
|
||||||
|
// console.log('getTransactionGroup');
|
||||||
|
axios.get('./api/v1/accounts/' + this.accountId)
|
||||||
|
.then(response => {
|
||||||
|
this.parseAccount(response.data);
|
||||||
|
}
|
||||||
|
).catch(error => {
|
||||||
|
console.log('I failed :(');
|
||||||
|
console.log(error);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
storeField: function (payload) {
|
||||||
|
console.log(payload);
|
||||||
|
if ('location' === payload.field) {
|
||||||
|
if (true === payload.value.hasMarker) {
|
||||||
|
this.location = payload.value;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this.location = {};
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this.account[payload.field] = payload.value;
|
||||||
|
},
|
||||||
|
/**
|
||||||
|
* Parse transaction group. Title is easy, transactions have their own method.
|
||||||
|
* @param response
|
||||||
|
*/
|
||||||
|
parseAccount: function (response) {
|
||||||
|
console.log('Will now parse');
|
||||||
|
console.log(response);
|
||||||
|
let attributes = response.data.attributes;
|
||||||
|
let account = {};
|
||||||
|
|
||||||
|
// parse account:
|
||||||
|
account.account_number = attributes.account_number;
|
||||||
|
account.account_role = attributes.account_role;
|
||||||
|
account.active = attributes.active;
|
||||||
|
account.bic = attributes.bic;
|
||||||
|
account.credit_card_type = attributes.credit_card_type;
|
||||||
|
account.currency_code = attributes.currency_code;
|
||||||
|
account.currency_decimal_places = parseInt(attributes.currency_decimal_places);
|
||||||
|
account.currency_id = parseInt(attributes.currency_id);
|
||||||
|
account.currency_symbol = attributes.currency_symbol;
|
||||||
|
account.iban = attributes.iban;
|
||||||
|
account.include_net_worth = attributes.include_net_worth;
|
||||||
|
account.interest = attributes.interest;
|
||||||
|
account.interest_period = attributes.interest_period;
|
||||||
|
account.liability_direction = attributes.liability_direction;
|
||||||
|
account.liability_type = attributes.liability_type;
|
||||||
|
account.monthly_payment_date = attributes.monthly_payment_date;
|
||||||
|
account.name = attributes.name;
|
||||||
|
account.notes = attributes.notes;
|
||||||
|
account.opening_balance = attributes.opening_balance;
|
||||||
|
account.opening_balance_date = attributes.opening_balance_date;
|
||||||
|
account.type = attributes.type;
|
||||||
|
account.virtual_balance = attributes.virtual_balance;
|
||||||
|
account.location = {
|
||||||
|
latitude: attributes.latitude,
|
||||||
|
longitude: attributes.longitude,
|
||||||
|
zoom_level: attributes.zoom_level
|
||||||
|
};
|
||||||
|
|
||||||
|
this.account = account;
|
||||||
|
this.originalAccount = lodashClonedeep(this.account);
|
||||||
|
},
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -22,40 +22,40 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||||
<a href="./subscriptions/create" class="btn btn-sm mb-2 float-right btn-success"><span class="fas fa-plus"></span> {{ $t('firefly.create_new_bill') }}</a>
|
<a href="./subscriptions/create" class="btn btn-sm mb-2 float-right btn-success"><span class="fas fa-plus"></span> {{ $t('firefly.create_new_bill')
|
||||||
|
}}</a>
|
||||||
<button @click="newCacheKey" class="btn btn-sm mb-2 mr-2 float-right btn-info"><span class="fas fa-sync"></span></button>
|
<button @click="newCacheKey" class="btn btn-sm mb-2 mr-2 float-right btn-info"><span class="fas fa-sync"></span></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" v-for="group in sortedGroups">
|
<div class="row" v-for="group in sortedGroups">
|
||||||
<div v-if="group[1].bills.length > 0" class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
<div v-if="group[1].bills.length > 0" class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h3 class="card-title">
|
<h3 class="card-title">
|
||||||
{{ group[1].title }}
|
{{ group[1].title }}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body p-0">
|
<div class="card-body p-0">
|
||||||
<b-table id="my-table" striped hover responsive="md" primary-key="id" :no-local-sorting="false"
|
<b-table id="my-table" striped hover responsive="md" primary-key="id" :no-local-sorting="false"
|
||||||
:items="group[1].bills"
|
:items="group[1].bills"
|
||||||
sort-icon-left
|
sort-icon-left
|
||||||
:fields="fields"
|
:fields="fields"
|
||||||
:busy.sync="loading"
|
:busy.sync="loading"
|
||||||
>
|
>
|
||||||
<template #cell(name)="data">
|
<template #cell(name)="data">
|
||||||
<a :href="'./bills/show/' + data.item.id">{{ data.item.name }}</a>
|
<a :href="'./bills/show/' + data.item.id">{{ data.item.name }}</a>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<small v-if="true === data.item.active && 0 === data.item.skip">{{ $t('firefly.bill_repeats_' + data.item.repeat_freq) }}</small>
|
<small v-if="true === data.item.active && 0 === data.item.skip">{{ $t('firefly.bill_repeats_' + data.item.repeat_freq) }}</small>
|
||||||
<small v-if="true === data.item.active && 1 === data.item.skip">{{ $t('firefly.bill_repeats_' + data.item.repeat_freq + '_other') }}</small>
|
<small v-if="true === data.item.active && 1 === data.item.skip">{{ $t('firefly.bill_repeats_' + data.item.repeat_freq + '_other') }}</small>
|
||||||
<small v-if="true === data.item.active && data.item.skip > 1">{{
|
<small v-if="true === data.item.active && data.item.skip > 1">{{
|
||||||
$t('firefly.bill_repeats_' + data.item.repeat_freq + '_skip', {skip: data.item.skip + 1})
|
$t('firefly.bill_repeats_' + data.item.repeat_freq + '_skip', {skip: data.item.skip + 1})
|
||||||
}}</small>
|
}}</small>
|
||||||
<small v-if="false === data.item.active">{{ $t('firefly.inactive') }}</small>
|
<small v-if="false === data.item.active">{{ $t('firefly.inactive') }}</small>
|
||||||
<!-- (rules, recurring) -->
|
<!-- (rules, recurring) -->
|
||||||
</template>
|
</template>
|
||||||
<template #cell(expected_info)="data">
|
<template #cell(expected_info)="data">
|
||||||
<span v-if="true === data.item.active">
|
<span v-if="true === data.item.active && data.item.paid_dates.length > 0 && data.item.pay_dates.length > 0">
|
||||||
<span v-if="data.item.paid_dates.length > 0 && data.item.pay_dates.length > 0">
|
|
||||||
{{
|
{{
|
||||||
new Intl.DateTimeFormat(locale, {
|
new Intl.DateTimeFormat(locale, {
|
||||||
month: 'long',
|
month: 'long',
|
||||||
@@ -63,44 +63,43 @@
|
|||||||
day: 'numeric'
|
day: 'numeric'
|
||||||
}).format(new Date(data.item.next_expected_match.substring(0, 10)))
|
}).format(new Date(data.item.next_expected_match.substring(0, 10)))
|
||||||
}}
|
}}
|
||||||
</span>
|
<br>
|
||||||
<br>
|
|
||||||
</span>
|
</span>
|
||||||
<!--
|
<!--
|
||||||
not paid, not expected and active
|
not paid, not expected and active
|
||||||
-->
|
-->
|
||||||
<span v-if="0 === data.item.paid_dates.length && 0 === data.item.pay_dates.length && true === data.item.active">
|
<span v-if="0 === data.item.paid_dates.length && 0 === data.item.pay_dates.length && true === data.item.active">
|
||||||
{{ $t('firefly.not_expected_period') }}
|
{{ $t('firefly.not_expected_period') }}
|
||||||
</span>
|
</span>
|
||||||
<!--
|
<!--
|
||||||
not paid but expected
|
not paid but expected
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<span :title="new Intl.DateTimeFormat(locale, {
|
<span :title="new Intl.DateTimeFormat(locale, {
|
||||||
month: 'long',
|
month: 'long',
|
||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
day: 'numeric'
|
day: 'numeric'
|
||||||
}).format(new Date(data.item.pay_dates[0].substring(0,10)))"
|
}).format(new Date(data.item.pay_dates[0].substring(0,10)))"
|
||||||
class="text-danger" v-if="0 === data.item.paid_dates.length && data.item.pay_dates.length > 0 && true === data.item.active">
|
class="text-danger" v-if="0 === data.item.paid_dates.length && data.item.pay_dates.length > 0 && true === data.item.active">
|
||||||
{{ $t('firefly.bill_expected_date_js', {date: data.item.next_expected_match_diff}) }}
|
{{ $t('firefly.bill_expected_date_js', {date: data.item.next_expected_match_diff}) }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
bill is not active
|
bill is not active
|
||||||
-->
|
-->
|
||||||
<span v-if="false === data.item.active">
|
<span v-if="false === data.item.active">
|
||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template #cell(start_date)="data">
|
<template #cell(start_date)="data">
|
||||||
{{ formatDate(new Date(data.item.date.substring(0, 10)), $t('config.month_and_day_fns')) }}
|
{{ formatDate(new Date(data.item.date.substring(0, 10)), $t('config.month_and_day_fns')) }}
|
||||||
</template>
|
</template>
|
||||||
<template #cell(end_date)="data">
|
<template #cell(end_date)="data">
|
||||||
<span v-if="null !== data.item.end_date">{{
|
<span v-if="null !== data.item.end_date">{{
|
||||||
formatDate(new Date(data.item.end_date.substring(0, 10)), $t('config.month_and_day_fns'))
|
formatDate(new Date(data.item.end_date.substring(0, 10)), $t('config.month_and_day_fns'))
|
||||||
}}</span>
|
}}</span>
|
||||||
<span v-if="null === data.item.end_date">{{ $t('firefly.forever') }}</span>
|
<span v-if="null === data.item.end_date">{{ $t('firefly.forever') }}</span>
|
||||||
<span v-if="null !== data.item.extension_date"><br/>
|
<span v-if="null !== data.item.extension_date"><br/>
|
||||||
<small>
|
<small>
|
||||||
{{
|
{{
|
||||||
$t('firefly.extension_date_is', {date: formatDate(new Date(data.item.extension_date.substring(0, 10)), $t('config.month_and_day_fns'))})
|
$t('firefly.extension_date_is', {date: formatDate(new Date(data.item.extension_date.substring(0, 10)), $t('config.month_and_day_fns'))})
|
||||||
@@ -108,19 +107,19 @@
|
|||||||
</small>
|
</small>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<template #cell(amount)="data">
|
<template #cell(amount)="data">
|
||||||
~ <span class="text-info">{{
|
~ <span class="text-info">{{
|
||||||
Intl.NumberFormat(locale, {style: 'currency', currency: data.item.currency_code}).format((data.item.amount_min + data.item.amount_max) / 2)
|
Intl.NumberFormat(locale, {style: 'currency', currency: data.item.currency_code}).format((data.item.amount_min + data.item.amount_max) / 2)
|
||||||
}}
|
}}
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template #cell(payment_info)="data">
|
<template #cell(payment_info)="data">
|
||||||
<!--
|
<!--
|
||||||
paid_dates >= 0 (bill is paid X times).
|
paid_dates >= 0 (bill is paid X times).
|
||||||
Don't care about pay_dates.
|
Don't care about pay_dates.
|
||||||
-->
|
-->
|
||||||
<span v-if="data.item.paid_dates.length > 0 && true === data.item.active">
|
<span v-if="data.item.paid_dates.length > 0 && true === data.item.active">
|
||||||
<span v-for="currentPaid in data.item.paid_dates">
|
<span v-for="currentPaid in data.item.paid_dates">
|
||||||
<a :href="'./transactions/show/' + currentPaid.transaction_group_id">
|
<a :href="'./transactions/show/' + currentPaid.transaction_group_id">
|
||||||
{{
|
{{
|
||||||
@@ -135,39 +134,40 @@
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
bill is not active
|
bill is not active
|
||||||
-->
|
-->
|
||||||
<span v-if="false === data.item.active">
|
<span v-if="false === data.item.active">
|
||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template #cell(menu)="data">
|
<template #cell(menu)="data">
|
||||||
<div class="btn-group btn-group-sm">
|
<div class="btn-group btn-group-sm">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button class="btn btn-light btn-sm dropdown-toggle" type="button" :id="'dropdownMenuButton' + data.item.id" data-toggle="dropdown"
|
<button class="btn btn-light btn-sm dropdown-toggle" type="button" :id="'dropdownMenuButton' + data.item.id" data-toggle="dropdown"
|
||||||
aria-haspopup="true" aria-expanded="false">
|
aria-haspopup="true" aria-expanded="false">
|
||||||
{{ $t('firefly.actions') }}
|
{{ $t('firefly.actions') }}
|
||||||
</button>
|
</button>
|
||||||
<div class="dropdown-menu" :aria-labelledby="'dropdownMenuButton' + data.item.id">
|
<div class="dropdown-menu" :aria-labelledby="'dropdownMenuButton' + data.item.id">
|
||||||
<a class="dropdown-item" :href="'./subscriptions/edit/' + data.item.id"><span class="fa fas fa-pencil-alt"></span> {{
|
<a class="dropdown-item" :href="'./subscriptions/edit/' + data.item.id"><span class="fa fas fa-pencil-alt"></span> {{
|
||||||
$t('firefly.edit')
|
$t('firefly.edit')
|
||||||
}}</a>
|
}}</a>
|
||||||
<a class="dropdown-item" :href="'./subscriptions/delete/' + data.item.id"><span class="fa far fa-trash"></span> {{
|
<a class="dropdown-item" :href="'./subscriptions/delete/' + data.item.id"><span class="fa far fa-trash"></span> {{
|
||||||
$t('firefly.delete')
|
$t('firefly.delete')
|
||||||
}}</a>
|
}}</a>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</div>
|
||||||
</b-table>
|
</template>
|
||||||
</div>
|
</b-table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||||
<a href="./subscriptions/create" class="btn btn-sm mt-2 float-right btn-success"><span class="fas fa-plus"></span> {{ $t('firefly.create_new_bill') }}</a>
|
<a href="./subscriptions/create" class="btn btn-sm mt-2 float-right btn-success"><span class="fas fa-plus"></span> {{ $t('firefly.create_new_bill')
|
||||||
|
}}</a>
|
||||||
<button @click="newCacheKey" class="btn btn-sm mt-2 mr-2 float-right btn-info"><span class="fas fa-sync"></span></button>
|
<button @click="newCacheKey" class="btn btn-sm mt-2 mr-2 float-right btn-info"><span class="fas fa-sync"></span></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
:disabled=disabled
|
:disabled=disabled
|
||||||
name="currency_id"
|
name="currency_id"
|
||||||
>
|
>
|
||||||
<option v-for="currency in this.currencyList" :label="currency.name" :value="currency.id">{{ currency.name }}</option>
|
<option v-for="currency in this.currencyList" :label="currency.name" :value="currency.id" :selected="value === currency.id">{{ currency.name }}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<span v-if="errors.length > 0">
|
<span v-if="errors.length > 0">
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
export default {
|
export default {
|
||||||
name: "GenericCurrency",
|
name: "GenericCurrency",
|
||||||
props: {
|
props: {
|
||||||
value: {},
|
value: 0,
|
||||||
errors: [],
|
errors: [],
|
||||||
disabled: {
|
disabled: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
@@ -76,9 +76,10 @@ export default {
|
|||||||
for (let i in currencies) {
|
for (let i in currencies) {
|
||||||
if (currencies.hasOwnProperty(i)) {
|
if (currencies.hasOwnProperty(i)) {
|
||||||
let current = currencies[i];
|
let current = currencies[i];
|
||||||
if (true === current.attributes.default && (null === this.currency_id || typeof this.currency_id === 'undefined')) {
|
if (true === current.attributes.default && null === this.value) {
|
||||||
this.currency_id = parseInt(current.id);
|
this.currency_id = parseInt(current.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (false === current.attributes.enabled) {
|
if (false === current.attributes.enabled) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -103,9 +104,16 @@ export default {
|
|||||||
currency_id: function (value) {
|
currency_id: function (value) {
|
||||||
this.$emit('set-field', {field: 'currency_id', value: value});
|
this.$emit('set-field', {field: 'currency_id', value: value});
|
||||||
},
|
},
|
||||||
|
value: function(value) {
|
||||||
|
this.currency_id = value;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.loadCurrencies()
|
this.loadCurrencies();
|
||||||
|
if (typeof this.value === 'number' && 0 !== this.value) {
|
||||||
|
this.currency_id = tthis.value;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "\u043d\u0430 \u0432\u0441\u0435\u043a\u0438 6 \u043c\u0435\u0441\u0435\u0446\u0430",
|
"repeat_freq_half-year": "\u043d\u0430 \u0432\u0441\u0435\u043a\u0438 6 \u043c\u0435\u0441\u0435\u0446\u0430",
|
||||||
"repeat_freq_quarterly": "\u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u043d\u043e",
|
"repeat_freq_quarterly": "\u0442\u0440\u0438\u043c\u0435\u0441\u0435\u0447\u043d\u043e",
|
||||||
"repeat_freq_monthly": "\u043c\u0435\u0441\u0435\u0447\u043d\u043e",
|
"repeat_freq_monthly": "\u043c\u0435\u0441\u0435\u0447\u043d\u043e",
|
||||||
"repeat_freq_weekly": "\u0435\u0436\u0435\u0441\u0435\u0434\u043c\u0438\u0447\u043d\u043e"
|
"repeat_freq_weekly": "\u0435\u0436\u0435\u0441\u0435\u0434\u043c\u0438\u0447\u043d\u043e",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "\u041a\u0430\u0441\u0438\u0447\u043a\u0430",
|
"piggy_bank": "\u041a\u0430\u0441\u0438\u0447\u043a\u0430",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "\u041f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u0435",
|
"attachments": "\u041f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u0435",
|
||||||
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d",
|
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d",
|
||||||
"include_net_worth": "\u0412\u043a\u043b\u044e\u0447\u0438 \u0432 \u043e\u0431\u0449\u043e\u0442\u043e \u0431\u043e\u0433\u0430\u0442\u0441\u0442\u0432\u043e",
|
"include_net_worth": "\u0412\u043a\u043b\u044e\u0447\u0438 \u0432 \u043e\u0431\u0449\u043e\u0442\u043e \u0431\u043e\u0433\u0430\u0442\u0441\u0442\u0432\u043e",
|
||||||
|
"cc_type": "\u041f\u043e\u0433\u0430\u0441\u0438\u0442\u0435\u043b\u0435\u043d \u043f\u043b\u0430\u043d \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0430",
|
||||||
"account_number": "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430",
|
"account_number": "\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430",
|
||||||
|
"cc_monthly_payment_date": "\u0414\u0430\u0442\u0430 \u0437\u0430 \u043c\u0435\u0441\u0435\u0447\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u043e \u043a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0430",
|
||||||
"virtual_balance": "\u0412\u0438\u0440\u0442\u0443\u0430\u043b\u0435\u043d \u0431\u0430\u043b\u0430\u043d\u0441",
|
"virtual_balance": "\u0412\u0438\u0440\u0442\u0443\u0430\u043b\u0435\u043d \u0431\u0430\u043b\u0430\u043d\u0441",
|
||||||
"opening_balance": "\u041d\u0430\u0447\u0430\u043b\u043d\u043e \u0441\u0430\u043b\u0434\u043e",
|
"opening_balance": "\u041d\u0430\u0447\u0430\u043b\u043d\u043e \u0441\u0430\u043b\u0434\u043e",
|
||||||
"opening_balance_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u043d\u043e\u0442\u043e \u0441\u0430\u043b\u0434\u043e",
|
"opening_balance_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u043d\u043e\u0442\u043e \u0441\u0430\u043b\u0434\u043e",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "p\u016floro\u010dn\u011b",
|
"repeat_freq_half-year": "p\u016floro\u010dn\u011b",
|
||||||
"repeat_freq_quarterly": "\u010dtvrtletn\u011b",
|
"repeat_freq_quarterly": "\u010dtvrtletn\u011b",
|
||||||
"repeat_freq_monthly": "m\u011bs\u00ed\u010dn\u011b",
|
"repeat_freq_monthly": "m\u011bs\u00ed\u010dn\u011b",
|
||||||
"repeat_freq_weekly": "t\u00fddn\u011b"
|
"repeat_freq_weekly": "t\u00fddn\u011b",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Pokladni\u010dka",
|
"piggy_bank": "Pokladni\u010dka",
|
||||||
@@ -189,10 +190,10 @@
|
|||||||
"liability_direction": "Sm\u011br z\u00e1vazku",
|
"liability_direction": "Sm\u011br z\u00e1vazku",
|
||||||
"currentBalance": "Aktu\u00e1ln\u00ed z\u016fstatek",
|
"currentBalance": "Aktu\u00e1ln\u00ed z\u016fstatek",
|
||||||
"next_expected_match": "Dal\u0161\u00ed o\u010dek\u00e1van\u00e1 shoda",
|
"next_expected_match": "Dal\u0161\u00ed o\u010dek\u00e1van\u00e1 shoda",
|
||||||
"expected_info": "Next expected transaction",
|
"expected_info": "Dal\u0161\u00ed o\u010dek\u00e1van\u00e1 transakce",
|
||||||
"start_date": "Start date",
|
"start_date": "Datum zah\u00e1jen\u00ed",
|
||||||
"end_date": "End date",
|
"end_date": "Datum ukon\u010den\u00ed",
|
||||||
"payment_info": "Payment information"
|
"payment_info": "Informace o platb\u011b"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "cs",
|
"html_language": "cs",
|
||||||
@@ -213,12 +214,14 @@
|
|||||||
"repeat_freq": "Opakuje se",
|
"repeat_freq": "Opakuje se",
|
||||||
"skip": "P\u0159esko\u010dit",
|
"skip": "P\u0159esko\u010dit",
|
||||||
"startdate": "Datum zah\u00e1jen\u00ed",
|
"startdate": "Datum zah\u00e1jen\u00ed",
|
||||||
"enddate": "End date",
|
"enddate": "Datum ukon\u010den\u00ed",
|
||||||
"object_group": "Skupina",
|
"object_group": "Skupina",
|
||||||
"attachments": "P\u0159\u00edlohy",
|
"attachments": "P\u0159\u00edlohy",
|
||||||
"active": "Aktivn\u00ed",
|
"active": "Aktivn\u00ed",
|
||||||
"include_net_worth": "Zahrnout do \u010dist\u00e9ho jm\u011bn\u00ed",
|
"include_net_worth": "Zahrnout do \u010dist\u00e9ho jm\u011bn\u00ed",
|
||||||
|
"cc_type": "Z\u00fa\u010dtovac\u00ed obdob\u00ed kreditn\u00ed karty",
|
||||||
"account_number": "\u010c\u00edslo \u00fa\u010dtu",
|
"account_number": "\u010c\u00edslo \u00fa\u010dtu",
|
||||||
|
"cc_monthly_payment_date": "Datum m\u011bs\u00ed\u010dn\u00ed \u00fahrady kreditn\u00ed karty",
|
||||||
"virtual_balance": "Virtu\u00e1ln\u00ed z\u016fstatek",
|
"virtual_balance": "Virtu\u00e1ln\u00ed z\u016fstatek",
|
||||||
"opening_balance": "Po\u010d\u00e1te\u010dn\u00ed z\u016fstatek",
|
"opening_balance": "Po\u010d\u00e1te\u010dn\u00ed z\u016fstatek",
|
||||||
"opening_balance_date": "Datum po\u010d\u00e1te\u010dn\u00edho z\u016fstatku",
|
"opening_balance_date": "Datum po\u010d\u00e1te\u010dn\u00edho z\u016fstatku",
|
||||||
@@ -242,6 +245,6 @@
|
|||||||
"amount_max": "Maxim\u00e1ln\u00ed \u010d\u00e1stka",
|
"amount_max": "Maxim\u00e1ln\u00ed \u010d\u00e1stka",
|
||||||
"start_date": "Za\u010d\u00e1tek rozsahu",
|
"start_date": "Za\u010d\u00e1tek rozsahu",
|
||||||
"end_date": "Konec rozsahu",
|
"end_date": "Konec rozsahu",
|
||||||
"extension_date": "Extension date"
|
"extension_date": "Datum roz\u0161\u00ed\u0159en\u00ed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "halbj\u00e4hrlich",
|
"repeat_freq_half-year": "halbj\u00e4hrlich",
|
||||||
"repeat_freq_quarterly": "viertelj\u00e4hrlich",
|
"repeat_freq_quarterly": "viertelj\u00e4hrlich",
|
||||||
"repeat_freq_monthly": "monatlich",
|
"repeat_freq_monthly": "monatlich",
|
||||||
"repeat_freq_weekly": "w\u00f6chentlich"
|
"repeat_freq_weekly": "w\u00f6chentlich",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Sparschwein",
|
"piggy_bank": "Sparschwein",
|
||||||
@@ -213,12 +214,14 @@
|
|||||||
"repeat_freq": "Wiederholungen",
|
"repeat_freq": "Wiederholungen",
|
||||||
"skip": "\u00dcberspringen",
|
"skip": "\u00dcberspringen",
|
||||||
"startdate": "Startdatum",
|
"startdate": "Startdatum",
|
||||||
"enddate": "End date",
|
"enddate": "Endet am",
|
||||||
"object_group": "Gruppe",
|
"object_group": "Gruppe",
|
||||||
"attachments": "Anh\u00e4nge",
|
"attachments": "Anh\u00e4nge",
|
||||||
"active": "Aktiv",
|
"active": "Aktiv",
|
||||||
"include_net_worth": "Im Eigenkapital enthalten",
|
"include_net_worth": "Im Eigenkapital enthalten",
|
||||||
|
"cc_type": "Kreditkartenzahlungsplan",
|
||||||
"account_number": "Kontonummer",
|
"account_number": "Kontonummer",
|
||||||
|
"cc_monthly_payment_date": "Monatlicher Kreditkartenzahlungsplan",
|
||||||
"virtual_balance": "Virtueller Kontostand",
|
"virtual_balance": "Virtueller Kontostand",
|
||||||
"opening_balance": "Er\u00f6ffnungsbilanz",
|
"opening_balance": "Er\u00f6ffnungsbilanz",
|
||||||
"opening_balance_date": "Er\u00f6ffnungsbilanzdatum",
|
"opening_balance_date": "Er\u00f6ffnungsbilanzdatum",
|
||||||
@@ -242,6 +245,6 @@
|
|||||||
"amount_max": "H\u00f6chstbetrag",
|
"amount_max": "H\u00f6chstbetrag",
|
||||||
"start_date": "Anfang des Bereichs",
|
"start_date": "Anfang des Bereichs",
|
||||||
"end_date": "Ende des Bereichs",
|
"end_date": "Ende des Bereichs",
|
||||||
"extension_date": "Extension date"
|
"extension_date": "Verl\u00e4ngerungsdatum"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
"spent": "\u0394\u03b1\u03c0\u03b1\u03bd\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd",
|
"spent": "\u0394\u03b1\u03c0\u03b1\u03bd\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd",
|
||||||
"Default asset account": "\u0392\u03b1\u03c3\u03b9\u03ba\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5",
|
"Default asset account": "\u0392\u03b1\u03c3\u03b9\u03ba\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5",
|
||||||
"search_results": "\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2",
|
"search_results": "\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2",
|
||||||
"include": "Include?",
|
"include": "\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9;",
|
||||||
"transaction": "\u03a3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae",
|
"transaction": "\u03a3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae",
|
||||||
"account_role_defaultAsset": "\u0392\u03b1\u03c3\u03b9\u03ba\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5",
|
"account_role_defaultAsset": "\u0392\u03b1\u03c3\u03b9\u03ba\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5",
|
||||||
"account_role_savingAsset": "\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03b1\u03c0\u03bf\u03c4\u03b1\u03bc\u03af\u03b5\u03c5\u03c3\u03b7\u03c2",
|
"account_role_savingAsset": "\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03b1\u03c0\u03bf\u03c4\u03b1\u03bc\u03af\u03b5\u03c5\u03c3\u03b7\u03c2",
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
"quarterly_budgets": "\u03a4\u03c1\u03b9\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03bf\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af",
|
"quarterly_budgets": "\u03a4\u03c1\u03b9\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03bf\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af",
|
||||||
"create_new_expense": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd",
|
"create_new_expense": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd",
|
||||||
"create_new_revenue": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b5\u03c3\u03cc\u03b4\u03c9\u03bd",
|
"create_new_revenue": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b5\u03c3\u03cc\u03b4\u03c9\u03bd",
|
||||||
"create_new_liabilities": "Create new liability",
|
"create_new_liabilities": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03b1\u03c2 \u03c5\u03c0\u03bf\u03c7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2",
|
||||||
"half_year_budgets": "\u0395\u03be\u03b1\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03bf\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af",
|
"half_year_budgets": "\u0395\u03be\u03b1\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03bf\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af",
|
||||||
"yearly_budgets": "\u0395\u03c4\u03ae\u03c3\u03b9\u03bf\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af",
|
"yearly_budgets": "\u0395\u03c4\u03ae\u03c3\u03b9\u03bf\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af",
|
||||||
"split_transaction_title": "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc",
|
"split_transaction_title": "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc",
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
"after_update_create_another": "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7, \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03b5\u03b4\u03ce \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1.",
|
"after_update_create_another": "\u039c\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7, \u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5 \u03b5\u03b4\u03ce \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1.",
|
||||||
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> (\"{title}\") \u03c0\u03b1\u03c1\u03ad\u03bc\u03b5\u03b9\u03bd\u03b5 \u03c7\u03c9\u03c1\u03af\u03c2 \u03ba\u03b1\u03bc\u03af\u03b1 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae.",
|
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> (\"{title}\") \u03c0\u03b1\u03c1\u03ad\u03bc\u03b5\u03b9\u03bd\u03b5 \u03c7\u03c9\u03c1\u03af\u03c2 \u03ba\u03b1\u03bc\u03af\u03b1 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae.",
|
||||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> (\"{title}\") \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af.",
|
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> (\"{title}\") \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af.",
|
||||||
"spent_x_of_y": "Spent {amount} of {total}",
|
"spent_x_of_y": "\u0394\u03b1\u03c0\u03b1\u03bd\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd {amount} \u03b1\u03c0\u03cc {total}",
|
||||||
"search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7",
|
"search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7",
|
||||||
"create_new_asset": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5",
|
"create_new_asset": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5",
|
||||||
"asset_accounts": "\u039a\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03b1",
|
"asset_accounts": "\u039a\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03b1",
|
||||||
@@ -112,9 +112,9 @@
|
|||||||
"never": "\u03a0\u03bf\u03c4\u03ad",
|
"never": "\u03a0\u03bf\u03c4\u03ad",
|
||||||
"account_type_Loan": "\u0394\u03ac\u03bd\u03b5\u03b9\u03bf",
|
"account_type_Loan": "\u0394\u03ac\u03bd\u03b5\u03b9\u03bf",
|
||||||
"account_type_Mortgage": "\u03a5\u03c0\u03bf\u03b8\u03ae\u03ba\u03b7",
|
"account_type_Mortgage": "\u03a5\u03c0\u03bf\u03b8\u03ae\u03ba\u03b7",
|
||||||
"stored_new_account_js": "New account \"<a href=\"accounts\/show\/{ID}\">{name}<\/a>\" stored!",
|
"stored_new_account_js": "\u039f \u03bd\u03ad\u03bf\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \"<a href=\"accounts\/show\/{ID}\">{name}<\/a>\" \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5!",
|
||||||
"account_type_Debt": "\u03a7\u03c1\u03ad\u03bf\u03c2",
|
"account_type_Debt": "\u03a7\u03c1\u03ad\u03bf\u03c2",
|
||||||
"liability_direction_null_short": "Unknown",
|
"liability_direction_null_short": "\u0386\u03b3\u03bd\u03c9\u03c3\u03c4\u03bf",
|
||||||
"delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae",
|
"delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae",
|
||||||
"store_new_asset_account": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5",
|
"store_new_asset_account": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03ba\u03b5\u03c6\u03b1\u03bb\u03b1\u03af\u03bf\u03c5",
|
||||||
"store_new_expense_account": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd",
|
"store_new_expense_account": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03b4\u03b1\u03c0\u03b1\u03bd\u03ce\u03bd",
|
||||||
@@ -123,52 +123,53 @@
|
|||||||
"mandatoryFields": "\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03ac \u03c0\u03b5\u03b4\u03af\u03b1",
|
"mandatoryFields": "\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03ac \u03c0\u03b5\u03b4\u03af\u03b1",
|
||||||
"optionalFields": "\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c0\u03b5\u03b4\u03af\u03b1",
|
"optionalFields": "\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c0\u03b5\u03b4\u03af\u03b1",
|
||||||
"reconcile_this_account": "\u03a4\u03b1\u03ba\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd",
|
"reconcile_this_account": "\u03a4\u03b1\u03ba\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd",
|
||||||
"interest_calc_weekly": "Per week",
|
"interest_calc_weekly": "\u0391\u03bd\u03ac \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1",
|
||||||
"interest_calc_monthly": "\u0391\u03bd\u03ac \u03bc\u03ae\u03bd\u03b1",
|
"interest_calc_monthly": "\u0391\u03bd\u03ac \u03bc\u03ae\u03bd\u03b1",
|
||||||
"interest_calc_quarterly": "Per quarter",
|
"interest_calc_quarterly": "\u0391\u03bd\u03ac \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf",
|
||||||
"interest_calc_half-year": "Per half year",
|
"interest_calc_half-year": "\u0391\u03bd\u03ac \u03b5\u03be\u03ac\u03bc\u03b7\u03bd\u03bf",
|
||||||
"interest_calc_yearly": "\u0391\u03bd\u03ac \u03ad\u03c4\u03bf\u03c2",
|
"interest_calc_yearly": "\u0391\u03bd\u03ac \u03ad\u03c4\u03bf\u03c2",
|
||||||
"liability_direction_credit": "I am owed this debt",
|
"liability_direction_credit": "\u039c\u03bf\u03c5 \u03bf\u03c6\u03b5\u03af\u03bb\u03bf\u03c5\u03bd \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03c1\u03ad\u03bf\u03c2 \u03c3\u03b5 \u03bc\u03ad\u03bd\u03b1",
|
||||||
"liability_direction_debit": "I owe this debt to somebody else",
|
"liability_direction_debit": "\u039f\u03c6\u03b5\u03af\u03bb\u03c9 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03c1\u03ad\u03bf\u03c2 \u03c3\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03ac\u03bb\u03bb\u03bf",
|
||||||
"liability_direction_credit_short": "Owed this debt",
|
"liability_direction_credit_short": "\u039c\u03bf\u03c5 \u03bf\u03c6\u03b5\u03af\u03bb\u03bf\u03c5\u03bd \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03c1\u03ad\u03bf\u03c2",
|
||||||
"liability_direction_debit_short": "Owe this debt",
|
"liability_direction_debit_short": "\u039f\u03c6\u03b5\u03af\u03bb\u03c9 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03c1\u03ad\u03bf\u03c2",
|
||||||
"account_type_debt": "Debt",
|
"account_type_debt": "\u03a7\u03c1\u03ad\u03bf\u03c2",
|
||||||
"account_type_loan": "Loan",
|
"account_type_loan": "\u0394\u03ac\u03bd\u03b5\u03b9\u03bf",
|
||||||
"left_in_debt": "Amount due",
|
"left_in_debt": "\u039f\u03c6\u03b5\u03b9\u03bb\u03cc\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03c3\u03cc",
|
||||||
"account_type_mortgage": "Mortgage",
|
"account_type_mortgage": "\u03a5\u03c0\u03bf\u03b8\u03ae\u03ba\u03b7",
|
||||||
"save_transactions_by_moving_js": "No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.",
|
"save_transactions_by_moving_js": "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2|\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7\u03bd \u03c3\u03b5 \u03ac\u03bb\u03bb\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc|\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ad\u03c2 \u03c4\u03b9\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03bc\u03b5\u03c4\u03b1\u03ba\u03b9\u03bd\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b9\u03c2 \u03c3\u03b5 \u03ac\u03bb\u03bb\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc.",
|
||||||
"none_in_select_list": "(\u03c4\u03af\u03c0\u03bf\u03c4\u03b1)",
|
"none_in_select_list": "(\u03c4\u03af\u03c0\u03bf\u03c4\u03b1)",
|
||||||
"transaction_expand_split": "Expand split",
|
"transaction_expand_split": "\u0391\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd",
|
||||||
"transaction_collapse_split": "Collapse split",
|
"transaction_collapse_split": "\u03a3\u03cd\u03bc\u03c0\u03c4\u03c5\u03be\u03b7 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd",
|
||||||
"default_group_title_name": "(\u03c7\u03c9\u03c1\u03af\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1)",
|
"default_group_title_name": "(\u03c7\u03c9\u03c1\u03af\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1)",
|
||||||
"bill_repeats_weekly": "Repeats weekly",
|
"bill_repeats_weekly": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b5\u03b2\u03b4\u03bf\u03bc\u03b1\u03b4\u03b9\u03b1\u03af\u03c9\u03c2",
|
||||||
"bill_repeats_monthly": "Repeats monthly",
|
"bill_repeats_monthly": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03c9\u03c2",
|
||||||
"bill_repeats_quarterly": "Repeats quarterly",
|
"bill_repeats_quarterly": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b1\u03bd\u03ac \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf",
|
||||||
"bill_repeats_half-year": "Repeats every half year",
|
"bill_repeats_half-year": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 \u03bc\u03b9\u03c3\u03cc \u03c7\u03c1\u03cc\u03bd\u03bf",
|
||||||
"bill_repeats_yearly": "Repeats yearly",
|
"bill_repeats_yearly": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b5\u03c4\u03b7\u03c3\u03af\u03c9\u03c2",
|
||||||
"bill_repeats_weekly_other": "Repeats every other week",
|
"bill_repeats_weekly_other": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1",
|
||||||
"bill_repeats_monthly_other": "Repeats every other month",
|
"bill_repeats_monthly_other": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03bf \u03bc\u03ae\u03bd\u03b1",
|
||||||
"bill_repeats_quarterly_other": "Repeats every other quarter",
|
"bill_repeats_quarterly_other": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03bf \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03bf",
|
||||||
"bill_repeats_half-year_other": "Repeats yearly",
|
"bill_repeats_half-year_other": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b5\u03c4\u03b7\u03c3\u03af\u03c9\u03c2",
|
||||||
"bill_repeats_yearly_other": "Repeats every other year",
|
"bill_repeats_yearly_other": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03bf \u03c7\u03c1\u03cc\u03bd\u03bf",
|
||||||
"bill_repeats_weekly_skip": "Repeats every {skip} weeks",
|
"bill_repeats_weekly_skip": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 {skip} \u03b5\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b5\u03c2",
|
||||||
"bill_repeats_monthly_skip": "Repeats every {skip} months",
|
"bill_repeats_monthly_skip": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 {skip} \u03bc\u03ae\u03bd\u03b5\u03c2",
|
||||||
"bill_repeats_quarterly_skip": "Repeats every {skip} quarters",
|
"bill_repeats_quarterly_skip": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 {skip} \u03c4\u03c1\u03af\u03bc\u03b7\u03bd\u03b1",
|
||||||
"bill_repeats_half-year_skip": "Repeats every {skip} half years",
|
"bill_repeats_half-year_skip": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 {skip} \u03b5\u03be\u03ac\u03bc\u03b7\u03bd\u03b1",
|
||||||
"bill_repeats_yearly_skip": "Repeats every {skip} years",
|
"bill_repeats_yearly_skip": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 {skip} \u03ad\u03c4\u03b7",
|
||||||
"not_expected_period": "\u0394\u03b5\u03bd \u03b1\u03bd\u03b1\u03bc\u03ad\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03c0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf",
|
"not_expected_period": "\u0394\u03b5\u03bd \u03b1\u03bd\u03b1\u03bc\u03ad\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03c0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf",
|
||||||
"subscriptions": "Subscriptions",
|
"subscriptions": "\u03a3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ad\u03c2",
|
||||||
"bill_expected_date_js": "Expected {date}",
|
"bill_expected_date_js": "\u0391\u03bd\u03b1\u03bc\u03ad\u03bd\u03b5\u03c4\u03b1\u03b9 {date}",
|
||||||
"inactive": "\u0391\u03bd\u03b5\u03bd\u03b5\u03c1\u03b3\u03cc",
|
"inactive": "\u0391\u03bd\u03b5\u03bd\u03b5\u03c1\u03b3\u03cc",
|
||||||
"forever": "Forever",
|
"forever": "\u0393\u03b9\u03b1 \u03c0\u03ac\u03bd\u03c4\u03b1",
|
||||||
"extension_date_is": "Extension date is {date}",
|
"extension_date_is": "\u0397 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03b1\u03c1\u03ac\u03c4\u03b1\u03c3\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 {date}",
|
||||||
"create_new_bill": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03c0\u03ac\u03b3\u03b9\u03bf\u03c5 \u03ad\u03be\u03bf\u03b4\u03bf\u03c5",
|
"create_new_bill": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bd\u03ad\u03bf\u03c5 \u03c0\u03ac\u03b3\u03b9\u03bf\u03c5 \u03ad\u03be\u03bf\u03b4\u03bf\u03c5",
|
||||||
"store_new_bill": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03c0\u03ac\u03b3\u03b9\u03bf\u03c5 \u03ad\u03be\u03bf\u03b4\u03bf\u03c5",
|
"store_new_bill": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03c0\u03ac\u03b3\u03b9\u03bf\u03c5 \u03ad\u03be\u03bf\u03b4\u03bf\u03c5",
|
||||||
"repeat_freq_yearly": "\u03b5\u03c4\u03b7\u03c3\u03af\u03c9\u03c2",
|
"repeat_freq_yearly": "\u03b5\u03c4\u03b7\u03c3\u03af\u03c9\u03c2",
|
||||||
"repeat_freq_half-year": "\u03b5\u03be\u03b1\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03c9\u03c2",
|
"repeat_freq_half-year": "\u03b5\u03be\u03b1\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03c9\u03c2",
|
||||||
"repeat_freq_quarterly": "\u03c4\u03c1\u03b9\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03c9\u03c2",
|
"repeat_freq_quarterly": "\u03c4\u03c1\u03b9\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03c9\u03c2",
|
||||||
"repeat_freq_monthly": "\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03c9\u03c2",
|
"repeat_freq_monthly": "\u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03c9\u03c2",
|
||||||
"repeat_freq_weekly": "\u03b5\u03b2\u03b4\u03bf\u03bc\u03b1\u03b4\u03b9\u03b1\u03af\u03c9\u03c2"
|
"repeat_freq_weekly": "\u03b5\u03b2\u03b4\u03bf\u03bc\u03b1\u03b4\u03b9\u03b1\u03af\u03c9\u03c2",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "\u039a\u03bf\u03c5\u03bc\u03c0\u03b1\u03c1\u03ac\u03c2",
|
"piggy_bank": "\u039a\u03bf\u03c5\u03bc\u03c0\u03b1\u03c1\u03ac\u03c2",
|
||||||
@@ -184,20 +185,20 @@
|
|||||||
"category": "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1",
|
"category": "\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1",
|
||||||
"iban": "IBAN",
|
"iban": "IBAN",
|
||||||
"interest": "\u03a4\u03cc\u03ba\u03bf\u03c2",
|
"interest": "\u03a4\u03cc\u03ba\u03bf\u03c2",
|
||||||
"interest_period": "Interest period",
|
"interest_period": "\u03a4\u03bf\u03ba\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2",
|
||||||
"liability_type": "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03c5\u03c0\u03bf\u03c7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2",
|
"liability_type": "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03c5\u03c0\u03bf\u03c7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2",
|
||||||
"liability_direction": "Liability in\/out",
|
"liability_direction": "\u03a5\u03c0\u03bf\u03c7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03b5\u03bd\u03c4\u03cc\u03c2\/\u03b5\u03ba\u03c4\u03cc\u03c2",
|
||||||
"currentBalance": "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf",
|
"currentBalance": "\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf",
|
||||||
"next_expected_match": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b1\u03bc\u03b5\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7",
|
"next_expected_match": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b1\u03bc\u03b5\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03af\u03c7\u03b9\u03c3\u03b7",
|
||||||
"expected_info": "Next expected transaction",
|
"expected_info": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b1\u03bc\u03b5\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae",
|
||||||
"start_date": "Start date",
|
"start_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7\u03c2",
|
||||||
"end_date": "End date",
|
"end_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03bb\u03ae\u03be\u03b7\u03c2",
|
||||||
"payment_info": "Payment information"
|
"payment_info": "\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "el",
|
"html_language": "el",
|
||||||
"week_in_year_fns": "'Week' w, yyyy",
|
"week_in_year_fns": "'\u0395\u03b2\u03b4\u03bf\u03bc\u03ac\u03b4\u03b1' w, yyyy",
|
||||||
"month_and_day_fns": "MMMM d, y",
|
"month_and_day_fns": "d MMMM y",
|
||||||
"quarter_fns": "'Q'Q, yyyy",
|
"quarter_fns": "'Q'Q, yyyy",
|
||||||
"half_year_fns": "'H{half}', yyyy"
|
"half_year_fns": "'H{half}', yyyy"
|
||||||
},
|
},
|
||||||
@@ -213,12 +214,14 @@
|
|||||||
"repeat_freq": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03ae\u03c8\u03b5\u03b9\u03c2",
|
"repeat_freq": "\u0395\u03c0\u03b1\u03bd\u03b1\u03bb\u03ae\u03c8\u03b5\u03b9\u03c2",
|
||||||
"skip": "\u03a0\u03b1\u03c1\u03ac\u03bb\u03b5\u03b9\u03c8\u03b7",
|
"skip": "\u03a0\u03b1\u03c1\u03ac\u03bb\u03b5\u03b9\u03c8\u03b7",
|
||||||
"startdate": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2",
|
"startdate": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0388\u03bd\u03b1\u03c1\u03be\u03b7\u03c2",
|
||||||
"enddate": "End date",
|
"enddate": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03bb\u03ae\u03be\u03b7\u03c2",
|
||||||
"object_group": "\u039f\u03bc\u03ac\u03b4\u03b1",
|
"object_group": "\u039f\u03bc\u03ac\u03b4\u03b1",
|
||||||
"attachments": "\u03a3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03b1",
|
"attachments": "\u03a3\u03c5\u03bd\u03b7\u03bc\u03bc\u03ad\u03bd\u03b1",
|
||||||
"active": "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc",
|
"active": "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc",
|
||||||
"include_net_worth": "\u0395\u03bd\u03c4\u03cc\u03c2 \u03ba\u03b1\u03b8\u03b1\u03c1\u03ae\u03c2 \u03b1\u03be\u03af\u03b1\u03c2",
|
"include_net_worth": "\u0395\u03bd\u03c4\u03cc\u03c2 \u03ba\u03b1\u03b8\u03b1\u03c1\u03ae\u03c2 \u03b1\u03be\u03af\u03b1\u03c2",
|
||||||
|
"cc_type": "\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ae\u03c2 \u03ba\u03ac\u03c1\u03c4\u03b1\u03c2",
|
||||||
"account_number": "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd",
|
"account_number": "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd",
|
||||||
|
"cc_monthly_payment_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03bc\u03b7\u03bd\u03b9\u03b1\u03af\u03b1\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03ba\u03ac\u03c1\u03c4\u03b1\u03c2",
|
||||||
"virtual_balance": "\u0395\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03cc \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf",
|
"virtual_balance": "\u0395\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03cc \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf",
|
||||||
"opening_balance": "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03ad\u03bd\u03b1\u03c1\u03be\u03b7\u03c2",
|
"opening_balance": "\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03ad\u03bd\u03b1\u03c1\u03be\u03b7\u03c2",
|
||||||
"opening_balance_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c5\u03c0\u03bf\u03bb\u03bf\u03af\u03c0\u03bf\u03c5 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7\u03c2",
|
"opening_balance_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c5\u03c0\u03bf\u03bb\u03bf\u03af\u03c0\u03bf\u03c5 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7\u03c2",
|
||||||
@@ -226,14 +229,14 @@
|
|||||||
"interest": "\u03a4\u03cc\u03ba\u03bf\u03c2",
|
"interest": "\u03a4\u03cc\u03ba\u03bf\u03c2",
|
||||||
"interest_period": "\u03a4\u03bf\u03ba\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2",
|
"interest_period": "\u03a4\u03bf\u03ba\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2",
|
||||||
"currency_id": "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1",
|
"currency_id": "\u039d\u03cc\u03bc\u03b9\u03c3\u03bc\u03b1",
|
||||||
"liability_type": "Liability type",
|
"liability_type": "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03c5\u03c0\u03bf\u03c7\u03c1\u03ad\u03c9\u03c3\u03b7\u03c2",
|
||||||
"account_role": "\u03a1\u03cc\u03bb\u03bf\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd",
|
"account_role": "\u03a1\u03cc\u03bb\u03bf\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd",
|
||||||
"liability_direction": "Liability in\/out",
|
"liability_direction": "\u03a5\u03c0\u03bf\u03c7\u03c1\u03ad\u03c9\u03c3\u03b7 \u03b5\u03bd\u03c4\u03cc\u03c2\/\u03b5\u03ba\u03c4\u03cc\u03c2",
|
||||||
"book_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2",
|
"book_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2",
|
||||||
"permDeleteWarning": "\u0397 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03b1\u03c0\u03cc \u03c4\u03bf Firefly III \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03cc\u03bd\u03b9\u03bc\u03b7 \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03b5\u03b8\u03b5\u03af.",
|
"permDeleteWarning": "\u0397 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03b1\u03c0\u03cc \u03c4\u03bf Firefly III \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03cc\u03bd\u03b9\u03bc\u03b7 \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03b5\u03b8\u03b5\u03af.",
|
||||||
"account_areYouSure_js": "Are you sure you want to delete the account named \"{name}\"?",
|
"account_areYouSure_js": "\u0395\u03af\u03c3\u03c4\u03b5 \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03b5\u03c4\u03b5 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03bc\u03b5 \u03cc\u03bd\u03bf\u03bc\u03b1 \"{name}\";",
|
||||||
"also_delete_piggyBanks_js": "No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.",
|
"also_delete_piggyBanks_js": "\u03a7\u03c9\u03c1\u03af\u03c2 \u03ba\u03bf\u03c5\u03bc\u03c0\u03b1\u03c1\u03ac | \u039f \u03bc\u03cc\u03bd\u03bf\u03c2 \u03ba\u03bf\u03c5\u03bc\u03c0\u03b1\u03c1\u03ac\u03c2 \u03c0\u03bf\u03c5 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af \u03b5\u03c0\u03af\u03c3\u03b7\u03c2. | \u038c\u03bb\u03bf\u03b9 \u03bf\u03b9 \u03ba\u03bf\u03c5\u03bc\u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03c2 {count} \u03c0\u03bf\u03c5 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03bf\u03cd\u03bd \u03b5\u03c0\u03af\u03c3\u03b7\u03c2.",
|
||||||
"also_delete_transactions_js": "No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.",
|
"also_delete_transactions_js": "\u03a7\u03c9\u03c1\u03af\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 | \u0397 \u03bc\u03cc\u03bd\u03b7 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c0\u03bf\u03c5 \u03c3\u03c5\u03bd\u03b4\u03ad\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af \u03b5\u03c0\u03af\u03c3\u03b7\u03c2. | \u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 {count} \u03c0\u03bf\u03c5 \u03c3\u03c5\u03bd\u03b4\u03ad\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03b8\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03bf\u03cd\u03bd \u03b5\u03c0\u03af\u03c3\u03b7\u03c2.",
|
||||||
"process_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2",
|
"process_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2",
|
||||||
"due_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b1\u03c2",
|
"due_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b1\u03c2",
|
||||||
"payment_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2",
|
"payment_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2",
|
||||||
@@ -242,6 +245,6 @@
|
|||||||
"amount_max": "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf \u03c0\u03bf\u03c3\u03cc",
|
"amount_max": "\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf \u03c0\u03bf\u03c3\u03cc",
|
||||||
"start_date": "\u0391\u03c1\u03c7\u03ae \u03c4\u03bf\u03c5 \u03b5\u03cd\u03c1\u03bf\u03c5\u03c2",
|
"start_date": "\u0391\u03c1\u03c7\u03ae \u03c4\u03bf\u03c5 \u03b5\u03cd\u03c1\u03bf\u03c5\u03c2",
|
||||||
"end_date": "\u03a4\u03ad\u03bb\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03b5\u03cd\u03c1\u03bf\u03c5\u03c2",
|
"end_date": "\u03a4\u03ad\u03bb\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03b5\u03cd\u03c1\u03bf\u03c5\u03c2",
|
||||||
"extension_date": "Extension date"
|
"extension_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03c0\u03ad\u03ba\u03c4\u03b1\u03c3\u03b7\u03c2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "every half-year",
|
"repeat_freq_half-year": "every half-year",
|
||||||
"repeat_freq_quarterly": "quarterly",
|
"repeat_freq_quarterly": "quarterly",
|
||||||
"repeat_freq_monthly": "monthly",
|
"repeat_freq_monthly": "monthly",
|
||||||
"repeat_freq_weekly": "weekly"
|
"repeat_freq_weekly": "weekly",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Piggy bank",
|
"piggy_bank": "Piggy bank",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Attachments",
|
"attachments": "Attachments",
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"include_net_worth": "Include in net worth",
|
"include_net_worth": "Include in net worth",
|
||||||
|
"cc_type": "Credit card payment plan",
|
||||||
"account_number": "Account number",
|
"account_number": "Account number",
|
||||||
|
"cc_monthly_payment_date": "Credit card monthly payment date",
|
||||||
"virtual_balance": "Virtual balance",
|
"virtual_balance": "Virtual balance",
|
||||||
"opening_balance": "Opening balance",
|
"opening_balance": "Opening balance",
|
||||||
"opening_balance_date": "Opening balance date",
|
"opening_balance_date": "Opening balance date",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "every half-year",
|
"repeat_freq_half-year": "every half-year",
|
||||||
"repeat_freq_quarterly": "quarterly",
|
"repeat_freq_quarterly": "quarterly",
|
||||||
"repeat_freq_monthly": "monthly",
|
"repeat_freq_monthly": "monthly",
|
||||||
"repeat_freq_weekly": "weekly"
|
"repeat_freq_weekly": "weekly",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Piggy bank",
|
"piggy_bank": "Piggy bank",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Attachments",
|
"attachments": "Attachments",
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"include_net_worth": "Include in net worth",
|
"include_net_worth": "Include in net worth",
|
||||||
|
"cc_type": "Credit card payment plan",
|
||||||
"account_number": "Account number",
|
"account_number": "Account number",
|
||||||
|
"cc_monthly_payment_date": "Credit card monthly payment date",
|
||||||
"virtual_balance": "Virtual balance",
|
"virtual_balance": "Virtual balance",
|
||||||
"opening_balance": "Opening balance",
|
"opening_balance": "Opening balance",
|
||||||
"opening_balance_date": "Opening balance date",
|
"opening_balance_date": "Opening balance date",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "cada medio a\u00f1o",
|
"repeat_freq_half-year": "cada medio a\u00f1o",
|
||||||
"repeat_freq_quarterly": "trimestralmente",
|
"repeat_freq_quarterly": "trimestralmente",
|
||||||
"repeat_freq_monthly": "mensualmente",
|
"repeat_freq_monthly": "mensualmente",
|
||||||
"repeat_freq_weekly": "semanalmente"
|
"repeat_freq_weekly": "semanalmente",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Alcancilla",
|
"piggy_bank": "Alcancilla",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Adjuntos",
|
"attachments": "Adjuntos",
|
||||||
"active": "Activo",
|
"active": "Activo",
|
||||||
"include_net_worth": "Incluir en valor neto",
|
"include_net_worth": "Incluir en valor neto",
|
||||||
|
"cc_type": "Plan de pagos con tarjeta de cr\u00e9dito",
|
||||||
"account_number": "N\u00famero de cuenta",
|
"account_number": "N\u00famero de cuenta",
|
||||||
|
"cc_monthly_payment_date": "Fecha de pago mensual de la tarjeta de cr\u00e9dito",
|
||||||
"virtual_balance": "Saldo virtual",
|
"virtual_balance": "Saldo virtual",
|
||||||
"opening_balance": "Saldo inicial",
|
"opening_balance": "Saldo inicial",
|
||||||
"opening_balance_date": "Fecha del saldo inicial",
|
"opening_balance_date": "Fecha del saldo inicial",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "puoli-vuosittain",
|
"repeat_freq_half-year": "puoli-vuosittain",
|
||||||
"repeat_freq_quarterly": "nelj\u00e4nnesvuosittain",
|
"repeat_freq_quarterly": "nelj\u00e4nnesvuosittain",
|
||||||
"repeat_freq_monthly": "kuukausittain",
|
"repeat_freq_monthly": "kuukausittain",
|
||||||
"repeat_freq_weekly": "viikoittain"
|
"repeat_freq_weekly": "viikoittain",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "S\u00e4\u00e4st\u00f6possu",
|
"piggy_bank": "S\u00e4\u00e4st\u00f6possu",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Liitteet",
|
"attachments": "Liitteet",
|
||||||
"active": "Aktiivinen",
|
"active": "Aktiivinen",
|
||||||
"include_net_worth": "Sis\u00e4llyt\u00e4 varallisuuteen",
|
"include_net_worth": "Sis\u00e4llyt\u00e4 varallisuuteen",
|
||||||
|
"cc_type": "Luottokortin maksusuunnitelma",
|
||||||
"account_number": "Tilinumero",
|
"account_number": "Tilinumero",
|
||||||
|
"cc_monthly_payment_date": "Luottokortin laskun er\u00e4p\u00e4iv\u00e4",
|
||||||
"virtual_balance": "Virtuaalinen saldo",
|
"virtual_balance": "Virtuaalinen saldo",
|
||||||
"opening_balance": "Alkusaldo",
|
"opening_balance": "Alkusaldo",
|
||||||
"opening_balance_date": "Alkusaldon p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4",
|
"opening_balance_date": "Alkusaldon p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "semestriel",
|
"repeat_freq_half-year": "semestriel",
|
||||||
"repeat_freq_quarterly": "trimestriel",
|
"repeat_freq_quarterly": "trimestriel",
|
||||||
"repeat_freq_monthly": "mensuel",
|
"repeat_freq_monthly": "mensuel",
|
||||||
"repeat_freq_weekly": "hebdomadaire"
|
"repeat_freq_weekly": "hebdomadaire",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Tirelire",
|
"piggy_bank": "Tirelire",
|
||||||
@@ -213,12 +214,14 @@
|
|||||||
"repeat_freq": "R\u00e9p\u00e9titions",
|
"repeat_freq": "R\u00e9p\u00e9titions",
|
||||||
"skip": "Ignorer",
|
"skip": "Ignorer",
|
||||||
"startdate": "Date de d\u00e9but",
|
"startdate": "Date de d\u00e9but",
|
||||||
"enddate": "End date",
|
"enddate": "Date de fin",
|
||||||
"object_group": "Groupe",
|
"object_group": "Groupe",
|
||||||
"attachments": "Documents joints",
|
"attachments": "Documents joints",
|
||||||
"active": "Actif",
|
"active": "Actif",
|
||||||
"include_net_worth": "Inclure dans l'avoir net",
|
"include_net_worth": "Inclure dans l'avoir net",
|
||||||
|
"cc_type": "Plan de paiement de carte de cr\u00e9dit",
|
||||||
"account_number": "Num\u00e9ro de compte",
|
"account_number": "Num\u00e9ro de compte",
|
||||||
|
"cc_monthly_payment_date": "Date de paiement mensuelle de la carte de cr\u00e9dit",
|
||||||
"virtual_balance": "Solde virtuel",
|
"virtual_balance": "Solde virtuel",
|
||||||
"opening_balance": "Solde initial",
|
"opening_balance": "Solde initial",
|
||||||
"opening_balance_date": "Date du solde initial",
|
"opening_balance_date": "Date du solde initial",
|
||||||
@@ -242,6 +245,6 @@
|
|||||||
"amount_max": "Montant maximum",
|
"amount_max": "Montant maximum",
|
||||||
"start_date": "D\u00e9but de l'\u00e9tendue",
|
"start_date": "D\u00e9but de l'\u00e9tendue",
|
||||||
"end_date": "Fin de l'\u00e9tendue",
|
"end_date": "Fin de l'\u00e9tendue",
|
||||||
"extension_date": "Extension date"
|
"extension_date": "Date d'extension"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "f\u00e9l\u00e9vente",
|
"repeat_freq_half-year": "f\u00e9l\u00e9vente",
|
||||||
"repeat_freq_quarterly": "negyed\u00e9ves",
|
"repeat_freq_quarterly": "negyed\u00e9ves",
|
||||||
"repeat_freq_monthly": "havi",
|
"repeat_freq_monthly": "havi",
|
||||||
"repeat_freq_weekly": "heti"
|
"repeat_freq_weekly": "heti",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Malacpersely",
|
"piggy_bank": "Malacpersely",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Mell\u00e9kletek",
|
"attachments": "Mell\u00e9kletek",
|
||||||
"active": "Akt\u00edv",
|
"active": "Akt\u00edv",
|
||||||
"include_net_worth": "Befoglalva a nett\u00f3 \u00e9rt\u00e9kbe",
|
"include_net_worth": "Befoglalva a nett\u00f3 \u00e9rt\u00e9kbe",
|
||||||
|
"cc_type": "Hitelk\u00e1rtya fizet\u00e9si terv",
|
||||||
"account_number": "Sz\u00e1mlasz\u00e1m",
|
"account_number": "Sz\u00e1mlasz\u00e1m",
|
||||||
|
"cc_monthly_payment_date": "Hitelk\u00e1rtya havi fizet\u00e9s d\u00e1tuma",
|
||||||
"virtual_balance": "Virtu\u00e1lis egyenleg",
|
"virtual_balance": "Virtu\u00e1lis egyenleg",
|
||||||
"opening_balance": "Nyit\u00f3 egyenleg",
|
"opening_balance": "Nyit\u00f3 egyenleg",
|
||||||
"opening_balance_date": "Nyit\u00f3 egyenleg d\u00e1tuma",
|
"opening_balance_date": "Nyit\u00f3 egyenleg d\u00e1tuma",
|
||||||
|
|||||||
@@ -160,15 +160,16 @@
|
|||||||
"subscriptions": "Abbonamenti",
|
"subscriptions": "Abbonamenti",
|
||||||
"bill_expected_date_js": "Attesa per {date}",
|
"bill_expected_date_js": "Attesa per {date}",
|
||||||
"inactive": "Disattivo",
|
"inactive": "Disattivo",
|
||||||
"forever": "Forever",
|
"forever": "Per sempre",
|
||||||
"extension_date_is": "Extension date is {date}",
|
"extension_date_is": "La data di estensione \u00e8 {date}",
|
||||||
"create_new_bill": "Crea una nuova bolletta",
|
"create_new_bill": "Crea una nuova bolletta",
|
||||||
"store_new_bill": "Salva la nuova bolletta",
|
"store_new_bill": "Salva la nuova bolletta",
|
||||||
"repeat_freq_yearly": "annualmente",
|
"repeat_freq_yearly": "annualmente",
|
||||||
"repeat_freq_half-year": "semestralmente",
|
"repeat_freq_half-year": "semestralmente",
|
||||||
"repeat_freq_quarterly": "trimestralmente",
|
"repeat_freq_quarterly": "trimestralmente",
|
||||||
"repeat_freq_monthly": "mensilmente",
|
"repeat_freq_monthly": "mensilmente",
|
||||||
"repeat_freq_weekly": "settimanalmente"
|
"repeat_freq_weekly": "settimanalmente",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Salvadanaio",
|
"piggy_bank": "Salvadanaio",
|
||||||
@@ -189,10 +190,10 @@
|
|||||||
"liability_direction": "Passivit\u00e0 in entrata\/uscita",
|
"liability_direction": "Passivit\u00e0 in entrata\/uscita",
|
||||||
"currentBalance": "Saldo corrente",
|
"currentBalance": "Saldo corrente",
|
||||||
"next_expected_match": "Prossimo abbinamento previsto",
|
"next_expected_match": "Prossimo abbinamento previsto",
|
||||||
"expected_info": "Next expected transaction",
|
"expected_info": "Prossima transazione attesa",
|
||||||
"start_date": "Start date",
|
"start_date": "Data inizio",
|
||||||
"end_date": "End date",
|
"end_date": "Data fine",
|
||||||
"payment_info": "Payment information"
|
"payment_info": "Informazioni di pagamento"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "it",
|
"html_language": "it",
|
||||||
@@ -213,12 +214,14 @@
|
|||||||
"repeat_freq": "Si ripete",
|
"repeat_freq": "Si ripete",
|
||||||
"skip": "Salta ogni",
|
"skip": "Salta ogni",
|
||||||
"startdate": "Data inizio",
|
"startdate": "Data inizio",
|
||||||
"enddate": "End date",
|
"enddate": "Data di scadenza",
|
||||||
"object_group": "Gruppo",
|
"object_group": "Gruppo",
|
||||||
"attachments": "Allegati",
|
"attachments": "Allegati",
|
||||||
"active": "Attivo",
|
"active": "Attivo",
|
||||||
"include_net_worth": "Includi nel patrimonio",
|
"include_net_worth": "Includi nel patrimonio",
|
||||||
|
"cc_type": "Piano di pagamento della carta di credito",
|
||||||
"account_number": "Numero conto",
|
"account_number": "Numero conto",
|
||||||
|
"cc_monthly_payment_date": "Data di addebito mensile della carta di credito",
|
||||||
"virtual_balance": "Saldo virtuale",
|
"virtual_balance": "Saldo virtuale",
|
||||||
"opening_balance": "Saldo di apertura",
|
"opening_balance": "Saldo di apertura",
|
||||||
"opening_balance_date": "Data saldo di apertura",
|
"opening_balance_date": "Data saldo di apertura",
|
||||||
@@ -242,6 +245,6 @@
|
|||||||
"amount_max": "Importo massimo",
|
"amount_max": "Importo massimo",
|
||||||
"start_date": "Inizio intervallo",
|
"start_date": "Inizio intervallo",
|
||||||
"end_date": "Fine intervallo",
|
"end_date": "Fine intervallo",
|
||||||
"extension_date": "Extension date"
|
"extension_date": "Data di estensione"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "hvert halv\u00e5r",
|
"repeat_freq_half-year": "hvert halv\u00e5r",
|
||||||
"repeat_freq_quarterly": "kvartalsvis",
|
"repeat_freq_quarterly": "kvartalsvis",
|
||||||
"repeat_freq_monthly": "m\u00e5nedlig",
|
"repeat_freq_monthly": "m\u00e5nedlig",
|
||||||
"repeat_freq_weekly": "ukentlig"
|
"repeat_freq_weekly": "ukentlig",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Sparegris",
|
"piggy_bank": "Sparegris",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Vedlegg",
|
"attachments": "Vedlegg",
|
||||||
"active": "Aktiv",
|
"active": "Aktiv",
|
||||||
"include_net_worth": "Inkluder i formue",
|
"include_net_worth": "Inkluder i formue",
|
||||||
|
"cc_type": "Credit card payment plan",
|
||||||
"account_number": "Account number",
|
"account_number": "Account number",
|
||||||
|
"cc_monthly_payment_date": "Credit card monthly payment date",
|
||||||
"virtual_balance": "Virtual balance",
|
"virtual_balance": "Virtual balance",
|
||||||
"opening_balance": "Opening balance",
|
"opening_balance": "Opening balance",
|
||||||
"opening_balance_date": "Opening balance date",
|
"opening_balance_date": "Opening balance date",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "elk half jaar",
|
"repeat_freq_half-year": "elk half jaar",
|
||||||
"repeat_freq_quarterly": "elk kwartaal",
|
"repeat_freq_quarterly": "elk kwartaal",
|
||||||
"repeat_freq_monthly": "maandelijks",
|
"repeat_freq_monthly": "maandelijks",
|
||||||
"repeat_freq_weekly": "wekelijks"
|
"repeat_freq_weekly": "wekelijks",
|
||||||
|
"credit_card_type_monthlyFull": "Volledige betaling elke maand"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Spaarpotje",
|
"piggy_bank": "Spaarpotje",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Bijlagen",
|
"attachments": "Bijlagen",
|
||||||
"active": "Actief",
|
"active": "Actief",
|
||||||
"include_net_worth": "Meetellen in kapitaal",
|
"include_net_worth": "Meetellen in kapitaal",
|
||||||
|
"cc_type": "Betaalplan",
|
||||||
"account_number": "Rekeningnummer",
|
"account_number": "Rekeningnummer",
|
||||||
|
"cc_monthly_payment_date": "Betaaldatum",
|
||||||
"virtual_balance": "Virtueel saldo",
|
"virtual_balance": "Virtueel saldo",
|
||||||
"opening_balance": "Startsaldo",
|
"opening_balance": "Startsaldo",
|
||||||
"opening_balance_date": "Startsaldodatum",
|
"opening_balance_date": "Startsaldodatum",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "co p\u00f3\u0142 roku",
|
"repeat_freq_half-year": "co p\u00f3\u0142 roku",
|
||||||
"repeat_freq_quarterly": "kwartalnie",
|
"repeat_freq_quarterly": "kwartalnie",
|
||||||
"repeat_freq_monthly": "miesi\u0119cznie",
|
"repeat_freq_monthly": "miesi\u0119cznie",
|
||||||
"repeat_freq_weekly": "tygodniowo"
|
"repeat_freq_weekly": "tygodniowo",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Skarbonka",
|
"piggy_bank": "Skarbonka",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Za\u0142\u0105czniki",
|
"attachments": "Za\u0142\u0105czniki",
|
||||||
"active": "Aktywny",
|
"active": "Aktywny",
|
||||||
"include_net_worth": "Uwzgl\u0119dnij w warto\u015bci netto",
|
"include_net_worth": "Uwzgl\u0119dnij w warto\u015bci netto",
|
||||||
|
"cc_type": "Plan p\u0142atno\u015bci kart\u0105 kredytow\u0105",
|
||||||
"account_number": "Numer konta",
|
"account_number": "Numer konta",
|
||||||
|
"cc_monthly_payment_date": "Miesi\u0119czny termin sp\u0142aty karty kredytowej",
|
||||||
"virtual_balance": "Wirtualne saldo",
|
"virtual_balance": "Wirtualne saldo",
|
||||||
"opening_balance": "Saldo pocz\u0105tkowe",
|
"opening_balance": "Saldo pocz\u0105tkowe",
|
||||||
"opening_balance_date": "Data salda otwarcia",
|
"opening_balance_date": "Data salda otwarcia",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "cada semestre",
|
"repeat_freq_half-year": "cada semestre",
|
||||||
"repeat_freq_quarterly": "trimestral",
|
"repeat_freq_quarterly": "trimestral",
|
||||||
"repeat_freq_monthly": "mensal",
|
"repeat_freq_monthly": "mensal",
|
||||||
"repeat_freq_weekly": "semanal"
|
"repeat_freq_weekly": "semanal",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Cofrinho",
|
"piggy_bank": "Cofrinho",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Anexos",
|
"attachments": "Anexos",
|
||||||
"active": "Ativar",
|
"active": "Ativar",
|
||||||
"include_net_worth": "Incluir no patrimonio liquido",
|
"include_net_worth": "Incluir no patrimonio liquido",
|
||||||
|
"cc_type": "Plano de pagamento do Cart\u00e3o de Cr\u00e9dito",
|
||||||
"account_number": "N\u00famero de conta",
|
"account_number": "N\u00famero de conta",
|
||||||
|
"cc_monthly_payment_date": "Data do pagamento mensal do Cart\u00e3o de Cr\u00e9dito",
|
||||||
"virtual_balance": "Saldo virtual",
|
"virtual_balance": "Saldo virtual",
|
||||||
"opening_balance": "Saldo inicial",
|
"opening_balance": "Saldo inicial",
|
||||||
"opening_balance_date": "Data do saldo inicial",
|
"opening_balance_date": "Data do saldo inicial",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "todo meio ano",
|
"repeat_freq_half-year": "todo meio ano",
|
||||||
"repeat_freq_quarterly": "trimestral",
|
"repeat_freq_quarterly": "trimestral",
|
||||||
"repeat_freq_monthly": "mensalmente",
|
"repeat_freq_monthly": "mensalmente",
|
||||||
"repeat_freq_weekly": "semanalmente"
|
"repeat_freq_weekly": "semanalmente",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Mealheiro",
|
"piggy_bank": "Mealheiro",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Anexos",
|
"attachments": "Anexos",
|
||||||
"active": "Activo",
|
"active": "Activo",
|
||||||
"include_net_worth": "Incluir no patrimonio liquido",
|
"include_net_worth": "Incluir no patrimonio liquido",
|
||||||
|
"cc_type": "Plano de pagamento do cart\u00e3o de cr\u00e9dito",
|
||||||
"account_number": "N\u00famero de conta",
|
"account_number": "N\u00famero de conta",
|
||||||
|
"cc_monthly_payment_date": "Data de pagamento mensal do cart\u00e3o de cr\u00e9dito",
|
||||||
"virtual_balance": "Saldo virtual",
|
"virtual_balance": "Saldo virtual",
|
||||||
"opening_balance": "Saldo inicial",
|
"opening_balance": "Saldo inicial",
|
||||||
"opening_balance_date": "Data do saldo inicial",
|
"opening_balance_date": "Data do saldo inicial",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "fiecare jum\u0103tate de an",
|
"repeat_freq_half-year": "fiecare jum\u0103tate de an",
|
||||||
"repeat_freq_quarterly": "trimestrial",
|
"repeat_freq_quarterly": "trimestrial",
|
||||||
"repeat_freq_monthly": "lunar",
|
"repeat_freq_monthly": "lunar",
|
||||||
"repeat_freq_weekly": "s\u0103pt\u0103m\u00e2nal"
|
"repeat_freq_weekly": "s\u0103pt\u0103m\u00e2nal",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Pu\u0219culi\u021b\u0103",
|
"piggy_bank": "Pu\u0219culi\u021b\u0103",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Fi\u0219iere ata\u0219ate",
|
"attachments": "Fi\u0219iere ata\u0219ate",
|
||||||
"active": "Activ",
|
"active": "Activ",
|
||||||
"include_net_worth": "Include\u021bi \u00een valoare net\u0103",
|
"include_net_worth": "Include\u021bi \u00een valoare net\u0103",
|
||||||
|
"cc_type": "Plan de plat\u0103 cu card de credit",
|
||||||
"account_number": "Num\u0103r de cont",
|
"account_number": "Num\u0103r de cont",
|
||||||
|
"cc_monthly_payment_date": "Data pl\u0103\u021bii lunare cu cartea de credit",
|
||||||
"virtual_balance": "Soldul virtual",
|
"virtual_balance": "Soldul virtual",
|
||||||
"opening_balance": "Soldul de deschidere",
|
"opening_balance": "Soldul de deschidere",
|
||||||
"opening_balance_date": "Data soldului de deschidere",
|
"opening_balance_date": "Data soldului de deschidere",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "\u0440\u0430\u0437 \u0432 \u043f\u043e\u043b\u0433\u043e\u0434\u0430",
|
"repeat_freq_half-year": "\u0440\u0430\u0437 \u0432 \u043f\u043e\u043b\u0433\u043e\u0434\u0430",
|
||||||
"repeat_freq_quarterly": "\u0440\u0430\u0437 \u0432 \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
|
"repeat_freq_quarterly": "\u0440\u0430\u0437 \u0432 \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
|
||||||
"repeat_freq_monthly": "\u0435\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u043e",
|
"repeat_freq_monthly": "\u0435\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u043e",
|
||||||
"repeat_freq_weekly": "\u0435\u0436\u0435\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u043e"
|
"repeat_freq_weekly": "\u0435\u0436\u0435\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u043e",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "\u041a\u043e\u043f\u0438\u043b\u043a\u0430",
|
"piggy_bank": "\u041a\u043e\u043f\u0438\u043b\u043a\u0430",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "\u0412\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
|
"attachments": "\u0412\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
|
||||||
"active": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439",
|
"active": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439",
|
||||||
"include_net_worth": "\u0412\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432 \"\u041c\u043e\u0438 \u0441\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0438\u044f\"",
|
"include_net_worth": "\u0412\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432 \"\u041c\u043e\u0438 \u0441\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0438\u044f\"",
|
||||||
|
"cc_type": "\u041f\u043b\u0430\u043d \u043e\u043f\u043b\u0430\u0442\u044b \u043f\u043e \u043a\u0440\u0435\u0434\u0438\u0442\u043d\u043e\u0439 \u043a\u0430\u0440\u0442\u0435",
|
||||||
"account_number": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0447\u0451\u0442\u0430",
|
"account_number": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0447\u0451\u0442\u0430",
|
||||||
|
"cc_monthly_payment_date": "\u0414\u0430\u0442\u0430 \u0435\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u043e\u0433\u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0430 \u043f\u043e \u043a\u0440\u0435\u0434\u0438\u0442\u043d\u043e\u0439 \u043a\u0430\u0440\u0442\u0435",
|
||||||
"virtual_balance": "\u0412\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441",
|
"virtual_balance": "\u0412\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441",
|
||||||
"opening_balance": "\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441",
|
"opening_balance": "\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441",
|
||||||
"opening_balance_date": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0430",
|
"opening_balance_date": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0430",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "polro\u010dne",
|
"repeat_freq_half-year": "polro\u010dne",
|
||||||
"repeat_freq_quarterly": "\u0161tvr\u0165ro\u010dne",
|
"repeat_freq_quarterly": "\u0161tvr\u0165ro\u010dne",
|
||||||
"repeat_freq_monthly": "mesa\u010dne",
|
"repeat_freq_monthly": "mesa\u010dne",
|
||||||
"repeat_freq_weekly": "t\u00fd\u017edenne"
|
"repeat_freq_weekly": "t\u00fd\u017edenne",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Pokladni\u010dka",
|
"piggy_bank": "Pokladni\u010dka",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "Pr\u00edlohy",
|
"attachments": "Pr\u00edlohy",
|
||||||
"active": "Akt\u00edvne",
|
"active": "Akt\u00edvne",
|
||||||
"include_net_worth": "Zahrn\u00fa\u0165 do \u010dist\u00e9ho majetku",
|
"include_net_worth": "Zahrn\u00fa\u0165 do \u010dist\u00e9ho majetku",
|
||||||
|
"cc_type": "Z\u00fa\u010dtovacie obdobie kreditnej karty",
|
||||||
"account_number": "\u010c\u00edslo \u00fa\u010dtu",
|
"account_number": "\u010c\u00edslo \u00fa\u010dtu",
|
||||||
|
"cc_monthly_payment_date": "D\u00e1tum mesa\u010dnej \u00fahrady kreditnej karty",
|
||||||
"virtual_balance": "Virtu\u00e1lnu zostatok",
|
"virtual_balance": "Virtu\u00e1lnu zostatok",
|
||||||
"opening_balance": "Po\u010diato\u010dn\u00fd zostatok",
|
"opening_balance": "Po\u010diato\u010dn\u00fd zostatok",
|
||||||
"opening_balance_date": "D\u00e1tum po\u010diato\u010dn\u00e9ho zostatku",
|
"opening_balance_date": "D\u00e1tum po\u010diato\u010dn\u00e9ho zostatku",
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
"account_type_Mortgage": "Bol\u00e5n",
|
"account_type_Mortgage": "Bol\u00e5n",
|
||||||
"stored_new_account_js": "Nytt konto \"<a href=\"accounts\/show\/{ID}\">{name}<\/a>\" lagrat!",
|
"stored_new_account_js": "Nytt konto \"<a href=\"accounts\/show\/{ID}\">{name}<\/a>\" lagrat!",
|
||||||
"account_type_Debt": "Skuld",
|
"account_type_Debt": "Skuld",
|
||||||
"liability_direction_null_short": "Unknown",
|
"liability_direction_null_short": "Ok\u00e4nd",
|
||||||
"delete": "Ta bort",
|
"delete": "Ta bort",
|
||||||
"store_new_asset_account": "Lagra nytt tillg\u00e5ngskonto",
|
"store_new_asset_account": "Lagra nytt tillg\u00e5ngskonto",
|
||||||
"store_new_expense_account": "Spara nytt utgiftskonto",
|
"store_new_expense_account": "Spara nytt utgiftskonto",
|
||||||
@@ -130,45 +130,46 @@
|
|||||||
"interest_calc_yearly": "Per \u00e5r",
|
"interest_calc_yearly": "Per \u00e5r",
|
||||||
"liability_direction_credit": "Jag \u00e4r skyldig denna skuld",
|
"liability_direction_credit": "Jag \u00e4r skyldig denna skuld",
|
||||||
"liability_direction_debit": "Jag \u00e4r skyldig n\u00e5gon annan denna skuld",
|
"liability_direction_debit": "Jag \u00e4r skyldig n\u00e5gon annan denna skuld",
|
||||||
"liability_direction_credit_short": "Owed this debt",
|
"liability_direction_credit_short": "\u00c4gde denna skuld",
|
||||||
"liability_direction_debit_short": "Owe this debt",
|
"liability_direction_debit_short": "\u00c4ger denna skuld",
|
||||||
"account_type_debt": "Debt",
|
"account_type_debt": "Skuld",
|
||||||
"account_type_loan": "Loan",
|
"account_type_loan": "L\u00e5n",
|
||||||
"left_in_debt": "Amount due",
|
"left_in_debt": "Att betala",
|
||||||
"account_type_mortgage": "Mortgage",
|
"account_type_mortgage": "Bol\u00e5n",
|
||||||
"save_transactions_by_moving_js": "Inga transaktioner|Spara denna transaktion genom att flytta den till ett annat konto.|Spara dessa transaktioner genom att flytta dem till ett annat konto.",
|
"save_transactions_by_moving_js": "Inga transaktioner|Spara denna transaktion genom att flytta den till ett annat konto.|Spara dessa transaktioner genom att flytta dem till ett annat konto.",
|
||||||
"none_in_select_list": "(Ingen)",
|
"none_in_select_list": "(Ingen)",
|
||||||
"transaction_expand_split": "Expand split",
|
"transaction_expand_split": "Expandera delningen",
|
||||||
"transaction_collapse_split": "Collapse split",
|
"transaction_collapse_split": "Minimera delning",
|
||||||
"default_group_title_name": "(ogrupperad)",
|
"default_group_title_name": "(ogrupperad)",
|
||||||
"bill_repeats_weekly": "Repeats weekly",
|
"bill_repeats_weekly": "Upprepas veckovis",
|
||||||
"bill_repeats_monthly": "Repeats monthly",
|
"bill_repeats_monthly": "Upprepas m\u00e5nadsvis",
|
||||||
"bill_repeats_quarterly": "Repeats quarterly",
|
"bill_repeats_quarterly": "Upprepas kvartalsvis",
|
||||||
"bill_repeats_half-year": "Repeats every half year",
|
"bill_repeats_half-year": "Uprepas varje halv\u00e5r",
|
||||||
"bill_repeats_yearly": "Repeats yearly",
|
"bill_repeats_yearly": "Upprepas \u00e5rsvis",
|
||||||
"bill_repeats_weekly_other": "Repeats every other week",
|
"bill_repeats_weekly_other": "Upprepas varannan vecka",
|
||||||
"bill_repeats_monthly_other": "Repeats every other month",
|
"bill_repeats_monthly_other": "Upprepas varannan m\u00e5nad",
|
||||||
"bill_repeats_quarterly_other": "Repeats every other quarter",
|
"bill_repeats_quarterly_other": "Upprepas varannat kvartal",
|
||||||
"bill_repeats_half-year_other": "Repeats yearly",
|
"bill_repeats_half-year_other": "Upprepas \u00e5rsvis",
|
||||||
"bill_repeats_yearly_other": "Repeats every other year",
|
"bill_repeats_yearly_other": "Upprepas varannat \u00e5r",
|
||||||
"bill_repeats_weekly_skip": "Repeats every {skip} weeks",
|
"bill_repeats_weekly_skip": "Upprepas varje {skip} veckor",
|
||||||
"bill_repeats_monthly_skip": "Repeats every {skip} months",
|
"bill_repeats_monthly_skip": "Upprepas varje {skip} m\u00e5nad",
|
||||||
"bill_repeats_quarterly_skip": "Repeats every {skip} quarters",
|
"bill_repeats_quarterly_skip": "Upprepas varje {skip} kvartal",
|
||||||
"bill_repeats_half-year_skip": "Repeats every {skip} half years",
|
"bill_repeats_half-year_skip": "Upprepas varje {skip} halv\u00e5r",
|
||||||
"bill_repeats_yearly_skip": "Repeats every {skip} years",
|
"bill_repeats_yearly_skip": "Upprepas varje {skip} \u00e5r",
|
||||||
"not_expected_period": "Inte v\u00e4ntat denna period",
|
"not_expected_period": "Inte v\u00e4ntat denna period",
|
||||||
"subscriptions": "Subscriptions",
|
"subscriptions": "Prenumerationer",
|
||||||
"bill_expected_date_js": "Expected {date}",
|
"bill_expected_date_js": "F\u00f6rv\u00e4ntat {date}",
|
||||||
"inactive": "Inaktiv",
|
"inactive": "Inaktiv",
|
||||||
"forever": "Forever",
|
"forever": "F\u00f6r alltid",
|
||||||
"extension_date_is": "Extension date is {date}",
|
"extension_date_is": "Till\u00e4gg datum \u00e4r {date}",
|
||||||
"create_new_bill": "Skapa en ny nota",
|
"create_new_bill": "Skapa en ny nota",
|
||||||
"store_new_bill": "Spara ny nota",
|
"store_new_bill": "Spara ny nota",
|
||||||
"repeat_freq_yearly": "\u00e5rligen",
|
"repeat_freq_yearly": "\u00e5rligen",
|
||||||
"repeat_freq_half-year": "varje halv\u00e5r",
|
"repeat_freq_half-year": "varje halv\u00e5r",
|
||||||
"repeat_freq_quarterly": "kvartal",
|
"repeat_freq_quarterly": "kvartal",
|
||||||
"repeat_freq_monthly": "m\u00e5nadsvis",
|
"repeat_freq_monthly": "m\u00e5nadsvis",
|
||||||
"repeat_freq_weekly": "veckovis"
|
"repeat_freq_weekly": "veckovis",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "Spargris",
|
"piggy_bank": "Spargris",
|
||||||
@@ -184,20 +185,20 @@
|
|||||||
"category": "Kategori",
|
"category": "Kategori",
|
||||||
"iban": "IBAN",
|
"iban": "IBAN",
|
||||||
"interest": "R\u00e4nta",
|
"interest": "R\u00e4nta",
|
||||||
"interest_period": "Interest period",
|
"interest_period": "R\u00e4nteperiod",
|
||||||
"liability_type": "Typ av ansvar",
|
"liability_type": "Typ av ansvar",
|
||||||
"liability_direction": "Liability in\/out",
|
"liability_direction": "Ansvar in\/ut",
|
||||||
"currentBalance": "Nuvarande saldo",
|
"currentBalance": "Nuvarande saldo",
|
||||||
"next_expected_match": "N\u00e4sta f\u00f6rv\u00e4ntade tr\u00e4ff",
|
"next_expected_match": "N\u00e4sta f\u00f6rv\u00e4ntade tr\u00e4ff",
|
||||||
"expected_info": "Next expected transaction",
|
"expected_info": "N\u00e4sta f\u00f6rv\u00e4ntade transaktion",
|
||||||
"start_date": "Start date",
|
"start_date": "Startdatum",
|
||||||
"end_date": "End date",
|
"end_date": "Slutdatum",
|
||||||
"payment_info": "Payment information"
|
"payment_info": "Betalinformation"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"html_language": "sv",
|
"html_language": "sv",
|
||||||
"week_in_year_fns": "'Vecka' w, yyyy",
|
"week_in_year_fns": "'Vecka' w, yyyy",
|
||||||
"month_and_day_fns": "MMMM d, y",
|
"month_and_day_fns": "d MMMM y",
|
||||||
"quarter_fns": "'kvartal'Q, yyyy",
|
"quarter_fns": "'kvartal'Q, yyyy",
|
||||||
"half_year_fns": "'H{half}', yyyy"
|
"half_year_fns": "'H{half}', yyyy"
|
||||||
},
|
},
|
||||||
@@ -213,12 +214,14 @@
|
|||||||
"repeat_freq": "Upprepningar",
|
"repeat_freq": "Upprepningar",
|
||||||
"skip": "Hoppa \u00f6ver",
|
"skip": "Hoppa \u00f6ver",
|
||||||
"startdate": "Startdatum",
|
"startdate": "Startdatum",
|
||||||
"enddate": "End date",
|
"enddate": "Slutdatum",
|
||||||
"object_group": "Grupp",
|
"object_group": "Grupp",
|
||||||
"attachments": "Bilagor",
|
"attachments": "Bilagor",
|
||||||
"active": "Aktiv",
|
"active": "Aktiv",
|
||||||
"include_net_worth": "Inkludera i nettov\u00e4rde",
|
"include_net_worth": "Inkludera i nettov\u00e4rde",
|
||||||
|
"cc_type": "Kreditkort betalning plan",
|
||||||
"account_number": "Kontonummer",
|
"account_number": "Kontonummer",
|
||||||
|
"cc_monthly_payment_date": "Kreditkort m\u00e5nadsbetalnings datum",
|
||||||
"virtual_balance": "Virtuell balans",
|
"virtual_balance": "Virtuell balans",
|
||||||
"opening_balance": "Ing\u00e5ende balans",
|
"opening_balance": "Ing\u00e5ende balans",
|
||||||
"opening_balance_date": "Ing\u00e5ende balans datum",
|
"opening_balance_date": "Ing\u00e5ende balans datum",
|
||||||
@@ -242,6 +245,6 @@
|
|||||||
"amount_max": "H\u00f6gsta belopp",
|
"amount_max": "H\u00f6gsta belopp",
|
||||||
"start_date": "Start omr\u00e5de",
|
"start_date": "Start omr\u00e5de",
|
||||||
"end_date": "Slut omr\u00e5de",
|
"end_date": "Slut omr\u00e5de",
|
||||||
"extension_date": "Extension date"
|
"extension_date": "Datum f\u00f6r till\u00e4gg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "m\u1ed7i n\u1eeda n\u0103m",
|
"repeat_freq_half-year": "m\u1ed7i n\u1eeda n\u0103m",
|
||||||
"repeat_freq_quarterly": "h\u00e0ng qu\u00fd",
|
"repeat_freq_quarterly": "h\u00e0ng qu\u00fd",
|
||||||
"repeat_freq_monthly": "h\u00e0ng th\u00e1ng",
|
"repeat_freq_monthly": "h\u00e0ng th\u00e1ng",
|
||||||
"repeat_freq_weekly": "h\u00e0ng tu\u1ea7n"
|
"repeat_freq_weekly": "h\u00e0ng tu\u1ea7n",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "\u1ed0ng heo con",
|
"piggy_bank": "\u1ed0ng heo con",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "T\u00e0i li\u1ec7u \u0111\u00ednh k\u00e8m",
|
"attachments": "T\u00e0i li\u1ec7u \u0111\u00ednh k\u00e8m",
|
||||||
"active": "H\u00e0nh \u0111\u1ed9ng",
|
"active": "H\u00e0nh \u0111\u1ed9ng",
|
||||||
"include_net_worth": "Bao g\u1ed3m trong gi\u00e1 tr\u1ecb r\u00f2ng",
|
"include_net_worth": "Bao g\u1ed3m trong gi\u00e1 tr\u1ecb r\u00f2ng",
|
||||||
|
"cc_type": "G\u00f3i thanh to\u00e1n th\u1ebb t\u00edn d\u1ee5ng",
|
||||||
"account_number": "S\u1ed1 t\u00e0i kho\u1ea3n",
|
"account_number": "S\u1ed1 t\u00e0i kho\u1ea3n",
|
||||||
|
"cc_monthly_payment_date": "Ng\u00e0y thanh to\u00e1n th\u1ebb t\u00edn d\u1ee5ng h\u00e0ng th\u00e1ng",
|
||||||
"virtual_balance": "C\u00e2n b\u1eb1ng \u1ea3o",
|
"virtual_balance": "C\u00e2n b\u1eb1ng \u1ea3o",
|
||||||
"opening_balance": "S\u1ed1 d\u01b0 \u0111\u1ea7u k\u1ef3",
|
"opening_balance": "S\u1ed1 d\u01b0 \u0111\u1ea7u k\u1ef3",
|
||||||
"opening_balance_date": "Ng\u00e0y m\u1edf s\u1ed1 d\u01b0",
|
"opening_balance_date": "Ng\u00e0y m\u1edf s\u1ed1 d\u01b0",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "\u6bcf\u534a\u5e74",
|
"repeat_freq_half-year": "\u6bcf\u534a\u5e74",
|
||||||
"repeat_freq_quarterly": "\u6bcf\u5b63",
|
"repeat_freq_quarterly": "\u6bcf\u5b63",
|
||||||
"repeat_freq_monthly": "\u6bcf\u6708",
|
"repeat_freq_monthly": "\u6bcf\u6708",
|
||||||
"repeat_freq_weekly": "\u6bcf\u5468"
|
"repeat_freq_weekly": "\u6bcf\u5468",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "\u5b58\u94b1\u7f50",
|
"piggy_bank": "\u5b58\u94b1\u7f50",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "\u9644\u4ef6",
|
"attachments": "\u9644\u4ef6",
|
||||||
"active": "\u542f\u7528",
|
"active": "\u542f\u7528",
|
||||||
"include_net_worth": "\u5305\u542b\u4e8e\u51c0\u8d44\u4ea7",
|
"include_net_worth": "\u5305\u542b\u4e8e\u51c0\u8d44\u4ea7",
|
||||||
|
"cc_type": "\u4fe1\u7528\u5361\u8fd8\u6b3e\u8ba1\u5212",
|
||||||
"account_number": "\u8d26\u6237\u53f7\u7801",
|
"account_number": "\u8d26\u6237\u53f7\u7801",
|
||||||
|
"cc_monthly_payment_date": "\u4fe1\u7528\u5361\u6bcf\u6708\u8fd8\u6b3e\u65e5\u671f",
|
||||||
"virtual_balance": "\u865a\u62df\u8d26\u6237\u4f59\u989d",
|
"virtual_balance": "\u865a\u62df\u8d26\u6237\u4f59\u989d",
|
||||||
"opening_balance": "\u521d\u59cb\u4f59\u989d",
|
"opening_balance": "\u521d\u59cb\u4f59\u989d",
|
||||||
"opening_balance_date": "\u5f00\u6237\u65e5\u671f",
|
"opening_balance_date": "\u5f00\u6237\u65e5\u671f",
|
||||||
|
|||||||
@@ -168,7 +168,8 @@
|
|||||||
"repeat_freq_half-year": "\u6bcf\u534a\u5e74",
|
"repeat_freq_half-year": "\u6bcf\u534a\u5e74",
|
||||||
"repeat_freq_quarterly": "\u6bcf\u5b63",
|
"repeat_freq_quarterly": "\u6bcf\u5b63",
|
||||||
"repeat_freq_monthly": "\u6bcf\u6708",
|
"repeat_freq_monthly": "\u6bcf\u6708",
|
||||||
"repeat_freq_weekly": "\u6bcf\u9031"
|
"repeat_freq_weekly": "\u6bcf\u9031",
|
||||||
|
"credit_card_type_monthlyFull": "Full payment every month"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"piggy_bank": "\u5c0f\u8c6c\u64b2\u6eff",
|
"piggy_bank": "\u5c0f\u8c6c\u64b2\u6eff",
|
||||||
@@ -218,7 +219,9 @@
|
|||||||
"attachments": "\u9644\u52a0\u6a94\u6848",
|
"attachments": "\u9644\u52a0\u6a94\u6848",
|
||||||
"active": "\u555f\u7528",
|
"active": "\u555f\u7528",
|
||||||
"include_net_worth": "\u5305\u62ec\u6de8\u503c",
|
"include_net_worth": "\u5305\u62ec\u6de8\u503c",
|
||||||
|
"cc_type": "\u4fe1\u7528\u5361\u4ed8\u6b3e\u8a08\u5283",
|
||||||
"account_number": "\u5e33\u6236\u865f\u78bc",
|
"account_number": "\u5e33\u6236\u865f\u78bc",
|
||||||
|
"cc_monthly_payment_date": "\u4fe1\u7528\u5361\u6bcf\u6708\u4ed8\u6b3e\u65e5\u671f",
|
||||||
"virtual_balance": "\u865b\u64ec\u9918\u984d",
|
"virtual_balance": "\u865b\u64ec\u9918\u984d",
|
||||||
"opening_balance": "\u521d\u59cb\u9918\u984d",
|
"opening_balance": "\u521d\u59cb\u9918\u984d",
|
||||||
"opening_balance_date": "\u521d\u59cb\u9918\u984d\u65e5\u671f",
|
"opening_balance_date": "\u521d\u59cb\u9918\u984d\u65e5\u671f",
|
||||||
|
|||||||
14
frontend/src/pages/accounts/edit.js
vendored
Normal file
14
frontend/src/pages/accounts/edit.js
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
require('../../bootstrap');
|
||||||
|
|
||||||
|
import Edit from "../../components/accounts/Edit";
|
||||||
|
|
||||||
|
// i18n
|
||||||
|
let i18n = require('../../i18n');
|
||||||
|
|
||||||
|
let props = {};
|
||||||
|
const app = new Vue({
|
||||||
|
i18n,
|
||||||
|
render(createElement) {
|
||||||
|
return createElement(Edit, {props: props});
|
||||||
|
}
|
||||||
|
}).$mount('#accounts_edit');
|
||||||
1
frontend/webpack.mix.js
vendored
1
frontend/webpack.mix.js
vendored
@@ -55,6 +55,7 @@ mix.js('src/pages/accounts/index.js', 'public/js/accounts').vue({version: 2});
|
|||||||
mix.js('src/pages/accounts/delete.js', 'public/js/accounts').vue({version: 2});
|
mix.js('src/pages/accounts/delete.js', 'public/js/accounts').vue({version: 2});
|
||||||
mix.js('src/pages/accounts/show.js', 'public/js/accounts').vue({version: 2});
|
mix.js('src/pages/accounts/show.js', 'public/js/accounts').vue({version: 2});
|
||||||
mix.js('src/pages/accounts/create.js', 'public/js/accounts').vue({version: 2});
|
mix.js('src/pages/accounts/create.js', 'public/js/accounts').vue({version: 2});
|
||||||
|
mix.js('src/pages/accounts/edit.js', 'public/js/accounts').vue({version: 2});
|
||||||
|
|
||||||
// bills
|
// bills
|
||||||
mix.js('src/pages/bills/index.js', 'public/js/bills').vue({version: 2});
|
mix.js('src/pages/bills/index.js', 'public/js/bills').vue({version: 2});
|
||||||
|
|||||||
@@ -9,25 +9,25 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/highlight" "^7.14.5"
|
"@babel/highlight" "^7.14.5"
|
||||||
|
|
||||||
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7":
|
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
|
||||||
version "7.14.7"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
||||||
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
||||||
|
|
||||||
"@babel/core@^7.14.5":
|
"@babel/core@^7.14.5":
|
||||||
version "7.14.8"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
|
||||||
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
|
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.14.5"
|
"@babel/code-frame" "^7.14.5"
|
||||||
"@babel/generator" "^7.14.8"
|
"@babel/generator" "^7.15.0"
|
||||||
"@babel/helper-compilation-targets" "^7.14.5"
|
"@babel/helper-compilation-targets" "^7.15.0"
|
||||||
"@babel/helper-module-transforms" "^7.14.8"
|
"@babel/helper-module-transforms" "^7.15.0"
|
||||||
"@babel/helpers" "^7.14.8"
|
"@babel/helpers" "^7.14.8"
|
||||||
"@babel/parser" "^7.14.8"
|
"@babel/parser" "^7.15.0"
|
||||||
"@babel/template" "^7.14.5"
|
"@babel/template" "^7.14.5"
|
||||||
"@babel/traverse" "^7.14.8"
|
"@babel/traverse" "^7.15.0"
|
||||||
"@babel/types" "^7.14.8"
|
"@babel/types" "^7.15.0"
|
||||||
convert-source-map "^1.7.0"
|
convert-source-map "^1.7.0"
|
||||||
debug "^4.1.0"
|
debug "^4.1.0"
|
||||||
gensync "^1.0.0-beta.2"
|
gensync "^1.0.0-beta.2"
|
||||||
@@ -35,12 +35,12 @@
|
|||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
source-map "^0.5.0"
|
source-map "^0.5.0"
|
||||||
|
|
||||||
"@babel/generator@^7.14.8":
|
"@babel/generator@^7.15.0":
|
||||||
version "7.14.8"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
|
||||||
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
|
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.14.8"
|
"@babel/types" "^7.15.0"
|
||||||
jsesc "^2.5.1"
|
jsesc "^2.5.1"
|
||||||
source-map "^0.5.0"
|
source-map "^0.5.0"
|
||||||
|
|
||||||
@@ -59,26 +59,26 @@
|
|||||||
"@babel/helper-explode-assignable-expression" "^7.14.5"
|
"@babel/helper-explode-assignable-expression" "^7.14.5"
|
||||||
"@babel/types" "^7.14.5"
|
"@babel/types" "^7.14.5"
|
||||||
|
|
||||||
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5":
|
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
|
||||||
version "7.14.5"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
|
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
|
||||||
integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
|
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/compat-data" "^7.14.5"
|
"@babel/compat-data" "^7.15.0"
|
||||||
"@babel/helper-validator-option" "^7.14.5"
|
"@babel/helper-validator-option" "^7.14.5"
|
||||||
browserslist "^4.16.6"
|
browserslist "^4.16.6"
|
||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
|
|
||||||
"@babel/helper-create-class-features-plugin@^7.14.5":
|
"@babel/helper-create-class-features-plugin@^7.14.5":
|
||||||
version "7.14.8"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"
|
||||||
integrity sha512-bpYvH8zJBWzeqi1o+co8qOrw+EXzQ/0c74gVmY205AWXy9nifHrOg77y+1zwxX5lXE7Icq4sPlSQ4O2kWBrteQ==
|
integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-annotate-as-pure" "^7.14.5"
|
"@babel/helper-annotate-as-pure" "^7.14.5"
|
||||||
"@babel/helper-function-name" "^7.14.5"
|
"@babel/helper-function-name" "^7.14.5"
|
||||||
"@babel/helper-member-expression-to-functions" "^7.14.7"
|
"@babel/helper-member-expression-to-functions" "^7.15.0"
|
||||||
"@babel/helper-optimise-call-expression" "^7.14.5"
|
"@babel/helper-optimise-call-expression" "^7.14.5"
|
||||||
"@babel/helper-replace-supers" "^7.14.5"
|
"@babel/helper-replace-supers" "^7.15.0"
|
||||||
"@babel/helper-split-export-declaration" "^7.14.5"
|
"@babel/helper-split-export-declaration" "^7.14.5"
|
||||||
|
|
||||||
"@babel/helper-create-regexp-features-plugin@^7.14.5":
|
"@babel/helper-create-regexp-features-plugin@^7.14.5":
|
||||||
@@ -133,12 +133,12 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.14.5"
|
"@babel/types" "^7.14.5"
|
||||||
|
|
||||||
"@babel/helper-member-expression-to-functions@^7.14.5", "@babel/helper-member-expression-to-functions@^7.14.7":
|
"@babel/helper-member-expression-to-functions@^7.15.0":
|
||||||
version "7.14.7"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970"
|
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
|
||||||
integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==
|
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.14.5"
|
"@babel/types" "^7.15.0"
|
||||||
|
|
||||||
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
||||||
version "7.14.5"
|
version "7.14.5"
|
||||||
@@ -147,19 +147,19 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.14.5"
|
"@babel/types" "^7.14.5"
|
||||||
|
|
||||||
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8":
|
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0":
|
||||||
version "7.14.8"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
|
||||||
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
|
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-imports" "^7.14.5"
|
"@babel/helper-module-imports" "^7.14.5"
|
||||||
"@babel/helper-replace-supers" "^7.14.5"
|
"@babel/helper-replace-supers" "^7.15.0"
|
||||||
"@babel/helper-simple-access" "^7.14.8"
|
"@babel/helper-simple-access" "^7.14.8"
|
||||||
"@babel/helper-split-export-declaration" "^7.14.5"
|
"@babel/helper-split-export-declaration" "^7.14.5"
|
||||||
"@babel/helper-validator-identifier" "^7.14.8"
|
"@babel/helper-validator-identifier" "^7.14.9"
|
||||||
"@babel/template" "^7.14.5"
|
"@babel/template" "^7.14.5"
|
||||||
"@babel/traverse" "^7.14.8"
|
"@babel/traverse" "^7.15.0"
|
||||||
"@babel/types" "^7.14.8"
|
"@babel/types" "^7.15.0"
|
||||||
|
|
||||||
"@babel/helper-optimise-call-expression@^7.14.5":
|
"@babel/helper-optimise-call-expression@^7.14.5":
|
||||||
version "7.14.5"
|
version "7.14.5"
|
||||||
@@ -182,17 +182,17 @@
|
|||||||
"@babel/helper-wrap-function" "^7.14.5"
|
"@babel/helper-wrap-function" "^7.14.5"
|
||||||
"@babel/types" "^7.14.5"
|
"@babel/types" "^7.14.5"
|
||||||
|
|
||||||
"@babel/helper-replace-supers@^7.14.5":
|
"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.0":
|
||||||
version "7.14.5"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
|
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
|
||||||
integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==
|
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-member-expression-to-functions" "^7.14.5"
|
"@babel/helper-member-expression-to-functions" "^7.15.0"
|
||||||
"@babel/helper-optimise-call-expression" "^7.14.5"
|
"@babel/helper-optimise-call-expression" "^7.14.5"
|
||||||
"@babel/traverse" "^7.14.5"
|
"@babel/traverse" "^7.15.0"
|
||||||
"@babel/types" "^7.14.5"
|
"@babel/types" "^7.15.0"
|
||||||
|
|
||||||
"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8":
|
"@babel/helper-simple-access@^7.14.8":
|
||||||
version "7.14.8"
|
version "7.14.8"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
|
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
|
||||||
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
|
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
|
||||||
@@ -213,10 +213,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.14.5"
|
"@babel/types" "^7.14.5"
|
||||||
|
|
||||||
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8":
|
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
|
||||||
version "7.14.8"
|
version "7.14.9"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
|
||||||
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
|
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
|
||||||
|
|
||||||
"@babel/helper-validator-option@^7.14.5":
|
"@babel/helper-validator-option@^7.14.5":
|
||||||
version "7.14.5"
|
version "7.14.5"
|
||||||
@@ -251,10 +251,10 @@
|
|||||||
chalk "^2.0.0"
|
chalk "^2.0.0"
|
||||||
js-tokens "^4.0.0"
|
js-tokens "^4.0.0"
|
||||||
|
|
||||||
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8":
|
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0":
|
||||||
version "7.14.8"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
|
||||||
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
|
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
|
||||||
|
|
||||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
||||||
version "7.14.5"
|
version "7.14.5"
|
||||||
@@ -265,10 +265,10 @@
|
|||||||
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
||||||
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
||||||
|
|
||||||
"@babel/plugin-proposal-async-generator-functions@^7.14.7":
|
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
|
||||||
version "7.14.7"
|
version "7.14.9"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
|
||||||
integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==
|
integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.14.5"
|
"@babel/helper-plugin-utils" "^7.14.5"
|
||||||
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
||||||
@@ -521,10 +521,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.14.5"
|
"@babel/helper-plugin-utils" "^7.14.5"
|
||||||
|
|
||||||
"@babel/plugin-transform-classes@^7.14.5":
|
"@babel/plugin-transform-classes@^7.14.9":
|
||||||
version "7.14.5"
|
version "7.14.9"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz#0e98e82097b38550b03b483f9b51a78de0acb2cf"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
|
||||||
integrity sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA==
|
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-annotate-as-pure" "^7.14.5"
|
"@babel/helper-annotate-as-pure" "^7.14.5"
|
||||||
"@babel/helper-function-name" "^7.14.5"
|
"@babel/helper-function-name" "^7.14.5"
|
||||||
@@ -609,14 +609,14 @@
|
|||||||
"@babel/helper-plugin-utils" "^7.14.5"
|
"@babel/helper-plugin-utils" "^7.14.5"
|
||||||
babel-plugin-dynamic-import-node "^2.3.3"
|
babel-plugin-dynamic-import-node "^2.3.3"
|
||||||
|
|
||||||
"@babel/plugin-transform-modules-commonjs@^7.14.5":
|
"@babel/plugin-transform-modules-commonjs@^7.15.0":
|
||||||
version "7.14.5"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
|
||||||
integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==
|
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-transforms" "^7.14.5"
|
"@babel/helper-module-transforms" "^7.15.0"
|
||||||
"@babel/helper-plugin-utils" "^7.14.5"
|
"@babel/helper-plugin-utils" "^7.14.5"
|
||||||
"@babel/helper-simple-access" "^7.14.5"
|
"@babel/helper-simple-access" "^7.14.8"
|
||||||
babel-plugin-dynamic-import-node "^2.3.3"
|
babel-plugin-dynamic-import-node "^2.3.3"
|
||||||
|
|
||||||
"@babel/plugin-transform-modules-systemjs@^7.14.5":
|
"@babel/plugin-transform-modules-systemjs@^7.14.5":
|
||||||
@@ -638,10 +638,10 @@
|
|||||||
"@babel/helper-module-transforms" "^7.14.5"
|
"@babel/helper-module-transforms" "^7.14.5"
|
||||||
"@babel/helper-plugin-utils" "^7.14.5"
|
"@babel/helper-plugin-utils" "^7.14.5"
|
||||||
|
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7":
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
|
||||||
version "7.14.7"
|
version "7.14.9"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
|
||||||
integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==
|
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
||||||
|
|
||||||
@@ -689,9 +689,9 @@
|
|||||||
"@babel/helper-plugin-utils" "^7.14.5"
|
"@babel/helper-plugin-utils" "^7.14.5"
|
||||||
|
|
||||||
"@babel/plugin-transform-runtime@^7.14.5":
|
"@babel/plugin-transform-runtime@^7.14.5":
|
||||||
version "7.14.5"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz#30491dad49c6059f8f8fa5ee8896a0089e987523"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3"
|
||||||
integrity sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==
|
integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-imports" "^7.14.5"
|
"@babel/helper-module-imports" "^7.14.5"
|
||||||
"@babel/helper-plugin-utils" "^7.14.5"
|
"@babel/helper-plugin-utils" "^7.14.5"
|
||||||
@@ -752,16 +752,16 @@
|
|||||||
"@babel/helper-plugin-utils" "^7.14.5"
|
"@babel/helper-plugin-utils" "^7.14.5"
|
||||||
|
|
||||||
"@babel/preset-env@^7.14.5":
|
"@babel/preset-env@^7.14.5":
|
||||||
version "7.14.8"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
|
||||||
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
|
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/compat-data" "^7.14.7"
|
"@babel/compat-data" "^7.15.0"
|
||||||
"@babel/helper-compilation-targets" "^7.14.5"
|
"@babel/helper-compilation-targets" "^7.15.0"
|
||||||
"@babel/helper-plugin-utils" "^7.14.5"
|
"@babel/helper-plugin-utils" "^7.14.5"
|
||||||
"@babel/helper-validator-option" "^7.14.5"
|
"@babel/helper-validator-option" "^7.14.5"
|
||||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
|
||||||
"@babel/plugin-proposal-async-generator-functions" "^7.14.7"
|
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
|
||||||
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
||||||
"@babel/plugin-proposal-class-static-block" "^7.14.5"
|
"@babel/plugin-proposal-class-static-block" "^7.14.5"
|
||||||
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
||||||
@@ -794,7 +794,7 @@
|
|||||||
"@babel/plugin-transform-async-to-generator" "^7.14.5"
|
"@babel/plugin-transform-async-to-generator" "^7.14.5"
|
||||||
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
|
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
|
||||||
"@babel/plugin-transform-block-scoping" "^7.14.5"
|
"@babel/plugin-transform-block-scoping" "^7.14.5"
|
||||||
"@babel/plugin-transform-classes" "^7.14.5"
|
"@babel/plugin-transform-classes" "^7.14.9"
|
||||||
"@babel/plugin-transform-computed-properties" "^7.14.5"
|
"@babel/plugin-transform-computed-properties" "^7.14.5"
|
||||||
"@babel/plugin-transform-destructuring" "^7.14.7"
|
"@babel/plugin-transform-destructuring" "^7.14.7"
|
||||||
"@babel/plugin-transform-dotall-regex" "^7.14.5"
|
"@babel/plugin-transform-dotall-regex" "^7.14.5"
|
||||||
@@ -805,10 +805,10 @@
|
|||||||
"@babel/plugin-transform-literals" "^7.14.5"
|
"@babel/plugin-transform-literals" "^7.14.5"
|
||||||
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
||||||
"@babel/plugin-transform-modules-amd" "^7.14.5"
|
"@babel/plugin-transform-modules-amd" "^7.14.5"
|
||||||
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
|
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
|
||||||
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
|
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
|
||||||
"@babel/plugin-transform-modules-umd" "^7.14.5"
|
"@babel/plugin-transform-modules-umd" "^7.14.5"
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
|
||||||
"@babel/plugin-transform-new-target" "^7.14.5"
|
"@babel/plugin-transform-new-target" "^7.14.5"
|
||||||
"@babel/plugin-transform-object-super" "^7.14.5"
|
"@babel/plugin-transform-object-super" "^7.14.5"
|
||||||
"@babel/plugin-transform-parameters" "^7.14.5"
|
"@babel/plugin-transform-parameters" "^7.14.5"
|
||||||
@@ -823,11 +823,11 @@
|
|||||||
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
||||||
"@babel/plugin-transform-unicode-regex" "^7.14.5"
|
"@babel/plugin-transform-unicode-regex" "^7.14.5"
|
||||||
"@babel/preset-modules" "^0.1.4"
|
"@babel/preset-modules" "^0.1.4"
|
||||||
"@babel/types" "^7.14.8"
|
"@babel/types" "^7.15.0"
|
||||||
babel-plugin-polyfill-corejs2 "^0.2.2"
|
babel-plugin-polyfill-corejs2 "^0.2.2"
|
||||||
babel-plugin-polyfill-corejs3 "^0.2.2"
|
babel-plugin-polyfill-corejs3 "^0.2.2"
|
||||||
babel-plugin-polyfill-regenerator "^0.2.2"
|
babel-plugin-polyfill-regenerator "^0.2.2"
|
||||||
core-js-compat "^3.15.0"
|
core-js-compat "^3.16.0"
|
||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
|
|
||||||
"@babel/preset-modules@^0.1.4":
|
"@babel/preset-modules@^0.1.4":
|
||||||
@@ -857,27 +857,27 @@
|
|||||||
"@babel/parser" "^7.14.5"
|
"@babel/parser" "^7.14.5"
|
||||||
"@babel/types" "^7.14.5"
|
"@babel/types" "^7.14.5"
|
||||||
|
|
||||||
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8":
|
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0":
|
||||||
version "7.14.8"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
|
||||||
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
|
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.14.5"
|
"@babel/code-frame" "^7.14.5"
|
||||||
"@babel/generator" "^7.14.8"
|
"@babel/generator" "^7.15.0"
|
||||||
"@babel/helper-function-name" "^7.14.5"
|
"@babel/helper-function-name" "^7.14.5"
|
||||||
"@babel/helper-hoist-variables" "^7.14.5"
|
"@babel/helper-hoist-variables" "^7.14.5"
|
||||||
"@babel/helper-split-export-declaration" "^7.14.5"
|
"@babel/helper-split-export-declaration" "^7.14.5"
|
||||||
"@babel/parser" "^7.14.8"
|
"@babel/parser" "^7.15.0"
|
||||||
"@babel/types" "^7.14.8"
|
"@babel/types" "^7.15.0"
|
||||||
debug "^4.1.0"
|
debug "^4.1.0"
|
||||||
globals "^11.1.0"
|
globals "^11.1.0"
|
||||||
|
|
||||||
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
|
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
|
||||||
version "7.14.8"
|
version "7.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
|
||||||
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
|
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-validator-identifier" "^7.14.8"
|
"@babel/helper-validator-identifier" "^7.14.9"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@discoveryjs/json-ext@^0.5.0":
|
"@discoveryjs/json-ext@^0.5.0":
|
||||||
@@ -886,9 +886,9 @@
|
|||||||
integrity sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==
|
integrity sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==
|
||||||
|
|
||||||
"@fortawesome/fontawesome-free@^5.15.3":
|
"@fortawesome/fontawesome-free@^5.15.3":
|
||||||
version "5.15.3"
|
version "5.15.4"
|
||||||
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.3.tgz#c36ffa64a2a239bf948541a97b6ae8d729e09a9a"
|
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5"
|
||||||
integrity sha512-rFnSUN/QOtnOAgqFRooTA3H57JLDm0QEG/jPdk+tLQNL/eWd+Aok8g3qCI+Q1xuDPWpGW/i9JySpJVsq8Q0s9w==
|
integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==
|
||||||
|
|
||||||
"@lgaitan/pace-progress@^1.0.7":
|
"@lgaitan/pace-progress@^1.0.7":
|
||||||
version "1.0.7"
|
version "1.0.7"
|
||||||
@@ -1054,9 +1054,9 @@
|
|||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
|
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
|
||||||
version "7.0.8"
|
version "7.0.9"
|
||||||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
||||||
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
|
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
|
||||||
|
|
||||||
"@types/minimatch@*":
|
"@types/minimatch@*":
|
||||||
version "3.0.5"
|
version "3.0.5"
|
||||||
@@ -1064,9 +1064,9 @@
|
|||||||
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
|
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
|
||||||
|
|
||||||
"@types/node@*":
|
"@types/node@*":
|
||||||
version "16.4.7"
|
version "16.4.13"
|
||||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.7.tgz#f7afa78769d4b477f5092d7c3468e2e8653d779c"
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.13.tgz#7dfd9c14661edc65cccd43a29eb454174642370d"
|
||||||
integrity sha512-aDDY54sst8sx47CWT6QQqIZp45yURq4dic0+HCYfYNcY5Ejlb/CLmFnRLfy3wQuYafOeh3lB/DAKaqRKBtcZmA==
|
integrity sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg==
|
||||||
|
|
||||||
"@types/parse-json@^4.0.0":
|
"@types/parse-json@^4.0.0":
|
||||||
version "4.0.0"
|
version "4.0.0"
|
||||||
@@ -1255,6 +1255,11 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
|
|||||||
mime-types "~2.1.24"
|
mime-types "~2.1.24"
|
||||||
negotiator "0.6.2"
|
negotiator "0.6.2"
|
||||||
|
|
||||||
|
acorn-import-assertions@^1.7.6:
|
||||||
|
version "1.7.6"
|
||||||
|
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78"
|
||||||
|
integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==
|
||||||
|
|
||||||
acorn-node@^1.3.0:
|
acorn-node@^1.3.0:
|
||||||
version "1.8.2"
|
version "1.8.2"
|
||||||
resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
|
resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
|
||||||
@@ -1680,9 +1685,9 @@ bootstrap4-duallistbox@^4.0.2:
|
|||||||
integrity sha512-vQdANVE2NN0HMaZO9qWJy0C7u04uTpAmtUGO3KLq3xAZKCboJweQ437hDTszI6pbYV2olJCGZMbdhvIkBNGeGQ==
|
integrity sha512-vQdANVE2NN0HMaZO9qWJy0C7u04uTpAmtUGO3KLq3xAZKCboJweQ437hDTszI6pbYV2olJCGZMbdhvIkBNGeGQ==
|
||||||
|
|
||||||
bootstrap@>=4.0:
|
bootstrap@>=4.0:
|
||||||
version "5.0.2"
|
version "5.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.2.tgz#aff23d5e0e03c31255ad437530ee6556e78e728e"
|
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.0.tgz#543ef8f44f4b9af67b0230f19508542fec38ef55"
|
||||||
integrity sha512-1Ge963tyEQWJJ+8qtXFU6wgmAVj9gweEjibUdbmcCEYsn38tVwRk8107rk2vzt6cfQcRr3SlZ8aQBqaD8aqf+Q==
|
integrity sha512-bs74WNI9BgBo3cEovmdMHikSKoXnDgA6VQjJ7TyTotU6L7d41ZyCEEelPwkYEzsG/Zjv3ie9IE3EMAje0W9Xew==
|
||||||
|
|
||||||
"bootstrap@>=4.5.3 <5.0.0", bootstrap@^4.5.2, bootstrap@^4.6.0:
|
"bootstrap@>=4.5.3 <5.0.0", bootstrap@^4.5.2, bootstrap@^4.6.0:
|
||||||
version "4.6.0"
|
version "4.6.0"
|
||||||
@@ -1804,15 +1809,15 @@ browserify-zlib@^0.2.0:
|
|||||||
pako "~1.0.5"
|
pako "~1.0.5"
|
||||||
|
|
||||||
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.0, browserslist@^4.16.6:
|
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.0, browserslist@^4.16.6:
|
||||||
version "4.16.6"
|
version "4.16.7"
|
||||||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.7.tgz#108b0d1ef33c4af1b587c54f390e7041178e4335"
|
||||||
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
|
integrity sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA==
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite "^1.0.30001219"
|
caniuse-lite "^1.0.30001248"
|
||||||
colorette "^1.2.2"
|
colorette "^1.2.2"
|
||||||
electron-to-chromium "^1.3.723"
|
electron-to-chromium "^1.3.793"
|
||||||
escalade "^3.1.1"
|
escalade "^3.1.1"
|
||||||
node-releases "^1.1.71"
|
node-releases "^1.1.73"
|
||||||
|
|
||||||
bs-custom-file-input@^1.3.4:
|
bs-custom-file-input@^1.3.4:
|
||||||
version "1.3.4"
|
version "1.3.4"
|
||||||
@@ -1904,10 +1909,10 @@ caniuse-api@^3.0.0:
|
|||||||
lodash.memoize "^4.1.2"
|
lodash.memoize "^4.1.2"
|
||||||
lodash.uniq "^4.5.0"
|
lodash.uniq "^4.5.0"
|
||||||
|
|
||||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001219, caniuse-lite@^1.0.30001243:
|
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001243, caniuse-lite@^1.0.30001248:
|
||||||
version "1.0.30001248"
|
version "1.0.30001249"
|
||||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001248.tgz#26ab45e340f155ea5da2920dadb76a533cb8ebce"
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001249.tgz#90a330057f8ff75bfe97a94d047d5e14fabb2ee8"
|
||||||
integrity sha512-NwlQbJkxUFJ8nMErnGtT0QTM2TJ33xgz4KXJSMIrjXIbDVdaYueGyjOrLKRtJC+rTiWfi6j5cnZN1NBiSBJGNw==
|
integrity sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw==
|
||||||
|
|
||||||
chalk@^2.0.0, chalk@^2.4.2:
|
chalk@^2.0.0, chalk@^2.4.2:
|
||||||
version "2.4.2"
|
version "2.4.2"
|
||||||
@@ -1919,9 +1924,9 @@ chalk@^2.0.0, chalk@^2.4.2:
|
|||||||
supports-color "^5.3.0"
|
supports-color "^5.3.0"
|
||||||
|
|
||||||
chalk@^4.1.0, chalk@^4.1.1:
|
chalk@^4.1.0, chalk@^4.1.1:
|
||||||
version "4.1.1"
|
version "4.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
||||||
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
|
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-styles "^4.1.0"
|
ansi-styles "^4.1.0"
|
||||||
supports-color "^7.1.0"
|
supports-color "^7.1.0"
|
||||||
@@ -2000,9 +2005,9 @@ clean-css@^4.2.3:
|
|||||||
source-map "~0.6.0"
|
source-map "~0.6.0"
|
||||||
|
|
||||||
"clean-css@^4.2.3 || ^5.1.2":
|
"clean-css@^4.2.3 || ^5.1.2":
|
||||||
version "5.1.4"
|
version "5.1.5"
|
||||||
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.4.tgz#d191c98347f9fc36b301f99bb827898151175782"
|
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.5.tgz#3b0af240dcfc9a3779a08c2332df3ebd4474f232"
|
||||||
integrity sha512-e6JAuR0T2ahg7fOSv98Nxqh7mHWOac5TaCSgrr61h/6mkPLwlxX38hzob4h6IKj/UHlrrLXvAEjWqXlvi8r8lQ==
|
integrity sha512-9dr/cU/LjMpU57PXlSvDkVRh0rPxJBXiBtD0+SgYt8ahTCsXtfKjCkNYgIoTC6mBg8CFr5EKhW3DKCaGMUbUfQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
source-map "~0.6.0"
|
source-map "~0.6.0"
|
||||||
|
|
||||||
@@ -2079,9 +2084,9 @@ color-name@^1.0.0, color-name@~1.1.4:
|
|||||||
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
||||||
|
|
||||||
colord@^2.0.1:
|
colord@^2.0.1:
|
||||||
version "2.4.0"
|
version "2.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/colord/-/colord-2.4.0.tgz#21a7b969ded0f7131bbf38fc64fc038c3b592de5"
|
resolved "https://registry.yarnpkg.com/colord/-/colord-2.6.0.tgz#6cd716e1270cfff8d6f66e751768749650e209cd"
|
||||||
integrity sha512-2306/NeTDOykDwvFQK0ctnP+9I5KQdqVm+IJAM6MsAr4vvy1llAdJyax4YmZoqTxdJ/lvRBwR8MqyJi/tupBAw==
|
integrity sha512-8yMrtE20ZxH1YWvvSoeJFtvqY+GIAOfU+mZ3jx7ZSiEMasnAmNqD1BKUP3CuCWcy/XHgcXkLW6YU8C35nhOYVg==
|
||||||
|
|
||||||
colorette@^1.2.1, colorette@^1.2.2:
|
colorette@^1.2.1, colorette@^1.2.2:
|
||||||
version "1.2.2"
|
version "1.2.2"
|
||||||
@@ -2211,7 +2216,7 @@ cookie@0.4.0:
|
|||||||
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
|
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
|
||||||
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
|
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
|
||||||
|
|
||||||
core-js-compat@^3.14.0, core-js-compat@^3.15.0:
|
core-js-compat@^3.14.0, core-js-compat@^3.16.0:
|
||||||
version "3.16.0"
|
version "3.16.0"
|
||||||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
|
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
|
||||||
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
|
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
|
||||||
@@ -2307,10 +2312,10 @@ crypto-browserify@^3.11.0:
|
|||||||
randombytes "^2.0.0"
|
randombytes "^2.0.0"
|
||||||
randomfill "^1.0.3"
|
randomfill "^1.0.3"
|
||||||
|
|
||||||
crypto-js@^3.3.0:
|
crypto-js@^4.0.0:
|
||||||
version "3.3.0"
|
version "4.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3.0.tgz#846dd1cce2f68aacfa156c8578f926a609b7976b"
|
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf"
|
||||||
integrity sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==
|
integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==
|
||||||
|
|
||||||
css-color-names@^0.0.4:
|
css-color-names@^0.0.4:
|
||||||
version "0.0.4"
|
version "0.0.4"
|
||||||
@@ -2923,10 +2928,10 @@ ekko-lightbox@^5.3.0:
|
|||||||
resolved "https://registry.yarnpkg.com/ekko-lightbox/-/ekko-lightbox-5.3.0.tgz#fbfcd9df93a8d1cdbf8770adc8c05aaac4d24f56"
|
resolved "https://registry.yarnpkg.com/ekko-lightbox/-/ekko-lightbox-5.3.0.tgz#fbfcd9df93a8d1cdbf8770adc8c05aaac4d24f56"
|
||||||
integrity sha512-mbacwySuVD3Ad6F2hTkjSTvJt59bcVv2l/TmBerp4xZnLak8tPtA4AScUn4DL42c1ksTiAO6sGhJZ52P/1Qgew==
|
integrity sha512-mbacwySuVD3Ad6F2hTkjSTvJt59bcVv2l/TmBerp4xZnLak8tPtA4AScUn4DL42c1ksTiAO6sGhJZ52P/1Qgew==
|
||||||
|
|
||||||
electron-to-chromium@^1.3.723:
|
electron-to-chromium@^1.3.793:
|
||||||
version "1.3.791"
|
version "1.3.799"
|
||||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.791.tgz#e38f325ff22470bdcff34409d58c0baf9c2e3e93"
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.799.tgz#6e9911b25e7ecd5aa1e54dcb68f82a3e02d00f09"
|
||||||
integrity sha512-Tdx7w1fZpeWOOBluK+kXTAKCXyc79K65RB6Zp0+sPSZZhDjXlrxfGlXrlMGVVQUrKCyEZFQs1UBBLNz5IdbF0g==
|
integrity sha512-V2rbYWdGvSqrg+95KjkVuSi41bGfrhrOzjl1tSi2VLnm0mRe3FsSvhiqidSiSll9WiMhrQAhpDcW/wcqK3c+Yw==
|
||||||
|
|
||||||
elliptic@^6.5.3:
|
elliptic@^6.5.3:
|
||||||
version "6.5.4"
|
version "6.5.4"
|
||||||
@@ -3531,9 +3536,9 @@ globby@^11.0.1:
|
|||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
|
|
||||||
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
|
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
|
||||||
version "4.2.6"
|
version "4.2.8"
|
||||||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
|
||||||
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
|
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
|
||||||
|
|
||||||
growly@^1.3.0:
|
growly@^1.3.0:
|
||||||
version "1.3.0"
|
version "1.3.0"
|
||||||
@@ -3560,6 +3565,13 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
|
|||||||
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
|
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
|
||||||
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
|
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
|
||||||
|
|
||||||
|
has-tostringtag@^1.0.0:
|
||||||
|
version "1.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
|
||||||
|
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
|
||||||
|
dependencies:
|
||||||
|
has-symbols "^1.0.2"
|
||||||
|
|
||||||
has@^1.0.1, has@^1.0.3:
|
has@^1.0.1, has@^1.0.3:
|
||||||
version "1.0.3"
|
version "1.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
|
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
|
||||||
@@ -3913,11 +3925,12 @@ is-absolute-url@^3.0.3:
|
|||||||
integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==
|
integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==
|
||||||
|
|
||||||
is-arguments@^1.0.4:
|
is-arguments@^1.0.4:
|
||||||
version "1.1.0"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9"
|
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
|
||||||
integrity sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==
|
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
|
||||||
dependencies:
|
dependencies:
|
||||||
call-bind "^1.0.0"
|
call-bind "^1.0.2"
|
||||||
|
has-tostringtag "^1.0.0"
|
||||||
|
|
||||||
is-arrayish@^0.2.1:
|
is-arrayish@^0.2.1:
|
||||||
version "0.2.1"
|
version "0.2.1"
|
||||||
@@ -3956,9 +3969,11 @@ is-core-module@^2.2.0:
|
|||||||
has "^1.0.3"
|
has "^1.0.3"
|
||||||
|
|
||||||
is-date-object@^1.0.1:
|
is-date-object@^1.0.1:
|
||||||
version "1.0.4"
|
version "1.0.5"
|
||||||
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5"
|
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
|
||||||
integrity sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==
|
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
|
||||||
|
dependencies:
|
||||||
|
has-tostringtag "^1.0.0"
|
||||||
|
|
||||||
is-docker@^2.0.0:
|
is-docker@^2.0.0:
|
||||||
version "2.2.1"
|
version "2.2.1"
|
||||||
@@ -4017,12 +4032,12 @@ is-plain-object@^2.0.4:
|
|||||||
isobject "^3.0.1"
|
isobject "^3.0.1"
|
||||||
|
|
||||||
is-regex@^1.0.4:
|
is-regex@^1.0.4:
|
||||||
version "1.1.3"
|
version "1.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
|
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
|
||||||
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
|
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
|
||||||
dependencies:
|
dependencies:
|
||||||
call-bind "^1.0.2"
|
call-bind "^1.0.2"
|
||||||
has-symbols "^1.0.2"
|
has-tostringtag "^1.0.0"
|
||||||
|
|
||||||
is-resolvable@^1.1.0:
|
is-resolvable@^1.1.0:
|
||||||
version "1.1.0"
|
version "1.1.0"
|
||||||
@@ -4171,9 +4186,9 @@ jsonfile@^6.0.1:
|
|||||||
graceful-fs "^4.1.6"
|
graceful-fs "^4.1.6"
|
||||||
|
|
||||||
jszip@^3.6.0:
|
jszip@^3.6.0:
|
||||||
version "3.7.0"
|
version "3.7.1"
|
||||||
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.0.tgz#9b8b995a4e7c9024653ce743e902076a82fdf4e6"
|
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9"
|
||||||
integrity sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw==
|
integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==
|
||||||
dependencies:
|
dependencies:
|
||||||
lie "~3.3.0"
|
lie "~3.3.0"
|
||||||
pako "~1.0.2"
|
pako "~1.0.2"
|
||||||
@@ -4696,7 +4711,7 @@ node-notifier@^9.0.0:
|
|||||||
uuid "^8.3.0"
|
uuid "^8.3.0"
|
||||||
which "^2.0.2"
|
which "^2.0.2"
|
||||||
|
|
||||||
node-releases@^1.1.71:
|
node-releases@^1.1.73:
|
||||||
version "1.1.73"
|
version "1.1.73"
|
||||||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
|
||||||
integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
|
integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
|
||||||
@@ -5000,11 +5015,11 @@ pbkdf2@^3.0.3:
|
|||||||
sha.js "^2.4.8"
|
sha.js "^2.4.8"
|
||||||
|
|
||||||
pdfkit@>=0.8.1, pdfkit@^0.12.0:
|
pdfkit@>=0.8.1, pdfkit@^0.12.0:
|
||||||
version "0.12.1"
|
version "0.12.3"
|
||||||
resolved "https://registry.yarnpkg.com/pdfkit/-/pdfkit-0.12.1.tgz#0df246b46cffd3d8fb99b1ea33dc1854430a9199"
|
resolved "https://registry.yarnpkg.com/pdfkit/-/pdfkit-0.12.3.tgz#527da4a4bad9a6b456a6939037d63d5ff9306302"
|
||||||
integrity sha512-ruNLx49hVW3ePJziKjHtWdTHN1VZHLCUCcbui/vx4lYwFLEM1d8W0L7ObYPbN8EifK7s281ZMugCLgSbk+KRhg==
|
integrity sha512-+qDLgm2yq6WOKcxTb43lDeo3EtMIDQs0CK1RNqhHC9iT6u0KOmgwAClkYh9xFw2ATbmUZzt4f7KMwDCOfPDluA==
|
||||||
dependencies:
|
dependencies:
|
||||||
crypto-js "^3.3.0"
|
crypto-js "^4.0.0"
|
||||||
fontkit "^1.8.1"
|
fontkit "^1.8.1"
|
||||||
linebreak "^1.0.2"
|
linebreak "^1.0.2"
|
||||||
png-js "^1.0.0"
|
png-js "^1.0.0"
|
||||||
@@ -5713,9 +5728,9 @@ sass-loader@^12.0.0:
|
|||||||
neo-async "^2.6.2"
|
neo-async "^2.6.2"
|
||||||
|
|
||||||
sass@^1.37.0:
|
sass@^1.37.0:
|
||||||
version "1.37.0"
|
version "1.37.5"
|
||||||
resolved "https://registry.yarnpkg.com/sass/-/sass-1.37.0.tgz#f1b03a9d072ee9053a29d125c8130c78e92827c2"
|
resolved "https://registry.yarnpkg.com/sass/-/sass-1.37.5.tgz#f6838351f7cc814c4fcfe1d9a20e0cabbd1e7b3c"
|
||||||
integrity sha512-B+Tu6cSAG8ffs/cqsZl/bgSH2pCmavDaPTYAoW8QA1qNHh/RqndNfVKuABKYkLjUQ5aq/BnCENVpE80cqdSM1w==
|
integrity sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==
|
||||||
dependencies:
|
dependencies:
|
||||||
chokidar ">=3.0.0 <4.0.0"
|
chokidar ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
@@ -6494,9 +6509,9 @@ vue-i18n@^8.24.2:
|
|||||||
integrity sha512-ynhcL+PmTxuuSE1T10htiSXzjBozxYIE3ffbM1RfgAkVbr/v1SP+9Mi/7/uv8ZVV1yGuKjFAYp9BXq+X7op6MQ==
|
integrity sha512-ynhcL+PmTxuuSE1T10htiSXzjBozxYIE3ffbM1RfgAkVbr/v1SP+9Mi/7/uv8ZVV1yGuKjFAYp9BXq+X7op6MQ==
|
||||||
|
|
||||||
vue-loader@^15:
|
vue-loader@^15:
|
||||||
version "15.9.7"
|
version "15.9.8"
|
||||||
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.7.tgz#15b05775c3e0c38407679393c2ce6df673b01044"
|
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.8.tgz#4b0f602afaf66a996be1e534fb9609dc4ab10e61"
|
||||||
integrity sha512-qzlsbLV1HKEMf19IqCJqdNvFJRCI58WNbS6XbPqK13MrLz65es75w392MSQ5TsARAfIjUw+ATm3vlCXUJSOH9Q==
|
integrity sha512-GwSkxPrihfLR69/dSV3+5CdMQ0D+jXg8Ma1S4nQXKJAznYFX14vHdc/NetQc34Dw+rBbIJyP7JOuVb9Fhprvog==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/component-compiler-utils" "^3.1.0"
|
"@vue/component-compiler-utils" "^3.1.0"
|
||||||
hash-sum "^1.0.2"
|
hash-sum "^1.0.2"
|
||||||
@@ -6652,15 +6667,15 @@ webpack-sources@^1.1.0:
|
|||||||
source-list-map "^2.0.0"
|
source-list-map "^2.0.0"
|
||||||
source-map "~0.6.1"
|
source-map "~0.6.1"
|
||||||
|
|
||||||
webpack-sources@^3.1.1:
|
webpack-sources@^3.2.0:
|
||||||
version "3.1.1"
|
version "3.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.1.1.tgz#586d15bc9a9723765f6a735f672357d6402f9c57"
|
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
|
||||||
integrity sha512-ztUmIWq0LWaw+1YyR3bXtUPjt8vQedtI9WxGn/q1V1ASHsombnaso7MN9S25lzKS/OuC9Q8lEg3GsZexjDbdlQ==
|
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
|
||||||
|
|
||||||
webpack@^5.38.1, webpack@^5.40.0:
|
webpack@^5.38.1, webpack@^5.40.0:
|
||||||
version "5.47.1"
|
version "5.49.0"
|
||||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.47.1.tgz#20fb7d76f68912a2249a6dd7ff16faa178049ad2"
|
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.49.0.tgz#e250362b781a9fb614ba0a97ed67c66b9c5310cd"
|
||||||
integrity sha512-cW+Mzy9SCDapFV4OrkHuP6EFV2mAsiQd+gOa3PKtHNoKg6qPqQXZzBlHH+CnQG1osplBCqwsJZ8CfGO6XWah0g==
|
integrity sha512-XarsANVf28A7Q3KPxSnX80EkCcuOer5hTOEJWJNvbskOZ+EK3pobHarGHceyUZMxpsTHBHhlV7hiQyLZzGosYw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/eslint-scope" "^3.7.0"
|
"@types/eslint-scope" "^3.7.0"
|
||||||
"@types/estree" "^0.0.50"
|
"@types/estree" "^0.0.50"
|
||||||
@@ -6668,6 +6683,7 @@ webpack@^5.38.1, webpack@^5.40.0:
|
|||||||
"@webassemblyjs/wasm-edit" "1.11.1"
|
"@webassemblyjs/wasm-edit" "1.11.1"
|
||||||
"@webassemblyjs/wasm-parser" "1.11.1"
|
"@webassemblyjs/wasm-parser" "1.11.1"
|
||||||
acorn "^8.4.1"
|
acorn "^8.4.1"
|
||||||
|
acorn-import-assertions "^1.7.6"
|
||||||
browserslist "^4.14.5"
|
browserslist "^4.14.5"
|
||||||
chrome-trace-event "^1.0.2"
|
chrome-trace-event "^1.0.2"
|
||||||
enhanced-resolve "^5.8.0"
|
enhanced-resolve "^5.8.0"
|
||||||
@@ -6684,7 +6700,7 @@ webpack@^5.38.1, webpack@^5.40.0:
|
|||||||
tapable "^2.1.1"
|
tapable "^2.1.1"
|
||||||
terser-webpack-plugin "^5.1.3"
|
terser-webpack-plugin "^5.1.3"
|
||||||
watchpack "^2.2.0"
|
watchpack "^2.2.0"
|
||||||
webpack-sources "^3.1.1"
|
webpack-sources "^3.2.0"
|
||||||
|
|
||||||
webpackbar@^5.0.0-3:
|
webpackbar@^5.0.0-3:
|
||||||
version "5.0.0-3"
|
version "5.0.0-3"
|
||||||
@@ -6788,9 +6804,9 @@ yargs-parser@^20.2.2:
|
|||||||
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
|
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
|
||||||
|
|
||||||
yargs@^17.0.1:
|
yargs@^17.0.1:
|
||||||
version "17.0.1"
|
version "17.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb"
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.0.tgz#0cd9827a0572c9a1795361c4d1530e53ada168cf"
|
||||||
integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==
|
integrity sha512-SQr7qqmQ2sNijjJGHL4u7t8vyDZdZ3Ahkmo4sc1w5xI9TBX0QDdG/g4SFnxtWOsGLjwHQue57eFALfwFCnixgg==
|
||||||
dependencies:
|
dependencies:
|
||||||
cliui "^7.0.2"
|
cliui "^7.0.2"
|
||||||
escalade "^3.1.1"
|
escalade "^3.1.1"
|
||||||
|
|||||||
4
public/v2/css/app.css
vendored
4
public/v2/css/app.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -2,11 +2,11 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||||
<metadata>
|
<metadata>
|
||||||
Created by FontForge 20201107 at Tue Mar 16 10:15:04 2021
|
Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021
|
||||||
By Robert Madole
|
By Robert Madole
|
||||||
Copyright (c) Font Awesome
|
Copyright (c) Font Awesome
|
||||||
</metadata>
|
</metadata>
|
||||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><defs>
|
<!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><defs>
|
||||||
<font id="FontAwesome5Brands-Regular" horiz-adv-x="448" >
|
<font id="FontAwesome5Brands-Regular" horiz-adv-x="448" >
|
||||||
<font-face
|
<font-face
|
||||||
font-family="Font Awesome 5 Brands Regular"
|
font-family="Font Awesome 5 Brands Regular"
|
||||||
@@ -957,14 +957,6 @@ l19.2002 -19.2002l128 128l-128 128l-51.5 -51.5l77.1006 -76.5l-25.6006 -25.5996l-
|
|||||||
<glyph glyph-name="gg-circle" unicode="" horiz-adv-x="512"
|
<glyph glyph-name="gg-circle" unicode="" horiz-adv-x="512"
|
||||||
d="M257 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM207.5 65.2002l75 75.2002l-77.2002 77.1992l-24.3994 -24.3994l53.0996 -52.9004l-26.5996 -26.5996l-77.2002 77.2002l77.2002 77.1992l11.0996 -11.0996l24.2002 24.2002
|
d="M257 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM207.5 65.2002l75 75.2002l-77.2002 77.1992l-24.3994 -24.3994l53.0996 -52.9004l-26.5996 -26.5996l-77.2002 77.2002l77.2002 77.1992l11.0996 -11.0996l24.2002 24.2002
|
||||||
l-35.2002 35.3994l-125.7 -125.699zM306.5 67.4004l125.7 125.6l-125.7 125.7l-75 -75l77.2002 -77.2002l24.3994 24.4004l-53.0996 52.8994l26.5 26.5l77.2002 -77.2002l-77.2002 -77.1992l-11.0996 11.0996l-24.1006 -24.4004z" />
|
l-35.2002 35.3994l-125.7 -125.699zM306.5 67.4004l125.7 125.6l-125.7 125.7l-75 -75l77.2002 -77.2002l24.3994 24.4004l-53.0996 52.8994l26.5 26.5l77.2002 -77.2002l-77.2002 -77.1992l-11.0996 11.0996l-24.1006 -24.4004z" />
|
||||||
<glyph glyph-name="tripadvisor" unicode="" horiz-adv-x="576"
|
|
||||||
d="M528.91 269.18c28.8652 -26.2666 46.9404 -64.1113 46.9404 -106.176c0 -0.0615234 -0.000976562 -0.12207 -0.000976562 -0.183594h0.0302734c-0.00195312 -79.4414 -64.5479 -143.928 -143.989 -143.928c-37.7363 0 -72.0996 14.5527 -97.7803 38.3477
|
|
||||||
l-46.1104 -50.1699l-46.1396 50.1992c-25.6064 -23.4443 -59.8145 -37.7793 -97.2334 -37.7793c-79.4268 0 -143.911 64.4844 -143.911 143.911c0 41.8076 17.8662 79.4756 46.374 105.778l-47.0898 51.2402h104.66c52.2266 35.5498 115.938 56.3369 183.822 56.3369
|
|
||||||
s130.95 -20.7871 183.178 -56.3369h104.34zM144.06 65.4297c53.751 0 97.3906 43.6396 97.3906 97.3906s-43.6396 97.3896 -97.3906 97.3896s-97.3896 -43.6387 -97.3896 -97.3896s43.6387 -97.3906 97.3896 -97.3906zM288 165.63c0 64.0801 46.6104 119.07 108.08 142.59
|
|
||||||
c-33.2285 13.8467 -70.0527 21.4941 -108.272 21.4941c-38.2207 0 -74.6689 -7.64746 -107.897 -21.4941c61.4697 -23.5098 108.09 -78.5 108.09 -142.59zM431.88 65.4297c53.7568 0.00292969 97.4004 43.6475 97.4004 97.4053c0 53.7598 -43.6455 97.4053 -97.4053 97.4053
|
|
||||||
c-53.7588 0 -97.4053 -43.6455 -97.4053 -97.4053c0 -53.7578 43.6436 -97.4023 97.4004 -97.4053h0.00976562zM144.06 213.88c0.0175781 0 0.0332031 -0.000976562 0.0507812 -0.000976562c28.1299 0 50.9717 -22.8242 51 -50.9492v-0.109375
|
|
||||||
c0 -28.1807 -22.8799 -51.0605 -51.0605 -51.0605s-51.0596 22.8799 -51.0596 51.0605s22.8789 51.0596 51.0596 51.0596h0.00976562zM431.88 213.88c28.1807 0 51.0605 -22.8789 51.0605 -51.0596s-22.8799 -51.0605 -51.0605 -51.0605s-51.0596 22.8799 -51.0596 51.0605
|
|
||||||
s22.8789 51.0596 51.0596 51.0596z" />
|
|
||||||
<glyph glyph-name="odnoklassniki" unicode="" horiz-adv-x="320"
|
<glyph glyph-name="odnoklassniki" unicode="" horiz-adv-x="320"
|
||||||
d="M275.1 114c-27.3994 -17.4004 -65.0996 -24.2998 -90 -26.9004l20.9004 -20.5996l76.2998 -76.2998c27.9004 -28.6006 -17.5 -73.2998 -45.7002 -45.7002c-19.0996 19.4004 -47.0996 47.4004 -76.2998 76.5996l-76.2998 -76.5
|
d="M275.1 114c-27.3994 -17.4004 -65.0996 -24.2998 -90 -26.9004l20.9004 -20.5996l76.2998 -76.2998c27.9004 -28.6006 -17.5 -73.2998 -45.7002 -45.7002c-19.0996 19.4004 -47.0996 47.4004 -76.2998 76.5996l-76.2998 -76.5
|
||||||
c-28.2002 -27.5 -73.5996 17.6006 -45.4004 45.7002c19.4004 19.4004 47.1006 47.4004 76.3008 76.2998l20.5996 20.6006c-24.5996 2.59961 -62.9004 9.09961 -90.5996 26.8994c-32.6006 21 -46.9004 33.3008 -34.3008 59c7.40039 14.6006 27.7002 26.9004 54.6006 5.7002
|
c-28.2002 -27.5 -73.5996 17.6006 -45.4004 45.7002c19.4004 19.4004 47.1006 47.4004 76.3008 76.2998l20.5996 20.6006c-24.5996 2.59961 -62.9004 9.09961 -90.5996 26.8994c-32.6006 21 -46.9004 33.3008 -34.3008 59c7.40039 14.6006 27.7002 26.9004 54.6006 5.7002
|
||||||
@@ -1241,11 +1233,10 @@ d="M256 440c136.9 0 248 -111.1 248 -248s-111.1 -248 -248 -248s-248 111.1 -248 24
|
|||||||
h-116.9v-42.6006h70.1006c-5.2002 -34.2002 -37.5 -53.2998 -70.1006 -53.2998c-43 0 -77.2002 35.5 -77.2002 78.0996c0 42.6006 34.3008 78.1006 77.2002 78.1006c18.1006 0 36.2002 -6.2002 49.4004 -19.1006l33.5996 32.6006
|
h-116.9v-42.6006h70.1006c-5.2002 -34.2002 -37.5 -53.2998 -70.1006 -53.2998c-43 0 -77.2002 35.5 -77.2002 78.0996c0 42.6006 34.3008 78.1006 77.2002 78.1006c18.1006 0 36.2002 -6.2002 49.4004 -19.1006l33.5996 32.6006
|
||||||
c-22.8994 21.2998 -51.7002 32.2998 -83 32.2998c-68.4375 0 -124 -55.5625 -124 -124s55.5625 -124 124 -124zM415.5 174.2h35.2002v35.5h-35.2002v35.5h-35.5v-35.5h-35.5v-35.5h35.5v-35.5h35.5v35.5z" />
|
c-22.8994 21.2998 -51.7002 32.2998 -83 32.2998c-68.4375 0 -124 -55.5625 -124 -124s55.5625 -124 124 -124zM415.5 174.2h35.2002v35.5h-35.2002v35.5h-35.5v-35.5h-35.5v-35.5h35.5v-35.5h35.5v35.5z" />
|
||||||
<glyph glyph-name="font-awesome" unicode=""
|
<glyph glyph-name="font-awesome" unicode=""
|
||||||
d="M397.8 416c27.5 0 50.2002 -22.7002 50.2002 -50.2002v-347.6c0 -27.5 -22.7002 -50.2002 -50.2002 -50.2002h-347.6c-27.5 0 -50.2002 22.7002 -50.2002 50.2002v347.6c0 27.5 22.7002 50.2002 50.2002 50.2002h347.6zM352.4 131.7h0.0996094v140.3
|
d="M400 416c26.4922 0 48 -21.5078 48 -48v-352c0 -26.4922 -21.5078 -48 -48 -48h-352c-26.4922 0 -48 21.5078 -48 48v352c0 26.4922 21.5078 48 48 48h352zM336 136v160c-31.5996 -11.2002 -41.2002 -16 -59.7998 -16c-31.4004 0 -43.4004 16 -74.6006 16
|
||||||
c0 4.2002 -4.2002 7.7998 -9 7.7998c-6 0 -31.0996 -16.0996 -53.7998 -16.0996c-4.7002 0 -8.90039 0.599609 -13.1006 2.39941c-20.2998 7.7002 -38.1992 13.7002 -60.8994 13.7002c-20.9004 0 -43 -6.5 -61.5 -14.2998
|
c-25.3994 0 -37.3994 -10.4004 -57.5996 -14.4004v6.40039c0 8.83105 -7.16895 16 -16 16s-16 -7.16895 -16 -16v-192c0 -8.83105 7.16895 -16 16 -16s16 7.16895 16 16v153.6c20.2002 4 32.2002 14.4004 57.5996 14.4004c31.4004 0 43.2002 -16 74.6006 -16
|
||||||
c-1.7998 -1.2002 -3.60059 -1.7998 -5.40039 -2.40039v18.5c8.2998 6 13.1006 15.5 13.1006 26.3008c0 18.5996 -15 33.5 -33.5 33.5c-18.6006 0 -33.5 -15 -33.5 -33.5c0 -10.8008 5.2998 -20.3008 13.0996 -26.3008v-218.6c0 -11.2998 9 -20.2998 20.2998 -20.2998
|
c10.2002 0 17.7998 1.40039 27.7998 4.59961v-96c-10 -3.19922 -17.5996 -4.59961 -27.7998 -4.59961c-31.4004 0 -43.4004 16 -74.6006 16c-8.91309 -0.0322266 -17.5195 -1.44336 -25.5996 -4v-32c7.86035 2.58398 16.2559 4.00195 24.9756 4.00195
|
||||||
c8.90039 0 16.7002 5.89941 19.1006 14.2998v1.2002c0.599609 1.2002 0.599609 3 0.599609 4.7998v45.4004c1.2002 0.599609 2.40039 0.599609 3.59961 1.19922c19.7002 8.90039 44.2002 17.3008 67.5 17.3008c32.3008 0 44.8008 -16.7002 71.7002 -16.7002
|
c0.208008 0 0.416016 0 0.624023 -0.00195312c31.4004 0 43.2002 -16 74.6006 -16c18.5996 0 28.2002 4.7998 59.7998 16z" />
|
||||||
c19.2002 0 37.1006 6.5 53.7998 13.7002c4.2002 1.7998 7.80078 3.59961 7.80078 7.7998z" />
|
|
||||||
<glyph glyph-name="linode" unicode=""
|
<glyph glyph-name="linode" unicode=""
|
||||||
d="M437.4 221.7c0.599609 -2 -8.80078 -66.2998 -9.7002 -72.7998c0 -0.900391 -0.5 -1.7002 -1.10059 -2l-54.5996 -43.7002c-1.09961 -0.900391 -2.59961 -0.900391 -3.7002 0l-20.2998 14l-2.2998 -33.4004c0 -0.899414 -0.200195 -1.7002 -1.10059 -2.2998
|
d="M437.4 221.7c0.599609 -2 -8.80078 -66.2998 -9.7002 -72.7998c0 -0.900391 -0.5 -1.7002 -1.10059 -2l-54.5996 -43.7002c-1.09961 -0.900391 -2.59961 -0.900391 -3.7002 0l-20.2998 14l-2.2998 -33.4004c0 -0.899414 -0.200195 -1.7002 -1.10059 -2.2998
|
||||||
l-66.8994 -53.4004c-1.10059 -0.899414 -2.90039 -0.899414 -4 0l-28 23.7002l2 -46c0 -0.899414 -0.200195 -1.7002 -1.10059 -2.2998l-83.6992 -66.9004c-0.600586 -0.299805 -1.10059 -0.599609 -1.7002 -0.599609c-0.900391 0.299805 -1.7002 0.299805 -2.2998 0.900391
|
l-66.8994 -53.4004c-1.10059 -0.899414 -2.90039 -0.899414 -4 0l-28 23.7002l2 -46c0 -0.899414 -0.200195 -1.7002 -1.10059 -2.2998l-83.6992 -66.9004c-0.600586 -0.299805 -1.10059 -0.599609 -1.7002 -0.599609c-0.900391 0.299805 -1.7002 0.299805 -2.2998 0.900391
|
||||||
@@ -1340,12 +1331,11 @@ c5.7002 -3.09961 6.90039 -9.40039 6 -15.0996c-1.09961 -9.7002 -28 -70.9004 -28.8
|
|||||||
c3.10059 0 8.30078 -0.900391 7.10059 -10.9004c-1.40039 -9.39941 -35.1006 -72.2998 -38.9004 -87.6992c-4.59961 -20.6006 6.60059 -41.4004 24.9004 -50.6006c11.3994 -5.7002 62.5 -15.7002 58.5 11.1006zM376.4 3.09961c10.5996 7.5 24.8994 4.60059 32.2998 -6
|
c3.10059 0 8.30078 -0.900391 7.10059 -10.9004c-1.40039 -9.39941 -35.1006 -72.2998 -38.9004 -87.6992c-4.59961 -20.6006 6.60059 -41.4004 24.9004 -50.6006c11.3994 -5.7002 62.5 -15.7002 58.5 11.1006zM376.4 3.09961c10.5996 7.5 24.8994 4.60059 32.2998 -6
|
||||||
c7.09961 -10.5996 4.59961 -25.1992 -6 -32.5996c-10.6006 -7.09961 -24.9004 -4.59961 -32 6c-7.2002 10.5996 -4.60059 25.2002 5.7002 32.5996z" />
|
c7.09961 -10.5996 4.59961 -25.1992 -6 -32.5996c-10.6006 -7.09961 -24.9004 -4.59961 -32 6c-7.2002 10.5996 -4.60059 25.2002 5.7002 32.5996z" />
|
||||||
<glyph glyph-name="font-awesome-alt" unicode=""
|
<glyph glyph-name="font-awesome-alt" unicode=""
|
||||||
d="M339.3 276.8c5.40039 0 9.5 -3 7.7002 -7.09961v-134.4c0 -4.2002 -3 -6 -7.2002 -7.7998c-15.5996 -7.09961 -33.5 -13.7002 -52 -13.7002c-26.2998 0 -38.2002 16.1006 -69.2998 16.1006c-22.7002 0 -46 -8.30078 -65.7002 -16.7002
|
d="M400 416c26.4922 0 48 -21.5078 48 -48v-352c0 -26.4922 -21.5078 -48 -48 -48h-352c-26.4922 0 -48 21.5078 -48 48v352c0 26.4922 21.5078 48 48 48h352zM416 16v352c0 8.83105 -7.16895 16 -16 16h-352c-8.83105 0 -16 -7.16895 -16 -16v-352
|
||||||
c-0.599609 -0.600586 -1.7998 -1.2002 -3 -1.2002v-44.2002c0 -1.7998 0 -3 -0.599609 -4.7998v-1.2998c-2.40039 -7.7002 -9.5 -13.7002 -18.5 -13.7002c-10.7002 0 -19.7002 8.90039 -19.7002 19.7002v212.1c-7.7002 6 -12.5 15.5 -12.5 25.7002
|
c0 -8.83105 7.16895 -16 16 -16h352c8.83105 0 16 7.16895 16 16zM201.6 296c31.2002 0 43.2002 -16 74.6006 -16c18.5996 0 28.2002 4.7998 59.7998 16v-160c-31.5996 -11.2002 -41.2002 -16 -59.7998 -16c-31.4004 0 -43.2002 16 -74.6006 16
|
||||||
c0 18 14.2998 32.2998 32.2998 32.2998s32.2998 -14.3994 32.2998 -32.2998c0 -10.7998 -4.69922 -19.7002 -12.5 -25.7002v-17.8994c1.2002 0.599609 3 1.19922 4.80078 1.7998c17.8994 7.09961 39.3994 13.7002 59.6992 13.7002
|
c-0.208008 0.00195312 -0.415039 -0.0175781 -0.623047 -0.0175781c-8.7207 0 -17.1162 -1.39844 -24.9766 -3.98242v32c8.08008 2.55664 16.6865 3.96777 25.5996 4c31.2002 0 43.2002 -16 74.6006 -16c10.2002 0 17.7998 1.40039 27.7998 4.59961v96
|
||||||
c22.1006 0 39.4004 -5.90039 59.1006 -13.7002c4.09961 -1.7998 8.2998 -2.40039 12.5 -2.40039c22.7002 0 46.5996 15.5 52.5996 15.5zM397.8 416c27.5 0 50.2002 -22.7002 50.2002 -50.2002v-347.6c0 -27.5 -22.7002 -50.2002 -50.2002 -50.2002h-347.6
|
c-10 -3.19922 -17.5996 -4.59961 -27.7998 -4.59961c-31.4004 0 -43.2002 16 -74.6006 16c-25.3994 0 -37.3994 -10.4004 -57.5996 -14.4004v-153.6c0 -8.83105 -7.16895 -16 -16 -16s-16 7.16895 -16 16v192c0 8.83105 7.16895 16 16 16s16 -7.16895 16 -16v-6.40039
|
||||||
c-27.5 0 -50.2002 22.7002 -50.2002 50.2002v347.6c0 27.5 22.7002 50.2002 50.2002 50.2002h347.6zM412.1 18.2998v347.601c0 7.69922 -6.5 14.2998 -14.2998 14.2998v-0.100586h-347.6c-7.7002 0 -14.2998 -6.5 -14.2998 -14.2998v-347.5
|
c20.2002 4 32.2002 14.4004 57.5996 14.4004z" />
|
||||||
c0 -7.7002 6.5 -14.2998 14.2998 -14.2998h347.6c7.7002 0 14.2998 6.5 14.2998 14.2998z" />
|
|
||||||
<glyph glyph-name="accessible-icon" unicode=""
|
<glyph glyph-name="accessible-icon" unicode=""
|
||||||
d="M423.9 192.2l-12.9004 -157.3c-3.2998 -40.7002 -63.9004 -35.1006 -60.5996 4.89941l10 122.5l-41.1006 -2.2998c10.1006 -20.7002 15.7998 -43.9004 15.7998 -68.5c0 -41.2002 -16.0996 -78.7002 -42.2998 -106.5l-39.2998 39.2998
|
d="M423.9 192.2l-12.9004 -157.3c-3.2998 -40.7002 -63.9004 -35.1006 -60.5996 4.89941l10 122.5l-41.1006 -2.2998c10.1006 -20.7002 15.7998 -43.9004 15.7998 -68.5c0 -41.2002 -16.0996 -78.7002 -42.2998 -106.5l-39.2998 39.2998
|
||||||
c57.9004 63.7002 13.0996 167.2 -74 167.2c-25.9004 0 -49.5 -9.90039 -67.2002 -26l-39.2998 39.2998c22 20.7002 50.0996 35.1006 81.4004 40.2002l75.2998 85.7002l-42.6006 24.7998l-51.5996 -46c-30 -26.7998 -70.5996 18.5 -40.5 45.4004l68 60.6992
|
c57.9004 63.7002 13.0996 167.2 -74 167.2c-25.9004 0 -49.5 -9.90039 -67.2002 -26l-39.2998 39.2998c22 20.7002 50.0996 35.1006 81.4004 40.2002l75.2998 85.7002l-42.6006 24.7998l-51.5996 -46c-30 -26.7998 -70.5996 18.5 -40.5 45.4004l68 60.6992
|
||||||
@@ -1590,14 +1580,18 @@ c13.2998 45.5 -42.2002 71.7002 -64 29.2998z" />
|
|||||||
d="M87 -33.7998v73.5996h73.7002v-73.5996h-73.7002zM25.4004 101.4h61.5996v-61.6006h-61.5996v61.6006zM491.6 271.1c53.2002 -170.3 -73 -327.1 -235.6 -327.1v95.7998h0.299805v0.299805c101.7 0.200195 180.5 101 141.4 208
|
d="M87 -33.7998v73.5996h73.7002v-73.5996h-73.7002zM25.4004 101.4h61.5996v-61.6006h-61.5996v61.6006zM491.6 271.1c53.2002 -170.3 -73 -327.1 -235.6 -327.1v95.7998h0.299805v0.299805c101.7 0.200195 180.5 101 141.4 208
|
||||||
c-14.2998 39.6006 -46.1006 71.4004 -85.7998 85.7002c-107.101 38.7998 -208.101 -39.8994 -208.101 -141.7h-95.7998c0 162.2 156.9 288.7 327 235.601c74.2002 -23.2998 133.6 -82.4004 156.6 -156.601zM256.3 40.0996h-0.299805v-0.299805h-95.2998v95.6006h95.5996
|
c-14.2998 39.6006 -46.1006 71.4004 -85.7998 85.7002c-107.101 38.7998 -208.101 -39.8994 -208.101 -141.7h-95.7998c0 162.2 156.9 288.7 327 235.601c74.2002 -23.2998 133.6 -82.4004 156.6 -156.601zM256.3 40.0996h-0.299805v-0.299805h-95.2998v95.6006h95.5996
|
||||||
v-95.3008z" />
|
v-95.3008z" />
|
||||||
<glyph glyph-name="discord" unicode=""
|
<glyph glyph-name="discord" unicode="" horiz-adv-x="640"
|
||||||
d="M297.216 204.8c0 -15.6162 -11.5195 -28.416 -26.1123 -28.416c-14.3359 0 -26.1113 12.7998 -26.1113 28.416s11.5195 28.416 26.1113 28.416c14.5928 0 26.1123 -12.7998 26.1123 -28.416zM177.664 233.216c14.5918 0 26.3682 -12.7998 26.1123 -28.416
|
d="M524.531 378.164c66.4014 -97.6289 99.1973 -207.758 86.9336 -334.541c-0.0498047 -0.554688 -0.338867 -1.04102 -0.764648 -1.35156c-43.8203 -32.4541 -93.7129 -57.8623 -147.062 -74.1865c-0.171875 -0.0527344 -0.354492 -0.0830078 -0.543945 -0.0830078
|
||||||
c0 -15.6162 -11.5205 -28.416 -26.1123 -28.416c-14.3359 0 -26.1123 12.7998 -26.1123 28.416s11.5205 28.416 26.1123 28.416zM448 395.264v-459.264c-64.4941 56.9941 -43.8682 38.1279 -118.784 107.776l13.5684 -47.3604h-290.304
|
c-0.625977 0 -1.18066 0.308594 -1.51855 0.783203c-11.1562 15.4766 -21.1797 31.7598 -30.0146 48.8145c-0.131836 0.256836 -0.208984 0.549805 -0.208984 0.858398c0 0.799805 0.50293 1.48438 1.20898 1.75293c15.916 5.9834 31.3828 13.3604 45.8906 21.8301
|
||||||
c-28.9287 0 -52.4805 23.5518 -52.4805 52.7363v346.111c0 29.1846 23.5518 52.7363 52.4805 52.7363h343.039c28.9287 0 52.4805 -23.5518 52.4805 -52.7363zM375.04 152.576c0 82.4316 -36.8643 149.248 -36.8643 149.248
|
c0.550781 0.329102 0.918945 0.928711 0.918945 1.61621c0 0.617188 -0.297852 1.16602 -0.756836 1.50977c-3.10547 2.30859 -6.18848 4.73438 -9.13184 7.16016c-0.3125 0.254883 -0.713867 0.407227 -1.14844 0.407227
|
||||||
c-36.8643 27.6475 -71.9355 26.8799 -71.9355 26.8799l-3.58398 -4.0957c43.5195 -13.3125 63.7441 -32.5127 63.7441 -32.5127c-60.8115 33.3291 -132.244 33.335 -191.232 7.42383c-9.47168 -4.35156 -15.1035 -7.42383 -15.1035 -7.42383
|
c-0.277344 0 -0.541016 -0.0625 -0.776367 -0.174805c-95.0898 -43.917 -199.271 -43.917 -295.5 0c-0.226562 0.101562 -0.480469 0.15918 -0.744141 0.15918c-0.438477 0 -0.84082 -0.15625 -1.15527 -0.415039c-2.94336 -2.42578 -6.02734 -4.82812 -9.10938 -7.13672
|
||||||
s21.2471 20.2246 67.3271 33.5361l-2.55957 3.07227s-35.0723 0.767578 -71.9355 -26.8799c0 0 -36.8643 -66.8164 -36.8643 -149.248c0 0 21.5039 -37.1201 78.0801 -38.9121c0 0 9.47168 11.5195 17.1514 21.248c-32.5117 9.72754 -44.7998 30.208 -44.7998 30.208
|
c-0.453125 -0.344727 -0.74707 -0.886719 -0.74707 -1.5c0 -0.692383 0.375 -1.29883 0.932617 -1.62598c14.5459 -8.40234 30 -15.7812 45.8672 -21.8525c0.712891 -0.261719 1.21973 -0.946289 1.21973 -1.74902c0 -0.301758 -0.0722656 -0.586914 -0.200195 -0.839844
|
||||||
c3.7666 -2.63574 9.97656 -6.05273 10.4961 -6.40039c43.21 -24.1973 104.588 -32.126 159.744 -8.95996c8.95996 3.32812 18.9443 8.19238 29.4395 15.1045c0 0 -12.7998 -20.9922 -46.3359 -30.4639c7.68066 -9.72852 16.8965 -20.7363 16.8965 -20.7363
|
c-8.69238 -17.1572 -18.7334 -33.4609 -30.0371 -48.8418c-0.34668 -0.459961 -0.896484 -0.755859 -1.5166 -0.755859c-0.19043 0 -0.373047 0.0283203 -0.546875 0.0800781c-53.25 16.3789 -103.055 41.7812 -146.824 74.1895
|
||||||
c56.5762 1.79199 78.3359 38.9121 78.3359 38.9121z" />
|
c-0.419922 0.327148 -0.706055 0.817383 -0.765625 1.375c-10.2441 109.663 10.6387 220.702 86.8672 334.54c0.185547 0.300781 0.459961 0.537109 0.788086 0.676758c37.3066 17.1338 78.0146 29.9219 119.688 37.1064
|
||||||
|
c0.0957031 0.015625 0.191406 0.0253906 0.292969 0.0253906c0.694336 0 1.30176 -0.375977 1.63086 -0.935547c5.56348 -9.8418 10.6553 -20.126 15.1348 -30.5996c22.0664 3.34961 43.7744 5.08691 66.7705 5.08691c22.9951 0 45.5889 -1.7373 67.6553 -5.08691
|
||||||
|
c4.44727 10.4414 9.46191 20.7285 14.9004 30.5996c0.308594 0.5625 0.90332 0.941406 1.58887 0.941406c0.114258 0 0.225586 -0.0107422 0.333984 -0.03125c41.666 -7.19922 82.373 -19.9863 119.686 -37.1055c0.331055 -0.135742 0.601562 -0.384766 0.764648 -0.700195z
|
||||||
|
M222.491 110.42c29.4326 0 52.8428 26.5869 52.8428 59.2412c0.462891 32.4189 -23.1777 59.2393 -52.8428 59.2393c-29.4355 0 -52.8438 -26.5898 -52.8438 -59.2412c0 -32.6523 23.8711 -59.2393 52.8438 -59.2393zM417.871 110.42
|
||||||
|
c29.667 0 52.8438 26.5869 52.8438 59.2412c0.462891 32.4189 -23.1768 59.2393 -52.8438 59.2393c-29.4346 0 -52.8428 -26.5898 -52.8428 -59.2412c0 -32.6523 23.8721 -59.2393 52.8428 -59.2393z" />
|
||||||
<glyph glyph-name="discourse" unicode=""
|
<glyph glyph-name="discourse" unicode=""
|
||||||
d="M225.9 416c122.699 0 222.1 -102.3 222.1 -223.9c0 -121.6 -99.4004 -223.899 -222.1 -223.899l-225.801 -0.200195s-0.0996094 224 -0.0996094 227.9c0 121.6 103.3 220.1 225.9 220.1zM224 64c70.7002 0 128 57.2998 128 128s-57.2998 128 -128 128
|
d="M225.9 416c122.699 0 222.1 -102.3 222.1 -223.9c0 -121.6 -99.4004 -223.899 -222.1 -223.899l-225.801 -0.200195s-0.0996094 224 -0.0996094 227.9c0 121.6 103.3 220.1 225.9 220.1zM224 64c70.7002 0 128 57.2998 128 128s-57.2998 128 -128 128
|
||||||
s-128 -57.2998 -128 -128c0 -22.0996 5.59961 -42.9004 15.4004 -61l-22.9004 -75l81.0996 20.0996c16.5 -7.7998 35 -12.0996 54.4004 -12.0996z" />
|
s-128 -57.2998 -128 -128c0 -22.0996 5.59961 -42.9004 15.4004 -61l-22.9004 -75l81.0996 20.0996c16.5 -7.7998 35 -12.0996 54.4004 -12.0996z" />
|
||||||
@@ -2461,10 +2455,11 @@ c13.7002 9.39941 16.4004 24.3994 9.10059 31.3994c-7.2002 6.90039 -28.2002 -7 -29
|
|||||||
c12.5996 33.0996 -3.59961 45.5 -3.59961 45.5s-23.4004 12.9004 -33.3008 -20.2002c-9.89941 -33.0996 -6.39941 -44.8994 -6.39941 -44.8994s30.7002 -13.4004 43.2998 19.5996zM442.1 188.1c0 0 15.7002 -1.09961 26.4004 14.2002s1.2998 25.5 1.2998 25.5
|
c12.5996 33.0996 -3.59961 45.5 -3.59961 45.5s-23.4004 12.9004 -33.3008 -20.2002c-9.89941 -33.0996 -6.39941 -44.8994 -6.39941 -44.8994s30.7002 -13.4004 43.2998 19.5996zM442.1 188.1c0 0 15.7002 -1.09961 26.4004 14.2002s1.2998 25.5 1.2998 25.5
|
||||||
s-8.59961 11.1006 -19.5996 -9.09961c-11.1006 -20.1006 -8.10059 -30.6006 -8.10059 -30.6006z" />
|
s-8.59961 11.1006 -19.5996 -9.09961c-11.1006 -20.1006 -8.10059 -30.6006 -8.10059 -30.6006z" />
|
||||||
<glyph glyph-name="font-awesome-flag" unicode=""
|
<glyph glyph-name="font-awesome-flag" unicode=""
|
||||||
d="M444.373 88.5762c0 -7.16797 -6.14453 -10.2402 -13.3125 -13.3125c-28.6719 -12.2881 -59.3916 -23.5518 -92.1592 -23.5518c-46.0801 0 -67.584 28.6719 -122.88 28.6719c-39.9365 0 -81.9209 -14.3359 -115.713 -29.6953
|
d="M448 400v-336c-63 -23 -82 -32 -119 -32c-63 0 -87 32 -150 32c-20 0 -36 -4 -51 -8v64c15 4 31 8 51 8c63 0 87 -32 150 -32c20 0 35 3 55 9v208c-20 -6 -35 -9 -55 -9c-63 0 -87 32 -150 32c-51 0 -75 -21 -115 -29v-307
|
||||||
c-2.04785 -1.02441 -4.0957 -1.02441 -6.14355 -2.04883v-77.8232c0 -21.4053 -16.1221 -34.8164 -33.792 -34.8164c-19.4561 0 -34.8164 15.3604 -34.8164 34.8164v374.783c-13.3115 10.2402 -22.5273 26.624 -22.5273 45.0566c0 31.7441 25.5996 57.3438 57.3438 57.3438
|
c0.00195312 -0.136719 0.00292969 -0.273438 0.00292969 -0.410156c0 -17.4404 -14.1602 -31.5996 -31.6006 -31.5996c-0.136719 0 -0.265625 0.0078125 -0.402344 0.00976562c-0.136719 -0.00195312 -0.273438 -0.00292969 -0.410156 -0.00292969
|
||||||
s57.3438 -25.5996 57.3438 -57.3438c0 -18.4326 -8.19141 -34.8164 -22.5273 -45.0566v-31.7432c4.12402 1.37402 58.7676 28.6719 114.688 28.6719c65.2705 0 97.6758 -27.6484 126.976 -27.6484c38.9121 0 81.9209 27.6484 92.1602 27.6484
|
c-17.4404 0 -31.5996 14.1602 -31.5996 31.6006c0 0.136719 0.0078125 0.265625 0.00976562 0.402344v384c-0.00195312 0.136719 -0.00292969 0.273438 -0.00292969 0.410156c0 17.4404 14.1602 31.5996 31.6006 31.5996
|
||||||
c8.19238 0 15.3604 -6.14453 15.3604 -13.3125v-240.64z" />
|
c0.136719 0 0.265625 -0.0078125 0.402344 -0.00976562c0.136719 0.00195312 0.273438 0.00292969 0.410156 0.00292969c17.4404 0 31.5996 -14.1602 31.5996 -31.6006c0 -0.136719 -0.0078125 -0.265625 -0.00976562 -0.402344v-13c40 8 64 29 115 29c63 0 87 -32 150 -32
|
||||||
|
c37 0 56 9 119 32z" />
|
||||||
<glyph glyph-name="gitter" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="gitter" unicode="" horiz-adv-x="384"
|
||||||
d="M66.4004 125.5h-50.4004v322.5h50.4004v-322.5zM166.9 371.9v-435.9h-50.4004v435.9h50.4004zM267.5 371.9v-435.9h-50.4004v435.9h50.4004zM368 372v-247h-50.4004v247h50.4004z" />
|
d="M66.4004 125.5h-50.4004v322.5h50.4004v-322.5zM166.9 371.9v-435.9h-50.4004v435.9h50.4004zM267.5 371.9v-435.9h-50.4004v435.9h50.4004zM368 372v-247h-50.4004v247h50.4004z" />
|
||||||
<glyph glyph-name="hooli" unicode="" horiz-adv-x="640"
|
<glyph glyph-name="hooli" unicode="" horiz-adv-x="640"
|
||||||
@@ -3425,9 +3420,13 @@ M353.9 173.3c3.55273 2.83594 6.87891 5.7998 10.0996 9l-34.9004 35c-3.18457 -3.22
|
|||||||
c2.53027 3.79688 4.77832 7.81738 6.7002 12l-39.5 39.7998c-0.374023 -5.3252 -1.63574 -10.4893 -3.59961 -15.2002zM391.6 230.8l-53.0996 53.4004c4.25977 -7.79688 6.82422 -16.7627 7.09961 -26.2002l41.3008 -41.5c1.7959 4.61523 3.39258 9.46387 4.69922 14.2998z
|
c2.53027 3.79688 4.77832 7.81738 6.7002 12l-39.5 39.7998c-0.374023 -5.3252 -1.63574 -10.4893 -3.59961 -15.2002zM391.6 230.8l-53.0996 53.4004c4.25977 -7.79688 6.82422 -16.7627 7.09961 -26.2002l41.3008 -41.5c1.7959 4.61523 3.39258 9.46387 4.69922 14.2998z
|
||||||
M392.6 236.4c1.25586 5.3623 2.04199 10.9189 2.30078 16.5996l-64.3008 64.7002c-2.61426 -3.74805 -5.95898 -6.85938 -9.89941 -9.2002z" />
|
M392.6 236.4c1.25586 5.3623 2.04199 10.9189 2.30078 16.5996l-64.3008 64.7002c-2.61426 -3.74805 -5.95898 -6.85938 -9.89941 -9.2002z" />
|
||||||
<glyph glyph-name="figma" unicode="" horiz-adv-x="384"
|
<glyph glyph-name="figma" unicode="" horiz-adv-x="384"
|
||||||
d="M277 277.3h-85.4004v-256c-0.0273438 -47.082 -38.2617 -85.2998 -85.3506 -85.2998c-47.1055 0 -85.3496 38.2441 -85.3496 85.3496c0 47.1064 38.2441 85.3506 85.3496 85.3506h0.0507812c-47.1055 0 -85.3496 38.2441 -85.3496 85.3496
|
d="M14 352.208c0 52.9043 42.8877 95.792 95.793 95.792h164.368c52.9053 0 95.793 -42.8877 95.793 -95.792c0 -33.5 -17.1963 -62.9844 -43.2432 -80.1055c26.0469 -17.1211 43.2432 -46.6045 43.2432 -80.1045c0 -52.9053 -42.8877 -95.793 -95.793 -95.793h-2.08008
|
||||||
c0 47.1064 38.2441 85.3506 85.3496 85.3506c-47.0781 0 -85.2998 38.2217 -85.2998 85.2998s38.2217 85.2998 85.2998 85.2998h170.7c47.1055 0 85.3496 -38.2441 85.3496 -85.3496c0 -47.1064 -38.2441 -85.3506 -85.3496 -85.3506zM277 277.3
|
c-24.8018 0 -47.4033 9.42578 -64.415 24.8906v-88.2627c0 -53.6104 -44.0088 -96.833 -97.3574 -96.833c-52.7725 0 -96.3086 42.7568 -96.3086 95.793c0 33.498 17.1943 62.9805 43.2393 80.1016c-26.0449 17.1221 -43.2393 46.6055 -43.2393 80.1035
|
||||||
c47.0762 -0.00488281 85.2949 -38.2236 85.2998 -85.2998c0 -47.0781 -38.2217 -85.2998 -85.2998 -85.2998s-85.2998 38.2217 -85.2998 85.2998s38.2217 85.2998 85.2998 85.2998z" />
|
c0 33.5 17.1963 62.9834 43.2422 80.1045c-26.0459 17.1211 -43.2422 46.6055 -43.2422 80.1055zM176.288 256.413h-66.4951c-35.5762 0 -64.415 -28.8398 -64.415 -64.415c0 -35.4385 28.6172 -64.1924 64.0029 -64.4141
|
||||||
|
c0.136719 0.000976562 0.274414 0.000976562 0.412109 0.000976562h66.4951v128.828zM207.666 191.998c0 -35.5752 28.8389 -64.415 64.415 -64.415h2.08008c35.5762 0 64.415 28.8398 64.415 64.415s-28.8389 64.415 -64.415 64.415h-2.08008
|
||||||
|
c-35.5762 0 -64.415 -28.8398 -64.415 -64.415zM109.793 96.2051c-0.137695 0 -0.275391 0.000976562 -0.412109 0.000976562c-35.3857 -0.220703 -64.0029 -28.9746 -64.0029 -64.4131c0 -35.4453 29.2246 -64.415 64.9307 -64.415
|
||||||
|
c36.2822 0 65.9795 29.4365 65.9795 65.4551v63.3721h-66.4951zM109.793 416.622c-35.5762 0 -64.415 -28.8398 -64.415 -64.4141c0 -35.5762 28.8389 -64.415 64.415 -64.415h66.4951v128.829h-66.4951zM207.666 287.793h66.4951c35.5762 0 64.415 28.8389 64.415 64.415
|
||||||
|
c0 35.5742 -28.8389 64.4141 -64.415 64.4141h-66.4951v-128.829z" />
|
||||||
<glyph glyph-name="intercom" unicode=""
|
<glyph glyph-name="intercom" unicode=""
|
||||||
d="M392 416c30.9004 0 56 -25.0996 56 -56v-336c0 -30.9004 -25.0996 -56 -56 -56h-336c-30.9004 0 -56 25.0996 -56 56v336c0 30.9004 25.0996 56 56 56h336zM283.7 333.9v-199.5c0 -19.8008 29.8994 -19.8008 29.8994 0v199.5c0 19.7998 -29.8994 19.7998 -29.8994 0z
|
d="M392 416c30.9004 0 56 -25.0996 56 -56v-336c0 -30.9004 -25.0996 -56 -56 -56h-336c-30.9004 0 -56 25.0996 -56 56v336c0 30.9004 25.0996 56 56 56h336zM283.7 333.9v-199.5c0 -19.8008 29.8994 -19.8008 29.8994 0v199.5c0 19.7998 -29.8994 19.7998 -29.8994 0z
|
||||||
M209.1 341.4v-216.5c0 -19.8008 29.9004 -19.8008 29.9004 0v216.5c0 19.7998 -29.9004 19.7998 -29.9004 0zM134.4 333.9v-199.5c0 -19.8008 29.8994 -19.8008 29.8994 0v199.5c0 19.7998 -29.8994 19.7998 -29.8994 0zM59.7002 304v-134.3
|
M209.1 341.4v-216.5c0 -19.8008 29.9004 -19.8008 29.9004 0v216.5c0 19.7998 -29.9004 19.7998 -29.9004 0zM134.4 333.9v-199.5c0 -19.8008 29.8994 -19.8008 29.8994 0v199.5c0 19.7998 -29.8994 19.7998 -29.8994 0zM59.7002 304v-134.3
|
||||||
@@ -3553,11 +3552,12 @@ c30.4102 17.9199 81.0498 55.6504 132.75 115.92c14.9697 -9 16.1494 -11.71 16.5098
|
|||||||
c-0.860352 -1.67969 -20.0303 -21.6797 -63.2803 -20.4092c5.5 -12.9404 10.9902 -25.0908 16.5 -36.4404zM306.579 337c-1.58008 2.4502 -39.5801 58.8496 -56.4805 54.6104c-16.8994 1.09961 -36.21 -22.9805 -38.21 -75.2803
|
c-0.860352 -1.67969 -20.0303 -21.6797 -63.2803 -20.4092c5.5 -12.9404 10.9902 -25.0908 16.5 -36.4404zM306.579 337c-1.58008 2.4502 -39.5801 58.8496 -56.4805 54.6104c-16.8994 1.09961 -36.21 -22.9805 -38.21 -75.2803
|
||||||
c21.1104 13.2402 50.1299 22.3301 94.6904 20.6699zM175.929 333.9c-3.7998 6.68945 -8.66992 12.4795 -14.4297 13.5693h-0.0898438c-24.79 1.41016 -24.75 -52.8301 -24.6699 -49.5898c13.6602 -0.00976562 27.8496 -0.410156 42.3994 -1.25977
|
c21.1104 13.2402 50.1299 22.3301 94.6904 20.6699zM175.929 333.9c-3.7998 6.68945 -8.66992 12.4795 -14.4297 13.5693h-0.0898438c-24.79 1.41016 -24.75 -52.8301 -24.6699 -49.5898c13.6602 -0.00976562 27.8496 -0.410156 42.3994 -1.25977
|
||||||
c-1.62012 12.6602 -2.72949 25.1699 -3.20996 37.2803zM147.869 171.9c-30.7998 -61.5098 -19.8701 -76.6104 -19.6699 -76.8203c7.38965 -15.4902 38.1299 -20.25 84.9199 4.50977c-21.9502 11.7402 -44.4902 32.6104 -65.25 72.3105zM357.929 97.0996z" />
|
c-1.62012 12.6602 -2.72949 25.1699 -3.20996 37.2803zM147.869 171.9c-30.7998 -61.5098 -19.8701 -76.6104 -19.6699 -76.8203c7.38965 -15.4902 38.1299 -20.25 84.9199 4.50977c-21.9502 11.7402 -44.4902 32.6104 -65.25 72.3105zM357.929 97.0996z" />
|
||||||
<glyph glyph-name="bootstrap" unicode=""
|
<glyph glyph-name="bootstrap" unicode="" horiz-adv-x="576"
|
||||||
d="M292.3 136.07c0 -42.4102 -39.7197 -41.4307 -43.9199 -41.4307h-80.8896v81.6904h80.8896c42.5605 0 43.9199 -31.9004 43.9199 -40.2598zM242.15 209.2h-74.6602v72.1797h74.6602c34.9297 0 38.4395 -20.3496 38.4395 -35.8701
|
d="M333.5 246.6c0 -23.5996 -18.0996 -36.7998 -50.9004 -36.8994h-42.5v71.2002h50.4004c27.4004 0 43 -12.2002 43 -34.3008zM517 259.4c9.5 -31 25.7002 -50.6006 52 -53.1006v-28.5c-26.4004 -2.5 -42.5 -22.0996 -52.0996 -53.0996
|
||||||
c0 -37.3096 -37.7695 -36.3096 -38.4395 -36.3096zM448 341.33v-298.66c-0.121094 -41.1553 -33.5146 -74.5488 -74.6699 -74.6699h-298.66c-41.1553 0.121094 -74.5488 33.5146 -74.6699 74.6699v298.66c0.121094 41.1553 33.5146 74.5488 74.6699 74.6699h298.66
|
c-9.5 -30.9004 -10.8008 -68.7998 -9.80078 -98.1006c1.10059 -30.3994 -22.5996 -58.5 -54.6992 -58.5h-328.7c-32 0 -55.7998 28 -54.7002 58.5c1.09961 29.3008 -0.299805 67.2002 -9.7998 98.1006c-9.60059 31 -25.7998 50.5996 -52.2002 53.0996v28.5
|
||||||
c41.1553 -0.121094 74.5488 -33.5146 74.6699 -74.6699zM338.05 130.14c0 21.5703 -6.64941 58.29 -49.0498 67.3506v0.729492c22.9102 9.78027 37.3398 28.25 37.3398 55.6406c0 7 2 64.7793 -77.5996 64.7793h-127v-261.33c128.229 0 139.87 -1.67969 163.6 5.70996
|
c26.5 2.5 42.5996 22.1006 52.2002 53.1006c9.5 30.8994 10.7998 68.7998 9.7998 98.0996c-1.09961 30.4004 22.5996 58.5 54.7002 58.5h328.8c32 0 55.7998 -28 54.7002 -58.5c-1.10059 -29.2998 0.299805 -67.2002 9.7998 -98.0996zM300.2 72.9004
|
||||||
c14.21 4.4209 52.71 17.9805 52.71 67.1201z" />
|
c51.8994 0 83.2002 25.3994 83.2002 67.5c0 31.6992 -22.3008 54.6992 -55.5 58.2998v1.2998c24.3994 3.90039 43.5 26.5 43.5 51.7998c0 36 -28.4004 59.4004 -71.7002 59.4004h-97.4004v-238.3h97.9004zM290.2 181.6c35.8994 0 54.5 -13.1992 54.5 -38.8994
|
||||||
|
c0 -25.7998 -18.1006 -39.5 -52.2998 -39.5h-52.3008v78.3994h50.1006z" />
|
||||||
<glyph glyph-name="buffer" unicode=""
|
<glyph glyph-name="buffer" unicode=""
|
||||||
d="M427.84 67.3301l-196.5 -97.8203c-2.24707 -0.963867 -4.72266 -1.49805 -7.32129 -1.49805s-5.10156 0.53418 -7.34863 1.49805l-196.51 97.8203c-4 2 -4 5.28027 0 7.29004l47.0596 23.3799c2.25098 0.964844 4.72949 1.49805 7.33203 1.49805
|
d="M427.84 67.3301l-196.5 -97.8203c-2.24707 -0.963867 -4.72266 -1.49805 -7.32129 -1.49805s-5.10156 0.53418 -7.34863 1.49805l-196.51 97.8203c-4 2 -4 5.28027 0 7.29004l47.0596 23.3799c2.25098 0.964844 4.72949 1.49805 7.33203 1.49805
|
||||||
c2.60156 0 5.10742 -0.533203 7.3584 -1.49805l134.76 -67c2.24609 -0.969727 4.72168 -1.50684 7.32129 -1.50684s5.10254 0.537109 7.34863 1.50684l134.76 67c2.24902 0.964844 4.72656 1.49902 7.32715 1.49902s5.10449 -0.53418 7.35352 -1.49902l47.0596 -23.4297
|
c2.60156 0 5.10742 -0.533203 7.3584 -1.49805l134.76 -67c2.24609 -0.969727 4.72168 -1.50684 7.32129 -1.50684s5.10254 0.537109 7.34863 1.50684l134.76 67c2.24902 0.964844 4.72656 1.49902 7.32715 1.49902s5.10449 -0.53418 7.35352 -1.49902l47.0596 -23.4297
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 730 KiB After Width: | Height: | Size: 730 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,11 +2,11 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||||
<metadata>
|
<metadata>
|
||||||
Created by FontForge 20201107 at Tue Mar 16 10:15:04 2021
|
Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021
|
||||||
By Robert Madole
|
By Robert Madole
|
||||||
Copyright (c) Font Awesome
|
Copyright (c) Font Awesome
|
||||||
</metadata>
|
</metadata>
|
||||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><defs>
|
<!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><defs>
|
||||||
<font id="FontAwesome5Free-Regular" horiz-adv-x="512" >
|
<font id="FontAwesome5Free-Regular" horiz-adv-x="512" >
|
||||||
<font-face
|
<font-face
|
||||||
font-family="Font Awesome 5 Free Regular"
|
font-family="Font Awesome 5 Free Regular"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,11 +2,11 @@
|
|||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||||
<metadata>
|
<metadata>
|
||||||
Created by FontForge 20201107 at Tue Mar 16 10:15:04 2021
|
Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021
|
||||||
By Robert Madole
|
By Robert Madole
|
||||||
Copyright (c) Font Awesome
|
Copyright (c) Font Awesome
|
||||||
</metadata>
|
</metadata>
|
||||||
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><defs>
|
<!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><defs>
|
||||||
<font id="FontAwesome5Free-Solid" horiz-adv-x="512" >
|
<font id="FontAwesome5Free-Solid" horiz-adv-x="512" >
|
||||||
<font-face
|
<font-face
|
||||||
font-family="Font Awesome 5 Free Solid"
|
font-family="Font Awesome 5 Free Solid"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 898 KiB After Width: | Height: | Size: 898 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
public/v2/js/accounts/create.js
vendored
2
public/v2/js/accounts/create.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/accounts/delete.js
vendored
2
public/v2/js/accounts/delete.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/accounts/edit.js
vendored
Executable file
2
public/v2/js/accounts/edit.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1
public/v2/js/accounts/edit.js.map
Executable file
1
public/v2/js/accounts/edit.js.map
Executable file
File diff suppressed because one or more lines are too long
2
public/v2/js/accounts/index.js
vendored
2
public/v2/js/accounts/index.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/accounts/show.js
vendored
2
public/v2/js/accounts/show.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/bills/create.js
vendored
2
public/v2/js/bills/create.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/bills/index.js
vendored
2
public/v2/js/bills/index.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/budgets/index.js
vendored
2
public/v2/js/budgets/index.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/dashboard.js
vendored
2
public/v2/js/dashboard.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/register.js
vendored
2
public/v2/js/register.js
vendored
@@ -1 +1 @@
|
|||||||
(self.webpackChunk=self.webpackChunk||[]).push([[172],{4765:(w,e,k)=>{window.$=window.jQuery=k(9755)},8086:(w,e,k)=>{k(4765)}},w=>{w.O(0,[228],(()=>(8086,w(w.s=8086)))),w.O()}]);
|
(self.webpackChunk=self.webpackChunk||[]).push([[172],{4765:(w,e,k)=>{window.$=window.jQuery=k(9755),k(3734)},8086:(w,e,k)=>{k(4765)}},w=>{w.O(0,[228],(()=>(8086,w(w.s=8086)))),w.O()}]);
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"/public/js/register.js","mappings":"sEAsBAA,OAAOC,EAAID,OAAOE,OAASC,EAAQ,O,eCInCA,EAAQ,Q","sources":["webpack:///./src/bootstrap-basic.js","webpack:///./src/pages/register.js"],"sourcesContent":["\n/*\n * bootstrap-basic.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\n// export jquery for others scripts to use\nwindow.$ = window.jQuery = require('jquery');\n\n// admin stuff\n//require('bootstrap');\n\n","/*\n * register.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\n/**\n * First we will load Axios via bootstrap.js\n * jquery and bootstrap-sass preloaded in app.js\n * vue, uiv and vuei18n are in app_vue.js\n */\n\nrequire('../bootstrap-basic');\n"],"names":["window","$","jQuery","require"],"sourceRoot":""}
|
{"version":3,"file":"/public/js/register.js","mappings":"sEAsBAA,OAAOC,EAAID,OAAOE,OAASC,EAAQ,MAGnCA,EAAQ,O,eCCRA,EAAQ,Q","sources":["webpack:///./src/bootstrap-basic.js","webpack:///./src/pages/register.js"],"sourcesContent":["\n/*\n * bootstrap-basic.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\n// export jquery for others scripts to use\nwindow.$ = window.jQuery = require('jquery');\n\n// admin stuff\nrequire('bootstrap');\n","/*\n * register.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\n/**\n * First we will load Axios via bootstrap.js\n * jquery and bootstrap-sass preloaded in app.js\n * vue, uiv and vuei18n are in app_vue.js\n */\n\nrequire('../bootstrap-basic');\n"],"names":["window","$","jQuery","require"],"sourceRoot":""}
|
||||||
2
public/v2/js/transactions/create.js
vendored
2
public/v2/js/transactions/create.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/transactions/edit.js
vendored
2
public/v2/js/transactions/edit.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/transactions/index.js
vendored
2
public/v2/js/transactions/index.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/v2/js/vendor.js
vendored
2
public/v2/js/vendor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Невалидна парола!',
|
'invalid_password' => 'Невалидна парола!',
|
||||||
'what_is_pw_security' => 'Какво е "проверете сигурността на паролата"?',
|
'what_is_pw_security' => 'Какво е "проверете сигурността на паролата"?',
|
||||||
'secure_pw_title' => 'Как да изберем сигурна парола',
|
'secure_pw_title' => 'Как да изберем сигурна парола',
|
||||||
|
'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
|
||||||
'secure_pw_history' => 'Не минава и седмица без да прочетете в новините за сайт, който губи паролите на своите потребители. Хакерите и крадците използват тези пароли, за да се опитат да откраднат вашата лична информация. Тази информация е ценна.',
|
'secure_pw_history' => 'Не минава и седмица без да прочетете в новините за сайт, който губи паролите на своите потребители. Хакерите и крадците използват тези пароли, за да се опитат да откраднат вашата лична информация. Тази информация е ценна.',
|
||||||
'secure_pw_ff' => 'Използвате ли една и съща парола в Интернет? Ако един сайт загуби паролата ви, хакерите имат достъп до всичките ви данни. Firefly III разчита на вас да изберете силна и уникална парола, за да защитите финансовите си записи.',
|
'secure_pw_ff' => 'Използвате ли една и съща парола в Интернет? Ако един сайт загуби паролата ви, хакерите имат достъп до всичките ви данни. Firefly III разчита на вас да изберете силна и уникална парола, за да защитите финансовите си записи.',
|
||||||
'secure_pw_check_box' => 'За да ви помогне да направите това Firefly III може да провери дали паролата, която искате да използвате, е била открадната в миналото. В такъв случай Firefly III ви съветва да НЕ използвате тази парола.',
|
'secure_pw_check_box' => 'За да ви помогне да направите това Firefly III може да провери дали паролата, която искате да използвате, е била открадната в миналото. В такъв случай Firefly III ви съветва да НЕ използвате тази парола.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Loan',
|
'account_type_loan' => 'Loan',
|
||||||
'account_type_mortgage' => 'Mortgage',
|
'account_type_mortgage' => 'Mortgage',
|
||||||
'account_type_Credit card' => 'Кредитна карта',
|
'account_type_Credit card' => 'Кредитна карта',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'I am owed this debt',
|
'liability_direction_credit' => 'I am owed this debt',
|
||||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||||
'liability_direction_credit_short' => 'Owed this debt',
|
'liability_direction_credit_short' => 'Owed this debt',
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Neplatné heslo.',
|
'invalid_password' => 'Neplatné heslo.',
|
||||||
'what_is_pw_security' => 'Co je „ověřit odolnost hesla“.',
|
'what_is_pw_security' => 'Co je „ověřit odolnost hesla“.',
|
||||||
'secure_pw_title' => 'Jak zvolit odolné heslo',
|
'secure_pw_title' => 'Jak zvolit odolné heslo',
|
||||||
|
'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
|
||||||
'secure_pw_history' => 'Nemine týden, abychom neviděli zprávy o stránkách, ze kterých unikly hesla jejich uživatelů. Hackeři a zloději tato hesla používají pro pokus o ukradení vašich soukromých informací. Informace jsou cenné.',
|
'secure_pw_history' => 'Nemine týden, abychom neviděli zprávy o stránkách, ze kterých unikly hesla jejich uživatelů. Hackeři a zloději tato hesla používají pro pokus o ukradení vašich soukromých informací. Informace jsou cenné.',
|
||||||
'secure_pw_ff' => 'Používáte stejná hesla napříč webem? Pokud jedna ze stránek ztratí vaše heslo, hackeři mají přístup ke všem vašim datům. Firefly III spoléhá na to, že zvolíte silné a jinde nepoužívané heslo pro ochranu vašich finančních záznamů.',
|
'secure_pw_ff' => 'Používáte stejná hesla napříč webem? Pokud jedna ze stránek ztratí vaše heslo, hackeři mají přístup ke všem vašim datům. Firefly III spoléhá na to, že zvolíte silné a jinde nepoužívané heslo pro ochranu vašich finančních záznamů.',
|
||||||
'secure_pw_check_box' => 'Jako pomoc Firefly III může zkontrolovat heslo které chcete použít, zda v minulosti nebylo ukradeno (včetně jeho otisku). V takovém případě aplikace NEdoporučí používat takové heslo.',
|
'secure_pw_check_box' => 'Jako pomoc Firefly III může zkontrolovat heslo které chcete použít, zda v minulosti nebylo ukradeno (včetně jeho otisku). V takovém případě aplikace NEdoporučí používat takové heslo.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Loan',
|
'account_type_loan' => 'Loan',
|
||||||
'account_type_mortgage' => 'Mortgage',
|
'account_type_mortgage' => 'Mortgage',
|
||||||
'account_type_Credit card' => 'Kreditní karta',
|
'account_type_Credit card' => 'Kreditní karta',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'I am owed this debt',
|
'liability_direction_credit' => 'I am owed this debt',
|
||||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||||
'liability_direction_credit_short' => 'Owed this debt',
|
'liability_direction_credit_short' => 'Owed this debt',
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ return [
|
|||||||
'currency' => 'Měna',
|
'currency' => 'Měna',
|
||||||
'account_id' => 'Účet aktiv',
|
'account_id' => 'Účet aktiv',
|
||||||
'budget_id' => 'Rozpočet',
|
'budget_id' => 'Rozpočet',
|
||||||
'bill_id' => 'Bill',
|
'bill_id' => 'Účet',
|
||||||
'opening_balance' => 'Počáteční zůstatek',
|
'opening_balance' => 'Počáteční zůstatek',
|
||||||
'tagMode' => 'Režim štítku',
|
'tagMode' => 'Režim štítku',
|
||||||
'virtual_balance' => 'Virtuální zůstatek',
|
'virtual_balance' => 'Virtuální zůstatek',
|
||||||
@@ -84,7 +84,7 @@ return [
|
|||||||
'liability_type' => 'Typ závazku',
|
'liability_type' => 'Typ závazku',
|
||||||
'interest' => 'Úrok',
|
'interest' => 'Úrok',
|
||||||
'interest_period' => 'Úrokové období',
|
'interest_period' => 'Úrokové období',
|
||||||
'extension_date' => 'Extension date',
|
'extension_date' => 'Datum rozšíření',
|
||||||
'type' => 'Typ',
|
'type' => 'Typ',
|
||||||
'convert_Withdrawal' => 'Přeměnit výběr',
|
'convert_Withdrawal' => 'Přeměnit výběr',
|
||||||
'convert_Deposit' => 'Přeměnit vklad',
|
'convert_Deposit' => 'Přeměnit vklad',
|
||||||
@@ -121,7 +121,7 @@ return [
|
|||||||
'stop_processing' => 'Zastavit zpracování',
|
'stop_processing' => 'Zastavit zpracování',
|
||||||
'start_date' => 'Začátek rozsahu',
|
'start_date' => 'Začátek rozsahu',
|
||||||
'end_date' => 'Konec rozsahu',
|
'end_date' => 'Konec rozsahu',
|
||||||
'enddate' => 'End date',
|
'enddate' => 'Datum ukončení',
|
||||||
'start' => 'Začátek rozsahu',
|
'start' => 'Začátek rozsahu',
|
||||||
'end' => 'Konec rozsahu',
|
'end' => 'Konec rozsahu',
|
||||||
'delete_account' => 'Smazat účet „:name“',
|
'delete_account' => 'Smazat účet „:name“',
|
||||||
|
|||||||
@@ -133,8 +133,8 @@ return [
|
|||||||
'interest_period' => 'Úrokové období',
|
'interest_period' => 'Úrokové období',
|
||||||
'liability_type' => 'Typ závazku',
|
'liability_type' => 'Typ závazku',
|
||||||
'liability_direction' => 'Směr závazku',
|
'liability_direction' => 'Směr závazku',
|
||||||
'end_date' => 'End date',
|
'end_date' => 'Datum ukončení',
|
||||||
'payment_info' => 'Payment information',
|
'payment_info' => 'Informace o platbě',
|
||||||
'expected_info' => 'Next expected transaction',
|
'expected_info' => 'Další očekávaná transakce',
|
||||||
'start_date' => 'Start date',
|
'start_date' => 'Datum zahájení',
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Ungültiges Passwort!',
|
'invalid_password' => 'Ungültiges Passwort!',
|
||||||
'what_is_pw_security' => 'Was ist "Passwortsicherheit überprüfen"?',
|
'what_is_pw_security' => 'Was ist "Passwortsicherheit überprüfen"?',
|
||||||
'secure_pw_title' => 'So wählen Sie ein sicheres Passwort aus',
|
'secure_pw_title' => 'So wählen Sie ein sicheres Passwort aus',
|
||||||
|
'forgot_password_response' => 'Vielen Dank. Falls ein Account mit dieser E-Mail-Adresse existiert, finden Sie im Posteingang weitere Anweisungen.',
|
||||||
'secure_pw_history' => 'Keine Woche vergeht, dass Sie in den Nachrichten über eine Website lesen, die die Passwörter ihrer Benutzer verliert. Hacker und Diebe verwenden diese Passwörter, um zu versuchen, Ihre persönlichen Daten zu stehlen. Diese Informationen sind wertvoll.',
|
'secure_pw_history' => 'Keine Woche vergeht, dass Sie in den Nachrichten über eine Website lesen, die die Passwörter ihrer Benutzer verliert. Hacker und Diebe verwenden diese Passwörter, um zu versuchen, Ihre persönlichen Daten zu stehlen. Diese Informationen sind wertvoll.',
|
||||||
'secure_pw_ff' => 'Verwenden Sie im gesamten Internet das gleiche Passwort? Wenn eine Website Ihr Passwort verliert, haben Hacker Zugriff auf alle Ihre Daten. Firefly III verlässt sich darauf, dass Sie ein sicheres und einzigartiges Passwort wählen, um Ihre Finanzdaten zu schützen.',
|
'secure_pw_ff' => 'Verwenden Sie im gesamten Internet das gleiche Passwort? Wenn eine Website Ihr Passwort verliert, haben Hacker Zugriff auf alle Ihre Daten. Firefly III verlässt sich darauf, dass Sie ein sicheres und einzigartiges Passwort wählen, um Ihre Finanzdaten zu schützen.',
|
||||||
'secure_pw_check_box' => 'Um Ihnen dabei zu helfen, kann Firefly III überprüfen, ob das von Ihnen gewünschte Passwort in der Vergangenheit gestohlen wurde. Wenn dies der Fall ist, rät Firefly III Ihnen, dieses Passwort NICHT zu verwenden.',
|
'secure_pw_check_box' => 'Um Ihnen dabei zu helfen, kann Firefly III überprüfen, ob das von Ihnen gewünschte Passwort in der Vergangenheit gestohlen wurde. Wenn dies der Fall ist, rät Firefly III Ihnen, dieses Passwort NICHT zu verwenden.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Darlehen',
|
'account_type_loan' => 'Darlehen',
|
||||||
'account_type_mortgage' => 'Hypothek',
|
'account_type_mortgage' => 'Hypothek',
|
||||||
'account_type_Credit card' => 'Kreditkarte',
|
'account_type_Credit card' => 'Kreditkarte',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'Mir wird dies geschuldet',
|
'liability_direction_credit' => 'Mir wird dies geschuldet',
|
||||||
'liability_direction_debit' => 'Ich schulde dies jemandem',
|
'liability_direction_debit' => 'Ich schulde dies jemandem',
|
||||||
'liability_direction_credit_short' => 'Geschuldeter Betrag',
|
'liability_direction_credit_short' => 'Geschuldeter Betrag',
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ return [
|
|||||||
'liability_type' => 'Art der Verbindlichkeit',
|
'liability_type' => 'Art der Verbindlichkeit',
|
||||||
'interest' => 'Zinsen',
|
'interest' => 'Zinsen',
|
||||||
'interest_period' => 'Verzinsungszeitraum',
|
'interest_period' => 'Verzinsungszeitraum',
|
||||||
'extension_date' => 'Extension date',
|
'extension_date' => 'Verlängerungsdatum',
|
||||||
'type' => 'Typ',
|
'type' => 'Typ',
|
||||||
'convert_Withdrawal' => 'Ändere zu Abhebung',
|
'convert_Withdrawal' => 'Ändere zu Abhebung',
|
||||||
'convert_Deposit' => 'Ändere zu Einzahlung',
|
'convert_Deposit' => 'Ändere zu Einzahlung',
|
||||||
@@ -121,7 +121,7 @@ return [
|
|||||||
'stop_processing' => 'Verarbeitung beenden',
|
'stop_processing' => 'Verarbeitung beenden',
|
||||||
'start_date' => 'Anfang des Bereichs',
|
'start_date' => 'Anfang des Bereichs',
|
||||||
'end_date' => 'Ende des Bereichs',
|
'end_date' => 'Ende des Bereichs',
|
||||||
'enddate' => 'End date',
|
'enddate' => 'Endet am',
|
||||||
'start' => 'Anfang des Bereichs',
|
'start' => 'Anfang des Bereichs',
|
||||||
'end' => 'Ende des Bereichs',
|
'end' => 'Ende des Bereichs',
|
||||||
'delete_account' => 'Konto „:name” löschen',
|
'delete_account' => 'Konto „:name” löschen',
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ return [
|
|||||||
'month' => '%B %Y',
|
'month' => '%B %Y',
|
||||||
'month_and_day' => '%e %B %Y',
|
'month_and_day' => '%e %B %Y',
|
||||||
'month_and_day_moment_js' => 'D MMM YYYY',
|
'month_and_day_moment_js' => 'D MMM YYYY',
|
||||||
'month_and_day_fns' => 'MMMM d, y',
|
'month_and_day_fns' => 'd MMMM y',
|
||||||
'month_and_date_day' => '%A %e %B %Y',
|
'month_and_date_day' => '%A %e %B %Y',
|
||||||
'month_and_day_no_year' => '%B %e',
|
'month_and_day_no_year' => '%e %B',
|
||||||
'date_time' => '%e %B %Y, @ %T',
|
'date_time' => '%e %B %Y, @ %T',
|
||||||
'specific_day' => '%e %B %Y',
|
'specific_day' => '%e %B %Y',
|
||||||
'week_in_year' => 'Εβδομάδα %V, %G',
|
'week_in_year' => 'Εβδομάδα %V, %G',
|
||||||
@@ -41,7 +41,7 @@ return [
|
|||||||
'date_time_js' => 'Do MMMM YYYY, HH:mm:ss',
|
'date_time_js' => 'Do MMMM YYYY, HH:mm:ss',
|
||||||
'specific_day_js' => 'D MMMM YYYY',
|
'specific_day_js' => 'D MMMM YYYY',
|
||||||
'week_in_year_js' => '[Week] w, YYYY',
|
'week_in_year_js' => '[Week] w, YYYY',
|
||||||
'week_in_year_fns' => "'Week' w, yyyy",
|
'week_in_year_fns' => "'Εβδομάδα' w, yyyy",
|
||||||
'year_js' => 'YYYY',
|
'year_js' => 'YYYY',
|
||||||
'half_year_js' => 'Q YYYY',
|
'half_year_js' => 'Q YYYY',
|
||||||
'quarter_fns' => "'Q'Q, yyyy",
|
'quarter_fns' => "'Q'Q, yyyy",
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ return [
|
|||||||
'flash_info' => 'Μήνυμα',
|
'flash_info' => 'Μήνυμα',
|
||||||
'flash_warning' => 'Προσοχή!',
|
'flash_warning' => 'Προσοχή!',
|
||||||
'flash_error' => 'Σφάλμα!',
|
'flash_error' => 'Σφάλμα!',
|
||||||
'flash_danger' => 'Danger!',
|
'flash_danger' => 'Κίνδυνος!',
|
||||||
'flash_info_multiple' => 'Υπάρχει ένα μήνυμα|Υπάρχουν :count μηνύματα',
|
'flash_info_multiple' => 'Υπάρχει ένα μήνυμα|Υπάρχουν :count μηνύματα',
|
||||||
'flash_error_multiple' => 'Υπάρχει ένα σφάλμα|Υπάρχουν :count σφάλματα',
|
'flash_error_multiple' => 'Υπάρχει ένα σφάλμα|Υπάρχουν :count σφάλματα',
|
||||||
'net_worth' => 'Καθαρή αξία',
|
'net_worth' => 'Καθαρή αξία',
|
||||||
@@ -280,7 +280,7 @@ return [
|
|||||||
'search_found_transactions' => 'Το Firefly III βρήκε :count συναλλαγή σε :time δευτερόλεπτα.|Το Firefly III βρήκε :count συναλλαγές σε :time δευτερόλεπτα.',
|
'search_found_transactions' => 'Το Firefly III βρήκε :count συναλλαγή σε :time δευτερόλεπτα.|Το Firefly III βρήκε :count συναλλαγές σε :time δευτερόλεπτα.',
|
||||||
'search_found_more_transactions' => 'Το Firefly III βρήκε περισσότερες από :count συναλλαγές σε :time δευτερόλεπτα.',
|
'search_found_more_transactions' => 'Το Firefly III βρήκε περισσότερες από :count συναλλαγές σε :time δευτερόλεπτα.',
|
||||||
'search_for_query' => 'Το Firefly III αναζητεί για συναλλαγές που περιέχουν όλες αυτές τις λέξεις: <span class="text-info">:query</span>',
|
'search_for_query' => 'Το Firefly III αναζητεί για συναλλαγές που περιέχουν όλες αυτές τις λέξεις: <span class="text-info">:query</span>',
|
||||||
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
|
'invalid_operators_list' => 'Αυτές οι παράμετροι αναζήτησης δεν είναι έγκυρες και έχουν αγνοηθεί.',
|
||||||
'search_modifier_date_is' => 'Η ημερομηνία συναλλαγής είναι ":value"',
|
'search_modifier_date_is' => 'Η ημερομηνία συναλλαγής είναι ":value"',
|
||||||
'search_modifier_id' => 'Το ID συναλλαγής είναι ":value"',
|
'search_modifier_id' => 'Το ID συναλλαγής είναι ":value"',
|
||||||
'search_modifier_date_before' => 'Η ημερομηνία συναλλαγής είναι πριν ή στις ":value"',
|
'search_modifier_date_before' => 'Η ημερομηνία συναλλαγής είναι πριν ή στις ":value"',
|
||||||
@@ -421,7 +421,7 @@ return [
|
|||||||
'apply_rule_selection' => 'Εφαρμογή του κανόνα ":title" σε μία επιλογή των συναλλαγών σας',
|
'apply_rule_selection' => 'Εφαρμογή του κανόνα ":title" σε μία επιλογή των συναλλαγών σας',
|
||||||
'apply_rule_selection_intro' => 'Κανόνες όπως ":title" εφαρμόζονται συνήθως σε νέες ή ενημερωμένες συναλλαγές, αλλά μπορείτε να πείτε στο Firefly ΙΙΙ να τους εκτελέσει σε μια επιλογή υπαρχόντων συναλλαγών. Αυτό μπορεί να είναι χρήσιμο όταν έχετε ενημερώσει έναν κανόνα και χρειάζεστε οι αλλαγές να εφαρμοστούν σε όλες τις άλλες συναλλαγές σας.',
|
'apply_rule_selection_intro' => 'Κανόνες όπως ":title" εφαρμόζονται συνήθως σε νέες ή ενημερωμένες συναλλαγές, αλλά μπορείτε να πείτε στο Firefly ΙΙΙ να τους εκτελέσει σε μια επιλογή υπαρχόντων συναλλαγών. Αυτό μπορεί να είναι χρήσιμο όταν έχετε ενημερώσει έναν κανόνα και χρειάζεστε οι αλλαγές να εφαρμοστούν σε όλες τις άλλες συναλλαγές σας.',
|
||||||
'include_transactions_from_accounts' => 'Συμπερίληψη συναλλαγών από αυτούς τους λογαριασμούς',
|
'include_transactions_from_accounts' => 'Συμπερίληψη συναλλαγών από αυτούς τους λογαριασμούς',
|
||||||
'include' => 'Include?',
|
'include' => 'Περιλαμβάνεται;',
|
||||||
'applied_rule_selection' => '{0} Καμία συναλλαγή στην επιλογή σας δεν άλλαξε από τον κανόνα ":title".|[1] Μία συναλλαγή στην επιλογή σας άλλαξε από τον κανόνα ":title".|[2,*]:count συναλλαγές στην επιλογή σας άλλαξαν από τον κανόνα ":title".',
|
'applied_rule_selection' => '{0} Καμία συναλλαγή στην επιλογή σας δεν άλλαξε από τον κανόνα ":title".|[1] Μία συναλλαγή στην επιλογή σας άλλαξε από τον κανόνα ":title".|[2,*]:count συναλλαγές στην επιλογή σας άλλαξαν από τον κανόνα ":title".',
|
||||||
'execute' => 'Εκτέλεση',
|
'execute' => 'Εκτέλεση',
|
||||||
'apply_rule_group_selection' => 'Εφαρμογή ομάδας κανόνων ":title" σε μία επιλογή των συναλλαγών σας',
|
'apply_rule_group_selection' => 'Εφαρμογή ομάδας κανόνων ":title" σε μία επιλογή των συναλλαγών σας',
|
||||||
@@ -522,10 +522,10 @@ return [
|
|||||||
'rule_trigger_has_no_budget' => 'Η συναλλαγή δεν έχει προϋπολογισμό',
|
'rule_trigger_has_no_budget' => 'Η συναλλαγή δεν έχει προϋπολογισμό',
|
||||||
'rule_trigger_has_any_budget_choice' => 'Έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
'rule_trigger_has_any_budget_choice' => 'Έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
||||||
'rule_trigger_has_any_budget' => 'Η συναλλαγή έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
'rule_trigger_has_any_budget' => 'Η συναλλαγή έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
||||||
'rule_trigger_has_no_bill_choice' => 'Has no bill',
|
'rule_trigger_has_no_bill_choice' => 'Δεν έχει πάγιο έξοδο',
|
||||||
'rule_trigger_has_no_bill' => 'Transaction has no bill',
|
'rule_trigger_has_no_bill' => 'Η συναλλαγή δεν έχει πάγιο έξοδο',
|
||||||
'rule_trigger_has_any_bill_choice' => 'Has a (any) bill',
|
'rule_trigger_has_any_bill_choice' => 'Έχει ένα (οποιοδήποτε) πάγιο έξοδο',
|
||||||
'rule_trigger_has_any_bill' => 'Transaction has a (any) bill',
|
'rule_trigger_has_any_bill' => 'Η συναλλαγή έχει ένα (οποιοδήποτε) πάγιο έξοδο',
|
||||||
'rule_trigger_has_no_tag_choice' => 'Δεν έχει ετικέτα(ες)',
|
'rule_trigger_has_no_tag_choice' => 'Δεν έχει ετικέτα(ες)',
|
||||||
'rule_trigger_has_no_tag' => 'Η συναλλαγή δεν έχει ετικέτα(ες)',
|
'rule_trigger_has_no_tag' => 'Η συναλλαγή δεν έχει ετικέτα(ες)',
|
||||||
'rule_trigger_has_any_tag_choice' => 'Έχει περισσότερες από μία (οποιεσδήποτε) ετικέτες',
|
'rule_trigger_has_any_tag_choice' => 'Έχει περισσότερες από μία (οποιεσδήποτε) ετικέτες',
|
||||||
@@ -641,7 +641,7 @@ return [
|
|||||||
'pref_1M' => 'Ένα μήνα',
|
'pref_1M' => 'Ένα μήνα',
|
||||||
'pref_3M' => 'Τρεις μήνες (τρίμηνο)',
|
'pref_3M' => 'Τρεις μήνες (τρίμηνο)',
|
||||||
'pref_6M' => 'Έξι μήνες (εξάμηνο)',
|
'pref_6M' => 'Έξι μήνες (εξάμηνο)',
|
||||||
'pref_1Y' => 'Ένα χρόνο',
|
'pref_1Y' => 'Ένα έτος',
|
||||||
'pref_languages' => 'Γλώσσες',
|
'pref_languages' => 'Γλώσσες',
|
||||||
'pref_locale' => 'Ρυθμίσεις τοποθεσίας',
|
'pref_locale' => 'Ρυθμίσεις τοποθεσίας',
|
||||||
'pref_languages_help' => 'Το Firefly III υποστηρίζει διάφορες γλώσσες. Ποιά προτιμάτε;',
|
'pref_languages_help' => 'Το Firefly III υποστηρίζει διάφορες γλώσσες. Ποιά προτιμάτε;',
|
||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Άκυρος κωδικός!',
|
'invalid_password' => 'Άκυρος κωδικός!',
|
||||||
'what_is_pw_security' => 'Τι είναι η "επιβεβαίωση ασφάλειας κωδικού";',
|
'what_is_pw_security' => 'Τι είναι η "επιβεβαίωση ασφάλειας κωδικού";',
|
||||||
'secure_pw_title' => 'Πως να διαλέξετε ένα ασφαλή κωδικό πρόσβασης',
|
'secure_pw_title' => 'Πως να διαλέξετε ένα ασφαλή κωδικό πρόσβασης',
|
||||||
|
'forgot_password_response' => 'Σας ευχαριστούμε. Εάν υπάρχει λογαριασμός με αυτή τη διεύθυνση ηλεκτρονικού ταχυδρομείου, θα βρείτε οδηγίες στα εισερχόμενά σας.',
|
||||||
'secure_pw_history' => 'Δεν περνάει ούτε μία εβδομάδα χωρίς να διαβάσεις για ένα site που έχασε τους κωδικούς των χρηστών του. Οι χάκερς και οι κλέφτες χρησιμοποιούν αυτούς τους κωδικούς για να κλέψουν προσωπικές σας πληροφορίες. Οι πληροφορίες αυτές είναι πολύτιμες.',
|
'secure_pw_history' => 'Δεν περνάει ούτε μία εβδομάδα χωρίς να διαβάσεις για ένα site που έχασε τους κωδικούς των χρηστών του. Οι χάκερς και οι κλέφτες χρησιμοποιούν αυτούς τους κωδικούς για να κλέψουν προσωπικές σας πληροφορίες. Οι πληροφορίες αυτές είναι πολύτιμες.',
|
||||||
'secure_pw_ff' => 'Χρησιμοποιείτε τον ίδιο κωδικό πρόσβασης παντού στο internet; Εάν ένας ιστότοπος διαρρεύσει τον κωδικό σας, οι χάκερ θα έχουν πρόσβαση σε όλα τα δεδομένα σας. Το Firefly III βασίζεται σε εσάς για να διαλέξετε ένα δυνατό και μοναδικό κωδικό για την προστασία των οικονομικών σας αρχείων.',
|
'secure_pw_ff' => 'Χρησιμοποιείτε τον ίδιο κωδικό πρόσβασης παντού στο internet; Εάν ένας ιστότοπος διαρρεύσει τον κωδικό σας, οι χάκερ θα έχουν πρόσβαση σε όλα τα δεδομένα σας. Το Firefly III βασίζεται σε εσάς για να διαλέξετε ένα δυνατό και μοναδικό κωδικό για την προστασία των οικονομικών σας αρχείων.',
|
||||||
'secure_pw_check_box' => 'Για να βοηθήσει σε αυτό το Firefly III μπορεί να ελέγξει εάν ο κωδικός που θέλετε να χρησιμοποιήσετε έχει κλαπεί στο παρελθόν. Εάν ισχύει αυτό, τότε το Firefly III σας συμβουλεύει να μη χρησιμοποιήσετε αυτό τον κωδικό.',
|
'secure_pw_check_box' => 'Για να βοηθήσει σε αυτό το Firefly III μπορεί να ελέγξει εάν ο κωδικός που θέλετε να χρησιμοποιήσετε έχει κλαπεί στο παρελθόν. Εάν ισχύει αυτό, τότε το Firefly III σας συμβουλεύει να μη χρησιμοποιήσετε αυτό τον κωδικό.',
|
||||||
@@ -889,7 +890,7 @@ return [
|
|||||||
'create_new_deposit' => 'Δημιουργία νέας κατάθεσης',
|
'create_new_deposit' => 'Δημιουργία νέας κατάθεσης',
|
||||||
'create_new_transfer' => 'Δημιουργία νέας μεταφοράς',
|
'create_new_transfer' => 'Δημιουργία νέας μεταφοράς',
|
||||||
'create_new_asset' => 'Δημιουργία νέου λογαριασμού κεφαλαίου',
|
'create_new_asset' => 'Δημιουργία νέου λογαριασμού κεφαλαίου',
|
||||||
'create_new_liabilities' => 'Create new liability',
|
'create_new_liabilities' => 'Δημιουργία νέας υποχρέωσης',
|
||||||
'create_new_expense' => 'Δημιουργία νέου λογαριασμού δαπανών',
|
'create_new_expense' => 'Δημιουργία νέου λογαριασμού δαπανών',
|
||||||
'create_new_revenue' => 'Δημιουργία νέου λογαριασμού εσόδων',
|
'create_new_revenue' => 'Δημιουργία νέου λογαριασμού εσόδων',
|
||||||
'create_new_piggy_bank' => 'Δημιουργία ενός νέου κουμπαρά',
|
'create_new_piggy_bank' => 'Δημιουργία ενός νέου κουμπαρά',
|
||||||
@@ -1027,26 +1028,26 @@ return [
|
|||||||
'list_inactive_rule' => 'ανενεργός κανόνας',
|
'list_inactive_rule' => 'ανενεργός κανόνας',
|
||||||
'bill_edit_rules' => 'Το Firefly III θα προσπαθήσει επίσης να επεξεργαστεί τον κανόνα που σχετίζεται με αυτόν τον λογαριασμό. Εάν όμως έχετε επεξεργαστεί ο ίδιος αυτόν τον κανόνα, το Firefly III δεν θα αλλάξει τίποτα.|Το Firefly III θα προσπαθήσει επίσης να επεξεργαστεί τους :count κανόνες που σχετίζονται με αυτόν τον λογαριασμό. Ωστόσο, εάν έχετε επεξεργαστεί αυτούς τους κανόνες μόνοι σας, το Firefly III δεν θα αλλάξει τίποτα.',
|
'bill_edit_rules' => 'Το Firefly III θα προσπαθήσει επίσης να επεξεργαστεί τον κανόνα που σχετίζεται με αυτόν τον λογαριασμό. Εάν όμως έχετε επεξεργαστεί ο ίδιος αυτόν τον κανόνα, το Firefly III δεν θα αλλάξει τίποτα.|Το Firefly III θα προσπαθήσει επίσης να επεξεργαστεί τους :count κανόνες που σχετίζονται με αυτόν τον λογαριασμό. Ωστόσο, εάν έχετε επεξεργαστεί αυτούς τους κανόνες μόνοι σας, το Firefly III δεν θα αλλάξει τίποτα.',
|
||||||
'bill_expected_date' => 'Αναμένεται :date',
|
'bill_expected_date' => 'Αναμένεται :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Αναμένεται {date}',
|
||||||
'bill_paid_on' => 'Πληρώθηκε στις {date}',
|
'bill_paid_on' => 'Πληρώθηκε στις {date}',
|
||||||
'bill_repeats_weekly' => 'Repeats weekly',
|
'bill_repeats_weekly' => 'Επαναλαμβάνεται εβδομαδιαίως',
|
||||||
'bill_repeats_monthly' => 'Repeats monthly',
|
'bill_repeats_monthly' => 'Επαναλαμβάνεται μηνιαίως',
|
||||||
'bill_repeats_quarterly' => 'Repeats quarterly',
|
'bill_repeats_quarterly' => 'Επαναλαμβάνεται ανά τρίμηνο',
|
||||||
'bill_repeats_half-year' => 'Repeats every half year',
|
'bill_repeats_half-year' => 'Επαναλαμβάνεται κάθε μισό χρόνο',
|
||||||
'bill_repeats_yearly' => 'Repeats yearly',
|
'bill_repeats_yearly' => 'Επαναλαμβάνεται ετησίως',
|
||||||
'bill_repeats_weekly_other' => 'Repeats every other week',
|
'bill_repeats_weekly_other' => 'Επαναλαμβάνεται κάθε δεύτερη εβδομάδα',
|
||||||
'bill_repeats_monthly_other' => 'Repeats every other month',
|
'bill_repeats_monthly_other' => 'Επαναλαμβάνεται κάθε δεύτερο μήνα',
|
||||||
'bill_repeats_quarterly_other' => 'Repeats every other quarter',
|
'bill_repeats_quarterly_other' => 'Επαναλαμβάνεται κάθε δεύτερο τρίμηνο',
|
||||||
'bill_repeats_half-year_other' => 'Repeats yearly',
|
'bill_repeats_half-year_other' => 'Επαναλαμβάνεται ετησίως',
|
||||||
'bill_repeats_yearly_other' => 'Repeats every other year',
|
'bill_repeats_yearly_other' => 'Επαναλαμβάνεται κάθε δεύτερο χρόνο',
|
||||||
'bill_repeats_weekly_skip' => 'Repeats every {skip} weeks',
|
'bill_repeats_weekly_skip' => 'Επαναλαμβάνεται κάθε {skip} εβδομάδες',
|
||||||
'bill_repeats_monthly_skip' => 'Repeats every {skip} months',
|
'bill_repeats_monthly_skip' => 'Επαναλαμβάνεται κάθε {skip} μήνες',
|
||||||
'bill_repeats_quarterly_skip' => 'Repeats every {skip} quarters',
|
'bill_repeats_quarterly_skip' => 'Επαναλαμβάνεται κάθε {skip} τρίμηνα',
|
||||||
'bill_repeats_half-year_skip' => 'Repeats every {skip} half years',
|
'bill_repeats_half-year_skip' => 'Επαναλαμβάνεται κάθε {skip} εξάμηνα',
|
||||||
'bill_repeats_yearly_skip' => 'Repeats every {skip} years',
|
'bill_repeats_yearly_skip' => 'Επαναλαμβάνεται κάθε {skip} έτη',
|
||||||
'subscriptions' => 'Subscriptions',
|
'subscriptions' => 'Συνδρομές',
|
||||||
'forever' => 'Forever',
|
'forever' => 'Για πάντα',
|
||||||
'extension_date_is' => 'Extension date is {date}',
|
'extension_date_is' => 'Η ημερομηνία παράτασης είναι {date}',
|
||||||
|
|
||||||
// accounts:
|
// accounts:
|
||||||
'inactive_account_link' => 'Έχετε :count ανενεργό λογαριασμό (σε αρχειοθέτηση), τον οποίο μπορείτε να δείτε σε αυτή τη ξεχωριστή σελίδα.|Έχετε :count ανενεργούς λογαριασμούς (σε αρχειοθέτηση), τους οποίους μπορείτε να δείτε σε αυτή τη ξεχωριστή σελίδα.',
|
'inactive_account_link' => 'Έχετε :count ανενεργό λογαριασμό (σε αρχειοθέτηση), τον οποίο μπορείτε να δείτε σε αυτή τη ξεχωριστή σελίδα.|Έχετε :count ανενεργούς λογαριασμούς (σε αρχειοθέτηση), τους οποίους μπορείτε να δείτε σε αυτή τη ξεχωριστή σελίδα.',
|
||||||
@@ -1069,7 +1070,7 @@ return [
|
|||||||
'delete_revenue_account' => 'Διαγραφή λογαριασμού εσόδων ":name"',
|
'delete_revenue_account' => 'Διαγραφή λογαριασμού εσόδων ":name"',
|
||||||
'delete_liabilities_account' => 'Διαγραφή υποχρέωσης ":name"',
|
'delete_liabilities_account' => 'Διαγραφή υποχρέωσης ":name"',
|
||||||
'asset_deleted' => 'Επιτυχής διαγραφή του κεφαλαιακού λογαριασμού ":name"',
|
'asset_deleted' => 'Επιτυχής διαγραφή του κεφαλαιακού λογαριασμού ":name"',
|
||||||
'account_deleted' => 'Successfully deleted account ":name"',
|
'account_deleted' => 'Επιτυχής διαγραφή του λογαριασμού ":name"',
|
||||||
'expense_deleted' => 'Επιτυχής διαγραφή του λογαριασμού δαπανών ":name"',
|
'expense_deleted' => 'Επιτυχής διαγραφή του λογαριασμού δαπανών ":name"',
|
||||||
'revenue_deleted' => 'Επιτυχής διαγραφή του λογαριασμού εσόδων ":name"',
|
'revenue_deleted' => 'Επιτυχής διαγραφή του λογαριασμού εσόδων ":name"',
|
||||||
'update_asset_account' => 'Ενημέρωση λογαριασμού κεφαλαίου',
|
'update_asset_account' => 'Ενημέρωση λογαριασμού κεφαλαίου',
|
||||||
@@ -1116,9 +1117,9 @@ return [
|
|||||||
'cant_find_redirect_account' => 'Το Firefly III προσπάθησε να σας ανακατευθύνει αλλά δεν κατάφερε. Συγνώμη για αυτό. Πίσω στην αρχική.',
|
'cant_find_redirect_account' => 'Το Firefly III προσπάθησε να σας ανακατευθύνει αλλά δεν κατάφερε. Συγνώμη για αυτό. Πίσω στην αρχική.',
|
||||||
'account_type' => 'Τύπος λογαριασμού',
|
'account_type' => 'Τύπος λογαριασμού',
|
||||||
'save_transactions_by_moving' => 'Αποθηκεύστε αυτή τη συναλλαγή μετακινώντας την σε ένα άλλο λογαριασμό:|Αποθηκεύστε αυτές τις συναλλαγές μετακινώντας τις σε ένα άλλο λογαριασμό:',
|
'save_transactions_by_moving' => 'Αποθηκεύστε αυτή τη συναλλαγή μετακινώντας την σε ένα άλλο λογαριασμό:|Αποθηκεύστε αυτές τις συναλλαγές μετακινώντας τις σε ένα άλλο λογαριασμό:',
|
||||||
'save_transactions_by_moving_js' => 'No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.',
|
'save_transactions_by_moving_js' => 'Δεν υπάρχουν συναλλαγές|Αποθηκεύστε αυτή τη συναλλαγή μετακινώντας την σε άλλο λογαριασμό|Αποθηκεύστε αυτές τις συναλλαγές μετακινώντας τις σε άλλο λογαριασμό.',
|
||||||
'stored_new_account' => 'Ο νέος λογαριασμός ":name" αποθηκεύτηκε!',
|
'stored_new_account' => 'Ο νέος λογαριασμός ":name" αποθηκεύτηκε!',
|
||||||
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
|
'stored_new_account_js' => 'Ο νέος λογαριασμός "<a href="accounts/show/{ID}">{name}</a>" αποθηκεύτηκε!',
|
||||||
'updated_account' => 'Ενημερώθηκε ο λογαριασμός ":name"',
|
'updated_account' => 'Ενημερώθηκε ο λογαριασμός ":name"',
|
||||||
'credit_card_options' => 'Επιλογές πιστωτικής κάρτας',
|
'credit_card_options' => 'Επιλογές πιστωτικής κάρτας',
|
||||||
'no_transactions_account' => 'Δεν υπάρχουν συναλλαγές (αυτήν την περίοδο) για τον λογαριασμό κεφαλαίου ":name".',
|
'no_transactions_account' => 'Δεν υπάρχουν συναλλαγές (αυτήν την περίοδο) για τον λογαριασμό κεφαλαίου ":name".',
|
||||||
@@ -1151,16 +1152,16 @@ return [
|
|||||||
'already_cleared_transactions' => 'Συναλλαγές που έχουν ήδη ελεγχθεί (:count)',
|
'already_cleared_transactions' => 'Συναλλαγές που έχουν ήδη ελεγχθεί (:count)',
|
||||||
'submitted_end_balance' => 'Υποβλήθηκε το τελικό υπόλοιπο',
|
'submitted_end_balance' => 'Υποβλήθηκε το τελικό υπόλοιπο',
|
||||||
'initial_balance_description' => 'Αρχικό υπόλοιπο για ":account"',
|
'initial_balance_description' => 'Αρχικό υπόλοιπο για ":account"',
|
||||||
'liability_credit_description' => 'Liability credit for ":account"',
|
'liability_credit_description' => 'Πίστωση υποχρέωσης για ":account"',
|
||||||
'interest_calc_' => 'άγνωστο',
|
'interest_calc_' => 'άγνωστο',
|
||||||
'interest_calc_daily' => 'Ανά ημέρα',
|
'interest_calc_daily' => 'Ανά ημέρα',
|
||||||
'interest_calc_monthly' => 'Ανά μήνα',
|
'interest_calc_monthly' => 'Ανά μήνα',
|
||||||
'interest_calc_yearly' => 'Ανά έτος',
|
'interest_calc_yearly' => 'Ανά έτος',
|
||||||
'interest_calc_weekly' => 'Per week',
|
'interest_calc_weekly' => 'Ανά εβδομάδα',
|
||||||
'interest_calc_half-year' => 'Per half year',
|
'interest_calc_half-year' => 'Ανά εξάμηνο',
|
||||||
'interest_calc_quarterly' => 'Per quarter',
|
'interest_calc_quarterly' => 'Ανά τρίμηνο',
|
||||||
'initial_balance_account' => 'Αρχικό υπόλοιπο του λογαριασμού :account',
|
'initial_balance_account' => 'Αρχικό υπόλοιπο του λογαριασμού :account',
|
||||||
'list_options' => 'List options',
|
'list_options' => 'Επιλογές λίστας',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'Νέα κατηγορία',
|
'new_category' => 'Νέα κατηγορία',
|
||||||
@@ -1274,7 +1275,7 @@ return [
|
|||||||
'first_split_decides' => 'Ο πρώτος διαχωρισμός καθορίζει την τιμή αυτού του πεδίου',
|
'first_split_decides' => 'Ο πρώτος διαχωρισμός καθορίζει την τιμή αυτού του πεδίου',
|
||||||
'first_split_overrules_source' => 'Ο πρώτος διαχωρισμός ενδέχεται να παρακάμψει τον λογαριασμό προέλευσης',
|
'first_split_overrules_source' => 'Ο πρώτος διαχωρισμός ενδέχεται να παρακάμψει τον λογαριασμό προέλευσης',
|
||||||
'first_split_overrules_destination' => 'Ο πρώτος διαχωρισμός ενδέχεται να παρακάμψει τον λογαριασμό προορισμού',
|
'first_split_overrules_destination' => 'Ο πρώτος διαχωρισμός ενδέχεται να παρακάμψει τον λογαριασμό προορισμού',
|
||||||
'spent_x_of_y' => 'Spent {amount} of {total}',
|
'spent_x_of_y' => 'Δαπανήθηκαν {amount} από {total}',
|
||||||
|
|
||||||
// new user:
|
// new user:
|
||||||
'welcome' => 'Καλωσήρθατε στο Firefly III!',
|
'welcome' => 'Καλωσήρθατε στο Firefly III!',
|
||||||
@@ -1339,17 +1340,18 @@ return [
|
|||||||
'account_type_Debt' => 'Χρέος',
|
'account_type_Debt' => 'Χρέος',
|
||||||
'account_type_Loan' => 'Δάνειο',
|
'account_type_Loan' => 'Δάνειο',
|
||||||
'account_type_Mortgage' => 'Υποθήκη',
|
'account_type_Mortgage' => 'Υποθήκη',
|
||||||
'account_type_debt' => 'Debt',
|
'account_type_debt' => 'Χρέος',
|
||||||
'account_type_loan' => 'Loan',
|
'account_type_loan' => 'Δάνειο',
|
||||||
'account_type_mortgage' => 'Mortgage',
|
'account_type_mortgage' => 'Υποθήκη',
|
||||||
'account_type_Credit card' => 'Πιστωτική κάρτα',
|
'account_type_Credit card' => 'Πιστωτική κάρτα',
|
||||||
'liability_direction_credit' => 'I am owed this debt',
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
'liability_direction_credit' => 'Μου οφείλουν αυτό το χρέος σε μένα',
|
||||||
'liability_direction_credit_short' => 'Owed this debt',
|
'liability_direction_debit' => 'Οφείλω αυτό το χρέος σε κάποιον άλλο',
|
||||||
'liability_direction_debit_short' => 'Owe this debt',
|
'liability_direction_credit_short' => 'Μου οφείλουν αυτό το χρέος',
|
||||||
'liability_direction__short' => 'Unknown',
|
'liability_direction_debit_short' => 'Οφείλω αυτό το χρέος',
|
||||||
'liability_direction_null_short' => 'Unknown',
|
'liability_direction__short' => 'Άγνωστο',
|
||||||
'Liability credit' => 'Liability credit',
|
'liability_direction_null_short' => 'Άγνωστο',
|
||||||
|
'Liability credit' => 'Πίστωση υποχρέωσης',
|
||||||
'budgets' => 'Προϋπολογισμοί',
|
'budgets' => 'Προϋπολογισμοί',
|
||||||
'tags' => 'Ετικέτες',
|
'tags' => 'Ετικέτες',
|
||||||
'reports' => 'Αναφορές',
|
'reports' => 'Αναφορές',
|
||||||
@@ -1420,7 +1422,7 @@ return [
|
|||||||
'splitByAccount' => 'Διαχωρισμός ανά λογαριασμό',
|
'splitByAccount' => 'Διαχωρισμός ανά λογαριασμό',
|
||||||
'coveredWithTags' => 'Καλύπτεται με ετικέτες',
|
'coveredWithTags' => 'Καλύπτεται με ετικέτες',
|
||||||
'leftInBudget' => 'Απομένουν στον προϋπολογισμό',
|
'leftInBudget' => 'Απομένουν στον προϋπολογισμό',
|
||||||
'left_in_debt' => 'Amount due',
|
'left_in_debt' => 'Οφειλόμενο ποσό',
|
||||||
'sumOfSums' => 'Σύνολο υποσυνόλων',
|
'sumOfSums' => 'Σύνολο υποσυνόλων',
|
||||||
'noCategory' => '(χωρίς κατηγορία)',
|
'noCategory' => '(χωρίς κατηγορία)',
|
||||||
'notCharged' => 'Χωρίς χρέωση (ακόμα)',
|
'notCharged' => 'Χωρίς χρέωση (ακόμα)',
|
||||||
@@ -1711,8 +1713,8 @@ return [
|
|||||||
'store_as_new' => 'Αποθήκευση ως νέα συναλλαγή αντί για ενημέρωση.',
|
'store_as_new' => 'Αποθήκευση ως νέα συναλλαγή αντί για ενημέρωση.',
|
||||||
'reset_after' => 'Επαναφορά φόρμας μετά την υποβολή',
|
'reset_after' => 'Επαναφορά φόρμας μετά την υποβολή',
|
||||||
'errors_submission' => 'Υπήρξε κάποιο λάθος με την υποβολή σας. Παρακαλώ ελέγξτε τα σφάλματα.',
|
'errors_submission' => 'Υπήρξε κάποιο λάθος με την υποβολή σας. Παρακαλώ ελέγξτε τα σφάλματα.',
|
||||||
'transaction_expand_split' => 'Expand split',
|
'transaction_expand_split' => 'Ανάπτυξη διαχωρισμού',
|
||||||
'transaction_collapse_split' => 'Collapse split',
|
'transaction_collapse_split' => 'Σύμπτυξη διαχωρισμού',
|
||||||
|
|
||||||
// object groups
|
// object groups
|
||||||
'default_group_title_name' => '(χωρίς ομάδα)',
|
'default_group_title_name' => '(χωρίς ομάδα)',
|
||||||
@@ -1735,13 +1737,13 @@ return [
|
|||||||
'no_accounts_imperative_liabilities' => 'Δεν χρειάζεται να χρησιμοποιήσετε αυτή τη λειτουργία, αλλά μπορεί να σας φανεί χρήσιμη εάν θέλετε να επιβλέπετε αυτά τα πράγματα.',
|
'no_accounts_imperative_liabilities' => 'Δεν χρειάζεται να χρησιμοποιήσετε αυτή τη λειτουργία, αλλά μπορεί να σας φανεί χρήσιμη εάν θέλετε να επιβλέπετε αυτά τα πράγματα.',
|
||||||
'no_accounts_create_liabilities' => 'Δημιουργία μιας υποχρέωσης',
|
'no_accounts_create_liabilities' => 'Δημιουργία μιας υποχρέωσης',
|
||||||
'no_budgets_title_default' => 'Ας δημιουργήσουμε ένα προϋπολογισμό',
|
'no_budgets_title_default' => 'Ας δημιουργήσουμε ένα προϋπολογισμό',
|
||||||
'no_rules_title_default' => 'Let\'s create a rule',
|
'no_rules_title_default' => 'Ας δημιουργήσουμε ένα κανόνα',
|
||||||
'no_budgets_intro_default' => 'Δεν έχετε ακόμα προϋπολογισμούς. Οι προϋπολογισμοί χρησιμοποιούνται για την οργάνωση των εξόδων σας σε λογικές ομάδες, στις οποίες μπορείτε να ορίσετε ένα λογικό άνω όριο με σκοπό να περιορίσετε τα έξοδά σας.',
|
'no_budgets_intro_default' => 'Δεν έχετε ακόμα προϋπολογισμούς. Οι προϋπολογισμοί χρησιμοποιούνται για την οργάνωση των εξόδων σας σε λογικές ομάδες, στις οποίες μπορείτε να ορίσετε ένα λογικό άνω όριο με σκοπό να περιορίσετε τα έξοδά σας.',
|
||||||
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
|
'no_rules_intro_default' => 'Δεν έχετε κανόνες ακόμα. Οι κανόνες είναι ισχυροί αυτοματισμοί που μπορούν να χειριστούν συναλλαγές για εσάς.',
|
||||||
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
|
'no_rules_imperative_default' => 'Οι κανόνες μπορεί να είναι πολύ χρήσιμοι όταν διαχειρίζεστε συναλλαγές. Ας δημιουργήσουμε τώρα έναν:',
|
||||||
'no_budgets_imperative_default' => 'Οι προϋπολογισμοί είναι τα βασικά εργαλεία της οικονομικής διαχείρισης. Ας δημιουργήσουμε έναν τώρα:',
|
'no_budgets_imperative_default' => 'Οι προϋπολογισμοί είναι τα βασικά εργαλεία της οικονομικής διαχείρισης. Ας δημιουργήσουμε έναν τώρα:',
|
||||||
'no_budgets_create_default' => 'Δημιουργία ενός προϋπολογισμού',
|
'no_budgets_create_default' => 'Δημιουργία ενός προϋπολογισμού',
|
||||||
'no_rules_create_default' => 'Create a rule',
|
'no_rules_create_default' => 'Δημιουργία κανόνα',
|
||||||
'no_categories_title_default' => 'Ας δημιουργήσουμε μια κατηγορία!',
|
'no_categories_title_default' => 'Ας δημιουργήσουμε μια κατηγορία!',
|
||||||
'no_categories_intro_default' => 'Δεν έχετε ακόμα κατηγορίες. Οι κατηγορίες χρησιμοποιούνται για την τελειοποίηση των συναλλαγών σας σημειώνοντας τη συγκεκριμένη κατηγορία τους.',
|
'no_categories_intro_default' => 'Δεν έχετε ακόμα κατηγορίες. Οι κατηγορίες χρησιμοποιούνται για την τελειοποίηση των συναλλαγών σας σημειώνοντας τη συγκεκριμένη κατηγορία τους.',
|
||||||
'no_categories_imperative_default' => 'Οι κατηγορίες δημιουργούνται αυτόματα όταν δημιουργείτε συναλλαγές, αλλά μπορείτε να δημιουργήσετε μία και χειροκίνητα. Ας δημιουργήσουμε μια τώρα:',
|
'no_categories_imperative_default' => 'Οι κατηγορίες δημιουργούνται αυτόματα όταν δημιουργείτε συναλλαγές, αλλά μπορείτε να δημιουργήσετε μία και χειροκίνητα. Ας δημιουργήσουμε μια τώρα:',
|
||||||
@@ -1786,7 +1788,7 @@ return [
|
|||||||
'recurring_monthly' => 'Κάθε μήνα την :dayOfMonthη ημέρα',
|
'recurring_monthly' => 'Κάθε μήνα την :dayOfMonthη ημέρα',
|
||||||
'recurring_monthly_skip' => 'Κάθε :skipο μήνα την :dayOfMonthη ημέρα',
|
'recurring_monthly_skip' => 'Κάθε :skipο μήνα την :dayOfMonthη ημέρα',
|
||||||
'recurring_ndom' => 'Κάθε μήνα την :dayOfMonthη :weekday',
|
'recurring_ndom' => 'Κάθε μήνα την :dayOfMonthη :weekday',
|
||||||
'recurring_yearly' => 'Κάθε χρόνο την :date',
|
'recurring_yearly' => 'Ετήσια στις :date',
|
||||||
'overview_for_recurrence' => 'Επισκόπηση της επαναλαμβανόμενης συναλλαγής ":title"',
|
'overview_for_recurrence' => 'Επισκόπηση της επαναλαμβανόμενης συναλλαγής ":title"',
|
||||||
'warning_duplicates_repetitions' => 'Σε σπάνιες περιπτώσεις, οι ημερομηνίες εμφανίζονται δύο φορές σε αυτήν τη λίστα. Αυτό μπορεί να συμβεί όταν επικαλύπτονται πολλές επαναλήψεις. Το Firefly III θα παράγει πάντα μία συναλλαγή την ημέρα.',
|
'warning_duplicates_repetitions' => 'Σε σπάνιες περιπτώσεις, οι ημερομηνίες εμφανίζονται δύο φορές σε αυτήν τη λίστα. Αυτό μπορεί να συμβεί όταν επικαλύπτονται πολλές επαναλήψεις. Το Firefly III θα παράγει πάντα μία συναλλαγή την ημέρα.',
|
||||||
'created_transactions' => 'Σχετικές συναλλαγές',
|
'created_transactions' => 'Σχετικές συναλλαγές',
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ return [
|
|||||||
'currency' => 'Νόμισμα',
|
'currency' => 'Νόμισμα',
|
||||||
'account_id' => 'Λογαριασμός κεφαλαίου',
|
'account_id' => 'Λογαριασμός κεφαλαίου',
|
||||||
'budget_id' => 'Προϋπολογισμός',
|
'budget_id' => 'Προϋπολογισμός',
|
||||||
'bill_id' => 'Bill',
|
'bill_id' => 'Πάγιο έξοδο',
|
||||||
'opening_balance' => 'Υπόλοιπο έναρξης',
|
'opening_balance' => 'Υπόλοιπο έναρξης',
|
||||||
'tagMode' => 'Λειτουργία ετικέτας',
|
'tagMode' => 'Λειτουργία ετικέτας',
|
||||||
'virtual_balance' => 'Εικονικό υπόλοιπο',
|
'virtual_balance' => 'Εικονικό υπόλοιπο',
|
||||||
@@ -81,10 +81,10 @@ return [
|
|||||||
'api_key' => 'Κλειδί API',
|
'api_key' => 'Κλειδί API',
|
||||||
'remember_me' => 'Να με θυμάσαι',
|
'remember_me' => 'Να με θυμάσαι',
|
||||||
'liability_type_id' => 'Τύπος υποχρέωσης',
|
'liability_type_id' => 'Τύπος υποχρέωσης',
|
||||||
'liability_type' => 'Liability type',
|
'liability_type' => 'Τύπος υποχρέωσης',
|
||||||
'interest' => 'Τόκος',
|
'interest' => 'Τόκος',
|
||||||
'interest_period' => 'Τοκιζόμενη περίοδος',
|
'interest_period' => 'Τοκιζόμενη περίοδος',
|
||||||
'extension_date' => 'Extension date',
|
'extension_date' => 'Ημερομηνία επέκτασης',
|
||||||
'type' => 'Τύπος',
|
'type' => 'Τύπος',
|
||||||
'convert_Withdrawal' => 'Μετατροπή ανάληψης',
|
'convert_Withdrawal' => 'Μετατροπή ανάληψης',
|
||||||
'convert_Deposit' => 'Μετατροπή κατάθεσης',
|
'convert_Deposit' => 'Μετατροπή κατάθεσης',
|
||||||
@@ -121,7 +121,7 @@ return [
|
|||||||
'stop_processing' => 'Διακοπή επεξεργασίας',
|
'stop_processing' => 'Διακοπή επεξεργασίας',
|
||||||
'start_date' => 'Αρχή του εύρους',
|
'start_date' => 'Αρχή του εύρους',
|
||||||
'end_date' => 'Τέλος του εύρους',
|
'end_date' => 'Τέλος του εύρους',
|
||||||
'enddate' => 'End date',
|
'enddate' => 'Ημερομηνία λήξης',
|
||||||
'start' => 'Αρχή του εύρους',
|
'start' => 'Αρχή του εύρους',
|
||||||
'end' => 'Τέλος του εύρους',
|
'end' => 'Τέλος του εύρους',
|
||||||
'delete_account' => 'Διαγραφή λογαριασμού ":name"',
|
'delete_account' => 'Διαγραφή λογαριασμού ":name"',
|
||||||
@@ -139,7 +139,7 @@ return [
|
|||||||
'user_areYouSure' => 'Εάν διαγράψετε το χρήστη ":email", θα χαθούν όλα. Δεν υπάρχει αναίρεση, επαναφορά ή κάτι άλλο. Εάν διαγράψετε τον εαυτό σας, θα χάσετε την πρόσβαση στο Firefly III.',
|
'user_areYouSure' => 'Εάν διαγράψετε το χρήστη ":email", θα χαθούν όλα. Δεν υπάρχει αναίρεση, επαναφορά ή κάτι άλλο. Εάν διαγράψετε τον εαυτό σας, θα χάσετε την πρόσβαση στο Firefly III.',
|
||||||
'attachment_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το συνημμένο με όνομα ":name";',
|
'attachment_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το συνημμένο με όνομα ":name";',
|
||||||
'account_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το λογαριασμό με όνομα ":name";',
|
'account_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το λογαριασμό με όνομα ":name";',
|
||||||
'account_areYouSure_js' => 'Are you sure you want to delete the account named "{name}"?',
|
'account_areYouSure_js' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το λογαριασμό με όνομα "{name}";',
|
||||||
'bill_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το πάγιο έξοδο με όνομα ":name";',
|
'bill_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το πάγιο έξοδο με όνομα ":name";',
|
||||||
'rule_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον κανόνα με τίτλο ":title";',
|
'rule_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον κανόνα με τίτλο ":title";',
|
||||||
'object_group_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα με τίτλο ":title";',
|
'object_group_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα με τίτλο ":title";',
|
||||||
@@ -159,11 +159,11 @@ return [
|
|||||||
'delete_all_permanently' => 'Μόνιμη διαγραφή επιλεγμένων',
|
'delete_all_permanently' => 'Μόνιμη διαγραφή επιλεγμένων',
|
||||||
'update_all_journals' => 'Ανανέωση αυτών των συναλλαγών',
|
'update_all_journals' => 'Ανανέωση αυτών των συναλλαγών',
|
||||||
'also_delete_transactions' => 'Η μόνη συναλλαγή που συνδέεται με αυτό το λογαριασμό θα διαγραφεί επίσης.| Και οι :count συναλλαγές που συνδέονται με αυτό το λογαριασμό θα διαγραφούν επίσης.',
|
'also_delete_transactions' => 'Η μόνη συναλλαγή που συνδέεται με αυτό το λογαριασμό θα διαγραφεί επίσης.| Και οι :count συναλλαγές που συνδέονται με αυτό το λογαριασμό θα διαγραφούν επίσης.',
|
||||||
'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.',
|
'also_delete_transactions_js' => 'Χωρίς συναλλαγές | Η μόνη συναλλαγή που συνδέεται με αυτόν τον λογαριασμό θα διαγραφεί επίσης. | Όλες οι συναλλαγές {count} που συνδέονται με αυτόν τον λογαριασμό θα διαγραφούν επίσης.',
|
||||||
'also_delete_connections' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτό τον τύπο σύνδεσης θα αποσυνδεθεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτό τον τύπο σύνδεσης θα αποσυνδεθούν.',
|
'also_delete_connections' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτό τον τύπο σύνδεσης θα αποσυνδεθεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτό τον τύπο σύνδεσης θα αποσυνδεθούν.',
|
||||||
'also_delete_rules' => 'Η μόνη συναλλαγή που συνδέεται με αυτό το λογαριασμό θα διαγραφεί επίσης.| Όλες οι :count συναλλαγές που συνδέονται με αυτό το λογαριασμό θα διαγραφούν επίσης.',
|
'also_delete_rules' => 'Η μόνη συναλλαγή που συνδέεται με αυτό το λογαριασμό θα διαγραφεί επίσης.| Όλες οι :count συναλλαγές που συνδέονται με αυτό το λογαριασμό θα διαγραφούν επίσης.',
|
||||||
'also_delete_piggyBanks' => 'Ο μόνος συνδεδεμένος κουμπαράς σε αυτό τον λογαριασμό θα διαγραφή επίσης.|Όλες οι :count συνδεδεμένοι κουμπαράδες με αυτό τον λογαριασμό θα διαγραφούν επίσης.',
|
'also_delete_piggyBanks' => 'Ο μόνος συνδεδεμένος κουμπαράς σε αυτό τον λογαριασμό θα διαγραφή επίσης.|Όλες οι :count συνδεδεμένοι κουμπαράδες με αυτό τον λογαριασμό θα διαγραφούν επίσης.',
|
||||||
'also_delete_piggyBanks_js' => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.',
|
'also_delete_piggyBanks_js' => 'Χωρίς κουμπαρά | Ο μόνος κουμπαράς που είναι συνδεδεμένος σε αυτόν τον λογαριασμό θα διαγραφεί επίσης. | Όλοι οι κουμπαράδες {count} που συνδέονται με αυτόν τον λογαριασμό θα διαγραφούν επίσης.',
|
||||||
'not_delete_piggy_banks' => 'Ο κουμπαράς που είναι συνδεδεμένος σε αυτή την ομάδα δε θα διαγραφεί.| Οι :count κουμπαράδες που είναι συνδεδεμένοι σε αυτή την ομάδα δε θα διαγραφούν.',
|
'not_delete_piggy_banks' => 'Ο κουμπαράς που είναι συνδεδεμένος σε αυτή την ομάδα δε θα διαγραφεί.| Οι :count κουμπαράδες που είναι συνδεδεμένοι σε αυτή την ομάδα δε θα διαγραφούν.',
|
||||||
'bill_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτό το λογαριασμό δε θα διαγραφεί.|\'Ολες οι :count συνδεδεμένες συναλλαγές με αυτό τον λογαριασμό θα γλυτώσουν από τη διαγραφή.',
|
'bill_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτό το λογαριασμό δε θα διαγραφεί.|\'Ολες οι :count συνδεδεμένες συναλλαγές με αυτό τον λογαριασμό θα γλυτώσουν από τη διαγραφή.',
|
||||||
'budget_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτό τον προϋπολογισμό δε θα διαγραφεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτό τον προϋπολογισμό θα γλυτώσουν από τη διαγραφή.',
|
'budget_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτό τον προϋπολογισμό δε θα διαγραφεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτό τον προϋπολογισμό θα γλυτώσουν από τη διαγραφή.',
|
||||||
@@ -171,7 +171,7 @@ return [
|
|||||||
'recurring_keep_transactions' => 'Η μόνη συναλλαγή που δημιουργήθηκε από αυτή την επαναλαμβανόμενη συναλλαγή δε θα διαγραφεί.| \'Ολες οι :count συναλλαγές που δημιουργήθηκαν από αυτή την επαναλαμβανόμενη συναλλαγή θα γλυτώσουν από τη διαγραφή.',
|
'recurring_keep_transactions' => 'Η μόνη συναλλαγή που δημιουργήθηκε από αυτή την επαναλαμβανόμενη συναλλαγή δε θα διαγραφεί.| \'Ολες οι :count συναλλαγές που δημιουργήθηκαν από αυτή την επαναλαμβανόμενη συναλλαγή θα γλυτώσουν από τη διαγραφή.',
|
||||||
'tag_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτή την ετικέτα δε θα διαγραφεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτή την ετικέτα θα γλυτώσουν από τη διαγραφή.',
|
'tag_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτή την ετικέτα δε θα διαγραφεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτή την ετικέτα θα γλυτώσουν από τη διαγραφή.',
|
||||||
'check_for_updates' => 'Έλεγχος ενημερώσεων',
|
'check_for_updates' => 'Έλεγχος ενημερώσεων',
|
||||||
'liability_direction' => 'Liability in/out',
|
'liability_direction' => 'Υποχρέωση εντός/εκτός',
|
||||||
'delete_object_group' => 'Διαγραφή ομάδας ":title"',
|
'delete_object_group' => 'Διαγραφή ομάδας ":title"',
|
||||||
'email' => 'Διεύθυνση E-mail',
|
'email' => 'Διεύθυνση E-mail',
|
||||||
'password' => 'Συνθηματικό',
|
'password' => 'Συνθηματικό',
|
||||||
|
|||||||
@@ -130,11 +130,11 @@ return [
|
|||||||
'field' => 'Πεδίο',
|
'field' => 'Πεδίο',
|
||||||
'value' => 'Τιμή',
|
'value' => 'Τιμή',
|
||||||
'interest' => 'Τόκος',
|
'interest' => 'Τόκος',
|
||||||
'interest_period' => 'Interest period',
|
'interest_period' => 'Τοκιζόμενη περίοδος',
|
||||||
'liability_type' => 'Τύπος υποχρέωσης',
|
'liability_type' => 'Τύπος υποχρέωσης',
|
||||||
'liability_direction' => 'Liability in/out',
|
'liability_direction' => 'Υποχρέωση εντός/εκτός',
|
||||||
'end_date' => 'End date',
|
'end_date' => 'Ημερομηνία λήξης',
|
||||||
'payment_info' => 'Payment information',
|
'payment_info' => 'Πληροφορίες Πληρωμής',
|
||||||
'expected_info' => 'Next expected transaction',
|
'expected_info' => 'Επόμενη αναμενόμενη συναλλαγή',
|
||||||
'start_date' => 'Start date',
|
'start_date' => 'Ημερομηνία έναρξης',
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ return [
|
|||||||
'need_id_in_edit' => 'Κάθε διαχωρισμός πρέπει να έχει transaction_journal_id (είτε έγκυρο αναγνωριστικό ID ή 0).',
|
'need_id_in_edit' => 'Κάθε διαχωρισμός πρέπει να έχει transaction_journal_id (είτε έγκυρο αναγνωριστικό ID ή 0).',
|
||||||
|
|
||||||
'ob_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
'ob_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
'lc_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο ID λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||||
'ob_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
'ob_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
||||||
'ob_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
'ob_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||||
|
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Invalid password!',
|
'invalid_password' => 'Invalid password!',
|
||||||
'what_is_pw_security' => 'What is "verify password security"?',
|
'what_is_pw_security' => 'What is "verify password security"?',
|
||||||
'secure_pw_title' => 'How to choose a secure password',
|
'secure_pw_title' => 'How to choose a secure password',
|
||||||
|
'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
|
||||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Loan',
|
'account_type_loan' => 'Loan',
|
||||||
'account_type_mortgage' => 'Mortgage',
|
'account_type_mortgage' => 'Mortgage',
|
||||||
'account_type_Credit card' => 'Credit card',
|
'account_type_Credit card' => 'Credit card',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'I am owed this debt',
|
'liability_direction_credit' => 'I am owed this debt',
|
||||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||||
'liability_direction_credit_short' => 'Owed this debt',
|
'liability_direction_credit_short' => 'Owed this debt',
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Invalid password!',
|
'invalid_password' => 'Invalid password!',
|
||||||
'what_is_pw_security' => 'What is "verify password security"?',
|
'what_is_pw_security' => 'What is "verify password security"?',
|
||||||
'secure_pw_title' => 'How to choose a secure password',
|
'secure_pw_title' => 'How to choose a secure password',
|
||||||
|
'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
|
||||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Loan',
|
'account_type_loan' => 'Loan',
|
||||||
'account_type_mortgage' => 'Mortgage',
|
'account_type_mortgage' => 'Mortgage',
|
||||||
'account_type_Credit card' => 'Credit card',
|
'account_type_Credit card' => 'Credit card',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'I am owed this debt',
|
'liability_direction_credit' => 'I am owed this debt',
|
||||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||||
'liability_direction_credit_short' => 'Owed this debt',
|
'liability_direction_credit_short' => 'Owed this debt',
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Contraseña invalida!',
|
'invalid_password' => 'Contraseña invalida!',
|
||||||
'what_is_pw_security' => '¿Que es "verificar la seguridad de contraseña?',
|
'what_is_pw_security' => '¿Que es "verificar la seguridad de contraseña?',
|
||||||
'secure_pw_title' => 'Como escoger una contraseña segura',
|
'secure_pw_title' => 'Como escoger una contraseña segura',
|
||||||
|
'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
|
||||||
'secure_pw_history' => 'Cada semana leemos en las noticias sobre un sitio que pierde las contraseñas de sus usuarios. Hackers y ladrones utilizan estas contraseñas para intentar robar tu información privada. Esta información es valiosa.',
|
'secure_pw_history' => 'Cada semana leemos en las noticias sobre un sitio que pierde las contraseñas de sus usuarios. Hackers y ladrones utilizan estas contraseñas para intentar robar tu información privada. Esta información es valiosa.',
|
||||||
'secure_pw_ff' => '¿Utiliza la misma contraseña a través de Internet? Si un sitio pierde su contraseña, los hackers tienen acceso a todos sus datos. Firefly III depende de usted para elegir una contraseña fuerte y única para proteger sus registros financieros.',
|
'secure_pw_ff' => '¿Utiliza la misma contraseña a través de Internet? Si un sitio pierde su contraseña, los hackers tienen acceso a todos sus datos. Firefly III depende de usted para elegir una contraseña fuerte y única para proteger sus registros financieros.',
|
||||||
'secure_pw_check_box' => 'Para ayudarte a hacer eso Firefly III puede comprobar si la contraseña que quieres usar ha sido robada en el pasado. Si este es el caso, Firefly III te aconseja NO usar esa contraseña.',
|
'secure_pw_check_box' => 'Para ayudarte a hacer eso Firefly III puede comprobar si la contraseña que quieres usar ha sido robada en el pasado. Si este es el caso, Firefly III te aconseja NO usar esa contraseña.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Préstamo',
|
'account_type_loan' => 'Préstamo',
|
||||||
'account_type_mortgage' => 'Hipoteca',
|
'account_type_mortgage' => 'Hipoteca',
|
||||||
'account_type_Credit card' => 'Tarjeta de crédito',
|
'account_type_Credit card' => 'Tarjeta de crédito',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'Se me debe esta deuda',
|
'liability_direction_credit' => 'Se me debe esta deuda',
|
||||||
'liability_direction_debit' => 'Le debo esta deuda a otra persona',
|
'liability_direction_debit' => 'Le debo esta deuda a otra persona',
|
||||||
'liability_direction_credit_short' => 'Tenía esta deuda',
|
'liability_direction_credit_short' => 'Tenía esta deuda',
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Virheellinen salasana!',
|
'invalid_password' => 'Virheellinen salasana!',
|
||||||
'what_is_pw_security' => 'Mikä on "varmista salasanan turvallisuus"?',
|
'what_is_pw_security' => 'Mikä on "varmista salasanan turvallisuus"?',
|
||||||
'secure_pw_title' => 'Turvallisen salasanan valitseminen',
|
'secure_pw_title' => 'Turvallisen salasanan valitseminen',
|
||||||
|
'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
|
||||||
'secure_pw_history' => 'Yhtään viikkoa ei kulu ilman uutisia verkkosivustojen vuotaneista käyttäjien kirjautumistiedoista. Hakkerit ja varkaat käyttävät näitä salasanoja yrittäessään varastaa sinun yksityisiä tietoja. Tämä tieto on arvokasta.',
|
'secure_pw_history' => 'Yhtään viikkoa ei kulu ilman uutisia verkkosivustojen vuotaneista käyttäjien kirjautumistiedoista. Hakkerit ja varkaat käyttävät näitä salasanoja yrittäessään varastaa sinun yksityisiä tietoja. Tämä tieto on arvokasta.',
|
||||||
'secure_pw_ff' => 'Käytätkö samaa salasanaa kaikkialla internetissä? Jos yksi sivusto vuotaa sinun salasanasi, hakkereilla on pääsy kaikkiin sinun tietoihin. Firefly III luottaa, että sinä valitset vahvan ja yksilöllisen salasanan suojellaksesi taloudellisia tietojasi.',
|
'secure_pw_ff' => 'Käytätkö samaa salasanaa kaikkialla internetissä? Jos yksi sivusto vuotaa sinun salasanasi, hakkereilla on pääsy kaikkiin sinun tietoihin. Firefly III luottaa, että sinä valitset vahvan ja yksilöllisen salasanan suojellaksesi taloudellisia tietojasi.',
|
||||||
'secure_pw_check_box' => 'Auttaaksesi sinua tässä Firefly III voi tarkistaa onko ehdottamasi ja/tai käyttämäsi salasana jo aikaisemmin vuotaneiden joukossa. Jos näin on päässyt tapahtumaan, Firefly III neuvoo sinua olemaan käyttämättä valittua salasanaa.',
|
'secure_pw_check_box' => 'Auttaaksesi sinua tässä Firefly III voi tarkistaa onko ehdottamasi ja/tai käyttämäsi salasana jo aikaisemmin vuotaneiden joukossa. Jos näin on päässyt tapahtumaan, Firefly III neuvoo sinua olemaan käyttämättä valittua salasanaa.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Loan',
|
'account_type_loan' => 'Loan',
|
||||||
'account_type_mortgage' => 'Mortgage',
|
'account_type_mortgage' => 'Mortgage',
|
||||||
'account_type_Credit card' => 'Luottokortti',
|
'account_type_Credit card' => 'Luottokortti',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'I am owed this debt',
|
'liability_direction_credit' => 'I am owed this debt',
|
||||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||||
'liability_direction_credit_short' => 'Owed this debt',
|
'liability_direction_credit_short' => 'Owed this debt',
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Mot de passe incorrect !',
|
'invalid_password' => 'Mot de passe incorrect !',
|
||||||
'what_is_pw_security' => 'Qu\'est-ce que "vérifier la sécurité du mot de passe" ?',
|
'what_is_pw_security' => 'Qu\'est-ce que "vérifier la sécurité du mot de passe" ?',
|
||||||
'secure_pw_title' => 'Comment choisir un mot de passe sécurisé',
|
'secure_pw_title' => 'Comment choisir un mot de passe sécurisé',
|
||||||
|
'forgot_password_response' => 'Merci. Si un compte existe avec cette adresse e-mail, vous trouverez des instructions dans votre boîte de réception.',
|
||||||
'secure_pw_history' => 'Pas une semaine ne se passe sans que vous lisiez dans la presse qu\'un site s\'est fait dérober les mots de passe de ses utilisateurs. Les pirates et les voleurs utilisent ces mots de passe pour tenter de voler vos informations personnelles. Cette information est précieuse.',
|
'secure_pw_history' => 'Pas une semaine ne se passe sans que vous lisiez dans la presse qu\'un site s\'est fait dérober les mots de passe de ses utilisateurs. Les pirates et les voleurs utilisent ces mots de passe pour tenter de voler vos informations personnelles. Cette information est précieuse.',
|
||||||
'secure_pw_ff' => 'Vous utilisez le même mot de passe partout sur Internet ? Si un seul site se fait dérober ce mot de passe, c\'est l\'ensemble de vos comptes et données qui sont exposées aux pirates. Firefly III compte sur vous pour choisir un mot de passe unique et fort pour protéger vos informations financières.',
|
'secure_pw_ff' => 'Vous utilisez le même mot de passe partout sur Internet ? Si un seul site se fait dérober ce mot de passe, c\'est l\'ensemble de vos comptes et données qui sont exposées aux pirates. Firefly III compte sur vous pour choisir un mot de passe unique et fort pour protéger vos informations financières.',
|
||||||
'secure_pw_check_box' => 'Pour vous y aider Firefly III peut vérifier que le mot de passe que vous souhaitez utiliser n\'a jamais été dérobé auparavant. Si c\'est le cas, Firefly III vous conseille de NE PAS utiliser ce mot de passe.',
|
'secure_pw_check_box' => 'Pour vous y aider Firefly III peut vérifier que le mot de passe que vous souhaitez utiliser n\'a jamais été dérobé auparavant. Si c\'est le cas, Firefly III vous conseille de NE PAS utiliser ce mot de passe.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Emprunt',
|
'account_type_loan' => 'Emprunt',
|
||||||
'account_type_mortgage' => 'Prêt immobilier',
|
'account_type_mortgage' => 'Prêt immobilier',
|
||||||
'account_type_Credit card' => 'Carte de crédit',
|
'account_type_Credit card' => 'Carte de crédit',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'On me doit cette dette',
|
'liability_direction_credit' => 'On me doit cette dette',
|
||||||
'liability_direction_debit' => 'Je dois cette dette à quelqu\'un d\'autre',
|
'liability_direction_debit' => 'Je dois cette dette à quelqu\'un d\'autre',
|
||||||
'liability_direction_credit_short' => 'Emprunteur',
|
'liability_direction_credit_short' => 'Emprunteur',
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ return [
|
|||||||
'liability_type' => 'Type de passif',
|
'liability_type' => 'Type de passif',
|
||||||
'interest' => 'Intérêt',
|
'interest' => 'Intérêt',
|
||||||
'interest_period' => 'Période d’intérêt',
|
'interest_period' => 'Période d’intérêt',
|
||||||
'extension_date' => 'Extension date',
|
'extension_date' => 'Date d\'extension',
|
||||||
'type' => 'Type',
|
'type' => 'Type',
|
||||||
'convert_Withdrawal' => 'Convertir la dépense',
|
'convert_Withdrawal' => 'Convertir la dépense',
|
||||||
'convert_Deposit' => 'Convertir le dépôt',
|
'convert_Deposit' => 'Convertir le dépôt',
|
||||||
@@ -121,7 +121,7 @@ return [
|
|||||||
'stop_processing' => 'Arrêter le traitement',
|
'stop_processing' => 'Arrêter le traitement',
|
||||||
'start_date' => 'Début de l\'étendue',
|
'start_date' => 'Début de l\'étendue',
|
||||||
'end_date' => 'Fin de l\'étendue',
|
'end_date' => 'Fin de l\'étendue',
|
||||||
'enddate' => 'End date',
|
'enddate' => 'Date de fin',
|
||||||
'start' => 'Début de l\'étendue',
|
'start' => 'Début de l\'étendue',
|
||||||
'end' => 'Fin de l\'étendue',
|
'end' => 'Fin de l\'étendue',
|
||||||
'delete_account' => 'Supprimer le compte ":name"',
|
'delete_account' => 'Supprimer le compte ":name"',
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Érvénytelen jelszó!',
|
'invalid_password' => 'Érvénytelen jelszó!',
|
||||||
'what_is_pw_security' => 'Mit jelent a "jelszóbiztonság ellenőrzése"?',
|
'what_is_pw_security' => 'Mit jelent a "jelszóbiztonság ellenőrzése"?',
|
||||||
'secure_pw_title' => 'Hogyan válasszon biztonságos jelszót',
|
'secure_pw_title' => 'Hogyan válasszon biztonságos jelszót',
|
||||||
|
'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
|
||||||
'secure_pw_history' => 'Nincs olyan hét, hogy a hírekben ne lehetne arról olvasni, hogy egy weboldal elvesztette a felhasználói jelszavait. A hekkerek és a tolvajok a privát információk ellopására használják ezeket az jelszavakat. Ezek az információk értékesek.',
|
'secure_pw_history' => 'Nincs olyan hét, hogy a hírekben ne lehetne arról olvasni, hogy egy weboldal elvesztette a felhasználói jelszavait. A hekkerek és a tolvajok a privát információk ellopására használják ezeket az jelszavakat. Ezek az információk értékesek.',
|
||||||
'secure_pw_ff' => 'Ugyanazt a jelszót használod az egész interneten? Ha egy weboldal elveszti a jelszavadat a hekkerek minden adatodhoz hozzá fognak férni. A Firefly III rád bízza, hogy erős és egyedi jelszót válassz a pénzügyi adataid védelméhez.',
|
'secure_pw_ff' => 'Ugyanazt a jelszót használod az egész interneten? Ha egy weboldal elveszti a jelszavadat a hekkerek minden adatodhoz hozzá fognak férni. A Firefly III rád bízza, hogy erős és egyedi jelszót válassz a pénzügyi adataid védelméhez.',
|
||||||
'secure_pw_check_box' => 'A Firefly III úgy segít ebben, hogy ellenőrzi nem lopták-e el a múltban a megadott jelszót. Ha ez történt a Firefly III javasolni fogja, hogy NE használd ezt a jelszót.',
|
'secure_pw_check_box' => 'A Firefly III úgy segít ebben, hogy ellenőrzi nem lopták-e el a múltban a megadott jelszót. Ha ez történt a Firefly III javasolni fogja, hogy NE használd ezt a jelszót.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Loan',
|
'account_type_loan' => 'Loan',
|
||||||
'account_type_mortgage' => 'Mortgage',
|
'account_type_mortgage' => 'Mortgage',
|
||||||
'account_type_Credit card' => 'Hitelkártya',
|
'account_type_Credit card' => 'Hitelkártya',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'I am owed this debt',
|
'liability_direction_credit' => 'I am owed this debt',
|
||||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||||
'liability_direction_credit_short' => 'Owed this debt',
|
'liability_direction_credit_short' => 'Owed this debt',
|
||||||
|
|||||||
@@ -191,11 +191,11 @@ return [
|
|||||||
'invalid_server_configuration' => 'Konfigurasi server tidak valid',
|
'invalid_server_configuration' => 'Konfigurasi server tidak valid',
|
||||||
'invalid_locale_settings' => 'Firefly III tidak dapat memformat jumlah uang karena server Anda kehilangan paket yang dibutuhkan. Ada <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">instructions bagaimana melakukan ini</a>.',
|
'invalid_locale_settings' => 'Firefly III tidak dapat memformat jumlah uang karena server Anda kehilangan paket yang dibutuhkan. Ada <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">instructions bagaimana melakukan ini</a>.',
|
||||||
'quickswitch' => 'Quickswitch',
|
'quickswitch' => 'Quickswitch',
|
||||||
'sign_in_to_start' => 'Sign in to start your session',
|
'sign_in_to_start' => 'Masuk untuk memulai sesi',
|
||||||
'sign_in' => 'Masuk',
|
'sign_in' => 'Masuk',
|
||||||
'register_new_account' => 'Daftar akun baru',
|
'register_new_account' => 'Daftar akun baru',
|
||||||
'forgot_my_password' => 'Lupa password',
|
'forgot_my_password' => 'Lupa password',
|
||||||
'problems_with_input' => 'There were some problems with your input.',
|
'problems_with_input' => 'Terdapat masalah dengan masukan anda.',
|
||||||
'reset_password' => 'Atur ulang kata sandi Anda',
|
'reset_password' => 'Atur ulang kata sandi Anda',
|
||||||
'button_reset_password' => 'Atur ulang kata sandi',
|
'button_reset_password' => 'Atur ulang kata sandi',
|
||||||
'reset_button' => 'Atur ulang',
|
'reset_button' => 'Atur ulang',
|
||||||
@@ -757,6 +757,7 @@ return [
|
|||||||
'invalid_password' => 'Kata sandi salah!',
|
'invalid_password' => 'Kata sandi salah!',
|
||||||
'what_is_pw_security' => 'Apa itu "memverifikasi keamanan password"?',
|
'what_is_pw_security' => 'Apa itu "memverifikasi keamanan password"?',
|
||||||
'secure_pw_title' => 'Bagaimana memilih sebuah password yang aman',
|
'secure_pw_title' => 'Bagaimana memilih sebuah password yang aman',
|
||||||
|
'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
|
||||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||||
@@ -1343,6 +1344,7 @@ return [
|
|||||||
'account_type_loan' => 'Loan',
|
'account_type_loan' => 'Loan',
|
||||||
'account_type_mortgage' => 'Mortgage',
|
'account_type_mortgage' => 'Mortgage',
|
||||||
'account_type_Credit card' => 'Credit card',
|
'account_type_Credit card' => 'Credit card',
|
||||||
|
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||||
'liability_direction_credit' => 'I am owed this debt',
|
'liability_direction_credit' => 'I am owed this debt',
|
||||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||||
'liability_direction_credit_short' => 'Owed this debt',
|
'liability_direction_credit_short' => 'Owed this debt',
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user