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.

547 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. # Esther Martín Menéndez <esthermartin001@gmail.com>, 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: Esther Martín Menéndez <esthermartin001@gmail.com>, 2017\n"
  15. "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: eu\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:248
  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:274
  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 ""
  41. #. module: bi_sql_editor
  42. #: field:bi.sql.view,user_ids:0
  43. msgid "Allowed Users"
  44. msgstr ""
  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 delete"
  49. " the materialized view, and all the previous"
  50. " 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 "Nork sortua"
  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 "Created on"
  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 created. A typical Multi Company rule is for exemple \n"
  96. " ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]."
  97. msgstr ""
  98. #. module: bi_sql_editor
  99. #: field:bi.sql.view,display_name:0 field:bi.sql.view.field,display_name:0
  100. msgid "Display Name"
  101. msgstr "Izena erakutsi"
  102. #. module: bi_sql_editor
  103. #: selection:bi.sql.view,state:0
  104. msgid "Draft"
  105. msgstr ""
  106. #. module: bi_sql_editor
  107. #: field:bi.sql.view,domain_force:0
  108. msgid "Extra Rule Definition"
  109. msgstr ""
  110. #. module: bi_sql_editor
  111. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  112. msgid "Extras Information"
  113. msgstr ""
  114. #. module: bi_sql_editor
  115. #: field:bi.sql.view.field,field_description:0
  116. msgid "Field Description"
  117. msgstr ""
  118. #. module: bi_sql_editor
  119. #: field:bi.sql.view.field,ttype:0
  120. msgid "Field Type"
  121. msgstr ""
  122. #. module: bi_sql_editor
  123. #: help:bi.sql.view.field,many2one_model_id:0
  124. msgid ""
  125. "For 'Many2one' Odoo field.\n"
  126. " Co Model of the field."
  127. msgstr ""
  128. #. module: bi_sql_editor
  129. #: help:bi.sql.view.field,selection:0
  130. msgid ""
  131. "For 'Selection' Odoo field.\n"
  132. " List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]"
  133. msgstr ""
  134. #. module: bi_sql_editor
  135. #: help:bi.sql.view,model_name:0
  136. msgid "Full Qualified Name of the transient model that will be created."
  137. msgstr ""
  138. #. module: bi_sql_editor
  139. #: help:bi.sql.view,view_name:0
  140. msgid "Full name of the SQL view"
  141. msgstr ""
  142. #. module: bi_sql_editor
  143. #: field:bi.sql.view.field,graph_type:0
  144. msgid "Graph Type"
  145. msgstr ""
  146. #. module: bi_sql_editor
  147. #: selection:bi.sql.view,state:0
  148. msgid "Graph, action and Menu Created"
  149. msgstr ""
  150. #. module: bi_sql_editor
  151. #: field:bi.sql.view,has_group_changed:0
  152. msgid "Has group changed"
  153. msgstr ""
  154. #. module: bi_sql_editor
  155. #: field:bi.sql.view,id:0 field:bi.sql.view.field,id:0
  156. msgid "ID"
  157. msgstr "ID"
  158. #. module: bi_sql_editor
  159. #: field:bi.sql.view.field,index_name:0
  160. msgid "Index Name"
  161. msgstr ""
  162. #. module: bi_sql_editor
  163. #: field:bi.sql.view.field,is_group_by:0
  164. msgid "Is Group by"
  165. msgstr ""
  166. #. module: bi_sql_editor
  167. #: field:bi.sql.view.field,is_index:0
  168. msgid "Is Index"
  169. msgstr ""
  170. #. module: bi_sql_editor
  171. #: field:bi.sql.view,is_materialized:0
  172. msgid "Is Materialized View"
  173. msgstr ""
  174. #. module: bi_sql_editor
  175. #: field:bi.sql.view,__last_update:0 field:bi.sql.view.field,__last_update:0
  176. msgid "Last Modified on"
  177. msgstr ""
  178. #. module: bi_sql_editor
  179. #: field:bi.sql.view,write_uid:0 field:bi.sql.view.field,write_uid:0
  180. msgid "Last Updated by"
  181. msgstr "Last Updated by"
  182. #. module: bi_sql_editor
  183. #: field:bi.sql.view,write_date:0 field:bi.sql.view.field,write_date:0
  184. msgid "Last Updated on"
  185. msgstr "Last Updated on"
  186. #. module: bi_sql_editor
  187. #: field:bi.sql.view,materialized_text:0
  188. msgid "Materialized text"
  189. msgstr ""
  190. #. module: bi_sql_editor
  191. #: selection:bi.sql.view.field,graph_type:0
  192. msgid "Measure"
  193. msgstr ""
  194. #. module: bi_sql_editor
  195. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  196. #: field:bi.sql.view.field,many2one_model_id:0
  197. msgid "Model"
  198. msgstr "Model"
  199. #. module: bi_sql_editor
  200. #: field:bi.sql.view,model_name:0
  201. msgid "Model Name"
  202. msgstr ""
  203. #. module: bi_sql_editor
  204. #: field:bi.sql.view,name:0 field:bi.sql.view.field,name:0
  205. msgid "Name"
  206. msgstr "Izena"
  207. #. module: bi_sql_editor
  208. #: code:addons/bi_sql_editor/models/bi_sql_view.py:475
  209. #, python-format
  210. msgid ""
  211. "No Column was found.\n"
  212. "Columns name should be prefixed by 'x_'."
  213. msgstr ""
  214. #. module: bi_sql_editor
  215. #: field:bi.sql.view,action_id:0
  216. msgid "Odoo Action"
  217. msgstr ""
  218. #. module: bi_sql_editor
  219. #: field:bi.sql.view,cron_id:0
  220. msgid "Odoo Cron"
  221. msgstr ""
  222. #. module: bi_sql_editor
  223. #: field:bi.sql.view,graph_view_id:0
  224. msgid "Odoo Graph View"
  225. msgstr ""
  226. #. module: bi_sql_editor
  227. #: field:bi.sql.view,menu_id:0
  228. msgid "Odoo Menu"
  229. msgstr ""
  230. #. module: bi_sql_editor
  231. #: field:bi.sql.view,model_id:0
  232. msgid "Odoo Model"
  233. msgstr ""
  234. #. module: bi_sql_editor
  235. #: field:bi.sql.view,rule_id:0
  236. msgid "Odoo Rule"
  237. msgstr ""
  238. #. module: bi_sql_editor
  239. #: field:bi.sql.view,search_view_id:0
  240. msgid "Odoo Search View"
  241. msgstr ""
  242. #. module: bi_sql_editor
  243. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  244. msgid "Open View"
  245. msgstr ""
  246. #. module: bi_sql_editor
  247. #: field:bi.sql.view,query:0
  248. msgid "Query"
  249. msgstr ""
  250. #. module: bi_sql_editor
  251. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  252. msgid "Refresh Materialized View"
  253. msgstr ""
  254. #. module: bi_sql_editor
  255. #: code:addons/bi_sql_editor/models/bi_sql_view.py:263
  256. #, python-format
  257. msgid "Refresh Materialized View %s"
  258. msgstr ""
  259. #. module: bi_sql_editor
  260. #: selection:bi.sql.view.field,graph_type:0
  261. msgid "Row"
  262. msgstr ""
  263. #. module: bi_sql_editor
  264. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  265. msgid "Rule Definition"
  266. msgstr ""
  267. #. module: bi_sql_editor
  268. #: code:addons/bi_sql_editor/models/bi_sql_view.py:358
  269. #, python-format
  270. msgid ""
  271. "SQL Error while creating %s VIEW %s :\n"
  272. " %s"
  273. msgstr ""
  274. #. module: bi_sql_editor
  275. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  276. #: field:bi.sql.view,bi_sql_view_field_ids:0
  277. msgid "SQL Fields"
  278. msgstr ""
  279. #. module: bi_sql_editor
  280. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  281. msgid "SQL Query"
  282. msgstr ""
  283. #. module: bi_sql_editor
  284. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_editor
  285. msgid "SQL Reports"
  286. msgstr ""
  287. #. module: bi_sql_editor
  288. #: help:bi.sql.view,query:0
  289. msgid ""
  290. "SQL Request that will be inserted as the view. Take care to :\n"
  291. " * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n"
  292. " * Do not use 'SELECT *' or 'SELECT table.*';\n"
  293. " * prefix the name of the selectable columns by 'x_';"
  294. msgstr ""
  295. #. module: bi_sql_editor
  296. #: field:bi.sql.view.field,sql_type:0
  297. msgid "SQL Type"
  298. msgstr ""
  299. #. module: bi_sql_editor
  300. #: help:bi.sql.view.field,sql_type:0
  301. msgid "SQL Type in the database"
  302. msgstr ""
  303. #. module: bi_sql_editor
  304. #: selection:bi.sql.view,state:0
  305. msgid "SQL Valid"
  306. msgstr ""
  307. #. module: bi_sql_editor
  308. #: field:bi.sql.view.field,bi_sql_view_id:0
  309. msgid "SQL View"
  310. msgstr ""
  311. #. module: bi_sql_editor
  312. #: selection:bi.sql.view,state:0
  313. msgid "SQL View and Model Created"
  314. msgstr ""
  315. #. module: bi_sql_editor
  316. #: model:ir.actions.act_window,name:bi_sql_editor.action_bi_sql_view
  317. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_view
  318. msgid "SQL Views"
  319. msgstr ""
  320. #. module: bi_sql_editor
  321. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  322. msgid "Security"
  323. msgstr ""
  324. #. module: bi_sql_editor
  325. #: field:bi.sql.view.field,selection:0
  326. msgid "Selection Options"
  327. msgstr ""
  328. #. module: bi_sql_editor
  329. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  330. msgid "Set to Draft"
  331. msgstr ""
  332. #. module: bi_sql_editor
  333. #: help:bi.sql.view,size:0
  334. msgid "Size of the materialized view and its indexes"
  335. msgstr ""
  336. #. module: bi_sql_editor
  337. #: field:bi.sql.view,state:0
  338. msgid "State"
  339. msgstr ""
  340. #. module: bi_sql_editor
  341. #: help:bi.sql.view,state:0
  342. msgid ""
  343. "State of the Request:\n"
  344. " * 'Draft': Not tested\n"
  345. " * 'SQL Valid': SQL Request has been checked and is valid"
  346. msgstr ""
  347. #. module: bi_sql_editor
  348. #: help:bi.sql.view,technical_name:0
  349. msgid ""
  350. "Suffix of the SQL view. (SQL full name will be computed and prefixed by "
  351. "'x_bi_sql_view_'. Should have correctsyntax. For more information, see "
  352. "https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-"
  353. "SYNTAX-IDENTIFIERS"
  354. msgstr ""
  355. #. module: bi_sql_editor
  356. #: field:bi.sql.view,technical_name:0
  357. msgid "Technical Name"
  358. msgstr ""
  359. #. module: bi_sql_editor
  360. #: help:bi.sql.view.field,field_description:0
  361. msgid "This will be used as the name of the Odoo field, displayed for users"
  362. msgstr ""
  363. #. module: bi_sql_editor
  364. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  365. msgid "This will create Odoo View, Action and Menu"
  366. msgstr ""
  367. #. module: bi_sql_editor
  368. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  369. msgid ""
  370. "This will try to create an SQL View, based on the SQL request and the "
  371. "according Transient Model and fields, based on settings"
  372. msgstr ""
  373. #. module: bi_sql_editor
  374. #: help:bi.sql.view.field,ttype:0
  375. msgid ""
  376. "Type of the Odoo field that will be created. Let empty if you don't want to "
  377. "create a new field. If empty, this field will not be displayed neither "
  378. "available for search or group by function"
  379. msgstr ""
  380. #. module: bi_sql_editor
  381. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  382. msgid ""
  383. "Update Model Access. Required if you changed groups list after having "
  384. "created the model"
  385. msgstr ""
  386. #. module: bi_sql_editor
  387. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  388. msgid "Update Model Acess"
  389. msgstr ""
  390. #. module: bi_sql_editor
  391. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  392. msgid "User Interface"
  393. msgstr ""
  394. #. module: bi_sql_editor
  395. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  396. msgid "Validate SQL Expression"
  397. msgstr ""
  398. #. module: bi_sql_editor
  399. #: field:bi.sql.view,view_name:0
  400. msgid "View Name"
  401. msgstr ""
  402. #. module: bi_sql_editor
  403. #: code:addons/bi_sql_editor/models/bi_sql_view.py:161
  404. #, python-format
  405. msgid "You can only process this action on SQL Valid items"
  406. msgstr ""
  407. #. module: bi_sql_editor
  408. #: code:addons/bi_sql_editor/models/bi_sql_view.py:143
  409. #, python-format
  410. msgid "You can only unlink draft views"
  411. msgstr ""
  412. #. module: bi_sql_editor
  413. #: selection:bi.sql.view.field,ttype:0
  414. msgid "boolean"
  415. msgstr ""
  416. #. module: bi_sql_editor
  417. #: selection:bi.sql.view.field,ttype:0
  418. msgid "char"
  419. msgstr ""
  420. #. module: bi_sql_editor
  421. #: selection:bi.sql.view.field,ttype:0
  422. msgid "date"
  423. msgstr ""
  424. #. module: bi_sql_editor
  425. #: selection:bi.sql.view.field,ttype:0
  426. msgid "datetime"
  427. msgstr ""
  428. #. module: bi_sql_editor
  429. #: selection:bi.sql.view.field,ttype:0
  430. msgid "float"
  431. msgstr ""
  432. #. module: bi_sql_editor
  433. #: selection:bi.sql.view.field,ttype:0
  434. msgid "integer"
  435. msgstr ""
  436. #. module: bi_sql_editor
  437. #: selection:bi.sql.view.field,ttype:0
  438. msgid "many2one"
  439. msgstr ""
  440. #. module: bi_sql_editor
  441. #: selection:bi.sql.view.field,ttype:0
  442. msgid "selection"
  443. msgstr ""
  444. #. module: bi_sql_editor
  445. #: field:bi.sql.view.field,sequence:0
  446. msgid "sequence"
  447. msgstr ""
  448. #. module: bi_sql_editor
  449. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  450. msgid "this will refresh the materialized view"
  451. msgstr ""