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.

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