mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 05:14:13 +02:00
wip
This commit is contained in:
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@@ -6626,6 +6626,10 @@ export interface Locale extends ILocale {
|
||||
* ノートのピン留めの最大数
|
||||
*/
|
||||
"pinMax": string;
|
||||
/**
|
||||
* 一つのノートに対する最大リアクション数
|
||||
*/
|
||||
"reactionsPerNoteLimit": string;
|
||||
/**
|
||||
* アンテナの作成可能数
|
||||
*/
|
||||
|
||||
@@ -1713,6 +1713,7 @@ _role:
|
||||
alwaysMarkNsfw: "ファイルにNSFWを常に付与"
|
||||
canUpdateBioMedia: "アイコンとバナーの更新を許可"
|
||||
pinMax: "ノートのピン留めの最大数"
|
||||
reactionsPerNoteLimit: "一つのノートに対する最大リアクション数"
|
||||
antennaMax: "アンテナの作成可能数"
|
||||
wordMuteMax: "ワードミュートの最大文字数"
|
||||
webhookMax: "Webhookの作成可能数"
|
||||
|
||||
Reference in New Issue
Block a user