1
0

enhance(frontend): フォロワーへのメッセージ欄を改良 (#14656)

* enhance(frontend): フォロワーへのメッセージ欄を改良

* Update Changelog
This commit is contained in:
かっこかり
2024-09-30 20:05:34 +09:00
committed by GitHub
parent 4f34a4e4d8
commit ca8cc015b0
5 changed files with 123 additions and 5 deletions
+4
View File
@@ -5148,6 +5148,10 @@ export interface Locale extends ILocale {
*
*/
"passkeyVerificationSucceededButPasswordlessLoginDisabled": string;
/**
*
*/
"messageToFollower": string;
"_delivery": {
/**
*
+1
View File
@@ -1283,6 +1283,7 @@ signinWithPasskey: "パスキーでログイン"
unknownWebAuthnKey: "登録されていないパスキーです。"
passkeyVerificationFailed: "パスキーの検証に失敗しました。"
passkeyVerificationSucceededButPasswordlessLoginDisabled: "パスキーの検証に成功しましたが、パスワードレスログインが無効になっています。"
messageToFollower: "フォロワーへのメッセージ"
_delivery:
status: "配信状態"