Jingwei.Zhang a9370ef261 feat: update zh-cn to zh-hans
Update zh-cn to zh-hans, and update the icon when switch language

Change-Id: I3e6d3e8aebec4584f863282082a11b36d7cee193
2023-03-28 10:15:57 +08:00

13 lines
419 B
JavaScript

module.exports = {
SIMPLE: '简单',
HELLO: '你好, {name}',
TIP: '这是<span>HTML</span>',
TIP_VAR: '这是<span>{message}</span>',
SALE_START: '拍卖将在{start, date}开始',
SALE_END: '拍卖将在{start, date, full}开始',
COUPON: '优惠卷将在{expires, time, medium}过期',
TIME: '时间是{theTime, time}',
SALE_PRICE: '售价{price, number, CNY}',
PHOTO: '你有{num}张照片',
};