blob: af328e7b38f794558a2ee4c52057632cb23517f9 [file] [log] [blame]
import langEn from './en-US';
type DEFAULT_LANG_TYPE = typeof langEn;
const langCn: DEFAULT_LANG_TYPE = {
toolName: '动态排序柱状图生成器',
chartTitle: '图表标题',
defaultChartTitle: '水果销量',
maxDataCount: '排名上限',
animationDuration: '动画时长(毫秒)',
download: '下载',
data: '数据',
color: '颜色',
blueberry: '蓝莓',
banana: '香蕉',
kiwi: '猕猴桃',
watermelon: '西瓜',
preview: '预览',
exporting: '视频正在导出中'
};
export default langCn;