Hangry/app/config/language.js

59 lines
1.8 KiB
JavaScript
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
en:{
confirm:'confirm',
menu:'Menu',
myOrder:'My Order',
profile:'Profile',
setting:'Setting',
slectLang: 'Choose your language',
referYourFriends: 'Refer Your Friends',
coupon:'Coupon',
myCoupons:'My Coupons',
used: 'Uesd',
cannotuse:'Unavailable',
canuse: 'Can use',
expired:'Expired',
expireDate:'Expire Date',
termandconditions:'Term & Conditions',
privacy:'Privacy',
contactUs:'Contact us',
language:'Language',
notification:'Notification',
howtouse:'How to use',
logout:'Logout',
googleSearch:'Input Your Address',
// referFriendContent:"Share the WARMTH this chilling season. Dont leave yourself HANGRY Input the promo code \"Hangry\" to enjoy 10% OFF their first purchase order. \n Download Link: \n"
referFriendContent:""
},
zh:{
confirm:'確認',
menu:'菜單',
myOrder:'訂單',
profile:'帳戶',
setting:'設置',
slectLang: '選擇你的語言',
referYourFriends:'推薦你的朋友',
coupon:'優惠券',
myCoupons:'我的優惠券',
used: '已使用',
canuse:'可使用',
cannotuse:'不可使用',
expired:'已過期',
expireDate:'過期日子',
termandconditions:'條款和條件',
privacy:'隱私',
contactUs:'聯繫我們',
language:'語言',
notification:'通知',
howtouse:'如何使用',
logout:'登出',
googleSearch:'輸入你的地址',
//referFriendContent:"在這個寒冷的季節分享溫暖輸入此推薦碼\"可亨\"首次訂單九折優惠 \n 立即下載: \n"
referFriendContent:""
}
}