enhance: preserveBoundingRect の翻訳文字を変更

This commit is contained in:
kakkokari-gtyih 2025-10-19 23:09:09 +09:00
parent 9daa2a9003
commit 4c0ee5a1cb
2 changed files with 4 additions and 4 deletions

4
locales/index.d.ts vendored
View File

@ -12342,11 +12342,11 @@ export interface Locale extends ILocale {
*/ */
"repeat": string; "repeat": string;
/** /**
* * 調
*/ */
"preserveBoundingRect": string; "preserveBoundingRect": string;
/** /**
* *
*/ */
"preserveBoundingRectDescription": string; "preserveBoundingRectDescription": string;
/** /**

View File

@ -3304,8 +3304,8 @@ _watermarkEditor:
title: "ウォーターマークの編集" title: "ウォーターマークの編集"
cover: "全体に被せる" cover: "全体に被せる"
repeat: "敷き詰める" repeat: "敷き詰める"
preserveBoundingRect: "回転した分の面積を確保する" preserveBoundingRect: "回転時はみ出ないように調整する"
preserveBoundingRectDescription: "通常はオンで問題ありません。ウォーターマークを回転させた際に余白が不自然になった場合はオフにしてみてください。" preserveBoundingRectDescription: "ウォーターマークを回転させた際に余白が不自然になった場合はオフにしてみてください。"
opacity: "不透明度" opacity: "不透明度"
scale: "サイズ" scale: "サイズ"
text: "テキスト" text: "テキスト"