1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 05:14:13 +02:00
This commit is contained in:
syuilo
2024-07-17 17:13:01 +09:00
parent 036f90133c
commit a2769d0733
9 changed files with 62 additions and 3 deletions

4
locales/index.d.ts vendored
View File

@@ -6626,6 +6626,10 @@ export interface Locale extends ILocale {
* ノートのピン留めの最大数
*/
"pinMax": string;
/**
* 一つのノートに対する最大リアクション数
*/
"reactionsPerNoteLimit": string;
/**
* アンテナの作成可能数
*/

View File

@@ -1713,6 +1713,7 @@ _role:
alwaysMarkNsfw: "ファイルにNSFWを常に付与"
canUpdateBioMedia: "アイコンとバナーの更新を許可"
pinMax: "ノートのピン留めの最大数"
reactionsPerNoteLimit: "一つのノートに対する最大リアクション数"
antennaMax: "アンテナの作成可能数"
wordMuteMax: "ワードミュートの最大文字数"
webhookMax: "Webhookの作成可能数"