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.

301 lines
9.6 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 python code"
  45. msgstr ""
  46. #. module: base_exception
  47. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  48. msgid ""
  49. "By python code: allow to define any arbitrary check\n"
  50. "By domain: limited to a selection by an odoo domain:\n"
  51. " performance can be better when exceptions are "
  52. "evaluated with several records"
  53. msgstr ""
  54. #. module: base_exception
  55. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  56. msgid "Created by"
  57. msgstr "Sukūrė"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  60. msgid "Created on"
  61. msgstr "Sukurta"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  64. msgid "Description"
  65. msgstr ""
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  68. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  70. msgid "Display Name"
  71. msgstr ""
  72. #. module: base_exception
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  74. msgid "Domain"
  75. msgstr ""
  76. #. module: base_exception
  77. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  78. msgid ""
  79. "Enter Python code here. Help about Python expression is available in the "
  80. "help tab of this document."
  81. msgstr ""
  82. #. module: base_exception
  83. #: code:addons/base_exception/models/base_exception.py:260
  84. #, python-format
  85. msgid ""
  86. "Error when evaluating the exception.rule: %s\n"
  87. "(%s)"
  88. msgstr ""
  89. #. module: base_exception
  90. #: model:ir.model,name:base_exception.model_base_exception
  91. msgid "Exception"
  92. msgstr ""
  93. #. module: base_exception
  94. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  95. msgid "Exception Name"
  96. msgstr ""
  97. #. module: base_exception
  98. #: model:ir.model,name:base_exception.model_exception_rule
  99. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  100. msgid "Exception Rule"
  101. msgstr ""
  102. #. module: base_exception
  103. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  104. msgid "Exception Rule Confirm Wizard"
  105. msgstr ""
  106. #. module: base_exception
  107. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  108. msgid "Exception Rule Setup"
  109. msgstr ""
  110. #. module: base_exception
  111. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  112. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  113. msgid "Exception Rules"
  114. msgstr ""
  115. #. module: base_exception
  116. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  117. msgid "Exception Type"
  118. msgstr ""
  119. #. module: base_exception
  120. #: model:res.groups,name:base_exception.group_exception_rule_manager
  121. msgid "Exception manager"
  122. msgstr ""
  123. #. module: base_exception
  124. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  125. msgid "Exceptions"
  126. msgstr ""
  127. #. module: base_exception
  128. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  129. msgid "Exceptions Rules"
  130. msgstr ""
  131. #. module: base_exception
  132. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  133. msgid "Exceptions to resolve"
  134. msgstr ""
  135. #. module: base_exception
  136. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  137. msgid "Gives the sequence order when applying the test"
  138. msgstr ""
  139. #. module: base_exception
  140. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  141. msgid "Help"
  142. msgstr ""
  143. #. module: base_exception
  144. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  145. msgid "Help with Python expressions"
  146. msgstr ""
  147. #. module: base_exception
  148. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  149. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  150. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  151. msgid "ID"
  152. msgstr "ID"
  153. #. module: base_exception
  154. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  155. msgid ""
  156. "If we detect exception we set the state of object (ex purchase) to the "
  157. "next_state (ex 'to approve'). If there are more than one exception detected "
  158. "and all have a value for next_state, we usethe exception having the smallest "
  159. "sequence value"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  163. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  164. msgid "Ignore Exceptions"
  165. msgstr ""
  166. #. module: base_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  168. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  170. msgid "Last Modified on"
  171. msgstr ""
  172. #. module: base_exception
  173. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  174. msgid "Last Updated by"
  175. msgstr "Paskutinį kartą atnaujino"
  176. #. module: base_exception
  177. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  178. msgid "Last Updated on"
  179. msgstr "Paskutinį kartą atnaujinta"
  180. #. module: base_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  182. msgid "Main Exception"
  183. msgstr ""
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  186. msgid "Next state"
  187. msgstr ""
  188. #. module: base_exception
  189. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  190. #, python-format
  191. msgid "Only 1 ID accepted, got %r."
  192. msgstr ""
  193. #. module: base_exception
  194. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  195. msgid "Outstanding exceptions to manage"
  196. msgstr ""
  197. #. module: base_exception
  198. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  199. msgid "Outstanding exceptions to manager"
  200. msgstr ""
  201. #. module: base_exception
  202. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  203. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  204. msgid "Python Code"
  205. msgstr ""
  206. #. module: base_exception
  207. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  208. msgid ""
  209. "Python code executed to check if the exception apply or not. Use failed = "
  210. "True to block the exception"
  211. msgstr ""
  212. #. module: base_exception
  213. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  214. #, fuzzy
  215. msgid "Related Model"
  216. msgstr "Sukurta"
  217. #. module: base_exception
  218. #: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
  219. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  220. msgid "Rule Group"
  221. msgstr ""
  222. #. module: base_exception
  223. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  224. msgid ""
  225. "Rule group is used to group the rules that must validated at same time for a "
  226. "target object. Ex: validate sale.order.line rules with sale order rules."
  227. msgstr ""
  228. #. module: base_exception
  229. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  230. msgid "Sequence"
  231. msgstr ""
  232. #. module: base_exception
  233. #: code:addons/base_exception/models/base_exception.py:80
  234. #, python-format
  235. msgid ""
  236. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  237. "wrong. Value must be in this list %s"
  238. msgstr ""
  239. #. module: base_exception
  240. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  241. msgid "To block the exception use: <code>failed = True</code>"
  242. msgstr ""
  243. #. module: base_exception
  244. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  245. msgid ""
  246. "Various fields may use Python code or Python expressions. The following "
  247. "variables can be used:"
  248. msgstr ""
  249. #. module: base_exception
  250. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  251. msgid "_Close"
  252. msgstr ""