diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-10-07 09:47:26 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-10-07 09:47:26 +0900 |
| commit | 0b642cf44626f6b0265fccce73427280fe7a5288 (patch) | |
| tree | e30aac883f432a5b37deb7cebf917b395f1bc8e8 /locales | |
| parent | lint (diff) | |
| download | misskey-0b642cf44626f6b0265fccce73427280fe7a5288.tar.gz misskey-0b642cf44626f6b0265fccce73427280fe7a5288.tar.bz2 misskey-0b642cf44626f6b0265fccce73427280fe7a5288.zip | |
chore(frontend): add caption for maxFileSize
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 7dbc83f77b..6f36cba861 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -7870,6 +7870,10 @@ export interface Locale extends ILocale { */ "maxFileSize": string; /** + * リバースプロキシやCDNなど、前段で別の設定値が存在する場合があります。 + */ + "maxFileSize_caption": string; + /** * ファイルにNSFWを常に付与 */ "alwaysMarkNsfw": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 2d0349b33e..ec27da085f 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2040,6 +2040,7 @@ _role: canManageAvatarDecorations: "アバターデコレーションの管理" driveCapacity: "ドライブ容量" maxFileSize: "アップロード可能な最大ファイルサイズ" + maxFileSize_caption: "リバースプロキシやCDNなど、前段で別の設定値が存在する場合があります。" alwaysMarkNsfw: "ファイルにNSFWを常に付与" canUpdateBioMedia: "アイコンとバナーの更新を許可" pinMax: "ノートのピン留めの最大数" |