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.

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