mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
add warning for open registration (#14963)
* wip
* wip
* Update ja-JP.yml
* Update index.d.ts
* ✌️
This commit is contained in:
16
locales/index.d.ts
vendored
16
locales/index.d.ts
vendored
@@ -1546,10 +1546,6 @@ export interface Locale extends ILocale {
|
||||
* 登録
|
||||
*/
|
||||
"registration": string;
|
||||
/**
|
||||
* 誰でも新規登録できるようにする
|
||||
*/
|
||||
"enableRegistration": string;
|
||||
/**
|
||||
* 招待
|
||||
*/
|
||||
@@ -5218,6 +5214,10 @@ export interface Locale extends ILocale {
|
||||
* 利用可能なロール
|
||||
*/
|
||||
"availableRoles": string;
|
||||
/**
|
||||
* 注意事項を理解した上でオンにします。
|
||||
*/
|
||||
"acknowledgeNotesAndEnable": string;
|
||||
"_accountSettings": {
|
||||
/**
|
||||
* コンテンツの表示にログインを必須にする
|
||||
@@ -5794,6 +5794,14 @@ export interface Locale extends ILocale {
|
||||
* サーバー運営者へのお問い合わせフォームのURLや、運営者の連絡先等が記載されたWebページのURLを指定します。
|
||||
*/
|
||||
"inquiryUrlDescription": string;
|
||||
/**
|
||||
* アカウントの作成をオープンにする
|
||||
*/
|
||||
"openRegistration": string;
|
||||
/**
|
||||
* 登録を開放することはリスクが伴います。サーバーを常に監視し、トラブルが発生した際にすぐに対応できる体制がある場合のみオンにすることを推奨します。
|
||||
*/
|
||||
"openRegistrationWarning": string;
|
||||
/**
|
||||
* 一定期間モデレーターのアクティビティが検出されなかった場合、スパム防止のためこの設定は自動でオフになります。
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user