ru.po 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_signup
  4. #
  5. # Translators:
  6. # Sergo S, 2022
  7. # Vasiliy Korobatov <korobatov@gmail.com>, 2022
  8. # Irina Fedulova <istartlin@gmail.com>, 2022
  9. # Ivan Kropotkin <yelizariev@itpp.dev>, 2022
  10. # Oleg Kuryan <oleg@ventor.tech>, 2022
  11. # ILMIR <karamov@it-projects.info>, 2022
  12. # Martin Trigaux, 2022
  13. # Сергей Шебанин <sergey@shebanin.ru>, 2022
  14. # Sergey Vernyayev, 2023
  15. #
  16. msgid ""
  17. msgstr ""
  18. "Project-Id-Version: Odoo Server 16.0\n"
  19. "Report-Msgid-Bugs-To: \n"
  20. "POT-Creation-Date: 2023-05-23 08:23+0000\n"
  21. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  22. "Last-Translator: Sergey Vernyayev, 2023\n"
  23. "Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
  24. "MIME-Version: 1.0\n"
  25. "Content-Type: text/plain; charset=UTF-8\n"
  26. "Content-Transfer-Encoding: \n"
  27. "Language: ru\n"
  28. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
  29. #. module: auth_signup
  30. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  31. msgid ""
  32. "<strong>A password reset has been requested for this user. An email "
  33. "containing the following link has been sent:</strong>"
  34. msgstr ""
  35. "<strong>Пользователь запросил сброс пароля. Отправлено письмо, содержащее "
  36. "следующую ссылку:</strong>"
  37. #. module: auth_signup
  38. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  39. msgid ""
  40. "<strong>An invitation email containing the following subscription link has "
  41. "been sent:</strong>"
  42. msgstr ""
  43. "<strong>Отправлено электронное письмо, содержащее следующую ссылку с "
  44. "подпиской:</strong>"
  45. #. module: auth_signup
  46. #: model:mail.template,body_html:auth_signup.mail_template_data_unregistered_users
  47. msgid ""
  48. "<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"
  49. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  50. "<tbody>\n"
  51. " <!-- CONTENT -->\n"
  52. " <tr>\n"
  53. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  54. " <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"
  55. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  56. " <td style=\"text-align : left\">\n"
  57. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  58. " Pending Invitations\n"
  59. " </span><br><br>\n"
  60. " </td>\n"
  61. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  62. " <div>\n"
  63. " Dear <t t-out=\"object.name or ''\">Mitchell Admin</t>,<br> <br>\n"
  64. " You added the following user(s) to your database but they haven't registered yet:\n"
  65. " <ul>\n"
  66. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  67. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  68. " </t>\n"
  69. " </ul>\n"
  70. " Follow up with them so they can access your database and start working with you.\n"
  71. " <br><br>\n"
  72. " Have a nice day!<br>\n"
  73. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  74. " </div>\n"
  75. " </td></tr>\n"
  76. " <tr><td style=\"text-align:center;\">\n"
  77. " <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"
  78. " </td></tr>\n"
  79. " </table>\n"
  80. " </td>\n"
  81. " </tr>\n"
  82. "</tbody>\n"
  83. "</table>\n"
  84. "</td></tr>\n"
  85. "</table>\n"
  86. " "
  87. msgstr ""
  88. "<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"
  89. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  90. "<tbody>\n"
  91. " <!-- CONTENT -->\n"
  92. " <tr>\n"
  93. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  94. " <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"
  95. " <t t-set=\"invited_users\" t-value=\"ctx.get('invited_users', [])\"></t>\n"
  96. " <td style=\"text-align : left\">\n"
  97. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  98. " Приглашения в ожидании ответа\n"
  99. " </span><br><br>\n"
  100. " </td>\n"
  101. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  102. " <div>\n"
  103. " Уважаемый <t t-out=\"object.name or ''\">Иван Кузнецов</t>,<br> <br>\n"
  104. " Вы добавили следующего (их) пользователя (ей) в вашу базу данных, но они еще не зарегистрировались:\n"
  105. " <ul>\n"
  106. " <t t-foreach=\"invited_users\" t-as=\"invited_user\">\n"
  107. " <li t-out=\"invited_user or ''\">demo@example.com</li>\n"
  108. " </t>\n"
  109. " </ul>\n"
  110. " Свяжитесь с ними, чтобы они подключились к базе данных и могли начать работать с вами.\n"
  111. " <br><br>\n"
  112. " Доброго дня!<br>\n"
  113. " --<br>Команда <t t-out=\"object.company_id.name or ''\">YourCompany</t> \n"
  114. " </div>\n"
  115. " </td></tr>\n"
  116. " <tr><td style=\"text-align:center;\">\n"
  117. " <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"
  118. " </td></tr>\n"
  119. " </table>\n"
  120. " </td>\n"
  121. " </tr>\n"
  122. "</tbody>\n"
  123. "</table>\n"
  124. "</td></tr>\n"
  125. "</table>\n"
  126. " "
  127. #. module: auth_signup
  128. #: model:mail.template,body_html:auth_signup.set_password_email
  129. msgid ""
  130. "<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"
  131. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  132. "<tbody>\n"
  133. " <!-- HEADER -->\n"
  134. " <tr>\n"
  135. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  136. " <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"
  137. " <tr><td valign=\"middle\">\n"
  138. " <span style=\"font-size: 10px;\">Welcome to Odoo</span><br>\n"
  139. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  140. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  141. " </span>\n"
  142. " </td><td valign=\"middle\" align=\"right\">\n"
  143. " <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"
  144. " </td></tr>\n"
  145. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  146. " <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"
  147. " </td></tr>\n"
  148. " </table>\n"
  149. " </td>\n"
  150. " </tr>\n"
  151. " <!-- CONTENT -->\n"
  152. " <tr>\n"
  153. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  154. " <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"
  155. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  156. " <div>\n"
  157. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  158. " 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"
  159. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  160. " <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"
  161. " Accept invitation\n"
  162. " </a>\n"
  163. " </div>\n"
  164. " <t t-set=\"website_url\" t-value=\"object.get_base_url()\"></t>\n"
  165. " Your Odoo domain is: <b><a t-att-href=\"website_url\" t-out=\"website_url or ''\">http://yourcompany.odoo.com</a></b><br>\n"
  166. " 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"
  167. " 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"
  168. " <br><br>\n"
  169. " 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"
  170. " <br><br>\n"
  171. " Enjoy Odoo!<br>\n"
  172. " --<br>The <t t-out=\"object.company_id.name or ''\">YourCompany</t> Team\n"
  173. " </div>\n"
  174. " </td></tr>\n"
  175. " <tr><td style=\"text-align:center;\">\n"
  176. " <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"
  177. " </td></tr>\n"
  178. " </table>\n"
  179. " </td>\n"
  180. " </tr>\n"
  181. " <!-- FOOTER -->\n"
  182. " <tr>\n"
  183. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  184. " <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"
  185. " <tr><td valign=\"middle\" align=\"left\">\n"
  186. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  187. " </td></tr>\n"
  188. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  189. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  190. " <t t-if=\"object.company_id.email\">\n"
  191. " | <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"
  192. " </t>\n"
  193. " <t t-if=\"object.company_id.website\">\n"
  194. " | <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"
  195. " </t>\n"
  196. " </td></tr>\n"
  197. " </table>\n"
  198. " </td>\n"
  199. " </tr>\n"
  200. "</tbody>\n"
  201. "</table>\n"
  202. "</td></tr>\n"
  203. "<!-- POWERED BY -->\n"
  204. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  205. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  206. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  207. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  208. " </td></tr>\n"
  209. " </table>\n"
  210. "</td></tr>\n"
  211. "</table>"
  212. msgstr ""
  213. #. module: auth_signup
  214. #: model:mail.template,body_html:auth_signup.reset_password_email
  215. msgid ""
  216. "<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"
  217. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  218. "<tbody>\n"
  219. " <!-- HEADER -->\n"
  220. " <tr>\n"
  221. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  222. " <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"
  223. " <tr><td valign=\"middle\">\n"
  224. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  225. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  226. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  227. " </span>\n"
  228. " </td><td valign=\"middle\" align=\"right\">\n"
  229. " <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"
  230. " </td></tr>\n"
  231. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  232. " <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"
  233. " </td></tr>\n"
  234. " </table>\n"
  235. " </td>\n"
  236. " </tr>\n"
  237. " <!-- CONTENT -->\n"
  238. " <tr>\n"
  239. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  240. " <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"
  241. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  242. " <div>\n"
  243. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  244. " A password reset was requested for the Odoo account linked to this email.\n"
  245. " You may change your password by following this link which will remain valid during 24 hours:<br>\n"
  246. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  247. " <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"
  248. " Change password\n"
  249. " </a>\n"
  250. " </div>\n"
  251. " If you do not expect this, you can safely ignore this email.<br><br>\n"
  252. " Thanks,\n"
  253. " <t t-if=\"user.signature\">\n"
  254. " <br>\n"
  255. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  256. " </t>\n"
  257. " </div>\n"
  258. " </td></tr>\n"
  259. " <tr><td style=\"text-align:center;\">\n"
  260. " <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"
  261. " </td></tr>\n"
  262. " </table>\n"
  263. " </td>\n"
  264. " </tr>\n"
  265. " <!-- FOOTER -->\n"
  266. " <tr>\n"
  267. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  268. " <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"
  269. " <tr><td valign=\"middle\" align=\"left\">\n"
  270. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  271. " </td></tr>\n"
  272. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  273. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  274. "\n"
  275. " <t t-if=\"object.company_id.email\">\n"
  276. " | <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"
  277. " </t>\n"
  278. " <t t-if=\"object.company_id.website\">\n"
  279. " | <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"
  280. " </t>\n"
  281. " </td></tr>\n"
  282. " </table>\n"
  283. " </td>\n"
  284. " </tr>\n"
  285. "</tbody>\n"
  286. "</table>\n"
  287. "</td></tr>\n"
  288. "<!-- POWERED BY -->\n"
  289. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  290. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  291. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  292. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  293. " </td></tr>\n"
  294. " </table>\n"
  295. "</td></tr>\n"
  296. "</table>\n"
  297. " "
  298. msgstr ""
  299. #. module: auth_signup
  300. #: model:mail.template,body_html:auth_signup.mail_template_user_signup_account_created
  301. msgid ""
  302. "<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"
  303. "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: #FFFFFF; color: #454748; border-collapse:separate;\">\n"
  304. "<tbody>\n"
  305. " <!-- HEADER -->\n"
  306. " <tr>\n"
  307. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  308. " <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"
  309. " <tr><td valign=\"middle\">\n"
  310. " <span style=\"font-size: 10px;\">Your Account</span><br>\n"
  311. " <span style=\"font-size: 20px; font-weight: bold;\">\n"
  312. " <t t-out=\"object.name or ''\">Marc Demo</t>\n"
  313. " </span>\n"
  314. " </td><td valign=\"middle\" align=\"right\">\n"
  315. " <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"
  316. " </td></tr>\n"
  317. " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
  318. " <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"
  319. " </td></tr>\n"
  320. " </table>\n"
  321. " </td>\n"
  322. " </tr>\n"
  323. " <!-- CONTENT -->\n"
  324. " <tr>\n"
  325. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  326. " <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"
  327. " <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
  328. " <div>\n"
  329. " Dear <t t-out=\"object.name or ''\">Marc Demo</t>,<br><br>\n"
  330. " Your account has been successfully created!<br>\n"
  331. " Your login is <strong><t t-out=\"object.email or ''\">mark.brown23@example.com</t></strong><br>\n"
  332. " To gain access to your account, you can use the following link:\n"
  333. " <div style=\"margin: 16px 0px 16px 0px;\">\n"
  334. " <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"
  335. " Go to My Account\n"
  336. " </a>\n"
  337. " </div>\n"
  338. " Thanks,<br>\n"
  339. " <t t-if=\"user.signature\">\n"
  340. " <br>\n"
  341. " <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
  342. " </t>\n"
  343. " </div>\n"
  344. " </td></tr>\n"
  345. " <tr><td style=\"text-align:center;\">\n"
  346. " <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"
  347. " </td></tr>\n"
  348. " </table>\n"
  349. " </td>\n"
  350. " </tr>\n"
  351. " <!-- FOOTER -->\n"
  352. " <tr>\n"
  353. " <td align=\"center\" style=\"min-width: 590px;\">\n"
  354. " <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"
  355. " <tr><td valign=\"middle\" align=\"left\">\n"
  356. " <t t-out=\"object.company_id.name or ''\">YourCompany</t>\n"
  357. " </td></tr>\n"
  358. " <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
  359. " <t t-out=\"object.company_id.phone or ''\">+1 650-123-4567</t>\n"
  360. " <t t-if=\"object.company_id.email\">\n"
  361. " | <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"
  362. " </t>\n"
  363. " <t t-if=\"object.company_id.website\">\n"
  364. " | <a t-attf-href=\"'%s' % {{ object.company_id.website }}\" style=\"text-decoration:none; color: #454748;\">\n"
  365. " <t t-out=\"object.company_id.website or ''\">http://www.example.com</t>\n"
  366. " </a>\n"
  367. " </t>\n"
  368. " </td></tr>\n"
  369. " </table>\n"
  370. " </td>\n"
  371. " </tr>\n"
  372. "</tbody>\n"
  373. "</table>\n"
  374. "</td></tr>\n"
  375. "<!-- POWERED BY -->\n"
  376. "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
  377. " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
  378. " <tr><td style=\"text-align: center; font-size: 13px;\">\n"
  379. " Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\" style=\"color: #875A7B;\">Odoo</a>\n"
  380. " </td></tr>\n"
  381. " </table>\n"
  382. "</td></tr>\n"
  383. "</table>"
  384. msgstr ""
  385. #. module: auth_signup
  386. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  387. msgid "Already have an account?"
  388. msgstr "Уже есть учетная запись?"
  389. #. module: auth_signup
  390. #. odoo-python
  391. #: code:addons/auth_signup/controllers/main.py:0
  392. #, python-format
  393. msgid "Another user is already registered using this email address."
  394. msgstr "Другой пользователь уже зарегистрирован под данным email адресом."
  395. #. module: auth_signup
  396. #. odoo-python
  397. #: code:addons/auth_signup/controllers/main.py:0
  398. #, python-format
  399. msgid "Authentication Failed."
  400. msgstr "Ошибка аутентификации."
  401. #. module: auth_signup
  402. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  403. msgid "Back to Login"
  404. msgstr "Войти"
  405. #. module: auth_signup
  406. #. odoo-python
  407. #: code:addons/auth_signup/models/res_users.py:0
  408. #, python-format
  409. msgid "Cannot send email: user %s has no email address."
  410. msgstr "Невозможно отправить email: пользователь %s не имеет адреса email."
  411. #. module: auth_signup
  412. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  413. msgid "Close"
  414. msgstr "Закрыть"
  415. #. module: auth_signup
  416. #: model:ir.model,name:auth_signup.model_res_config_settings
  417. msgid "Config Settings"
  418. msgstr "Конфигурационные настройки"
  419. #. module: auth_signup
  420. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  421. msgid "Confirm Password"
  422. msgstr "Подтвердите пароль"
  423. #. module: auth_signup
  424. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__active
  425. msgid "Confirmed"
  426. msgstr "Подтвержден"
  427. #. module: auth_signup
  428. #: model:ir.model,name:auth_signup.model_res_partner
  429. msgid "Contact"
  430. msgstr "Контакт"
  431. #. module: auth_signup
  432. #. odoo-python
  433. #: code:addons/auth_signup/controllers/main.py:0
  434. #, python-format
  435. msgid "Could not create a new account."
  436. msgstr "Невозможно создать новую учетную запись."
  437. #. module: auth_signup
  438. #. odoo-python
  439. #: code:addons/auth_signup/controllers/main.py:0
  440. #, python-format
  441. msgid "Could not reset your password"
  442. msgstr "Невозможно сбросить ваш пароль"
  443. #. module: auth_signup
  444. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_uninvited
  445. msgid "Customer Account"
  446. msgstr "Учетная запись клиента"
  447. #. module: auth_signup
  448. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  449. msgid "Default Access Rights"
  450. msgstr "Права доступа по умолчанию"
  451. #. module: auth_signup
  452. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  453. msgid "Don't have an account?"
  454. msgstr "Еще нет учетной записи?"
  455. #. module: auth_signup
  456. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_reset_password
  457. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  458. msgid "Enable password reset from Login page"
  459. msgstr "Включить сброс пароля со страницы входа"
  460. #. module: auth_signup
  461. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2c
  462. msgid "Free sign up"
  463. msgstr "Бесплатная регистрация"
  464. #. module: auth_signup
  465. #: model:ir.model,name:auth_signup.model_ir_http
  466. msgid "HTTP Routing"
  467. msgstr "Маршрутизация HTTP"
  468. #. module: auth_signup
  469. #. odoo-python
  470. #: code:addons/auth_signup/controllers/main.py:0
  471. #, python-format
  472. msgid "Invalid signup token"
  473. msgstr "Неверный токен регистрации"
  474. #. module: auth_signup
  475. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  476. msgid "Let your customers log in to see their documents"
  477. msgstr "Разрешите клиентам логиниться, чтобы видеть свои документы"
  478. #. module: auth_signup
  479. #: model:ir.model.fields.selection,name:auth_signup.selection__res_users__state__new
  480. msgid "Never Connected"
  481. msgstr "Никогда не подключался"
  482. #. module: auth_signup
  483. #. odoo-python
  484. #: code:addons/auth_signup/models/res_users.py:0
  485. #, python-format
  486. msgid "No account found for this login"
  487. msgstr ""
  488. #. module: auth_signup
  489. #. odoo-python
  490. #: code:addons/auth_signup/controllers/main.py:0
  491. #, python-format
  492. msgid "No login provided."
  493. msgstr "Не введен логин."
  494. #. module: auth_signup
  495. #: model:ir.model.fields.selection,name:auth_signup.selection__res_config_settings__auth_signup_uninvited__b2b
  496. msgid "On invitation"
  497. msgstr "По приглашению"
  498. #. module: auth_signup
  499. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  500. msgid "Password"
  501. msgstr "Пароль"
  502. #. module: auth_signup
  503. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  504. msgid "Password Reset"
  505. msgstr "Сброс пароля"
  506. #. module: auth_signup
  507. #: model:mail.template,subject:auth_signup.reset_password_email
  508. msgid "Password reset"
  509. msgstr "Сброс пароля"
  510. #. module: auth_signup
  511. #. odoo-python
  512. #: code:addons/auth_signup/controllers/main.py:0
  513. #, python-format
  514. msgid "Password reset instructions sent to your email"
  515. msgstr ""
  516. #. module: auth_signup
  517. #. odoo-python
  518. #: code:addons/auth_signup/controllers/main.py:0
  519. #, python-format
  520. msgid "Passwords do not match; please retype them."
  521. msgstr "Пароли не совпадают; пожалуйста, введите заново."
  522. #. module: auth_signup
  523. #: model_terms:ir.ui.view,arch_db:auth_signup.login_successful
  524. msgid "Registration successful."
  525. msgstr ""
  526. #. module: auth_signup
  527. #: model:mail.template,subject:auth_signup.mail_template_data_unregistered_users
  528. msgid "Reminder for unregistered users"
  529. msgstr "Напоминание для незарегистрированных пользователей"
  530. #. module: auth_signup
  531. #: model_terms:ir.ui.view,arch_db:auth_signup.login
  532. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  533. msgid "Reset Password"
  534. msgstr "Сброс пароля"
  535. #. module: auth_signup
  536. #: model:ir.actions.server,name:auth_signup.action_send_password_reset_instructions
  537. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  538. msgid "Send Password Reset Instructions"
  539. msgstr "Отправить инструкции по сбросу пароля"
  540. #. module: auth_signup
  541. #: model_terms:ir.ui.view,arch_db:auth_signup.res_users_view_form
  542. msgid "Send an Invitation Email"
  543. msgstr "Отправить Email с приглашением"
  544. #. module: auth_signup
  545. #: model:mail.template,description:auth_signup.mail_template_data_unregistered_users
  546. msgid ""
  547. "Sent automatically to admin if new user haven't responded to the invitation"
  548. msgstr ""
  549. #. module: auth_signup
  550. #: model:mail.template,description:auth_signup.set_password_email
  551. msgid "Sent to new user after you invited them"
  552. msgstr ""
  553. #. module: auth_signup
  554. #: model:mail.template,description:auth_signup.mail_template_user_signup_account_created
  555. msgid "Sent to portal user who registered themselves"
  556. msgstr ""
  557. #. module: auth_signup
  558. #: model:mail.template,description:auth_signup.reset_password_email
  559. msgid "Sent to user who requested a password reset"
  560. msgstr ""
  561. #. module: auth_signup
  562. #: model:mail.template,name:auth_signup.set_password_email
  563. msgid "Settings: New Portal Signup"
  564. msgstr ""
  565. #. module: auth_signup
  566. #: model:mail.template,name:auth_signup.mail_template_user_signup_account_created
  567. msgid "Settings: New User Invite"
  568. msgstr ""
  569. #. module: auth_signup
  570. #: model:mail.template,name:auth_signup.mail_template_data_unregistered_users
  571. msgid "Settings: Unregistered User Reminder"
  572. msgstr ""
  573. #. module: auth_signup
  574. #: model:mail.template,name:auth_signup.reset_password_email
  575. msgid "Settings: User Reset Password"
  576. msgstr ""
  577. #. module: auth_signup
  578. #: model_terms:ir.ui.view,arch_db:auth_signup.signup
  579. msgid "Sign up"
  580. msgstr "Регистрация"
  581. #. module: auth_signup
  582. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_expiration
  583. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_expiration
  584. msgid "Signup Expiration"
  585. msgstr "Истечение срока действия регистрации"
  586. #. module: auth_signup
  587. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_token
  588. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_token
  589. msgid "Signup Token"
  590. msgstr "Токен регистрации"
  591. #. module: auth_signup
  592. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_type
  593. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_type
  594. msgid "Signup Token Type"
  595. msgstr "Тип токена регистрации"
  596. #. module: auth_signup
  597. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_valid
  598. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_valid
  599. msgid "Signup Token is Valid"
  600. msgstr "Токен регистрации действителен"
  601. #. module: auth_signup
  602. #: model:ir.model.fields,field_description:auth_signup.field_res_partner__signup_url
  603. #: model:ir.model.fields,field_description:auth_signup.field_res_users__signup_url
  604. msgid "Signup URL"
  605. msgstr "URL регистрации"
  606. #. module: auth_signup
  607. #. odoo-python
  608. #: code:addons/auth_signup/models/res_users.py:0
  609. #, python-format
  610. msgid "Signup is not allowed for uninvited users"
  611. msgstr "Регистрация без приглашения запрещена"
  612. #. module: auth_signup
  613. #. odoo-python
  614. #: code:addons/auth_signup/models/res_partner.py:0
  615. #, python-format
  616. msgid "Signup token '%s' is no longer valid"
  617. msgstr "Срок действия кода '%s' уже истек"
  618. #. module: auth_signup
  619. #. odoo-python
  620. #: code:addons/auth_signup/models/res_partner.py:0
  621. #, python-format
  622. msgid "Signup token '%s' is not valid"
  623. msgstr "Неверный код регистрации '%s'"
  624. #. module: auth_signup
  625. #. odoo-python
  626. #: code:addons/auth_signup/models/res_users.py:0
  627. #, python-format
  628. msgid "Signup: invalid template user"
  629. msgstr "Регистрация: недействительный пользователь шаблона"
  630. #. module: auth_signup
  631. #. odoo-python
  632. #: code:addons/auth_signup/models/res_users.py:0
  633. #, python-format
  634. msgid "Signup: no login given for new user"
  635. msgstr "Регистрация: не введен логин для нового пользователя"
  636. #. module: auth_signup
  637. #. odoo-python
  638. #: code:addons/auth_signup/models/res_users.py:0
  639. #, python-format
  640. msgid "Signup: no name or partner given for new user"
  641. msgstr ""
  642. "Регистрация: для нового пользователя не указано имя или связанный партнер"
  643. #. module: auth_signup
  644. #: model:ir.model.fields,field_description:auth_signup.field_res_users__state
  645. msgid "Status"
  646. msgstr "Статус"
  647. #. module: auth_signup
  648. #: model:ir.model.fields,field_description:auth_signup.field_res_config_settings__auth_signup_template_user_id
  649. msgid "Template user for new users created through signup"
  650. msgstr "Шаблон новых пользователей, созданных в процессе регистрации"
  651. #. module: auth_signup
  652. #. odoo-python
  653. #: code:addons/auth_signup/controllers/main.py:0
  654. #, python-format
  655. msgid "The form was not properly filled in."
  656. msgstr "Форма была неверно заполнена."
  657. #. module: auth_signup
  658. #: model_terms:ir.ui.view,arch_db:auth_signup.res_config_settings_view_form
  659. msgid ""
  660. "To send invitations in B2B mode, open a contact or select several ones in "
  661. "list view and click on 'Portal Access Management' option in the dropdown "
  662. "menu *Action*."
  663. msgstr ""
  664. "Чтобы отправить приглашение в режиме B2B, откройте контакт или выберите "
  665. "несколько в списке и нажмите на 'Управление доступом к порталу' в выпадающем"
  666. " меню * Действие *."
  667. #. module: auth_signup
  668. #: model:ir.model,name:auth_signup.model_res_users
  669. msgid "User"
  670. msgstr "Пользователь"
  671. #. module: auth_signup
  672. #: model:ir.actions.server,name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder_ir_actions_server
  673. #: model:ir.cron,cron_name:auth_signup.ir_cron_auth_signup_send_pending_user_reminder
  674. msgid "Users: Notify About Unregistered Users"
  675. msgstr "Пользователи: уведомление о незарегистрированных пользователях"
  676. #. module: auth_signup
  677. #: model:mail.template,subject:auth_signup.mail_template_user_signup_account_created
  678. msgid "Welcome to {{ object.company_id.name }}!"
  679. msgstr ""
  680. #. module: auth_signup
  681. #. odoo-python
  682. #: code:addons/auth_signup/models/res_users.py:0
  683. #, python-format
  684. msgid "You cannot perform this action on an archived user."
  685. msgstr "Вы не можете выполнить это действие с заархивированным пользователем."
  686. #. module: auth_signup
  687. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  688. #: model_terms:ir.ui.view,arch_db:auth_signup.reset_password
  689. msgid "Your Email"
  690. msgstr "Ваш электронный адрес"
  691. #. module: auth_signup
  692. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  693. msgid "Your Name"
  694. msgstr "Ваше имя"
  695. #. module: auth_signup
  696. #: model_terms:ir.ui.view,arch_db:auth_signup.fields
  697. msgid "e.g. John Doe"
  698. msgstr "например, Петр Петров"
  699. #. module: auth_signup
  700. #: model:mail.template,subject:auth_signup.set_password_email
  701. msgid ""
  702. "{{ object.create_uid.name }} from {{ object.company_id.name }} invites you "
  703. "to connect to Odoo"
  704. msgstr ""