ja.js 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. export default {
  2. messages: {
  3. app:'こきさる',
  4. philosophy:'ぎょうむかんびのこうげいかすたまいずせいさんせいぞうさーびす',
  5. component:{
  6. approve:{
  7. title:"にんしょう",
  8. login:"ろぐいん",
  9. register:"とうろく",
  10. },
  11. approve_link:{
  12. login_link:"http://ancientapes.cc:10000/node_test/",
  13. register_link:"http://ancientapes.cc:10000/node_test/",
  14. }
  15. },
  16. pages:{
  17. index:"とっぷぺーじ",
  18. sample:"さんぴん",
  19. catagory:"もくろく",
  20. contact:"れんらく",
  21. about:"かんれん",
  22. craft:{
  23. title:"さーびす",
  24. software_customization:"そふとうあんていせい",
  25. uv_product_customization:"ゆうぶいさんぴんていせい",
  26. lazer_marking_and_cutting:"れーざーまーきんぐ・きりとりふぁいる",
  27. customized_smart_hardware_products:"ちのうこうがくさんぴんていせい",
  28. product_purchasing:"さんぴんさいばい",
  29. skill_training:"ないようくんれん",
  30. equipment_process_construction:"せつびこうげいかいてき",
  31. artistic_design:"びこうせっけい",
  32. game_picture_book_design:"げーむえほんせいさく",
  33. brand_marketing_product_customization:"ぶらんどえいぎょうさんぴんていせい",
  34. },
  35. index_link:"http://ancientapes.cc:10000/node_test/index.html",
  36. sample_link:"http://ancientapes.cc:10000/node_test/pages/sample.html",
  37. catagory_link:"http://ancientapes.cc:10000/node_test/pages/catagory.html",
  38. contact_link:"http://ancientapes.cc:10000/node_test/pages/contact.html",
  39. about_link:"http://ancientapes.cc:10000/node_test/pages/about.html",
  40. craft_link:{
  41. software_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/software_customization.html",
  42. uv_product_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/uv_product_customization.html",
  43. lazer_marking_and_cutting_link:"http://ancientapes.cc:10000/node_test/pages/craft/lazer_marking_and_cutting.html",
  44. customized_smart_hardware_products_link:"http://ancientapes.cc:10000/node_test/pages/craft/customized_smart_hardware_products.html",
  45. product_purchasing_link:"http://ancientapes.cc:10000/node_test/pages/craft/product_purchasing.html",
  46. skill_training_link:"http://ancientapes.cc:10000/node_test/pages/craft/skill_training.html",
  47. equipment_process_construction_link:"http://ancientapes.cc:10000/node_test/pages/craft/equipment_process_construction.html",
  48. artistic_design_link:"http://ancientapes.cc:10000/node_test/pages/craft/artistic_design.html",
  49. game_picture_book_design_link:"http://ancientapes.cc:10000/node_test/pages/craft/game_picture_book_design.html",
  50. brand_marketing_product_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/brand_marketing_product_customization.html",
  51. },
  52. }
  53. }
  54. }