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.

668 lines
31 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_bank_statement_import_txt_xlsx
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "PO-Revision-Date: 2020-02-19 15:13+0000\n"
  10. "Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
  11. "Language-Team: none\n"
  12. "Language: pt\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: nplurals=2; plural=n > 1;\n"
  17. "X-Generator: Weblate 3.10\n"
  18. #. module: account_bank_statement_import_txt_xlsx
  19. #: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:55
  20. #, python-format
  21. msgid "%s: %s"
  22. msgstr ""
  23. #. module: account_bank_statement_import_txt_xlsx
  24. #: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import_sheet_mapping
  25. #, fuzzy
  26. #| msgid "Account Bank Statement Import Txt Map"
  27. msgid "Account Bank Statement Import Sheet Mapping"
  28. msgstr "Mapa Txt para Importação de Extratos Bancários"
  29. #. module: account_bank_statement_import_txt_xlsx
  30. #: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import_sheet_mapping_wizard
  31. #, fuzzy
  32. #| msgid "Account Bank Statement Import Txt Map"
  33. msgid "Account Bank Statement Import Sheet Mapping Wizard"
  34. msgstr "Mapa Txt para Importação de Extratos Bancários"
  35. #. module: account_bank_statement_import_txt_xlsx
  36. #: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import_sheet_parser
  37. #, fuzzy
  38. #| msgid "Account Bank Statement Import Txt Map"
  39. msgid "Account Bank Statement Import Sheet Parser"
  40. msgstr "Mapa Txt para Importação de Extratos Bancários"
  41. #. module: account_bank_statement_import_txt_xlsx
  42. #: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:301
  43. #, python-format
  44. msgid "Account: %s; "
  45. msgstr ""
  46. #. module: account_bank_statement_import_txt_xlsx
  47. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__allow_back
  48. msgid "Allow Back"
  49. msgstr ""
  50. #. module: account_bank_statement_import_txt_xlsx
  51. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__amount_column
  52. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__amount_column
  53. msgid "Amount column"
  54. msgstr ""
  55. #. module: account_bank_statement_import_txt_xlsx
  56. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__amount_column
  57. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__amount_column
  58. #, fuzzy
  59. #| msgid "Amount in the journal currency"
  60. msgid "Amount of transaction in journal's currency"
  61. msgstr "Montante na moeda do diário"
  62. #. module: account_bank_statement_import_txt_xlsx
  63. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__balance_column
  64. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__balance_column
  65. msgid "Balance after transaction in journal's currency"
  66. msgstr ""
  67. #. module: account_bank_statement_import_txt_xlsx
  68. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__balance_column
  69. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__balance_column
  70. msgid "Balance column"
  71. msgstr ""
  72. #. module: account_bank_statement_import_txt_xlsx
  73. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  74. msgid "Baltic (Latin-4 / ISO 8859-4)"
  75. msgstr ""
  76. #. module: account_bank_statement_import_txt_xlsx
  77. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__bank_account_column
  78. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__bank_account_column
  79. #, fuzzy
  80. #| msgid "Bank Account Number"
  81. msgid "Bank Account column"
  82. msgstr "Nº de Conta Bancária"
  83. #. module: account_bank_statement_import_txt_xlsx
  84. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__bank_name_column
  85. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__bank_name_column
  86. msgid "Bank Name column"
  87. msgstr ""
  88. #. module: account_bank_statement_import_txt_xlsx
  89. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__data_file
  90. msgid "Bank Statement File"
  91. msgstr "Ficheiro de Extrato Bancário"
  92. #. module: account_bank_statement_import_txt_xlsx
  93. #: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:297
  94. #, python-format
  95. msgid "Bank: %s; "
  96. msgstr ""
  97. #. module: account_bank_statement_import_txt_xlsx
  98. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  99. msgid "Central European (Latin-2 / ISO 8859-2)"
  100. msgstr ""
  101. #. module: account_bank_statement_import_txt_xlsx
  102. #: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form
  103. msgid "Choose a file to import..."
  104. msgstr "Escolha um ficheiro a importar..."
  105. #. module: account_bank_statement_import_txt_xlsx
  106. #: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_tree
  107. msgid "Columns"
  108. msgstr ""
  109. #. module: account_bank_statement_import_txt_xlsx
  110. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__create_uid
  111. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__create_uid
  112. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__create_uid
  113. msgid "Created by"
  114. msgstr "Criado por"
  115. #. module: account_bank_statement_import_txt_xlsx
  116. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__create_date
  117. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__create_date
  118. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__create_date
  119. msgid "Created on"
  120. msgstr "Criado em"
  121. #. module: account_bank_statement_import_txt_xlsx
  122. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__credit_value
  123. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__credit_value
  124. msgid "Credit value"
  125. msgstr ""
  126. #. module: account_bank_statement_import_txt_xlsx
  127. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__currency_column
  128. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__currency_column
  129. #, fuzzy
  130. #| msgid "Currency"
  131. msgid "Currency column"
  132. msgstr "Moeda"
  133. #. module: account_bank_statement_import_txt_xlsx
  134. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  135. msgid "Cyrillic (KOI8-R)"
  136. msgstr ""
  137. #. module: account_bank_statement_import_txt_xlsx
  138. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  139. msgid "Cyrillic (KOI8-U)"
  140. msgstr ""
  141. #. module: account_bank_statement_import_txt_xlsx
  142. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  143. msgid "Cyrillic (Windows-1251)"
  144. msgstr ""
  145. #. module: account_bank_statement_import_txt_xlsx
  146. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__debit_value
  147. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__debit_value
  148. msgid "Debit value"
  149. msgstr ""
  150. #. module: account_bank_statement_import_txt_xlsx
  151. #: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form
  152. msgid "Debit/Credit column"
  153. msgstr ""
  154. #. module: account_bank_statement_import_txt_xlsx
  155. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__debit_credit_column
  156. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__debit_credit_column
  157. msgid "Debit/credit column"
  158. msgstr ""
  159. #. module: account_bank_statement_import_txt_xlsx
  160. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__float_decimal_sep
  161. #, fuzzy
  162. #| msgid "Decimals separator"
  163. msgid "Decimals Separator"
  164. msgstr "Separador decimal"
  165. #. module: account_bank_statement_import_txt_xlsx
  166. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_journal_creation__default_sheet_mapping_id
  167. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_journal__default_sheet_mapping_id
  168. msgid "Default Sheet Mapping"
  169. msgstr ""
  170. #. module: account_bank_statement_import_txt_xlsx
  171. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__delimiter
  172. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__delimiter
  173. #, fuzzy
  174. #| msgid "String delimiter"
  175. msgid "Delimiter"
  176. msgstr "Delimitador de texto"
  177. #. module: account_bank_statement_import_txt_xlsx
  178. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__description_column
  179. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__description_column
  180. msgid "Description column"
  181. msgstr ""
  182. #. module: account_bank_statement_import_txt_xlsx
  183. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__display_name
  184. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__display_name
  185. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__display_name
  186. msgid "Display Name"
  187. msgstr "Nome a Exibir"
  188. #. module: account_bank_statement_import_txt_xlsx
  189. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__file_encoding
  190. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__file_encoding
  191. msgid "Encoding"
  192. msgstr "Codificação"
  193. #. module: account_bank_statement_import_txt_xlsx
  194. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__filename
  195. msgid "Filename"
  196. msgstr "Ficheiro"
  197. #. module: account_bank_statement_import_txt_xlsx
  198. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__header
  199. #, fuzzy
  200. #| msgid "Header Name"
  201. msgid "Header"
  202. msgstr "Nome do Cabeçalho"
  203. #. module: account_bank_statement_import_txt_xlsx
  204. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__id
  205. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__id
  206. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__id
  207. msgid "ID"
  208. msgstr ""
  209. #. module: account_bank_statement_import_txt_xlsx
  210. #: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form
  211. msgid "Import"
  212. msgstr ""
  213. #. module: account_bank_statement_import_txt_xlsx
  214. #: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_bank_statement_import
  215. msgid "Import Bank Statement"
  216. msgstr "Importar Extrato Bancário"
  217. #. module: account_bank_statement_import_txt_xlsx
  218. #: model:ir.actions.act_window,name:account_bank_statement_import_txt_xlsx.action_account_bank_statement_import_sheet_mapping_wizard
  219. #, fuzzy
  220. #| msgid "Statement Import Mapping"
  221. msgid "Import Mapping"
  222. msgstr "Importar Mapeamento do Extrato"
  223. #. module: account_bank_statement_import_txt_xlsx
  224. #: code:addons/account_bank_statement_import_txt_xlsx/wizards/account_bank_statement_import_sheet_mapping_wizard.py:185
  225. #, fuzzy, python-format
  226. #| msgid "Statement Import Mapping"
  227. msgid "Imported Mapping"
  228. msgstr "Importar Mapeamento do Extrato"
  229. #. module: account_bank_statement_import_txt_xlsx
  230. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__currency_column
  231. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__currency_column
  232. msgid ""
  233. "In case statement is multi-currency, column to get currency of transaction "
  234. "from"
  235. msgstr ""
  236. #. module: account_bank_statement_import_txt_xlsx
  237. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_currency_column
  238. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_currency_column
  239. msgid ""
  240. "In case statement provides original currency for transactions with automatic "
  241. "currency conversion, column to get original currency of transaction from"
  242. msgstr ""
  243. #. module: account_bank_statement_import_txt_xlsx
  244. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_amount_column
  245. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_amount_column
  246. msgid ""
  247. "In case statement provides original currency for transactions with automatic "
  248. "currency conversion, column to get original transaction amount in original "
  249. "transaction currency from"
  250. msgstr ""
  251. #. module: account_bank_statement_import_txt_xlsx
  252. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  253. msgid "Japanese (Shift JIS)"
  254. msgstr ""
  255. #. module: account_bank_statement_import_txt_xlsx
  256. #: model:ir.model,name:account_bank_statement_import_txt_xlsx.model_account_journal
  257. msgid "Journal"
  258. msgstr "Diário"
  259. #. module: account_bank_statement_import_txt_xlsx
  260. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping____last_update
  261. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard____last_update
  262. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser____last_update
  263. msgid "Last Modified on"
  264. msgstr "Modif. pela última em"
  265. #. module: account_bank_statement_import_txt_xlsx
  266. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__write_uid
  267. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__write_uid
  268. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__write_uid
  269. msgid "Last Updated by"
  270. msgstr "Última Atualização por"
  271. #. module: account_bank_statement_import_txt_xlsx
  272. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__write_date
  273. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__write_date
  274. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_parser__write_date
  275. msgid "Last Updated on"
  276. msgstr "Última Atualização em"
  277. #. module: account_bank_statement_import_txt_xlsx
  278. #: code:addons/account_bank_statement_import_txt_xlsx/wizards/account_bank_statement_import_sheet_mapping_wizard.py:153
  279. #, fuzzy, python-format
  280. #| msgid "Mapping Lines"
  281. msgid "Mapping from %s"
  282. msgstr "Linhas de Mapeamento"
  283. #. module: account_bank_statement_import_txt_xlsx
  284. #: selection:account.bank.statement.import.sheet.mapping,delimiter:0
  285. #: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:291
  286. #, python-format
  287. msgid "N/A"
  288. msgstr ""
  289. #. module: account_bank_statement_import_txt_xlsx
  290. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__name
  291. msgid "Name"
  292. msgstr "Nome"
  293. #. module: account_bank_statement_import_txt_xlsx
  294. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__notes_column
  295. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__notes_column
  296. msgid "Notes column"
  297. msgstr ""
  298. #. module: account_bank_statement_import_txt_xlsx
  299. #: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form
  300. msgid "Options"
  301. msgstr ""
  302. #. module: account_bank_statement_import_txt_xlsx
  303. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_amount_column
  304. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_amount_column
  305. msgid "Original amount column"
  306. msgstr ""
  307. #. module: account_bank_statement_import_txt_xlsx
  308. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__original_currency_column
  309. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__original_currency_column
  310. msgid "Original currency column"
  311. msgstr ""
  312. #. module: account_bank_statement_import_txt_xlsx
  313. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__partner_name_column
  314. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__partner_name_column
  315. msgid "Partner Name column"
  316. msgstr ""
  317. #. module: account_bank_statement_import_txt_xlsx
  318. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__bank_name_column
  319. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__bank_name_column
  320. msgid "Partner's bank"
  321. msgstr ""
  322. #. module: account_bank_statement_import_txt_xlsx
  323. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__bank_account_column
  324. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__bank_account_column
  325. msgid "Partner's bank account"
  326. msgstr ""
  327. #. module: account_bank_statement_import_txt_xlsx
  328. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__reference_column
  329. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__reference_column
  330. #, fuzzy
  331. #| msgid "Reference"
  332. msgid "Reference column"
  333. msgstr "Referência"
  334. #. module: account_bank_statement_import_txt_xlsx
  335. #: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_sheet_mapping_wizard_form
  336. #, fuzzy
  337. #| msgid "Statement Import Mapping"
  338. msgid "Select a statement file to import mapping"
  339. msgstr "Importar Mapeamento do Extrato"
  340. #. module: account_bank_statement_import_txt_xlsx
  341. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import__sheet_mapping_id
  342. #, fuzzy
  343. #| msgid "Statement Import Mapping"
  344. msgid "Sheet mapping"
  345. msgstr "Importar Mapeamento do Extrato"
  346. #. module: account_bank_statement_import_txt_xlsx
  347. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__debit_credit_column
  348. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__debit_credit_column
  349. msgid ""
  350. "Some statement formats use absolute amount value and indicate signof the "
  351. "transaction by specifying if it was a debit or a credit one"
  352. msgstr ""
  353. #. module: account_bank_statement_import_txt_xlsx
  354. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__state
  355. msgid "State"
  356. msgstr ""
  357. #. module: account_bank_statement_import_txt_xlsx
  358. #: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.view_account_journal_form_n43
  359. msgid "Statement Import Map"
  360. msgstr "Importar Mapa do Extrato"
  361. #. module: account_bank_statement_import_txt_xlsx
  362. #: model:ir.actions.act_window,name:account_bank_statement_import_txt_xlsx.action_statement_import_sheet_report_mappings
  363. #: model:ir.ui.menu,name:account_bank_statement_import_txt_xlsx.menu_statement_import_sheet_mapping
  364. #, fuzzy
  365. #| msgid "Statement Import Mapping"
  366. msgid "Statement Sheet Mappings"
  367. msgstr "Importar Mapeamento do Extrato"
  368. #. module: account_bank_statement_import_txt_xlsx
  369. #: model_terms:ir.ui.view,arch_db:account_bank_statement_import_txt_xlsx.account_bank_statement_import_view
  370. msgid "TXT/CSV/XLSX mapping:"
  371. msgstr ""
  372. #. module: account_bank_statement_import_txt_xlsx
  373. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__quotechar
  374. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__quotechar
  375. msgid "Text qualifier"
  376. msgstr ""
  377. #. module: account_bank_statement_import_txt_xlsx
  378. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__float_thousands_sep
  379. #, fuzzy
  380. #| msgid "Thousands separator"
  381. msgid "Thousands Separator"
  382. msgstr "Separador de milhares"
  383. #. module: account_bank_statement_import_txt_xlsx
  384. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__timestamp_format
  385. msgid "Timestamp Format"
  386. msgstr ""
  387. #. module: account_bank_statement_import_txt_xlsx
  388. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__timestamp_column
  389. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__timestamp_column
  390. msgid "Timestamp column"
  391. msgstr ""
  392. #. module: account_bank_statement_import_txt_xlsx
  393. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  394. msgid "Traditional Chinese (big5)"
  395. msgstr ""
  396. #. module: account_bank_statement_import_txt_xlsx
  397. #: code:addons/account_bank_statement_import_txt_xlsx/models/account_bank_statement_import_sheet_parser.py:305
  398. #, python-format
  399. msgid "Transaction ID: %s; "
  400. msgstr ""
  401. #. module: account_bank_statement_import_txt_xlsx
  402. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  403. msgid "UTF-16"
  404. msgstr ""
  405. #. module: account_bank_statement_import_txt_xlsx
  406. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  407. msgid "UTF-16 (with BOM)"
  408. msgstr ""
  409. #. module: account_bank_statement_import_txt_xlsx
  410. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  411. msgid "UTF-8"
  412. msgstr ""
  413. #. module: account_bank_statement_import_txt_xlsx
  414. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  415. msgid "UTF-8 (with BOM)"
  416. msgstr ""
  417. #. module: account_bank_statement_import_txt_xlsx
  418. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  419. msgid "Unified Chinese (gb18030)"
  420. msgstr ""
  421. #. module: account_bank_statement_import_txt_xlsx
  422. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__transaction_id_column
  423. #: model:ir.model.fields,field_description:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__transaction_id_column
  424. msgid "Unique transaction ID column"
  425. msgstr ""
  426. #. module: account_bank_statement_import_txt_xlsx
  427. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__credit_value
  428. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__credit_value
  429. msgid "Value of debit/credit column that indicates if it's a credit"
  430. msgstr ""
  431. #. module: account_bank_statement_import_txt_xlsx
  432. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping__debit_value
  433. #: model:ir.model.fields,help:account_bank_statement_import_txt_xlsx.field_account_bank_statement_import_sheet_mapping_wizard__debit_value
  434. msgid "Value of debit/credit column that indicates if it's a debit"
  435. msgstr ""
  436. #. module: account_bank_statement_import_txt_xlsx
  437. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  438. msgid "Western (Latin-1 / ISO 8859-1)"
  439. msgstr ""
  440. #. module: account_bank_statement_import_txt_xlsx
  441. #: selection:account.bank.statement.import.sheet.mapping,file_encoding:0
  442. msgid "Western (Windows-1252)"
  443. msgstr ""
  444. #. module: account_bank_statement_import_txt_xlsx
  445. #: selection:account.bank.statement.import.sheet.mapping,delimiter:0
  446. #: selection:account.bank.statement.import.sheet.mapping,float_decimal_sep:0
  447. #: selection:account.bank.statement.import.sheet.mapping,float_thousands_sep:0
  448. msgid "comma (,)"
  449. msgstr "vírgula (,)"
  450. #. module: account_bank_statement_import_txt_xlsx
  451. #: selection:account.bank.statement.import.sheet.mapping,delimiter:0
  452. #: selection:account.bank.statement.import.sheet.mapping,float_decimal_sep:0
  453. #: selection:account.bank.statement.import.sheet.mapping,float_thousands_sep:0
  454. msgid "dot (.)"
  455. msgstr "ponto (.)"
  456. #. module: account_bank_statement_import_txt_xlsx
  457. #: selection:account.bank.statement.import.sheet.mapping,float_decimal_sep:0
  458. #: selection:account.bank.statement.import.sheet.mapping,float_thousands_sep:0
  459. msgid "none"
  460. msgstr "nenhum"
  461. #. module: account_bank_statement_import_txt_xlsx
  462. #: selection:account.bank.statement.import.sheet.mapping,delimiter:0
  463. msgid "semicolon (;)"
  464. msgstr "ponto e vírgula (;)"
  465. #. module: account_bank_statement_import_txt_xlsx
  466. #: selection:account.bank.statement.import.sheet.mapping,delimiter:0
  467. #, fuzzy
  468. #| msgid "Space"
  469. msgid "space"
  470. msgstr "Espaço"
  471. #. module: account_bank_statement_import_txt_xlsx
  472. #: selection:account.bank.statement.import.sheet.mapping,delimiter:0
  473. #, fuzzy
  474. #| msgid "Tab"
  475. msgid "tab"
  476. msgstr "Tab"
  477. #~ msgid "Cancel"
  478. #~ msgstr "Cancelar"
  479. #~ msgid "%s Import %s > %s"
  480. #~ msgstr "%s Importar %s > %s"
  481. #~ msgid "Account Bank Statement Import Txt Map Line"
  482. #~ msgstr "Linha de Mapa Txt para Importação de Extratos Bancários"
  483. #~ msgid "All the txt map lines will be created automatically."
  484. #~ msgstr "Todas as linhas do mapa txt serão criadas automaticamente."
  485. #~ msgid "Amount in foreign currency"
  486. #~ msgstr "Montante em moeda estrangeira"
  487. #~ msgid "An error was found translating a date field from the file: %s"
  488. #~ msgstr ""
  489. #~ "Foi encontrado um erro na tradução de uma campo de data do ficheiro: %s"
  490. #~ msgid "Create Lines"
  491. #~ msgstr "Criar Linhas"
  492. #~ msgid "Create Statement Map Lines"
  493. #~ msgstr "Criar Linhas de Mapa de Extrato"
  494. #~ msgid "Date"
  495. #~ msgstr "Data"
  496. #~ msgid "Date Format"
  497. #~ msgstr "Formato de Data"
  498. #~ msgid "Date format of map file and Txt date does not match."
  499. #~ msgstr "O formato das datas do ficheiro mapa e do Txt não coincidem."
  500. #~ msgid "Download a bank statement from your bank and import it here."
  501. #~ msgstr "Descarregue um extrato bancário do seu banco e importe-o aqui."
  502. #~ msgid "Field number"
  503. #~ msgstr "Número do campo"
  504. #~ msgid "Headers of file to import and Txt map lines does not match."
  505. #~ msgstr ""
  506. #~ "Os cabeçalhos do ficheiro a importar e das linhas de mapa Txt não "
  507. #~ "coincidem."
  508. #~ msgid "Import Txt Map Lines"
  509. #~ msgstr "Importar Linhas de Mapa Txt"
  510. #~ msgid "Label"
  511. #~ msgstr "Etiqueta"
  512. #~ msgid "Map Parent"
  513. #~ msgstr "Ascendente do Mapa"
  514. #~ msgid "Map lines"
  515. #~ msgstr "Linhas de Mapa"
  516. #~ msgid "Notes"
  517. #~ msgstr "Notas"
  518. #~ msgid ""
  519. #~ "Select a TXT/CSV or XLSX bank statement file to create all the map lines "
  520. #~ "from headers file."
  521. #~ msgstr ""
  522. #~ "Selecione um ficheiro de extrato bancário TXT/CSV ou XLSX para criar "
  523. #~ "todas as linhas de mapa a partir dos cabeçalhos."
  524. #~ msgid "Separated by"
  525. #~ msgstr "Separado por"
  526. #~ msgid "Statement Field to Assign"
  527. #~ msgstr "Campo do Extrato a Atribuir"
  528. #~ msgid "Statement Import Txt Map"
  529. #~ msgstr "Importar Mapa Txt do Extrato"
  530. #~ msgid "Txt Map"
  531. #~ msgstr "Mapa Txt"
  532. #~ msgid "Txt map"
  533. #~ msgstr "Mapa Txt"
  534. #~ msgid "Txt mapping line"
  535. #~ msgstr "Linha de mapeamento Txt"
  536. #~ msgid "Txt mapping lines"
  537. #~ msgstr "Linhas de mapeamento Txt"
  538. #~ msgid "Txt/XLSX file with Template:"
  539. #~ msgstr "Ficheiro Txt/XLSX com Modelo:"
  540. #~ msgid ""
  541. #~ "Value '%s' for the field '%s' on line %d, cannot be converted to float"
  542. #~ msgstr ""
  543. #~ "O valor '%s' para o campo '%s' na linha %d não pode ser convertido para "
  544. #~ "float"
  545. #~ msgid "Wizard Txt Map Create"
  546. #~ msgstr "Assistente de Criação de Mapa Txt"
  547. #~ msgid "You must run this wizard from the journal"
  548. #~ msgstr "Tem que executar este assistente a partir do diário"