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.

298 lines
9.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_exception
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-05-01 10:38+0000\n"
  12. "PO-Revision-Date: 2017-05-01 10:38+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/"
  15. "teams/23907/lt_LT/)\n"
  16. "Language: lt_LT\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
  21. "%100<10 || n%100>=20) ? 1 : 2);\n"
  22. #. module: base_exception
  23. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  24. msgid "<code>self</code>: Record on which the rule is evaluated."
  25. msgstr ""
  26. #. module: base_exception
  27. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  28. msgid "<code>time</code>: useful Python libraries"
  29. msgstr ""
  30. #. module: base_exception
  31. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  32. msgid "Active"
  33. msgstr ""
  34. #. module: base_exception
  35. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  36. msgid "Apply on"
  37. msgstr ""
  38. #. module: base_exception
  39. #: selection:exception.rule,exception_type:0
  40. msgid "By domain"
  41. msgstr ""
  42. #. module: base_exception
  43. #: selection:exception.rule,exception_type:0
  44. msgid "By method"
  45. msgstr ""
  46. #. module: base_exception
  47. #: selection:exception.rule,exception_type:0
  48. msgid "By python code"
  49. msgstr ""
  50. #. module: base_exception
  51. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  52. msgid ""
  53. "By python code: allow to define any arbitrary check\n"
  54. "By domain: limited to a selection by an odoo domain:\n"
  55. " performance can be better when exceptions are "
  56. "evaluated with several records"
  57. msgstr ""
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  60. msgid "Created by"
  61. msgstr "Sukūrė"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  64. msgid "Created on"
  65. msgstr "Sukurta"
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  68. msgid "Description"
  69. msgstr ""
  70. #. module: base_exception
  71. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  72. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  74. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  75. msgid "Display Name"
  76. msgstr ""
  77. #. module: base_exception
  78. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  79. msgid "Domain"
  80. msgstr ""
  81. #. module: base_exception
  82. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  83. msgid ""
  84. "Enter Python code here. Help about Python expression is available in the "
  85. "help tab of this document."
  86. msgstr ""
  87. #. module: base_exception
  88. #: code:addons/base_exception/models/base_exception.py:166
  89. #, python-format
  90. msgid ""
  91. "Error when evaluating the exception.rule rule:\n"
  92. " %s \n"
  93. "(%s)"
  94. msgstr ""
  95. #. module: base_exception
  96. #: model:ir.model,name:base_exception.model_base_exception
  97. msgid "Exception"
  98. msgstr ""
  99. #. module: base_exception
  100. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  101. msgid "Exception Name"
  102. msgstr ""
  103. #. module: base_exception
  104. #: model:ir.model,name:base_exception.model_exception_rule
  105. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  106. msgid "Exception Rule"
  107. msgstr ""
  108. #. module: base_exception
  109. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  110. msgid "Exception Rule Confirm Wizard"
  111. msgstr ""
  112. #. module: base_exception
  113. #: model:ir.model,name:base_exception.model_base_exception_method
  114. msgid "Exception Rule Methods"
  115. msgstr ""
  116. #. module: base_exception
  117. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  118. msgid "Exception Rule Setup"
  119. msgstr ""
  120. #. module: base_exception
  121. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  122. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  123. msgid "Exception Rules"
  124. msgstr ""
  125. #. module: base_exception
  126. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  127. msgid "Exception Type"
  128. msgstr ""
  129. #. module: base_exception
  130. #: model:res.groups,name:base_exception.group_exception_rule_manager
  131. msgid "Exception manager"
  132. msgstr ""
  133. #. module: base_exception
  134. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  135. msgid "Exceptions"
  136. msgstr ""
  137. #. module: base_exception
  138. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  139. msgid "Exceptions Rules"
  140. msgstr ""
  141. #. module: base_exception
  142. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  143. msgid "Exceptions Summary"
  144. msgstr ""
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  147. msgid "Exceptions to resolve"
  148. msgstr ""
  149. #. module: base_exception
  150. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  151. msgid "Gives the sequence order when applying the test"
  152. msgstr ""
  153. #. module: base_exception
  154. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  155. msgid "Help"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  159. msgid "Help with Python expressions"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  163. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  164. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  165. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  166. msgid "ID"
  167. msgstr "ID"
  168. #. module: base_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  170. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  171. msgid "Ignore Exceptions"
  172. msgstr ""
  173. #. module: base_exception
  174. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  175. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  176. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  177. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  178. msgid "Last Modified on"
  179. msgstr ""
  180. #. module: base_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  182. msgid "Last Updated by"
  183. msgstr "Paskutinį kartą atnaujino"
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  186. msgid "Last Updated on"
  187. msgstr "Paskutinį kartą atnaujinta"
  188. #. module: base_exception
  189. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  190. msgid "Main Exception"
  191. msgstr ""
  192. #. module: base_exception
  193. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
  194. msgid "Method"
  195. msgstr ""
  196. #. module: base_exception
  197. #: code:addons/base_exception/wizard/base_exception_confirm.py:27
  198. #, python-format
  199. msgid "Only 1 ID accepted, got %r."
  200. msgstr ""
  201. #. module: base_exception
  202. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  203. msgid "Outstanding exceptions to manage"
  204. msgstr ""
  205. #. module: base_exception
  206. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  207. msgid "Outstanding exceptions to manager"
  208. msgstr ""
  209. #. module: base_exception
  210. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  211. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  212. msgid "Python Code"
  213. msgstr ""
  214. #. module: base_exception
  215. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  216. msgid ""
  217. "Python code executed to check if the exception apply or not. Use failed = "
  218. "True to block the exception"
  219. msgstr ""
  220. #. module: base_exception
  221. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  222. #, fuzzy
  223. msgid "Related Model"
  224. msgstr "Sukurta"
  225. #. module: base_exception
  226. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  227. msgid "Sequence"
  228. msgstr ""
  229. #. module: base_exception
  230. #: code:addons/base_exception/models/base_exception.py:59
  231. #, python-format
  232. msgid ""
  233. "There is a problem of configuration, python code, domain or method is "
  234. "missing to match the exception type."
  235. msgstr ""
  236. #. module: base_exception
  237. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  238. msgid "To block the exception use: <code>failed = True</code>"
  239. msgstr ""
  240. #. module: base_exception
  241. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  242. msgid ""
  243. "Various fields may use Python code or Python expressions. The following "
  244. "variables can be used:"
  245. msgstr ""
  246. #. module: base_exception
  247. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  248. msgid "_Close"
  249. msgstr ""