forked from Simnation/Main
24 lines
No EOL
764 B
Lua
24 lines
No EOL
764 B
Lua
Utils.Lang['zh-cn'] = {
|
|
['confirmation_modal_title'] = "确认操作",
|
|
['confirmation_modal_body'] = "您确定要继续进行此操作吗?",
|
|
['confirmation_modal_cancel_button'] = "取消",
|
|
['confirmation_modal_confirm_button'] = "确认",
|
|
|
|
['custom_validity'] = {
|
|
['fill_field'] = "请填写此字段",
|
|
['select_fill_field'] = "请从列表中选择一项",
|
|
['invalid_value'] = "无效的值",
|
|
['more_than'] = "必须大于等于 {0}",
|
|
['less_than'] = "必须小于等于 {0}",
|
|
['pattern_mismatch'] = "格式无效",
|
|
['too_long'] = "此条目太长",
|
|
['too_short'] = "此条目太短"
|
|
},
|
|
|
|
['notification'] = {
|
|
['error'] = "错误",
|
|
['success'] = "成功",
|
|
['warning'] = "警告",
|
|
['info'] = "信息",
|
|
},
|
|
} |