From f6c2c026e74d3bdb508405a14052fe520c1c2fc1 Mon Sep 17 00:00:00 2001 From: chutingting Date: Mon, 27 Nov 2023 17:16:24 +0800 Subject: [PATCH] edit text --- src/lang/package/en.ts | 4 ++-- src/lang/package/zh-cn.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/package/en.ts b/src/lang/package/en.ts index 9106f19..2e64320 100644 --- a/src/lang/package/en.ts +++ b/src/lang/package/en.ts @@ -253,11 +253,11 @@ export default { close: 'close' }, coindeduc: { - title: 'Coin deduction order', + title: 'Creation Record', currencyValue: 'Current currency value', titleList: 'name', videoPlayUrl: 'Video address', - videoTime: 'Video duration', + videoTime: 'Video duration(S)', costPoints: 'Deduction quantity', createTime: 'Creation time', operate: 'operate', diff --git a/src/lang/package/zh-cn.ts b/src/lang/package/zh-cn.ts index d01709b..ec5d4f6 100644 --- a/src/lang/package/zh-cn.ts +++ b/src/lang/package/zh-cn.ts @@ -252,11 +252,11 @@ export default { close: '关闭' }, coindeduc: { - title: '扣币订单', + title: '创作记录', currencyValue: '当前币值', titleList: '名称', videoPlayUrl: '视频地址', - videoTime: '视频时长', + videoTime: '视频时长(秒)', costPoints: '扣币数量', createTime: '创建时间', operate: '操作',