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.

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