mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 03:12:44 -05:00
27 lines
1.6 KiB
PHP
27 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* 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 [
|
|
'bug-report' => 'ಬಗ್ ವರದಿ',
|
|
'bug-report-description' => 'ಸೈಟ್ ದೋಷವನ್ನು ವರದಿ ಮಾಡಿ',
|
|
'enter-description' => 'ಸಾಧ್ಯವಾದಷ್ಟು ಉತ್ತಮವಾದ ಸಮಸ್ಯೆಯನ್ನು ವಿವರಿಸಿ',
|
|
'enter-email' => 'ದಯವಿಟ್ಟು ನಿಮ್ಮ ಇ-ಮೇಲ್ ಅನ್ನು ನಮೂದಿಸಿ',
|
|
'enter-title' => 'ದಯವಿಟ್ಟು ಸರಿಯಾದ ಶೀರ್ಷಿಕೆಯನ್ನು ಆರಿಸಿಕೊಳ್ಳಿ',
|
|
'enter-username' => 'ದಯವಿಟ್ಟು ನಿಮ್ಮ ಬಳಕೆದಾರ ಹೆಸರನ್ನು ನಮೂದಿಸಿ',
|
|
'high' => 'ಹೈ',
|
|
'low' => 'ಕಡಿಮೆ',
|
|
'priority' => 'ಆದ್ಯತೆ',
|
|
'priority-description' => 'ಸೈಟ್ ಅನ್ನು ಬಳಸುವುದಕ್ಕಾಗಿ ದೋಷ ನಿಜವಾಗಿಯೂ ಸಮಸ್ಯೆಯಾಗಿದ್ದರೆ ಮಾತ್ರ ಅತಿ ಹೆಚ್ಚಿನದನ್ನು ಆರಿಸಿ.',
|
|
'very-high' => 'ಬಹಳ ಎತ್ತರ',
|
|
];
|