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

@ -1,24 +0,0 @@
<?php
return [
'title' => [
'403' => 'אופס! גישה אסורה',
'404' => 'אופס! הדף לא נמצא',
'500' => 'אופס! משהו השתבש',
],
'header' => [
'403' => '403 - משאב אסור',
'404' => '404 - הדף לא נמצא',
'500' => '500 - שגיאת שרת פנימית',
],
'message' => [
'403' => 'אינך יכול לגשת לדף זה.',
'404' => 'לא הצלחנו למצוא את הדף שחיפשת.',
'500' => 'מיד נעבוד על התיקון הזה.',
'record' => 'לא הצלחנו למצוא את הרשומה שחיפשת.',
],
];