mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
57 lines
3.0 KiB
PHP
57 lines
3.0 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author EkoNesLeg
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Backup Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used by the backup system.
|
|
| You are free to change them to anything you want to customize your views to better match your application.
|
|
|
|
|
*/
|
|
|
|
'backup' => 'גיבוי',
|
|
'backup_process_started' => 'תהליך גיבוי חדש התחיל',
|
|
'create_a_new_backup' => 'צור גיבוי מלא',
|
|
'create_a_new_files_backup' => 'צור גיבוי של קבצים',
|
|
'create_a_new_db_backup' => 'צור גיבוי של מסד נתונים',
|
|
'existing_backups' => 'גיבויים קיימים',
|
|
'date' => 'תאריך',
|
|
'file_size' => 'גודל הקובץ',
|
|
'actions' => 'פעולות',
|
|
'download' => 'הורדה',
|
|
'delete' => 'מחק',
|
|
'delete_confirm' => 'האם אתה בטוח שברצונך למחוק את קובץ הגיבוי הזה?',
|
|
'delete_confirmation_title' => 'בוצע',
|
|
'delete_confirmation_message' => 'קובץ הגיבוי נמחק.',
|
|
'delete_error_title' => 'שגיאה',
|
|
'delete_error_message' => 'קובץ הגיבוי לא נמחק.',
|
|
'delete_cancel_title' => 'הכל בסדר',
|
|
'delete_cancel_message' => 'קובץ הגיבוי לא נמחק.',
|
|
'create_confirmation_title' => 'תהליך הגיבוי התחיל',
|
|
'create_confirmation_message' => 'אנא המתן מספר דקות לסיום, ואז רענן את העמוד.',
|
|
'create_error_title' => 'שגיאת גיבוי',
|
|
'create_error_message' => 'קובץ הגיבוי לא נוצר.',
|
|
'create_warning_title' => 'שגיאה לא ידועה',
|
|
'create_warning_message' => 'ייתכן שהגיבוי שלך לא נוצר. אנא בדוק את קבצי הלוג לפרטים.',
|
|
'location' => 'מיקום',
|
|
'manager' => 'מנהל',
|
|
'no_disks_configured' => 'אין דיסקי גיבוי מוגדרים ב-config/backup.php',
|
|
'backup_doesnt_exist' => 'קובץ הגיבוי לא קיים.',
|
|
'only_local_downloads_supported' => 'רק הורדות ממערכת הקבצים המקומית נתמכות.',
|
|
];
|