mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
46 lines
3.3 KiB
PHP
46 lines
3.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' => 'कार्यहरू',
|
|
'backup' => 'जगेडा',
|
|
'backup_doesnt_exist' => 'ब्याकअप फाइल अवस्थित छैन।',
|
|
'create_a_new_backup' => 'पूर्ण जगेडा सिर्जना गर्नुहोस्',
|
|
'create_a_new_files_backup' => 'फाईल ब्याकअप सिर्जना गर्नुहोस्',
|
|
'create_a_new_db_backup' => 'डेटाबेस ब्याकअप सिर्जना गर्नुहोस्',
|
|
'create_confirmation_message' => '3 सेकेन्डमा पृष्ठ पुन: लोड गर्दै।',
|
|
'create_confirmation_title' => 'जगेडा पूरा भयो',
|
|
'create_error_message' => 'ब्याकअप फाइल सिर्जना गर्न सकिएन।',
|
|
'create_error_title' => 'जगेडा त्रुटि',
|
|
'create_warning_message' => 'तपाईंको जगेडा सिर्जना गरिएको हुन सक्छ। विवरणका लागि लग फाइलहरू जाँच गर्नुहोस्।',
|
|
'create_warning_title' => 'अज्ञात त्रुटि',
|
|
'date' => 'मिति',
|
|
'delete' => 'मेटाउन',
|
|
'delete_cancel_message' => 'ब्याकअप फाइल मेटाइएको छैन।',
|
|
'delete_cancel_title' => 'ठिकै छ',
|
|
'delete_confirm' => 'के तपाईं पक्का यो ब्याकअप फाइल मेटाउन चाहनुहुन्छ?',
|
|
'delete_confirmation_message' => 'ब्याकअप फाइल मेटाईयो।',
|
|
'delete_confirmation_title' => 'भयो',
|
|
'delete_error_message' => 'ब्याकअप फाइल मेटाइएको छैन।',
|
|
'delete_error_title' => 'त्रुटि',
|
|
'download' => 'डाउनलोड गर्नुहोस्',
|
|
'existing_backups' => 'अवस्थित ब्याकअपहरू',
|
|
'file_size' => 'फाइल आकार',
|
|
'location' => 'स्थान',
|
|
'manager' => 'प्रबन्धक',
|
|
'no_disks_configured' => 'कुनै जगेडा डिस्क कन्फिगर / कन्फिगर.php मा कन्फिगर गरिएको छैन',
|
|
'only_local_downloads_supported' => 'स्थानीय फाइल प्रणालीबाट मात्र डाउनलोडहरू समर्थित छन्।',
|
|
];
|