mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Meta files for new release.
This commit is contained in:
parent
72eab3c0eb
commit
a3ede0c6f6
@ -47,7 +47,7 @@ class CreateFirstUser extends Command
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $signature = 'firefly-iii:create-first-user {email}';
|
protected $signature = 'firefly-iii:create-first-user {email}';
|
||||||
private UserRepositoryInterface $repository;
|
private UserRepositoryInterface $repository;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -51,7 +51,6 @@ use Illuminate\Support\Facades\Log;
|
|||||||
*/
|
*/
|
||||||
class ForceDecimalSize extends Command
|
class ForceDecimalSize extends Command
|
||||||
{
|
{
|
||||||
|
|
||||||
protected $description = 'This command resizes DECIMAL columns in MySQL or PostgreSQL and correct amounts (only MySQL).';
|
protected $description = 'This command resizes DECIMAL columns in MySQL or PostgreSQL and correct amounts (only MySQL).';
|
||||||
protected $signature = 'firefly-iii:force-decimal-size';
|
protected $signature = 'firefly-iii:force-decimal-size';
|
||||||
private string $cast;
|
private string $cast;
|
||||||
@ -169,7 +168,7 @@ class ForceDecimalSize extends Command
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!in_array((string)config('database.default'), ['mysql', 'pgsql', 'sqlite'])) {
|
if (!in_array((string)config('database.default'), ['mysql', 'pgsql', 'sqlite'], true)) {
|
||||||
$this->line(sprintf('Skip correcting amounts, does not support "%s"...', (string)config('database.default')));
|
$this->line(sprintf('Skip correcting amounts, does not support "%s"...', (string)config('database.default')));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
19
changelog.md
19
changelog.md
@ -2,6 +2,25 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## v6.0.10 - 2023-05-14
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- The debug screen will also report on the build version of the BASE image.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Health check will also check if the database is up.
|
||||||
|
- [Issue 7461](https://github.com/firefly-iii/firefly-iii/issues/7461) MFA field will now autofocus, thanks @eandersons!
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- IBAN check no longer triggers on empty IBANs
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Account validation when you only submit an IBAN.
|
||||||
|
- [Issue 7478](https://github.com/firefly-iii/firefly-iii/issues/7478) [issue 7457](https://github.com/firefly-iii/firefly-iii/issues/7457) Various fixes in budget limit and available amount management.
|
||||||
|
- [Issue 7446](https://github.com/firefly-iii/firefly-iii/issues/7446) Bills "Next expected match" was incorrect
|
||||||
|
- [Issue 7456](https://github.com/firefly-iii/firefly-iii/issues/7456) Missing date calculation fields.
|
||||||
|
- [Issue 7448](https://github.com/firefly-iii/firefly-iii/issues/7448) [issue 7444](https://github.com/firefly-iii/firefly-iii/issues/7444) Dark mode bad CSS
|
||||||
|
|
||||||
## 6.0.9 - 2023-04-29
|
## 6.0.9 - 2023-04-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
190
composer.lock
generated
190
composer.lock
generated
@ -1138,25 +1138,25 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firebase/php-jwt",
|
"name": "firebase/php-jwt",
|
||||||
"version": "v6.4.0",
|
"version": "v6.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/firebase/php-jwt.git",
|
"url": "https://github.com/firebase/php-jwt.git",
|
||||||
"reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224"
|
"reference": "e94e7353302b0c11ec3cfff7180cd0b1743975d2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
|
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/e94e7353302b0c11ec3cfff7180cd0b1743975d2",
|
||||||
"reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
|
"reference": "e94e7353302b0c11ec3cfff7180cd0b1743975d2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1||^8.0"
|
"php": "^7.4||^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"guzzlehttp/guzzle": "^6.5||^7.4",
|
"guzzlehttp/guzzle": "^6.5||^7.4",
|
||||||
"phpspec/prophecy-phpunit": "^1.1",
|
"phpspec/prophecy-phpunit": "^2.0",
|
||||||
"phpunit/phpunit": "^7.5||^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"psr/cache": "^1.0||^2.0",
|
"psr/cache": "^1.0||^2.0",
|
||||||
"psr/http-client": "^1.0",
|
"psr/http-client": "^1.0",
|
||||||
"psr/http-factory": "^1.0"
|
"psr/http-factory": "^1.0"
|
||||||
@ -1195,9 +1195,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/firebase/php-jwt/issues",
|
"issues": "https://github.com/firebase/php-jwt/issues",
|
||||||
"source": "https://github.com/firebase/php-jwt/tree/v6.4.0"
|
"source": "https://github.com/firebase/php-jwt/tree/v6.5.0"
|
||||||
},
|
},
|
||||||
"time": "2023-02-09T21:01:23+00:00"
|
"time": "2023-05-12T15:47:07+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fruitcake/php-cors",
|
"name": "fruitcake/php-cors",
|
||||||
@ -1940,16 +1940,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v10.9.0",
|
"version": "v10.10.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/framework.git",
|
"url": "https://github.com/laravel/framework.git",
|
||||||
"reference": "35078125f61ef0b125edf524de934f108d4b47fd"
|
"reference": "be0478dea96a6619bb77676f36f67c1500846b17"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/framework/zipball/35078125f61ef0b125edf524de934f108d4b47fd",
|
"url": "https://api.github.com/repos/laravel/framework/zipball/be0478dea96a6619bb77676f36f67c1500846b17",
|
||||||
"reference": "35078125f61ef0b125edf524de934f108d4b47fd",
|
"reference": "be0478dea96a6619bb77676f36f67c1500846b17",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2136,7 +2136,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": "2023-04-25T13:47:18+00:00"
|
"time": "2023-05-11T13:20:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/passport",
|
"name": "laravel/passport",
|
||||||
@ -4130,21 +4130,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nyholm/psr7",
|
"name": "nyholm/psr7",
|
||||||
"version": "1.7.0",
|
"version": "1.8.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Nyholm/psr7.git",
|
"url": "https://github.com/Nyholm/psr7.git",
|
||||||
"reference": "ed7cf98f6562831dbc3c962406b5e49dc8179c8c"
|
"reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/ed7cf98f6562831dbc3c962406b5e49dc8179c8c",
|
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
|
||||||
"reference": "ed7cf98f6562831dbc3c962406b5e49dc8179c8c",
|
"reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=7.2",
|
||||||
"php-http/message-factory": "^1.0",
|
|
||||||
"psr/http-factory": "^1.0",
|
"psr/http-factory": "^1.0",
|
||||||
"psr/http-message": "^1.1 || ^2.0"
|
"psr/http-message": "^1.1 || ^2.0"
|
||||||
},
|
},
|
||||||
@ -4155,14 +4154,15 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"http-interop/http-factory-tests": "^0.9",
|
"http-interop/http-factory-tests": "^0.9",
|
||||||
"php-http/psr7-integration-tests": "^1.0@dev",
|
"php-http/message-factory": "^1.0",
|
||||||
"phpunit/phpunit": "^7.5 || 8.5 || 9.4",
|
"php-http/psr7-integration-tests": "^1.0",
|
||||||
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
|
||||||
"symfony/error-handler": "^4.4"
|
"symfony/error-handler": "^4.4"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.7-dev"
|
"dev-master": "1.8-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -4192,7 +4192,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/Nyholm/psr7/issues",
|
"issues": "https://github.com/Nyholm/psr7/issues",
|
||||||
"source": "https://github.com/Nyholm/psr7/tree/1.7.0"
|
"source": "https://github.com/Nyholm/psr7/tree/1.8.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -4204,7 +4204,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-04-20T08:38:48+00:00"
|
"time": "2023-05-02T11:26:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/constant_time_encoding",
|
"name": "paragonie/constant_time_encoding",
|
||||||
@ -4323,60 +4323,6 @@
|
|||||||
},
|
},
|
||||||
"time": "2020-10-15T08:29:30+00:00"
|
"time": "2020-10-15T08:29:30+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "php-http/message-factory",
|
|
||||||
"version": "1.1.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/php-http/message-factory.git",
|
|
||||||
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
|
|
||||||
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=5.4",
|
|
||||||
"psr/http-message": "^1.0 || ^2.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Http\\Message\\": "src/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Márk Sági-Kazár",
|
|
||||||
"email": "mark.sagikazar@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Factory interfaces for PSR-7 HTTP Message",
|
|
||||||
"homepage": "http://php-http.org",
|
|
||||||
"keywords": [
|
|
||||||
"factory",
|
|
||||||
"http",
|
|
||||||
"message",
|
|
||||||
"stream",
|
|
||||||
"uri"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/php-http/message-factory/issues",
|
|
||||||
"source": "https://github.com/php-http/message-factory/tree/1.1.0"
|
|
||||||
},
|
|
||||||
"time": "2023-04-14T14:16:17+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "phpoption/phpoption",
|
"name": "phpoption/phpoption",
|
||||||
"version": "1.9.1",
|
"version": "1.9.1",
|
||||||
@ -5779,16 +5725,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-ignition",
|
"name": "spatie/laravel-ignition",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/laravel-ignition.git",
|
"url": "https://github.com/spatie/laravel-ignition.git",
|
||||||
"reference": "802c7e27754456e45134f1a9d29ab7df4b6cb9e4"
|
"reference": "2f99fa6b732a6049e78ed34e4608ce589605ae54"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/802c7e27754456e45134f1a9d29ab7df4b6cb9e4",
|
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/2f99fa6b732a6049e78ed34e4608ce589605ae54",
|
||||||
"reference": "802c7e27754456e45134f1a9d29ab7df4b6cb9e4",
|
"reference": "2f99fa6b732a6049e78ed34e4608ce589605ae54",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -5867,7 +5813,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-05-04T13:54:49+00:00"
|
"time": "2023-05-09T07:19:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/period",
|
"name": "spatie/period",
|
||||||
@ -8557,16 +8503,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "twig/twig",
|
"name": "twig/twig",
|
||||||
"version": "v3.5.1",
|
"version": "v3.6.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/twigphp/Twig.git",
|
"url": "https://github.com/twigphp/Twig.git",
|
||||||
"reference": "a6e0510cc793912b451fd40ab983a1d28f611c15"
|
"reference": "106c170d08e8415d78be2d16c3d057d0d108262b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a6e0510cc793912b451fd40ab983a1d28f611c15",
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/106c170d08e8415d78be2d16c3d057d0d108262b",
|
||||||
"reference": "a6e0510cc793912b451fd40ab983a1d28f611c15",
|
"reference": "106c170d08e8415d78be2d16c3d057d0d108262b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -8575,15 +8521,10 @@
|
|||||||
"symfony/polyfill-mbstring": "^1.3"
|
"symfony/polyfill-mbstring": "^1.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"psr/container": "^1.0",
|
"psr/container": "^1.0|^2.0",
|
||||||
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "3.5-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Twig\\": "src/"
|
"Twig\\": "src/"
|
||||||
@ -8617,7 +8558,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/twigphp/Twig/issues",
|
"issues": "https://github.com/twigphp/Twig/issues",
|
||||||
"source": "https://github.com/twigphp/Twig/tree/v3.5.1"
|
"source": "https://github.com/twigphp/Twig/tree/v3.6.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -8629,7 +8570,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-02-08T07:49:20+00:00"
|
"time": "2023-05-03T19:06:57+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vlucas/phpdotenv",
|
"name": "vlucas/phpdotenv",
|
||||||
@ -9923,16 +9864,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpdoc-parser",
|
"name": "phpstan/phpdoc-parser",
|
||||||
"version": "1.20.3",
|
"version": "1.20.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
||||||
"reference": "6c04009f6cae6eda2f040745b6b846080ef069c2"
|
"reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6c04009f6cae6eda2f040745b6b846080ef069c2",
|
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
|
||||||
"reference": "6c04009f6cae6eda2f040745b6b846080ef069c2",
|
"reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -9962,22 +9903,22 @@
|
|||||||
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
||||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.3"
|
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.4"
|
||||||
},
|
},
|
||||||
"time": "2023-04-25T09:01:03+00:00"
|
"time": "2023-05-02T09:19:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.10.14",
|
"version": "1.10.15",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "d232901b09e67538e5c86a724be841bea5768a7c"
|
"reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d232901b09e67538e5c86a724be841bea5768a7c",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/762c4dac4da6f8756eebb80e528c3a47855da9bd",
|
||||||
"reference": "d232901b09e67538e5c86a724be841bea5768a7c",
|
"reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -10026,7 +9967,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-04-19T13:47:27+00:00"
|
"time": "2023-05-09T15:28:01+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-deprecation-rules",
|
"name": "phpstan/phpstan-deprecation-rules",
|
||||||
@ -10205,16 +10146,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-file-iterator",
|
"name": "phpunit/php-file-iterator",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
||||||
"reference": "fd9329ab3368f59fe1fe808a189c51086bd4b6bd"
|
"reference": "5647d65443818959172645e7ed999217360654b6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/fd9329ab3368f59fe1fe808a189c51086bd4b6bd",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/5647d65443818959172645e7ed999217360654b6",
|
||||||
"reference": "fd9329ab3368f59fe1fe808a189c51086bd4b6bd",
|
"reference": "5647d65443818959172645e7ed999217360654b6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -10253,7 +10194,8 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
||||||
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.1"
|
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
|
||||||
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -10261,7 +10203,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-02-10T16:53:14+00:00"
|
"time": "2023-05-07T09:13:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-invoker",
|
"name": "phpunit/php-invoker",
|
||||||
@ -10446,16 +10388,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "10.1.2",
|
"version": "10.1.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "6f0cd95be71add539f8fd2be25b2a4a29789000b"
|
"reference": "2379ebafc1737e71cdc84f402acb6b7f04198b9d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6f0cd95be71add539f8fd2be25b2a4a29789000b",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2379ebafc1737e71cdc84f402acb6b7f04198b9d",
|
||||||
"reference": "6f0cd95be71add539f8fd2be25b2a4a29789000b",
|
"reference": "2379ebafc1737e71cdc84f402acb6b7f04198b9d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -10527,7 +10469,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.1.2"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.1.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -10543,7 +10485,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-04-22T07:38:19+00:00"
|
"time": "2023-05-11T05:16:22+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
@ -10847,16 +10789,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/diff",
|
"name": "sebastian/diff",
|
||||||
"version": "5.0.1",
|
"version": "5.0.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/diff.git",
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
||||||
"reference": "aae9a0a43bff37bd5d8d0311426c87bf36153f02"
|
"reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/aae9a0a43bff37bd5d8d0311426c87bf36153f02",
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
|
||||||
"reference": "aae9a0a43bff37bd5d8d0311426c87bf36153f02",
|
"reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -10902,7 +10844,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/diff/security/policy",
|
"security": "https://github.com/sebastianbergmann/diff/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/diff/tree/5.0.1"
|
"source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -10910,7 +10852,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-23T05:12:41+00:00"
|
"time": "2023-05-01T07:48:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/environment",
|
"name": "sebastian/environment",
|
||||||
|
@ -107,7 +107,7 @@ return [
|
|||||||
'webhooks' => true,
|
'webhooks' => true,
|
||||||
'handle_debts' => true,
|
'handle_debts' => true,
|
||||||
],
|
],
|
||||||
'version' => '6.0.9',
|
'version' => '6.0.10',
|
||||||
'api_version' => '2.0.1',
|
'api_version' => '2.0.1',
|
||||||
'db_version' => 19,
|
'db_version' => 19,
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
"date-fns": "^2.28.0",
|
"date-fns": "^2.28.0",
|
||||||
"pinia": "^2.0.14",
|
"pinia": "^2.0.14",
|
||||||
"quasar": "^2.11.10",
|
"quasar": "^2.12.0",
|
||||||
"vue": "3",
|
"vue": "3",
|
||||||
"vue-i18n": "^9.0.0",
|
"vue-i18n": "^9.0.0",
|
||||||
"vue-router": "^4.0.0",
|
"vue-router": "^4.0.0",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/eslint-parser": "^7.13.14",
|
"@babel/eslint-parser": "^7.13.14",
|
||||||
"@quasar/app-webpack": "^3.7.2",
|
"@quasar/app-webpack": "^3.9.2",
|
||||||
"@types/node": "^12.20.21",
|
"@types/node": "^12.20.21",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.16.1",
|
"@typescript-eslint/eslint-plugin": "^4.16.1",
|
||||||
"@typescript-eslint/parser": "^4.16.1",
|
"@typescript-eslint/parser": "^4.16.1",
|
||||||
|
4
frontend/src/i18n/el_GR/index.js
vendored
4
frontend/src/i18n/el_GR/index.js
vendored
@ -60,7 +60,7 @@ export default {
|
|||||||
"liabilities_accounts": "\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03ce\u03c3\u03b5\u03b9\u03c2"
|
"liabilities_accounts": "\u03a5\u03c0\u03bf\u03c7\u03c1\u03b5\u03ce\u03c3\u03b5\u03b9\u03c2"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
"administration_index": "Financial administration",
|
"administration_index": "\u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ae \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7",
|
||||||
"actions": "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2",
|
"actions": "\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b5\u03c2",
|
||||||
"edit": "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1",
|
"edit": "\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1",
|
||||||
"delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae",
|
"delete": "\u0394\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae",
|
||||||
@ -72,7 +72,7 @@ export default {
|
|||||||
"newTransfer": "\u039d\u03ad\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ac",
|
"newTransfer": "\u039d\u03ad\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ac",
|
||||||
"submission_options": "Submission options",
|
"submission_options": "Submission options",
|
||||||
"apply_rules_checkbox": "Apply rules",
|
"apply_rules_checkbox": "Apply rules",
|
||||||
"fire_webhooks_checkbox": "Fire webhooks",
|
"fire_webhooks_checkbox": "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd webhook",
|
||||||
"newDeposit": "\u039d\u03ad\u03b1 \u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7",
|
"newDeposit": "\u039d\u03ad\u03b1 \u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7",
|
||||||
"newWithdrawal": "\u039d\u03ad\u03b1 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7",
|
"newWithdrawal": "\u039d\u03ad\u03b1 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b7",
|
||||||
"bills_paid": "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1",
|
"bills_paid": "\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b1 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1",
|
||||||
|
4
frontend/src/i18n/ja_JP/index.js
vendored
4
frontend/src/i18n/ja_JP/index.js
vendored
@ -71,8 +71,8 @@ export default {
|
|||||||
"new_asset_account": "\u65b0\u3057\u3044\u8cc7\u7523\u53e3\u5ea7",
|
"new_asset_account": "\u65b0\u3057\u3044\u8cc7\u7523\u53e3\u5ea7",
|
||||||
"newTransfer": "\u65b0\u3057\u3044\u9001\u91d1",
|
"newTransfer": "\u65b0\u3057\u3044\u9001\u91d1",
|
||||||
"submission_options": "Submission options",
|
"submission_options": "Submission options",
|
||||||
"apply_rules_checkbox": "Apply rules",
|
"apply_rules_checkbox": "\u30eb\u30fc\u30eb\u3092\u9069\u7528",
|
||||||
"fire_webhooks_checkbox": "Fire webhooks",
|
"fire_webhooks_checkbox": "Webhook \u3092\u5b9f\u884c\u3059\u308b",
|
||||||
"newDeposit": "\u65b0\u3057\u3044\u5165\u91d1",
|
"newDeposit": "\u65b0\u3057\u3044\u5165\u91d1",
|
||||||
"newWithdrawal": "\u65b0\u3057\u3044\u652f\u51fa",
|
"newWithdrawal": "\u65b0\u3057\u3044\u652f\u51fa",
|
||||||
"bills_paid": "\u652f\u6255\u3044\u6e08\u307f\u8acb\u6c42",
|
"bills_paid": "\u652f\u6255\u3044\u6e08\u307f\u8acb\u6c42",
|
||||||
|
@ -338,7 +338,7 @@ page container: q-ma-xs (margin all, xs) AND q-mb-md to give the page content so
|
|||||||
<q-footer class="bg-grey-8 text-white" bordered>
|
<q-footer class="bg-grey-8 text-white" bordered>
|
||||||
<q-toolbar>
|
<q-toolbar>
|
||||||
<div>
|
<div>
|
||||||
<small>Firefly III v v6.0.9 © James Cole, AGPL-3.0-or-later.</small>
|
<small>Firefly III v v6.0.10 © James Cole, AGPL-3.0-or-later.</small>
|
||||||
</div>
|
</div>
|
||||||
</q-toolbar>
|
</q-toolbar>
|
||||||
</q-footer>
|
</q-footer>
|
||||||
|
@ -1337,18 +1337,13 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.2.tgz#830beaec4b4091a9e9398ac50f865ddea52186b9"
|
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.2.tgz#830beaec4b4091a9e9398ac50f865ddea52186b9"
|
||||||
integrity sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==
|
integrity sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==
|
||||||
|
|
||||||
"@positron/stack-trace@1.0.0":
|
"@quasar/app-webpack@^3.9.2":
|
||||||
version "1.0.0"
|
version "3.9.2"
|
||||||
resolved "https://registry.yarnpkg.com/@positron/stack-trace/-/stack-trace-1.0.0.tgz#14fcc712a530038ef9be1ce6952315a839f466a8"
|
resolved "https://registry.yarnpkg.com/@quasar/app-webpack/-/app-webpack-3.9.2.tgz#cbf28e2ef84a94a0507f2f17218b29a2ebf6dd88"
|
||||||
integrity sha1-FPzHEqUwA475vhzmlSMVqDn0Zqg=
|
integrity sha512-F/LyEXExcnw1niVjuLoSaRLBS2rlmsQJxuOWed6qL9Xnh+KzW1S/V1FxtDtJOQCjbI2S9YvOP6wcmuB6xEiatg==
|
||||||
|
|
||||||
"@quasar/app-webpack@^3.7.2":
|
|
||||||
version "3.7.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@quasar/app-webpack/-/app-webpack-3.7.2.tgz#feaea083d79c5e6c62052dfe87a6e7df73d44e5e"
|
|
||||||
integrity sha512-OztjmlXaLqjBRm6YPV9/Q+WfXhdu9mcXk5OXExyEpzCII7dfa4m1UMzp+AOsgDXUgoSBt5Wg1WmAICLnKELAjw==
|
|
||||||
dependencies:
|
dependencies:
|
||||||
"@quasar/babel-preset-app" "2.0.2"
|
"@quasar/babel-preset-app" "2.0.2"
|
||||||
"@quasar/fastclick" "1.1.5"
|
"@quasar/render-ssr-error" "^1.0.1"
|
||||||
"@quasar/ssr-helpers" "2.2.2"
|
"@quasar/ssr-helpers" "2.2.2"
|
||||||
"@types/chrome" "^0.0.208"
|
"@types/chrome" "^0.0.208"
|
||||||
"@types/compression" "^1.7.2"
|
"@types/compression" "^1.7.2"
|
||||||
@ -1388,11 +1383,9 @@
|
|||||||
node-loader "2.0.0"
|
node-loader "2.0.0"
|
||||||
null-loader "4.0.1"
|
null-loader "4.0.1"
|
||||||
open "8.4.0"
|
open "8.4.0"
|
||||||
ouch "^2.0.1"
|
|
||||||
postcss "^8.4.4"
|
postcss "^8.4.4"
|
||||||
postcss-loader "7.0.2"
|
postcss-loader "7.0.2"
|
||||||
postcss-rtlcss "4.0.1"
|
postcss-rtlcss "4.0.1"
|
||||||
pretty-error "4.0.0"
|
|
||||||
register-service-worker "1.7.2"
|
register-service-worker "1.7.2"
|
||||||
sass "1.32.12"
|
sass "1.32.12"
|
||||||
sass-loader "13.2.0"
|
sass-loader "13.2.0"
|
||||||
@ -1442,10 +1435,12 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@quasar/extras/-/extras-1.16.3.tgz#72216e2d450a2ee70613957da88191339b90de41"
|
resolved "https://registry.yarnpkg.com/@quasar/extras/-/extras-1.16.3.tgz#72216e2d450a2ee70613957da88191339b90de41"
|
||||||
integrity sha512-c9p2j4KWrWqOcCcCD9IMjgPZzAiXKSMEMc3uYbqa5mHlEJ1kl88OMaeJUcmP+INRQ29AFSEQ9tZE20jLmdnLXw==
|
integrity sha512-c9p2j4KWrWqOcCcCD9IMjgPZzAiXKSMEMc3uYbqa5mHlEJ1kl88OMaeJUcmP+INRQ29AFSEQ9tZE20jLmdnLXw==
|
||||||
|
|
||||||
"@quasar/fastclick@1.1.5":
|
"@quasar/render-ssr-error@^1.0.1":
|
||||||
version "1.1.5"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/@quasar/fastclick/-/fastclick-1.1.5.tgz#948e79c44098cced6c3d1645315683ebc29ed834"
|
resolved "https://registry.yarnpkg.com/@quasar/render-ssr-error/-/render-ssr-error-1.0.1.tgz#5400b51c1bc55f4ee7bfb62ecb6f7c7d0f88ce7f"
|
||||||
integrity sha512-p3JKgTjRlJ1YQXbqTw3Bsa4j0mQdt5dq+WfYvyb7MgKGdephHCKdR/kxA5PCTAmJanGJuDKqRdyGYX/hYN4KGw==
|
integrity sha512-4Shxl079hew/yZnIsDtWpRD8enOmqMjMu/s2bkGN0QBvlsRkpWv9pwOz5geJXZxBa17q1S4txvByBxkhPfhWaQ==
|
||||||
|
dependencies:
|
||||||
|
stack-trace "^1.0.0-pre2"
|
||||||
|
|
||||||
"@quasar/ssr-helpers@2.2.2":
|
"@quasar/ssr-helpers@2.2.2":
|
||||||
version "2.2.2"
|
version "2.2.2"
|
||||||
@ -2506,7 +2501,7 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001317, caniuse-lite@^1.0.30001400, can
|
|||||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001446.tgz#6d4ba828ab19f49f9bcd14a8430d30feebf1e0c5"
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001446.tgz#6d4ba828ab19f49f9bcd14a8430d30feebf1e0c5"
|
||||||
integrity sha512-fEoga4PrImGcwUUGEol/PoFCSBnSkA9drgdkxXkJLsUBOnJ8rs3zDv6ApqYXGQFOyMPsjh79naWhF4DAxbF8rw==
|
integrity sha512-fEoga4PrImGcwUUGEol/PoFCSBnSkA9drgdkxXkJLsUBOnJ8rs3zDv6ApqYXGQFOyMPsjh79naWhF4DAxbF8rw==
|
||||||
|
|
||||||
chalk@4.1.2, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1:
|
chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
|
||||||
version "4.1.2"
|
version "4.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
||||||
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
||||||
@ -3124,13 +3119,6 @@ ee-first@1.1.1:
|
|||||||
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
||||||
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
||||||
|
|
||||||
ejs@^3.1.7:
|
|
||||||
version "3.1.8"
|
|
||||||
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b"
|
|
||||||
integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==
|
|
||||||
dependencies:
|
|
||||||
jake "^10.8.5"
|
|
||||||
|
|
||||||
electron-to-chromium@^1.4.251:
|
electron-to-chromium@^1.4.251:
|
||||||
version "1.4.284"
|
version "1.4.284"
|
||||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
|
||||||
@ -3222,7 +3210,7 @@ escalade@^3.1.1:
|
|||||||
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
||||||
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
||||||
|
|
||||||
escape-html@^1.0.1, escape-html@~1.0.3:
|
escape-html@~1.0.3:
|
||||||
version "1.0.3"
|
version "1.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
||||||
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
|
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
|
||||||
@ -3572,13 +3560,6 @@ file-loader@6.2.0:
|
|||||||
loader-utils "^2.0.0"
|
loader-utils "^2.0.0"
|
||||||
schema-utils "^3.0.0"
|
schema-utils "^3.0.0"
|
||||||
|
|
||||||
filelist@^1.0.1:
|
|
||||||
version "1.0.4"
|
|
||||||
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
|
|
||||||
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
|
|
||||||
dependencies:
|
|
||||||
minimatch "^5.0.1"
|
|
||||||
|
|
||||||
fill-range@^7.0.1:
|
fill-range@^7.0.1:
|
||||||
version "7.0.1"
|
version "7.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
|
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
|
||||||
@ -4234,16 +4215,6 @@ isobject@^3.0.1:
|
|||||||
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
|
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
|
||||||
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
|
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
|
||||||
|
|
||||||
jake@^10.8.5:
|
|
||||||
version "10.8.5"
|
|
||||||
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46"
|
|
||||||
integrity sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==
|
|
||||||
dependencies:
|
|
||||||
async "^3.2.3"
|
|
||||||
chalk "^4.0.2"
|
|
||||||
filelist "^1.0.1"
|
|
||||||
minimatch "^3.0.4"
|
|
||||||
|
|
||||||
javascript-stringify@^2.0.1:
|
javascript-stringify@^2.0.1:
|
||||||
version "2.1.0"
|
version "2.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz#27c76539be14d8bd128219a2d731b09337904e79"
|
resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz#27c76539be14d8bd128219a2d731b09337904e79"
|
||||||
@ -4482,7 +4453,7 @@ lodash.uniq@^4.5.0:
|
|||||||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
||||||
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
||||||
|
|
||||||
lodash@^4.17.10, lodash@^4.17.20, lodash@^4.17.21:
|
lodash@^4.17.20, lodash@^4.17.21:
|
||||||
version "4.17.21"
|
version "4.17.21"
|
||||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
||||||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
||||||
@ -4906,16 +4877,6 @@ os-tmpdir@~1.0.2:
|
|||||||
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
||||||
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
|
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
|
||||||
|
|
||||||
ouch@^2.0.1:
|
|
||||||
version "2.0.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/ouch/-/ouch-2.0.1.tgz#9107089819b99146e3d10da57e8f75b39f610993"
|
|
||||||
integrity sha512-SdkEqpEhsmkEpjTPSvB1DMA//w9ChMUr16m4TayNRVfaULzJ3AnNr3CI4cz1QSZ9a+E/g06c6SQzxjkIc3/GMw==
|
|
||||||
dependencies:
|
|
||||||
"@positron/stack-trace" "1.0.0"
|
|
||||||
ejs "^3.1.7"
|
|
||||||
escape-html "^1.0.1"
|
|
||||||
lodash "^4.17.10"
|
|
||||||
|
|
||||||
p-limit@^2.0.0, p-limit@^2.2.0:
|
p-limit@^2.0.0, p-limit@^2.2.0:
|
||||||
version "2.3.0"
|
version "2.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
|
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
|
||||||
@ -5353,7 +5314,7 @@ prelude-ls@^1.2.1:
|
|||||||
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
||||||
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
||||||
|
|
||||||
pretty-error@4.0.0, pretty-error@^4.0.0:
|
pretty-error@^4.0.0:
|
||||||
version "4.0.0"
|
version "4.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6"
|
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6"
|
||||||
integrity sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==
|
integrity sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==
|
||||||
@ -5396,10 +5357,10 @@ qs@6.9.7:
|
|||||||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
|
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
|
||||||
integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==
|
integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==
|
||||||
|
|
||||||
quasar@^2.11.10:
|
quasar@^2.12.0:
|
||||||
version "2.11.10"
|
version "2.12.0"
|
||||||
resolved "https://registry.yarnpkg.com/quasar/-/quasar-2.11.10.tgz#31bf49dd7995673b2116aa250bb0b019ddcae74f"
|
resolved "https://registry.yarnpkg.com/quasar/-/quasar-2.12.0.tgz#f145ad2b677a0925ea9ca6a3b44b5502be1cbd87"
|
||||||
integrity sha512-pV7bMdY/FUmOvNhZ2XjKSXJH92fsDu0cU/z7a9roPKV54cW41N1en3sLATrirjPComyZnk4uXrMdGtXp8+IpCg==
|
integrity sha512-B8xoeOWNs/Iv7M+FGRvXGYI1qDnJH8AtIb7RiP+zMfMkBcEp+6HJHU/9ODPemC4yteDjO+HPX2f7OhNZKgsPIw==
|
||||||
|
|
||||||
queue-microtask@^1.2.2:
|
queue-microtask@^1.2.2:
|
||||||
version "1.2.3"
|
version "1.2.3"
|
||||||
@ -5975,6 +5936,11 @@ stable@^0.1.8:
|
|||||||
resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf"
|
resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf"
|
||||||
integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
|
integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
|
||||||
|
|
||||||
|
stack-trace@^1.0.0-pre2:
|
||||||
|
version "1.0.0-pre2"
|
||||||
|
resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-1.0.0-pre2.tgz#46a83a79f1b287807e9aaafc6a5dd8bcde626f9c"
|
||||||
|
integrity sha512-2ztBJRek8IVofG9DBJqdy2N5kulaacX30Nz7xmkYF6ale9WBVmIy6mFBchvGX7Vx/MyjBhx+Rcxqrj+dbOnQ6A==
|
||||||
|
|
||||||
stackframe@^1.3.4:
|
stackframe@^1.3.4:
|
||||||
version "1.3.4"
|
version "1.3.4"
|
||||||
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310"
|
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310"
|
||||||
|
2
public/v1/js/app.js
vendored
2
public/v1/js/app.js
vendored
File diff suppressed because one or more lines are too long
@ -5,26 +5,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Sizzle CSS Selector Engine v2.3.10
|
* jQuery JavaScript Library v3.7.0
|
||||||
* https://sizzlejs.com/
|
|
||||||
*
|
|
||||||
* Copyright JS Foundation and other contributors
|
|
||||||
* Released under the MIT license
|
|
||||||
* https://js.foundation/
|
|
||||||
*
|
|
||||||
* Date: 2023-02-14
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* jQuery JavaScript Library v3.6.4
|
|
||||||
* https://jquery.com/
|
* https://jquery.com/
|
||||||
*
|
*
|
||||||
* Includes Sizzle.js
|
|
||||||
* https://sizzlejs.com/
|
|
||||||
*
|
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* https://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* Date: 2023-03-08T15:28Z
|
* Date: 2023-05-11T18:29Z
|
||||||
*/
|
*/
|
||||||
|
2
public/v1/js/app_vue.js
vendored
2
public/v1/js/app_vue.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/profile.js
vendored
2
public/v1/js/profile.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/create.js
vendored
2
public/v1/js/webhooks/create.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/edit.js
vendored
2
public/v1/js/webhooks/edit.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/index.js
vendored
2
public/v1/js/webhooks/index.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/show.js
vendored
2
public/v1/js/webhooks/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
@ -1 +1 @@
|
|||||||
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.77517468.js></script><script defer src=/v3/js/app.5f590096.js></script><link href=/v3/css/vendor.04b47167.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.5b4ef590.js></script><script defer src=/v3/js/app.4fcae26a.js></script><link href=/v3/css/vendor.e1e7dc9b.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
1
public/v3/js/1056.35aff46f.js
vendored
Normal file
1
public/v3/js/1056.35aff46f.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/v3/js/456.94119259.js
vendored
1
public/v3/js/456.94119259.js
vendored
File diff suppressed because one or more lines are too long
1
public/v3/js/app.4fcae26a.js
vendored
Normal file
1
public/v3/js/app.4fcae26a.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/v3/js/app.5f590096.js
vendored
1
public/v3/js/app.5f590096.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
|||||||
"transaction_journal_information": "\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2",
|
"transaction_journal_information": "\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2",
|
||||||
"submission_options": "Submission options",
|
"submission_options": "Submission options",
|
||||||
"apply_rules_checkbox": "Apply rules",
|
"apply_rules_checkbox": "Apply rules",
|
||||||
"fire_webhooks_checkbox": "Fire webhooks",
|
"fire_webhooks_checkbox": "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd webhook",
|
||||||
"no_budget_pointer": "\u03a6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2 \u03b1\u03ba\u03cc\u03bc\u03b7. \u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 <a href=\"budgets\">\u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ce\u03bd<\/a>. \u039f\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 \u03c3\u03b1\u03c2.",
|
"no_budget_pointer": "\u03a6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2 \u03b1\u03ba\u03cc\u03bc\u03b7. \u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03bd \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 <a href=\"budgets\">\u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ce\u03bd<\/a>. \u039f\u03b9 \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03af \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 \u03c3\u03b1\u03c2.",
|
||||||
"no_bill_pointer": "\u03a6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1 \u03b1\u03ba\u03cc\u03bc\u03b7. \u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 <a href=\"bills\">\u03c0\u03ac\u03b3\u03b9\u03c9\u03bd \u03b5\u03be\u03cc\u03b4\u03c9\u03bd<\/a>. \u03a4\u03b1 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1 \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 \u03c3\u03b1\u03c2.",
|
"no_bill_pointer": "\u03a6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1 \u03b1\u03ba\u03cc\u03bc\u03b7. \u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 <a href=\"bills\">\u03c0\u03ac\u03b3\u03b9\u03c9\u03bd \u03b5\u03be\u03cc\u03b4\u03c9\u03bd<\/a>. \u03a4\u03b1 \u03c0\u03ac\u03b3\u03b9\u03b1 \u03ad\u03be\u03bf\u03b4\u03b1 \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b1\u03c0\u03ac\u03bd\u03b5\u03c2 \u03c3\u03b1\u03c2.",
|
||||||
"source_account": "\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2",
|
"source_account": "\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c0\u03c1\u03bf\u03ad\u03bb\u03b5\u03c5\u03c3\u03b7\u03c2",
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u53d6\u5f15 #{ID}<\/a> \u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002",
|
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u53d6\u5f15 #{ID}<\/a> \u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002",
|
||||||
"transaction_journal_information": "\u53d6\u5f15\u60c5\u5831",
|
"transaction_journal_information": "\u53d6\u5f15\u60c5\u5831",
|
||||||
"submission_options": "Submission options",
|
"submission_options": "Submission options",
|
||||||
"apply_rules_checkbox": "Apply rules",
|
"apply_rules_checkbox": "\u30eb\u30fc\u30eb\u3092\u9069\u7528",
|
||||||
"fire_webhooks_checkbox": "Fire webhooks",
|
"fire_webhooks_checkbox": "Webhook \u3092\u5b9f\u884c\u3059\u308b",
|
||||||
"no_budget_pointer": "\u307e\u3060\u4e88\u7b97\u3092\u7acb\u3066\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002<a href=\"\/budgets\">\u4e88\u7b97<\/a>\u30da\u30fc\u30b8\u3067\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4e88\u7b97\u306f\u652f\u51fa\u306e\u628a\u63e1\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002",
|
"no_budget_pointer": "\u307e\u3060\u4e88\u7b97\u3092\u7acb\u3066\u3066\u3044\u306a\u3044\u3088\u3046\u3067\u3059\u3002<a href=\"\/budgets\">\u4e88\u7b97<\/a>\u30da\u30fc\u30b8\u3067\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4e88\u7b97\u306f\u652f\u51fa\u306e\u628a\u63e1\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002",
|
||||||
"no_bill_pointer": "\u307e\u3060\u8acb\u6c42\u304c\u306a\u3044\u3088\u3046\u3067\u3059\u3002<a href=\"\/budgets\">\u8acb\u6c42<\/a>\u30da\u30fc\u30b8\u3067\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8acb\u6c42\u306f\u652f\u51fa\u306e\u628a\u63e1\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002",
|
"no_bill_pointer": "\u307e\u3060\u8acb\u6c42\u304c\u306a\u3044\u3088\u3046\u3067\u3059\u3002<a href=\"\/budgets\">\u8acb\u6c42<\/a>\u30da\u30fc\u30b8\u3067\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8acb\u6c42\u306f\u652f\u51fa\u306e\u628a\u63e1\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002",
|
||||||
"source_account": "\u652f\u51fa\u5143\u53e3\u5ea7",
|
"source_account": "\u652f\u51fa\u5143\u53e3\u5ea7",
|
||||||
@ -97,15 +97,15 @@
|
|||||||
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
|
||||||
"webhook_response_TRANSACTIONS": "Transaction details",
|
"webhook_response_TRANSACTIONS": "Transaction details",
|
||||||
"webhook_response_ACCOUNTS": "Account details",
|
"webhook_response_ACCOUNTS": "Account details",
|
||||||
"webhook_response_none_NONE": "No details",
|
"webhook_response_none_NONE": "\u8a73\u7d30\u306a\u3057",
|
||||||
"webhook_delivery_JSON": "JSON",
|
"webhook_delivery_JSON": "JSON",
|
||||||
"actions": "\u64cd\u4f5c",
|
"actions": "\u64cd\u4f5c",
|
||||||
"meta_data": "\u30e1\u30bf\u30c7\u30fc\u30bf",
|
"meta_data": "\u30e1\u30bf\u30c7\u30fc\u30bf",
|
||||||
"webhook_messages": "Webhook message",
|
"webhook_messages": "Webhook \u30e1\u30c3\u30bb\u30fc\u30b8",
|
||||||
"inactive": "\u975e\u30a2\u30af\u30c6\u30a3\u30d6",
|
"inactive": "\u975e\u30a2\u30af\u30c6\u30a3\u30d6",
|
||||||
"no_webhook_messages": "There are no webhook messages",
|
"no_webhook_messages": "There are no webhook messages",
|
||||||
"inspect": "Inspect",
|
"inspect": "Inspect",
|
||||||
"create_new_webhook": "Create new webhook",
|
"create_new_webhook": "Webhook\u3092\u4f5c\u6210",
|
||||||
"webhooks": "Webhooks",
|
"webhooks": "Webhooks",
|
||||||
"webhook_trigger_form_help": "Indicate on what event the webhook will trigger",
|
"webhook_trigger_form_help": "Indicate on what event the webhook will trigger",
|
||||||
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
|
||||||
@ -113,18 +113,18 @@
|
|||||||
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
"webhook_active_form_help": "The webhook must be active or it won't be called.",
|
||||||
"edit_webhook_js": "Edit webhook \"{title}\"",
|
"edit_webhook_js": "Edit webhook \"{title}\"",
|
||||||
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. Please wait for results to appear.",
|
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. Please wait for results to appear.",
|
||||||
"view_message": "View message",
|
"view_message": "\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u898b\u308b",
|
||||||
"view_attempts": "View failed attempts",
|
"view_attempts": "\u5931\u6557\u3057\u305f\u8a66\u884c\u306e\u8868\u793a",
|
||||||
"message_content_title": "Webhook message content",
|
"message_content_title": "Webhook \u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u5185\u5bb9",
|
||||||
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
|
||||||
"attempt_content_title": "Webhook attempts",
|
"attempt_content_title": "Webhook \u306e\u8a66\u884c",
|
||||||
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
|
||||||
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
|
||||||
"webhook_attempt_at": "Attempt at {moment}",
|
"webhook_attempt_at": "Attempt at {moment}",
|
||||||
"logs": "Logs",
|
"logs": "\u30ed\u30b0",
|
||||||
"response": "Response",
|
"response": "\u30ec\u30b9\u30dd\u30f3\u30b9",
|
||||||
"visit_webhook_url": "Visit webhook URL",
|
"visit_webhook_url": "Visit webhook URL",
|
||||||
"reset_webhook_secret": "Reset webhook secret"
|
"reset_webhook_secret": "Webhook \u306e\u30b7\u30fc\u30af\u30ec\u30c3\u30c8\u3092\u30ea\u30bb\u30c3\u30c8"
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
|
@ -271,8 +271,8 @@ return [
|
|||||||
'generic_invalid_source' => 'No pots fer servir aquest compte com a compte d\'origen.',
|
'generic_invalid_source' => 'No pots fer servir aquest compte com a compte d\'origen.',
|
||||||
'generic_invalid_destination' => 'No pots fer servir aquest compte com a compte de destí.',
|
'generic_invalid_destination' => 'No pots fer servir aquest compte com a compte de destí.',
|
||||||
|
|
||||||
'generic_no_source' => 'You must submit source account information or submit a transaction journal ID.',
|
'generic_no_source' => 'Has de confirmar l\'informació del compte font, o afegir un identificador de transacció.',
|
||||||
'generic_no_destination' => 'You must submit destination account information or submit a transaction journal ID.',
|
'generic_no_destination' => 'Has de confirmar la informació del compte de destinació, o introduïr un identificador de transacció.',
|
||||||
|
|
||||||
'gte.numeric' => 'El camp :attribute ha de ser més gran o igual que :value.',
|
'gte.numeric' => 'El camp :attribute ha de ser més gran o igual que :value.',
|
||||||
'gt.numeric' => 'El camp :attribute ha de ser més gran que :value.',
|
'gt.numeric' => 'El camp :attribute ha de ser més gran que :value.',
|
||||||
|
@ -1302,12 +1302,12 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'dark_mode_option_browser' => 'Let your browser decide',
|
'dark_mode_option_browser' => 'Σύμφωνα με τις προτιμήσεις του περιηγητή σας',
|
||||||
'dark_mode_option_light' => 'Always light',
|
'dark_mode_option_light' => 'Πάντα φωτεινό',
|
||||||
'dark_mode_option_dark' => 'Always dark',
|
'dark_mode_option_dark' => 'Πάντα σκοτεινό',
|
||||||
'equal_to_language' => '(ίδιο με τη γλώσσα)',
|
'equal_to_language' => '(ίδιο με τη γλώσσα)',
|
||||||
'dark_mode_preference' => 'Dark mode',
|
'dark_mode_preference' => 'Σκοτεινή λειτουργία',
|
||||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
'dark_mode_preference_help' => 'Πείτε στο Firefly III πότε να χρησιμοποιεί σκοτεινή λειτουργία.',
|
||||||
'pref_home_screen_accounts' => 'Λογαριασμοί αρχικής οθόνης',
|
'pref_home_screen_accounts' => 'Λογαριασμοί αρχικής οθόνης',
|
||||||
'pref_home_screen_accounts_help' => 'Ποιοι λογαριασμοί θα πρέπει να εμφανίζονται στην αρχική σελίδα;',
|
'pref_home_screen_accounts_help' => 'Ποιοι λογαριασμοί θα πρέπει να εμφανίζονται στην αρχική σελίδα;',
|
||||||
'pref_view_range' => 'Εύρος εμφάνισης',
|
'pref_view_range' => 'Εύρος εμφάνισης',
|
||||||
@ -1353,7 +1353,7 @@ return [
|
|||||||
'preferences_frontpage' => 'Αρχική οθόνη',
|
'preferences_frontpage' => 'Αρχική οθόνη',
|
||||||
'preferences_security' => 'Ασφάλεια',
|
'preferences_security' => 'Ασφάλεια',
|
||||||
'preferences_layout' => 'Διάταξη',
|
'preferences_layout' => 'Διάταξη',
|
||||||
'preferences_notifications' => 'Notifications',
|
'preferences_notifications' => 'Ειδοποιήσεις',
|
||||||
'pref_home_show_deposits' => 'Εμφάνιση καταθέσεων στην αρχική οθόνη',
|
'pref_home_show_deposits' => 'Εμφάνιση καταθέσεων στην αρχική οθόνη',
|
||||||
'pref_home_show_deposits_info' => 'Η αρχική οθόνη δείχνει ήδη τους λογαριασμούς δαπανών σας. Μήπως θα έπρεπε να δείχνει και τους λογαριασμούς εσόδων σας;',
|
'pref_home_show_deposits_info' => 'Η αρχική οθόνη δείχνει ήδη τους λογαριασμούς δαπανών σας. Μήπως θα έπρεπε να δείχνει και τους λογαριασμούς εσόδων σας;',
|
||||||
'pref_home_do_show_deposits' => 'Ναι, δείξτε τους',
|
'pref_home_do_show_deposits' => 'Ναι, δείξτε τους',
|
||||||
@ -1384,32 +1384,32 @@ return [
|
|||||||
'optional_field_attachments' => 'Συνημμένα',
|
'optional_field_attachments' => 'Συνημμένα',
|
||||||
'optional_field_meta_data' => 'Προαιρετικά μετα-δεδομένα',
|
'optional_field_meta_data' => 'Προαιρετικά μετα-δεδομένα',
|
||||||
'external_url' => 'Εξωτερικό URL',
|
'external_url' => 'Εξωτερικό URL',
|
||||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
'pref_notification_bill_reminder' => 'Υπενθύμιση τελευταίας προθεσμίας για πάγια έξοδα',
|
||||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
'pref_notification_new_access_token' => 'Ειδοποίηση όταν δημιουργείται ένα νέο διακριτικό πρόσβασης API',
|
||||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
'pref_notification_transaction_creation' => 'Ειδοποίηση όταν δημιουργείται αυτόματα μια συναλλαγή',
|
||||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
'pref_notification_user_login' => 'Ειδοποίηση όταν συνδέεστε από μια νέα τοποθεσία',
|
||||||
'pref_notifications' => 'Notifications',
|
'pref_notifications' => 'Ειδοποιήσεις',
|
||||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
'pref_notifications_help' => 'Υποδείξτε εάν πρόκειται για ειδοποιήσεις που θέλετε να λαμβάνετε. Ορισμένες ειδοποιήσεις ενδέχεται να περιέχουν ευαίσθητες οικονομικές πληροφορίες.',
|
||||||
'slack_webhook_url' => 'Slack Webhook URL',
|
'slack_webhook_url' => 'Slack Webhook URL',
|
||||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
'slack_webhook_url_help' => 'Αν θέλετε το Firefly III να σας ειδοποιεί χρησιμοποιώντας το Slack, εισάγετε εδώ το webhook URL. Διαφορετικά αφήστε το πεδίο κενό. Αν είστε διαχειριστής, θα πρέπει να ορίσετε αυτό το URL και στη διαχείριση.',
|
||||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
'slack_url_label' => '"Εισερχόμενο webhook" URL στο Slack',
|
||||||
|
|
||||||
// Financial administrations
|
// Financial administrations
|
||||||
'administration_index' => 'Financial administration',
|
'administration_index' => 'Οικονομική διαχείριση',
|
||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'purge_data_title' => 'Purge data from Firefly III',
|
'purge_data_title' => 'Εκκαθάριση δεδομένων από το Firefly III',
|
||||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.',
|
'purge_data_expl' => '"Εκκαθάριση" σημαίνει "διαγραφή αυτού που έχει ήδη διαγραφεί". Σε κανονικές συνθήκες, το Firefly III δε διαγράφει τίποτα οριστικά. Απλώς το κρύβει. Το παρακάτω κουμπί διαγράφει όλες αυτές τις προηγουμένως "διαγραμμένες" εγγραφές ΓΙΑ ΠΑΝΤΑ.',
|
||||||
'delete_stuff_header' => 'Delete and purge data',
|
'delete_stuff_header' => 'Διαγραφή και εκκαθάριση δεδομένων',
|
||||||
'purge_all_data' => 'Purge all deleted records',
|
'purge_all_data' => 'Εκκαθάριση όλων των διαγραμμένων εγγραφών',
|
||||||
'purge_data' => 'Purge data',
|
'purge_data' => 'Εκκαθάριση δεδομένων',
|
||||||
'purged_all_records' => 'All deleted records have been purged.',
|
'purged_all_records' => 'Όλες οι διαγραμμένες εγγραφές έχουν εκκαθαριστεί οριστικά.',
|
||||||
'delete_data_title' => 'Delete data from Firefly III',
|
'delete_data_title' => 'Διαγραφή δεδομένων από το Firefly III',
|
||||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
'permanent_delete_stuff' => 'Μπορείτε να διαγράψετε πράγματα από το Firefly III. Η χρήση των παρακάτω κουμπιών σημαίνει ότι τα στοιχεία σας αυτά θα είναι κρυμμένα και δε θα εμφανίζονται. Δεν υπάρχει κουμπί αναίρεσης για αυτή την ενέργεια, αλλά τα στοιχεία θα παραμείνουν στη βάση δεδομένων όπου μπορείτε να τα αναζητήσετε χειροκίνητα σε κάποια άλλη στιγμή εάν είναι απαραίτητο.',
|
||||||
'other_sessions_logged_out' => 'Όλες οι άλλες συνεδρίες σας έχουν αποσυνδεθεί.',
|
'other_sessions_logged_out' => 'Όλες οι άλλες συνεδρίες σας έχουν αποσυνδεθεί.',
|
||||||
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
|
'delete_unused_accounts' => 'Η διαγραφή αχρησιμοποίητων λογαριασμών θα καθαρίσει τις λίστες αυτόματης συμπλήρωσης.',
|
||||||
'delete_all_unused_accounts' => 'Delete unused accounts',
|
'delete_all_unused_accounts' => 'Διαγραφή αχρησιμοποίητων λογαριασμών',
|
||||||
'deleted_all_unused_accounts' => 'All unused accounts are deleted',
|
'deleted_all_unused_accounts' => 'Όλοι οι αχρησιμοποίητοι λογαριασμοί έχουν διαγραφεί',
|
||||||
'delete_all_budgets' => 'Διαγραφή ΟΛΩΝ των προϋπολογισμών σας',
|
'delete_all_budgets' => 'Διαγραφή ΟΛΩΝ των προϋπολογισμών σας',
|
||||||
'delete_all_categories' => 'Διαγραφή ΟΛΩΝ των κατηγοριών σας',
|
'delete_all_categories' => 'Διαγραφή ΟΛΩΝ των κατηγοριών σας',
|
||||||
'delete_all_tags' => 'Διαγραφή ΟΛΩΝ των ετικετών σας',
|
'delete_all_tags' => 'Διαγραφή ΟΛΩΝ των ετικετών σας',
|
||||||
@ -1564,7 +1564,7 @@ return [
|
|||||||
'title_transfers' => 'Μεταφορές',
|
'title_transfers' => 'Μεταφορές',
|
||||||
'submission_options' => 'Submission options',
|
'submission_options' => 'Submission options',
|
||||||
'apply_rules_checkbox' => 'Apply rules',
|
'apply_rules_checkbox' => 'Apply rules',
|
||||||
'fire_webhooks_checkbox' => 'Fire webhooks',
|
'fire_webhooks_checkbox' => 'Ενεργοποίηση των webhook',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Αυτή η συναλλαγή είναι ήδη μία ανάληψη',
|
'convert_is_already_type_Withdrawal' => 'Αυτή η συναλλαγή είναι ήδη μία ανάληψη',
|
||||||
@ -2369,15 +2369,15 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// administration
|
// administration
|
||||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
'invite_is_already_redeemed' => 'Η πρόσκληση στο ":address" έχει ήδη χρησιμοποιηθεί.',
|
||||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
'invite_is_deleted' => 'Η πρόσκληση στο ":address" έχει διαγραφεί.',
|
||||||
'invite_new_user_title' => 'Invite new user',
|
'invite_new_user_title' => 'Πρόσκληση νέου χρήστη',
|
||||||
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
|
'invite_new_user_text' => 'Ως διαχειριστής, μπορείτε να προσκαλέσετε νέους χρήστες για να εγγραφούν στο Firefly III. Χρησιμοποιώντας ένα άμεσο σύνδεσμο URL που μπορείτε να μοιραστείτε μαζί τους, θα μπορούν να δημιουργήσουν ένα νέο λογαριασμό στην πλατφόρμα. Ο προσκεκλημένος χρήστης και ο σύνδεσμος για την πρόσκλησή του, θα εμφανιστούν στον παρακάτω πίνακα. Μπορείτε να του κοινοποιήσετε το σύνδεσμο της πρόσκλησης.',
|
||||||
'invited_user_mail' => 'Email address',
|
'invited_user_mail' => 'Διεύθυνση E-mail',
|
||||||
'invite_user' => 'Invite user',
|
'invite_user' => 'Πρόσκληση χρήστη',
|
||||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
'user_is_invited' => 'Η διεύθυνση ηλεκτρονικού ταχυδρομείου ":address" έλαβε πρόσκληση για εγγραφή στο Firefly III',
|
||||||
'administration' => 'Διαχείριση',
|
'administration' => 'Διαχείριση',
|
||||||
'code_already_used' => 'Invite code has been used',
|
'code_already_used' => 'Ο κωδικός πρόσκλησης έχει χρησιμοποιηθεί',
|
||||||
'user_administration' => 'Διαχείριση χρηστών',
|
'user_administration' => 'Διαχείριση χρηστών',
|
||||||
'list_all_users' => 'Όλοι οι χρήστες',
|
'list_all_users' => 'Όλοι οι χρήστες',
|
||||||
'all_users' => 'Όλοι οι χρήστες',
|
'all_users' => 'Όλοι οι χρήστες',
|
||||||
@ -2409,23 +2409,23 @@ return [
|
|||||||
'delete_user' => 'Διαγραφή χρήστη :email',
|
'delete_user' => 'Διαγραφή χρήστη :email',
|
||||||
'user_deleted' => 'Ο χρήστης έχει διαγραφεί',
|
'user_deleted' => 'Ο χρήστης έχει διαγραφεί',
|
||||||
'send_test_email' => 'Αποστολή δοκιμαστικού μηνύματος email',
|
'send_test_email' => 'Αποστολή δοκιμαστικού μηνύματος email',
|
||||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
'send_test_email_text' => 'Για να δείτε εάν η εγκατάστασή σας μπορεί να στείλει email ή να δημοσιεύσει μηνύματα στο Slack, πατήστε αυτό το κουμπί. Δεν θα δείτε κάποιο σφάλμα εδώ (αν υπάρχει), όμως <strong>τυχόν σφάλματα θα τα βρείτε στα αρχεία καταγραφής (log files)</strong>. Μπορείτε να πατήσετε το κουμπί αποστολής όσες φορές θέλετε. Δεν υπάρχει έλεγχος ανεπιθύμητων μηνυμάτων. Το μήνυμα θα σταλεί στο <code>:email</code> και θα πρέπει να φτάσει σύντομα.',
|
||||||
'send_message' => 'Αποστολή μηνύματος',
|
'send_message' => 'Αποστολή μηνύματος',
|
||||||
'send_test_triggered' => 'Η δοκιμή ενεργοποιήθηκε. Ελέγξτε τα εισερχόμενα μηνύματα στο Email σας και τα αρχεία καταγραφής.',
|
'send_test_triggered' => 'Η δοκιμή ενεργοποιήθηκε. Ελέγξτε τα εισερχόμενα μηνύματα στο Email σας και τα αρχεία καταγραφής.',
|
||||||
'give_admin_careful' => 'Οι χρήστες στους οποίους έχουν δοθεί δικαιώματα διαχειριστή μπορούν να καθαιρέσουν τη δική σας πρόσβαση. Ενεργήστε με προσοχή.',
|
'give_admin_careful' => 'Οι χρήστες στους οποίους έχουν δοθεί δικαιώματα διαχειριστή μπορούν να καθαιρέσουν τη δική σας πρόσβαση. Ενεργήστε με προσοχή.',
|
||||||
'admin_maintanance_title' => 'Συντήρηση',
|
'admin_maintanance_title' => 'Συντήρηση',
|
||||||
'admin_maintanance_expl' => 'Μερικά ωραία κουμπιά για συντήρηση στο Firefly III',
|
'admin_maintanance_expl' => 'Χρήσιμες λειτουργίες για συντήρηση στο Firefly III',
|
||||||
'admin_maintenance_clear_cache' => 'Εκκαθάριση cache',
|
'admin_maintenance_clear_cache' => 'Εκκαθάριση cache',
|
||||||
'admin_notifications' => 'Ειδοποιήσεις διαχειριστή',
|
'admin_notifications' => 'Ειδοποιήσεις διαχειριστή',
|
||||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
'admin_notifications_expl' => 'Οι ακόλουθες ειδοποιήσεις μπορούν να ενεργοποιηθούν ή να απενεργοποιηθούν από το διαχειριστή. Αν θέλετε να παίρνετε αυτά τα μηνύματα και από το Slack, θα πρέπει να ορίστε το "εισερχόμενο webhook" URL.',
|
||||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
'admin_notification_check_user_new_reg' => 'Ο χρήστης παίρνει μήνυμα καλωσορίσματος μετά την εγγραφή',
|
||||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
'admin_notification_check_admin_new_reg' => 'Ο διαχειριστής(ες) λαμβάνει ειδοποίηση εγγραφής νέου χρήστη',
|
||||||
'admin_notification_check_new_version' => 'Μια νέα έκδοση είναι διαθέσιμη',
|
'admin_notification_check_new_version' => 'Μια νέα έκδοση είναι διαθέσιμη',
|
||||||
'admin_notification_check_invite_created' => 'Ένας χρήστης θα λάβει πρόσκληση για το Firefly III',
|
'admin_notification_check_invite_created' => 'Ένας χρήστης θα λάβει πρόσκληση για το Firefly III',
|
||||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
'admin_notification_check_invite_redeemed' => 'Μια πρόσκληση χρήστη χρησιμοποιήθηκε',
|
||||||
'all_invited_users' => 'All invited users',
|
'all_invited_users' => 'Όλοι οι προσκεκλημένοι χρήστες',
|
||||||
'save_notification_settings' => 'Save settings',
|
'save_notification_settings' => 'Αποθήκευση ρυθμίσεων',
|
||||||
'notification_settings_saved' => 'The notification settings have been saved',
|
'notification_settings_saved' => 'Οι ρυθμίσεις ειδοποιήσεων έχουν αποθηκευτεί',
|
||||||
|
|
||||||
|
|
||||||
'split_transaction_title' => 'Περιγραφή της συναλλαγής με διαχωρισμό',
|
'split_transaction_title' => 'Περιγραφή της συναλλαγής με διαχωρισμό',
|
||||||
@ -2572,8 +2572,8 @@ return [
|
|||||||
'no_bills_create_default' => 'Δημιουργία νέου πάγιου έξοδου',
|
'no_bills_create_default' => 'Δημιουργία νέου πάγιου έξοδου',
|
||||||
|
|
||||||
// recurring transactions
|
// recurring transactions
|
||||||
'create_right_now' => 'Create right now',
|
'create_right_now' => 'Δημιουργία αυτή τη στιγμή',
|
||||||
'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?',
|
'no_new_transaction_in_recurrence' => 'Δε δημιουργήθηκε καμία νέα συναλλαγή. Μήπως ενεργοποιήθηκε ήδη για αυτή την ημερομηνία;',
|
||||||
'recurrences' => 'Επαναλαμβανόμενες συναλλαγές',
|
'recurrences' => 'Επαναλαμβανόμενες συναλλαγές',
|
||||||
'repeat_until_in_past' => 'Αυτή η επαναλαμβανόμενη συναλλαγή σταμάτησε να επαναλαμβάνεται στις :date.',
|
'repeat_until_in_past' => 'Αυτή η επαναλαμβανόμενη συναλλαγή σταμάτησε να επαναλαμβάνεται στις :date.',
|
||||||
'recurring_calendar_view' => 'Ημερολόγιο',
|
'recurring_calendar_view' => 'Ημερολόγιο',
|
||||||
@ -2688,25 +2688,25 @@ return [
|
|||||||
'placeholder' => '[Placeholder]',
|
'placeholder' => '[Placeholder]',
|
||||||
|
|
||||||
// audit log entries
|
// audit log entries
|
||||||
'audit_log_entries' => 'Audit log entries',
|
'audit_log_entries' => 'Έλεγχος καταχώρησης',
|
||||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
'ale_action_log_add' => 'Προστέθηκαν :amount στον κουμπαρά ":name"',
|
||||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
'ale_action_log_remove' => 'Αφαιρέθηκαν :amount από τον κουμπαρά ":name"',
|
||||||
'ale_action_clear_budget' => 'Removed from budget',
|
'ale_action_clear_budget' => 'Αφαιρέθηκε από τον προϋπολογισμό',
|
||||||
'ale_action_clear_category' => 'Removed from category',
|
'ale_action_clear_category' => 'Αφαιρέθηκε από την κατηγορία',
|
||||||
'ale_action_clear_notes' => 'Removed notes',
|
'ale_action_clear_notes' => 'Αφαιρέθηκαν σημειώσεις',
|
||||||
'ale_action_clear_tag' => 'Cleared tag',
|
'ale_action_clear_tag' => 'Αφαίρεση ετικέτας',
|
||||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
'ale_action_clear_all_tags' => 'Αφαίρεση όλων των ετικετών',
|
||||||
'ale_action_set_bill' => 'Linked to bill',
|
'ale_action_set_bill' => 'Σύνδεση με πάγιο έξοδο',
|
||||||
'ale_action_set_budget' => 'Set budget',
|
'ale_action_set_budget' => 'Ορισμός προϋπολογισμού',
|
||||||
'ale_action_set_category' => 'Set category',
|
'ale_action_set_category' => 'Ορισμός κατηγορίας',
|
||||||
'ale_action_set_source' => 'Set source account',
|
'ale_action_set_source' => 'Ορισμός λογαριασμού προέλευσης',
|
||||||
'ale_action_set_destination' => 'Set destination account',
|
'ale_action_set_destination' => 'Ορισμός λογαριασμού προορισμού',
|
||||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
'ale_action_update_transaction_type' => 'Αλλαγή τύπου συναλλαγής',
|
||||||
'ale_action_update_notes' => 'Changed notes',
|
'ale_action_update_notes' => 'Αλλαγή σημειώσεων',
|
||||||
'ale_action_update_description' => 'Changed description',
|
'ale_action_update_description' => 'Αλλαγή περιγραφής',
|
||||||
'ale_action_add_to_piggy' => 'Κουμπαράς',
|
'ale_action_add_to_piggy' => 'Κουμπαράς',
|
||||||
'ale_action_remove_from_piggy' => 'Κουμπαράς',
|
'ale_action_remove_from_piggy' => 'Κουμπαράς',
|
||||||
'ale_action_add_tag' => 'Added tag',
|
'ale_action_add_tag' => 'Προστέθηκε ετικέτα',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -150,7 +150,7 @@ return [
|
|||||||
'start' => 'Αρχή του εύρους',
|
'start' => 'Αρχή του εύρους',
|
||||||
'end' => 'Τέλος του εύρους',
|
'end' => 'Τέλος του εύρους',
|
||||||
'delete_account' => 'Διαγραφή λογαριασμού ":name"',
|
'delete_account' => 'Διαγραφή λογαριασμού ":name"',
|
||||||
'delete_webhook' => 'Delete webhook ":title"',
|
'delete_webhook' => 'Διαγραφή του webhook ":title"',
|
||||||
'delete_bill' => 'Διαγραφή πάγιου έξοδου ":name"',
|
'delete_bill' => 'Διαγραφή πάγιου έξοδου ":name"',
|
||||||
'delete_budget' => 'Διαγραφή προϋπολογισμού ":name"',
|
'delete_budget' => 'Διαγραφή προϋπολογισμού ":name"',
|
||||||
'delete_category' => 'Διαγραφή κατηγορίας ":name"',
|
'delete_category' => 'Διαγραφή κατηγορίας ":name"',
|
||||||
@ -171,7 +171,7 @@ return [
|
|||||||
'object_group_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα με τίτλο ":title";',
|
'object_group_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα με τίτλο ":title";',
|
||||||
'ruleGroup_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα κανόνων με τίτλο ":title";',
|
'ruleGroup_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα κανόνων με τίτλο ":title";',
|
||||||
'budget_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον προϋπολογισμό με όνομα ":name";',
|
'budget_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον προϋπολογισμό με όνομα ":name";',
|
||||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
'webhook_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το webhook με τίτλο ":title";',
|
||||||
'category_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την κατηγορία με όνομα ":name";',
|
'category_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την κατηγορία με όνομα ":name";',
|
||||||
'recurring_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την επαναλαμβανόμενη συναλλαγή με τίτλο ":title";',
|
'recurring_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την επαναλαμβανόμενη συναλλαγή με τίτλο ":title";',
|
||||||
'currency_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το νόμισμα με όνομα ":name";',
|
'currency_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το νόμισμα με όνομα ":name";',
|
||||||
|
@ -66,9 +66,9 @@ return [
|
|||||||
'require_currency_info' => 'Το περιεχόμενο αυτού του πεδίου δεν είναι έγκυρη χωρίς νομισματικές πληροφορίες.',
|
'require_currency_info' => 'Το περιεχόμενο αυτού του πεδίου δεν είναι έγκυρη χωρίς νομισματικές πληροφορίες.',
|
||||||
'not_transfer_account' => 'Αυτός ο λογαριασμός δεν είναι λογαριασμός που μπορεί να χρησιμοποιηθεί για συναλλαγές.',
|
'not_transfer_account' => 'Αυτός ο λογαριασμός δεν είναι λογαριασμός που μπορεί να χρησιμοποιηθεί για συναλλαγές.',
|
||||||
'require_currency_amount' => 'Το περιεχόμενο αυτού του πεδίου δεν είναι έγκυρο χωρίς πληροφορίες ετερόχθονος ποσού.',
|
'require_currency_amount' => 'Το περιεχόμενο αυτού του πεδίου δεν είναι έγκυρο χωρίς πληροφορίες ετερόχθονος ποσού.',
|
||||||
'require_foreign_currency' => 'This field requires a number',
|
'require_foreign_currency' => 'Αυτό το πεδίο απαιτεί έναν αριθμό',
|
||||||
'require_foreign_dest' => 'This field value must match the currency of the destination account.',
|
'require_foreign_dest' => 'Αυτή η τιμή πεδίου πρέπει να ταιριάζει με το νόμισμα του λογαριασμού προορισμού.',
|
||||||
'require_foreign_src' => 'This field value must match the currency of the source account.',
|
'require_foreign_src' => 'Αυτή η τιμή πεδίου πρέπει να ταιριάζει με το νόμισμα του λογαριασμού προέλευσης.',
|
||||||
'equal_description' => 'Η περιγραφή της συναλλαγής δεν πρέπει να ισούται με καθολική περιγραφή.',
|
'equal_description' => 'Η περιγραφή της συναλλαγής δεν πρέπει να ισούται με καθολική περιγραφή.',
|
||||||
'file_invalid_mime' => 'Το αρχείο ":name" είναι τύπου ":mime" που δεν είναι αποδεκτός ως νέας μεταφόρτωσης.',
|
'file_invalid_mime' => 'Το αρχείο ":name" είναι τύπου ":mime" που δεν είναι αποδεκτός ως νέας μεταφόρτωσης.',
|
||||||
'file_too_large' => 'Το αρχείο ":name" είναι πολύ μεγάλο.',
|
'file_too_large' => 'Το αρχείο ":name" είναι πολύ μεγάλο.',
|
||||||
@ -169,8 +169,8 @@ return [
|
|||||||
'unique_piggy_bank_for_user' => 'Το όνομα του κουμπαρά πρέπει να είναι μοναδικό.',
|
'unique_piggy_bank_for_user' => 'Το όνομα του κουμπαρά πρέπει να είναι μοναδικό.',
|
||||||
'unique_object_group' => 'Το όνομα της ομάδας πρέπει να είναι μοναδικό',
|
'unique_object_group' => 'Το όνομα της ομάδας πρέπει να είναι μοναδικό',
|
||||||
'starts_with' => 'Η τιμή πρέπει να ξεκινά με :values.',
|
'starts_with' => 'Η τιμή πρέπει να ξεκινά με :values.',
|
||||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
'unique_webhook' => 'Έχετε ήδη ένα webhook με αυτόν τον συνδυασμό URL, ενεργοποίησης, απόκρισης και παράδοσης.',
|
||||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
'unique_existing_webhook' => 'Έχετε ήδη ένα άλλο webhook με αυτόν τον συνδυασμό URL, ενεργοποίησης, απόκρισης και παράδοσης.',
|
||||||
'same_account_type' => 'Και οι δύο λογαριασμοί πρέπει να έχουν τον ίδιο τύπο λογαριασμού',
|
'same_account_type' => 'Και οι δύο λογαριασμοί πρέπει να έχουν τον ίδιο τύπο λογαριασμού',
|
||||||
'same_account_currency' => 'Και οι δύο λογαριασμοί πρέπει να έχουν την ίδια ρύθμιση νομίσματος',
|
'same_account_currency' => 'Και οι δύο λογαριασμοί πρέπει να έχουν την ίδια ρύθμιση νομίσματος',
|
||||||
|
|
||||||
@ -285,7 +285,7 @@ return [
|
|||||||
'auto_budget_period_mandatory' => 'Η περίοδος αυτόματου προϋπολογισμού είναι υποχρεωτικό πεδίο.',
|
'auto_budget_period_mandatory' => 'Η περίοδος αυτόματου προϋπολογισμού είναι υποχρεωτικό πεδίο.',
|
||||||
|
|
||||||
// no access to administration:
|
// no access to administration:
|
||||||
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
|
'no_access_user_group' => 'Δεν έχετε τα σωστά δικαιώματα πρόσβασης για αυτή τη διαχείριση.',
|
||||||
];
|
];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -271,8 +271,8 @@ return [
|
|||||||
'generic_invalid_source' => 'No puedes usar esta cuenta como cuenta de origen.',
|
'generic_invalid_source' => 'No puedes usar esta cuenta como cuenta de origen.',
|
||||||
'generic_invalid_destination' => 'No puede usar esta cuenta como cuenta de destino.',
|
'generic_invalid_destination' => 'No puede usar esta cuenta como cuenta de destino.',
|
||||||
|
|
||||||
'generic_no_source' => 'You must submit source account information or submit a transaction journal ID.',
|
'generic_no_source' => 'Debe indicar la información de la cuenta de origen o un número de registro de transacción.',
|
||||||
'generic_no_destination' => 'You must submit destination account information or submit a transaction journal ID.',
|
'generic_no_destination' => 'Debe indicar la información de la cuenta de destino o un número de registro de transacción.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute debe ser mayor o igual que :value.',
|
'gte.numeric' => ':attribute debe ser mayor o igual que :value.',
|
||||||
'gt.numeric' => 'El :attribute debe ser mayor que :value.',
|
'gt.numeric' => 'El :attribute debe ser mayor que :value.',
|
||||||
|
@ -271,8 +271,8 @@ return [
|
|||||||
'generic_invalid_source' => 'Vous ne pouvez pas utiliser ce compte comme compte source.',
|
'generic_invalid_source' => 'Vous ne pouvez pas utiliser ce compte comme compte source.',
|
||||||
'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.',
|
'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.',
|
||||||
|
|
||||||
'generic_no_source' => 'You must submit source account information or submit a transaction journal ID.',
|
'generic_no_source' => 'Vous devez saisir les informations du compte source ou saisir un ID de journal d\'opération.',
|
||||||
'generic_no_destination' => 'You must submit destination account information or submit a transaction journal ID.',
|
'generic_no_destination' => 'Vous devez saisir les informations du compte destination ou saisir un ID de journal d\'opération.',
|
||||||
|
|
||||||
'gte.numeric' => 'La valeur de :attribute doit être supérieure ou égale à :value.',
|
'gte.numeric' => 'La valeur de :attribute doit être supérieure ou égale à :value.',
|
||||||
'gt.numeric' => 'Le champ :attribute doit être plus grand que :value.',
|
'gt.numeric' => 'Le champ :attribute doit être plus grand que :value.',
|
||||||
|
@ -249,36 +249,36 @@ return [
|
|||||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||||
'webhook_response_ACCOUNTS' => 'Account details',
|
'webhook_response_ACCOUNTS' => 'Account details',
|
||||||
'webhook_response_none_NONE' => 'No details',
|
'webhook_response_none_NONE' => '詳細なし',
|
||||||
'webhook_delivery_JSON' => 'JSON',
|
'webhook_delivery_JSON' => 'JSON',
|
||||||
'inspect' => 'Inspect',
|
'inspect' => 'Inspect',
|
||||||
'create_new_webhook' => 'Create new webhook',
|
'create_new_webhook' => 'Webhookを作成',
|
||||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
'webhooks_create_breadcrumb' => 'Webhookを作成',
|
||||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger',
|
'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger',
|
||||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||||
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
||||||
'stored_new_webhook' => 'Stored new webhook ":title"',
|
'stored_new_webhook' => 'Stored new webhook ":title"',
|
||||||
'delete_webhook' => 'Delete webhook',
|
'delete_webhook' => 'Webhook を削除する',
|
||||||
'deleted_webhook' => 'Deleted webhook ":title"',
|
'deleted_webhook' => 'Deleted webhook ":title"',
|
||||||
'edit_webhook' => 'Edit webhook ":title"',
|
'edit_webhook' => 'Edit webhook ":title"',
|
||||||
'updated_webhook' => 'Updated webhook ":title"',
|
'updated_webhook' => 'Updated webhook ":title"',
|
||||||
'edit_webhook_js' => 'Edit webhook "{title}"',
|
'edit_webhook_js' => 'Edit webhook "{title}"',
|
||||||
'show_webhook' => 'Webhook ":title"',
|
'show_webhook' => 'Webhook ":title"',
|
||||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.',
|
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.',
|
||||||
'webhook_messages' => 'Webhook message',
|
'webhook_messages' => 'Webhook メッセージ',
|
||||||
'view_message' => 'View message',
|
'view_message' => 'メッセージを見る',
|
||||||
'view_attempts' => 'View failed attempts',
|
'view_attempts' => '失敗した試行の表示',
|
||||||
'message_content_title' => 'Webhook message content',
|
'message_content_title' => 'Webhook メッセージの内容',
|
||||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||||
'attempt_content_title' => 'Webhook attempts',
|
'attempt_content_title' => 'Webhook の試行',
|
||||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||||
'logs' => 'Logs',
|
'logs' => 'ログ',
|
||||||
'response' => 'Response',
|
'response' => 'レスポンス',
|
||||||
'visit_webhook_url' => 'Visit webhook URL',
|
'visit_webhook_url' => 'Visit webhook URL',
|
||||||
'reset_webhook_secret' => 'Reset webhook secret',
|
'reset_webhook_secret' => 'Webhook のシークレットをリセット',
|
||||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
|
||||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
|
||||||
|
|
||||||
@ -1563,8 +1563,8 @@ return [
|
|||||||
'title_transfer' => '送金',
|
'title_transfer' => '送金',
|
||||||
'title_transfers' => '送金',
|
'title_transfers' => '送金',
|
||||||
'submission_options' => 'Submission options',
|
'submission_options' => 'Submission options',
|
||||||
'apply_rules_checkbox' => 'Apply rules',
|
'apply_rules_checkbox' => 'ルールを適用',
|
||||||
'fire_webhooks_checkbox' => 'Fire webhooks',
|
'fire_webhooks_checkbox' => 'Webhook を実行する',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'この取引はすでに出金です',
|
'convert_is_already_type_Withdrawal' => 'この取引はすでに出金です',
|
||||||
@ -2299,7 +2299,7 @@ return [
|
|||||||
'no_tags' => '(タグなし)',
|
'no_tags' => '(タグなし)',
|
||||||
|
|
||||||
// piggy banks:
|
// piggy banks:
|
||||||
'event_history' => 'Event history',
|
'event_history' => 'イベント履歴',
|
||||||
'add_money_to_piggy' => '貯金箱「:name」にお金を追加',
|
'add_money_to_piggy' => '貯金箱「:name」にお金を追加',
|
||||||
'piggy_bank' => '貯金箱',
|
'piggy_bank' => '貯金箱',
|
||||||
'new_piggy_bank' => '新しい貯金箱',
|
'new_piggy_bank' => '新しい貯金箱',
|
||||||
@ -2371,10 +2371,10 @@ return [
|
|||||||
// administration
|
// administration
|
||||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||||
'invite_new_user_title' => 'Invite new user',
|
'invite_new_user_title' => 'ユーザーを招待する',
|
||||||
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
|
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
|
||||||
'invited_user_mail' => 'Email address',
|
'invited_user_mail' => 'メールアドレス',
|
||||||
'invite_user' => 'Invite user',
|
'invite_user' => 'ユーザーを招待する',
|
||||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||||
'administration' => '管理',
|
'administration' => '管理',
|
||||||
'code_already_used' => 'Invite code has been used',
|
'code_already_used' => 'Invite code has been used',
|
||||||
@ -2424,7 +2424,7 @@ return [
|
|||||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||||
'all_invited_users' => 'All invited users',
|
'all_invited_users' => 'All invited users',
|
||||||
'save_notification_settings' => 'Save settings',
|
'save_notification_settings' => '設定を保存する',
|
||||||
'notification_settings_saved' => 'The notification settings have been saved',
|
'notification_settings_saved' => 'The notification settings have been saved',
|
||||||
|
|
||||||
|
|
||||||
@ -2697,15 +2697,15 @@ return [
|
|||||||
'ale_action_clear_tag' => 'Cleared tag',
|
'ale_action_clear_tag' => 'Cleared tag',
|
||||||
'ale_action_clear_all_tags' => 'Cleared all tags',
|
'ale_action_clear_all_tags' => 'Cleared all tags',
|
||||||
'ale_action_set_bill' => 'Linked to bill',
|
'ale_action_set_bill' => 'Linked to bill',
|
||||||
'ale_action_set_budget' => 'Set budget',
|
'ale_action_set_budget' => '予算を設定する',
|
||||||
'ale_action_set_category' => 'Set category',
|
'ale_action_set_category' => 'カテゴリを設定する',
|
||||||
'ale_action_set_source' => 'Set source account',
|
'ale_action_set_source' => 'Set source account',
|
||||||
'ale_action_set_destination' => 'Set destination account',
|
'ale_action_set_destination' => 'Set destination account',
|
||||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||||
'ale_action_update_notes' => 'Changed notes',
|
'ale_action_update_notes' => 'Changed notes',
|
||||||
'ale_action_update_description' => 'Changed description',
|
'ale_action_update_description' => 'Changed description',
|
||||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
'ale_action_add_to_piggy' => '貯金箱',
|
||||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
'ale_action_remove_from_piggy' => '貯金箱',
|
||||||
'ale_action_add_tag' => 'Added tag',
|
'ale_action_add_tag' => 'Added tag',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -1122,7 +1122,7 @@ return [
|
|||||||
'rule_trigger_not_budget_is' => 'Budsjett er ikke ":trigger_value"',
|
'rule_trigger_not_budget_is' => 'Budsjett er ikke ":trigger_value"',
|
||||||
'rule_trigger_not_budget_contains' => 'Budsjett inneholder ikke ":trigger_value"',
|
'rule_trigger_not_budget_contains' => 'Budsjett inneholder ikke ":trigger_value"',
|
||||||
'rule_trigger_not_budget_ends' => 'Budsjett slutter ikke på ":trigger_value"',
|
'rule_trigger_not_budget_ends' => 'Budsjett slutter ikke på ":trigger_value"',
|
||||||
'rule_trigger_not_budget_starts' => 'Budget does not start with ":trigger_value"',
|
'rule_trigger_not_budget_starts' => 'Budsjettet starter ikke med ":trigger_value"',
|
||||||
'rule_trigger_not_bill_is' => 'Regningen er ikke ":trigger_value"',
|
'rule_trigger_not_bill_is' => 'Regningen er ikke ":trigger_value"',
|
||||||
'rule_trigger_not_bill_contains' => 'Regningen inneholder ikke ":trigger_value"',
|
'rule_trigger_not_bill_contains' => 'Regningen inneholder ikke ":trigger_value"',
|
||||||
'rule_trigger_not_bill_ends' => 'Regningen slutter ikke på ":trigger_value"',
|
'rule_trigger_not_bill_ends' => 'Regningen slutter ikke på ":trigger_value"',
|
||||||
@ -1302,11 +1302,11 @@ return [
|
|||||||
|
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'dark_mode_option_browser' => 'Let your browser decide',
|
'dark_mode_option_browser' => 'La nettleseren din avgjøre',
|
||||||
'dark_mode_option_light' => 'Always light',
|
'dark_mode_option_light' => 'Alltid lys',
|
||||||
'dark_mode_option_dark' => 'Always dark',
|
'dark_mode_option_dark' => 'Alltid mørk',
|
||||||
'equal_to_language' => '(likt språk)',
|
'equal_to_language' => '(likt språk)',
|
||||||
'dark_mode_preference' => 'Dark mode',
|
'dark_mode_preference' => 'Mørk modus',
|
||||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
||||||
'pref_home_screen_accounts' => 'Startskjermkontoer',
|
'pref_home_screen_accounts' => 'Startskjermkontoer',
|
||||||
'pref_home_screen_accounts_help' => 'Hvilke kontoer skal vises på startsiden?',
|
'pref_home_screen_accounts_help' => 'Hvilke kontoer skal vises på startsiden?',
|
||||||
|
@ -66,9 +66,9 @@ return [
|
|||||||
'require_currency_info' => 'Innholdet i dette feltet er ugyldig uten valutainformasjon.',
|
'require_currency_info' => 'Innholdet i dette feltet er ugyldig uten valutainformasjon.',
|
||||||
'not_transfer_account' => 'Denne kontoen er ikke en konto som kan benyttes for overføringer.',
|
'not_transfer_account' => 'Denne kontoen er ikke en konto som kan benyttes for overføringer.',
|
||||||
'require_currency_amount' => 'Innholdet i dette feltet er ugyldig uten utenlandsk beløpsinformasjon.',
|
'require_currency_amount' => 'Innholdet i dette feltet er ugyldig uten utenlandsk beløpsinformasjon.',
|
||||||
'require_foreign_currency' => 'This field requires a number',
|
'require_foreign_currency' => 'Dette feltet krever et tall',
|
||||||
'require_foreign_dest' => 'This field value must match the currency of the destination account.',
|
'require_foreign_dest' => 'Denne feltverdien må samsvare med valutaen til målkontoen.',
|
||||||
'require_foreign_src' => 'This field value must match the currency of the source account.',
|
'require_foreign_src' => 'Denne feltverdien må samsvare med valutaen til kildekontoen.',
|
||||||
'equal_description' => 'Transaksjonsbeskrivelsen bør ikke være lik global beskrivelse.',
|
'equal_description' => 'Transaksjonsbeskrivelsen bør ikke være lik global beskrivelse.',
|
||||||
'file_invalid_mime' => 'Kan ikke akseptere fil ":name" av typen ":mime" for opplasting.',
|
'file_invalid_mime' => 'Kan ikke akseptere fil ":name" av typen ":mime" for opplasting.',
|
||||||
'file_too_large' => '":name"-filen er for stor.',
|
'file_too_large' => '":name"-filen er for stor.',
|
||||||
@ -271,8 +271,8 @@ return [
|
|||||||
'generic_invalid_source' => 'Du kan ikke bruke denne kontoen som kildekonto.',
|
'generic_invalid_source' => 'Du kan ikke bruke denne kontoen som kildekonto.',
|
||||||
'generic_invalid_destination' => 'Du kan ikke bruke denne kontoen som destinasjonskonto.',
|
'generic_invalid_destination' => 'Du kan ikke bruke denne kontoen som destinasjonskonto.',
|
||||||
|
|
||||||
'generic_no_source' => 'You must submit source account information or submit a transaction journal ID.',
|
'generic_no_source' => 'Du må sende inn kontoinformasjon eller sende inn transaksjons-journal-ID.',
|
||||||
'generic_no_destination' => 'You must submit destination account information or submit a transaction journal ID.',
|
'generic_no_destination' => 'Du må sende inn kontoinformasjon om mottakerkontoen, eller sende inn en transaksjons-journal-ID.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute må være større enn eller lik :value.',
|
'gte.numeric' => ':attribute må være større enn eller lik :value.',
|
||||||
'gt.numeric' => ':attribute må være større enn :value.',
|
'gt.numeric' => ':attribute må være større enn :value.',
|
||||||
|
@ -271,8 +271,8 @@ return [
|
|||||||
'generic_invalid_source' => 'Nie możesz użyć tego konta jako konta źródłowego.',
|
'generic_invalid_source' => 'Nie możesz użyć tego konta jako konta źródłowego.',
|
||||||
'generic_invalid_destination' => 'Nie możesz użyć tego konta jako konta docelowego.',
|
'generic_invalid_destination' => 'Nie możesz użyć tego konta jako konta docelowego.',
|
||||||
|
|
||||||
'generic_no_source' => 'You must submit source account information or submit a transaction journal ID.',
|
'generic_no_source' => 'Musisz przesłać informacje o koncie źródłowym lub przesłać identyfikator dziennika transakcji.',
|
||||||
'generic_no_destination' => 'You must submit destination account information or submit a transaction journal ID.',
|
'generic_no_destination' => 'Musisz przesłać informacje o koncie docelowym lub przesłać identyfikator dziennika transakcji.',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute musi być większy lub równy :value.',
|
'gte.numeric' => ':attribute musi być większy lub równy :value.',
|
||||||
'gt.numeric' => ':attribute musi być większy niż :value.',
|
'gt.numeric' => ':attribute musi być większy niż :value.',
|
||||||
|
@ -505,33 +505,33 @@ return [
|
|||||||
'search_modifier_category_contains' => '分类包含":value"',
|
'search_modifier_category_contains' => '分类包含":value"',
|
||||||
'search_modifier_not_category_contains' => '分类不包含":value"',
|
'search_modifier_not_category_contains' => '分类不包含":value"',
|
||||||
'search_modifier_category_ends' => '分类结尾为“:value”',
|
'search_modifier_category_ends' => '分类结尾为“:value”',
|
||||||
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
|
'search_modifier_not_category_ends' => '分类结尾不为":value"',
|
||||||
'search_modifier_category_starts' => '分类开头为":value"',
|
'search_modifier_category_starts' => '分类开头为":value"',
|
||||||
'search_modifier_not_category_starts' => 'Category does not start with ":value"',
|
'search_modifier_not_category_starts' => '分类开头不为":value"',
|
||||||
'search_modifier_budget_contains' => '预算包含":value"',
|
'search_modifier_budget_contains' => '预算包含":value"',
|
||||||
'search_modifier_not_budget_contains' => 'Budget does not contain ":value"',
|
'search_modifier_not_budget_contains' => '预算不包含":value"',
|
||||||
'search_modifier_budget_ends' => '预算结尾为":value"',
|
'search_modifier_budget_ends' => '预算结尾为":value"',
|
||||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
'search_modifier_not_budget_ends' => '预算结尾不为":value"',
|
||||||
'search_modifier_budget_starts' => '预算开头为":value"',
|
'search_modifier_budget_starts' => '预算开头为":value"',
|
||||||
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
|
'search_modifier_not_budget_starts' => '预算开头不为":value"',
|
||||||
'search_modifier_bill_contains' => '账单包含":value"',
|
'search_modifier_bill_contains' => '账单包含":value"',
|
||||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
'search_modifier_not_bill_contains' => '账单不包含":value"',
|
||||||
'search_modifier_bill_ends' => '账单结尾为":value"',
|
'search_modifier_bill_ends' => '账单结尾为":value"',
|
||||||
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
|
'search_modifier_not_bill_ends' => '账单结尾不为":value"',
|
||||||
'search_modifier_bill_starts' => '账单开头为":value"',
|
'search_modifier_bill_starts' => '账单开头为":value"',
|
||||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
'search_modifier_not_bill_starts' => '账单开头不为":value"',
|
||||||
'search_modifier_external_id_contains' => '外部ID包含 ":value"',
|
'search_modifier_external_id_contains' => '外部ID包含 ":value"',
|
||||||
'search_modifier_not_external_id_contains' => '外部ID不包含 ":value"',
|
'search_modifier_not_external_id_contains' => '外部ID不包含 ":value"',
|
||||||
'search_modifier_external_id_ends' => '外部ID结尾是 ":value"',
|
'search_modifier_external_id_ends' => '外部ID结尾是 ":value"',
|
||||||
'search_modifier_not_external_id_ends' => '外部ID结尾不是 ":value"',
|
'search_modifier_not_external_id_ends' => '外部ID结尾不是 ":value"',
|
||||||
'search_modifier_external_id_starts' => '外部ID开头是 ":value"',
|
'search_modifier_external_id_starts' => '外部ID开头是 ":value"',
|
||||||
'search_modifier_not_external_id_starts' => '外部ID开头不是 ":value"',
|
'search_modifier_not_external_id_starts' => '外部ID开头不是 ":value"',
|
||||||
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
|
'search_modifier_internal_reference_contains' => '内部引用包含":value"',
|
||||||
'search_modifier_not_internal_reference_contains' => 'Internal reference does not contain ":value"',
|
'search_modifier_not_internal_reference_contains' => '内部引用不含":value"',
|
||||||
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
|
'search_modifier_internal_reference_ends' => '内部引用结尾为":value"',
|
||||||
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
|
'search_modifier_internal_reference_starts' => '内部引用开头为":value"',
|
||||||
'search_modifier_not_internal_reference_ends' => 'Internal reference does not end with ":value"',
|
'search_modifier_not_internal_reference_ends' => '内部引用结尾不为":value"',
|
||||||
'search_modifier_not_internal_reference_starts' => 'Internal reference does not start with ":value"',
|
'search_modifier_not_internal_reference_starts' => '内部引用开头不为":value"',
|
||||||
'search_modifier_external_url_is' => '外部URL是“:value”',
|
'search_modifier_external_url_is' => '外部URL是“:value”',
|
||||||
'search_modifier_not_external_url_is' => '外部URL不是 ":value"',
|
'search_modifier_not_external_url_is' => '外部URL不是 ":value"',
|
||||||
'search_modifier_external_url_contains' => '外部URL包含 ":value"',
|
'search_modifier_external_url_contains' => '外部URL包含 ":value"',
|
||||||
@ -543,12 +543,12 @@ return [
|
|||||||
'search_modifier_has_no_attachments' => '交易没有附件',
|
'search_modifier_has_no_attachments' => '交易没有附件',
|
||||||
'search_modifier_not_has_no_attachments' => '交易包含附件',
|
'search_modifier_not_has_no_attachments' => '交易包含附件',
|
||||||
'search_modifier_not_has_attachments' => '交易没有附件',
|
'search_modifier_not_has_attachments' => '交易没有附件',
|
||||||
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
|
'search_modifier_account_is_cash' => '其中一个账户为现金账户',
|
||||||
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
|
'search_modifier_not_account_is_cash' => '两个账户都不为现金账户',
|
||||||
'search_modifier_journal_id' => '日志ID是":value"',
|
'search_modifier_journal_id' => '日志ID是":value"',
|
||||||
'search_modifier_not_journal_id' => '日志ID不是":value"',
|
'search_modifier_not_journal_id' => '日志ID不是":value"',
|
||||||
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
|
'search_modifier_recurrence_id' => '定期交易ID为":value"',
|
||||||
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
|
'search_modifier_not_recurrence_id' => '定期交易ID不为":value"',
|
||||||
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
|
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
|
||||||
'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"',
|
'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"',
|
||||||
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
|
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
|
||||||
|
@ -271,8 +271,8 @@ return [
|
|||||||
'generic_invalid_source' => '您不能使用此账户作为来源账户',
|
'generic_invalid_source' => '您不能使用此账户作为来源账户',
|
||||||
'generic_invalid_destination' => '您不能使用此账户作为目标账户',
|
'generic_invalid_destination' => '您不能使用此账户作为目标账户',
|
||||||
|
|
||||||
'generic_no_source' => 'You must submit source account information or submit a transaction journal ID.',
|
'generic_no_source' => '必须提供来源账户或者交易ID',
|
||||||
'generic_no_destination' => 'You must submit destination account information or submit a transaction journal ID.',
|
'generic_no_destination' => '必须提供目标账户或者交易ID',
|
||||||
|
|
||||||
'gte.numeric' => ':attribute 必须大于或等于 :value',
|
'gte.numeric' => ':attribute 必须大于或等于 :value',
|
||||||
'gt.numeric' => ':attribute 必须大于 :value',
|
'gt.numeric' => ':attribute 必须大于 :value',
|
||||||
|
Loading…
Reference in New Issue
Block a user