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

46 lines
2.4 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' => 'Aðgerðir',
'backup' => 'Öryggisafrit',
'backup_doesnt_exist' => 'Varabúnaðurinn er ekki til.',
'create_a_new_backup' => 'Búðu til Full Backup',
'create_a_new_files_backup' => 'Búðu til skrár öryggisafrit',
'create_a_new_db_backup' => 'Búðu til gagnagrunni afritun',
'create_confirmation_message' => 'Endurhleðsla blaðsins á 3 sekúndum.',
'create_confirmation_title' => 'Afritun lokið',
'create_error_message' => 'Varabúnaðurinn gæti EKKI verið búinn til.',
'create_error_title' => 'Öryggisafrit',
'create_warning_message' => 'Öryggisafritið þitt gæti EKKI verið búið til. Vinsamlegast athugaðu skrár til að fá nánari upplýsingar.',
'create_warning_title' => 'Óþekkt villa',
'date' => 'Dagsetning',
'delete' => 'Eyða',
'delete_cancel_message' => 'Varabúnaðurinn hefur EKKI verið eytt.',
'delete_cancel_title' => 'Það er í lagi',
'delete_confirm' => 'Ertu viss um að þú viljir eyða þessum öryggisafriti?',
'delete_confirmation_message' => 'Varabúnaðurinn var eytt.',
'delete_confirmation_title' => 'Gert',
'delete_error_message' => 'Varabúnaðurinn hefur EKKI verið eytt.',
'delete_error_title' => 'Villa',
'download' => 'Sækja',
'existing_backups' => 'Núverandi afrit',
'file_size' => 'Skjala stærð',
'location' => 'Staðsetning',
'manager' => 'Framkvæmdastjóri',
'no_disks_configured' => 'Engin afrit diskur stillt í config / backup.php',
'only_local_downloads_supported' => 'Aðeins niðurhal frá staðbundnum skráarkerfinu er studd.',
];