indexZh.js 771 B

12345678910111213141516171819202122232425
  1. // bao
  2. import { CloudPageZh } from "./CloudPage";
  3. import { CommodityConfigurationZh } from "./CommodityConfiguration";
  4. import { AuthorManagementZh } from "./AuthorManagement";
  5. import { SmartReportZh } from "./SmartReport";
  6. import { CategoryListZh } from "./CategoryList";
  7. import { ReportListZh } from "./ReportList";
  8. export default {
  9. ReportManage: {
  10. ReportAdd: {
  11. refresh_btn: "One click refresh",
  12. preview_btn: "Preview",
  13. draft_btn: "Save draft",
  14. input_content: "please input content",
  15. publish_btn: "Publish",
  16. },
  17. CloudPage: CloudPageZh,
  18. CommodityConfiguration: CommodityConfigurationZh,
  19. AuthorManagement: AuthorManagementZh,
  20. ...SmartReportZh,
  21. CategoryList: CategoryListZh,
  22. ReportList: ReportListZh,
  23. },
  24. };