邃芒慧语、照片说话(PC) https://photo.metavatar.cc/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

174 rivejä
4.8 KiB

  1. export default {
  2. // 路由国际化
  3. route: {
  4. dashboard: "Dashboard",
  5. document: "Document",
  6. },
  7. // 公用
  8. public:{
  9. cancel:'Cancel',
  10. confirm:'Confirm',
  11. username:'Username',
  12. avatar:'Avatar',
  13. },
  14. // 登录页面国际化
  15. login: {
  16. title: "Metavatar-PC",
  17. username: "Username",
  18. email: "E-mail",
  19. password: "Password",
  20. confirmPassword: "Confirm Password",
  21. login: "Sign In",
  22. register: "Sign Up",
  23. loginBtn: "Sign In",
  24. registerBtn: "Sign Up",
  25. verifyCode: "Verify Code",
  26. signIn: "Already got an account? Sign in here",
  27. signUp: "Don't have an account? Sign up here",
  28. forgetPwd: "I forgot my password",
  29. forgetPwdTitle:'Forgot Password',
  30. SendEmail:'Send an email',
  31. resetPassword:'Reset Password',
  32. setNewPwd:'Set new password',
  33. newPwd:'New Password',
  34. oldPwd:'Old Password',
  35. confirmNewPwd:'Confirm new password',
  36. confirm:'Confirm',
  37. gohome:'Back to home page'
  38. },
  39. // 导航栏国际化
  40. navbar: {
  41. account: "Account",
  42. logout: "Logout",
  43. goLogin:'Go and log in'
  44. },
  45. // 创作视频
  46. createVideo: {
  47. title: "Create Video",
  48. availableMould:"Available Models",
  49. personalWarehouse:'Personal Warehouse',
  50. typeScript: "Type your script",
  51. uploadAudio: "Upload Audio",
  52. recordedAudio:'Recorded Audio',
  53. startRecorded:'Start Recording',
  54. stopRecorded:'Stop Recording',
  55. aiScript: "AI Script",
  56. typeTitle: "Type a title",
  57. confirm: "Confirm",
  58. aiText: "Please input here",
  59. languages: "Languages",
  60. voices: "Voices",
  61. styles: "Styles",
  62. reselect: "Reselect",
  63. sureUpload: "Confirm Upload",
  64. generateVideo: "Generate Video",
  65. saveVideo:'Save Manuscript',
  66. select:'Please Select',
  67. music:'Music',
  68. Aipicture:'AI-generated Pictures',
  69. AipictureTip:'Please customize your picture',
  70. chooseMusic:'Choose Music',
  71. searchMusic:'Search Music',
  72. comingSoon:'coming soon',
  73. hotMusic:'Hit song',
  74. inputRequirement:'Please enter your requirements',
  75. GeneratedText:'Generated Text',
  76. SmartText:'Smart Text',
  77. copy:'Copy to text',
  78. },
  79. // 我的视频
  80. myCreating: {
  81. title: "My Creating",
  82. search: "Search...",
  83. name: "Name",
  84. date: "Date",
  85. videoTitle: "Video Title:",
  86. download: "Download",
  87. delete: "Delete",
  88. more: "More",
  89. loading: "Loading , just a moment",
  90. noList: "Nothing here. How about making one ?",
  91. goCreate: "Go Create !",
  92. manuscript: "Manuscript",
  93. generating: "Generating",
  94. generationFailed: "Failed",
  95. generationSucceed: "Succeed",
  96. manuscriptText: "Manuscript",
  97. generatingText: "The video is generating, Please wait a moment",
  98. generationFailedText: "Video generation failed, you can click the button below to edit the generation again ",
  99. edit:'Edit'
  100. },
  101. // 个人账户
  102. account: {
  103. title: "My Account",
  104. reSetPwd: "Reset Password",
  105. editInfo:'Edit personal information',
  106. until: "Until",
  107. getMore: "UPGRADE",
  108. copyCode: "Copy invitation code",
  109. saveCode: "Save QR code",
  110. buyHistory: "OrderHistory",
  111. inviteHistory: "InviteHistory",
  112. orderID: "OrderID",
  113. price: "Price",
  114. date: "Date",
  115. successed: "Successed",
  116. failed: "Failed",
  117. msg1: "Obtain one video production time",
  118. inputCode:'Please enter the invitation code',
  119. submit:'Submit',
  120. noListOrder: "No data available",
  121. noListInvite: "No data, please invite more people to join us",
  122. },
  123. // 商店
  124. shop: {
  125. title: "Shop",
  126. Trial: "Trial",
  127. Lite: "Lite",
  128. Pro: "Pro",
  129. Adv: "Advanced",
  130. Ent: "Enterprise",
  131. selectPlan: "SELECT PLAN",
  132. WeChatPay: "WeChatPay",
  133. Alipay: "Alipay",
  134. score:'score',
  135. day:'day',
  136. second:'second',
  137. yes:'yes',
  138. no:'no',
  139. InviteGetscore:'Invite users to get score',
  140. createVideoPrice:'Create video prices',
  141. AIGeneratesPhotoPrices:'AI generates photo unit prices',
  142. UnitChargeDuration:'Unit charge duration',
  143. Language:'Language',
  144. sound:'sound',
  145. IndividualVideoDuration:'Individual video duration',
  146. AIGeneratedPortrait:'AI generated portrait',
  147. PhotoSinging:'Photo singing',
  148. AIGeneratedText:'The number of times AI generated text',
  149. VideoResolution:'Video resolution',
  150. DigitalPersonTemplate:'Digital person template',
  151. },
  152. signSucceed: {
  153. title: "Confirm your email",
  154. succeed: "Sign Succeed !",
  155. welcome: "Welcome to Metavatar !",
  156. createSuccess:
  157. "Your account has been created successfully. Enjoy yourself !",
  158. expired:
  159. "Your ticket is expired. You can click the button to resend new email then",
  160. sendSuccess: "The email has been resent, you can check it now",
  161. goLogin: "Login Now",
  162. reSend: "Resend",
  163. },
  164. tips:{
  165. tokenExpired:'Login expired, please login again',
  166. systemException:'The system is abnormal. Please try again later'
  167. }
  168. };