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

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' => 'Tindakan',
'backup' => 'Cadangkan',
'backup_doesnt_exist' => 'File cadangan tidak ada.',
'create_a_new_backup' => 'Buat Cadangan Penuh',
'create_a_new_files_backup' => 'Buat File Cadangan',
'create_a_new_db_backup' => 'Buat Backup Database',
'create_confirmation_message' => 'Memuat ulang halaman dalam 3 detik.',
'create_confirmation_title' => 'Pencadangan selesai',
'create_error_message' => 'File cadangan TIDAK dapat dibuat.',
'create_error_title' => 'Kesalahan cadangan',
'create_warning_message' => 'Cadangan Anda TIDAK mungkin telah dibuat. Silakan periksa file log untuk detailnya.',
'create_warning_title' => 'Kesalahan yang tidak diketahui',
'date' => 'Tanggal',
'delete' => 'Menghapus',
'delete_cancel_message' => 'File cadangan TIDAK dihapus.',
'delete_cancel_title' => 'Tidak apa-apa',
'delete_confirm' => 'Yakin ingin menghapus file cadangan ini?',
'delete_confirmation_message' => 'File cadangan telah dihapus.',
'delete_confirmation_title' => 'Selesai',
'delete_error_message' => 'File cadangan TIDAK dihapus.',
'delete_error_title' => 'Kesalahan',
'download' => 'Unduh',
'existing_backups' => 'Backup yang ada',
'file_size' => 'Ukuran file',
'location' => 'Lokasi',
'manager' => 'Manajer',
'no_disks_configured' => 'Tidak ada disk cadangan yang dikonfigurasi di config / backup.php',
'only_local_downloads_supported' => 'Hanya unduhan dari sistem file lokal yang didukung.',
];