Update language strings

This commit is contained in:
James Cole 2018-03-31 21:05:43 +02:00
parent 16f04b45ac
commit 0df5c5121d
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
7 changed files with 55 additions and 8 deletions

View File

@ -1,3 +1,49 @@
# 4.7.2
- [Issue 1123](https://github.com/firefly-iii/firefly-iii/issues/1123) First browser based update routine.
- Add support for Italian.
- [Issue 1232](https://github.com/firefly-iii/firefly-iii/issues/1232) Allow user to specify Docker database port.
- [Issue 1197](https://github.com/firefly-iii/firefly-iii/issues/1197) Beter account list overview
- [Issue 1202](https://github.com/firefly-iii/firefly-iii/issues/1202) Some budgetary warnings
- [Issue 1284](https://github.com/firefly-iii/firefly-iii/issues/1284) Experimental support for bunq import
- [Issue 1248](https://github.com/firefly-iii/firefly-iii/issues/1248) Ability to import BIC, ability to import SEPA fields.
- [Issue 1102](https://github.com/firefly-iii/firefly-iii/issues/1102) Summary line for bills
- More info to debug page.
- [Issue 1186](https://github.com/firefly-iii/firefly-iii/issues/1186) You can see the latest account balance in CRUD forms
- Add Kubernetes YAML files, kindly created by a FF3 user.
- [Issue 1244](https://github.com/firefly-iii/firefly-iii/issues/1244) Better line for "today" marker and add it to other chart as well ([issue 1214](https://github.com/firefly-iii/firefly-iii/issues/1214))
- [Issue 1219](https://github.com/firefly-iii/firefly-iii/issues/1219) Languages in dropdown
- [Issue 1189](https://github.com/firefly-iii/firefly-iii/issues/1189) Inactive accounts get removed from net worth
- [Issue 1220](https://github.com/firefly-iii/firefly-iii/issues/1220) Attachment description and notes migrated to just "notes".
- [Issue 1236](https://github.com/firefly-iii/firefly-iii/issues/1236) Multi currency balance box
- [Issue 1240](https://github.com/firefly-iii/firefly-iii/issues/1240) Better overview for accounts.
- [Issue 1292](https://github.com/firefly-iii/firefly-iii/issues/1292) Removed some charts from the "all"-overview of budgets and categories
- [Issue 1245](https://github.com/firefly-iii/firefly-iii/issues/1245) Improved recognition of IBANs
- Improved import routine.
- Update notifier will wait three days before notifying users.
- [Issue 1300](https://github.com/firefly-iii/firefly-iii/issues/1300) Virtual balance of credit cards does not count for net worth
- [Issue 1247](https://github.com/firefly-iii/firefly-iii/issues/1247) Can now see overspent amount
- [Issue 1221](https://github.com/firefly-iii/firefly-iii/issues/1221) Upgrade to Laravel 5.6
- [Issue 1187](https://github.com/firefly-iii/firefly-iii/issues/1187) Updated the password verifier to use Troy Hunt's new API
- Revenue chart is now on frontpage permanently
- [Issue 1153](https://github.com/firefly-iii/firefly-iii/issues/1153) 2FA settings are in your profile now
- [Issue 1227](https://github.com/firefly-iii/firefly-iii/issues/1227) Can set the timezone in config or in Docker
- [Issue 1294](https://github.com/firefly-iii/firefly-iii/issues/1294) Ability to link a transaction to itself
- Correct reference to journal description in split form.
- [Issue 1234](https://github.com/firefly-iii/firefly-iii/issues/1234) Fix budget page issues in SQLite
- [Issue 1262](https://github.com/firefly-iii/firefly-iii/issues/1262) Can now use double and epty headers in CSV files
- [Issue 1258](https://github.com/firefly-iii/firefly-iii/issues/1258) Fixed a possible date mismatch in piggy banks
- [Issue 1283](https://github.com/firefly-iii/firefly-iii/issues/1283) Bulk delete was broken
- [Issue 1293](https://github.com/firefly-iii/firefly-iii/issues/1293) Layout problem with notes
- [Issue 1257](https://github.com/firefly-iii/firefly-iii/issues/1257) Improve transaction lists query count
- [Issue 1291](https://github.com/firefly-iii/firefly-iii/issues/1291) Fixer IO problems
- [Issue 1239](https://github.com/firefly-iii/firefly-iii/issues/1239) Could not edit expense or revenue accounts ([issue 1298](https://github.com/firefly-iii/firefly-iii/issues/1298))
- [Issue 1297](https://github.com/firefly-iii/firefly-iii/issues/1297) Could not convert to withdrawal
- [Issue 1226](https://github.com/firefly-iii/firefly-iii/issues/1226) Category overview in default report shows no income.
- Various other bugs and problems ([issue 1198](https://github.com/firefly-iii/firefly-iii/issues/1198), [issue 1213](https://github.com/firefly-iii/firefly-iii/issues/1213), [issue 1237](https://github.com/firefly-iii/firefly-iii/issues/1237), [issue 1238](https://github.com/firefly-iii/firefly-iii/issues/1238), [issue 1199](https://github.com/firefly-iii/firefly-iii/issues/1199), [issue 1200](https://github.com/firefly-iii/firefly-iii/issues/1200))
### Security
- Fixed an issue with token validation on the command line.
# 4.7.1
- A brand new API. Read about it in the [documentation](http://firefly-iii.readthedocs.io/en/latest/).
- Add support for Spanish. [issue 1194](https://github.com/firefly-iii/firefly-iii/issues/1194)

View File

@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
manifest = (
appTitle = (defaultText = "Firefly III"),
appVersion = 9,
appMarketingVersion = (defaultText = "4.7.1"),
appVersion = 10,
appMarketingVersion = (defaultText = "4.7.2"),
actions = [
# Define your "new document" handlers here.

View File

@ -33,7 +33,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.7.1.4',
'version' => '4.7.2',
'api_version' => '0.1',
'db_version' => 2,
'maxUploadSize' => 15242880,

View File

@ -455,7 +455,8 @@ return [
'preferences_security' => 'Sicherheit',
'preferences_layout' => 'Anordnung',
'pref_home_show_deposits' => 'Einnahmen auf dem Startbildschirm anzeigen',
'pref_home_show_deposits_info' => 'Der Startbildschirm zeigt schon Ihre Ausgabenkonten an. Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'pref_home_show_deposits_info' => 'Der Startbildschirm zeigt schon Ihre Ausgabenkonten an.
Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'pref_home_do_show_deposits' => 'Ja, zeige sie an',
'successful_count' => 'davon :count erfolgreich',
'list_page_size_title' => 'Einträge pro Seite',
@ -1086,7 +1087,7 @@ return [
'invalid_link_selection' => 'Diese Buchungen konnten nicht verknüpft werden',
'journals_linked' => 'Buchungen wurden verknüpft.',
'journals_error_linked' => 'Diese Buchungen sind bereits verknüpft.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journals_link_to_self' => 'Sie können eine Buchung nicht mit sich selbst verknüpfen.',
'journal_links' => 'Buchungsverknüpfungen',
'this_withdrawal' => 'Diese Ausgabe',
'this_deposit' => 'Diese Einnahme',

View File

@ -1086,7 +1086,7 @@ return [
'invalid_link_selection' => 'Deze transacties kunnen niet worden gekoppeld',
'journals_linked' => 'De transacties zijn gekoppeld.',
'journals_error_linked' => 'Deze transacties zijn al gekoppeld.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journals_link_to_self' => 'Je kan een transactie niet aan zichzelf koppelen',
'journal_links' => 'Transactiekoppelingen',
'this_withdrawal' => 'Deze uitgave',
'this_deposit' => 'Deze inkomsten',

View File

@ -1086,7 +1086,7 @@ return [
'invalid_link_selection' => 'Nie można powiązać tych transakcji',
'journals_linked' => 'Transakcje zostały powiązane.',
'journals_error_linked' => 'Wybrane transakcje są już powiązane.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journals_link_to_self' => 'Nie możesz powiązać transakcji z samą sobą',
'journal_links' => 'Powiązane transakcje',
'this_withdrawal' => 'Ta wypłata',
'this_deposit' => 'Ta wpłata',

View File

@ -1086,7 +1086,7 @@ return [
'invalid_link_selection' => 'Невозможно связать эти транзакции',
'journals_linked' => 'Транзакции были связаны.',
'journals_error_linked' => 'Эти транзакции уже связаны.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journals_link_to_self' => 'Вы не можете связать транзакцию с самой собой',
'journal_links' => 'Связи транзакции',
'this_withdrawal' => 'Этот расход',
'this_deposit' => 'Этот доход',