12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- /**
- * 研报管理--品种管理
- */
- /* 英文 */
- export const CommodityConfigurationEn = {
- product_type: "Product type",
- add_product_btn: "Add product",
- add_product_input: "Please input the product type",
- add_product_select: "Parent product",
- add_backend_sorting: "Backend sorting",
- add_product_error_msg: "Please input product type",
- // 表格
- column_top: "Top-level product",
- column_second: "Second-level product",
- column_edit_btn: "Edit Category",
- edit_variety_title: "Edit variety",
- column_delete_btn: "Edit Category",
- delete_info_msg: "Are you sure you want to delete this file?",
- delete_success_msg: "Delete sucessful",
- delete_error_msg: "Please delete associated product under this category first",
- /* 新版 */
- chinese_tabs: "Chinese Variety",
- english_tabs: "English Variety",
- add_variety: "Add Variety",
- edit_variety: "Variety Settings",
- variety_name: "Variety Name",
- parent_variety: "Parent Variety",
- active_status: "Active Status",
- set_root_hint:"The default value is private. Select and save the Settings to public",
- set_root_text:"Public permission Settings",
- variety_name_hint: "Enter Variety Name",
- variety_name_check_hint: "Please Fill in Variety Name",
- variety_name_check_hint2: "Variety Name Exists",
- variety_add_succ_msg: "Addition Successful",
- variety_edit_succ_msg: "Edit Successful",
- variety_public:"Public",
- variety_private:"Private",
- };
- /* 中文 */
- export const CommodityConfigurationZh = {
- product_type: "品种名称",
- add_product_btn: "添加品种",
- add_product_input: "请输入品种名称",
- add_product_select: "上级品种",
- add_backend_sorting: "后台排序",
- add_product_error_msg: "请填写品种名称",
- // 表格
- column_top: "一级品种",
- column_second: "二级品种",
- column_edit_btn: "编辑分类",
- edit_variety_title: "编辑品种",
- column_delete_btn: "删除",
- delete_info_msg: "确认删除吗?",
- delete_success_msg: "删除成功",
- delete_error_msg: "请先删除该品种下关联品种",
- /* 新版 */
- chinese_tabs: "中文品种",
- english_tabs: "英文品种",
- add_variety: "添加品种",
- edit_variety: "品种设置",
- variety_name: "品种名称",
- parent_variety: "上级品种",
- active_status: "启动状态",
- set_root_hint:"默认为私有,勾选并保存设置为公有",
- set_root_text:"公有权限设置",
- variety_name_hint: "请输入品种名称",
- variety_name_check_hint: "请填写品种名称",
- variety_name_check_hint2: "品种名称已存在",
- variety_add_succ_msg: "新增成功",
- variety_edit_succ_msg: "编辑成功",
- variety_public:"公有",
- variety_private:"私有",
- };
- /*
- 编辑品种
- 请选择
- 编辑-编辑:成功
- */
|