From 8b9f5ff5beb8fc317e04e4f46de96dcae14978c5 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 30 Nov 2022 14:56:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(i18n):=20=E6=96=87=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 2 +- frontend/src/lang/tw.js | 2 +- frontend/src/lang/zh.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 1ab2176296..2daf51fefd 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -1890,7 +1890,7 @@ export default { }, panel: { position_adjust_component: 'Position adjust', - active_font_size: 'Active font size', + active_font_size: 'Selected font size', carousel: 'Carousel', switch_time: 'Switch time', position_adjust: 'Position', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index e4ce6b8e57..bc5b6636ef 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -1890,7 +1890,7 @@ export default { }, panel: { position_adjust_component: '位置調整', - active_font_size: '激活字體大小', + active_font_size: '选中字體大小', carousel: '輪播', switch_time: '切換時間', position_adjust: '位置', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 5ed1e27d35..895bb214be 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -1890,7 +1890,7 @@ export default { }, panel: { position_adjust_component: '位置调整', - active_font_size: '激活字体大小', + active_font_size: '选中字体大小', carousel: '轮播', switch_time: '切换时间', position_adjust: '位置',