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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 123 additions and 5 deletions

4
locales/index.d.ts vendored
View file

@ -5148,6 +5148,10 @@ export interface Locale extends ILocale {
*
*/
"passkeyVerificationSucceededButPasswordlessLoginDisabled": string;
/**
*
*/
"messageToFollower": string;
"_delivery": {
/**
*

View file

@ -1283,6 +1283,7 @@ signinWithPasskey: "パスキーでログイン"
unknownWebAuthnKey: "登録されていないパスキーです。"
passkeyVerificationFailed: "パスキーの検証に失敗しました。"
passkeyVerificationSucceededButPasswordlessLoginDisabled: "パスキーの検証に成功しましたが、パスワードレスログインが無効になっています。"
messageToFollower: "フォロワーへのメッセージ"
_delivery:
status: "配信状態"