|
|
@@ -99,14 +99,14 @@ import { useTranslate } from '@/sites/assets/util/useTranslate';
|
|
|
const initTranslate = () =>
|
|
|
useTranslate({
|
|
|
'zh-CN': {
|
|
|
- basic: '基本用法',
|
|
|
- customStyle: '线形进度条-设置颜色高度',
|
|
|
- noShowPercentage: '百分比不显示',
|
|
|
- showPercentage: '百分比外显',
|
|
|
- showInsidePercentage: '百分比内显',
|
|
|
- customContent: '百分比内显自定义',
|
|
|
- customSize: '百分比内显自定义',
|
|
|
- statusDisplay: '状态显示',
|
|
|
+ basic: '基础用法',
|
|
|
+ customStyle: '设置高度和颜色',
|
|
|
+ noShowPercentage: '设置百分比不显示',
|
|
|
+ showPercentage: '设置百分比外显',
|
|
|
+ showInsidePercentage: '设置百分比内显',
|
|
|
+ customContent: '设置百分比内显自定义内容',
|
|
|
+ customSize: '自定义尺寸',
|
|
|
+ statusDisplay: '设置状态显示',
|
|
|
dynamicChange: '动态改变',
|
|
|
reduce: '减少',
|
|
|
add: '增加'
|