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' => 'Meetmed',
|
|
'backup' => 'Varundamine',
|
|
'backup_doesnt_exist' => 'Varukoopiafaili ei ole.',
|
|
'create_a_new_backup' => 'Loo täielik varukoopia',
|
|
'create_a_new_files_backup' => 'Loo failide varundamine',
|
|
'create_a_new_db_backup' => 'Loo andmebaasi varundus',
|
|
'create_confirmation_message' => 'Lehe uuesti laadimine 3 sekundi pärast.',
|
|
'create_confirmation_title' => 'Varundamine on lõpetatud',
|
|
'create_error_message' => 'Varukoopiat ei õnnestunud luua.',
|
|
'create_error_title' => 'Varundusviga',
|
|
'create_warning_message' => 'Teie varukoopia EI OLE loodud. Palun kontrollige üksikasjade kohta logifaile.',
|
|
'create_warning_title' => 'Tundmatu viga',
|
|
'date' => 'Kuupäev',
|
|
'delete' => 'Kustuta',
|
|
'delete_cancel_message' => 'Varukoopia ei ole kustutatud.',
|
|
'delete_cancel_title' => 'See on ok',
|
|
'delete_confirm' => 'Kas olete kindel, et soovite selle varufaili kustutada?',
|
|
'delete_confirmation_message' => 'Varukoopia kustutati.',
|
|
'delete_confirmation_title' => 'Valmis',
|
|
'delete_error_message' => 'Varukoopia ei ole kustutatud.',
|
|
'delete_error_title' => 'Viga',
|
|
'download' => 'Lae alla',
|
|
'existing_backups' => 'Olemasolevad varukoopiad',
|
|
'file_size' => 'Faili suurus',
|
|
'location' => 'Asukoht',
|
|
'manager' => 'Manager',
|
|
'no_disks_configured' => 'Konfiguratsioonis config / backup.php pole konfigureeritud varukoopiaid',
|
|
'only_local_downloads_supported' => 'Toetatakse ainult kohaliku failisüsteemi allalaadimisi.',
|
|
];
|