mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
60 lines
3.6 KiB
PHP
60 lines
3.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 HDVinnie <hdinnovations@protonmail.com>
|
||
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
||
*/
|
||
|
||
return [
|
||
'activate-account' => 'アカウントを有効にする',
|
||
'ban-reason' => '理由',
|
||
'banned-footer' => 'ルールに従わないことで得られるもの',
|
||
'banned-header' => 'あなたは禁止されました',
|
||
'bug-description' => '問題',
|
||
'bug-footer' => 'そのたわごとを修正',
|
||
'bug-header' => 'からの新しいバグレポート',
|
||
'bug-priority' => '優先度',
|
||
'bug-title' => 'バグタイトル',
|
||
'contact-header' => 'からの新しい連絡先メール',
|
||
'contact-message' => 'メッセージ',
|
||
'contact-name' => '名',
|
||
'fail-login-greeting' => 'アカウントのログインに失敗しました。',
|
||
'fail-login-line1' => 'あなたのアカウントで失敗したログインが検出されました。',
|
||
'fail-login-line2' => 'この要求は、:ip(:host)at:timeから発生しました',
|
||
'fail-login-subject' => '失敗したログイン通知',
|
||
'footer-link' => ':actionTextボタンをクリックできない場合は、下記のURLをコピーしてWebブラウザに貼り付けてください。',
|
||
'invite-header' => 'への招待',
|
||
'invite-invited' => 'あなたはに招待されました',
|
||
'invite-message' => 'メッセージ',
|
||
'invite-signup' => '今すぐ申し込む',
|
||
'newreply-header' => 'トピックに新しい返信があります',
|
||
'newreply-message' => 'メッセージ',
|
||
'newreply-replied' => 'あなたのトピックに返信しました',
|
||
'newreply-view' => '今すぐ見る',
|
||
'no-email-found' => '私たちのシステムでこのEメールを見つけることができませんでした。',
|
||
'register-code' => 'アカウントの有効化を完了するには、下のボタンをクリックしてください。',
|
||
'register-footer' => '上記のボタンが機能しない場合は、URLをブラウザのアドレスバーにコピーして貼り付けてください。',
|
||
'register-header' => 'こんにちは!ご登録ありがとうございます',
|
||
'report-comment' => 'コメント',
|
||
'report-email' => 'Eメール',
|
||
'report-header' => 'こんにちは管理者、リンクが報告されています',
|
||
'report-link' => 'リンク',
|
||
'report-link-hash' => '実際のリンク',
|
||
'thanks' => 'ご利用いただきありがとうございます',
|
||
'unban-footer' => 'お帰りなさい!',
|
||
'unban-header' => 'あなたは禁止されていません',
|
||
'unban-reason' => '理由',
|
||
'username-reminder' => 'あなたは最近私たちのアプリにあなたのユーザー名のリクエストを送ってきました。あなたのユーザー名は',
|
||
'username-sent' => 'あなたのユーザー名はあなたのEメールアドレスに送信されました!',
|
||
'disabled-header' => 'アカウントが無効になっています',
|
||
'pruned-header' => 'あなたのアカウントは整理されました',
|
||
];
|