Skip to content

Commit 28cde0f

Browse files
committed
feat: Support internal functionlib
--story=1017939 --user=刘瑞斌 【函数库】- 支持 系统内置函数 https://www.tapd.cn/57709429/s/1665943
1 parent 95dfdbd commit 28cde0f

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

ui/src/locales/lang/en-US/views/function-lib.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default {
22
title: 'Function',
33
internalTitle: 'Internal Function',
4+
added: 'Added',
45
createFunction: 'Create Function',
56
editFunction: 'Edit Function',
67
copyFunction: 'Copy Function',

ui/src/locales/lang/zh-CN/views/function-lib.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default {
22
title: '函数库',
33
internalTitle: '内置函数',
4+
added: '已添加',
45
createFunction: '创建函数',
56
editFunction: '编辑函数',
67
copyFunction: '复制函数',

ui/src/locales/lang/zh-Hant/views/function-lib.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default {
22
title: '函數庫',
33
internalTitle: '內置函數',
4+
added: '已新增',
45
createFunction: '建立函數',
56
editFunction: '編輯函數',
67
copyFunction: '複製函數',

ui/src/views/function-lib/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
v-if="item.added"
224224
style="height: 22px"
225225
>
226-
已添加</el-tag
226+
{{ $t('views.functionLib.added') }}</el-tag
227227
>
228228
</div>
229229
<template #footer>

0 commit comments

Comments
 (0)