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.

554 lines
13 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 8.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-06-03 01:19+0000\n"
  13. "PO-Revision-Date: 2017-06-03 01:19+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:151
  23. #, python-format
  24. msgid "%s (Copy)"
  25. msgstr ""
  26. #. module: bi_sql_editor
  27. #: code:addons/bi_sql_editor/models/bi_sql_view.py:249
  28. #, python-format
  29. msgid "%s Access %s"
  30. msgstr ""
  31. #. module: bi_sql_editor
  32. #: code:addons/bi_sql_editor/models/bi_sql_view.py:275
  33. #, python-format
  34. msgid "Access %s"
  35. msgstr ""
  36. #. module: bi_sql_editor
  37. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  38. #: field:bi.sql.view,group_ids:0
  39. msgid "Allowed Groups"
  40. msgstr "Erlaubte Gruppen"
  41. #. module: bi_sql_editor
  42. #: field:bi.sql.view,user_ids:0
  43. msgid "Allowed Users"
  44. msgstr "Erlaubte Benutzer"
  45. #. module: bi_sql_editor
  46. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  47. msgid ""
  48. "Are you sure you want to set to draft this SQL View. It will "
  49. "delete the materialized view, and all the "
  50. "previous mapping realized with the columns"
  51. msgstr ""
  52. #. module: bi_sql_editor
  53. #: help:bi.sql.view.field,is_group_by:0
  54. msgid ""
  55. "Check this box if you want to create a 'group by' option in the search view"
  56. msgstr ""
  57. #. module: bi_sql_editor
  58. #: help:bi.sql.view.field,is_index:0
  59. msgid ""
  60. "Check this box if you want to create an index on that field. This is "
  61. "recommended for searchable and groupable fields, to reduce duration"
  62. msgstr ""
  63. #. module: bi_sql_editor
  64. #: selection:bi.sql.view.field,graph_type:0
  65. msgid "Column"
  66. msgstr ""
  67. #. module: bi_sql_editor
  68. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  69. msgid "Create SQL View, Indexes and Models"
  70. msgstr ""
  71. #. module: bi_sql_editor
  72. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  73. msgid "Create UI"
  74. msgstr ""
  75. #. module: bi_sql_editor
  76. #: field:bi.sql.view,create_uid:0 field:bi.sql.view.field,create_uid:0
  77. msgid "Created by"
  78. msgstr "Angelegt durch"
  79. #. module: bi_sql_editor
  80. #: field:bi.sql.view,create_date:0 field:bi.sql.view.field,create_date:0
  81. msgid "Created on"
  82. msgstr "Angelegt am"
  83. #. module: bi_sql_editor
  84. #: help:bi.sql.view,cron_id:0
  85. msgid "Cron Task that will refresh the materialized view"
  86. msgstr ""
  87. #. module: bi_sql_editor
  88. #: field:bi.sql.view,size:0
  89. msgid "Database Size"
  90. msgstr ""
  91. #. module: bi_sql_editor
  92. #: help:bi.sql.view,domain_force:0
  93. msgid ""
  94. "Define here access restriction to data.\n"
  95. " Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be "
  96. "created. A typical Multi Company rule is for exemple \n"
  97. " ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',"
  98. "False)]."
  99. msgstr ""
  100. #. module: bi_sql_editor
  101. #: field:bi.sql.view,display_name:0 field:bi.sql.view.field,display_name:0
  102. msgid "Display Name"
  103. msgstr "Anzeigename"
  104. #. module: bi_sql_editor
  105. #: selection:bi.sql.view,state:0
  106. msgid "Draft"
  107. msgstr "Entwurf"
  108. #. module: bi_sql_editor
  109. #: field:bi.sql.view,domain_force:0
  110. msgid "Extra Rule Definition"
  111. msgstr ""
  112. #. module: bi_sql_editor
  113. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  114. msgid "Extras Information"
  115. msgstr ""
  116. #. module: bi_sql_editor
  117. #: field:bi.sql.view.field,field_description:0
  118. msgid "Field Description"
  119. msgstr ""
  120. #. module: bi_sql_editor
  121. #: field:bi.sql.view.field,ttype:0
  122. msgid "Field Type"
  123. msgstr "Feldart"
  124. #. module: bi_sql_editor
  125. #: help:bi.sql.view.field,many2one_model_id:0
  126. msgid ""
  127. "For 'Many2one' Odoo field.\n"
  128. " Co Model of the field."
  129. msgstr ""
  130. #. module: bi_sql_editor
  131. #: help:bi.sql.view.field,selection:0
  132. msgid ""
  133. "For 'Selection' Odoo field.\n"
  134. " List of options, specified as a Python expression defining a list of (key, "
  135. "label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]"
  136. msgstr ""
  137. #. module: bi_sql_editor
  138. #: help:bi.sql.view,model_name:0
  139. msgid "Full Qualified Name of the transient model that will be created."
  140. msgstr ""
  141. #. module: bi_sql_editor
  142. #: help:bi.sql.view,view_name:0
  143. msgid "Full name of the SQL view"
  144. msgstr ""
  145. #. module: bi_sql_editor
  146. #: field:bi.sql.view.field,graph_type:0
  147. msgid "Graph Type"
  148. msgstr ""
  149. #. module: bi_sql_editor
  150. #: selection:bi.sql.view,state:0
  151. msgid "Graph, action and Menu Created"
  152. msgstr ""
  153. #. module: bi_sql_editor
  154. #: field:bi.sql.view,has_group_changed:0
  155. msgid "Has group changed"
  156. msgstr ""
  157. #. module: bi_sql_editor
  158. #: field:bi.sql.view,id:0 field:bi.sql.view.field,id:0
  159. msgid "ID"
  160. msgstr "ID"
  161. #. module: bi_sql_editor
  162. #: field:bi.sql.view.field,index_name:0
  163. msgid "Index Name"
  164. msgstr "Index Name"
  165. #. module: bi_sql_editor
  166. #: field:bi.sql.view.field,is_group_by:0
  167. msgid "Is Group by"
  168. msgstr ""
  169. #. module: bi_sql_editor
  170. #: field:bi.sql.view.field,is_index:0
  171. msgid "Is Index"
  172. msgstr ""
  173. #. module: bi_sql_editor
  174. #: field:bi.sql.view,is_materialized:0
  175. msgid "Is Materialized View"
  176. msgstr ""
  177. #. module: bi_sql_editor
  178. #: field:bi.sql.view,__last_update:0 field:bi.sql.view.field,__last_update:0
  179. msgid "Last Modified on"
  180. msgstr "Zuletzt geändert am"
  181. #. module: bi_sql_editor
  182. #: field:bi.sql.view,write_uid:0 field:bi.sql.view.field,write_uid:0
  183. msgid "Last Updated by"
  184. msgstr "Zuletzt aktualisiert durch"
  185. #. module: bi_sql_editor
  186. #: field:bi.sql.view,write_date:0 field:bi.sql.view.field,write_date:0
  187. msgid "Last Updated on"
  188. msgstr "Zuletzt aktualisiert am"
  189. #. module: bi_sql_editor
  190. #: field:bi.sql.view,materialized_text:0
  191. msgid "Materialized text"
  192. msgstr ""
  193. #. module: bi_sql_editor
  194. #: selection:bi.sql.view.field,graph_type:0
  195. msgid "Measure"
  196. msgstr ""
  197. #. module: bi_sql_editor
  198. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  199. #: field:bi.sql.view.field,many2one_model_id:0
  200. msgid "Model"
  201. msgstr "Modell"
  202. #. module: bi_sql_editor
  203. #: field:bi.sql.view,model_name:0
  204. msgid "Model Name"
  205. msgstr "Modellbezeichnung"
  206. #. module: bi_sql_editor
  207. #: field:bi.sql.view,name:0 field:bi.sql.view.field,name:0
  208. msgid "Name"
  209. msgstr "Bezeichnung"
  210. #. module: bi_sql_editor
  211. #: code:addons/bi_sql_editor/models/bi_sql_view.py:476
  212. #, python-format
  213. msgid ""
  214. "No Column was found.\n"
  215. "Columns name should be prefixed by 'x_'."
  216. msgstr ""
  217. #. module: bi_sql_editor
  218. #: field:bi.sql.view,action_id:0
  219. msgid "Odoo Action"
  220. msgstr ""
  221. #. module: bi_sql_editor
  222. #: field:bi.sql.view,cron_id:0
  223. msgid "Odoo Cron"
  224. msgstr ""
  225. #. module: bi_sql_editor
  226. #: field:bi.sql.view,graph_view_id:0
  227. msgid "Odoo Graph View"
  228. msgstr ""
  229. #. module: bi_sql_editor
  230. #: field:bi.sql.view,menu_id:0
  231. msgid "Odoo Menu"
  232. msgstr ""
  233. #. module: bi_sql_editor
  234. #: field:bi.sql.view,model_id:0
  235. msgid "Odoo Model"
  236. msgstr ""
  237. #. module: bi_sql_editor
  238. #: field:bi.sql.view,rule_id:0
  239. msgid "Odoo Rule"
  240. msgstr ""
  241. #. module: bi_sql_editor
  242. #: field:bi.sql.view,search_view_id:0
  243. msgid "Odoo Search View"
  244. msgstr ""
  245. #. module: bi_sql_editor
  246. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  247. msgid "Open View"
  248. msgstr ""
  249. #. module: bi_sql_editor
  250. #: field:bi.sql.view,query:0
  251. msgid "Query"
  252. msgstr "Abfrage"
  253. #. module: bi_sql_editor
  254. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  255. msgid "Refresh Materialized View"
  256. msgstr ""
  257. #. module: bi_sql_editor
  258. #: code:addons/bi_sql_editor/models/bi_sql_view.py:264
  259. #, python-format
  260. msgid "Refresh Materialized View %s"
  261. msgstr ""
  262. #. module: bi_sql_editor
  263. #: selection:bi.sql.view.field,graph_type:0
  264. msgid "Row"
  265. msgstr ""
  266. #. module: bi_sql_editor
  267. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  268. msgid "Rule Definition"
  269. msgstr ""
  270. #. module: bi_sql_editor
  271. #: code:addons/bi_sql_editor/models/bi_sql_view.py:359
  272. #, python-format
  273. msgid ""
  274. "SQL Error while creating %s VIEW %s :\n"
  275. " %s"
  276. msgstr ""
  277. #. module: bi_sql_editor
  278. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  279. #: field:bi.sql.view,bi_sql_view_field_ids:0
  280. msgid "SQL Fields"
  281. msgstr ""
  282. #. module: bi_sql_editor
  283. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  284. msgid "SQL Query"
  285. msgstr ""
  286. #. module: bi_sql_editor
  287. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_editor
  288. msgid "SQL Reports"
  289. msgstr ""
  290. #. module: bi_sql_editor
  291. #: help:bi.sql.view,query:0
  292. msgid ""
  293. "SQL Request that will be inserted as the view. Take care to :\n"
  294. " * set a name for all your selected fields, specially if you use SQL "
  295. "function (like EXTRACT, ...);\n"
  296. " * Do not use 'SELECT *' or 'SELECT table.*';\n"
  297. " * prefix the name of the selectable columns by 'x_';"
  298. msgstr ""
  299. #. module: bi_sql_editor
  300. #: field:bi.sql.view.field,sql_type:0
  301. msgid "SQL Type"
  302. msgstr ""
  303. #. module: bi_sql_editor
  304. #: help:bi.sql.view.field,sql_type:0
  305. msgid "SQL Type in the database"
  306. msgstr ""
  307. #. module: bi_sql_editor
  308. #: selection:bi.sql.view,state:0
  309. msgid "SQL Valid"
  310. msgstr "SQL gültig"
  311. #. module: bi_sql_editor
  312. #: field:bi.sql.view.field,bi_sql_view_id:0
  313. msgid "SQL View"
  314. msgstr ""
  315. #. module: bi_sql_editor
  316. #: selection:bi.sql.view,state:0
  317. msgid "SQL View and Model Created"
  318. msgstr ""
  319. #. module: bi_sql_editor
  320. #: model:ir.actions.act_window,name:bi_sql_editor.action_bi_sql_view
  321. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_view
  322. msgid "SQL Views"
  323. msgstr ""
  324. #. module: bi_sql_editor
  325. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  326. msgid "Security"
  327. msgstr "Sicherheit"
  328. #. module: bi_sql_editor
  329. #: field:bi.sql.view.field,selection:0
  330. msgid "Selection Options"
  331. msgstr ""
  332. #. module: bi_sql_editor
  333. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  334. msgid "Set to Draft"
  335. msgstr "Auf Entwurf setzen"
  336. #. module: bi_sql_editor
  337. #: help:bi.sql.view,size:0
  338. msgid "Size of the materialized view and its indexes"
  339. msgstr ""
  340. #. module: bi_sql_editor
  341. #: field:bi.sql.view,state:0
  342. msgid "State"
  343. msgstr "Status"
  344. #. module: bi_sql_editor
  345. #: help:bi.sql.view,state:0
  346. msgid ""
  347. "State of the Request:\n"
  348. " * 'Draft': Not tested\n"
  349. " * 'SQL Valid': SQL Request has been checked and is valid"
  350. msgstr ""
  351. "Status der Abfrage:\n"
  352. "* 'Entwurf': Ungeprüft\n"
  353. "* 'SQL gültig': SQL Abfrage ist geprüft und gültig"
  354. #. module: bi_sql_editor
  355. #: help:bi.sql.view,technical_name:0
  356. msgid ""
  357. "Suffix of the SQL view. (SQL full name will be computed and prefixed by "
  358. "'x_bi_sql_view_'. Should have correctsyntax. For more information, see "
  359. "https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-"
  360. "SYNTAX-IDENTIFIERS"
  361. msgstr ""
  362. #. module: bi_sql_editor
  363. #: field:bi.sql.view,technical_name:0
  364. msgid "Technical Name"
  365. msgstr "Technische Bezeichnung"
  366. #. module: bi_sql_editor
  367. #: help:bi.sql.view.field,field_description:0
  368. msgid "This will be used as the name of the Odoo field, displayed for users"
  369. msgstr ""
  370. #. module: bi_sql_editor
  371. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  372. msgid "This will create Odoo View, Action and Menu"
  373. msgstr ""
  374. #. module: bi_sql_editor
  375. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  376. msgid ""
  377. "This will try to create an SQL View, based on the SQL request and the "
  378. "according Transient Model and fields, based on settings"
  379. msgstr ""
  380. #. module: bi_sql_editor
  381. #: help:bi.sql.view.field,ttype:0
  382. msgid ""
  383. "Type of the Odoo field that will be created. Let empty if you don't want to "
  384. "create a new field. If empty, this field will not be displayed neither "
  385. "available for search or group by function"
  386. msgstr ""
  387. #. module: bi_sql_editor
  388. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  389. msgid ""
  390. "Update Model Access. Required if you changed groups list after having "
  391. "created the model"
  392. msgstr ""
  393. #. module: bi_sql_editor
  394. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  395. msgid "Update Model Acess"
  396. msgstr ""
  397. #. module: bi_sql_editor
  398. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  399. msgid "User Interface"
  400. msgstr ""
  401. #. module: bi_sql_editor
  402. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  403. msgid "Validate SQL Expression"
  404. msgstr ""
  405. #. module: bi_sql_editor
  406. #: field:bi.sql.view,view_name:0
  407. msgid "View Name"
  408. msgstr ""
  409. #. module: bi_sql_editor
  410. #: code:addons/bi_sql_editor/models/bi_sql_view.py:161
  411. #, python-format
  412. msgid "You can only process this action on SQL Valid items"
  413. msgstr ""
  414. #. module: bi_sql_editor
  415. #: code:addons/bi_sql_editor/models/bi_sql_view.py:143
  416. #, python-format
  417. msgid "You can only unlink draft views"
  418. msgstr ""
  419. #. module: bi_sql_editor
  420. #: selection:bi.sql.view.field,ttype:0
  421. msgid "boolean"
  422. msgstr ""
  423. #. module: bi_sql_editor
  424. #: selection:bi.sql.view.field,ttype:0
  425. msgid "char"
  426. msgstr ""
  427. #. module: bi_sql_editor
  428. #: selection:bi.sql.view.field,ttype:0
  429. msgid "date"
  430. msgstr ""
  431. #. module: bi_sql_editor
  432. #: selection:bi.sql.view.field,ttype:0
  433. msgid "datetime"
  434. msgstr ""
  435. #. module: bi_sql_editor
  436. #: selection:bi.sql.view.field,ttype:0
  437. msgid "float"
  438. msgstr ""
  439. #. module: bi_sql_editor
  440. #: selection:bi.sql.view.field,ttype:0
  441. msgid "integer"
  442. msgstr ""
  443. #. module: bi_sql_editor
  444. #: selection:bi.sql.view.field,ttype:0
  445. msgid "many2one"
  446. msgstr ""
  447. #. module: bi_sql_editor
  448. #: selection:bi.sql.view.field,ttype:0
  449. msgid "selection"
  450. msgstr "Auswahl"
  451. #. module: bi_sql_editor
  452. #: field:bi.sql.view.field,sequence:0
  453. msgid "sequence"
  454. msgstr ""
  455. #. module: bi_sql_editor
  456. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  457. msgid "this will refresh the materialized view"
  458. msgstr ""