You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

155 lines
4.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_brute_force
  4. #
  5. # Translators:
  6. # Antonio Trueba, 2016
  7. # Eduardo Rodríguez Crespo <erocre@gmail.com>, 2016
  8. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  9. # Hotellook, 2014
  10. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  11. # Paulo Ricardo <ti@shoppingescritorio.com.br>, 2016
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: server-tools (8.0)\n"
  15. "Report-Msgid-Bugs-To: \n"
  16. "POT-Creation-Date: 2016-05-12 14:33+0000\n"
  17. "PO-Revision-Date: 2016-05-11 16:47+0000\n"
  18. "Last-Translator: Paulo Ricardo <ti@shoppingescritorio.com.br>\n"
  19. "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pt_BR/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: \n"
  23. "Language: pt_BR\n"
  24. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  25. #. module: auth_brute_force
  26. #: field:res.banned.remote,active:0
  27. msgid "Active"
  28. msgstr "Ativo"
  29. #. module: auth_brute_force
  30. #: field:res.authentication.attempt,attempt_date:0
  31. msgid "Attempt Date"
  32. msgstr "Data da tentativa"
  33. #. module: auth_brute_force
  34. #: field:res.banned.remote,attempt_ids:0
  35. msgid "Attempts"
  36. msgstr "Tentativas"
  37. #. module: auth_brute_force
  38. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  39. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  40. msgid "Authentication Attempts"
  41. msgstr "Tentativas de autenticação"
  42. #. module: auth_brute_force
  43. #: field:res.authentication.attempt,result:0
  44. msgid "Authentication Result"
  45. msgstr "Resultado da autenticação"
  46. #. module: auth_brute_force
  47. #: field:res.banned.remote,ban_date:0
  48. msgid "Ban Date"
  49. msgstr "Proibido Data"
  50. #. module: auth_brute_force
  51. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  52. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  53. #: selection:res.authentication.attempt,result:0
  54. #, python-format
  55. msgid "Banned"
  56. msgstr "Proibido"
  57. #. module: auth_brute_force
  58. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  59. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  60. msgid "Banned Remotes"
  61. msgstr "Remotos proibidos"
  62. #. module: auth_brute_force
  63. #: field:res.authentication.attempt,create_uid:0
  64. #: field:res.banned.remote,create_uid:0
  65. msgid "Created by"
  66. msgstr "Criado por"
  67. #. module: auth_brute_force
  68. #: field:res.authentication.attempt,create_date:0
  69. #: field:res.banned.remote,create_date:0
  70. msgid "Created on"
  71. msgstr "Criado em"
  72. #. module: auth_brute_force
  73. #: field:res.banned.remote,description:0
  74. msgid "Description"
  75. msgstr "Descrição"
  76. #. module: auth_brute_force
  77. #: field:res.authentication.attempt,display_name:0
  78. #: field:res.banned.remote,display_name:0
  79. msgid "Display Name"
  80. msgstr "Nome para Mostrar"
  81. #. module: auth_brute_force
  82. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  83. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  84. #: selection:res.authentication.attempt,result:0
  85. #, python-format
  86. msgid "Failed"
  87. msgstr "Falhou"
  88. #. module: auth_brute_force
  89. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  90. msgid "ID"
  91. msgstr "Identificação"
  92. #. module: auth_brute_force
  93. #: field:res.authentication.attempt,__last_update:0
  94. #: field:res.banned.remote,__last_update:0
  95. msgid "Last Modified on"
  96. msgstr "Última atualização em"
  97. #. module: auth_brute_force
  98. #: field:res.authentication.attempt,write_uid:0
  99. #: field:res.banned.remote,write_uid:0
  100. msgid "Last Updated by"
  101. msgstr "Última atualização por"
  102. #. module: auth_brute_force
  103. #: field:res.authentication.attempt,write_date:0
  104. #: field:res.banned.remote,write_date:0
  105. msgid "Last Updated on"
  106. msgstr "Última atualização em"
  107. #. module: auth_brute_force
  108. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  109. msgid "Remote ID"
  110. msgstr "Identificação Remota"
  111. #. module: auth_brute_force
  112. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  113. msgid "Successful"
  114. msgstr "Sucesso"
  115. #. module: auth_brute_force
  116. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  117. #: selection:res.authentication.attempt,result:0
  118. #, python-format
  119. msgid "Successfull"
  120. msgstr "Sucesso"
  121. #. module: auth_brute_force
  122. #: field:res.authentication.attempt,login:0
  123. msgid "Tried Login"
  124. msgstr "Tentativa de Login"
  125. #. module: auth_brute_force
  126. #: help:res.banned.remote,active:0
  127. msgid "Uncheck this box to unban the remote"
  128. msgstr "Desmarque esta caixa para desbloquear o remoto"
  129. #. module: auth_brute_force
  130. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  131. msgid "Without Success"
  132. msgstr "Sem Sucesso"