diff --git a/locales/index.d.ts b/locales/index.d.ts index 6ddc13f4af..6b36cf8502 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -12235,10 +12235,18 @@ export interface Locale extends ILocale { * テキスト */ "text": string; + /** + * 二次元コード (アカウント) + */ + "accountQr": string; /** * 位置 */ "position": string; + /** + * マージン + */ + "margin": string; /** * タイプ */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index a7049ada6f..945eea02ee 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -3275,7 +3275,9 @@ _watermarkEditor: opacity: "不透明度" scale: "サイズ" text: "テキスト" + accountQr: "二次元コード (アカウント)" position: "位置" + margin: "マージン" type: "タイプ" image: "画像" advanced: "高度" diff --git a/packages/frontend/src/components/MkPositionSelector.vue b/packages/frontend/src/components/MkPositionSelector.vue index 739f55125b..6f12aada30 100644 --- a/packages/frontend/src/components/MkPositionSelector.vue +++ b/packages/frontend/src/components/MkPositionSelector.vue @@ -6,15 +6,15 @@ SPDX-License-Identifier: AGPL-3.0-only diff --git a/packages/frontend/src/components/MkWatermarkEditorDialog.Layer.vue b/packages/frontend/src/components/MkWatermarkEditorDialog.Layer.vue index 11ae091d90..19b997bea2 100644 --- a/packages/frontend/src/components/MkWatermarkEditorDialog.Layer.vue +++ b/packages/frontend/src/components/MkWatermarkEditorDialog.Layer.vue @@ -18,6 +18,18 @@ SPDX-License-Identifier: AGPL-3.0-only > + + + + + + + + + +