-
-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53f9576
commit e4f5c3f
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?php | ||
|
||
return [ | ||
'exception_message' => 'הודעת חריגה: :message', | ||
'exception_trace' => 'מעקב חריגה: :trace', | ||
'exception_message_title' => 'הודעת חריגה', | ||
'exception_trace_title' => 'מעקב חריגה', | ||
|
||
'backup_failed_subject' => 'כשל בגיבוי של :application_name', | ||
'backup_failed_body' => 'חשוב: אירעה שגיאה במהלך גיבוי היישום :application_name', | ||
|
||
'backup_successful_subject' => 'גיבוי חדש מוצלח של :application_name', | ||
'backup_successful_subject_title' => 'גיבוי חדש מוצלח!', | ||
'backup_successful_body' => 'חדשות טובות, גיבוי חדש של :application_name נוצר בהצלחה על הדיסק בשם :disk_name.', | ||
|
||
'cleanup_failed_subject' => 'נכשל בניקוי הגיבויים של :application_name', | ||
'cleanup_failed_body' => 'אירעה שגיאה במהלך ניקוי הגיבויים של :application_name', | ||
|
||
'cleanup_successful_subject' => 'ניקוי הגיבויים של :application_name בוצע בהצלחה', | ||
'cleanup_successful_subject_title' => 'ניקוי הגיבויים בוצע בהצלחה!', | ||
'cleanup_successful_body' => 'ניקוי הגיבויים של :application_name על הדיסק בשם :disk_name בוצע בהצלחה.', | ||
|
||
'healthy_backup_found_subject' => 'הגיבויים של :application_name על הדיסק :disk_name תקינים', | ||
'healthy_backup_found_subject_title' => 'הגיבויים של :application_name תקינים', | ||
'healthy_backup_found_body' => 'הגיבויים של :application_name נחשבים לתקינים. עבודה טובה!', | ||
|
||
'unhealthy_backup_found_subject' => 'חשוב: הגיבויים של :application_name אינם תקינים', | ||
'unhealthy_backup_found_subject_title' => 'חשוב: הגיבויים של :application_name אינם תקינים. :problem', | ||
'unhealthy_backup_found_body' => 'הגיבויים של :application_name על הדיסק :disk_name אינם תקינים.', | ||
'unhealthy_backup_found_not_reachable' => 'לא ניתן להגיע ליעד הגיבוי. :error', | ||
'unhealthy_backup_found_empty' => 'אין גיבויים של היישום הזה בכלל.', | ||
'unhealthy_backup_found_old' => 'הגיבוי האחרון שנעשה בתאריך :date נחשב כישן מדי.', | ||
'unhealthy_backup_found_unknown' => 'מצטערים, לא ניתן לקבוע סיבה מדויקת.', | ||
'unhealthy_backup_found_full' => 'הגיבויים משתמשים בשטח אחסון רב מידי. שימוש הנוכחי הוא :disk_usage, שגבול המותר הוא :disk_limit.', | ||
|
||
'no_backups_info' => 'לא נעשו עדיין גיבויים', | ||
'application_name' => 'שם היישום', | ||
'backup_name' => 'שם הגיבוי', | ||
'disk' => 'דיסק', | ||
'newest_backup_size' => 'גודל הגיבוי החדש ביותר', | ||
'number_of_backups' => 'מספר הגיבויים', | ||
'total_storage_used' => 'סך האחסון המופעל', | ||
'newest_backup_date' => 'תאריך הגיבוי החדש ביותר', | ||
'oldest_backup_date' => 'תאריך הגיבוי הישן ביותר', | ||
]; |