zh_TW.po 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_signup
  4. #
  5. # Translators:
  6. # Martin Trigaux, 2022
  7. # Tony Ng, 2023
  8. #
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server 16.0\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2023-05-23 08:23+0000\n"
  14. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  15. "Last-Translator: Tony Ng, 2023\n"
  16. "Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: zh_TW\n"
  21. "Plural-Forms: nplurals=1; plural=0;\n"
  22. #. module: auth_signup
  23. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  24. msgid ""
  25. "<strong>A password reset has been requested for this user. An email "
  26. "containing the following link has been sent:</strong>"
  27. msgstr "<strong>要求該使用者更改密碼,包含下列連結已由email發出:</strong>"
  28. #. module: auth_signup
  29. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  30. msgid ""
  31. "<strong>An invitation email containing the following subscription link has "
  32. "been sent:</strong>"
  33. msgstr "<strong>包含以下訂閱連結的邀請函發出:</strong>"
  34. #. module: auth_signup
  35. #: model:mail.template,body_html:auth_signup.mail_template_data_unregistered_users
  36. msgid ""
  37. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  38. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  39. "<tbody>\n"
  40. " <!-- CONTENT -->\n"
  41. " <tr>\n"
  42. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  43. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  44. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  45. " <td style=\"text-align : left\">\n"
  46. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  47. " Pending Invitations\n"
  48. " </span><br><br>\n"
  49. " </td>\n"
  50. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  51. " <div>\n"
  52. " Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br> <br>\n"
  53. " You added the following user(s) to your database but they haven't registered yet:\n"
  54. " <ul>\n"
  55. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  56. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  57. " </t>\n"
  58. " </ul>\n"
  59. " Follow up with them so they can access your database and start working with you.\n"
  60. " <br><br>\n"
  61. " Have a nice day!<br>\n"
  62. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  63. " </div>\n"
  64. " </td></tr>\n"
  65. " <tr><td style=\"text-align:center;\">\n"
  66. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  67. " </td></tr>\n"
  68. " </table>\n"
  69. " </td>\n"
  70. " </tr>\n"
  71. "</tbody>\n"
  72. "</table>\n"
  73. "</td></tr>\n"
  74. "</table>\n"
  75. " "
  76. msgstr ""
  77. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  78. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  79. "<tbody>\n"
  80. " <!-- CONTENT -->\n"
  81. " <tr>\n"
  82. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  83. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  84. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  85. " <td style=\"text-align : left\">\n"
  86. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  87. " 尚待註冊邀請\n"
  88. " </span><br><br>\n"
  89. " </td>\n"
  90. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  91. " <div>\n"
  92. " <t t-out=\"object.name or ''\">Mitchell Admin</t> 你好!<br> <br>\n"
  93. " 你已將下列用戶加至資料庫,但他們尚未註冊:\n"
  94. " <ul>\n"
  95. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  96. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  97. " </t>\n"
  98. " </ul>\n"
  99. " 你可向他們跟進,以便他們能存取你的資料庫並開始與你合作。\n"
  100. " <br><br>\n"
  101. " 祝工作順利!<br>\n"
  102. " --<br><t t-out=\"object.company_id.name or ''\">YourCompany</t> 團隊\n"
  103. " </div>\n"
  104. " </td></tr>\n"
  105. " <tr><td style=\"text-align:center;\">\n"
  106. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  107. " </td></tr>\n"
  108. " </table>\n"
  109. " </td>\n"
  110. " </tr>\n"
  111. "</tbody>\n"
  112. "</table>\n"
  113. "</td></tr>\n"
  114. "</table>\n"
  115. " "
  116. #. module: auth_signup
  117. #: model:mail.template,body_html:auth_signup.set_password_email
  118. msgid ""
  119. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  120. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  121. "<tbody>\n"
  122. " <!-- HEADER -->\n"
  123. " <tr>\n"
  124. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  125. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  126. " <tr><td valign=\"middle\">\n"
  127. " <span style=\"font-size: 10px;\">Welcome to Odoo</span><br>\n"
  128. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  129. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  130. " </span>\n"
  131. " </td><td valign=\"middle\" align=\"right\">\n"
  132. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  133. " </td></tr>\n"
  134. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  135. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  136. " </td></tr>\n"
  137. " </table>\n"
  138. " </td>\n"
  139. " </tr>\n"
  140. " <!-- CONTENT -->\n"
  141. " <tr>\n"
  142. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  143. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  144. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  145. " <div>\n"
  146. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  147. " You have been invited by <t t-out=\"object.create_uid.name or ''\">OdooBot</t> of <t t-out=\"object.company_id.name or ''\">YourCompany</t> to connect on Odoo.\n"
  148. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  149. " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  150. " Accept invitation\n"
  151. " </a>\n"
  152. " </div>\n"
  153. " <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
  154. " Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
  155. " Your sign in email is: <b><a t-attf-href=\"/web/login?login={{ object.email }}\" target=\"_blank\" t-out=\"object.email or ''\">mark.brown23@example.com</a></b><br><br>\n"
  156. " Never heard of Odoo? It’s an all-in-one business software loved by 7+ million users. It will considerably improve your experience at work and increase your productivity.\n"
  157. " <br><br>\n"
  158. " Have a look at the <a href=\"https://www.odoo.com/page/tour?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo Tour</a> to discover the tool.\n"
  159. " <br><br>\n"
  160. " Enjoy Odoo!<br>\n"
  161. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  162. " </div>\n"
  163. " </td></tr>\n"
  164. " <tr><td style=\"text-align:center;\">\n"
  165. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  166. " </td></tr>\n"
  167. " </table>\n"
  168. " </td>\n"
  169. " </tr>\n"
  170. " <!-- FOOTER -->\n"
  171. " <tr>\n"
  172. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  173. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  174. " <tr><td valign=\"middle\" align=\"left\">\n"
  175. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  176. " </td></tr>\n"
  177. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  178. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  179. " <t t-if=\"object.company_id.email\">\n"
  180. " | <a t-att-href=\"'mailto:%s' % object.company_id.email\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
  181. " </t>\n"
  182. " <t t-if=\"object.company_id.website\">\n"
  183. " | <a t-att-href=\"'%s' % object.company_id.website\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
  184. " </t>\n"
  185. " </td></tr>\n"
  186. " </table>\n"
  187. " </td>\n"
  188. " </tr>\n"
  189. "</tbody>\n"
  190. "</table>\n"
  191. "</td></tr>\n"
  192. "<!-- POWERED BY -->\n"
  193. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  194. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  195. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  196. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  197. " </td></tr>\n"
  198. " </table>\n"
  199. "</td></tr>\n"
  200. "</table>"
  201. msgstr ""
  202. #. module: auth_signup
  203. #: model:mail.template,body_html:auth_signup.reset_password_email
  204. msgid ""
  205. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  206. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  207. "<tbody>\n"
  208. " <!-- HEADER -->\n"
  209. " <tr>\n"
  210. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  211. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  212. " <tr><td valign=\"middle\">\n"
  213. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  214. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  215. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  216. " </span>\n"
  217. " </td><td valign=\"middle\" align=\"right\">\n"
  218. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  219. " </td></tr>\n"
  220. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  221. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  222. " </td></tr>\n"
  223. " </table>\n"
  224. " </td>\n"
  225. " </tr>\n"
  226. " <!-- CONTENT -->\n"
  227. " <tr>\n"
  228. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  229. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  230. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  231. " <div>\n"
  232. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  233. " A password reset was requested for the Odoo account linked to this email.\n"
  234. " You may change your password by following this link which will remain valid during 24 hours:<br>\n"
  235. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  236. " <a t-att-href=\"object.signup_url\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  237. " Change password\n"
  238. " </a>\n"
  239. " </div>\n"
  240. " If you do not expect this, you can safely ignore this email.<br><br>\n"
  241. " Thanks,\n"
  242. " <t t-if=\"user.signature\">\n"
  243. " <br>\n"
  244. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  245. " </t>\n"
  246. " </div>\n"
  247. " </td></tr>\n"
  248. " <tr><td style=\"text-align:center;\">\n"
  249. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  250. " </td></tr>\n"
  251. " </table>\n"
  252. " </td>\n"
  253. " </tr>\n"
  254. " <!-- FOOTER -->\n"
  255. " <tr>\n"
  256. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  257. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  258. " <tr><td valign=\"middle\" align=\"left\">\n"
  259. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  260. " </td></tr>\n"
  261. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  262. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  263. "\n"
  264. " <t t-if=\"object.company_id.email\">\n"
  265. " | <a t-att-href=\"'mailto:%s' % object.company_id.email\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.email or ''\">info@yourcompany.com</a>\n"
  266. " </t>\n"
  267. " <t t-if=\"object.company_id.website\">\n"
  268. " | <a t-att-href=\"'%s' % object.company_id.website\" style=\"text-decoration:none; color: #454748;\" t-out=\"object.company_id.website or ''\">http://www.example.com</a>\n"
  269. " </t>\n"
  270. " </td></tr>\n"
  271. " </table>\n"
  272. " </td>\n"
  273. " </tr>\n"
  274. "</tbody>\n"
  275. "</table>\n"
  276. "</td></tr>\n"
  277. "<!-- POWERED BY -->\n"
  278. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  279. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  280. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  281. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  282. " </td></tr>\n"
  283. " </table>\n"
  284. "</td></tr>\n"
  285. "</table>\n"
  286. " "
  287. msgstr ""
  288. #. module: auth_signup
  289. #: model:mail.template,body_html:auth_signup.mail_template_user_signup_account_created
  290. msgid ""
  291. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  292. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  293. "<tbody>\n"
  294. " <!-- HEADER -->\n"
  295. " <tr>\n"
  296. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  297. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  298. " <tr><td valign=\"middle\">\n"
  299. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  300. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  301. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  302. " </span>\n"
  303. " </td><td valign=\"middle\" align=\"right\">\n"
  304. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  305. " </td></tr>\n"
  306. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  307. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  308. " </td></tr>\n"
  309. " </table>\n"
  310. " </td>\n"
  311. " </tr>\n"
  312. " <!-- CONTENT -->\n"
  313. " <tr>\n"
  314. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  315. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  316. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  317. " <div>\n"
  318. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  319. " Your account has been successfully created!<br>\n"
  320. " Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n"
  321. " To gain access to your account, you can use the following link:\n"
  322. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  323. " <a t-attf-href=\"/web/login?auth_login={{object.email}}\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  324. " Go to My Account\n"
  325. " </a>\n"
  326. " </div>\n"
  327. " Thanks,<br>\n"
  328. " <t t-if=\"user.signature\">\n"
  329. " <br>\n"
  330. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  331. " </t>\n"
  332. " </div>\n"
  333. " </td></tr>\n"
  334. " <tr><td style=\"text-align:center;\">\n"
  335. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  336. " </td></tr>\n"
  337. " </table>\n"
  338. " </td>\n"
  339. " </tr>\n"
  340. " <!-- FOOTER -->\n"
  341. " <tr>\n"
  342. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  343. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  344. " <tr><td valign=\"middle\" align=\"left\">\n"
  345. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  346. " </td></tr>\n"
  347. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  348. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  349. " <t t-if=\"object.company_id.email\">\n"
  350. " | <a t-attf-href=\"'mailto:%s' % {{ object.company_id.email }}\" style=\"text-decoration:none; color: #454748;\"><t t-out=\"object.company_id.email or ''\">info@yourcompany.com</t></a>\n"
  351. " </t>\n"
  352. " <t t-if=\"object.company_id.website\">\n"
  353. " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
  354. " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
  355. " </a>\n"
  356. " </t>\n"
  357. " </td></tr>\n"
  358. " </table>\n"
  359. " </td>\n"
  360. " </tr>\n"
  361. "</tbody>\n"
  362. "</table>\n"
  363. "</td></tr>\n"
  364. "<!-- POWERED BY -->\n"
  365. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  366. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  367. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  368. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  369. " </td></tr>\n"
  370. " </table>\n"
  371. "</td></tr>\n"
  372. "</table>"
  373. msgstr ""
  374. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #FFFFFF; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
  375. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  376. "<tbody>\n"
  377. " <!-- HEADER -->\n"
  378. " <tr>\n"
  379. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  380. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  381. " <tr><td valign=\"middle\">\n"
  382. " <span style=\"font-size: 10px;\">你的帳戶</span><br>\n"
  383. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  384. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  385. " </span>\n"
  386. " </td><td valign=\"middle\" align=\"right\">\n"
  387. " <img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.company_id.name\">\n"
  388. " </td></tr>\n"
  389. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  390. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  391. " </td></tr>\n"
  392. " </table>\n"
  393. " </td>\n"
  394. " </tr>\n"
  395. " <!-- CONTENT -->\n"
  396. " <tr>\n"
  397. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  398. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  399. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  400. " <div>\n"
  401. " <t t-out=\"object.name or ''\">Marc Demo</t> 你好!<br><br>\n"
  402. " 已成功建立你的帳戶!<br>\n"
  403. " 登入名稱: <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n"
  404. " 要存取你的帳戶資訊,可使用以下連結:\n"
  405. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  406. " <a t-attf-href=\"/web/login?auth_login={{object.email}}\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">\n"
  407. " 前往我的帳戶\n"
  408. " </a>\n"
  409. " </div>\n"
  410. " 謝謝!<br>\n"
  411. " <t t-if=\"user.signature\">\n"
  412. " <br>\n"
  413. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  414. " </t>\n"
  415. " </div>\n"
  416. " </td></tr>\n"
  417. " <tr><td style=\"text-align:center;\">\n"
  418. " <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
  419. " </td></tr>\n"
  420. " </table>\n"
  421. " </td>\n"
  422. " </tr>\n"
  423. " <!-- FOOTER -->\n"
  424. " <tr>\n"
  425. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  426. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
  427. " <tr><td valign=\"middle\" align=\"left\">\n"
  428. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  429. " </td></tr>\n"
  430. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  431. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  432. " <t t-if=\"object.company_id.email\">\n"
  433. " | <a t-attf-href=\"'mailto:%s' % {{ object.company_id.email }}\" style=\"text-decoration:none; color: #454748;\"><t t-out=\"object.company_id.email or ''\">info@yourcompany.com</t></a>\n"
  434. " </t>\n"
  435. " <t t-if=\"object.company_id.website\">\n"
  436. " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
  437. " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
  438. " </a>\n"
  439. " </t>\n"
  440. " </td></tr>\n"
  441. " </table>\n"
  442. " </td>\n"
  443. " </tr>\n"
  444. "</tbody>\n"
  445. "</table>\n"
  446. "</td></tr>\n"
  447. "<!-- POWERED BY -->\n"
  448. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  449. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  450. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  451. " 由 <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a> 驅動\n"
  452. " </td></tr>\n"
  453. " </table>\n"
  454. "</td></tr>\n"
  455. "</table>"
  456. #. module: auth_signup
  457. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  458. msgid "Already have an account?"
  459. msgstr "已經具有帳戶?"
  460. #. module: auth_signup
  461. #. odoo-python
  462. #: code:addons/auth_signup/controllers/main.py:0
  463. #, python-format
  464. msgid "Another user is already registered using this email address."
  465. msgstr "已有另一名用戶使用此電郵地址註冊。"
  466. #. module: auth_signup
  467. #. odoo-python
  468. #: code:addons/auth_signup/controllers/main.py:0
  469. #, python-format
  470. msgid "Authentication Failed."
  471. msgstr "身份驗證失敗."
  472. #. module: auth_signup
  473. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  474. msgid "Back to Login"
  475. msgstr "返回登入頁面"
  476. #. module: auth_signup
  477. #. odoo-python
  478. #: code:addons/auth_signup/models/res_users.py:0
  479. #, python-format
  480. msgid "Cannot send email: user %s has no email address."
  481. msgstr "無法發送email:使用者 %s email無資訊。"
  482. #. module: auth_signup
  483. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  484. msgid "Close"
  485. msgstr "關閉"
  486. #. module: auth_signup
  487. #: model:ir.model,name:auth_signup.model_res_config_settings
  488. msgid "Config Settings"
  489. msgstr "配置設定"
  490. #. module: auth_signup
  491. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  492. msgid "Confirm Password"
  493. msgstr "確認密碼"
  494. #. module: auth_signup
  495. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__active
  496. msgid "Confirmed"
  497. msgstr "已確認"
  498. #. module: auth_signup
  499. #: model:ir.model,name:auth_signup.model_res_partner
  500. msgid "Contact"
  501. msgstr "聯絡人"
  502. #. module: auth_signup
  503. #. odoo-python
  504. #: code:addons/auth_signup/controllers/main.py:0
  505. #, python-format
  506. msgid "Could not create a new account."
  507. msgstr "不能建立一個新帳號."
  508. #. module: auth_signup
  509. #. odoo-python
  510. #: code:addons/auth_signup/controllers/main.py:0
  511. #, python-format
  512. msgid "Could not reset your password"
  513. msgstr "無法重設密碼"
  514. #. module: auth_signup
  515. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_uninvited
  516. msgid "Customer Account"
  517. msgstr "客戶帳戶"
  518. #. module: auth_signup
  519. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  520. msgid "Default Access Rights"
  521. msgstr "預設存取權限"
  522. #. module: auth_signup
  523. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  524. msgid "Don't have an account?"
  525. msgstr "還沒有帳戶?"
  526. #. module: auth_signup
  527. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_reset_password
  528. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  529. msgid "Enable password reset from Login page"
  530. msgstr "允許在登入頁使用密碼重新設定功能"
  531. #. module: auth_signup
  532. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2c
  533. msgid "Free sign up"
  534. msgstr "免費註冊"
  535. #. module: auth_signup
  536. #: model:ir.model,name:auth_signup.model_ir_http
  537. msgid "HTTP Routing"
  538. msgstr "HTTP 路由"
  539. #. module: auth_signup
  540. #. odoo-python
  541. #: code:addons/auth_signup/controllers/main.py:0
  542. #, python-format
  543. msgid "Invalid signup token"
  544. msgstr "無效的註冊代碼(token)"
  545. #. module: auth_signup
  546. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  547. msgid "Let your customers log in to see their documents"
  548. msgstr "讓您的客戶登入查看他們的文件"
  549. #. module: auth_signup
  550. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__new
  551. msgid "Never Connected"
  552. msgstr "從未登入系統"
  553. #. module: auth_signup
  554. #. odoo-python
  555. #: code:addons/auth_signup/models/res_users.py:0
  556. #, python-format
  557. msgid "No account found for this login"
  558. msgstr ""
  559. #. module: auth_signup
  560. #. odoo-python
  561. #: code:addons/auth_signup/controllers/main.py:0
  562. #, python-format
  563. msgid "No login provided."
  564. msgstr "未提供登入帳號。"
  565. #. module: auth_signup
  566. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2b
  567. msgid "On invitation"
  568. msgstr "依邀請"
  569. #. module: auth_signup
  570. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  571. msgid "Password"
  572. msgstr "密碼"
  573. #. module: auth_signup
  574. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  575. msgid "Password Reset"
  576. msgstr "密碼重置"
  577. #. module: auth_signup
  578. #: model:mail.template,subject:auth_signup.reset_password_email
  579. msgid "Password reset"
  580. msgstr "密碼重置"
  581. #. module: auth_signup
  582. #. odoo-python
  583. #: code:addons/auth_signup/controllers/main.py:0
  584. #, python-format
  585. msgid "Password reset instructions sent to your email"
  586. msgstr ""
  587. #. module: auth_signup
  588. #. odoo-python
  589. #: code:addons/auth_signup/controllers/main.py:0
  590. #, python-format
  591. msgid "Passwords do not match; please retype them."
  592. msgstr "密碼不匹配;請重新輸入密碼。"
  593. #. module: auth_signup
  594. #: model_terms:ir.ui.view,arch_db:auth_signup.login_successful
  595. msgid "Registration successful."
  596. msgstr ""
  597. #. module: auth_signup
  598. #: model:mail.template,subject:auth_signup.mail_template_data_unregistered_users
  599. msgid "Reminder for unregistered users"
  600. msgstr "未註冊使用者的提醒"
  601. #. module: auth_signup
  602. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  603. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  604. msgid "Reset Password"
  605. msgstr "重置密碼"
  606. #. module: auth_signup
  607. #: model:ir.actions.server,name:auth_signup.action_send_password_reset_instructions
  608. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  609. msgid "Send Password Reset Instructions"
  610. msgstr "發送密碼重置說明"
  611. #. module: auth_signup
  612. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  613. msgid "Send an Invitation Email"
  614. msgstr "發送邀請信件"
  615. #. module: auth_signup
  616. #: model:mail.template,description:auth_signup.mail_template_data_unregistered_users
  617. msgid ""
  618. "Sent automatically to admin if new user haven't responded to the invitation"
  619. msgstr ""
  620. #. module: auth_signup
  621. #: model:mail.template,description:auth_signup.set_password_email
  622. msgid "Sent to new user after you invited them"
  623. msgstr ""
  624. #. module: auth_signup
  625. #: model:mail.template,description:auth_signup.mail_template_user_signup_account_created
  626. msgid "Sent to portal user who registered themselves"
  627. msgstr ""
  628. #. module: auth_signup
  629. #: model:mail.template,description:auth_signup.reset_password_email
  630. msgid "Sent to user who requested a password reset"
  631. msgstr ""
  632. #. module: auth_signup
  633. #: model:mail.template,name:auth_signup.set_password_email
  634. msgid "Settings: New Portal Signup"
  635. msgstr ""
  636. #. module: auth_signup
  637. #: model:mail.template,name:auth_signup.mail_template_user_signup_account_created
  638. msgid "Settings: New User Invite"
  639. msgstr ""
  640. #. module: auth_signup
  641. #: model:mail.template,name:auth_signup.mail_template_data_unregistered_users
  642. msgid "Settings: Unregistered User Reminder"
  643. msgstr ""
  644. #. module: auth_signup
  645. #: model:mail.template,name:auth_signup.reset_password_email
  646. msgid "Settings: User Reset Password"
  647. msgstr ""
  648. #. module: auth_signup
  649. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  650. msgid "Sign up"
  651. msgstr "註冊"
  652. #. module: auth_signup
  653. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_expiration
  654. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_expiration
  655. msgid "Signup Expiration"
  656. msgstr "註冊到期"
  657. #. module: auth_signup
  658. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_token
  659. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_token
  660. msgid "Signup Token"
  661. msgstr "註冊代碼(token)"
  662. #. module: auth_signup
  663. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_type
  664. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_type
  665. msgid "Signup Token Type"
  666. msgstr "註冊代碼(Token)類型"
  667. #. module: auth_signup
  668. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_valid
  669. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_valid
  670. msgid "Signup Token is Valid"
  671. msgstr "註冊代碼( Token )是有效的"
  672. #. module: auth_signup
  673. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_url
  674. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_url
  675. msgid "Signup URL"
  676. msgstr "註冊網址"
  677. #. module: auth_signup
  678. #. odoo-python
  679. #: code:addons/auth_signup/models/res_users.py:0
  680. #, python-format
  681. msgid "Signup is not allowed for uninvited users"
  682. msgstr "不允許未邀請的使用者進行註冊"
  683. #. module: auth_signup
  684. #. odoo-python
  685. #: code:addons/auth_signup/models/res_partner.py:0
  686. #, python-format
  687. msgid "Signup token '%s' is no longer valid"
  688. msgstr "註冊代碼(token) '%s' 不再有效"
  689. #. module: auth_signup
  690. #. odoo-python
  691. #: code:addons/auth_signup/models/res_partner.py:0
  692. #, python-format
  693. msgid "Signup token '%s' is not valid"
  694. msgstr "註冊代碼(token) '%s' 無效"
  695. #. module: auth_signup
  696. #. odoo-python
  697. #: code:addons/auth_signup/models/res_users.py:0
  698. #, python-format
  699. msgid "Signup: invalid template user"
  700. msgstr "註冊:無效使用者模板"
  701. #. module: auth_signup
  702. #. odoo-python
  703. #: code:addons/auth_signup/models/res_users.py:0
  704. #, python-format
  705. msgid "Signup: no login given for new user"
  706. msgstr "註冊:新使用者未註冊畫面"
  707. #. module: auth_signup
  708. #. odoo-python
  709. #: code:addons/auth_signup/models/res_users.py:0
  710. #, python-format
  711. msgid "Signup: no name or partner given for new user"
  712. msgstr "註冊: 沒有為新使用者提供的名稱或合作夥伴"
  713. #. module: auth_signup
  714. #: model:ir.model.fields,field_description:auth_signup.field_res_users__state
  715. msgid "Status"
  716. msgstr "狀態"
  717. #. module: auth_signup
  718. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_template_user_id
  719. msgid "Template user for new users created through signup"
  720. msgstr "用作透過註冊建立的新使用者的模板"
  721. #. module: auth_signup
  722. #. odoo-python
  723. #: code:addons/auth_signup/controllers/main.py:0
  724. #, python-format
  725. msgid "The form was not properly filled in."
  726. msgstr "未正確填寫表格。"
  727. #. module: auth_signup
  728. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  729. msgid ""
  730. "To send invitations in B2B mode, open a contact or select several ones in "
  731. "list view and click on 'Portal Access Management' option in the dropdown "
  732. "menu *Action*."
  733. msgstr "要在 B2B 模式下發出邀請,請開啟一個聯絡人或在清單檢視中選取多人,然後在*動作*下拉選單中點擊「入口網站存取管理」選項。"
  734. #. module: auth_signup
  735. #: model:ir.model,name:auth_signup.model_res_users
  736. msgid "User"
  737. msgstr "使用者"
  738. #. module: auth_signup
  739. #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server
  740. #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
  741. msgid "Users: Notify About Unregistered Users"
  742. msgstr "使用者:通知未註冊使用者"
  743. #. module: auth_signup
  744. #: model:mail.template,subject:auth_signup.mail_template_user_signup_account_created
  745. msgid "Welcome to {{ object.company_id.name }}!"
  746. msgstr "歡迎來到 {{ object.company_id.name }}!"
  747. #. module: auth_signup
  748. #. odoo-python
  749. #: code:addons/auth_signup/models/res_users.py:0
  750. #, python-format
  751. msgid "You cannot perform this action on an archived user."
  752. msgstr "您不能對已存檔的用戶執行此操作。"
  753. #. module: auth_signup
  754. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  755. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  756. msgid "Your Email"
  757. msgstr "您的電子信件"
  758. #. module: auth_signup
  759. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  760. msgid "Your Name"
  761. msgstr "您的姓名"
  762. #. module: auth_signup
  763. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  764. msgid "e.g. John Doe"
  765. msgstr "例:陳大文"
  766. #. module: auth_signup
  767. #: model:mail.template,subject:auth_signup.set_password_email
  768. msgid ""
  769. "{{ object.create_uid.name }} from {{ object.company_id.name }} invites you "
  770. "to connect to Odoo"
  771. msgstr ""
  772. "{{ object.create_uid.name }} 來自 {{ object.company_id.name }} 邀請您登入到 Odoo"