From 07e6d609048486a614063c68338d5e6c436c5fbe Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 13 Sep 2019 19:05:10 +0200 Subject: [PATCH] Update changelog and some meta data. --- .sandstorm/changelog.md | 3 +++ changelog.md | 3 +++ resources/lang/el_GR/firefly.php | 6 +++--- resources/lang/el_GR/list.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index fce3d629a6..a660ec81bf 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -6,6 +6,9 @@ - [Issue 2564](https://github.com/firefly-iii/firefly-iii/issues/2564) Ability to browse pages in the search results. - [Issue 2573](https://github.com/firefly-iii/firefly-iii/issues/2573) Could not submit an transaction update after an error was corrected. - [Issue 2577](https://github.com/firefly-iii/firefly-iii/issues/2577) Upgrade routine would wrongly store the categories of split transactions. +- [Issue 2590](https://github.com/firefly-iii/firefly-iii/issues/2590) Fix an issue in the audit report. +- [Issue 2592](https://github.com/firefly-iii/firefly-iii/issues/2592) Fix an issue with YNAB import. +- [Issue 2597](https://github.com/firefly-iii/firefly-iii/issues/2597) Fix an issue where users could not delete currencies. # 4.8.1 (API 0.10.2) diff --git a/changelog.md b/changelog.md index a56a1b88d8..206746fe47 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [Issue 2564](https://github.com/firefly-iii/firefly-iii/issues/2564) Ability to browse pages in the search results. - [Issue 2573](https://github.com/firefly-iii/firefly-iii/issues/2573) Could not submit an transaction update after an error was corrected. - [Issue 2577](https://github.com/firefly-iii/firefly-iii/issues/2577) Upgrade routine would wrongly store the categories of split transactions. +- [Issue 2590](https://github.com/firefly-iii/firefly-iii/issues/2590) Fix an issue in the audit report. +- [Issue 2592](https://github.com/firefly-iii/firefly-iii/issues/2592) Fix an issue with YNAB import. +- [Issue 2597](https://github.com/firefly-iii/firefly-iii/issues/2597) Fix an issue where users could not delete currencies. ## [4.8.1 (API 0.10.2)] - 2019-09-08 diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php index 6cb4c5eb30..58368bfe39 100644 --- a/resources/lang/el_GR/firefly.php +++ b/resources/lang/el_GR/firefly.php @@ -58,7 +58,7 @@ return [ 'no_rules_for_bill' => 'Αυτός ο λογαριασμός δεν έχει σχετιζόμενους κανόνες.', 'go_to_asset_accounts' => 'Δείτε τους αποταμιευτικούς λογαριασμούς σας', 'go_to_budgets' => 'Πηγαίνετε στους προϋπολογισμούς σας', - 'clone_instructions' => 'To clone a transaction, search for the "store as new" checkbox in the edit screen', + 'clone_instructions' => 'Για την κλωνοποίηση μιας συναλλαγής, αναζητήστε το πλαίσιο "αποθήκευση ως νέας" στην οθόνη τροποποίησης', 'go_to_categories' => 'Πηγαίνεται στης κατηγορίες σας', 'go_to_bills' => 'Πηγαίνετε στους λογαριασμούς σας', 'go_to_expense_accounts' => 'Δείτε τους λογαριασμούς εξόδων σας', @@ -124,8 +124,8 @@ return [ 'sum_of_income' => 'Σύνολο εσόδων', 'liabilities' => 'Υποχρεώσεις', 'spent_in_specific_budget' => 'Ξοδεύτηκαν στον προϋπολογισμό ":budget"', - 'spent_in_specific_double' => 'Spent in account(s) ":account"', - 'earned_in_specific_double' => 'Earned in account(s) ":account"', + 'spent_in_specific_double' => 'Ξοδεύτηκαν στον(ους) λογαριασμό(ούς) ":account"', + 'earned_in_specific_double' => 'Κερδήθηκαν στον(ους) λογαριασμό(ούς): ":account"', 'source_account' => 'Source account', 'destination_account' => 'Destination account', 'sum_of_expenses_in_budget' => 'Ξοδεύτηκαν συνολικά στον προϋπολογισμό ":budget"', diff --git a/resources/lang/el_GR/list.php b/resources/lang/el_GR/list.php index a91f8de856..76b439832d 100644 --- a/resources/lang/el_GR/list.php +++ b/resources/lang/el_GR/list.php @@ -37,7 +37,7 @@ return [ 'linked_to_rules' => 'Σχετικοί κανόνες', 'active' => 'Είναι ενεργό;', 'percentage' => 'pct.', - 'next_due' => 'Next due', + 'next_due' => 'Επόμενη προθεσμία', 'transaction_type' => 'Τύπος', 'lastActivity' => 'Τελευταία δραστηριότητα', 'balanceDiff' => 'Διαφορά υπολοίπου',