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.

231 lines
7.5 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-12-01 02:09+0000\n"
  12. "PO-Revision-Date: 2017-12-01 02:09+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
  15. "Language: lt\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
  20. "%100<10 || n%100>=20) ? 1 : 2);\n"
  21. #. module: base_exception
  22. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  23. msgid "Active"
  24. msgstr ""
  25. #. module: base_exception
  26. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  27. msgid "Apply on"
  28. msgstr ""
  29. #. module: base_exception
  30. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  31. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  32. msgid "Blocked in draft due to exceptions"
  33. msgstr ""
  34. #. module: base_exception
  35. #: selection:exception.rule,exception_type:0
  36. msgid "By domain"
  37. msgstr ""
  38. #. module: base_exception
  39. #: selection:exception.rule,exception_type:0
  40. msgid "By python code"
  41. msgstr ""
  42. #. module: base_exception
  43. #: model:ir.model.fields,help:base_exception.field_exception_rule_exception_type
  44. msgid ""
  45. "By python code: allow to define any arbitrary check\n"
  46. "By domain: limited to a selection by an odoo domain:\n"
  47. " performance can be better when exceptions are "
  48. "evaluated with several records"
  49. msgstr ""
  50. #. module: base_exception
  51. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  52. msgid "Created by"
  53. msgstr "Sukūrė"
  54. #. module: base_exception
  55. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  56. msgid "Created on"
  57. msgstr "Sukurta"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  60. msgid "Description"
  61. msgstr "Aprašymas"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  64. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method_display_name
  65. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  67. msgid "Display Name"
  68. msgstr "Vaizduojamas pavadinimas"
  69. #. module: base_exception
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_domain
  71. msgid "Domain"
  72. msgstr ""
  73. #. module: base_exception
  74. #: code:addons/base_exception/models/base_exception.py:151
  75. #, python-format
  76. msgid ""
  77. "Error when evaluating the exception.rule rule:\n"
  78. " %s \n"
  79. "(%s)"
  80. msgstr ""
  81. #. module: base_exception
  82. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  83. msgid "Exception Name"
  84. msgstr ""
  85. #. module: base_exception
  86. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  87. msgid "Exception Rule"
  88. msgstr ""
  89. #. module: base_exception
  90. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  91. msgid "Exception Rule Setup"
  92. msgstr ""
  93. #. module: base_exception
  94. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  95. #: model:ir.model,name:base_exception.model_exception_rule
  96. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  97. msgid "Exception Rules"
  98. msgstr ""
  99. #. module: base_exception
  100. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_exception_type
  101. msgid "Exception Type"
  102. msgstr ""
  103. #. module: base_exception
  104. #: model:res.groups,name:base_exception.group_exception_rule_manager
  105. msgid "Exception manager"
  106. msgstr ""
  107. #. module: base_exception
  108. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  109. msgid "Exceptions"
  110. msgstr ""
  111. #. module: base_exception
  112. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  113. msgid "Exceptions Rules"
  114. msgstr ""
  115. #. module: base_exception
  116. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  117. msgid "Exceptions to resolve"
  118. msgstr ""
  119. #. module: base_exception
  120. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  121. msgid "Gives the sequence order when applying the test"
  122. msgstr ""
  123. #. module: base_exception
  124. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  125. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method_id
  126. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  127. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  128. msgid "ID"
  129. msgstr "ID"
  130. #. module: base_exception
  131. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  132. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  133. msgid "Ignore Exceptions"
  134. msgstr ""
  135. #. module: base_exception
  136. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  137. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method___last_update
  138. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  139. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  140. msgid "Last Modified on"
  141. msgstr "Paskutinį kartą keista"
  142. #. module: base_exception
  143. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  144. msgid "Last Updated by"
  145. msgstr "Paskutinį kartą atnaujino"
  146. #. module: base_exception
  147. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  148. msgid "Last Updated on"
  149. msgstr "Paskutinį kartą atnaujinta"
  150. #. module: base_exception
  151. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  152. msgid "Main Exception"
  153. msgstr ""
  154. #. module: base_exception
  155. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  156. msgid "Python Code"
  157. msgstr ""
  158. #. module: base_exception
  159. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  160. msgid ""
  161. "Python code executed to check if the exception apply or not. The code must "
  162. "apply failed = True to apply the exception."
  163. msgstr ""
  164. #. module: base_exception
  165. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  166. msgid "Related model id"
  167. msgstr ""
  168. #. module: base_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  170. msgid "Sequence"
  171. msgstr "Seka"
  172. #. module: base_exception
  173. #: code:addons/base_exception/models/base_exception.py:62
  174. #, python-format
  175. msgid ""
  176. "There is a problem of configuration, python code or domain is missing to "
  177. "match the exception type."
  178. msgstr ""
  179. #. module: base_exception
  180. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  181. msgid "_Close"
  182. msgstr ""
  183. #. module: base_exception
  184. #: model:ir.model,name:base_exception.model_base_exception
  185. msgid "base.exception"
  186. msgstr ""
  187. #. module: base_exception
  188. #: model:ir.model,name:base_exception.model_base_exception_method
  189. msgid "base.exception.method"
  190. msgstr ""
  191. #. module: base_exception
  192. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  193. msgid "exception.rule.confirm"
  194. msgstr ""