fix(i18n): 表記ゆれを修正 (#16749)

This commit is contained in:
かっこかり 2025-11-05 09:45:06 +09:00 committed by GitHub
parent b9713259a7
commit 3e34e87a59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
locales/index.d.ts vendored
View File

@ -747,7 +747,7 @@ export interface Locale extends ILocale {
*/
"flagShowTimelineRepliesDescription": string;
/**
*
*
*/
"autoAcceptFollowed": string;
/**

View File

@ -182,7 +182,7 @@ flagAsCat: "にゃああああああああああああああ!!!!!!
flagAsCatDescription: "にゃにゃにゃ??"
flagShowTimelineReplies: "タイムラインにノートへの返信を表示する"
flagShowTimelineRepliesDescription: "オンにすると、タイムラインにユーザーのノート以外にもそのユーザーの他のノートへの返信を表示します。"
autoAcceptFollowed: "フォロー中ユーザーからのフォロリクを自動承認"
autoAcceptFollowed: "フォロー中ユーザーからのフォロー申請を自動承認"
addAccount: "アカウントを追加"
reloadAccountsList: "アカウントリストの情報を更新"
loginFailed: "ログインに失敗しました"