new crowdin translations

This commit is contained in:
Crowdin Bot
2022-04-26 00:22:13 +00:00
parent e1e913f2e3
commit 0bae106506
85 changed files with 1110 additions and 639 deletions

View File

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