邃芒慧语、照片说话(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.
 
 
 
 
 

182 lines
5.1 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. LanguageChange:'Language switching'
  45. },
  46. // 创作视频
  47. createVideo: {
  48. title: "Create Video",
  49. availableMould:"Available Models",
  50. personalWarehouse:'Personal Warehouse',
  51. typeScript: "Type your script",
  52. uploadAudio: "Upload Audio",
  53. recordedAudio:'Recorded Audio',
  54. startRecorded:'Start Recording',
  55. stopRecorded:'Stop Recording',
  56. aiScript: "AI Script",
  57. typeTitle: "Type a title",
  58. confirm: "Confirm",
  59. aiText: "Please input here",
  60. languages: "Languages",
  61. voices: "Voices",
  62. styles: "Styles",
  63. reselect: "Reselect",
  64. sureUpload: "Confirm Upload",
  65. generateVideo: "Generate Video",
  66. saveVideo:'Save Manuscript',
  67. select:'Please Select',
  68. music:'Music',
  69. Aipicture:'AI-generated Pictures',
  70. AipictureTip:'Please customize your picture',
  71. chooseMusic:'Choose Music',
  72. searchMusic:'Search Music',
  73. comingSoon:'coming soon',
  74. hotMusic:'Hit song',
  75. inputRequirement:'Please enter your requirements',
  76. GeneratedText:'Generated Text',
  77. SmartText:'Smart Text',
  78. copy:'Copy to text',
  79. tooltip1:'Click to listen',
  80. tooltip2:'Add Pause',
  81. uploadImgTip1:'Click here to upload pictures',
  82. uploadImgTip2:'Please ensure that the uploaded image is an open face image',
  83. },
  84. // 我的视频
  85. myCreating: {
  86. title: "My Creating",
  87. search: "Search...",
  88. name: "Name",
  89. date: "Date",
  90. videoTitle: "Video Title:",
  91. download: "Download",
  92. delete: "Delete",
  93. more: "More",
  94. loading: "Loading , just a moment",
  95. noList: "Nothing here. How about making one ?",
  96. goCreate: "Go Create !",
  97. manuscript: "Manuscript",
  98. generating: "Generating",
  99. generationFailed: "Failed",
  100. generationSucceed: "Succeed",
  101. manuscriptText: "Manuscript",
  102. generatingText: "The video is generating, Please wait a moment",
  103. generationFailedText: "Video generation failed, you can click the button below to edit the generation again ",
  104. edit:'Edit'
  105. },
  106. // 个人账户
  107. account: {
  108. title: "My Account",
  109. reSetPwd: "Reset Password",
  110. editInfo:'Edit personal information',
  111. until: "Until",
  112. getMore: "UPGRADE",
  113. copyCode: "Copy invitation code",
  114. saveCode: "Save QR code",
  115. buyHistory: "OrderHistory",
  116. inviteHistory: "InviteHistory",
  117. orderID: "OrderID",
  118. price: "Price",
  119. date: "Date",
  120. successed: "Successed",
  121. failed: "Failed",
  122. msg1: "Obtain one video production time",
  123. inputCode:'Please enter the invitation code',
  124. submit:'Submit',
  125. noListOrder: "No data available",
  126. noListInvite: "No data, please invite more people to join us",
  127. },
  128. // 商店
  129. shop: {
  130. title: "Shop",
  131. Trial: "Trial",
  132. Lite: "Lite",
  133. Pro: "Pro",
  134. Adv: "Advanced",
  135. Ent: "Enterprise",
  136. selectPlan: "SELECT PLAN",
  137. WeChatPay: "WeChatPay",
  138. Alipay: "Alipay",
  139. score:'score',
  140. day:'day',
  141. second:'second',
  142. yes:'yes',
  143. no:'no',
  144. InviteGetscore:'Invite users to get score',
  145. createVideoPrice:'Create video prices',
  146. AIGeneratesPhotoPrices:'AI generates photo unit prices',
  147. UnitChargeDuration:'Unit charge duration',
  148. Language:'Language',
  149. sound:'sound',
  150. IndividualVideoDuration:'Individual video duration',
  151. AIGeneratedPortrait:'AI generated portrait',
  152. PhotoSinging:'Photo singing',
  153. AIGeneratedText:'The number of times AI generated text',
  154. VideoResolution:'Video resolution',
  155. DigitalPersonTemplate:'Digital person template',
  156. },
  157. API:{
  158. title:'API Access',
  159. },
  160. signSucceed: {
  161. title: "Confirm your email",
  162. succeed: "Sign Succeed !",
  163. welcome: "Welcome to Metavatar !",
  164. createSuccess:
  165. "Your account has been created successfully. Enjoy yourself !",
  166. expired:
  167. "Your ticket is expired. You can click the button to resend new email then",
  168. sendSuccess: "The email has been resent, you can check it now",
  169. goLogin: "Login Now",
  170. reSend: "Resend",
  171. },
  172. tips:{
  173. tokenExpired:'Login expired, please login again',
  174. systemException:'The system is abnormal. Please try again later'
  175. }
  176. };