summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-11-05 09:45:06 +0900
committerGitHub <noreply@github.com>2025-11-05 09:45:06 +0900
commit3e34e87a5941bce96f79ad329ecc05a15ac2865a (patch)
tree43e3ad70857dd2683b8d999877acd57ae8f1d35b
parentfix(frontend): 表示するものがないときにはMkResultを使用する... (diff)
downloadmisskey-3e34e87a5941bce96f79ad329ecc05a15ac2865a.tar.gz
misskey-3e34e87a5941bce96f79ad329ecc05a15ac2865a.tar.bz2
misskey-3e34e87a5941bce96f79ad329ecc05a15ac2865a.zip
fix(i18n): 表記ゆれを修正 (#16749)
-rw-r--r--locales/index.d.ts2
-rw-r--r--locales/ja-JP.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 96d6c890a8..95fd8c142c 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -747,7 +747,7 @@ export interface Locale extends ILocale {
*/
"flagShowTimelineRepliesDescription": string;
/**
- * フォロー中ユーザーからのフォロリクを自動承認
+ * フォロー中ユーザーからのフォロー申請を自動承認
*/
"autoAcceptFollowed": string;
/**
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 8e935b5d9e..a435a310b7 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -182,7 +182,7 @@ flagAsCat: "にゃああああああああああああああ!!!!!!
flagAsCatDescription: "にゃにゃにゃ??"
flagShowTimelineReplies: "タイムラインにノートへの返信を表示する"
flagShowTimelineRepliesDescription: "オンにすると、タイムラインにユーザーのノート以外にもそのユーザーの他のノートへの返信を表示します。"
-autoAcceptFollowed: "フォロー中ユーザーからのフォロリクを自動承認"
+autoAcceptFollowed: "フォロー中ユーザーからのフォロー申請を自動承認"
addAccount: "アカウントを追加"
reloadAccountsList: "アカウントリストの情報を更新"
loginFailed: "ログインに失敗しました"