az.po 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_totp
  4. #
  5. # Translators:
  6. # Jumshud Sultanov <cumshud@gmail.com>, 2022
  7. # erpgo translator <jumshud@erpgo.az>, 2022
  8. #
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server 16.0beta\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2022-10-10 10:22+0000\n"
  14. "PO-Revision-Date: 2022-09-22 05:45+0000\n"
  15. "Last-Translator: erpgo translator <jumshud@erpgo.az>, 2022\n"
  16. "Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: az\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #. module: auth_totp
  23. #: code:addons/auth_totp/controllers/home.py:0
  24. #, python-format
  25. msgid "%(browser)s on %(platform)s"
  26. msgstr ""
  27. #. module: auth_totp
  28. #: model:ir.model,name:auth_totp.model_auth_totp_wizard
  29. msgid "2-Factor Setup Wizard"
  30. msgstr ""
  31. #. module: auth_totp
  32. #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
  33. #, python-format
  34. msgid "2-Factor authentication is now enabled."
  35. msgstr ""
  36. #. module: auth_totp
  37. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  38. msgid ""
  39. "<i title=\"Documentation\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
  40. " Learn More"
  41. msgstr ""
  42. #. module: auth_totp
  43. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  44. msgid ""
  45. "<i title=\"Documentation\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
  46. " Learn More"
  47. msgstr ""
  48. #. module: auth_totp
  49. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  50. msgid ""
  51. "<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
  52. "muted\">This account is protected!</span>"
  53. msgstr ""
  54. #. module: auth_totp
  55. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  56. msgid ""
  57. "<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
  58. "muted\">Your account is protected!</span>"
  59. msgstr ""
  60. #. module: auth_totp
  61. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  62. msgid ""
  63. "<span class=\"d-md-none d-block\">Or install an authenticator app</span>\n"
  64. " <span class=\"d-none d-md-block\">Install an authenticator app on your mobile device</span>"
  65. msgstr ""
  66. #. module: auth_totp
  67. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  68. msgid ""
  69. "<span class=\"d-none d-md-block\">When requested to do so, scan the barcode below</span>\n"
  70. " <span class=\"d-block d-md-none\">When requested to do so, copy the key below</span>"
  71. msgstr ""
  72. #. module: auth_totp
  73. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  74. msgid ""
  75. "<span class=\"text-muted\">Popular ones include Authy, Google Authenticator "
  76. "or the Microsoft Authenticator.</span>"
  77. msgstr ""
  78. #. module: auth_totp
  79. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  80. msgid "Account Security"
  81. msgstr ""
  82. #. module: auth_totp
  83. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  84. msgid "Activate"
  85. msgstr "Aktivləşdir"
  86. #. module: auth_totp
  87. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  88. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  89. msgid "Added On"
  90. msgstr ""
  91. #. module: auth_totp
  92. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  93. msgid ""
  94. "Are you sure? The user may be asked to enter two-factor codes again on those"
  95. " devices"
  96. msgstr ""
  97. #. module: auth_totp
  98. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  99. msgid ""
  100. "Are you sure? You may be asked to enter two-factor codes again on those "
  101. "devices"
  102. msgstr ""
  103. #. module: auth_totp
  104. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  105. msgid "Authentication Code"
  106. msgstr ""
  107. #. module: auth_totp
  108. #: model:ir.model,name:auth_totp.model_auth_totp_device
  109. msgid "Authentication Device"
  110. msgstr ""
  111. #. module: auth_totp
  112. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  113. msgid "Authenticator App Setup"
  114. msgstr ""
  115. #. module: auth_totp
  116. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  117. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  118. msgid "Cancel"
  119. msgstr "Ləğv edin"
  120. #. module: auth_totp
  121. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  122. msgid "Cannot scan it?"
  123. msgstr ""
  124. #. module: auth_totp
  125. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  126. msgid "Click on this link to open your authenticator app"
  127. msgstr ""
  128. #. module: auth_totp
  129. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_uid
  130. msgid "Created by"
  131. msgstr "Tərəfindən yaradılıb"
  132. #. module: auth_totp
  133. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_date
  134. msgid "Created on"
  135. msgstr "Tarixdə yaradıldı"
  136. #. module: auth_totp
  137. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__create_date
  138. msgid "Creation Date"
  139. msgstr "Yaradılma Tarixi"
  140. #. module: auth_totp
  141. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__name
  142. msgid "Description"
  143. msgstr "Təsvir"
  144. #. module: auth_totp
  145. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  146. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  147. msgid "Device"
  148. msgstr ""
  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 "Disable 2FA"
  153. msgstr ""
  154. #. module: auth_totp
  155. #: model:ir.actions.server,name:auth_totp.action_disable_totp
  156. msgid "Disable two-factor authentication"
  157. msgstr ""
  158. #. module: auth_totp
  159. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__display_name
  160. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__display_name
  161. msgid "Display Name"
  162. msgstr "Ekran Adı"
  163. #. module: auth_totp
  164. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  165. msgid "Don't ask again on this device"
  166. msgstr ""
  167. #. module: auth_totp
  168. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  169. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  170. msgid "Enable 2FA"
  171. msgstr ""
  172. #. module: auth_totp
  173. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  174. msgid "Enter your six-digit code below"
  175. msgstr ""
  176. #. module: auth_totp
  177. #: model:ir.model,name:auth_totp.model_ir_http
  178. msgid "HTTP Routing"
  179. msgstr "HTTP Marşrutizasiyası"
  180. #. module: auth_totp
  181. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__id
  182. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__id
  183. msgid "ID"
  184. msgstr "ID"
  185. #. module: auth_totp
  186. #: code:addons/auth_totp/controllers/home.py:0
  187. #, python-format
  188. msgid "Invalid authentication code format."
  189. msgstr ""
  190. #. module: auth_totp
  191. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device____last_update
  192. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard____last_update
  193. msgid "Last Modified on"
  194. msgstr "Son Dəyişdirilmə tarixi"
  195. #. module: auth_totp
  196. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_uid
  197. msgid "Last Updated by"
  198. msgstr "Son Yeniləyən"
  199. #. module: auth_totp
  200. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_date
  201. msgid "Last Updated on"
  202. msgstr "Son Yenilənmə tarixi"
  203. #. module: auth_totp
  204. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  205. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  206. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  207. msgid "Learn More"
  208. msgstr "Daha çox Məlumat Əldə et"
  209. #. module: auth_totp
  210. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  211. msgid "Log in"
  212. msgstr "Daxil ol"
  213. #. module: auth_totp
  214. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  215. msgid "Look for an \"Add an account\" button"
  216. msgstr ""
  217. #. module: auth_totp
  218. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  219. msgid "On Apple Store"
  220. msgstr "Apple Store-da"
  221. #. module: auth_totp
  222. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  223. msgid "On Google Play"
  224. msgstr "Google Play-də"
  225. #. module: auth_totp
  226. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__qrcode
  227. msgid "Qrcode"
  228. msgstr ""
  229. #. module: auth_totp
  230. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  231. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  232. msgid "Revoke"
  233. msgstr ""
  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 All"
  238. msgstr ""
  239. #. module: auth_totp
  240. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__scope
  241. msgid "Scope"
  242. msgstr ""
  243. #. module: auth_totp
  244. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__secret
  245. msgid "Secret"
  246. msgstr ""
  247. #. module: auth_totp
  248. #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
  249. #, python-format
  250. msgid "The verification code should only contain numbers"
  251. msgstr ""
  252. #. module: auth_totp
  253. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  254. msgid ""
  255. "To login, enter below the six-digit authentication code provided by your Authenticator app.\n"
  256. " <br/>"
  257. msgstr ""
  258. #. module: auth_totp
  259. #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_secret
  260. msgid "Totp Secret"
  261. msgstr ""
  262. #. module: auth_totp
  263. #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_trusted_device_ids
  264. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  265. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  266. msgid "Trusted Devices"
  267. msgstr ""
  268. #. module: auth_totp
  269. #: code:addons/auth_totp/models/res_users.py:0
  270. #, python-format
  271. msgid "Two-Factor Authentication Activation"
  272. msgstr ""
  273. #. module: auth_totp
  274. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  275. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  276. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  277. msgid "Two-factor Authentication"
  278. msgstr "İki faktorlu doğrulama"
  279. #. module: auth_totp
  280. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
  281. msgid ""
  282. "Two-factor Authentication (\"2FA\") is a system of double authentication.\n"
  283. " The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n"
  284. " Popular ones include Authy, Google Authenticator or the Microsoft Authenticator."
  285. msgstr ""
  286. #. module: auth_totp
  287. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
  288. msgid ""
  289. "Two-factor Authentication (\"2FA\") is a system of double authentication.\n"
  290. " The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n"
  291. " Popular ones include Authy, Google Authenticator or the Microsoft Authenticator."
  292. msgstr ""
  293. #. module: auth_totp
  294. #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_enabled
  295. msgid "Two-factor authentication"
  296. msgstr "İki faktorlu doğrulama"
  297. #. module: auth_totp
  298. #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search
  299. msgid "Two-factor authentication Disabled"
  300. msgstr ""
  301. #. module: auth_totp
  302. #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search
  303. msgid "Two-factor authentication Enabled"
  304. msgstr ""
  305. #. module: auth_totp
  306. #: code:addons/auth_totp/models/res_users.py:0
  307. #, python-format
  308. msgid "Two-factor authentication already 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 can only be enabled for yourself"
  314. msgstr ""
  315. #. module: auth_totp
  316. #: code:addons/auth_totp/models/res_users.py:0
  317. #, python-format
  318. msgid "Two-factor authentication disabled for the following user(s): %s"
  319. msgstr ""
  320. #. module: auth_totp
  321. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__url
  322. msgid "Url"
  323. msgstr "URL"
  324. #. module: auth_totp
  325. #: model:ir.model,name:auth_totp.model_res_users
  326. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__user_id
  327. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__user_id
  328. msgid "User"
  329. msgstr "İstifadəçi"
  330. #. module: auth_totp
  331. #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__code
  332. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  333. msgid "Verification Code"
  334. msgstr ""
  335. #. module: auth_totp
  336. #: code:addons/auth_totp/models/res_users.py:0
  337. #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
  338. #, python-format
  339. msgid "Verification failed, please double-check the 6-digit code"
  340. msgstr ""
  341. #. module: auth_totp
  342. #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
  343. #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
  344. msgid "e.g. 123456"
  345. msgstr ""