missing locales

This commit is contained in:
kakkokari-gtyih 2025-02-02 12:09:21 +09:00
parent 1fd5ebc832
commit f633cfd302
2 changed files with 10 additions and 0 deletions

8
locales/index.d.ts vendored
View File

@ -5254,6 +5254,14 @@ export interface Locale extends ILocale {
*
*/
"federationDisabled": string;
/**
*
*/
"reactionStats": string;
/**
* 使100
*/
"reactionsStatsDescription": string;
"_accountSettings": {
/**
*

View File

@ -1309,6 +1309,8 @@ availableRoles: "利用可能なロール"
acknowledgeNotesAndEnable: "注意事項を理解した上でオンにします。"
federationSpecified: "このサーバーはホワイトリスト連合で運用されています。管理者が指定したサーバー以外とやり取りすることはできません。"
federationDisabled: "このサーバーは連合が無効化されています。他のサーバーのユーザーとやり取りすることはできません。"
reactionStats: "リアクション統計"
reactionsStatsDescription: "最も使用された絵文字リアクション上位100件を表示します"
_accountSettings:
requireSigninToViewContents: "コンテンツの表示にログインを必須にする"