邃芒慧语、照片说话(PC) https://photo.metavatar.cc/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

129 Zeilen
3.2 KiB

  1. export default {
  2. // 路由国际化
  3. route: {
  4. dashboard: "Dashboard",
  5. document: "Document",
  6. },
  7. // 登录页面国际化
  8. login: {
  9. title: "Metavatar-PC",
  10. username: "Username",
  11. email: "E-mail",
  12. password: "Password",
  13. confirmPassword: "Confirm Password",
  14. login: "Sign in",
  15. register: "Sign up",
  16. loginBtn: "Sign in",
  17. registerBtn: "Sign up",
  18. verifyCode: "Verify Code",
  19. signIn: "Already got an account? Sign in here",
  20. signUp: "Don't have an account? Sign up here",
  21. forgetPwd: "I forgot my password",
  22. forgetPwdTitle:'forgot password',
  23. SendEmail:'Send an email',
  24. resetPassword:'Reset password',
  25. setNewPwd:'Set new password',
  26. newPwd:'new password',
  27. oldPwd:'old password',
  28. confirmNewPwd:'confirm new password',
  29. confirm:'confirm',
  30. gohome:'Back to home page'
  31. },
  32. // 导航栏国际化
  33. navbar: {
  34. account: "Account",
  35. logout: "Logout",
  36. },
  37. // 创作视频
  38. createVideo: {
  39. title: "CreateVideo",
  40. availableMould:"Available Moulds",
  41. personalWarehouse:'Personal warehouse',
  42. typeScript: "Type your Script",
  43. uploadAudio: "Upload Audio",
  44. recordedAudio:'Recorded audio',
  45. startRecorded:'Start recording',
  46. stopRecorded:'Stop recording',
  47. aiScript: "Ai Script",
  48. typeTitle: "Type a title",
  49. confirm: "Confirm",
  50. aiText: "Please input here",
  51. languages: "Languages",
  52. voices: "Voices",
  53. styles: "Styles",
  54. reselect: "reselect",
  55. sureUpload: "Confirm upload",
  56. generateVideo: "Generate Video",
  57. saveVideo:'save video',
  58. select:'Please select',
  59. },
  60. // 我的视频
  61. myCreating: {
  62. title: "My Creating",
  63. search: "Search...",
  64. name: "Name",
  65. date: "Date",
  66. videoTitle: "Video Title:",
  67. download: "Download",
  68. delete: "Delete",
  69. more: "More",
  70. loading: "Loading , just a moment",
  71. noList: "Nothing here. How about making one ?",
  72. goCreate: "Go Create !",
  73. draft: "Draft",
  74. generating: "Generating",
  75. generationFailed: "Failed",
  76. generationSucceed: "Succeed",
  77. draftText: "Draft",
  78. generatingText: "The video is generating, please wait a moment",
  79. generationFailedText: "The video generate is failed, Reason:",
  80. },
  81. // 个人账户
  82. account: {
  83. title: "My Account",
  84. reSetPwd: "Reset Password",
  85. until: "until",
  86. getMore: "UPGRADE",
  87. copyCode: "Copy invitation code",
  88. saveCode: "Save QR code",
  89. buyHistory: "OrderHistory",
  90. inviteHistory: "InviteHistory",
  91. orderID: "OrderID",
  92. price: "Price",
  93. date: "Date",
  94. successed: "Successed",
  95. failed: "Failed",
  96. msg1: "Obtain one video production time",
  97. },
  98. // 商店
  99. shop: {
  100. title: "Shop",
  101. Trial: "Trial",
  102. Lite: "Lite",
  103. Pro: "Pro",
  104. Adv: "Advanced",
  105. Ent: "Enterprise",
  106. selectPlan: "SELECT PLAN",
  107. WeChatPay: "WeChatPay",
  108. Alipay: "Alipay",
  109. },
  110. signSucceed: {
  111. title: "Confirm your email",
  112. succeed: "Sign Succeed !",
  113. welcome: "Welcome to Metavatar !",
  114. createSuccess:
  115. "Your account has been created successfully. Enjoy yourself !",
  116. expired:
  117. "Your ticket is expired. You can click the button to resend new email then",
  118. sendSuccess: "The email has been resent, you can check it now",
  119. goLogin: "Login Now",
  120. reSend: "Resend",
  121. },
  122. };