12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- export default{
- messages:{
- login:'login',
- username:'username',
- pages:{
- index:"index",
- sample:"sample",
- catagory:"catagory",
- contact:"contact",
- about:"about",
- craft:{
- title:"service",
- software_customization:"software customization",
- uv_product_customization:"uv product customization",
- lazer_marking_and_cutting:"lazer marking and cutting",
- customized_smart_hardware_products:"customized smart hardware products",
- product_purchasing:"product purchasing",
- skill_training:"skill training",
- equipment_process_construction:"equipment process construction",
- artistic_design:"artistic design",
- game_picture_book_design:"game picture book design",
- brand_marketing_product_customization:"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",
- },
- }
- }
- }
|