ja.js 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. export default {
  2. messages: {
  3. login: 'ろぐいん',
  4. username: 'ゆーざーめい',
  5. pages:{
  6. index:"とっぷぺーじ",
  7. sample:"さんぴん",
  8. catagory:"もくろく",
  9. contact:"れんらく",
  10. about:"かんれん",
  11. craft:{
  12. title:"さーびす",
  13. software_customization:"そふとうあんていせい",
  14. uv_product_customization:"ゆうぶいさんぴんていせい",
  15. lazer_marking_and_cutting:"れーざーまーきんぐ・きりとりふぁいる",
  16. customized_smart_hardware_products:"ちのうこうがくさんぴんていせい",
  17. product_purchasing:"さんぴんさいばい",
  18. skill_training:"ないようくんれん",
  19. equipment_process_construction:"せつびこうげいかいてき",
  20. artistic_design:"びこうせっけい",
  21. game_picture_book_design:"げーむえほんせいさく",
  22. 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. }