1
0

add warning for open registration (#14963)

* wip

* wip

* Update ja-JP.yml

* Update index.d.ts

* ✌️
This commit is contained in:
syuilo
2024-11-16 17:22:34 +09:00
committed by GitHub
parent 2e0f3936a8
commit cf1b7c7064
3 changed files with 32 additions and 9 deletions
+12 -4
View File
@@ -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;
/**
*
*/