OCA reporting engine fork for dev and update.
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.

551 lines
13 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * bi_sql_editor
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 8.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-06-03 01:19+0000\n"
  12. "PO-Revision-Date: 2017-06-03 01:19+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
  15. "Language: uk\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. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  21. #. module: bi_sql_editor
  22. #: code:addons/bi_sql_editor/models/bi_sql_view.py:151
  23. #, python-format
  24. msgid "%s (Copy)"
  25. msgstr ""
  26. #. module: bi_sql_editor
  27. #: code:addons/bi_sql_editor/models/bi_sql_view.py:249
  28. #, python-format
  29. msgid "%s Access %s"
  30. msgstr ""
  31. #. module: bi_sql_editor
  32. #: code:addons/bi_sql_editor/models/bi_sql_view.py:275
  33. #, python-format
  34. msgid "Access %s"
  35. msgstr ""
  36. #. module: bi_sql_editor
  37. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  38. #: field:bi.sql.view,group_ids:0
  39. msgid "Allowed Groups"
  40. msgstr ""
  41. #. module: bi_sql_editor
  42. #: field:bi.sql.view,user_ids:0
  43. msgid "Allowed Users"
  44. msgstr ""
  45. #. module: bi_sql_editor
  46. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  47. msgid ""
  48. "Are you sure you want to set to draft this SQL View. It will "
  49. "delete the materialized view, and all the "
  50. "previous mapping realized with the columns"
  51. msgstr ""
  52. #. module: bi_sql_editor
  53. #: help:bi.sql.view.field,is_group_by:0
  54. msgid ""
  55. "Check this box if you want to create a 'group by' option in the search view"
  56. msgstr ""
  57. #. module: bi_sql_editor
  58. #: help:bi.sql.view.field,is_index:0
  59. msgid ""
  60. "Check this box if you want to create an index on that field. This is "
  61. "recommended for searchable and groupable fields, to reduce duration"
  62. msgstr ""
  63. #. module: bi_sql_editor
  64. #: selection:bi.sql.view.field,graph_type:0
  65. msgid "Column"
  66. msgstr ""
  67. #. module: bi_sql_editor
  68. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  69. msgid "Create SQL View, Indexes and Models"
  70. msgstr ""
  71. #. module: bi_sql_editor
  72. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  73. msgid "Create UI"
  74. msgstr ""
  75. #. module: bi_sql_editor
  76. #: field:bi.sql.view,create_uid:0 field:bi.sql.view.field,create_uid:0
  77. msgid "Created by"
  78. msgstr "Створив"
  79. #. module: bi_sql_editor
  80. #: field:bi.sql.view,create_date:0 field:bi.sql.view.field,create_date:0
  81. msgid "Created on"
  82. msgstr "Дата створення"
  83. #. module: bi_sql_editor
  84. #: help:bi.sql.view,cron_id:0
  85. msgid "Cron Task that will refresh the materialized view"
  86. msgstr ""
  87. #. module: bi_sql_editor
  88. #: field:bi.sql.view,size:0
  89. msgid "Database Size"
  90. msgstr ""
  91. #. module: bi_sql_editor
  92. #: help:bi.sql.view,domain_force:0
  93. msgid ""
  94. "Define here access restriction to data.\n"
  95. " Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be "
  96. "created. A typical Multi Company rule is for exemple \n"
  97. " ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',"
  98. "False)]."
  99. msgstr ""
  100. #. module: bi_sql_editor
  101. #: field:bi.sql.view,display_name:0 field:bi.sql.view.field,display_name:0
  102. msgid "Display Name"
  103. msgstr "Назва для відображення"
  104. #. module: bi_sql_editor
  105. #: selection:bi.sql.view,state:0
  106. msgid "Draft"
  107. msgstr ""
  108. #. module: bi_sql_editor
  109. #: field:bi.sql.view,domain_force:0
  110. msgid "Extra Rule Definition"
  111. msgstr ""
  112. #. module: bi_sql_editor
  113. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  114. msgid "Extras Information"
  115. msgstr ""
  116. #. module: bi_sql_editor
  117. #: field:bi.sql.view.field,field_description:0
  118. msgid "Field Description"
  119. msgstr ""
  120. #. module: bi_sql_editor
  121. #: field:bi.sql.view.field,ttype:0
  122. msgid "Field Type"
  123. msgstr ""
  124. #. module: bi_sql_editor
  125. #: help:bi.sql.view.field,many2one_model_id:0
  126. msgid ""
  127. "For 'Many2one' Odoo field.\n"
  128. " Co Model of the field."
  129. msgstr ""
  130. #. module: bi_sql_editor
  131. #: help:bi.sql.view.field,selection:0
  132. msgid ""
  133. "For 'Selection' Odoo field.\n"
  134. " List of options, specified as a Python expression defining a list of (key, "
  135. "label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]"
  136. msgstr ""
  137. #. module: bi_sql_editor
  138. #: help:bi.sql.view,model_name:0
  139. msgid "Full Qualified Name of the transient model that will be created."
  140. msgstr ""
  141. #. module: bi_sql_editor
  142. #: help:bi.sql.view,view_name:0
  143. msgid "Full name of the SQL view"
  144. msgstr ""
  145. #. module: bi_sql_editor
  146. #: field:bi.sql.view.field,graph_type:0
  147. msgid "Graph Type"
  148. msgstr ""
  149. #. module: bi_sql_editor
  150. #: selection:bi.sql.view,state:0
  151. msgid "Graph, action and Menu Created"
  152. msgstr ""
  153. #. module: bi_sql_editor
  154. #: field:bi.sql.view,has_group_changed:0
  155. msgid "Has group changed"
  156. msgstr ""
  157. #. module: bi_sql_editor
  158. #: field:bi.sql.view,id:0 field:bi.sql.view.field,id:0
  159. msgid "ID"
  160. msgstr "ID"
  161. #. module: bi_sql_editor
  162. #: field:bi.sql.view.field,index_name:0
  163. msgid "Index Name"
  164. msgstr ""
  165. #. module: bi_sql_editor
  166. #: field:bi.sql.view.field,is_group_by:0
  167. msgid "Is Group by"
  168. msgstr ""
  169. #. module: bi_sql_editor
  170. #: field:bi.sql.view.field,is_index:0
  171. msgid "Is Index"
  172. msgstr ""
  173. #. module: bi_sql_editor
  174. #: field:bi.sql.view,is_materialized:0
  175. msgid "Is Materialized View"
  176. msgstr ""
  177. #. module: bi_sql_editor
  178. #: field:bi.sql.view,__last_update:0 field:bi.sql.view.field,__last_update:0
  179. msgid "Last Modified on"
  180. msgstr "Остання модифікація"
  181. #. module: bi_sql_editor
  182. #: field:bi.sql.view,write_uid:0 field:bi.sql.view.field,write_uid:0
  183. msgid "Last Updated by"
  184. msgstr "Востаннє оновив"
  185. #. module: bi_sql_editor
  186. #: field:bi.sql.view,write_date:0 field:bi.sql.view.field,write_date:0
  187. msgid "Last Updated on"
  188. msgstr "Останнє оновлення"
  189. #. module: bi_sql_editor
  190. #: field:bi.sql.view,materialized_text:0
  191. msgid "Materialized text"
  192. msgstr ""
  193. #. module: bi_sql_editor
  194. #: selection:bi.sql.view.field,graph_type:0
  195. msgid "Measure"
  196. msgstr ""
  197. #. module: bi_sql_editor
  198. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  199. #: field:bi.sql.view.field,many2one_model_id:0
  200. msgid "Model"
  201. msgstr ""
  202. #. module: bi_sql_editor
  203. #: field:bi.sql.view,model_name:0
  204. msgid "Model Name"
  205. msgstr ""
  206. #. module: bi_sql_editor
  207. #: field:bi.sql.view,name:0 field:bi.sql.view.field,name:0
  208. msgid "Name"
  209. msgstr "Name"
  210. #. module: bi_sql_editor
  211. #: code:addons/bi_sql_editor/models/bi_sql_view.py:476
  212. #, python-format
  213. msgid ""
  214. "No Column was found.\n"
  215. "Columns name should be prefixed by 'x_'."
  216. msgstr ""
  217. #. module: bi_sql_editor
  218. #: field:bi.sql.view,action_id:0
  219. msgid "Odoo Action"
  220. msgstr ""
  221. #. module: bi_sql_editor
  222. #: field:bi.sql.view,cron_id:0
  223. msgid "Odoo Cron"
  224. msgstr ""
  225. #. module: bi_sql_editor
  226. #: field:bi.sql.view,graph_view_id:0
  227. msgid "Odoo Graph View"
  228. msgstr ""
  229. #. module: bi_sql_editor
  230. #: field:bi.sql.view,menu_id:0
  231. msgid "Odoo Menu"
  232. msgstr ""
  233. #. module: bi_sql_editor
  234. #: field:bi.sql.view,model_id:0
  235. msgid "Odoo Model"
  236. msgstr ""
  237. #. module: bi_sql_editor
  238. #: field:bi.sql.view,rule_id:0
  239. msgid "Odoo Rule"
  240. msgstr ""
  241. #. module: bi_sql_editor
  242. #: field:bi.sql.view,search_view_id:0
  243. msgid "Odoo Search View"
  244. msgstr ""
  245. #. module: bi_sql_editor
  246. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  247. msgid "Open View"
  248. msgstr ""
  249. #. module: bi_sql_editor
  250. #: field:bi.sql.view,query:0
  251. msgid "Query"
  252. msgstr ""
  253. #. module: bi_sql_editor
  254. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  255. msgid "Refresh Materialized View"
  256. msgstr ""
  257. #. module: bi_sql_editor
  258. #: code:addons/bi_sql_editor/models/bi_sql_view.py:264
  259. #, python-format
  260. msgid "Refresh Materialized View %s"
  261. msgstr ""
  262. #. module: bi_sql_editor
  263. #: selection:bi.sql.view.field,graph_type:0
  264. msgid "Row"
  265. msgstr ""
  266. #. module: bi_sql_editor
  267. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  268. msgid "Rule Definition"
  269. msgstr ""
  270. #. module: bi_sql_editor
  271. #: code:addons/bi_sql_editor/models/bi_sql_view.py:359
  272. #, python-format
  273. msgid ""
  274. "SQL Error while creating %s VIEW %s :\n"
  275. " %s"
  276. msgstr ""
  277. #. module: bi_sql_editor
  278. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  279. #: field:bi.sql.view,bi_sql_view_field_ids:0
  280. msgid "SQL Fields"
  281. msgstr ""
  282. #. module: bi_sql_editor
  283. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  284. msgid "SQL Query"
  285. msgstr ""
  286. #. module: bi_sql_editor
  287. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_editor
  288. msgid "SQL Reports"
  289. msgstr ""
  290. #. module: bi_sql_editor
  291. #: help:bi.sql.view,query:0
  292. msgid ""
  293. "SQL Request that will be inserted as the view. Take care to :\n"
  294. " * set a name for all your selected fields, specially if you use SQL "
  295. "function (like EXTRACT, ...);\n"
  296. " * Do not use 'SELECT *' or 'SELECT table.*';\n"
  297. " * prefix the name of the selectable columns by 'x_';"
  298. msgstr ""
  299. #. module: bi_sql_editor
  300. #: field:bi.sql.view.field,sql_type:0
  301. msgid "SQL Type"
  302. msgstr ""
  303. #. module: bi_sql_editor
  304. #: help:bi.sql.view.field,sql_type:0
  305. msgid "SQL Type in the database"
  306. msgstr ""
  307. #. module: bi_sql_editor
  308. #: selection:bi.sql.view,state:0
  309. msgid "SQL Valid"
  310. msgstr ""
  311. #. module: bi_sql_editor
  312. #: field:bi.sql.view.field,bi_sql_view_id:0
  313. msgid "SQL View"
  314. msgstr ""
  315. #. module: bi_sql_editor
  316. #: selection:bi.sql.view,state:0
  317. msgid "SQL View and Model Created"
  318. msgstr ""
  319. #. module: bi_sql_editor
  320. #: model:ir.actions.act_window,name:bi_sql_editor.action_bi_sql_view
  321. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_view
  322. msgid "SQL Views"
  323. msgstr ""
  324. #. module: bi_sql_editor
  325. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  326. msgid "Security"
  327. msgstr "Безпека"
  328. #. module: bi_sql_editor
  329. #: field:bi.sql.view.field,selection:0
  330. msgid "Selection Options"
  331. msgstr ""
  332. #. module: bi_sql_editor
  333. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  334. msgid "Set to Draft"
  335. msgstr ""
  336. #. module: bi_sql_editor
  337. #: help:bi.sql.view,size:0
  338. msgid "Size of the materialized view and its indexes"
  339. msgstr ""
  340. #. module: bi_sql_editor
  341. #: field:bi.sql.view,state:0
  342. msgid "State"
  343. msgstr ""
  344. #. module: bi_sql_editor
  345. #: help:bi.sql.view,state:0
  346. msgid ""
  347. "State of the Request:\n"
  348. " * 'Draft': Not tested\n"
  349. " * 'SQL Valid': SQL Request has been checked and is valid"
  350. msgstr ""
  351. #. module: bi_sql_editor
  352. #: help:bi.sql.view,technical_name:0
  353. msgid ""
  354. "Suffix of the SQL view. (SQL full name will be computed and prefixed by "
  355. "'x_bi_sql_view_'. Should have correctsyntax. For more information, see "
  356. "https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-"
  357. "SYNTAX-IDENTIFIERS"
  358. msgstr ""
  359. #. module: bi_sql_editor
  360. #: field:bi.sql.view,technical_name:0
  361. msgid "Technical Name"
  362. msgstr ""
  363. #. module: bi_sql_editor
  364. #: help:bi.sql.view.field,field_description:0
  365. msgid "This will be used as the name of the Odoo field, displayed for users"
  366. msgstr ""
  367. #. module: bi_sql_editor
  368. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  369. msgid "This will create Odoo View, Action and Menu"
  370. msgstr ""
  371. #. module: bi_sql_editor
  372. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  373. msgid ""
  374. "This will try to create an SQL View, based on the SQL request and the "
  375. "according Transient Model and fields, based on settings"
  376. msgstr ""
  377. #. module: bi_sql_editor
  378. #: help:bi.sql.view.field,ttype:0
  379. msgid ""
  380. "Type of the Odoo field that will be created. Let empty if you don't want to "
  381. "create a new field. If empty, this field will not be displayed neither "
  382. "available for search or group by function"
  383. msgstr ""
  384. #. module: bi_sql_editor
  385. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  386. msgid ""
  387. "Update Model Access. Required if you changed groups list after having "
  388. "created the model"
  389. msgstr ""
  390. #. module: bi_sql_editor
  391. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  392. msgid "Update Model Acess"
  393. msgstr ""
  394. #. module: bi_sql_editor
  395. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  396. msgid "User Interface"
  397. msgstr ""
  398. #. module: bi_sql_editor
  399. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  400. msgid "Validate SQL Expression"
  401. msgstr ""
  402. #. module: bi_sql_editor
  403. #: field:bi.sql.view,view_name:0
  404. msgid "View Name"
  405. msgstr ""
  406. #. module: bi_sql_editor
  407. #: code:addons/bi_sql_editor/models/bi_sql_view.py:161
  408. #, python-format
  409. msgid "You can only process this action on SQL Valid items"
  410. msgstr ""
  411. #. module: bi_sql_editor
  412. #: code:addons/bi_sql_editor/models/bi_sql_view.py:143
  413. #, python-format
  414. msgid "You can only unlink draft views"
  415. msgstr ""
  416. #. module: bi_sql_editor
  417. #: selection:bi.sql.view.field,ttype:0
  418. msgid "boolean"
  419. msgstr ""
  420. #. module: bi_sql_editor
  421. #: selection:bi.sql.view.field,ttype:0
  422. msgid "char"
  423. msgstr ""
  424. #. module: bi_sql_editor
  425. #: selection:bi.sql.view.field,ttype:0
  426. msgid "date"
  427. msgstr ""
  428. #. module: bi_sql_editor
  429. #: selection:bi.sql.view.field,ttype:0
  430. msgid "datetime"
  431. msgstr ""
  432. #. module: bi_sql_editor
  433. #: selection:bi.sql.view.field,ttype:0
  434. msgid "float"
  435. msgstr ""
  436. #. module: bi_sql_editor
  437. #: selection:bi.sql.view.field,ttype:0
  438. msgid "integer"
  439. msgstr ""
  440. #. module: bi_sql_editor
  441. #: selection:bi.sql.view.field,ttype:0
  442. msgid "many2one"
  443. msgstr ""
  444. #. module: bi_sql_editor
  445. #: selection:bi.sql.view.field,ttype:0
  446. msgid "selection"
  447. msgstr ""
  448. #. module: bi_sql_editor
  449. #: field:bi.sql.view.field,sequence:0
  450. msgid "sequence"
  451. msgstr ""
  452. #. module: bi_sql_editor
  453. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  454. msgid "this will refresh the materialized view"
  455. msgstr ""