akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -3,22 +3,21 @@
return [
'title' => [
'403' => 'Oopss! Aizliegta piekļuve!',
'404' => 'Oopss! Lapa nav atrasta!',
'500' => 'Oopss! Radās kļūda!',
'403' => 'Oops! Forbidden Access',
'404' => 'Oops! Page not found',
'500' => 'Oops! Something went wrong',
],
'header' => [
'403' => '403 Aizliegts!',
'404' => '404 Nav atrasts!',
'500' => '500 Iekšējā servera kļūda!',
'403' => '403 Forbidden',
'404' => '404 Not Found',
'500' => '500 Internal Server Error',
],
'message' => [
'403' => 'Šai lapai nevar piekļūt.',
'404' => 'Mēs nevarējām atrast jūsu meklēto lapu.',
'500' => 'Mēs nekavējoties strādāsim pie tā novēršanas.',
'record' => 'Mēs nevarējām atrast meklējamo ierakstu.',
'403' => 'You can not access this page.',
'404' => 'We could not find the page you were looking for.',
'500' => 'We will work on fixing that right away.',
],
];