diff --git a/DIFFERENCE.md b/DIFFERENCE.md index f14f5e0c63..d0fb6f5e26 100755 --- a/DIFFERENCE.md +++ b/DIFFERENCE.md @@ -55,6 +55,11 @@ * ノートの自動削除(cherry-pick) * フォローリクエスト自動拒否(cherry-pick) +## 2024.8.0-yami-1.2.0 +### Feat +* ノートの自動削除(cherry-pick) +* フォローリクエスト自動拒否(cherry-pick) + ## 2024.8.0-yami-1.1.0 ### Server * Cherry-Pick リバーシの連合に対応(yojo-art/cherrypick) diff --git a/locales/en-US.yml b/locales/en-US.yml index 6d24bb5b41..7371b3b256 100755 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -714,6 +714,8 @@ notificationDotWorking: "The notification dot is functioning properly on this in notificationDotNotWorkingAdvice: "If the notification dot doesn't work, ask an admin to check our documentation {link}" useGlobalSetting: "Use global settings" useGlobalSettingDesc: "If turned on, your account's notification settings will be used. If turned off, individual configurations can be made." +autoRejectFollowRequest: "Automatic rejection of follow requests" +autoRejectFollowRequestDescription: "Enables automatic rejection of follow requests. If \"Automatically approve follow requests from users you are following\" is turned on, follow requests from users you are following will be automatically approved, and follow requests from other users will be automatically rejected." other: "Other" regenerateLoginToken: "Regenerate login token" regenerateLoginTokenDescription: "Regenerates the token used internally during login. Normally this action is not necessary. If regenerated, all devices will be logged out." diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 448355eb4e..e485b144e9 100755 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -693,6 +693,8 @@ notificationSetting: "通知設定" notificationSettingDesc: "出す通知の種類えらんでや。" useGlobalSetting: "グローバル設定を使ってや" useGlobalSettingDesc: "オンにすると、アカウントの通知設定が使われるで。オフにすると、別々に設定できるようになるで。" +autoRejectFollowRequest: "フォローリクエストを自動で拒否するで" +autoRejectFollowRequestDescription: "フォローリクエストを自動で拒否するようになるで。「フォロー中ユーザーからのフォロリクを自動承認」がONになってはると、フォロー中ユーザーからフォローリクエストが自動で承認されはり、それ以外のユーザーからのフォローリクエストは自動的に拒否されるで。" other: "その他" regenerateLoginToken: "ログイントークンを再生成" regenerateLoginTokenDescription: "ログインに使われる内部トークンをもっかい作るで。いつもならこれをやる必要はないで。もっかい作ると、全部のデバイスでログアウトされるで気ぃつけてなー。"