@pisell/pisellos
Version:
一个可扩展的前端模块化SDK框架,支持插件系统
26 lines • 1.3 kB
JavaScript
export var locales = {
'zh-CN': {
'not_meet_the_required_conditions': '未达到使用条件',
'exceeds_the_maximum_deduction_limit': '超出最大抵扣金额限制',
'usage_limit_reached': '已达到使用次数上限',
'max_passes_per_item_reached': '该商品已达到卡券使用上限',
'not_available_for_this_channel': '当前渠道不可使用',
'not_valid_for_this_order_type': '当前订单类型不适用'
},
'en': {
'not_meet_the_required_conditions': 'Not meet the required conditions.',
'exceeds_the_maximum_deduction_limit': 'Exceeds the maximum deduction limit.',
'usage_limit_reached': 'Usage limit reached.',
'max_passes_per_item_reached': 'Max passes per item reached.',
'not_available_for_this_channel': 'Not available for this channel.',
'not_valid_for_this_order_type': 'Not valid for this order type.'
},
'zh-HK': {
'not_meet_the_required_conditions': '未達使用條件',
'exceeds_the_maximum_deduction_limit': '超出最大抵扣金額限制',
'usage_limit_reached': '已達使用次數上限',
'max_passes_per_item_reached': '該商品已達卡券使用上限',
'not_available_for_this_channel': '當前渠道不可使用',
'not_valid_for_this_order_type': '當前訂單類型不適用'
}
};