mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-07 12:41:20 +01:00
46 lines
3.3 KiB
PHP
46 lines
3.3 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 HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'actions' => 'การปฏิบัติ',
|
|
'backup' => 'การสำรองข้อมูล',
|
|
'backup_doesnt_exist' => 'ไม่มีไฟล์สำรอง',
|
|
'create_a_new_backup' => 'สร้างการสำรองข้อมูลเต็มรูปแบบ',
|
|
'create_a_new_files_backup' => 'สร้างการสำรองไฟล์',
|
|
'create_a_new_db_backup' => 'สร้างการสำรองฐานข้อมูล',
|
|
'create_confirmation_message' => 'โหลดหน้านี้อีกครั้งใน 3 วินาที',
|
|
'create_confirmation_title' => 'การสำรองข้อมูลเสร็จสมบูรณ์',
|
|
'create_error_message' => 'ไม่สามารถสร้างไฟล์สำรอง',
|
|
'create_error_title' => 'การสำรองข้อมูลผิดพลาด',
|
|
'create_warning_message' => 'อาจไม่มีการสำรองข้อมูลของคุณ โปรดตรวจสอบไฟล์บันทึกสำหรับรายละเอียด',
|
|
'create_warning_title' => 'ข้อผิดพลาดที่ไม่รู้จัก',
|
|
'date' => 'วันที่',
|
|
'delete' => 'ลบ',
|
|
'delete_cancel_message' => 'ไฟล์สำรองไม่ถูกลบ',
|
|
'delete_cancel_title' => 'ไม่เป็นไร',
|
|
'delete_confirm' => 'คุณแน่ใจหรือว่าต้องการลบไฟล์สำรองนี้',
|
|
'delete_confirmation_message' => 'ไฟล์สำรองถูกลบ',
|
|
'delete_confirmation_title' => 'เสร็จสิ้น',
|
|
'delete_error_message' => 'ไฟล์สำรองไม่ถูกลบ',
|
|
'delete_error_title' => 'ความผิดพลาด',
|
|
'download' => 'ดาวน์โหลด',
|
|
'existing_backups' => 'การสำรองข้อมูลที่มีอยู่',
|
|
'file_size' => 'ขนาดไฟล์',
|
|
'location' => 'ที่ตั้ง',
|
|
'manager' => 'ผู้จัดการ',
|
|
'no_disks_configured' => 'ไม่มีดิสก์สำรองที่กำหนดค่าไว้ใน config / backup.php',
|
|
'only_local_downloads_supported' => 'รองรับเฉพาะการดาวน์โหลดจากระบบไฟล์โลคอลเท่านั้น',
|
|
];
|