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.

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