mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-09 13:41:18 +01:00
58 lines
3.0 KiB
PHP
58 lines
3.0 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 [
|
||
'activated' => 'Актываваная',
|
||
'active' => 'Актываваны!',
|
||
'amount' => 'сума',
|
||
'bon' => 'BON',
|
||
'bonus' => 'бонус',
|
||
'date' => 'дата',
|
||
'earning' => 'налічэнне',
|
||
'earning-rate' => 'Пры такой хуткасці заробку вы будзеце атрымліваць наступныя за тэрміны ..',
|
||
'earnings' => 'прыбытак',
|
||
'exchange' => 'абмен',
|
||
'exchange-warning' => 'Абмены яўляюцца канчатковымі, Калі ласка, праверце свой выбар, перш чым зрабіць абмен.',
|
||
'extended-stats' => 'пашыраныя статыстыкі',
|
||
'gift' => 'падарунак',
|
||
'gift-bonus' => 'Падарункавыя Бонусныя ачкі',
|
||
'gift-to' => 'Падарункавыя Бонусныя ачкі Для',
|
||
'gifts' => 'дары',
|
||
'item' => 'пункт',
|
||
'no-refund' => 'НЕ вяртання!',
|
||
'per-day' => 'Ачкі ў дзень',
|
||
'per-hour' => 'Ачкі за гадзіну',
|
||
'per-minute' => 'Ачкі ў хвіліну',
|
||
'per-month' => 'Ачкі ў месяц',
|
||
'per-second' => 'Кропак у секунду',
|
||
'per-week' => 'Ачкі за тыдзень',
|
||
'per-year' => 'Ачкі за год',
|
||
'points' => 'кропак',
|
||
'receiver' => 'прыёмнік',
|
||
'review-seeds' => 'Агляд Усё высейваюць торэнтаў',
|
||
'send-gift' => 'адправіць падарунак',
|
||
'sender' => 'адпраўнік',
|
||
'store' => 'крама',
|
||
'tips' => 'чаявыя',
|
||
'total' => 'агульны даход',
|
||
'total-gifts' => 'У Усяго BON Дароў',
|
||
'total-tips' => 'У агульнай складанасці Саветы BON',
|
||
'you-have-received-gifts' => 'вы атрымалі',
|
||
'you-have-sent-gifts' => 'вы адправілі',
|
||
'you-have-received-tips' => 'вы атрымалі',
|
||
'you-have-sent-tips' => 'вы адправілі',
|
||
'your-points' => 'вашыя акуляры',
|
||
];
|