fix: remove description
This commit is contained in:
parent
4c0ee5a1cb
commit
62f38acb74
|
|
@ -12345,10 +12345,6 @@ export interface Locale extends ILocale {
|
||||||
* 回転時はみ出ないように調整する
|
* 回転時はみ出ないように調整する
|
||||||
*/
|
*/
|
||||||
"preserveBoundingRect": string;
|
"preserveBoundingRect": string;
|
||||||
/**
|
|
||||||
* ウォーターマークを回転させた際に余白が不自然になった場合はオフにしてみてください。
|
|
||||||
*/
|
|
||||||
"preserveBoundingRectDescription": string;
|
|
||||||
/**
|
/**
|
||||||
* 不透明度
|
* 不透明度
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -3305,7 +3305,6 @@ _watermarkEditor:
|
||||||
cover: "全体に被せる"
|
cover: "全体に被せる"
|
||||||
repeat: "敷き詰める"
|
repeat: "敷き詰める"
|
||||||
preserveBoundingRect: "回転時はみ出ないように調整する"
|
preserveBoundingRect: "回転時はみ出ないように調整する"
|
||||||
preserveBoundingRectDescription: "ウォーターマークを回転させた際に余白が不自然になった場合はオフにしてみてください。"
|
|
||||||
opacity: "不透明度"
|
opacity: "不透明度"
|
||||||
scale: "サイズ"
|
scale: "サイズ"
|
||||||
text: "テキスト"
|
text: "テキスト"
|
||||||
|
|
|
||||||
|
|
@ -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'">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue