mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
58 lines
2.7 KiB
PHP
58 lines
2.7 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' => '1日あたりのポイント',
|
|
'per-hour' => '1時間あたりのポイント',
|
|
'per-minute' => '1分あたりのポイント',
|
|
'per-month' => '1ヶ月あたりのポイント',
|
|
'per-second' => '1秒あたりのポイント',
|
|
'per-week' => '1週間あたりの得点',
|
|
'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' => 'あなたのポイント',
|
|
];
|