CommodityConfiguration.js 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. /**
  2. * 研报管理--品种管理
  3. */
  4. /* 英文 */
  5. export const CommodityConfigurationEn = {
  6. product_type: "Product type",
  7. add_product_btn: "Add product",
  8. add_product_input: "Please input the product type",
  9. add_product_select: "Parent product",
  10. add_backend_sorting: "Backend sorting",
  11. add_product_error_msg: "Please input product type",
  12. // 表格
  13. column_top: "Top-level product",
  14. column_second: "Second-level product",
  15. column_edit_btn: "Edit Category",
  16. edit_variety_title: "Edit variety",
  17. column_delete_btn: "Edit Category",
  18. delete_info_msg: "Are you sure you want to delete this file?",
  19. delete_success_msg: "Delete sucessful",
  20. delete_error_msg: "Please delete associated product under this category first",
  21. /* 新版 */
  22. chinese_tabs: "Chinese Variety",
  23. english_tabs: "English Variety",
  24. add_variety: "Add Variety",
  25. edit_variety: "Variety Settings",
  26. variety_name: "Variety Name",
  27. parent_variety: "Parent Variety",
  28. active_status: "Active Status",
  29. set_root_hint:"The default value is private. Select and save the Settings to public",
  30. set_root_text:"Public permission Settings",
  31. variety_name_hint: "Enter Variety Name",
  32. variety_name_check_hint: "Please Fill in Variety Name",
  33. variety_name_check_hint2: "Variety Name Exists",
  34. variety_add_succ_msg: "Addition Successful",
  35. variety_edit_succ_msg: "Edit Successful",
  36. variety_public:"Public",
  37. variety_private:"Private",
  38. };
  39. /* 中文 */
  40. export const CommodityConfigurationZh = {
  41. product_type: "品种名称",
  42. add_product_btn: "添加品种",
  43. add_product_input: "请输入品种名称",
  44. add_product_select: "上级品种",
  45. add_backend_sorting: "后台排序",
  46. add_product_error_msg: "请填写品种名称",
  47. // 表格
  48. column_top: "一级品种",
  49. column_second: "二级品种",
  50. column_edit_btn: "编辑分类",
  51. edit_variety_title: "编辑品种",
  52. column_delete_btn: "删除",
  53. delete_info_msg: "确认删除吗?",
  54. delete_success_msg: "删除成功",
  55. delete_error_msg: "请先删除该品种下关联品种",
  56. /* 新版 */
  57. chinese_tabs: "中文品种",
  58. english_tabs: "英文品种",
  59. add_variety: "添加品种",
  60. edit_variety: "品种设置",
  61. variety_name: "品种名称",
  62. parent_variety: "上级品种",
  63. active_status: "启动状态",
  64. set_root_hint:"默认为私有,勾选并保存设置为公有",
  65. set_root_text:"公有权限设置",
  66. variety_name_hint: "请输入品种名称",
  67. variety_name_check_hint: "请填写品种名称",
  68. variety_name_check_hint2: "品种名称已存在",
  69. variety_add_succ_msg: "新增成功",
  70. variety_edit_succ_msg: "编辑成功",
  71. variety_public:"公有",
  72. variety_private:"私有",
  73. };
  74. /*
  75. 编辑品种
  76. 请选择
  77. 编辑-编辑:成功
  78. */