mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update changelog and some meta data.
This commit is contained in:
parent
cbde7037ab
commit
07e6d60904
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"',
|
||||
|
@ -37,7 +37,7 @@ return [
|
||||
'linked_to_rules' => 'Σχετικοί κανόνες',
|
||||
'active' => 'Είναι ενεργό;',
|
||||
'percentage' => 'pct.',
|
||||
'next_due' => 'Next due',
|
||||
'next_due' => 'Επόμενη προθεσμία',
|
||||
'transaction_type' => 'Τύπος',
|
||||
'lastActivity' => 'Τελευταία δραστηριότητα',
|
||||
'balanceDiff' => 'Διαφορά υπολοίπου',
|
||||
|
Loading…
Reference in New Issue
Block a user