mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 11:23:30 -05:00
46 lines
3.2 KiB
PHP
46 lines
3.2 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' => 'कोई बैकअप डिस्क config / backup.php में कॉन्फ़िगर नहीं किया गया है',
|
|
'only_local_downloads_supported' => 'केवल स्थानीय फ़ाइल सिस्टम से डाउनलोड समर्थित हैं।',
|
|
];
|