Files
UNIT3D/lang/ja/email.php
2024-05-23 13:58:29 +00:00

60 lines
3.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'この要求は、iphostattimeから発生しました',
'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' => 'あなたのアカウントは整理されました',
];