summaryrefslogtreecommitdiff
path: root/locales/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'locales/index.d.ts')
-rw-r--r--locales/index.d.ts14
1 files changed, 14 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 0a9123f03d..86a6df3100 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -49,6 +49,20 @@ export interface Locale extends ILocale {
*/
"password": string;
/**
+ * 初期設定開始用パスワード
+ */
+ "initialPasswordForSetup": string;
+ /**
+ * 初期設定開始用のパスワードが違います。
+ */
+ "initialPasswordIsIncorrect": string;
+ /**
+ * Misskeyを自分でインストールした場合は、設定ファイルに入力したパスワードを使用してください。
+ * Misskeyのホスティングサービスなどを使用している場合は、提供されたパスワードを使用してください。
+ * パスワードを設定していない場合は、空欄にしたまま続行してください。
+ */
+ "initialPasswordForSetupDescription": string;
+ /**
* パスワードを忘れた
*/
"forgotPassword": string;