zh_CN.po 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764
  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. # Jeffery CHEN <jeffery9@gmail.com>, 2022
  8. # 稀饭~~ <wangwhai@qq.com>, 2022
  9. # Chloe Wang, 2023
  10. #
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: Odoo Server 16.0\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2023-05-23 08:23+0000\n"
  16. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  17. "Last-Translator: Chloe Wang, 2023\n"
  18. "Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: \n"
  22. "Language: zh_CN\n"
  23. "Plural-Forms: nplurals=1; plural=0;\n"
  24. #. module: auth_signup
  25. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  26. msgid ""
  27. "<strong>A password reset has been requested for this user. An email "
  28. "containing the following link has been sent:</strong>"
  29. msgstr "<strong>此用户请求密码重置,已发送包含以下链接的EMail:</strong>"
  30. #. module: auth_signup
  31. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  32. msgid ""
  33. "<strong>An invitation email containing the following subscription link has "
  34. "been sent:</strong>"
  35. msgstr "<strong>包含以下订阅链接的邀请函发出:</strong>"
  36. #. module: auth_signup
  37. #: model:mail.template,body_html:auth_signup.mail_template_data_unregistered_users
  38. msgid ""
  39. "<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"
  40. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  41. "<tbody>\n"
  42. " <!-- CONTENT -->\n"
  43. " <tr>\n"
  44. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  45. " <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"
  46. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  47. " <td style=\"text-align : left\">\n"
  48. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  49. " Pending Invitations\n"
  50. " </span><br><br>\n"
  51. " </td>\n"
  52. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  53. " <div>\n"
  54. " Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br> <br>\n"
  55. " You added the following user(s) to your database but they haven't registered yet:\n"
  56. " <ul>\n"
  57. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  58. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  59. " </t>\n"
  60. " </ul>\n"
  61. " Follow up with them so they can access your database and start working with you.\n"
  62. " <br><br>\n"
  63. " Have a nice day!<br>\n"
  64. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  65. " </div>\n"
  66. " </td></tr>\n"
  67. " <tr><td style=\"text-align:center;\">\n"
  68. " <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"
  69. " </td></tr>\n"
  70. " </table>\n"
  71. " </td>\n"
  72. " </tr>\n"
  73. "</tbody>\n"
  74. "</table>\n"
  75. "</td></tr>\n"
  76. "</table>\n"
  77. " "
  78. msgstr ""
  79. "<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"
  80. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  81. "<tbody>\n"
  82. " <!-- CONTENT -->\n"
  83. " <tr>\n"
  84. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  85. " <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"
  86. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  87. " <td style=\"text-align : left\">\n"
  88. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  89. " 待确认的邀请\n"
  90. " </span><br><br>\n"
  91. " </td>\n"
  92. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  93. " <div>\n"
  94. " <t t-out=\"object.name or ''\">Mitchell Admin</t>您好!<br> <br>\n"
  95. " 您已将下列用户添加到您的数据库,但他们尚未注册:\n"
  96. " <ul>\n"
  97. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  98. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  99. " </t>\n"
  100. " </ul>\n"
  101. " 您可以同他们跟进,以便他们访问您的数据库并开始与您合作。\n"
  102. " <br><br>\n"
  103. " 工作顺利!<br>\n"
  104. " --<br> <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  105. " </div>\n"
  106. " </td></tr>\n"
  107. " <tr><td style=\"text-align:center;\">\n"
  108. " <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"
  109. " </td></tr>\n"
  110. " </table>\n"
  111. " </td>\n"
  112. " </tr>\n"
  113. "</tbody>\n"
  114. "</table>\n"
  115. "</td></tr>\n"
  116. "</table>\n"
  117. " "
  118. #. module: auth_signup
  119. #: model:mail.template,body_html:auth_signup.set_password_email
  120. msgid ""
  121. "<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"
  122. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  123. "<tbody>\n"
  124. " <!-- HEADER -->\n"
  125. " <tr>\n"
  126. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  127. " <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"
  128. " <tr><td valign=\"middle\">\n"
  129. " <span style=\"font-size: 10px;\">Welcome to Odoo</span><br>\n"
  130. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  131. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  132. " </span>\n"
  133. " </td><td valign=\"middle\" align=\"right\">\n"
  134. " <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"
  135. " </td></tr>\n"
  136. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  137. " <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"
  138. " </td></tr>\n"
  139. " </table>\n"
  140. " </td>\n"
  141. " </tr>\n"
  142. " <!-- CONTENT -->\n"
  143. " <tr>\n"
  144. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  145. " <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"
  146. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  147. " <div>\n"
  148. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  149. " 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"
  150. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  151. " <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"
  152. " Accept invitation\n"
  153. " </a>\n"
  154. " </div>\n"
  155. " <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
  156. " Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
  157. " 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"
  158. " 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"
  159. " <br><br>\n"
  160. " 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"
  161. " <br><br>\n"
  162. " Enjoy Odoo!<br>\n"
  163. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  164. " </div>\n"
  165. " </td></tr>\n"
  166. " <tr><td style=\"text-align:center;\">\n"
  167. " <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"
  168. " </td></tr>\n"
  169. " </table>\n"
  170. " </td>\n"
  171. " </tr>\n"
  172. " <!-- FOOTER -->\n"
  173. " <tr>\n"
  174. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  175. " <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"
  176. " <tr><td valign=\"middle\" align=\"left\">\n"
  177. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  178. " </td></tr>\n"
  179. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  180. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  181. " <t t-if=\"object.company_id.email\">\n"
  182. " | <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"
  183. " </t>\n"
  184. " <t t-if=\"object.company_id.website\">\n"
  185. " | <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"
  186. " </t>\n"
  187. " </td></tr>\n"
  188. " </table>\n"
  189. " </td>\n"
  190. " </tr>\n"
  191. "</tbody>\n"
  192. "</table>\n"
  193. "</td></tr>\n"
  194. "<!-- POWERED BY -->\n"
  195. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  196. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  197. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  198. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  199. " </td></tr>\n"
  200. " </table>\n"
  201. "</td></tr>\n"
  202. "</table>"
  203. msgstr ""
  204. #. module: auth_signup
  205. #: model:mail.template,body_html:auth_signup.reset_password_email
  206. msgid ""
  207. "<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"
  208. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  209. "<tbody>\n"
  210. " <!-- HEADER -->\n"
  211. " <tr>\n"
  212. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  213. " <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"
  214. " <tr><td valign=\"middle\">\n"
  215. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  216. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  217. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  218. " </span>\n"
  219. " </td><td valign=\"middle\" align=\"right\">\n"
  220. " <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"
  221. " </td></tr>\n"
  222. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  223. " <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"
  224. " </td></tr>\n"
  225. " </table>\n"
  226. " </td>\n"
  227. " </tr>\n"
  228. " <!-- CONTENT -->\n"
  229. " <tr>\n"
  230. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  231. " <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"
  232. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  233. " <div>\n"
  234. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  235. " A password reset was requested for the Odoo account linked to this email.\n"
  236. " You may change your password by following this link which will remain valid during 24 hours:<br>\n"
  237. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  238. " <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"
  239. " Change password\n"
  240. " </a>\n"
  241. " </div>\n"
  242. " If you do not expect this, you can safely ignore this email.<br><br>\n"
  243. " Thanks,\n"
  244. " <t t-if=\"user.signature\">\n"
  245. " <br>\n"
  246. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  247. " </t>\n"
  248. " </div>\n"
  249. " </td></tr>\n"
  250. " <tr><td style=\"text-align:center;\">\n"
  251. " <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"
  252. " </td></tr>\n"
  253. " </table>\n"
  254. " </td>\n"
  255. " </tr>\n"
  256. " <!-- FOOTER -->\n"
  257. " <tr>\n"
  258. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  259. " <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"
  260. " <tr><td valign=\"middle\" align=\"left\">\n"
  261. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  262. " </td></tr>\n"
  263. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  264. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  265. "\n"
  266. " <t t-if=\"object.company_id.email\">\n"
  267. " | <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"
  268. " </t>\n"
  269. " <t t-if=\"object.company_id.website\">\n"
  270. " | <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"
  271. " </t>\n"
  272. " </td></tr>\n"
  273. " </table>\n"
  274. " </td>\n"
  275. " </tr>\n"
  276. "</tbody>\n"
  277. "</table>\n"
  278. "</td></tr>\n"
  279. "<!-- POWERED BY -->\n"
  280. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  281. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  282. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  283. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  284. " </td></tr>\n"
  285. " </table>\n"
  286. "</td></tr>\n"
  287. "</table>\n"
  288. " "
  289. msgstr ""
  290. #. module: auth_signup
  291. #: model:mail.template,body_html:auth_signup.mail_template_user_signup_account_created
  292. msgid ""
  293. "<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"
  294. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  295. "<tbody>\n"
  296. " <!-- HEADER -->\n"
  297. " <tr>\n"
  298. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  299. " <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"
  300. " <tr><td valign=\"middle\">\n"
  301. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  302. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  303. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  304. " </span>\n"
  305. " </td><td valign=\"middle\" align=\"right\">\n"
  306. " <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"
  307. " </td></tr>\n"
  308. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  309. " <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"
  310. " </td></tr>\n"
  311. " </table>\n"
  312. " </td>\n"
  313. " </tr>\n"
  314. " <!-- CONTENT -->\n"
  315. " <tr>\n"
  316. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  317. " <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"
  318. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  319. " <div>\n"
  320. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  321. " Your account has been successfully created!<br>\n"
  322. " Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n"
  323. " To gain access to your account, you can use the following link:\n"
  324. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  325. " <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"
  326. " Go to My Account\n"
  327. " </a>\n"
  328. " </div>\n"
  329. " Thanks,<br>\n"
  330. " <t t-if=\"user.signature\">\n"
  331. " <br>\n"
  332. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  333. " </t>\n"
  334. " </div>\n"
  335. " </td></tr>\n"
  336. " <tr><td style=\"text-align:center;\">\n"
  337. " <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"
  338. " </td></tr>\n"
  339. " </table>\n"
  340. " </td>\n"
  341. " </tr>\n"
  342. " <!-- FOOTER -->\n"
  343. " <tr>\n"
  344. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  345. " <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"
  346. " <tr><td valign=\"middle\" align=\"left\">\n"
  347. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  348. " </td></tr>\n"
  349. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  350. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  351. " <t t-if=\"object.company_id.email\">\n"
  352. " | <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"
  353. " </t>\n"
  354. " <t t-if=\"object.company_id.website\">\n"
  355. " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
  356. " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
  357. " </a>\n"
  358. " </t>\n"
  359. " </td></tr>\n"
  360. " </table>\n"
  361. " </td>\n"
  362. " </tr>\n"
  363. "</tbody>\n"
  364. "</table>\n"
  365. "</td></tr>\n"
  366. "<!-- POWERED BY -->\n"
  367. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  368. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  369. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  370. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  371. " </td></tr>\n"
  372. " </table>\n"
  373. "</td></tr>\n"
  374. "</table>"
  375. msgstr ""
  376. #. module: auth_signup
  377. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  378. msgid "Already have an account?"
  379. msgstr "已经拥有账户?"
  380. #. module: auth_signup
  381. #. odoo-python
  382. #: code:addons/auth_signup/controllers/main.py:0
  383. #, python-format
  384. msgid "Another user is already registered using this email address."
  385. msgstr "该邮件地址已经被其他用户注册了。"
  386. #. module: auth_signup
  387. #. odoo-python
  388. #: code:addons/auth_signup/controllers/main.py:0
  389. #, python-format
  390. msgid "Authentication Failed."
  391. msgstr "身份验证失败。"
  392. #. module: auth_signup
  393. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  394. msgid "Back to Login"
  395. msgstr "返回到登录页面"
  396. #. module: auth_signup
  397. #. odoo-python
  398. #: code:addons/auth_signup/models/res_users.py:0
  399. #, python-format
  400. msgid "Cannot send email: user %s has no email address."
  401. msgstr "无法发送邮件:用户 %s 邮件地址为空。"
  402. #. module: auth_signup
  403. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  404. msgid "Close"
  405. msgstr "关闭"
  406. #. module: auth_signup
  407. #: model:ir.model,name:auth_signup.model_res_config_settings
  408. msgid "Config Settings"
  409. msgstr "配置设置"
  410. #. module: auth_signup
  411. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  412. msgid "Confirm Password"
  413. msgstr "确认密码"
  414. #. module: auth_signup
  415. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__active
  416. msgid "Confirmed"
  417. msgstr "已确认"
  418. #. module: auth_signup
  419. #: model:ir.model,name:auth_signup.model_res_partner
  420. msgid "Contact"
  421. msgstr "联系人"
  422. #. module: auth_signup
  423. #. odoo-python
  424. #: code:addons/auth_signup/controllers/main.py:0
  425. #, python-format
  426. msgid "Could not create a new account."
  427. msgstr "不能创建一个新账号。"
  428. #. module: auth_signup
  429. #. odoo-python
  430. #: code:addons/auth_signup/controllers/main.py:0
  431. #, python-format
  432. msgid "Could not reset your password"
  433. msgstr "无法重置密码"
  434. #. module: auth_signup
  435. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_uninvited
  436. msgid "Customer Account"
  437. msgstr "客户账户"
  438. #. module: auth_signup
  439. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  440. msgid "Default Access Rights"
  441. msgstr "默认访问权限"
  442. #. module: auth_signup
  443. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  444. msgid "Don't have an account?"
  445. msgstr "还没有账户?"
  446. #. module: auth_signup
  447. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_reset_password
  448. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  449. msgid "Enable password reset from Login page"
  450. msgstr "允许在登录页开启密码重置功能"
  451. #. module: auth_signup
  452. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2c
  453. msgid "Free sign up"
  454. msgstr "自由注册"
  455. #. module: auth_signup
  456. #: model:ir.model,name:auth_signup.model_ir_http
  457. msgid "HTTP Routing"
  458. msgstr "HTTP 路由"
  459. #. module: auth_signup
  460. #. odoo-python
  461. #: code:addons/auth_signup/controllers/main.py:0
  462. #, python-format
  463. msgid "Invalid signup token"
  464. msgstr "无效的注册令牌"
  465. #. module: auth_signup
  466. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  467. msgid "Let your customers log in to see their documents"
  468. msgstr "允许您的客户登录来查看他们的文档"
  469. #. module: auth_signup
  470. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__new
  471. msgid "Never Connected"
  472. msgstr "从未连接"
  473. #. module: auth_signup
  474. #. odoo-python
  475. #: code:addons/auth_signup/models/res_users.py:0
  476. #, python-format
  477. msgid "No account found for this login"
  478. msgstr "未找到此登录名的帐户"
  479. #. module: auth_signup
  480. #. odoo-python
  481. #: code:addons/auth_signup/controllers/main.py:0
  482. #, python-format
  483. msgid "No login provided."
  484. msgstr "未提供登录账号。"
  485. #. module: auth_signup
  486. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2b
  487. msgid "On invitation"
  488. msgstr "应邀"
  489. #. module: auth_signup
  490. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  491. msgid "Password"
  492. msgstr "密码"
  493. #. module: auth_signup
  494. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  495. msgid "Password Reset"
  496. msgstr "密码重置"
  497. #. module: auth_signup
  498. #: model:mail.template,subject:auth_signup.reset_password_email
  499. msgid "Password reset"
  500. msgstr "密码重置"
  501. #. module: auth_signup
  502. #. odoo-python
  503. #: code:addons/auth_signup/controllers/main.py:0
  504. #, python-format
  505. msgid "Password reset instructions sent to your email"
  506. msgstr "密码重置说明已发送到您的电子邮箱"
  507. #. module: auth_signup
  508. #. odoo-python
  509. #: code:addons/auth_signup/controllers/main.py:0
  510. #, python-format
  511. msgid "Passwords do not match; please retype them."
  512. msgstr "密码不匹配;请重新输入密码。"
  513. #. module: auth_signup
  514. #: model_terms:ir.ui.view,arch_db:auth_signup.login_successful
  515. msgid "Registration successful."
  516. msgstr "注册成功。"
  517. #. module: auth_signup
  518. #: model:mail.template,subject:auth_signup.mail_template_data_unregistered_users
  519. msgid "Reminder for unregistered users"
  520. msgstr "对未注册用户的提醒"
  521. #. module: auth_signup
  522. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  523. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  524. msgid "Reset Password"
  525. msgstr "重置密码"
  526. #. module: auth_signup
  527. #: model:ir.actions.server,name:auth_signup.action_send_password_reset_instructions
  528. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  529. msgid "Send Password Reset Instructions"
  530. msgstr "发送重置密码建议"
  531. #. module: auth_signup
  532. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  533. msgid "Send an Invitation Email"
  534. msgstr "发送邀请邮件"
  535. #. module: auth_signup
  536. #: model:mail.template,description:auth_signup.mail_template_data_unregistered_users
  537. msgid ""
  538. "Sent automatically to admin if new user haven't responded to the invitation"
  539. msgstr "如果新用户未响应邀请,则自动发送给管理员"
  540. #. module: auth_signup
  541. #: model:mail.template,description:auth_signup.set_password_email
  542. msgid "Sent to new user after you invited them"
  543. msgstr "邀请新用户后发送给他们"
  544. #. module: auth_signup
  545. #: model:mail.template,description:auth_signup.mail_template_user_signup_account_created
  546. msgid "Sent to portal user who registered themselves"
  547. msgstr "发送给自己注册的门户用户"
  548. #. module: auth_signup
  549. #: model:mail.template,description:auth_signup.reset_password_email
  550. msgid "Sent to user who requested a password reset"
  551. msgstr "发送给请求密码重置的用户"
  552. #. module: auth_signup
  553. #: model:mail.template,name:auth_signup.set_password_email
  554. msgid "Settings: New Portal Signup"
  555. msgstr "设置:新建门户注册"
  556. #. module: auth_signup
  557. #: model:mail.template,name:auth_signup.mail_template_user_signup_account_created
  558. msgid "Settings: New User Invite"
  559. msgstr "设置:新用户邀请"
  560. #. module: auth_signup
  561. #: model:mail.template,name:auth_signup.mail_template_data_unregistered_users
  562. msgid "Settings: Unregistered User Reminder"
  563. msgstr "设置:未注册用户提醒"
  564. #. module: auth_signup
  565. #: model:mail.template,name:auth_signup.reset_password_email
  566. msgid "Settings: User Reset Password"
  567. msgstr "设置:用户重置密码"
  568. #. module: auth_signup
  569. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  570. msgid "Sign up"
  571. msgstr "注册"
  572. #. module: auth_signup
  573. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_expiration
  574. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_expiration
  575. msgid "Signup Expiration"
  576. msgstr "注册到期"
  577. #. module: auth_signup
  578. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_token
  579. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_token
  580. msgid "Signup Token"
  581. msgstr "注册令牌 Token"
  582. #. module: auth_signup
  583. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_type
  584. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_type
  585. msgid "Signup Token Type"
  586. msgstr "注册令牌(Token)类型"
  587. #. module: auth_signup
  588. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_valid
  589. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_valid
  590. msgid "Signup Token is Valid"
  591. msgstr "注册令牌( Token )是有效的"
  592. #. module: auth_signup
  593. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_url
  594. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_url
  595. msgid "Signup URL"
  596. msgstr "注册网址"
  597. #. module: auth_signup
  598. #. odoo-python
  599. #: code:addons/auth_signup/models/res_users.py:0
  600. #, python-format
  601. msgid "Signup is not allowed for uninvited users"
  602. msgstr "不允许未经邀请的用户注册"
  603. #. module: auth_signup
  604. #. odoo-python
  605. #: code:addons/auth_signup/models/res_partner.py:0
  606. #, python-format
  607. msgid "Signup token '%s' is no longer valid"
  608. msgstr "注册令牌 '%s' 不再有效"
  609. #. module: auth_signup
  610. #. odoo-python
  611. #: code:addons/auth_signup/models/res_partner.py:0
  612. #, python-format
  613. msgid "Signup token '%s' is not valid"
  614. msgstr "注册令牌 '%s' 无效"
  615. #. module: auth_signup
  616. #. odoo-python
  617. #: code:addons/auth_signup/models/res_users.py:0
  618. #, python-format
  619. msgid "Signup: invalid template user"
  620. msgstr "登入: 无效模板用户"
  621. #. module: auth_signup
  622. #. odoo-python
  623. #: code:addons/auth_signup/models/res_users.py:0
  624. #, python-format
  625. msgid "Signup: no login given for new user"
  626. msgstr "注册:没有为新用户提供登录"
  627. #. module: auth_signup
  628. #. odoo-python
  629. #: code:addons/auth_signup/models/res_users.py:0
  630. #, python-format
  631. msgid "Signup: no name or partner given for new user"
  632. msgstr "注册:没有为新用户指定名称或合作伙伴"
  633. #. module: auth_signup
  634. #: model:ir.model.fields,field_description:auth_signup.field_res_users__state
  635. msgid "Status"
  636. msgstr "状态"
  637. #. module: auth_signup
  638. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_template_user_id
  639. msgid "Template user for new users created through signup"
  640. msgstr "用作通过注册创建的新用户的模版"
  641. #. module: auth_signup
  642. #. odoo-python
  643. #: code:addons/auth_signup/controllers/main.py:0
  644. #, python-format
  645. msgid "The form was not properly filled in."
  646. msgstr "未正确填写表格。"
  647. #. module: auth_signup
  648. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  649. msgid ""
  650. "To send invitations in B2B mode, open a contact or select several ones in "
  651. "list view and click on 'Portal Access Management' option in the dropdown "
  652. "menu *Action*."
  653. msgstr "要在B2B模式下发送邀请,请在列表视图中打开联系人或选择多个联系人,然后单击下拉菜单中的“门户访问管理”选项*操作。"
  654. #. module: auth_signup
  655. #: model:ir.model,name:auth_signup.model_res_users
  656. msgid "User"
  657. msgstr "用户"
  658. #. module: auth_signup
  659. #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server
  660. #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
  661. msgid "Users: Notify About Unregistered Users"
  662. msgstr "用户:有关未注册用户的通知"
  663. #. module: auth_signup
  664. #: model:mail.template,subject:auth_signup.mail_template_user_signup_account_created
  665. msgid "Welcome to {{ object.company_id.name }}!"
  666. msgstr "欢迎来到{{ object.company_id.name }}!"
  667. #. module: auth_signup
  668. #. odoo-python
  669. #: code:addons/auth_signup/models/res_users.py:0
  670. #, python-format
  671. msgid "You cannot perform this action on an archived user."
  672. msgstr "不能对存档用户执行此操作。"
  673. #. module: auth_signup
  674. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  675. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  676. msgid "Your Email"
  677. msgstr "您的电子邮件"
  678. #. module: auth_signup
  679. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  680. msgid "Your Name"
  681. msgstr "您的姓名"
  682. #. module: auth_signup
  683. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  684. msgid "e.g. John Doe"
  685. msgstr "例如:张三"
  686. #. module: auth_signup
  687. #: model:mail.template,subject:auth_signup.set_password_email
  688. msgid ""
  689. "{{ object.create_uid.name }} from {{ object.company_id.name }} invites you "
  690. "to connect to Odoo"
  691. msgstr "{{ object.create_uid.name }}来自{{ object.company_id.name }}邀请您连接到Odoo。"