From 33c4da96cf6f258c188d69a14356b93d0ac94338 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:20:57 +0900 Subject: [PATCH] wip --- locales/index.d.ts | 28 +++++++++---------- locales/ja-JP.yml | 14 +++++----- .../MkWatermarkEditorDialog.Layer.vue | 12 ++++---- .../components/MkWatermarkEditorDialog.vue | 10 +++---- .../src/utility/image-effector/fxs.ts | 4 +-- .../fxs/{dottedGrid.ts => polkadot.ts} | 6 ++-- packages/frontend/src/utility/watermark.ts | 10 +++---- 7 files changed, 42 insertions(+), 42 deletions(-) rename packages/frontend/src/utility/image-effector/fxs/{dottedGrid.ts => polkadot.ts} (97%) diff --git a/locales/index.d.ts b/locales/index.d.ts index ecd77486bc..48eda5f1f1 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -12102,33 +12102,33 @@ export interface Locale extends ILocale { */ "angle": string; /** - * 点グリッド + * ポルカドット */ - "dottedGrid": string; + "polkadot": string; /** * チェッカー */ "checker": string; /** - * 主点の不透明度 + * メインドットの不透明度 */ - "gridMajorOpacity": string; + "polkadotMainDotOpacity": string; /** - * 副点の大きさ + * メインドットの大きさ */ - "gridMajorRadius": string; + "polkadotMainDotRadius": string; /** - * 副点の不透明度 + * サブドットの不透明度 */ - "gridMinorOpacity": string; + "polkadotSubDotOpacity": string; /** - * 副点の大きさ + * サブドットの大きさ */ - "gridMinorRadius": string; + "polkadotSubDotRadius": string; /** - * 副点の数 + * サブドットの数 */ - "gridMinorDivisions": string; + "polkadotSubDotDivisions": string; }; "_imageEffector": { /** @@ -12189,9 +12189,9 @@ export interface Locale extends ILocale { */ "stripe": string; /** - * 点グリッド + * ポルカドット */ - "dottedGrid": string; + "polkadot": string; /** * チェッカー */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 4c269edc68..10d1afb9b9 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -3240,13 +3240,13 @@ _watermarkEditor: stripeWidth: "ラインの幅" stripeFrequency: "ラインの数" angle: "角度" - dottedGrid: "点グリッド" + polkadot: "ポルカドット" checker: "チェッカー" - gridMajorOpacity: "主点の不透明度" - gridMajorRadius: "副点の大きさ" - gridMinorOpacity: "副点の不透明度" - gridMinorRadius: "副点の大きさ" - gridMinorDivisions: "副点の数" + polkadotMainDotOpacity: "メインドットの不透明度" + polkadotMainDotRadius: "メインドットの大きさ" + polkadotSubDotOpacity: "サブドットの不透明度" + polkadotSubDotRadius: "サブドットの大きさ" + polkadotSubDotDivisions: "サブドットの数" _imageEffector: title: "エフェクト" @@ -3265,5 +3265,5 @@ _imageEffector: threshold: "二値化" zoomLines: "集中線" stripe: "ストライプ" - dottedGrid: "点グリッド" + polkadot: "ポルカドット" checker: "チェッカー" diff --git a/packages/frontend/src/components/MkWatermarkEditorDialog.Layer.vue b/packages/frontend/src/components/MkWatermarkEditorDialog.Layer.vue index 71b2a7066c..10de04c16a 100644 --- a/packages/frontend/src/components/MkWatermarkEditorDialog.Layer.vue +++ b/packages/frontend/src/components/MkWatermarkEditorDialog.Layer.vue @@ -150,7 +150,7 @@ SPDX-License-Identifier: AGPL-3.0-only -