localeの整理

This commit is contained in:
kakkokari-gtyih 2024-12-19 23:59:11 +09:00
parent db8e1f9e57
commit 0527331f50
3 changed files with 4 additions and 14 deletions

8
locales/index.d.ts vendored
View file

@ -4542,14 +4542,6 @@ export interface Locale extends ILocale {
*
*/
"position": string;
/**
*
*/
"repeat": string;
/**
*
*/
"enlargement": string;
/**
*
*/

View file

@ -1131,8 +1131,6 @@ stackAxis: "スタック方向"
vertical: "縦"
horizontal: "横"
position: "位置"
repeat: "繰り返し"
enlargement: "引き伸ばし"
rotate: "回転"
opacity: "透明度"
serverRules: "サーバールール"

View file

@ -20,12 +20,12 @@ import { watermarkAnchor } from '@/scripts/watermark.js';
import type { WatermarkAnchor } from '@/scripts/watermark.js';
const langMap = {
'top': i18n.ts.top,
'top': i18n.ts.centerTop,
'top-left': i18n.ts.leftTop,
'top-right': i18n.ts.rightTop,
'left': i18n.ts.left,
'right': i18n.ts.right,
'bottom': i18n.ts.bottom,
'left': i18n.ts.leftCenter,
'right': i18n.ts.rightCenter,
'bottom': i18n.ts.centerBottom,
'bottom-left': i18n.ts.leftBottom,
'bottom-right': i18n.ts.rightBottom,
'center': i18n.ts.center,