12345678910111213141516171819202122232425262728293031323334353637 |
- /**
- * 系统设置-手工数据权限
- */
- /* 英文 */
- export const DataAuthEn = {
- placehloder_msg01:'User Name',
- placehloder_msg02:'Please select a parent category',
- msg01:'Please select a user',
- msg02:'The category that contains subcategories cannot be deleted',
- msg03:'Deletion is irreversible. Are you sure you want to proceed?',
- title:'Manual Indicator Categories',
- add_category:'Add Category',
- edit_category:'Edit Category',
- parent_classify:'Parent Category',
- classify_name:'Category Name',
- placehloder_msg03:'First level classification cannot be empty',
- };
-
- /* 中文 */
- export const DataAuthZh = {
- placehloder_msg01:'用户名称',
- placehloder_msg02:'请选择上级分类',
- msg01:'请选择用户',
- msg02:'该分类下包含子分类不可删除',
- msg03:'删除后不可恢复,是否确认删除?',
- title:'手工指标分类',
- add_category:'添加分类',
- edit_category:'编辑分类',
- parent_classify:'上级分类',
- classify_name:'分类名称',
- placehloder_msg03:'一级分类不能为空',
- };
-
- /**
- * $t('SystemManage.DataAuth.XXX')
- */
|