From bb29603f8cc7870df7aa88a8d9f6a10d4ea2696a Mon Sep 17 00:00:00 2001 From: fangxiang Date: Fri, 2 Sep 2022 11:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=B9=95Y=E5=81=8F=E7=A7=BB=E6=94=B9?= =?UTF-8?q?=E4=B8=BAY=E5=9D=90=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SubtitleDialog.vue | 12 ++++++------ src/i18n/en-US/index.ts | 1 + src/i18n/zh-CN/index.ts | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/SubtitleDialog.vue b/src/components/SubtitleDialog.vue index 802a889..a4791df 100644 --- a/src/components/SubtitleDialog.vue +++ b/src/components/SubtitleDialog.vue @@ -79,11 +79,11 @@ @@ -101,11 +101,11 @@ diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 74a4112..954f884 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -58,6 +58,7 @@ export default { "move speed": "Move Speed", "y offset": "Y Offset", "pos x": "X Position", + "pos y": "Y Position", width: "Width", height: "Height", enable: "Enable", diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index dbc9e41..f75093d 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -577,6 +577,7 @@ export default { "the start time should not exceed the current time, and the target time should not be less than the current time": "正计时的时候起始时间不要超过当前时间,倒计时的时候目标时间不要小于当前时间", "pos x": "X坐标", + "pos y": "Y坐标", "No.": "序号", "The client depends on the Cookie function. If cookies are not enabled in the current browser, the client cannot be used!": "客户端依赖Cookie功能。如果当前浏览器未启用Cookie,则客户端无法使用!",