Files
UNIT3D/lang/az/backup.php
2024-05-23 13:58:29 +00:00

46 lines
2.3 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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.',
];