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.

615 lines
18 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 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-08-12 02:51+0000\n"
  12. "PO-Revision-Date: 2017-08-12 02:51+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: hr\n"
  19. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  20. #. module: bi_sql_editor
  21. #: code:addons/bi_sql_editor/models/bi_sql_view.py:563
  22. #, python-format
  23. msgid "%m/%d/%Y %H:%M:%S UTC"
  24. msgstr ""
  25. #. module: bi_sql_editor
  26. #: code:addons/bi_sql_editor/models/bi_sql_view.py:176
  27. #, python-format
  28. msgid "%s (Copy)"
  29. msgstr ""
  30. #. module: bi_sql_editor
  31. #: code:addons/bi_sql_editor/models/bi_sql_view.py:279
  32. #, python-format
  33. msgid "%s Access %s"
  34. msgstr ""
  35. #. module: bi_sql_editor
  36. #: code:addons/bi_sql_editor/models/bi_sql_view.py:305
  37. #, python-format
  38. msgid "Access %s"
  39. msgstr ""
  40. #. module: bi_sql_editor
  41. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_group_ids
  42. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  43. msgid "Allowed Groups"
  44. msgstr ""
  45. #. module: bi_sql_editor
  46. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_user_ids
  47. msgid "Allowed Users"
  48. msgstr ""
  49. #. module: bi_sql_editor
  50. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  51. msgid ""
  52. "Are you sure you want to set to draft this SQL View. It will delete the "
  53. "materialized view, and all the previous mapping realized with the columns"
  54. msgstr ""
  55. #. module: bi_sql_editor
  56. #: selection:bi.sql.view.field,tree_visibility:0
  57. msgid "Available"
  58. msgstr ""
  59. #. module: bi_sql_editor
  60. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_is_group_by
  61. msgid ""
  62. "Check this box if you want to create a 'group by' option in the search view"
  63. msgstr ""
  64. #. module: bi_sql_editor
  65. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_is_index
  66. msgid ""
  67. "Check this box if you want to create an index on that field. This is "
  68. "recommended for searchable and groupable fields, to reduce duration"
  69. msgstr ""
  70. #. module: bi_sql_editor
  71. #: selection:bi.sql.view.field,graph_type:0
  72. msgid "Column"
  73. msgstr ""
  74. #. module: bi_sql_editor
  75. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_view_order
  76. msgid "Comma-separated text. Possible values: \"graph\", \"pivot\" or \"tree\""
  77. msgstr ""
  78. #. module: bi_sql_editor
  79. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  80. msgid "Create SQL View, Indexes and Models"
  81. msgstr ""
  82. #. module: bi_sql_editor
  83. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  84. msgid "Create UI"
  85. msgstr ""
  86. #. module: bi_sql_editor
  87. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_create_uid
  88. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_create_uid
  89. msgid "Created by"
  90. msgstr "Stvorio/la"
  91. #. module: bi_sql_editor
  92. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_create_date
  93. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_create_date
  94. msgid "Created on"
  95. msgstr "Stvoreno dana"
  96. #. module: bi_sql_editor
  97. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_cron_id
  98. msgid "Cron Task that will refresh the materialized view"
  99. msgstr ""
  100. #. module: bi_sql_editor
  101. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_size
  102. msgid "Database Size"
  103. msgstr ""
  104. #. module: bi_sql_editor
  105. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_domain_force
  106. msgid ""
  107. "Define here access restriction to data.\n"
  108. " Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n"
  109. " ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]."
  110. msgstr ""
  111. #. module: bi_sql_editor
  112. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_display_name
  113. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_display_name
  114. msgid "Display Name"
  115. msgstr "Prikaži naziv"
  116. #. module: bi_sql_editor
  117. #: selection:bi.sql.view,state:0
  118. msgid "Draft"
  119. msgstr "Skica"
  120. #. module: bi_sql_editor
  121. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_domain_force
  122. msgid "Extra Rule Definition"
  123. msgstr ""
  124. #. module: bi_sql_editor
  125. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  126. msgid "Extras Information"
  127. msgstr ""
  128. #. module: bi_sql_editor
  129. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_field_description
  130. msgid "Field Description"
  131. msgstr ""
  132. #. module: bi_sql_editor
  133. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_ttype
  134. msgid "Field Type"
  135. msgstr ""
  136. #. module: bi_sql_editor
  137. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_many2one_model_id
  138. msgid ""
  139. "For 'Many2one' Odoo field.\n"
  140. " Comodel of the field."
  141. msgstr ""
  142. #. module: bi_sql_editor
  143. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_selection
  144. msgid ""
  145. "For 'Selection' Odoo field.\n"
  146. " List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]"
  147. msgstr ""
  148. #. module: bi_sql_editor
  149. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_model_name
  150. msgid "Full Qualified Name of the transient model that will be created."
  151. msgstr ""
  152. #. module: bi_sql_editor
  153. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_view_name
  154. msgid "Full name of the SQL view"
  155. msgstr ""
  156. #. module: bi_sql_editor
  157. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_graph_type
  158. msgid "Graph Type"
  159. msgstr ""
  160. #. module: bi_sql_editor
  161. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_has_group_changed
  162. msgid "Has group changed"
  163. msgstr ""
  164. #. module: bi_sql_editor
  165. #: selection:bi.sql.view.field,tree_visibility:0
  166. msgid "Hidden"
  167. msgstr ""
  168. #. module: bi_sql_editor
  169. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_id
  170. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_id
  171. msgid "ID"
  172. msgstr "ID"
  173. #. module: bi_sql_editor
  174. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_index_name
  175. msgid "Index Name"
  176. msgstr ""
  177. #. module: bi_sql_editor
  178. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_is_group_by
  179. msgid "Is Group by"
  180. msgstr ""
  181. #. module: bi_sql_editor
  182. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_is_index
  183. msgid "Is Index"
  184. msgstr ""
  185. #. module: bi_sql_editor
  186. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_is_materialized
  187. msgid "Is Materialized View"
  188. msgstr ""
  189. #. module: bi_sql_editor
  190. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view___last_update
  191. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field___last_update
  192. msgid "Last Modified on"
  193. msgstr "Zadnja izmjena"
  194. #. module: bi_sql_editor
  195. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_write_uid
  196. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_write_uid
  197. msgid "Last Updated by"
  198. msgstr "Zadnju izmjenu izvršio/la"
  199. #. module: bi_sql_editor
  200. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_write_date
  201. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_write_date
  202. msgid "Last Updated on"
  203. msgstr "Zadnja izmjena"
  204. #. module: bi_sql_editor
  205. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_materialized_text
  206. msgid "Materialized text"
  207. msgstr ""
  208. #. module: bi_sql_editor
  209. #: selection:bi.sql.view.field,graph_type:0
  210. msgid "Measure"
  211. msgstr ""
  212. #. module: bi_sql_editor
  213. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_many2one_model_id
  214. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  215. msgid "Model"
  216. msgstr "Model"
  217. #. module: bi_sql_editor
  218. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_model_name
  219. msgid "Model Name"
  220. msgstr ""
  221. #. module: bi_sql_editor
  222. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_name
  223. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_name
  224. msgid "Name"
  225. msgstr "Naziv"
  226. #. module: bi_sql_editor
  227. #: code:addons/bi_sql_editor/models/bi_sql_view.py:544
  228. #, python-format
  229. msgid ""
  230. "No Column was found.\n"
  231. "Columns name should be prefixed by 'x_'."
  232. msgstr ""
  233. #. module: bi_sql_editor
  234. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_action_id
  235. msgid "Odoo Action"
  236. msgstr ""
  237. #. module: bi_sql_editor
  238. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_cron_id
  239. msgid "Odoo Cron"
  240. msgstr ""
  241. #. module: bi_sql_editor
  242. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_graph_view_id
  243. msgid "Odoo Graph View"
  244. msgstr ""
  245. #. module: bi_sql_editor
  246. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_menu_id
  247. msgid "Odoo Menu"
  248. msgstr ""
  249. #. module: bi_sql_editor
  250. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_model_id
  251. msgid "Odoo Model"
  252. msgstr ""
  253. #. module: bi_sql_editor
  254. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_pivot_view_id
  255. msgid "Odoo Pivot View"
  256. msgstr ""
  257. #. module: bi_sql_editor
  258. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_rule_id
  259. msgid "Odoo Rule"
  260. msgstr ""
  261. #. module: bi_sql_editor
  262. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_search_view_id
  263. msgid "Odoo Search View"
  264. msgstr ""
  265. #. module: bi_sql_editor
  266. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_tree_view_id
  267. msgid "Odoo Tree View"
  268. msgstr ""
  269. #. module: bi_sql_editor
  270. #: code:addons/bi_sql_editor/models/bi_sql_view.py:131
  271. #, python-format
  272. msgid "Only graph, pivot or tree views are supported"
  273. msgstr ""
  274. #. module: bi_sql_editor
  275. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  276. msgid "Open View"
  277. msgstr ""
  278. #. module: bi_sql_editor
  279. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_query
  280. msgid "Query"
  281. msgstr ""
  282. #. module: bi_sql_editor
  283. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  284. msgid "Refresh Materialized View"
  285. msgstr ""
  286. #. module: bi_sql_editor
  287. #: code:addons/bi_sql_editor/models/bi_sql_view.py:294
  288. #, python-format
  289. msgid "Refresh Materialized View %s"
  290. msgstr ""
  291. #. module: bi_sql_editor
  292. #: selection:bi.sql.view.field,graph_type:0
  293. msgid "Row"
  294. msgstr ""
  295. #. module: bi_sql_editor
  296. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  297. msgid "Rule Definition"
  298. msgstr ""
  299. #. module: bi_sql_editor
  300. #: code:addons/bi_sql_editor/models/bi_sql_view.py:426
  301. #, python-format
  302. msgid ""
  303. "SQL Error while creating %s VIEW %s :\n"
  304. " %s"
  305. msgstr ""
  306. #. module: bi_sql_editor
  307. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_bi_sql_view_field_ids
  308. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  309. msgid "SQL Fields"
  310. msgstr ""
  311. #. module: bi_sql_editor
  312. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  313. msgid "SQL Query"
  314. msgstr ""
  315. #. module: bi_sql_editor
  316. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_editor
  317. msgid "SQL Reports"
  318. msgstr ""
  319. #. module: bi_sql_editor
  320. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_query
  321. msgid ""
  322. "SQL Request that will be inserted as the view. Take care to :\n"
  323. " * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n"
  324. " * Do not use 'SELECT *' or 'SELECT table.*';\n"
  325. " * prefix the name of the selectable columns by 'x_';"
  326. msgstr ""
  327. #. module: bi_sql_editor
  328. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_sql_type
  329. msgid "SQL Type"
  330. msgstr ""
  331. #. module: bi_sql_editor
  332. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_sql_type
  333. msgid "SQL Type in the database"
  334. msgstr ""
  335. #. module: bi_sql_editor
  336. #: selection:bi.sql.view,state:0
  337. msgid "SQL Valid"
  338. msgstr ""
  339. #. module: bi_sql_editor
  340. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_bi_sql_view_id
  341. msgid "SQL View"
  342. msgstr ""
  343. #. module: bi_sql_editor
  344. #: selection:bi.sql.view,state:0
  345. msgid "SQL View and Model Created"
  346. msgstr ""
  347. #. module: bi_sql_editor
  348. #: model:ir.actions.act_window,name:bi_sql_editor.action_bi_sql_view
  349. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_view
  350. msgid "SQL Views"
  351. msgstr ""
  352. #. module: bi_sql_editor
  353. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  354. msgid "Security"
  355. msgstr "Sigurnost"
  356. #. module: bi_sql_editor
  357. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_selection
  358. msgid "Selection Options"
  359. msgstr ""
  360. #. module: bi_sql_editor
  361. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  362. msgid "Set to Draft"
  363. msgstr "Postavi na nacrt"
  364. #. module: bi_sql_editor
  365. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_size
  366. msgid "Size of the materialized view and its indexes"
  367. msgstr ""
  368. #. module: bi_sql_editor
  369. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_state
  370. msgid "State"
  371. msgstr "Status"
  372. #. module: bi_sql_editor
  373. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_state
  374. msgid ""
  375. "State of the Request:\n"
  376. " * 'Draft': Not tested\n"
  377. " * 'SQL Valid': SQL Request has been checked and is valid"
  378. msgstr ""
  379. #. module: bi_sql_editor
  380. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_technical_name
  381. msgid ""
  382. "Suffix of the SQL view. SQL full name will be computed and prefixed by "
  383. "'x_bi_sql_view_'. Syntax should follow: "
  384. "https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-"
  385. "SYNTAX-IDENTIFIERS"
  386. msgstr ""
  387. #. module: bi_sql_editor
  388. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_technical_name
  389. msgid "Technical Name"
  390. msgstr ""
  391. #. module: bi_sql_editor
  392. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_field_description
  393. msgid "This will be used as the name of the Odoo field, displayed for users"
  394. msgstr ""
  395. #. module: bi_sql_editor
  396. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  397. msgid "This will create Odoo View, Action and Menu"
  398. msgstr ""
  399. #. module: bi_sql_editor
  400. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  401. msgid ""
  402. "This will try to create an SQL View, based on the SQL request and the "
  403. "according Transient Model and fields, based on settings"
  404. msgstr ""
  405. #. module: bi_sql_editor
  406. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_tree_visibility
  407. msgid "Tree Visibility"
  408. msgstr ""
  409. #. module: bi_sql_editor
  410. #: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_ttype
  411. msgid ""
  412. "Type of the Odoo field that will be created. Keep empty if you don't want to"
  413. " create a new field. If empty, this field will not be displayed neither "
  414. "available for search or group by function"
  415. msgstr ""
  416. #. module: bi_sql_editor
  417. #: selection:bi.sql.view.field,tree_visibility:0
  418. msgid "Unavailable"
  419. msgstr ""
  420. #. module: bi_sql_editor
  421. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  422. msgid ""
  423. "Update Model Access. Required if you changed groups list after having "
  424. "created the model"
  425. msgstr ""
  426. #. module: bi_sql_editor
  427. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  428. msgid "Update Model Acess"
  429. msgstr ""
  430. #. module: bi_sql_editor
  431. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  432. msgid "User Interface"
  433. msgstr ""
  434. #. module: bi_sql_editor
  435. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  436. msgid "Validate SQL Expression"
  437. msgstr ""
  438. #. module: bi_sql_editor
  439. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_view_name
  440. msgid "View Name"
  441. msgstr ""
  442. #. module: bi_sql_editor
  443. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_view_order
  444. msgid "View Order"
  445. msgstr ""
  446. #. module: bi_sql_editor
  447. #: selection:bi.sql.view,state:0
  448. msgid "Views, Action and Menu Created"
  449. msgstr ""
  450. #. module: bi_sql_editor
  451. #: code:addons/bi_sql_editor/models/bi_sql_view.py:186
  452. #, python-format
  453. msgid "You can only process this action on SQL Valid items"
  454. msgstr ""
  455. #. module: bi_sql_editor
  456. #: code:addons/bi_sql_editor/models/bi_sql_view.py:168
  457. #, python-format
  458. msgid "You can only unlink draft views"
  459. msgstr ""
  460. #. module: bi_sql_editor
  461. #: model:ir.model,name:bi_sql_editor.model_bi_sql_view
  462. msgid "bi.sql.view"
  463. msgstr ""
  464. #. module: bi_sql_editor
  465. #: model:ir.model,name:bi_sql_editor.model_bi_sql_view_field
  466. msgid "bi.sql.view.field"
  467. msgstr ""
  468. #. module: bi_sql_editor
  469. #: selection:bi.sql.view.field,ttype:0
  470. msgid "boolean"
  471. msgstr ""
  472. #. module: bi_sql_editor
  473. #: selection:bi.sql.view.field,ttype:0
  474. msgid "char"
  475. msgstr ""
  476. #. module: bi_sql_editor
  477. #: selection:bi.sql.view.field,ttype:0
  478. msgid "date"
  479. msgstr ""
  480. #. module: bi_sql_editor
  481. #: selection:bi.sql.view.field,ttype:0
  482. msgid "datetime"
  483. msgstr ""
  484. #. module: bi_sql_editor
  485. #: selection:bi.sql.view.field,ttype:0
  486. msgid "float"
  487. msgstr ""
  488. #. module: bi_sql_editor
  489. #: selection:bi.sql.view.field,ttype:0
  490. msgid "integer"
  491. msgstr ""
  492. #. module: bi_sql_editor
  493. #: selection:bi.sql.view.field,ttype:0
  494. msgid "many2one"
  495. msgstr ""
  496. #. module: bi_sql_editor
  497. #: selection:bi.sql.view.field,ttype:0
  498. msgid "selection"
  499. msgstr "odabir"
  500. #. module: bi_sql_editor
  501. #: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_field_sequence
  502. msgid "sequence"
  503. msgstr ""
  504. #. module: bi_sql_editor
  505. #: model:ir.ui.view,arch_db:bi_sql_editor.view_bi_sql_view_form
  506. msgid "this will refresh the materialized view"
  507. msgstr ""