Files
UNIT3D-Community-Edition/lang/hi/poll.php
2024-05-23 13:58:29 +00:00

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' => 'वोट',
];