From 948e304984a198100e423a15ec64c658359cb1a2 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Tue, 15 Jul 2025 23:13:53 +0800 Subject: [PATCH] ui: fix locales for Error.vue. Signed-off-by: Jianhui Zhao --- ui/src/i18n/en.json | 1 + ui/src/i18n/zh-CN.json | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/src/i18n/en.json b/ui/src/i18n/en.json index 3ba5d01..aedd5a2 100644 --- a/ui/src/i18n/en.json +++ b/ui/src/i18n/en.json @@ -46,6 +46,7 @@ "Stderr": "Stderr", "Select file": "Select file", "Upload": "Upload", + "Device offline": "Device offline", "Sessions is full": "Sessions is full", "Copy - Ctrl+Insert": "Copy - Ctrl+Insert", "Paste - Shift+Insert": "Paste - Shift+Insert", diff --git a/ui/src/i18n/zh-CN.json b/ui/src/i18n/zh-CN.json index ecf379d..f3c67bd 100644 --- a/ui/src/i18n/zh-CN.json +++ b/ui/src/i18n/zh-CN.json @@ -48,6 +48,7 @@ "Upload file to device": "上传文件到设备", "Select file": "选择文件", "Upload": "上传", + "Device offline": "设备离线", "Sessions is full": "会话已满", "Copy - Ctrl+Insert": "复制 - Ctrl+Insert", "Paste - Shift+Insert": "粘贴 - Shift+Insert",