From 95f667bfc80e2951ca1628a3703a3e724f3ef0db Mon Sep 17 00:00:00 2001 From: fangxiang Date: Mon, 25 Jul 2022 19:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AF=8D=E9=BB=98=E8=AE=A4=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E6=94=B9=E4=B8=BA60pt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SubtitleDialog.vue | 4 ++-- src/i18n/en-US/index.ts | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/SubtitleDialog.vue b/src/components/SubtitleDialog.vue index 28da4b6..ddc8c24 100644 --- a/src/components/SubtitleDialog.vue +++ b/src/components/SubtitleDialog.vue @@ -220,8 +220,9 @@ export default defineComponent({ menubar: true, }, font_size_formats: get_font_size_formarts(), + content_style: ".mce-content-body {font-size:60pt;}", skin: "tinymce-5", - language: i18n.locale.value == "zh-CN" ? "zh_CN" : "", + language: i18n.locale.value == "zh-CN" ? "zh_CN" : "en_US", menubar: false, branding: false, toolbar_mode: "wrap", @@ -290,7 +291,6 @@ export default defineComponent({ resetData() { loading.value = false; }, - async onSubmit() { loading.value = true; try { diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index b88a711..d061125 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -324,4 +324,11 @@ export default { "current real": "Current Real", "the port number must be between 0 and 65535": "The Port Number Must Be Between 0 And 65535", + "running now": "Running Now", + "run plan directives send": "Run Plan Directives Send", + "plan running! can't call mode!": "Plan Running! Can't Call Mode!", + "call mode directives send": "Call Mode Directives Send", + "send power on command": "Send Power On Command", + "send power off command": "Send Power Off Command", + "set subtitle success": "Set OSD Success", };