diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-07-12 15:13:35 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-07-12 15:13:35 +0900 |
| commit | 5ecaf5095ecd4678dd3e05abcc5b0781f6fddb93 (patch) | |
| tree | f4cfde51470eab18fa7356f831c807a7e26621f8 /locales/index.d.ts | |
| parent | New Crowdin updates (#16258) (diff) | |
| download | misskey-5ecaf5095ecd4678dd3e05abcc5b0781f6fddb93.tar.gz misskey-5ecaf5095ecd4678dd3e05abcc5b0781f6fddb93.tar.bz2 misskey-5ecaf5095ecd4678dd3e05abcc5b0781f6fddb93.zip | |
enhance: ウォーターマーク機能をロールで制御可能に
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index d5ec9f5d77..ceb3cc672d 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -7795,6 +7795,10 @@ export interface Locale extends ILocale { * サーバーサイドのノートの下書きの作成可能数 */ "noteDraftLimit": string; + /** + * ウォーターマーク機能の使用可否 + */ + "watermarkAvailable": string; }; "_condition": { /** |