feat: アップロード可能な最大ファイルサイズをロールごとに設定可能に

This commit is contained in:
syuilo
2025-04-27 09:35:44 +09:00
parent effc84b9cc
commit 9481b5a6e8
12 changed files with 59 additions and 2 deletions

4
locales/index.d.ts vendored
View File

@@ -7464,6 +7464,10 @@ export interface Locale extends ILocale {
* ドライブ容量
*/
"driveCapacity": string;
/**
* アップロード可能な最大ファイルサイズ
*/
"maxFileSize": string;
/**
* ファイルにNSFWを常に付与
*/

View File

@@ -1934,6 +1934,7 @@ _role:
canManageCustomEmojis: "カスタム絵文字の管理"
canManageAvatarDecorations: "アバターデコレーションの管理"
driveCapacity: "ドライブ容量"
maxFileSize: "アップロード可能な最大ファイルサイズ"
alwaysMarkNsfw: "ファイルにNSFWを常に付与"
canUpdateBioMedia: "アイコンとバナーの更新を許可"
pinMax: "ノートのピン留めの最大数"