ja.js 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. file:{
  16. title:"ぶんしょしょり",
  17. file:"ぶんしょしょり",
  18. },
  19. file_link:{
  20. file_link:"http://ancientapes.cc:10000/node_test/",
  21. },
  22. },
  23. pages:{
  24. index:"とっぷぺーじ",
  25. sample:"さんぴん",
  26. catagory:"もくろく",
  27. contact:"れんらく",
  28. about:"かんれん",
  29. craft:{
  30. title:"さーびす",
  31. software_customization:"そふとうあんていせい",
  32. uv_product_customization:"ゆうぶいさんぴんていせい",
  33. lazer_marking_and_cutting:"れーざーまーきんぐ・きりとりふぁいる",
  34. customized_smart_hardware_products:"ちのうこうがくさんぴんていせい",
  35. product_purchasing:"さんぴんさいばい",
  36. skill_training:"ないようくんれん",
  37. equipment_process_construction:"せつびこうげいかいてき",
  38. artistic_design:"びこうせっけい",
  39. game_picture_book_design:"げーむえほんせいさく",
  40. brand_marketing_product_customization:"ぶらんどえいぎょうさんぴんていせい",
  41. },
  42. index_link:"http://ancientapes.cc:10000/node_test/index.html",
  43. sample_link:"http://ancientapes.cc:10000/node_test/pages/sample.html",
  44. catagory_link:"http://ancientapes.cc:10000/node_test/pages/catagory.html",
  45. contact_link:"http://ancientapes.cc:10000/node_test/pages/contact.html",
  46. about_link:"http://ancientapes.cc:10000/node_test/pages/about.html",
  47. craft_link:{
  48. software_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/software_customization.html",
  49. uv_product_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/uv_product_customization.html",
  50. lazer_marking_and_cutting_link:"http://ancientapes.cc:10000/node_test/pages/craft/lazer_marking_and_cutting.html",
  51. customized_smart_hardware_products_link:"http://ancientapes.cc:10000/node_test/pages/craft/customized_smart_hardware_products.html",
  52. product_purchasing_link:"http://ancientapes.cc:10000/node_test/pages/craft/product_purchasing.html",
  53. skill_training_link:"http://ancientapes.cc:10000/node_test/pages/craft/skill_training.html",
  54. equipment_process_construction_link:"http://ancientapes.cc:10000/node_test/pages/craft/equipment_process_construction.html",
  55. artistic_design_link:"http://ancientapes.cc:10000/node_test/pages/craft/artistic_design.html",
  56. game_picture_book_design_link:"http://ancientapes.cc:10000/node_test/pages/craft/game_picture_book_design.html",
  57. brand_marketing_product_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/brand_marketing_product_customization.html",
  58. },
  59. }
  60. }
  61. }