chore: upgrade to L9

BREAKING CHANGE: This commit updates the Laravel framework to version 9. Additionally, it also updates outdated and abandoned dependencies in the composer.json file.

The resources/lang directory has also been moved to the repository's root directory.
This commit is contained in:
2022-02-22 19:46:18 +00:00
parent b6213bc66f
commit f61a287c78
65 changed files with 1634 additions and 1773 deletions

13
lang/vendor/log-viewer/et.json vendored Executable file
View File

@@ -0,0 +1,13 @@
{
"Date": "Kuupäev",
"The list of logs is empty!": "Logide nimekiri on tühi!",
"All": "Kõik",
"Emergency": "Erakorraline",
"Alert": "Häire",
"Critical": "Kriitiline",
"Error": "Viga",
"Warning": "Hoiatus",
"Notice": "Teade",
"Info": "Info",
"Debug": "Silumine"
}