mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
46 lines
2.3 KiB
PHP
46 lines
2.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' => 'Tədbirlər',
|
||
'backup' => 'Backup',
|
||
'backup_doesnt_exist' => 'Yedek fayl yoxdur.',
|
||
'create_a_new_backup' => 'Tam Yedəklənmə yaradın',
|
||
'create_a_new_files_backup' => 'Faylların Yaddaşını yaradın',
|
||
'create_a_new_db_backup' => 'Verilənlər bazasının saxlanması yaradın',
|
||
'create_confirmation_message' => 'Səhifəni 3 saniyə geri yüklə.',
|
||
'create_confirmation_title' => 'Backup tamamlandı',
|
||
'create_error_message' => 'Yedek fayl yaradıla bilməzdi.',
|
||
'create_error_title' => 'Backup səhv',
|
||
'create_warning_message' => 'Sizin ehtiyatınız yaradıla bilməz. Ayrıntılar üçün günlük faylları kontrol edin.',
|
||
'create_warning_title' => 'Bilinməyən səhv',
|
||
'date' => 'Tarix',
|
||
'delete' => 'Sil',
|
||
'delete_cancel_message' => 'Zərər faylının silinməməsi.',
|
||
'delete_cancel_title' => 'Tamam',
|
||
'delete_confirm' => 'Bu arxiv faylını silmək istədiyinizdən əminsinizmi?',
|
||
'delete_confirmation_message' => 'Yedek fayl silindi.',
|
||
'delete_confirmation_title' => 'Tamamlandı',
|
||
'delete_error_message' => 'Zərər faylının silinməməsi.',
|
||
'delete_error_title' => 'Səhv',
|
||
'download' => 'Yüklə',
|
||
'existing_backups' => 'Mövcud yedeklər',
|
||
'file_size' => 'Faylın ölçüsü',
|
||
'location' => 'Yer',
|
||
'manager' => 'Menecer',
|
||
'no_disks_configured' => 'Config / backup.php ünvanında yapılandırılmış yedekleme diskləri yoxdur',
|
||
'only_local_downloads_supported' => 'Yerli fayl sistemindən yalnız downloads dəstəklənir.',
|
||
];
|