mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Auto commit for release 'v6.1.8' on 2024-02-03
This commit is contained in:
parent
89b7596caf
commit
abd34ba1dc
24
changelog.md
24
changelog.md
@ -8,8 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added a trigger for v2 layouts that helps with debugging.
|
- Added a trigger for v2 layouts that helps with debugging.
|
||||||
- #8431
|
- [Issue 8431](https://github.com/firefly-iii/firefly-iii/issues/8431) (The Opening/ Virtual Balance must less than or equal 100001709) reported by @binhtran1604
|
||||||
- #8457
|
- [Issue 8457](https://github.com/firefly-iii/firefly-iii/issues/8457) (Budgets - missing summary from the bottom) reported by @g7xtr
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@ -17,16 +17,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- #8432
|
- [PR 8432](https://github.com/firefly-iii/firefly-iii/pull/8432) (Update favicons.twig) reported by @stevietv
|
||||||
- #8433
|
- [Issue 8433](https://github.com/firefly-iii/firefly-iii/issues/8433) (may be a wrong calculation) reported by @PterX
|
||||||
- #8442
|
- [Issue 8442](https://github.com/firefly-iii/firefly-iii/issues/8442) (v6.1.7 - Not expected this period) reported by @poudenes
|
||||||
- #8445
|
- [Issue 8445](https://github.com/firefly-iii/firefly-iii/issues/8445)
|
||||||
- #8446
|
- [Issue 8446](https://github.com/firefly-iii/firefly-iii/issues/8446) (There is an extra X ending symbol here) reported by @PterX
|
||||||
- #8467
|
- [Issue 8467](https://github.com/firefly-iii/firefly-iii/issues/8467) (API Endpoint /data/export/rules produces errorneous CSV output) reported by @not1q84-1
|
||||||
- #8472
|
- [Issue 8472](https://github.com/firefly-iii/firefly-iii/issues/8472) (When left to spend is 0, the info box is red) reported by @nicosomb
|
||||||
- #8471
|
- [Issue 8471](https://github.com/firefly-iii/firefly-iii/issues/8471) (Left to spend is not the same on dashboard and on budget page) reported by @nicosomb
|
||||||
- #8477
|
- [PR 8477](https://github.com/firefly-iii/firefly-iii/pull/8477) (Bump actions/checkout from 3 to 4) reported by @dependabot[bot]
|
||||||
- #8497
|
- [Issue 8497](https://github.com/firefly-iii/firefly-iii/issues/8497) (has_any_category:false not possible as a rule) reported by @shrippen
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
30
composer.lock
generated
30
composer.lock
generated
@ -2744,16 +2744,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/commonmark",
|
"name": "league/commonmark",
|
||||||
"version": "2.4.1",
|
"version": "2.4.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/commonmark.git",
|
"url": "https://github.com/thephpleague/commonmark.git",
|
||||||
"reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5"
|
"reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
|
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
|
||||||
"reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
|
"reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2766,7 +2766,7 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"cebe/markdown": "^1.0",
|
"cebe/markdown": "^1.0",
|
||||||
"commonmark/cmark": "0.30.0",
|
"commonmark/cmark": "0.30.3",
|
||||||
"commonmark/commonmark.js": "0.30.0",
|
"commonmark/commonmark.js": "0.30.0",
|
||||||
"composer/package-versions-deprecated": "^1.8",
|
"composer/package-versions-deprecated": "^1.8",
|
||||||
"embed/embed": "^4.4",
|
"embed/embed": "^4.4",
|
||||||
@ -2776,10 +2776,10 @@
|
|||||||
"michelf/php-markdown": "^1.4 || ^2.0",
|
"michelf/php-markdown": "^1.4 || ^2.0",
|
||||||
"nyholm/psr7": "^1.5",
|
"nyholm/psr7": "^1.5",
|
||||||
"phpstan/phpstan": "^1.8.2",
|
"phpstan/phpstan": "^1.8.2",
|
||||||
"phpunit/phpunit": "^9.5.21",
|
"phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
|
||||||
"scrutinizer/ocular": "^1.8.1",
|
"scrutinizer/ocular": "^1.8.1",
|
||||||
"symfony/finder": "^5.3 | ^6.0",
|
"symfony/finder": "^5.3 | ^6.0 || ^7.0",
|
||||||
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
|
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
|
||||||
"unleashedtech/php-coding-standard": "^3.1.1",
|
"unleashedtech/php-coding-standard": "^3.1.1",
|
||||||
"vimeo/psalm": "^4.24.0 || ^5.0.0"
|
"vimeo/psalm": "^4.24.0 || ^5.0.0"
|
||||||
},
|
},
|
||||||
@ -2846,7 +2846,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-08-30T16:55:00+00:00"
|
"time": "2024-02-02T11:59:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/config",
|
"name": "league/config",
|
||||||
@ -3613,16 +3613,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mailchimp/transactional",
|
"name": "mailchimp/transactional",
|
||||||
"version": "1.0.50",
|
"version": "1.0.56",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mailchimp/mailchimp-transactional-php.git",
|
"url": "https://github.com/mailchimp/mailchimp-transactional-php.git",
|
||||||
"reference": "701b00f538f36a2a5b138f880ab5eebbfeff4b7d"
|
"reference": "9d326390c254fa47ba52252c4bf7061fc1c7c1db"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/mailchimp/mailchimp-transactional-php/zipball/701b00f538f36a2a5b138f880ab5eebbfeff4b7d",
|
"url": "https://api.github.com/repos/mailchimp/mailchimp-transactional-php/zipball/9d326390c254fa47ba52252c4bf7061fc1c7c1db",
|
||||||
"reference": "701b00f538f36a2a5b138f880ab5eebbfeff4b7d",
|
"reference": "9d326390c254fa47ba52252c4bf7061fc1c7c1db",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -3661,9 +3661,9 @@
|
|||||||
"swagger"
|
"swagger"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/mailchimp/mailchimp-transactional-php/tree/v1.0.50"
|
"source": "https://github.com/mailchimp/mailchimp-transactional-php/tree/v1.0.56"
|
||||||
},
|
},
|
||||||
"time": "2022-11-07T20:12:03+00:00"
|
"time": "2024-02-01T18:38:57+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "monolog/monolog",
|
"name": "monolog/monolog",
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -22,7 +22,7 @@
|
|||||||
"unknown_dest_plain": "Unknown destination account",
|
"unknown_dest_plain": "Unknown destination account",
|
||||||
"unknown_any_plain": "Unknown account",
|
"unknown_any_plain": "Unknown account",
|
||||||
"unknown_budget_plain": "No budget",
|
"unknown_budget_plain": "No budget",
|
||||||
"stored_journal_js": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ce\u03c2 \u03b7 \u03bd\u03ad\u03b1 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u00ab%{description}\u00bb",
|
"stored_journal_js": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ce\u03c2 \u03b7 \u03bd\u03ad\u03b1 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \"%{description}\"",
|
||||||
"wait_loading_transaction": "Please wait for the form to load",
|
"wait_loading_transaction": "Please wait for the form to load",
|
||||||
"nothing_found": "(nothing found)",
|
"nothing_found": "(nothing found)",
|
||||||
"wait_loading_data": "Please wait for your information to load...",
|
"wait_loading_data": "Please wait for your information to load...",
|
||||||
|
@ -1692,7 +1692,7 @@ return [
|
|||||||
'transactionsWithoutBudget' => 'Despeses sense pressupost',
|
'transactionsWithoutBudget' => 'Despeses sense pressupost',
|
||||||
'transactions_no_budget' => 'Despeses sense pressupost entre :start i :end',
|
'transactions_no_budget' => 'Despeses sense pressupost entre :start i :end',
|
||||||
'spent_between' => 'Ja t\'has gastat entre :start i :end',
|
'spent_between' => 'Ja t\'has gastat entre :start i :end',
|
||||||
'spent_between_left' => 'Spent :spent between :start and :end, leaving :left.',
|
'spent_between_left' => 'Has gastat :spent entre :start i :end, deixant :left restants.',
|
||||||
'set_available_amount' => 'Establir quantitat disponible',
|
'set_available_amount' => 'Establir quantitat disponible',
|
||||||
'update_available_amount' => 'Actualitzar quantitat disponible',
|
'update_available_amount' => 'Actualitzar quantitat disponible',
|
||||||
'ab_basic_modal_explain' => 'Utilitza aquest formulari per a indicar el pressupost que esperes tindre (en total, en :currency) en el període indicat.',
|
'ab_basic_modal_explain' => 'Utilitza aquest formulari per a indicar el pressupost que esperes tindre (en total, en :currency) en el període indicat.',
|
||||||
|
@ -63,7 +63,7 @@ return [
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'collect_info' => 'Συλλέξτε περισσότερες πληροφορίες στον κατάλογο <code>storage/logs</code> όπου θα βρείτε αρχεία καταγραφής. Εάν χρησιμοποιείτε το Docker, χρησιμοποιήστε το <code>docker logs -f [container]</code>.',
|
'collect_info' => 'Συλλέξτε περισσότερες πληροφορίες στον κατάλογο <code>storage/logs</code> όπου θα βρείτε αρχεία καταγραφής. Εάν χρησιμοποιείτε το Docker, χρησιμοποιήστε το <code>docker logs -f [container]</code>.',
|
||||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
'collect_info_more' => 'Μπορείτε να διαβάσετε περισσότερα σχετικά με τη συλλογή πληροφοριών σφαλμάτων στο <a href="https://docs.firefly-iii.org/how-to/general/debug/">FAQ</a>.',
|
||||||
'github_help' => 'Λάβετε βοήθεια στο GitHub',
|
'github_help' => 'Λάβετε βοήθεια στο GitHub',
|
||||||
'github_instructions' => 'Είστε ευπρόσδεκτοι να ανοίξετε ένα νέο θέμα <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">στο GitHub</a></strong>.',
|
'github_instructions' => 'Είστε ευπρόσδεκτοι να ανοίξετε ένα νέο θέμα <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">στο GitHub</a></strong>.',
|
||||||
'use_search' => 'Χρησιμοποιήστε την αναζήτηση!',
|
'use_search' => 'Χρησιμοποιήστε την αναζήτηση!',
|
||||||
|
@ -391,10 +391,10 @@ return [
|
|||||||
'search_modifier_not_has_any_budget' => 'Η συναλλαγή δεν πρέπει να έχει προϋπολογισμό',
|
'search_modifier_not_has_any_budget' => 'Η συναλλαγή δεν πρέπει να έχει προϋπολογισμό',
|
||||||
'search_modifier_has_any_budget' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
'search_modifier_has_any_budget' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
||||||
'search_modifier_not_has_no_budget' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
'search_modifier_not_has_no_budget' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
||||||
'search_modifier_has_no_bill' => 'Η συναλλαγή δεν πρέπει να έχει λογαριασμό',
|
'search_modifier_has_no_bill' => 'Η συναλλαγή δεν πρέπει να έχει πάγιο έξοδο',
|
||||||
'search_modifier_not_has_no_bill' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) λογαριασμό',
|
'search_modifier_not_has_no_bill' => 'Η συναλλαγή πρέπει να έχει ένα (οποιοδήποτε) πάγιο έξοδο',
|
||||||
'search_modifier_has_any_bill' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) λογαριασμό',
|
'search_modifier_has_any_bill' => 'Η συναλλαγή πρέπει να έχει ένα (οποιοδήποτε) πάγιο έξοδο',
|
||||||
'search_modifier_not_has_any_bill' => 'Η συναλλαγή δεν πρέπει να έχει λογαριασμό',
|
'search_modifier_not_has_any_bill' => 'Η συναλλαγή δεν πρέπει να έχει πάγιο έξοδο',
|
||||||
'search_modifier_has_no_tag' => 'Η συναλλαγή δεν πρέπει να έχει καμία ετικέτα',
|
'search_modifier_has_no_tag' => 'Η συναλλαγή δεν πρέπει να έχει καμία ετικέτα',
|
||||||
'search_modifier_not_has_any_tag' => 'Η συναλλαγή δεν πρέπει να έχει ετικέτα',
|
'search_modifier_not_has_any_tag' => 'Η συναλλαγή δεν πρέπει να έχει ετικέτα',
|
||||||
'search_modifier_not_has_no_tag' => 'Η συναλλαγή πρέπει να έχει (οποιαδήποτε) ετικέτα',
|
'search_modifier_not_has_no_tag' => 'Η συναλλαγή πρέπει να έχει (οποιαδήποτε) ετικέτα',
|
||||||
@ -418,13 +418,13 @@ return [
|
|||||||
'search_modifier_amount_more' => 'Το ποσό είναι μεγαλύτερο ή ίσο με :value',
|
'search_modifier_amount_more' => 'Το ποσό είναι μεγαλύτερο ή ίσο με :value',
|
||||||
'search_modifier_not_amount_less' => 'Το ποσό είναι μεγαλύτερο ή ίσο με :value',
|
'search_modifier_not_amount_less' => 'Το ποσό είναι μεγαλύτερο ή ίσο με :value',
|
||||||
'search_modifier_source_account_is' => 'Το όνομα του λογαριασμού προέλευσης είναι ακριβώς ":value"',
|
'search_modifier_source_account_is' => 'Το όνομα του λογαριασμού προέλευσης είναι ακριβώς ":value"',
|
||||||
'search_modifier_not_source_account_is' => 'Το όνομα του λογαριασμού προέλευσης δεν είναι «:value»',
|
'search_modifier_not_source_account_is' => 'Το όνομα του λογαριασμού προέλευσης δεν είναι ":value"',
|
||||||
'search_modifier_source_account_contains' => 'Το όνομα του λογαριασμού προέλευσης περιέχει ":value"',
|
'search_modifier_source_account_contains' => 'Το όνομα του λογαριασμού προέλευσης περιέχει ":value"',
|
||||||
'search_modifier_not_source_account_contains' => 'Το όνομα του λογαριασμού προέλευσης δεν περιέχει «:value»',
|
'search_modifier_not_source_account_contains' => 'Το όνομα του λογαριασμού προέλευσης δεν περιέχει ":value"',
|
||||||
'search_modifier_source_account_starts' => 'Το όνομα του λογαριασμού προέλευσης αρχίζει με ":value"',
|
'search_modifier_source_account_starts' => 'Το όνομα του λογαριασμού προέλευσης αρχίζει με ":value"',
|
||||||
'search_modifier_not_source_account_starts' => 'Το όνομα του λογαριασμού προέλευσης δεν αρχίζει με «:value»',
|
'search_modifier_not_source_account_starts' => 'Το όνομα του λογαριασμού προέλευσης δεν αρχίζει με ":value"',
|
||||||
'search_modifier_source_account_ends' => 'Το όνομα του λογαριασμού προέλευσης τελειώνει με ":value"',
|
'search_modifier_source_account_ends' => 'Το όνομα του λογαριασμού προέλευσης τελειώνει με ":value"',
|
||||||
'search_modifier_not_source_account_ends' => 'Το όνομα του λογαριασμού προέλευσης δεν τελειώνει με «:value»',
|
'search_modifier_not_source_account_ends' => 'Το όνομα του λογαριασμού προέλευσης δεν τελειώνει με ":value"',
|
||||||
'search_modifier_source_account_id' => 'Το ID του λογαριασμού προέλευσης είναι :value',
|
'search_modifier_source_account_id' => 'Το ID του λογαριασμού προέλευσης είναι :value',
|
||||||
'search_modifier_not_source_account_id' => 'Το ID του λογαριασμού προέλευσης δεν είναι :value',
|
'search_modifier_not_source_account_id' => 'Το ID του λογαριασμού προέλευσης δεν είναι :value',
|
||||||
'search_modifier_source_account_nr_is' => 'Ο αριθμός (IBAN) του λογαριασμού προέλευσης είναι ":value"',
|
'search_modifier_source_account_nr_is' => 'Ο αριθμός (IBAN) του λογαριασμού προέλευσης είναι ":value"',
|
||||||
@ -460,13 +460,13 @@ return [
|
|||||||
'search_modifier_account_id' => 'Το/Τα αναγνωριστικά λογαριασμού προέλευσης ή προορισμού είναι: :value',
|
'search_modifier_account_id' => 'Το/Τα αναγνωριστικά λογαριασμού προέλευσης ή προορισμού είναι: :value',
|
||||||
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
||||||
'search_modifier_category_is' => 'Η κατηγορία είναι ":value"',
|
'search_modifier_category_is' => 'Η κατηγορία είναι ":value"',
|
||||||
'search_modifier_not_category_is' => 'Η κατηγορία δεν είναι «:value»',
|
'search_modifier_not_category_is' => 'Η κατηγορία δεν είναι ":value"',
|
||||||
'search_modifier_budget_is' => 'Ο προϋπολογισμός είναι ":value"',
|
'search_modifier_budget_is' => 'Ο προϋπολογισμός είναι ":value"',
|
||||||
'search_modifier_not_budget_is' => 'Ο προϋπολογισμός δεν είναι «:value»',
|
'search_modifier_not_budget_is' => 'Ο προϋπολογισμός δεν είναι ":value"',
|
||||||
'search_modifier_bill_is' => 'Το πάγιο έξοδο είναι ":value"',
|
'search_modifier_bill_is' => 'Το πάγιο έξοδο είναι ":value"',
|
||||||
'search_modifier_not_bill_is' => 'Το πάγιο έξοδο δεν είναι «:value»',
|
'search_modifier_not_bill_is' => 'Το πάγιο έξοδο δεν είναι ":value"',
|
||||||
'search_modifier_transaction_type' => 'Ο τύπος συναλλαγής είναι ":value"',
|
'search_modifier_transaction_type' => 'Ο τύπος συναλλαγής είναι ":value"',
|
||||||
'search_modifier_not_transaction_type' => 'Ο τύπος συναλλαγής δεν είναι «:value»',
|
'search_modifier_not_transaction_type' => 'Ο τύπος συναλλαγής δεν είναι ":value"',
|
||||||
'search_modifier_tag_is' => 'Η ετικέτα είναι ":value"',
|
'search_modifier_tag_is' => 'Η ετικέτα είναι ":value"',
|
||||||
'search_modifier_tag_contains' => 'Tag contains ":value"',
|
'search_modifier_tag_contains' => 'Tag contains ":value"',
|
||||||
'search_modifier_not_tag_contains' => 'Tag does not contain ":value"',
|
'search_modifier_not_tag_contains' => 'Tag does not contain ":value"',
|
||||||
@ -488,9 +488,9 @@ return [
|
|||||||
|
|
||||||
// new
|
// new
|
||||||
'search_modifier_tag_is_not' => 'Δεν υπάρχει ετικέτα ":value"',
|
'search_modifier_tag_is_not' => 'Δεν υπάρχει ετικέτα ":value"',
|
||||||
'search_modifier_not_tag_is_not' => 'Η ετικέτα είναι «:value»',
|
'search_modifier_not_tag_is_not' => 'Η ετικέτα είναι ":value"',
|
||||||
'search_modifier_account_is' => 'Οποιοσδήποτε λογαριασμός είναι «:value»',
|
'search_modifier_account_is' => 'Οποιοσδήποτε λογαριασμός είναι ":value"',
|
||||||
'search_modifier_not_account_is' => 'Κανένας λογαριασμός δεν είναι «:value»',
|
'search_modifier_not_account_is' => 'Κανένας λογαριασμός δεν είναι ":value"',
|
||||||
'search_modifier_account_contains' => 'Either account contains ":value"',
|
'search_modifier_account_contains' => 'Either account contains ":value"',
|
||||||
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
||||||
'search_modifier_account_ends' => 'Either account ends with ":value"',
|
'search_modifier_account_ends' => 'Either account ends with ":value"',
|
||||||
@ -498,7 +498,7 @@ return [
|
|||||||
'search_modifier_account_starts' => 'Either account starts with ":value"',
|
'search_modifier_account_starts' => 'Either account starts with ":value"',
|
||||||
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
||||||
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
|
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
|
||||||
'search_modifier_not_account_nr_is' => 'Κανένας αριθμός λογαριασμού / IBAN δεν είναι «:value»',
|
'search_modifier_not_account_nr_is' => 'Κανένας αριθμός λογαριασμού / IBAN δεν είναι ":value"',
|
||||||
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
|
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
|
||||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||||
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
|
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
|
||||||
@ -517,12 +517,12 @@ return [
|
|||||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
'search_modifier_not_budget_ends' => 'Budget does not end on ":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' => 'Budget does not start with ":value"',
|
||||||
'search_modifier_bill_contains' => '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' => 'Bill ends with ":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' => 'Bill starts with ":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' => 'External ID contains ":value"',
|
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||||
'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"',
|
'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"',
|
||||||
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
|
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
|
||||||
@ -982,12 +982,12 @@ return [
|
|||||||
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
|
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
|
||||||
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
|
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
|
||||||
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
|
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
|
||||||
'rule_trigger_bill_contains_choice' => 'Bill contains..',
|
'rule_trigger_bill_contains_choice' => 'Το πάγιο έξοδο περιέχει..',
|
||||||
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
|
'rule_trigger_bill_contains' => 'Το πάγιο έξοδο περιέχει ":trigger_value"',
|
||||||
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
|
'rule_trigger_bill_ends_choice' => 'Το πάγιο έξοδο τελειώνει με..',
|
||||||
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
|
'rule_trigger_bill_ends' => 'Το πάγιο έξοδο τελειώνει με ":trigger_value"',
|
||||||
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
|
'rule_trigger_bill_starts_choice' => 'Το πάγιο έξοδο ξεκινάει με..',
|
||||||
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
|
'rule_trigger_bill_starts' => 'Το πάγιο έξοδο ξεκινά με ":trigger_value"',
|
||||||
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
|
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
|
||||||
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
|
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
|
||||||
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
|
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
|
||||||
@ -1130,10 +1130,10 @@ return [
|
|||||||
'rule_trigger_not_budget_contains' => 'Budget does not contain ":trigger_value"',
|
'rule_trigger_not_budget_contains' => 'Budget does not contain ":trigger_value"',
|
||||||
'rule_trigger_not_budget_ends' => 'Budget does not end on ":trigger_value"',
|
'rule_trigger_not_budget_ends' => 'Budget does not end on ":trigger_value"',
|
||||||
'rule_trigger_not_budget_starts' => 'Budget does not start with ":trigger_value"',
|
'rule_trigger_not_budget_starts' => 'Budget does not start with ":trigger_value"',
|
||||||
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
|
'rule_trigger_not_bill_is' => 'Το πάγιο έξοδο δεν είναι ":trigger_value"',
|
||||||
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
|
'rule_trigger_not_bill_contains' => 'Το πάγιο έξοδο δεν περιέχει ":trigger_value"',
|
||||||
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
|
'rule_trigger_not_bill_ends' => 'Το πάγιο έξοδο δεν τελειώνει στο ":trigger_value"',
|
||||||
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
|
'rule_trigger_not_bill_starts' => 'Το πάγιο έξοδο δεν τελειώνει με το ":trigger_value"',
|
||||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||||
@ -1197,14 +1197,14 @@ return [
|
|||||||
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
|
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
|
||||||
'rule_trigger_not_has_any_category' => 'Transaction has no category',
|
'rule_trigger_not_has_any_category' => 'Transaction has no category',
|
||||||
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
|
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
|
||||||
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
|
'rule_trigger_not_has_any_bill' => 'Η συναλλαγή δεν έχει πάγιο έξοδο',
|
||||||
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
|
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
|
||||||
'rule_trigger_not_any_notes' => 'Transaction has no notes',
|
'rule_trigger_not_any_notes' => 'Transaction has no notes',
|
||||||
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
|
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
|
||||||
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
|
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
|
||||||
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
|
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
|
||||||
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
|
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
|
||||||
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
|
'rule_trigger_not_has_no_bill' => 'Η συναλλαγή έχει ένα (οποιοδήποτε) πάγιο έξοδο',
|
||||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||||
@ -1260,7 +1260,7 @@ return [
|
|||||||
'rule_action_clear_notes_choice' => 'Αφαίρεση οποιονδήποτε σημειώσεων',
|
'rule_action_clear_notes_choice' => 'Αφαίρεση οποιονδήποτε σημειώσεων',
|
||||||
'rule_action_clear_notes' => 'Αφαίρεση οποιονδήποτε σημειώσεων',
|
'rule_action_clear_notes' => 'Αφαίρεση οποιονδήποτε σημειώσεων',
|
||||||
'rule_action_set_notes_choice' => 'Set notes to ..',
|
'rule_action_set_notes_choice' => 'Set notes to ..',
|
||||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
'rule_action_link_to_bill_choice' => 'Σύνδεση σε ένα πάγιο έξοδο..',
|
||||||
'rule_action_link_to_bill' => 'Σύνδεση στο πάγιο έξοδο ":action_value"',
|
'rule_action_link_to_bill' => 'Σύνδεση στο πάγιο έξοδο ":action_value"',
|
||||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||||
@ -1282,11 +1282,11 @@ return [
|
|||||||
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
|
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
|
||||||
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
|
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
|
||||||
'rulegroup_for_bills_title' => 'Ομάδα κανόνων για πάγια έξοδα',
|
'rulegroup_for_bills_title' => 'Ομάδα κανόνων για πάγια έξοδα',
|
||||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
'rulegroup_for_bills_description' => 'Μια ειδική ομάδα κανόνων για όλους τους κανόνες που περιλαμβάνουν πάγια έξοδα.',
|
||||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
'rule_for_bill_title' => 'Αυτόματα δημιουργημένος κανόνας για το πάγιο έξοδο ":name"',
|
||||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
'rule_for_bill_description' => 'Αυτός ο κανόνας δημιουργείται αυτόματα στην προσπάθεια να αντιστοιχηθεί το πάγιο έξοδο ":name".',
|
||||||
'create_rule_for_bill' => 'Δημιουργία νέου κανόνα για το πάγιο έξοδο ":name"',
|
'create_rule_for_bill' => 'Δημιουργία νέου κανόνα για το πάγιο έξοδο ":name"',
|
||||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
'create_rule_for_bill_txt' => 'Συγχαρητήρια, μόλις δημιουργήσατε ένα νέο πάγιο έξοδο με το όνομα ":name"! Το Firefly III μπορεί να αντιστοιχίσει αυτόματα μελλοντικές πληρωμές για το πάγιο έξοδο. Για παράδειγμα, οποτεδήποτε πληρώνετε το ενοίκιο, ο λογαριασμός δαπανών "Ενοίκιο" θα συνδεθεί με αυτή την πάγια δαπάνη. Με αυτό τον τρόπο, το Firefly III μπορεί να εμφανίσει με ακρίβεια ποια πάγια έξοδα είναι σε καθυστέρηση και ποια όχι. Για να μπορεί να γίνει αυτό, θα πρέπει να δημιουργηθεί ένας νέος κανόνας. Το Firefly III έχει συμπληρωμένες ορισμένες λογικές προεπιλογές για εσάς. Παρακαλώ επιβεβαιώστε ότι είναι σωστές. Εάν αυτές οι τιμές είναι σωστές, το Firefly III θα συνδέσει αυτόματα τη σωστή ανάλογη ανάληψη με το πάγιο έξοδο. Παρακαλώ ελέγξτε τα κριτήρια ενεργοποίησης του κανόνα για να δείτε εάν είναι σωστά και προσθέστε επιπλέον εάν χρειάζεται.',
|
||||||
'new_rule_for_bill_title' => 'Κανόνας για το πάγιο έξοδο ":name"',
|
'new_rule_for_bill_title' => 'Κανόνας για το πάγιο έξοδο ":name"',
|
||||||
'new_rule_for_bill_description' => 'Αυτός ο κανόνας μαρκάρει συναλλαγές για το πάγιο έξοδο ":name".',
|
'new_rule_for_bill_description' => 'Αυτός ο κανόνας μαρκάρει συναλλαγές για το πάγιο έξοδο ":name".',
|
||||||
|
|
||||||
@ -1745,15 +1745,15 @@ return [
|
|||||||
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Όχι (ακόμη)',
|
'not_or_not_yet' => 'Όχι (ακόμη)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Επισκεφθείτε το πάγιο έξοδο ":name" στο Firefly III',
|
||||||
'match_between_amounts' => 'Αντιστοιχίες πάγιου έξοδου προς συναλλαγές μεταξύ :low και :high.',
|
'match_between_amounts' => 'Αντιστοιχίες πάγιου έξοδου προς συναλλαγές μεταξύ :low και :high.',
|
||||||
'running_again_loss' => 'Οι συναλλαγές που έχουν συνδεθεί προηγουμένως με αυτό το πάγιο έξοδο ενδέχεται να χάσουν τη σύνδεσή τους, αν δεν συμφωνούν (πλέον) με τον κανόνα(ες).',
|
'running_again_loss' => 'Οι συναλλαγές που έχουν συνδεθεί προηγουμένως με αυτό το πάγιο έξοδο ενδέχεται να χάσουν τη σύνδεσή τους, αν δεν συμφωνούν (πλέον) με τον κανόνα(ες).',
|
||||||
'bill_related_rules' => 'Συσχετιζόμενοι κανόνες με αυτό το πάγιο έξοδο',
|
'bill_related_rules' => 'Συσχετιζόμενοι κανόνες με αυτό το πάγιο έξοδο',
|
||||||
'repeats' => 'Επαναλήψεις',
|
'repeats' => 'Επαναλήψεις',
|
||||||
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
|
'bill_end_date_help' => 'Προαιρετικό πεδίο. Το πάγιο έξοδο αναμένεται να τελειώσει σε αυτή την ημερομηνία.',
|
||||||
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
|
'bill_extension_date_help' => 'Προαιρετικό πεδίο. Το πάγιο έξοδο πρέπει να παραταθεί (ή να ακυρωθεί) πριν ή κατά από αυτή την ημερομηνία.',
|
||||||
'bill_end_index_line' => 'This bill ends on :date',
|
'bill_end_index_line' => 'Αυτό το πάγιο έξοδο τελειώνει στις :date',
|
||||||
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
|
'bill_extension_index_line' => 'Αυτό το πάγιο έξοδο πρέπει να παραταθεί ή να ακυρωθεί στις :date',
|
||||||
'connected_journals' => 'Συνδεδεμένες συναλλαγές',
|
'connected_journals' => 'Συνδεδεμένες συναλλαγές',
|
||||||
'auto_match_on' => 'Αυτόματη αντιστοίχιση από το Firefly III',
|
'auto_match_on' => 'Αυτόματη αντιστοίχιση από το Firefly III',
|
||||||
'auto_match_off' => 'Μη αυτόματη αντιστοίχιση από το Firefly III',
|
'auto_match_off' => 'Μη αυτόματη αντιστοίχιση από το Firefly III',
|
||||||
@ -1978,7 +1978,7 @@ return [
|
|||||||
'deleted_transfer' => 'Επιτυχής διαγραφή της μεταφοράς ":description"',
|
'deleted_transfer' => 'Επιτυχής διαγραφή της μεταφοράς ":description"',
|
||||||
'deleted_reconciliation' => 'Επιτυχής διαγραφή της τακτοποιημένης συναλλαγής ":description"',
|
'deleted_reconciliation' => 'Επιτυχής διαγραφή της τακτοποιημένης συναλλαγής ":description"',
|
||||||
'stored_journal' => 'Δημιουργήθηκε επιτυχώς η νέα συναλλαγή ":description"',
|
'stored_journal' => 'Δημιουργήθηκε επιτυχώς η νέα συναλλαγή ":description"',
|
||||||
'stored_journal_js' => 'Δημιουργήθηκε επιτυχώς η νέα συναλλαγή «%{description}»',
|
'stored_journal_js' => 'Δημιουργήθηκε επιτυχώς η νέα συναλλαγή "%{description}"',
|
||||||
'stored_journal_no_descr' => 'Δημιουργήθηκε επιτυχώς η νέα συναλλαγή',
|
'stored_journal_no_descr' => 'Δημιουργήθηκε επιτυχώς η νέα συναλλαγή',
|
||||||
'updated_journal_no_descr' => 'Ενημερώθηκε επιτυχώς η συναλλαγή σας',
|
'updated_journal_no_descr' => 'Ενημερώθηκε επιτυχώς η συναλλαγή σας',
|
||||||
'select_transactions' => 'Επιλέξτε συναλλαγές',
|
'select_transactions' => 'Επιλέξτε συναλλαγές',
|
||||||
|
@ -145,7 +145,7 @@ return [
|
|||||||
'start_date' => 'Αρχή του εύρους',
|
'start_date' => 'Αρχή του εύρους',
|
||||||
'end_date' => 'Τέλος του εύρους',
|
'end_date' => 'Τέλος του εύρους',
|
||||||
'enddate' => 'Ημερομηνία λήξης',
|
'enddate' => 'Ημερομηνία λήξης',
|
||||||
'move_rules_before_delete' => 'Rule group',
|
'move_rules_before_delete' => 'Ομάδα κανόνων',
|
||||||
'start' => 'Αρχή του εύρους',
|
'start' => 'Αρχή του εύρους',
|
||||||
'end' => 'Τέλος του εύρους',
|
'end' => 'Τέλος του εύρους',
|
||||||
'delete_account' => 'Διαγραφή λογαριασμού ":name"',
|
'delete_account' => 'Διαγραφή λογαριασμού ":name"',
|
||||||
|
@ -79,7 +79,7 @@ return [
|
|||||||
'reports_index_intro' => 'Χρησιμοποιήστε αυτές τις αναφορές για να λάβετε λεπτομερείς πληροφορίες για τα οικονομικά σας.',
|
'reports_index_intro' => 'Χρησιμοποιήστε αυτές τις αναφορές για να λάβετε λεπτομερείς πληροφορίες για τα οικονομικά σας.',
|
||||||
'reports_index_inputReportType' => 'Επιλέξτε έναν τύπο αναφοράς. Ελέγξτε τις σελίδες βοήθειας για να δείτε τι εμφανίζει ή κάθε αναφορά.',
|
'reports_index_inputReportType' => 'Επιλέξτε έναν τύπο αναφοράς. Ελέγξτε τις σελίδες βοήθειας για να δείτε τι εμφανίζει ή κάθε αναφορά.',
|
||||||
'reports_index_inputAccountsSelect' => 'Μπορείτε να παραλείψετε ή να συμπεριλάβετε λογαριασμούς κεφαλαίου κατά βούληση.',
|
'reports_index_inputAccountsSelect' => 'Μπορείτε να παραλείψετε ή να συμπεριλάβετε λογαριασμούς κεφαλαίου κατά βούληση.',
|
||||||
'reports_index_inputDateRange' => 'The selected date range is entirely up to you: from one day to 10 years or more.',
|
'reports_index_inputDateRange' => 'Το επιλεγμένο χρονικό διάστημα εξαρτάται αποκλειστικά από εσάς: από μία ημέρα έως και περισσότερο από 10 χρόνια.',
|
||||||
'reports_index_extra-options-box' => 'Αναλόγως της αναφοράς που έχετε επιλέξει, μπορείτε να επιλέξετε επιπλέον φίλτρα και επιλογές εδώ. Δείτε αυτό το κουτάκι επιλογής όταν αλλάζετε τον τύπο αναφοράς.',
|
'reports_index_extra-options-box' => 'Αναλόγως της αναφοράς που έχετε επιλέξει, μπορείτε να επιλέξετε επιπλέον φίλτρα και επιλογές εδώ. Δείτε αυτό το κουτάκι επιλογής όταν αλλάζετε τον τύπο αναφοράς.',
|
||||||
|
|
||||||
// reports (reports)
|
// reports (reports)
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'bad_type_source' => 'Firefly III can\'t determine the transaction type based on this source account.',
|
'bad_type_source' => 'Το Firefly III δεν μπορεί να καθορίσει τον τύπο συναλλαγής με βάση αυτό το λογαριασμό προέλευσης.',
|
||||||
'bad_type_destination' => 'Firefly III can\'t determine the transaction type based on this destination account.',
|
'bad_type_destination' => 'Το Firefly III δεν μπορεί να καθορίσει τον τύπο συναλλαγής με βάση αυτό το λογαριασμό προορισμού.',
|
||||||
'missing_where' => 'Από τον πίνακα λείπει η ρήτρα "where"',
|
'missing_where' => 'Από τον πίνακα λείπει η ρήτρα "where"',
|
||||||
'missing_update' => 'Από τον πίνακα λείπει η ρήτρα "update"',
|
'missing_update' => 'Από τον πίνακα λείπει η ρήτρα "update"',
|
||||||
'invalid_where_key' => 'Το JSON περιέχει ένα μη έγκυρο κλειδί για την ρήτρα "where"',
|
'invalid_where_key' => 'Το JSON περιέχει ένα μη έγκυρο κλειδί για την ρήτρα "where"',
|
||||||
@ -46,13 +46,13 @@ return [
|
|||||||
'iban' => 'Αυτό δεν είναι έγκυρο IBAN.',
|
'iban' => 'Αυτό δεν είναι έγκυρο IBAN.',
|
||||||
'zero_or_more' => 'Αυτή η τιμή δεν μπορεί να είναι αρνητική.',
|
'zero_or_more' => 'Αυτή η τιμή δεν μπορεί να είναι αρνητική.',
|
||||||
'more_than_zero' => 'Η τιμή πρέπει να είναι μεγαλύτερη από το μηδέν.',
|
'more_than_zero' => 'Η τιμή πρέπει να είναι μεγαλύτερη από το μηδέν.',
|
||||||
'more_than_zero_correct' => 'The value must be zero or more.',
|
'more_than_zero_correct' => 'Η τιμή πρέπει να είναι μηδέν ή περισσότερο.',
|
||||||
'no_asset_account' => 'This is not an asset account.',
|
'no_asset_account' => 'Αυτός δεν είναι λογαριασμός κεφαλαίου.',
|
||||||
'date_or_time' => 'Αυτή η τιμή πρέπει να είναι έγκυρη ημερομηνία ή τιμή ώρας (ISO 8601).',
|
'date_or_time' => 'Αυτή η τιμή πρέπει να είναι έγκυρη ημερομηνία ή τιμή ώρας (ISO 8601).',
|
||||||
'source_equals_destination' => 'Ο λογαριασμός προέλευσης ισούται με το λογαριασμό προορισμού.',
|
'source_equals_destination' => 'Ο λογαριασμός προέλευσης ισούται με το λογαριασμό προορισμού.',
|
||||||
'unique_account_number_for_user' => 'Φαίνεται πως αυτός ο αριθμός λογαριασμού χρησιμοποιείται ήδη.',
|
'unique_account_number_for_user' => 'Φαίνεται πως αυτός ο αριθμός λογαριασμού χρησιμοποιείται ήδη.',
|
||||||
'unique_iban_for_user' => 'Φαίνεται πως αυτό το IBAN είναι ήδη σε χρήση.',
|
'unique_iban_for_user' => 'Φαίνεται πως αυτό το IBAN είναι ήδη σε χρήση.',
|
||||||
'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"',
|
'reconciled_forbidden_field' => 'Αυτή η συναλλαγή έχει ήδη τακτοποιηθεί, δεν μπορείτε να αλλάξετε το ":field"',
|
||||||
'deleted_user' => 'Για λόγους ασφαλείας, δεν μπορείτε να εγγραφείτε χρησιμοποιώντας αυτή τη διεύθυνση email.',
|
'deleted_user' => 'Για λόγους ασφαλείας, δεν μπορείτε να εγγραφείτε χρησιμοποιώντας αυτή τη διεύθυνση email.',
|
||||||
'rule_trigger_value' => 'Αυτή η τιμή δεν είναι έγκυρη για το επιλεγμένο κριτήριο ενεργοποίησης.',
|
'rule_trigger_value' => 'Αυτή η τιμή δεν είναι έγκυρη για το επιλεγμένο κριτήριο ενεργοποίησης.',
|
||||||
'rule_action_value' => 'Αυτή η τιμή δεν είναι έγκυρη για την επιλεγμένη ενέργεια.',
|
'rule_action_value' => 'Αυτή η τιμή δεν είναι έγκυρη για την επιλεγμένη ενέργεια.',
|
||||||
@ -64,11 +64,11 @@ return [
|
|||||||
'transaction_types_equal' => 'Όλοι οι διαχωρισμοί πρέπει να είναι ίδιου τύπου.',
|
'transaction_types_equal' => 'Όλοι οι διαχωρισμοί πρέπει να είναι ίδιου τύπου.',
|
||||||
'invalid_transaction_type' => 'Μη έγκυρος τύπος συναλλαγής.',
|
'invalid_transaction_type' => 'Μη έγκυρος τύπος συναλλαγής.',
|
||||||
'invalid_selection' => 'Η επιλογή σας δεν είναι έγκυρη.',
|
'invalid_selection' => 'Η επιλογή σας δεν είναι έγκυρη.',
|
||||||
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
|
'belongs_user' => 'Αυτή η τιμή συνδέεται με ένα αντικείμενο που δεν φαίνεται να υπάρχει.',
|
||||||
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
|
'belongs_user_or_user_group' => 'Αυτή η τιμή συνδέεται με ένα αντικείμενο που δεν φαίνεται να υπάρχει στην τρέχουσα οικονομική σας διαχείριση.',
|
||||||
'at_least_one_transaction' => 'Απαιτείται τουλάχιστο μία συναλλαγή.',
|
'at_least_one_transaction' => 'Απαιτείται τουλάχιστο μία συναλλαγή.',
|
||||||
'recurring_transaction_id' => 'Απαιτείται τουλάχιστον μία συναλλαγή.',
|
'recurring_transaction_id' => 'Απαιτείται τουλάχιστον μία συναλλαγή.',
|
||||||
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',
|
'need_id_to_match' => 'Πρέπει να υποβάλετε αυτήν την καταχώρηση με ένα ID για να μπορεί το API να το ταιριάζει.',
|
||||||
'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.',
|
'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.',
|
||||||
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
|
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
|
||||||
'at_least_one_repetition' => 'Απαιτείται τουλάχιστον μία επανάληψη.',
|
'at_least_one_repetition' => 'Απαιτείται τουλάχιστον μία επανάληψη.',
|
||||||
|
@ -113,7 +113,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Zapomniałem mojego uwierzytelnienia dwuskładnikowego.',
|
'two_factor_forgot' => 'Zapomniałem mojego uwierzytelnienia dwuskładnikowego.',
|
||||||
'two_factor_lost_header' => 'Straciłeś uwierzytelnianie dwuskładnikowe?',
|
'two_factor_lost_header' => 'Straciłeś uwierzytelnianie dwuskładnikowe?',
|
||||||
'two_factor_lost_intro' => 'Jeżeli także nie masz kodów, to niestety nie masz szczęścia. To nie jest coś, co możemy naprawić z poziomu przeglądarki. Masz dwie opcje.',
|
'two_factor_lost_intro' => 'Jeżeli także nie masz kodów, to niestety nie masz szczęścia. To nie jest coś, co możemy naprawić z poziomu przeglądarki. Masz dwie opcje.',
|
||||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
'two_factor_lost_fix_self' => 'Jeśli jesteś właścicielem tej instalacji Firefly III, przeczytaj <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>ten wpis w FAQ</a>, aby uzyskać instrukcje.',
|
||||||
'two_factor_lost_fix_owner' => 'W przeciwnym razie, powiadom właściciela strony, <a href="mailto::site_owner">:site_owner</a> i poproś go o zresetowanie Twojego uwierzytelnienia dwuskładnikowego.',
|
'two_factor_lost_fix_owner' => 'W przeciwnym razie, powiadom właściciela strony, <a href="mailto::site_owner">:site_owner</a> i poproś go o zresetowanie Twojego uwierzytelnienia dwuskładnikowego.',
|
||||||
'mfa_backup_code' => 'Użyłeś kodu zapasowego do zalogowania się do Firefly III. Nie możesz go użyć ponownie, więc wykreśl go z listy.',
|
'mfa_backup_code' => 'Użyłeś kodu zapasowego do zalogowania się do Firefly III. Nie możesz go użyć ponownie, więc wykreśl go z listy.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Wygeneruj nowe kody zapasowe',
|
'pref_two_factor_new_backup_codes' => 'Wygeneruj nowe kody zapasowe',
|
||||||
|
Loading…
Reference in New Issue
Block a user