mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 11:23:30 -05:00
32 lines
1.3 KiB
PHP
32 lines
1.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 [
|
|
'add-option' => 'विकल्प जोड़ें',
|
|
'create-poll' => 'जनमत बनाएं',
|
|
'current' => 'वर्तमान पोल',
|
|
'delete-option' => 'हटाने का विकल्प',
|
|
'multiple-choice' => 'यह बहुविकल्पी चुनाव है। जितने चाहे उतने जवाब चुनिए',
|
|
'option' => 'विकल्प',
|
|
'poll' => 'मतदान',
|
|
'polls' => 'पोल',
|
|
'results' => 'मतदान के परिणाम',
|
|
'title' => 'शीर्षक',
|
|
'total' => 'कुल वोट कभी',
|
|
'vote' => 'वोट',
|
|
'vote-now' => 'अब में अपना वोट प्राप्त करें!',
|
|
'votes' => 'वोट',
|
|
];
|