lan.js 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. //設定cookie
  2. function setCookie(name,value)
  3. {
  4. var Days = 30;
  5. var exp = new Date();
  6. exp.setTime(exp.getTime() + Days*24*60*60*1000);
  7. document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString();
  8. }
  9. //獲取cookie
  10. function getCookie(name)
  11. {
  12. var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)");
  13. if(arr=document.cookie.match(reg))
  14. return unescape(arr[2]);
  15. else
  16. return null;
  17. }
  18. var zh = {
  19. "logleftbox1": "將你的生活、創作 、宣傳做成影片",
  20. "logleftbox2": "開始使用 AI Spokesgirl",
  21. "make_video" : "影片製作",
  22. "make_slides" : "投影影片製作",
  23. "make_video_long": "長影片製作",
  24. "make_video_eng": "英文影片製作",
  25. "login" : "登入",
  26. "user_profile": "會員資料",
  27. "logout": "登出",
  28. "en": "English",
  29. "zh": "中文",
  30. "choose_character": "選擇人物",
  31. "usage_intro": "使用說明",
  32. "history": "歷史紀錄",
  33. "preview_videos": "預覽影片",
  34. "video_link": "影片連結",
  35. "video_title": "標題",
  36. "p_choose_character": "請選擇人物",
  37. "lines": "台詞",
  38. "img_link": "影像連結",
  39. "processing_progress": "處理進度",
  40. "usage_intro": "使用說明",
  41. "one_line_to_one_img": "1. 一句台詞請對應提供一個影像連結做為搭配",
  42. "sup_img_profile": "2. 影像連結檔案格式支援:",
  43. "submit_to_wait": "3. 點選“送出”之後需等待一段影片製作的時間,請您耐心等候,待製作完畢可於通知網址查看",
  44. "add_eng": "加入英文:",
  45. "submit": "送出",
  46. "privacy_term": "同意隱私政策及使用條款",
  47. "newHere": "還沒有帳號?",
  48. "goRegister": "註冊",
  49. "pricing" : "早鳥方案",
  50. "errorEmail": "請輸入正確E-mail",
  51. "errorPsd": "密碼至少為4個字元",
  52. "used": "已使用",
  53. "left": "未使用",
  54. "sec": "秒",
  55. "username": "帳號/用戶名稱",
  56. "password": "密碼",
  57. "resetPsd": "更改密碼",
  58. "details": "查看詳情",
  59. "refill": "我要加值",
  60. "Createsthtoday": "今天要做甚麼影片呢?",
  61. "date": "日期",
  62. "video_duration": "影片時間",
  63. "slide_link": "SLIDE 連結",
  64. "new_pwd": "新密碼",
  65. "confirm_pwd": "驗證碼",
  66. "pricing_lan": "語言選擇: 中文 | 英文",
  67. "pricing_avatars": "多款預設AI代言主播任你選",
  68. "pricing_content": "畫面素材支援: 圖檔 | 影檔 | 簡報",
  69. "pricing_discount": "限時優惠",
  70. "pricing_checkout": "立即查看",
  71. "mins": "分鐘",
  72. "launch_special": "早鳥方案",
  73. "index_li1_1": "支援中英文內容",
  74. "index_li1_2": "可加入字幕",
  75. "index_li2_1": "無人物肖像權問題",
  76. "index_li2_2": "人物表情、動作自然",
  77. "index_li2_3": "因應主題,選擇合適人物",
  78. "index_li3_1": "可上傳圖片或是影片作為背景",
  79. "index_li3_2": "可輸入文字腳本及投影片",
  80. "index_action": "想要快速製作影音內容?立即註冊,開始創作!",
  81. "follow_us": "關注我們",
  82. "contact_name": "集仕多股份有限公司",
  83. "address": "新竹縣竹北市復興二路229號9樓之9",
  84. "contact_tel": "聯絡電話",
  85. "contact_mail": "聯絡信箱"
  86. };
  87. var en = {
  88. "logleftbox1": "Make your first video for promotion, creation and life today",
  89. "logleftbox2": "Let's get started with AI Spokesgirl",
  90. "make_video" : "Make Videos",
  91. "make_slides" : "Make Videos By Slides",
  92. "make_video_long": "Make Long Videos",
  93. "make_video_eng": "Make English Video",
  94. "login" : "Login",
  95. "user_profile": "User Profile",
  96. "logout": "Logout",
  97. "en": "English",
  98. "zh": "中文",
  99. "choose_character": "Choose Character",
  100. "usage_intro": "Usage Introduction",
  101. "history": "History",
  102. "preview_videos": "Preview Videos",
  103. "video_link": "Video Link",
  104. "video_title": "Video Title",
  105. "p_choose_character": "Choose Character",
  106. "lines": "Lines",
  107. "img_link": "Image Link",
  108. "processing_progress": "Processing Progress",
  109. "usage_intro": "Usage Introduction",
  110. "one_line_to_one_img": "1. Please Provide an Image Link Corresponding to a Line as a Collocation",
  111. "sup_img_profile": "2. Support File Format:",
  112. "submit_to_wait": "3. After Clicking Submit, You Will Need To Wait For A Period Of Time For The Production Of The Video. Please Wait Patiently. You Can Check It At The Notification URL When The Production Is Completed.",
  113. "add_eng": "Allow English Lines:",
  114. "submit": "Submit",
  115. "privacy_term": "I Agree to privacy policy and terms of use.",
  116. "newHere": "New here?",
  117. "goRegister": "REGISTER",
  118. "pricing" : "Pricing",
  119. "errorEmail": "Please enter valid Email format.",
  120. "errorPsd": "Passwords must be at least 4 characters long.",
  121. "used": "Already Used",
  122. "left": "Left",
  123. "sec": "Sec",
  124. "username": "User Name",
  125. "password": "password",
  126. "resetPsd": "Reset Password",
  127. "details": "Details",
  128. "refill": "Refill",
  129. "Createsthtoday": "Create something today!",
  130. "date": "Date",
  131. "video_duration": "Duration",
  132. "slide_link": "SLIDE Link",
  133. "new_pwd": "New Password",
  134. "confirm_pwd": "Confirmation Code",
  135. "pricing_lan": "Language Options: Ch | Eng",
  136. "pricing_avatars": "Over 6 Avatars Available",
  137. "pricing_content": "You can upload: images, MP4, slides",
  138. "pricing_discount": "Special Discount",
  139. "pricing_checkout": "Check it out",
  140. "mins": "Minutes",
  141. "launch_special": "Launch special",
  142. "index_li1_1": "Support english & chinese content",
  143. "index_li1_2": "Caption included",
  144. "index_li2_1": "Free of portrait rights",
  145. "index_li2_2": "Natural facial expression",
  146. "index_li2_3": "Choose built-in avatars for your need",
  147. "index_li3_1": "Generate videos from text",
  148. "index_li3_2": "Upload images, video, slides as backgrounds",
  149. "index_action": "Want to make video faster? Sign up to start creating!",
  150. "follow_us": "Follow us",
  151. "contact_name": "Choozmo Inc.",
  152. "address": "Rm. 9, 9F., No. 229, Fuxing 2nd Rd., Zhubei City, Hsinchu County 302052, Taiwan (R.O.C.)",
  153. "contact_tel": "Tel",
  154. "contact_mail": "Email"
  155. };
  156. // 4. 轉換
  157. function changeLan(val) {
  158. var val = val.value;
  159. console.log(`val: ${val}`);
  160. setCookie('lan', val);
  161. $('[set-lan]').each(function(){
  162. var me = $(this);
  163. var a = me.attr('set-lan').split(':');
  164. var p = a[0]; //文字放置位置
  165. var m = a[1]; //文字標示
  166. //用虎選擇語言後保存在cookie中,這裡讀取cooikes的語言版本
  167. var lan = getCookie('lan');
  168. console.log(lan);
  169. //選取語言文字
  170. switch(lan){
  171. case 'zh':
  172. var t = zh[m];
  173. console.log(t);
  174. break;
  175. case 'en':
  176. var t = en[m];
  177. console.log(t);
  178. break;
  179. default:
  180. var t = zh[m];
  181. console.log(t);
  182. }
  183. //所選語言沒有就換
  184. if(t==undefined) t = en[m];
  185. if(t==undefined) t = zh[m];
  186. if(t==undefined) return true; //都沒有就跳出
  187. //文字放置位置有(html,val等,可以自己添加)
  188. switch(p){
  189. case 'html':
  190. me.html(t);
  191. break;
  192. case 'placeholder':
  193. me.placeholder(t);
  194. console.log("placeholder");
  195. console.log(t);
  196. case 'val':
  197. case 'value':
  198. me.val(t);
  199. break;
  200. default:
  201. me.html(t);
  202. }
  203. });
  204. }
  205. // js裡面的轉換
  206. function get_lan(m)
  207. {
  208. //獲取文字
  209. var lan = getCookie('lan'); //語言版本
  210. //選取語言文字
  211. switch(lan){
  212. case 'zh':
  213. var t = zh[m];
  214. break;
  215. case 'hk':
  216. var t = hk[m];
  217. break;
  218. default:
  219. var t = en[m];
  220. }
  221. //如果沒有找到就轉換其他語言
  222. if(t==undefined) t = zh[m];
  223. if(t==undefined) t = en[m];
  224. if(t==undefined) t = hk[m];
  225. if(t==undefined) t = m; //如果還是沒有就直接用標示
  226. return t;
  227. }
  228. // 預設中文版
  229. var lan = getCookie('lan');
  230. if(lan) {
  231. changeLan(lan);
  232. }
  233. console.log(`目前語言版本: ${lan}`);