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.

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