cs.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_totp
  4. #
  5. # Translators:
  6. # Damian Brencic <brencicdamian12313@gmail.com>, 2022
  7. # Jan Horzinka <jan.horzinka@centrum.cz>, 2022
  8. # Martin Trigaux, 2022
  9. # Jiří Podhorecký, 2022
  10. # karolína schusterová <karolina.schusterova@vdp.sk>, 2022
  11. # Aleš Fiala <f.ales1@seznam.cz>, 2023
  12. # Ivana Bartonkova, 2023
  13. #
  14. msgid ""
  15. msgstr ""
  16. "Project-Id-Version: Odoo Server 16.0beta\n"
  17. "Report-Msgid-Bugs-To: \n"
  18. "POT-Creation-Date: 2022-10-10 10:22+0000\n"
  19. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  20. "Last-Translator: Ivana Bartonkova, 2023\n"
  21. "Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
  22. "MIME-Version: 1.0\n"
  23. "Content-Type: text/plain; charset=UTF-8\n"
  24. "Content-Transfer-Encoding: \n"
  25. "Language: cs\n"
  26. "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
  27. #. module: auth_totp
  28. #: code:addons/auth_totp/controllers/home.py:0
  29. #, python-format
  30. msgid "%(browser)s on %(platform)s"
  31. msgstr "%(browser)s na %(platform)s"
  32. #. module: auth_totp
  33. #: model:ir.model,name:auth_totp.model_auth_totp_wizard
  34. msgid "2-Factor Setup Wizard"
  35. msgstr "Průvodce nastavením dvoufaktorového ověření"
  36. #. module: auth_totp
  37. #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
  38. #, python-format
  39. msgid "2-Factor authentication is now enabled."
  40. msgstr ""
  41. #. module: auth_totp
  42. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  43. msgid ""
  44. "<i title=\"Documentation\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
  45. " Learn More"
  46. msgstr ""
  47. #. module: auth_totp
  48. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  49. msgid ""
  50. "<i title=\"Documentation\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
  51. " Learn More"
  52. msgstr ""
  53. #. module: auth_totp
  54. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  55. msgid ""
  56. "<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
  57. "muted\">This account is protected!</span>"
  58. msgstr ""
  59. #. module: auth_totp
  60. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  61. msgid ""
  62. "<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
  63. "muted\">Your account is protected!</span>"
  64. msgstr ""
  65. #. module: auth_totp
  66. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  67. msgid ""
  68. "<span class=\"d-md-none d-block\">Or install an authenticator app</span>\n"
  69. " <span class=\"d-none d-md-block\">Install an authenticator app on your mobile device</span>"
  70. msgstr ""
  71. #. module: auth_totp
  72. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  73. msgid ""
  74. "<span class=\"d-none d-md-block\">When requested to do so, scan the barcode below</span>\n"
  75. " <span class=\"d-block d-md-none\">When requested to do so, copy the key below</span>"
  76. msgstr ""
  77. #. module: auth_totp
  78. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  79. msgid ""
  80. "<span class=\"text-muted\">Popular ones include Authy, Google Authenticator "
  81. "or the Microsoft Authenticator.</span>"
  82. msgstr ""
  83. #. module: auth_totp
  84. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  85. msgid "Account Security"
  86. msgstr "Zabezpečení účtu"
  87. #. module: auth_totp
  88. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  89. msgid "Activate"
  90. msgstr "aktivovat"
  91. #. module: auth_totp
  92. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  93. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  94. msgid "Added On"
  95. msgstr "Přidáno na"
  96. #. module: auth_totp
  97. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  98. msgid ""
  99. "Are you sure? The user may be asked to enter two-factor codes again on those"
  100. " devices"
  101. msgstr ""
  102. #. module: auth_totp
  103. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  104. msgid ""
  105. "Are you sure? You may be asked to enter two-factor codes again on those "
  106. "devices"
  107. msgstr ""
  108. #. module: auth_totp
  109. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  110. msgid "Authentication Code"
  111. msgstr ""
  112. #. module: auth_totp
  113. #: model:ir.model,name:auth_totp.model_auth_totp_device
  114. msgid "Authentication Device"
  115. msgstr "Autorizační zařízení"
  116. #. module: auth_totp
  117. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  118. msgid "Authenticator App Setup"
  119. msgstr ""
  120. #. module: auth_totp
  121. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  122. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  123. msgid "Cancel"
  124. msgstr "Zrušit"
  125. #. module: auth_totp
  126. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  127. msgid "Cannot scan it?"
  128. msgstr ""
  129. #. module: auth_totp
  130. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  131. msgid "Click on this link to open your authenticator app"
  132. msgstr ""
  133. #. module: auth_totp
  134. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_uid
  135. msgid "Created by"
  136. msgstr "Vytvořeno od"
  137. #. module: auth_totp
  138. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_date
  139. msgid "Created on"
  140. msgstr "Vytvořeno"
  141. #. module: auth_totp
  142. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__create_date
  143. msgid "Creation Date"
  144. msgstr "Datum vytvoření"
  145. #. module: auth_totp
  146. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__name
  147. msgid "Description"
  148. msgstr "Popis"
  149. #. module: auth_totp
  150. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  151. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  152. msgid "Device"
  153. msgstr "Zařízení"
  154. #. module: auth_totp
  155. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  156. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  157. msgid "Disable 2FA"
  158. msgstr ""
  159. #. module: auth_totp
  160. #: model:ir.actions.server,name:auth_totp.action_disable_totp
  161. msgid "Disable two-factor authentication"
  162. msgstr ""
  163. #. module: auth_totp
  164. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__display_name
  165. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__display_name
  166. msgid "Display Name"
  167. msgstr "Zobrazované jméno"
  168. #. module: auth_totp
  169. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  170. msgid "Don't ask again on this device"
  171. msgstr ""
  172. #. module: auth_totp
  173. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  174. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  175. msgid "Enable 2FA"
  176. msgstr ""
  177. #. module: auth_totp
  178. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  179. msgid "Enter your six-digit code below"
  180. msgstr ""
  181. #. module: auth_totp
  182. #: model:ir.model,name:auth_totp.model_ir_http
  183. msgid "HTTP Routing"
  184. msgstr "HTTP Routing"
  185. #. module: auth_totp
  186. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__id
  187. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__id
  188. msgid "ID"
  189. msgstr "ID"
  190. #. module: auth_totp
  191. #: code:addons/auth_totp/controllers/home.py:0
  192. #, python-format
  193. msgid "Invalid authentication code format."
  194. msgstr "Neplatný formát ověřovacího kódu."
  195. #. module: auth_totp
  196. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device____last_update
  197. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard____last_update
  198. msgid "Last Modified on"
  199. msgstr "Naposled změněno"
  200. #. module: auth_totp
  201. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_uid
  202. msgid "Last Updated by"
  203. msgstr "Naposledy upraveno od"
  204. #. module: auth_totp
  205. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_date
  206. msgid "Last Updated on"
  207. msgstr "Naposled upraveno"
  208. #. module: auth_totp
  209. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  210. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  211. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  212. msgid "Learn More"
  213. msgstr "Další informace"
  214. #. module: auth_totp
  215. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  216. msgid "Log in"
  217. msgstr "Přihlásit se"
  218. #. module: auth_totp
  219. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  220. msgid "Look for an \"Add an account\" button"
  221. msgstr ""
  222. #. module: auth_totp
  223. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  224. msgid "On Apple Store"
  225. msgstr "V Apple Store"
  226. #. module: auth_totp
  227. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  228. msgid "On Google Play"
  229. msgstr "Na Google Play"
  230. #. module: auth_totp
  231. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__qrcode
  232. msgid "Qrcode"
  233. msgstr "QR kód"
  234. #. module: auth_totp
  235. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  236. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  237. msgid "Revoke"
  238. msgstr "Zrušit"
  239. #. module: auth_totp
  240. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  241. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  242. msgid "Revoke All"
  243. msgstr "Odvolat vše"
  244. #. module: auth_totp
  245. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__scope
  246. msgid "Scope"
  247. msgstr "Rozsah"
  248. #. module: auth_totp
  249. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__secret
  250. msgid "Secret"
  251. msgstr "Tajný"
  252. #. module: auth_totp
  253. #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
  254. #, python-format
  255. msgid "The verification code should only contain numbers"
  256. msgstr "Ověřovací kód by měl obsahovat pouze čísla"
  257. #. module: auth_totp
  258. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  259. msgid ""
  260. "To login, enter below the six-digit authentication code provided by your Authenticator app.\n"
  261. " <br/>"
  262. msgstr ""
  263. #. module: auth_totp
  264. #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_secret
  265. msgid "Totp Secret"
  266. msgstr "tajemství totp"
  267. #. module: auth_totp
  268. #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_trusted_device_ids
  269. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  270. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  271. msgid "Trusted Devices"
  272. msgstr "Důvěryhodná zařízení"
  273. #. module: auth_totp
  274. #: code:addons/auth_totp/models/res_users.py:0
  275. #, python-format
  276. msgid "Two-Factor Authentication Activation"
  277. msgstr ""
  278. #. module: auth_totp
  279. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  280. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  281. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  282. msgid "Two-factor Authentication"
  283. msgstr "Dvoufaktorové ověřování"
  284. #. module: auth_totp
  285. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  286. msgid ""
  287. "Two-factor Authentication (\"2FA\") is a system of double authentication.\n"
  288. " The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n"
  289. " Popular ones include Authy, Google Authenticator or the Microsoft Authenticator."
  290. msgstr ""
  291. #. module: auth_totp
  292. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  293. msgid ""
  294. "Two-factor Authentication (\"2FA\") is a system of double authentication.\n"
  295. " The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n"
  296. " Popular ones include Authy, Google Authenticator or the Microsoft Authenticator."
  297. msgstr ""
  298. #. module: auth_totp
  299. #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_enabled
  300. msgid "Two-factor authentication"
  301. msgstr "Dvoufaktorové ověřování"
  302. #. module: auth_totp
  303. #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search
  304. msgid "Two-factor authentication Disabled"
  305. msgstr ""
  306. #. module: auth_totp
  307. #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search
  308. msgid "Two-factor authentication Enabled"
  309. msgstr ""
  310. #. module: auth_totp
  311. #: code:addons/auth_totp/models/res_users.py:0
  312. #, python-format
  313. msgid "Two-factor authentication already enabled"
  314. msgstr "Dvoufaktorové ověřování je již povoleno"
  315. #. module: auth_totp
  316. #: code:addons/auth_totp/models/res_users.py:0
  317. #, python-format
  318. msgid "Two-factor authentication can only be enabled for yourself"
  319. msgstr "Dvoufaktorové ověřování lze povolit pouze pro sebe"
  320. #. module: auth_totp
  321. #: code:addons/auth_totp/models/res_users.py:0
  322. #, python-format
  323. msgid "Two-factor authentication disabled for the following user(s): %s"
  324. msgstr ""
  325. #. module: auth_totp
  326. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__url
  327. msgid "Url"
  328. msgstr "Url"
  329. #. module: auth_totp
  330. #: model:ir.model,name:auth_totp.model_res_users
  331. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__user_id
  332. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__user_id
  333. msgid "User"
  334. msgstr "Uživatel"
  335. #. module: auth_totp
  336. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__code
  337. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  338. msgid "Verification Code"
  339. msgstr "Ověřovací kód"
  340. #. module: auth_totp
  341. #: code:addons/auth_totp/models/res_users.py:0
  342. #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
  343. #, python-format
  344. msgid "Verification failed, please double-check the 6-digit code"
  345. msgstr "Ověření se nezdařilo, zkontrolujte prosím šestimístný kód"
  346. #. module: auth_totp
  347. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  348. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  349. msgid "e.g. 123456"
  350. msgstr "např. 123456"