From 1fd7c539971f5647f4fe91f513c7c2e1ed106a03 Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 20 Mar 2023 14:23:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=AE=A1=E7=AE=97=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=87=BD=E6=95=B0=E4=B8=BA=E7=A9=BA=E6=97=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8F=90=E7=A4=BA?= 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 87d5a9b2db..8db7953fa0 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -1521,7 +1521,7 @@ export default { table_auto_break_line: 'Auto Line Feed', table_break_line_tip: 'If open this option,the table item height will disabled.', step: 'Step(px)', - no_function: 'Function not enter,please input.' + no_function: 'Function not enter,please input' }, dataset: { scope_edit: 'Effective only when editing', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index 3d498f8b7f..9b7181b789 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -1515,7 +1515,7 @@ export default { table_auto_break_line: '自動換行', table_break_line_tip: '開啟自動換行,表格行高設置將失效', step: '步長(px)', - no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入。' + no_function: '函數尚未支持直接引用,請在字段表達式中手動輸入' }, dataset: { scope_edit: '僅編輯時生效', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 8a0d49bb31..a90c1397f3 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -1516,7 +1516,7 @@ export default { table_auto_break_line: '自动换行', table_break_line_tip: '开启自动换行,表格行高设置将失效', step: '步长(px)', - no_function: '函数尚未支持直接引用,请在字段表达式中手动输入。' + no_function: '函数尚未支持直接引用,请在字段表达式中手动输入' }, dataset: { scope_edit: '仅编辑时生效',