1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/lc_utils/lang/zh-cn.lua

24 lines
764 B
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
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'] = "信息",
},
}