DataAuth.js 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /**
  2. * 系统设置-手工数据权限
  3. */
  4. /* 英文 */
  5. export const DataAuthEn = {
  6. placehloder_msg01:'User Name',
  7. placehloder_msg02:'Please select a parent category',
  8. msg01:'Please select a user',
  9. msg02:'The category that contains subcategories cannot be deleted',
  10. msg03:'Deletion is irreversible. Are you sure you want to proceed?',
  11. title:'Manual Indicator Categories',
  12. add_category:'Add Category',
  13. edit_category:'Edit Category',
  14. parent_classify:'Parent Category',
  15. classify_name:'Category Name',
  16. placehloder_msg03:'First level classification cannot be empty',
  17. };
  18. /* 中文 */
  19. export const DataAuthZh = {
  20. placehloder_msg01:'用户名称',
  21. placehloder_msg02:'请选择上级分类',
  22. msg01:'请选择用户',
  23. msg02:'该分类下包含子分类不可删除',
  24. msg03:'删除后不可恢复,是否确认删除?',
  25. title:'手工指标分类',
  26. add_category:'添加分类',
  27. edit_category:'编辑分类',
  28. parent_classify:'上级分类',
  29. classify_name:'分类名称',
  30. placehloder_msg03:'一级分类不能为空',
  31. };
  32. /**
  33. * $t('SystemManage.DataAuth.XXX')
  34. */