mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
38 lines
1.6 KiB
PHP
38 lines
1.6 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 EkoNesLeg
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'add-option' => 'הוסף אפשרות',
|
|
'already-voted-error' => 'כבר הצבעת בסקר הזה. ההצבעה שלך לא נספרה.',
|
|
'already-voted-result' => 'כבר הצבעת בסקר הזה. הנה התוצאות.',
|
|
'expired-voted-result' => 'הסקר הזה פג תוקף. הנה התוצאות.',
|
|
'create-poll' => 'צור סקר',
|
|
'current' => 'סקר(ים) נוכחיים',
|
|
'delete-option' => 'מחק אפשרות',
|
|
'edit-poll' => 'ערוך סקר',
|
|
'multiple-choice' => 'זהו סקר עם אפשרויות מרובות. בחר כמה תשובות שתרצה.',
|
|
'option' => 'אפשרות',
|
|
'poll' => 'סקר',
|
|
'polls' => 'סקרים',
|
|
'results' => 'תוצאות הסקר',
|
|
'title' => 'כותרת',
|
|
'total' => 'סך כל ההצבעות אי פעם',
|
|
'vote' => 'הצבע',
|
|
'vote-counted' => 'ההצבעה שלך נספרה.',
|
|
'vote-now' => 'הצבע עכשיו!',
|
|
'votes' => 'הצבעות',
|
|
'close-date' => 'סגור סקר אחרי',
|
|
];
|