en.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. export default{
  2. messages:{
  3. login:'login',
  4. username:'username',
  5. pages:{
  6. index:"index",
  7. sample:"sample",
  8. catagory:"catagory",
  9. contact:"contact",
  10. about:"about",
  11. craft:{
  12. title:"service",
  13. software_customization:"software customization",
  14. uv_product_customization:"uv product customization",
  15. lazer_marking_and_cutting:"lazer marking and cutting",
  16. customized_smart_hardware_products:"customized smart hardware products",
  17. product_purchasing:"product purchasing",
  18. skill_training:"skill training",
  19. equipment_process_construction:"equipment process construction",
  20. artistic_design:"artistic design",
  21. game_picture_book_design:"game picture book design",
  22. brand_marketing_product_customization:"brand marketing product customization",
  23. },
  24. index_link:"http://ancientapes.cc:10000/node_test/index.html",
  25. sample_link:"http://ancientapes.cc:10000/node_test/pages/sample.html",
  26. catagory_link:"http://ancientapes.cc:10000/node_test/pages/catagory.html",
  27. contact_link:"http://ancientapes.cc:10000/node_test/pages/contact.html",
  28. about_link:"http://ancientapes.cc:10000/node_test/pages/about.html",
  29. craft_link:{
  30. software_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/software_customization.html",
  31. uv_product_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/uv_product_customization.html",
  32. lazer_marking_and_cutting_link:"http://ancientapes.cc:10000/node_test/pages/craft/lazer_marking_and_cutting.html",
  33. customized_smart_hardware_products_link:"http://ancientapes.cc:10000/node_test/pages/craft/customized_smart_hardware_products.html",
  34. product_purchasing_link:"http://ancientapes.cc:10000/node_test/pages/craft/product_purchasing.html",
  35. skill_training_link:"http://ancientapes.cc:10000/node_test/pages/craft/skill_training.html",
  36. equipment_process_construction_link:"http://ancientapes.cc:10000/node_test/pages/craft/equipment_process_construction.html",
  37. artistic_design_link:"http://ancientapes.cc:10000/node_test/pages/craft/artistic_design.html",
  38. game_picture_book_design_link:"http://ancientapes.cc:10000/node_test/pages/craft/game_picture_book_design.html",
  39. brand_marketing_product_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/brand_marketing_product_customization.html",
  40. },
  41. }
  42. }
  43. }