12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- export default {
- messages: {
- app:'こきさる',
- philosophy:'ぎょうむかんびのこうげいかすたまいずせいさんせいぞうさーびす',
- component:{
- approve:{
- title:"にんしょう",
- login:"ろぐいん",
- register:"とうろく",
- },
- approve_link:{
- login_link:"http://ancientapes.cc:10000/node_test/",
- register_link:"http://ancientapes.cc:10000/node_test/",
- },
- file:{
- title:"ぶんしょしょり",
- file:"ぶんしょしょり",
- },
- file_link:{
- file_link:"http://ancientapes.cc:10000/node_test/",
- },
- },
- pages:{
- index:"とっぷぺーじ",
- sample:"さんぴん",
- catagory:"もくろく",
- contact:"れんらく",
- about:"かんれん",
- craft:{
- title:"さーびす",
- software_customization:"そふとうあんていせい",
- uv_product_customization:"ゆうぶいさんぴんていせい",
- lazer_marking_and_cutting:"れーざーまーきんぐ・きりとりふぁいる",
- customized_smart_hardware_products:"ちのうこうがくさんぴんていせい",
- product_purchasing:"さんぴんさいばい",
- skill_training:"ないようくんれん",
- equipment_process_construction:"せつびこうげいかいてき",
- artistic_design:"びこうせっけい",
- game_picture_book_design:"げーむえほんせいさく",
- brand_marketing_product_customization:"ぶらんどえいぎょうさんぴんていせい",
- },
- index_link:"http://ancientapes.cc:10000/node_test/index.html",
- sample_link:"http://ancientapes.cc:10000/node_test/pages/sample.html",
- catagory_link:"http://ancientapes.cc:10000/node_test/pages/catagory.html",
- contact_link:"http://ancientapes.cc:10000/node_test/pages/contact.html",
- about_link:"http://ancientapes.cc:10000/node_test/pages/about.html",
- craft_link:{
- software_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/software_customization.html",
- uv_product_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/uv_product_customization.html",
- lazer_marking_and_cutting_link:"http://ancientapes.cc:10000/node_test/pages/craft/lazer_marking_and_cutting.html",
- customized_smart_hardware_products_link:"http://ancientapes.cc:10000/node_test/pages/craft/customized_smart_hardware_products.html",
- product_purchasing_link:"http://ancientapes.cc:10000/node_test/pages/craft/product_purchasing.html",
- skill_training_link:"http://ancientapes.cc:10000/node_test/pages/craft/skill_training.html",
- equipment_process_construction_link:"http://ancientapes.cc:10000/node_test/pages/craft/equipment_process_construction.html",
- artistic_design_link:"http://ancientapes.cc:10000/node_test/pages/craft/artistic_design.html",
- game_picture_book_design_link:"http://ancientapes.cc:10000/node_test/pages/craft/game_picture_book_design.html",
- brand_marketing_product_customization_link:"http://ancientapes.cc:10000/node_test/pages/craft/brand_marketing_product_customization.html",
- },
- }
- }
- }
|