fix: remove description

This commit is contained in:
kakkokari-gtyih 2025-10-20 09:10:27 +09:00
parent 4c0ee5a1cb
commit 62f38acb74
3 changed files with 0 additions and 10 deletions

4
locales/index.d.ts vendored
View File

@ -12345,10 +12345,6 @@ export interface Locale extends ILocale {
* 調 * 調
*/ */
"preserveBoundingRect": string; "preserveBoundingRect": string;
/**
*
*/
"preserveBoundingRectDescription": string;
/** /**
* *
*/ */

View File

@ -3305,7 +3305,6 @@ _watermarkEditor:
cover: "全体に被せる" cover: "全体に被せる"
repeat: "敷き詰める" repeat: "敷き詰める"
preserveBoundingRect: "回転時はみ出ないように調整する" preserveBoundingRect: "回転時はみ出ないように調整する"
preserveBoundingRectDescription: "ウォーターマークを回転させた際に余白が不自然になった場合はオフにしてみてください。"
opacity: "不透明度" opacity: "不透明度"
scale: "サイズ" scale: "サイズ"
text: "テキスト" text: "テキスト"

View File

@ -134,11 +134,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSwitch v-model="layer.cover"> <MkSwitch v-model="layer.cover">
<template #label>{{ i18n.ts._watermarkEditor.cover }}</template> <template #label>{{ i18n.ts._watermarkEditor.cover }}</template>
</MkSwitch> </MkSwitch>
<MkSwitch v-model="layerPreserveBoundingRect">
<template #label>{{ i18n.ts._watermarkEditor.preserveBoundingRect }}</template>
<template #caption>{{ i18n.ts._watermarkEditor.preserveBoundingRectDescription }}</template>
</MkSwitch>
</template> </template>
<template v-else-if="layer.type === 'qr'"> <template v-else-if="layer.type === 'qr'">