初始化
This commit is contained in:
17
addons/webman/lang/zh-CN/form.php
Normal file
17
addons/webman/lang/zh-CN/form.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
return [
|
||||
'add'=>'添加',
|
||||
'edit' => '编辑',
|
||||
'please_enter' => '请输入',
|
||||
'please_select' => '请选择',
|
||||
'cancel' => '取消',
|
||||
'submit' => '提交',
|
||||
'reset' => '重置',
|
||||
'complete' => '完成',
|
||||
'pre_step' => '上一步',
|
||||
'next_step' => '下一步',
|
||||
'operation_complete' => '操作完成',
|
||||
'resubmit' => '重新提交',
|
||||
'save_success' => '数据保存成功',
|
||||
'save_fail' => '数据保存失败',
|
||||
];
|
||||
Reference in New Issue
Block a user