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.

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