Fix mistakes in the German lang files and add missing translations

This commit is contained in:
Leon Baronick 2018-05-22 22:09:16 +02:00
parent 6967b9ba12
commit a69a067fbc
10 changed files with 257 additions and 255 deletions

View file

@ -9,10 +9,12 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* Fixes a bunch of typos through the code base.
* Fixes a bug when attempting to load the dropdown menu for server owner in some cases.
* Fixes an exception thrown when the database connection address was not filled out correctly while adding a database to a server.
* Fixes some mistakes in the German translation of the panel.
### Added
* Added a new client API endpoint for gathering the utilization stats for servers including disk, cpu, and memory. `GET /api/client/servers/<id>/utilization`
* Added validation to variable validation rules to validate that the validation rules are valid because we heard you like validating your validation.
* Added German translations for many previously untranslated parts of the panel.
### Changed
* Updated core framework from Laravel 5.5 to Laravel 5.6.