![Jingwei.Zhang](/assets/img/avatar_default.png)
Update zh-cn to zh-hans, and update the icon when switch language Change-Id: I3e6d3e8aebec4584f863282082a11b36d7cee193
13 lines
419 B
JavaScript
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}张照片',
|
|
};
|