diff --git a/locales/index.d.ts b/locales/index.d.ts index a0540fd228..69069de297 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5254,6 +5254,14 @@ export interface Locale extends ILocale { * このサーバーは連合が無効化されています。他のサーバーのユーザーとやり取りすることはできません。 */ "federationDisabled": string; + /** + * リアクション統計 + */ + "reactionStats": string; + /** + * 最も使用された絵文字リアクション上位100件を表示します + */ + "reactionsStatsDescription": string; "_accountSettings": { /** * コンテンツの表示にログインを必須にする diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index a578704434..5495175ed1 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1309,6 +1309,8 @@ availableRoles: "利用可能なロール" acknowledgeNotesAndEnable: "注意事項を理解した上でオンにします。" federationSpecified: "このサーバーはホワイトリスト連合で運用されています。管理者が指定したサーバー以外とやり取りすることはできません。" federationDisabled: "このサーバーは連合が無効化されています。他のサーバーのユーザーとやり取りすることはできません。" +reactionStats: "リアクション統計" +reactionsStatsDescription: "最も使用された絵文字リアクション上位100件を表示します" _accountSettings: requireSigninToViewContents: "コンテンツの表示にログインを必須にする"