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.

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