From 7c90f17ebe750724aa1f0b1a36324314041b6f06 Mon Sep 17 00:00:00 2001 From: Odoo SA Date: Mon, 16 Nov 2020 17:22:26 +0100 Subject: [PATCH 01/39] Import account_bank_statement_import by Odoo SA Import code just before commit 9ba8734f15e1a292ca27b1a026e8366a91b2a8c9 that moved the module account_bank_statement_import to Odoo Enterprise Only modifications : - add author (Odoo SA) and license (LGPL) keys in manifest - add copyright headers Odoo SA all main files --- account_statement_import/__init__.py | 6 + account_statement_import/__manifest__.py | 28 + .../account_bank_statement_import.py | 245 +++++ .../account_bank_statement_import_view.xml | 59 ++ .../account_import_tip_data.xml | 6 + account_statement_import/account_journal.py | 31 + .../demo/partner_bank.xml | 35 + .../i18n/account_bank_statement_import.pot | 800 ++++++++++++++++ account_statement_import/i18n/af.po | 567 ++++++++++++ account_statement_import/i18n/am.po | 566 ++++++++++++ account_statement_import/i18n/ar.po | 852 +++++++++++++++++ account_statement_import/i18n/az.po | 631 +++++++++++++ account_statement_import/i18n/bg.po | 566 ++++++++++++ account_statement_import/i18n/bs.po | 641 +++++++++++++ account_statement_import/i18n/ca.po | 671 ++++++++++++++ account_statement_import/i18n/cs.po | 831 +++++++++++++++++ account_statement_import/i18n/da.po | 836 +++++++++++++++++ account_statement_import/i18n/de.po | 862 +++++++++++++++++ account_statement_import/i18n/el.po | 649 +++++++++++++ account_statement_import/i18n/en_AU.po | 529 +++++++++++ account_statement_import/i18n/en_GB.po | 566 ++++++++++++ account_statement_import/i18n/es.po | 856 +++++++++++++++++ account_statement_import/i18n/es_AR.po | 566 ++++++++++++ account_statement_import/i18n/es_BO.po | 566 ++++++++++++ account_statement_import/i18n/es_CL.po | 566 ++++++++++++ account_statement_import/i18n/es_CO.po | 566 ++++++++++++ account_statement_import/i18n/es_CR.po | 566 ++++++++++++ account_statement_import/i18n/es_DO.po | 566 ++++++++++++ account_statement_import/i18n/es_EC.po | 566 ++++++++++++ account_statement_import/i18n/es_PE.po | 566 ++++++++++++ account_statement_import/i18n/es_PY.po | 566 ++++++++++++ account_statement_import/i18n/es_VE.po | 566 ++++++++++++ account_statement_import/i18n/et.po | 675 ++++++++++++++ account_statement_import/i18n/eu.po | 566 ++++++++++++ account_statement_import/i18n/fa.po | 640 +++++++++++++ account_statement_import/i18n/fi.po | 662 ++++++++++++++ account_statement_import/i18n/fo.po | 566 ++++++++++++ account_statement_import/i18n/fr.po | 852 +++++++++++++++++ account_statement_import/i18n/fr_BE.po | 531 +++++++++++ account_statement_import/i18n/fr_CA.po | 566 ++++++++++++ account_statement_import/i18n/gl.po | 566 ++++++++++++ account_statement_import/i18n/gu.po | 638 +++++++++++++ account_statement_import/i18n/he.po | 826 +++++++++++++++++ account_statement_import/i18n/hr.po | 830 +++++++++++++++++ account_statement_import/i18n/hu.po | 830 +++++++++++++++++ account_statement_import/i18n/id.po | 603 ++++++++++++ account_statement_import/i18n/is.po | 651 +++++++++++++ account_statement_import/i18n/it.po | 864 ++++++++++++++++++ account_statement_import/i18n/ja.po | 640 +++++++++++++ account_statement_import/i18n/ka.po | 566 ++++++++++++ account_statement_import/i18n/kab.po | 566 ++++++++++++ account_statement_import/i18n/km.po | 636 +++++++++++++ account_statement_import/i18n/ko.po | 654 +++++++++++++ account_statement_import/i18n/lb.po | 800 ++++++++++++++++ account_statement_import/i18n/lo.po | 566 ++++++++++++ account_statement_import/i18n/lt.po | 848 +++++++++++++++++ account_statement_import/i18n/lv.po | 566 ++++++++++++ account_statement_import/i18n/mk.po | 566 ++++++++++++ account_statement_import/i18n/mn.po | 843 +++++++++++++++++ account_statement_import/i18n/nb.po | 814 +++++++++++++++++ account_statement_import/i18n/ne.po | 563 ++++++++++++ account_statement_import/i18n/nl.po | 858 +++++++++++++++++ account_statement_import/i18n/nl_BE.po | 566 ++++++++++++ account_statement_import/i18n/pl.po | 858 +++++++++++++++++ account_statement_import/i18n/pt.po | 800 ++++++++++++++++ account_statement_import/i18n/pt_BR.po | 853 +++++++++++++++++ account_statement_import/i18n/ro.po | 800 ++++++++++++++++ account_statement_import/i18n/ru.po | 839 +++++++++++++++++ account_statement_import/i18n/sk.po | 659 +++++++++++++ account_statement_import/i18n/sl.po | 563 ++++++++++++ account_statement_import/i18n/sq.po | 566 ++++++++++++ account_statement_import/i18n/sr.po | 638 +++++++++++++ account_statement_import/i18n/sr@latin.po | 572 ++++++++++++ account_statement_import/i18n/sv.po | 645 +++++++++++++ account_statement_import/i18n/ta.po | 530 +++++++++++ account_statement_import/i18n/te.po | 528 +++++++++++ account_statement_import/i18n/th.po | 641 +++++++++++++ account_statement_import/i18n/tr.po | 851 +++++++++++++++++ account_statement_import/i18n/uk.po | 850 +++++++++++++++++ account_statement_import/i18n/vi.po | 850 +++++++++++++++++ account_statement_import/i18n/zh_CN.po | 835 +++++++++++++++++ account_statement_import/i18n/zh_TW.po | 823 +++++++++++++++++ .../static/csv/account.bank.statement.csv | 6 + .../static/description/icon_src.svg | 178 ++++ .../src/js/account_bank_statement_import.js | 24 + ...ccount_bank_statement_import_templates.xml | 8 + account_statement_import/wizard/__init__.py | 2 + .../wizard/journal_creation.py | 17 + .../wizard/journal_creation.xml | 36 + .../wizard/setup_wizards.py | 17 + 90 files changed, 51400 insertions(+) create mode 100644 account_statement_import/__init__.py create mode 100644 account_statement_import/__manifest__.py create mode 100644 account_statement_import/account_bank_statement_import.py create mode 100644 account_statement_import/account_bank_statement_import_view.xml create mode 100644 account_statement_import/account_import_tip_data.xml create mode 100644 account_statement_import/account_journal.py create mode 100644 account_statement_import/demo/partner_bank.xml create mode 100644 account_statement_import/i18n/account_bank_statement_import.pot create mode 100644 account_statement_import/i18n/af.po create mode 100644 account_statement_import/i18n/am.po create mode 100644 account_statement_import/i18n/ar.po create mode 100644 account_statement_import/i18n/az.po create mode 100644 account_statement_import/i18n/bg.po create mode 100644 account_statement_import/i18n/bs.po create mode 100644 account_statement_import/i18n/ca.po create mode 100644 account_statement_import/i18n/cs.po create mode 100644 account_statement_import/i18n/da.po create mode 100644 account_statement_import/i18n/de.po create mode 100644 account_statement_import/i18n/el.po create mode 100644 account_statement_import/i18n/en_AU.po create mode 100644 account_statement_import/i18n/en_GB.po create mode 100644 account_statement_import/i18n/es.po create mode 100644 account_statement_import/i18n/es_AR.po create mode 100644 account_statement_import/i18n/es_BO.po create mode 100644 account_statement_import/i18n/es_CL.po create mode 100644 account_statement_import/i18n/es_CO.po create mode 100644 account_statement_import/i18n/es_CR.po create mode 100644 account_statement_import/i18n/es_DO.po create mode 100644 account_statement_import/i18n/es_EC.po create mode 100644 account_statement_import/i18n/es_PE.po create mode 100644 account_statement_import/i18n/es_PY.po create mode 100644 account_statement_import/i18n/es_VE.po create mode 100644 account_statement_import/i18n/et.po create mode 100644 account_statement_import/i18n/eu.po create mode 100644 account_statement_import/i18n/fa.po create mode 100644 account_statement_import/i18n/fi.po create mode 100644 account_statement_import/i18n/fo.po create mode 100644 account_statement_import/i18n/fr.po create mode 100644 account_statement_import/i18n/fr_BE.po create mode 100644 account_statement_import/i18n/fr_CA.po create mode 100644 account_statement_import/i18n/gl.po create mode 100644 account_statement_import/i18n/gu.po create mode 100644 account_statement_import/i18n/he.po create mode 100644 account_statement_import/i18n/hr.po create mode 100644 account_statement_import/i18n/hu.po create mode 100644 account_statement_import/i18n/id.po create mode 100644 account_statement_import/i18n/is.po create mode 100644 account_statement_import/i18n/it.po create mode 100644 account_statement_import/i18n/ja.po create mode 100644 account_statement_import/i18n/ka.po create mode 100644 account_statement_import/i18n/kab.po create mode 100644 account_statement_import/i18n/km.po create mode 100644 account_statement_import/i18n/ko.po create mode 100644 account_statement_import/i18n/lb.po create mode 100644 account_statement_import/i18n/lo.po create mode 100644 account_statement_import/i18n/lt.po create mode 100644 account_statement_import/i18n/lv.po create mode 100644 account_statement_import/i18n/mk.po create mode 100644 account_statement_import/i18n/mn.po create mode 100644 account_statement_import/i18n/nb.po create mode 100644 account_statement_import/i18n/ne.po create mode 100644 account_statement_import/i18n/nl.po create mode 100644 account_statement_import/i18n/nl_BE.po create mode 100644 account_statement_import/i18n/pl.po create mode 100644 account_statement_import/i18n/pt.po create mode 100644 account_statement_import/i18n/pt_BR.po create mode 100644 account_statement_import/i18n/ro.po create mode 100644 account_statement_import/i18n/ru.po create mode 100644 account_statement_import/i18n/sk.po create mode 100644 account_statement_import/i18n/sl.po create mode 100644 account_statement_import/i18n/sq.po create mode 100644 account_statement_import/i18n/sr.po create mode 100644 account_statement_import/i18n/sr@latin.po create mode 100644 account_statement_import/i18n/sv.po create mode 100644 account_statement_import/i18n/ta.po create mode 100644 account_statement_import/i18n/te.po create mode 100644 account_statement_import/i18n/th.po create mode 100644 account_statement_import/i18n/tr.po create mode 100644 account_statement_import/i18n/uk.po create mode 100644 account_statement_import/i18n/vi.po create mode 100644 account_statement_import/i18n/zh_CN.po create mode 100644 account_statement_import/i18n/zh_TW.po create mode 100644 account_statement_import/static/csv/account.bank.statement.csv create mode 100644 account_statement_import/static/description/icon_src.svg create mode 100644 account_statement_import/static/src/js/account_bank_statement_import.js create mode 100644 account_statement_import/views/account_bank_statement_import_templates.xml create mode 100644 account_statement_import/wizard/__init__.py create mode 100644 account_statement_import/wizard/journal_creation.py create mode 100644 account_statement_import/wizard/journal_creation.xml create mode 100644 account_statement_import/wizard/setup_wizards.py diff --git a/account_statement_import/__init__.py b/account_statement_import/__init__.py new file mode 100644 index 00000000..0947ae71 --- /dev/null +++ b/account_statement_import/__init__.py @@ -0,0 +1,6 @@ +# -*- encoding: utf-8 -*- + +from . import account_bank_statement_import +from . import account_journal + +from . import wizard diff --git a/account_statement_import/__manifest__.py b/account_statement_import/__manifest__.py new file mode 100644 index 00000000..6d8b9977 --- /dev/null +++ b/account_statement_import/__manifest__.py @@ -0,0 +1,28 @@ +# -*- encoding: utf-8 -*- +# Copyright 2004-2020 Odoo S.A. +# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). + +{ + 'name': 'Account Bank Statement Import', + 'category': 'Accounting/Accounting', + 'version': '13.0.1.0.0', + 'license': 'LGPL-3', + 'depends': ['account'], + 'description': """Generic Wizard to Import Bank Statements. + +(This module does not include any type of import format.) + +OFX and QIF imports are available in Enterprise version.""", + 'author': 'Odoo SA', + 'data': [ + 'account_bank_statement_import_view.xml', + 'account_import_tip_data.xml', + 'wizard/journal_creation.xml', + 'views/account_bank_statement_import_templates.xml', + ], + 'demo': [ + 'demo/partner_bank.xml', + ], + 'installable': True, + 'auto_install': True, +} diff --git a/account_statement_import/account_bank_statement_import.py b/account_statement_import/account_bank_statement_import.py new file mode 100644 index 00000000..68339366 --- /dev/null +++ b/account_statement_import/account_bank_statement_import.py @@ -0,0 +1,245 @@ +# -*- coding: utf-8 -*- +# Copyright 2004-2020 Odoo S.A. +# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). + +import base64 + +from odoo import api, fields, models, _ +from odoo.exceptions import UserError +from odoo.addons.base.models.res_bank import sanitize_account_number + +import logging +_logger = logging.getLogger(__name__) + + +class AccountBankStatementLine(models.Model): + _inherit = "account.bank.statement.line" + + # Ensure transactions can be imported only once (if the import format provides unique transaction ids) + unique_import_id = fields.Char(string='Import ID', readonly=True, copy=False) + + _sql_constraints = [ + ('unique_import_id', 'unique (unique_import_id)', 'A bank account transactions can be imported only once !') + ] + + +class AccountBankStatementImport(models.TransientModel): + _name = 'account.bank.statement.import' + _description = 'Import Bank Statement' + + attachment_ids = fields.Many2many('ir.attachment', string='Files', required=True, help='Get you bank statements in electronic format from your bank and select them here.') + + def import_file(self): + """ Process the file chosen in the wizard, create bank statement(s) and go to reconciliation. """ + self.ensure_one() + statement_line_ids_all = [] + notifications_all = [] + # Let the appropriate implementation module parse the file and return the required data + # The active_id is passed in context in case an implementation module requires information about the wizard state (see QIF) + for data_file in self.attachment_ids: + currency_code, account_number, stmts_vals = self.with_context(active_id=self.ids[0])._parse_file(base64.b64decode(data_file.datas)) + # Check raw data + self._check_parsed_data(stmts_vals) + # Try to find the currency and journal in odoo + currency, journal = self._find_additional_data(currency_code, account_number) + # If no journal found, ask the user about creating one + if not journal: + # The active_id is passed in context so the wizard can call import_file again once the journal is created + return self.with_context(active_id=self.ids[0])._journal_creation_wizard(currency, account_number) + if not journal.default_debit_account_id or not journal.default_credit_account_id: + raise UserError(_('You have to set a Default Debit Account and a Default Credit Account for the journal: %s') % (journal.name,)) + # Prepare statement data to be used for bank statements creation + stmts_vals = self._complete_stmts_vals(stmts_vals, journal, account_number) + # Create the bank statements + statement_line_ids, notifications = self._create_bank_statements(stmts_vals) + statement_line_ids_all.extend(statement_line_ids) + notifications_all.extend(notifications) + # Now that the import worked out, set it as the bank_statements_source of the journal + if journal.bank_statements_source != 'file_import': + # Use sudo() because only 'account.group_account_manager' + # has write access on 'account.journal', but 'account.group_account_user' + # must be able to import bank statement files + journal.sudo().bank_statements_source = 'file_import' + # Finally dispatch to reconciliation interface + return { + 'type': 'ir.actions.client', + 'tag': 'bank_statement_reconciliation_view', + 'context': {'statement_line_ids': statement_line_ids_all, + 'company_ids': self.env.user.company_ids.ids, + 'notifications': notifications_all, + }, + } + + def _journal_creation_wizard(self, currency, account_number): + """ Calls a wizard that allows the user to carry on with journal creation """ + return { + 'name': _('Journal Creation'), + 'type': 'ir.actions.act_window', + 'res_model': 'account.bank.statement.import.journal.creation', + 'view_mode': 'form', + 'target': 'new', + 'context': { + 'statement_import_transient_id': self.env.context['active_id'], + 'default_bank_acc_number': account_number, + 'default_name': _('Bank') + ' ' + account_number, + 'default_currency_id': currency and currency.id or False, + 'default_type': 'bank', + } + } + + def _parse_file(self, data_file): + """ Each module adding a file support must extends this method. It processes the file if it can, returns super otherwise, resulting in a chain of responsability. + This method parses the given file and returns the data required by the bank statement import process, as specified below. + rtype: triplet (if a value can't be retrieved, use None) + - currency code: string (e.g: 'EUR') + The ISO 4217 currency code, case insensitive + - account number: string (e.g: 'BE1234567890') + The number of the bank account which the statement belongs to + - bank statements data: list of dict containing (optional items marked by o) : + - 'name': string (e.g: '000000123') + - 'date': date (e.g: 2013-06-26) + -o 'balance_start': float (e.g: 8368.56) + -o 'balance_end_real': float (e.g: 8888.88) + - 'transactions': list of dict containing : + - 'name': string (e.g: 'KBC-INVESTERINGSKREDIET 787-5562831-01') + - 'date': date + - 'amount': float + - 'unique_import_id': string + -o 'account_number': string + Will be used to find/create the res.partner.bank in odoo + -o 'note': string + -o 'partner_name': string + -o 'ref': string + """ + raise UserError(_('Could not make sense of the given file.\nDid you install the module to support this type of file ?')) + + def _check_parsed_data(self, stmts_vals): + """ Basic and structural verifications """ + if len(stmts_vals) == 0: + raise UserError(_('This file doesn\'t contain any statement.')) + + no_st_line = True + for vals in stmts_vals: + if vals['transactions'] and len(vals['transactions']) > 0: + no_st_line = False + break + if no_st_line: + raise UserError(_('This file doesn\'t contain any transaction.')) + + def _check_journal_bank_account(self, journal, account_number): + return journal.bank_account_id.sanitized_acc_number == account_number + + def _find_additional_data(self, currency_code, account_number): + """ Look for a res.currency and account.journal using values extracted from the + statement and make sure it's consistent. + """ + company_currency = self.env.company.currency_id + journal_obj = self.env['account.journal'] + currency = None + sanitized_account_number = sanitize_account_number(account_number) + + if currency_code: + currency = self.env['res.currency'].search([('name', '=ilike', currency_code)], limit=1) + if not currency: + raise UserError(_("No currency found matching '%s'.") % currency_code) + if currency == company_currency: + currency = False + + journal = journal_obj.browse(self.env.context.get('journal_id', [])) + if account_number: + # No bank account on the journal : create one from the account number of the statement + if journal and not journal.bank_account_id: + journal.set_bank_account(account_number) + # No journal passed to the wizard : try to find one using the account number of the statement + elif not journal: + journal = journal_obj.search([('bank_account_id.sanitized_acc_number', '=', sanitized_account_number)]) + # Already a bank account on the journal : check it's the same as on the statement + else: + if not self._check_journal_bank_account(journal, sanitized_account_number): + raise UserError(_('The account of this statement (%s) is not the same as the journal (%s).') % (account_number, journal.bank_account_id.acc_number)) + + # If importing into an existing journal, its currency must be the same as the bank statement + if journal: + journal_currency = journal.currency_id + if currency is None: + currency = journal_currency + if currency and currency != journal_currency: + statement_cur_code = not currency and company_currency.name or currency.name + journal_cur_code = not journal_currency and company_currency.name or journal_currency.name + raise UserError(_('The currency of the bank statement (%s) is not the same as the currency of the journal (%s).') % (statement_cur_code, journal_cur_code)) + + # If we couldn't find / can't create a journal, everything is lost + if not journal and not account_number: + raise UserError(_('Cannot find in which journal import this statement. Please manually select a journal.')) + + return currency, journal + + def _complete_stmts_vals(self, stmts_vals, journal, account_number): + for st_vals in stmts_vals: + st_vals['journal_id'] = journal.id + if not st_vals.get('reference'): + st_vals['reference'] = " ".join(self.attachment_ids.mapped('name')) + if st_vals.get('number'): + #build the full name like BNK/2016/00135 by just giving the number '135' + st_vals['name'] = journal.sequence_id.with_context(ir_sequence_date=st_vals.get('date')).get_next_char(st_vals['number']) + del(st_vals['number']) + for line_vals in st_vals['transactions']: + unique_import_id = line_vals.get('unique_import_id') + if unique_import_id: + sanitized_account_number = sanitize_account_number(account_number) + line_vals['unique_import_id'] = (sanitized_account_number and sanitized_account_number + '-' or '') + str(journal.id) + '-' + unique_import_id + + if not line_vals.get('bank_account_id'): + # Find the partner and his bank account or create the bank account. The partner selected during the + # reconciliation process will be linked to the bank when the statement is closed. + identifying_string = line_vals.get('account_number') + if identifying_string: + partner_bank = self.env['res.partner.bank'].search([('acc_number', '=', identifying_string)], limit=1) + if partner_bank: + line_vals['bank_account_id'] = partner_bank.id + line_vals['partner_id'] = partner_bank.partner_id.id + return stmts_vals + + def _create_bank_statements(self, stmts_vals): + """ Create new bank statements from imported values, filtering out already imported transactions, and returns data used by the reconciliation widget """ + BankStatement = self.env['account.bank.statement'] + BankStatementLine = self.env['account.bank.statement.line'] + + # Filter out already imported transactions and create statements + statement_line_ids = [] + ignored_statement_lines_import_ids = [] + for st_vals in stmts_vals: + filtered_st_lines = [] + for line_vals in st_vals['transactions']: + if 'unique_import_id' not in line_vals \ + or not line_vals['unique_import_id'] \ + or not bool(BankStatementLine.sudo().search([('unique_import_id', '=', line_vals['unique_import_id'])], limit=1)): + filtered_st_lines.append(line_vals) + else: + ignored_statement_lines_import_ids.append(line_vals['unique_import_id']) + if 'balance_start' in st_vals: + st_vals['balance_start'] += float(line_vals['amount']) + + if len(filtered_st_lines) > 0: + # Remove values that won't be used to create records + st_vals.pop('transactions', None) + # Create the statement + st_vals['line_ids'] = [[0, False, line] for line in filtered_st_lines] + statement_line_ids.extend(BankStatement.create(st_vals).line_ids.ids) + if len(statement_line_ids) == 0: + raise UserError(_('You already have imported that file.')) + + # Prepare import feedback + notifications = [] + num_ignored = len(ignored_statement_lines_import_ids) + if num_ignored > 0: + notifications += [{ + 'type': 'warning', + 'message': _("%d transactions had already been imported and were ignored.") % num_ignored if num_ignored > 1 else _("1 transaction had already been imported and was ignored."), + 'details': { + 'name': _('Already imported items'), + 'model': 'account.bank.statement.line', + 'ids': BankStatementLine.search([('unique_import_id', 'in', ignored_statement_lines_import_ids)]).ids + } + }] + return statement_line_ids, notifications diff --git a/account_statement_import/account_bank_statement_import_view.xml b/account_statement_import/account_bank_statement_import_view.xml new file mode 100644 index 00000000..6f523c52 --- /dev/null +++ b/account_statement_import/account_bank_statement_import_view.xml @@ -0,0 +1,59 @@ + + + + + + Upload Bank Statements + account.bank.statement.import + 1 + +
+

You can upload your bank statement using:

+
    + +
+ +
+
+ +
+
+ + + Install Import Format + ir.module.module + kanban,tree,form + + + + + + Upload + ir.actions.act_window + account.bank.statement.import + form + new + + + + + account.journal.dashboard.kanban.inherit + account.journal + + + + or Import + + + + + + +
diff --git a/account_statement_import/account_import_tip_data.xml b/account_statement_import/account_import_tip_data.xml new file mode 100644 index 00000000..8a71be77 --- /dev/null +++ b/account_statement_import/account_import_tip_data.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/account_statement_import/account_journal.py b/account_statement_import/account_journal.py new file mode 100644 index 00000000..5306fb01 --- /dev/null +++ b/account_statement_import/account_journal.py @@ -0,0 +1,31 @@ +# -*- coding: utf-8 -*- +# Copyright 2004-2020 Odoo S.A. +# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). + +from odoo import models, api, _ + + +class AccountJournal(models.Model): + _inherit = "account.journal" + + def _get_bank_statements_available_import_formats(self): + """ Returns a list of strings representing the supported import formats. + """ + return [] + + def __get_bank_statements_available_sources(self): + rslt = super(AccountJournal, self).__get_bank_statements_available_sources() + formats_list = self._get_bank_statements_available_import_formats() + if formats_list: + formats_list.sort() + import_formats_str = ', '.join(formats_list) + rslt.append(("file_import", _("Import") + "(" + import_formats_str + ")")) + return rslt + + def import_statement(self): + """return action to import bank/cash statements. This button should be called only on journals with type =='bank'""" + action_name = 'action_account_bank_statement_import' + [action] = self.env.ref('account_bank_statement_import.%s' % action_name).read() + # Note: this drops action['context'], which is a dict stored as a string, which is not easy to update + action.update({'context': (u"{'journal_id': " + str(self.id) + u"}")}) + return action diff --git a/account_statement_import/demo/partner_bank.xml b/account_statement_import/demo/partner_bank.xml new file mode 100644 index 00000000..abe42a33 --- /dev/null +++ b/account_statement_import/demo/partner_bank.xml @@ -0,0 +1,35 @@ + + + + + + + + BE68539007547034 + + + + + + 00987654322 + + + + + + 10987654320 + + + + + + 10987654322 + + + + + + diff --git a/account_statement_import/i18n/account_bank_statement_import.pot b/account_statement_import/i18n/account_bank_statement_import.pot new file mode 100644 index 00000000..97c87421 --- /dev/null +++ b/account_statement_import/i18n/account_bank_statement_import.pot @@ -0,0 +1,800 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-09-27 09:10+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "" diff --git a/account_statement_import/i18n/af.po b/account_statement_import/i18n/af.po new file mode 100644 index 00000000..9f2ea621 --- /dev/null +++ b/account_statement_import/i18n/af.po @@ -0,0 +1,567 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +# Andre de Kock , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Andre de Kock , 2017\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "Aktief" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Kanselleer" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "Kleur Indeks" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Maatskappy" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Geskep deur" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Geskep op" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Geldeenheid" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Vertoningsnaam" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Laas Gewysig op" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Laas Opgedateer deur" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Laas Opgedateer op" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Volgorde" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "Soort" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/am.po b/account_statement_import/i18n/am.po new file mode 100644 index 00000000..81cc8899 --- /dev/null +++ b/account_statement_import/i18n/am.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "መሰረዝ" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "ድርጅት" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "ገንዘብ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "ቅደም ተከተል" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/ar.po b/account_statement_import/i18n/ar.po new file mode 100644 index 00000000..412fd067 --- /dev/null +++ b/account_statement_import/i18n/ar.po @@ -0,0 +1,852 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Mustafa Rawi , 2019 +# Sadig Adam , 2019 +# amrnegm , 2019 +# Martin Trigaux, 2019 +# Osoul , 2019 +# Mohammed Albasha , 2019 +# Ghaith Gammar , 2019 +# Osama Ahmaro , 2019 +# amal ahmed , 2019 +# Mahmood Al Halwachi , 2019 +# Zuhair Hammadi , 2019 +# Shaima Safar , 2019 +# Mostafa Hanafy , 2019 +# Nisrine Tagri , 2019 +# Yazeed Dandashi , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Yazeed Dandashi , 2019\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "قالب استيراد كشوفات الحسابات البنكية" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "تم تجاهل %d معاملة سبق استيرادها بالفعل." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "تم تجاهل 1 معاملة سبق استيرادها بالفعل." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "يمكن استيراد معاملات الحساب البنكي مرة واحدة فقط!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "مالك الحساب" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "رقم الحساب" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "أنواع الحسابات المسموح بها" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "الحسابات المسموح بها" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "إجراء مطلوب" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "نشط" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "الأنشطة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "حالة النشاط" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "لقب" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "اسم اللقب" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "نطاق اللقب" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "عناصر تم استيرادها بالفعل" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "وارد واحد على الأقل" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "صادر واحد على الاقل" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "عدد المرفقات" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "البنك" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "حساب بنكي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "التغذية البنكية" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "اسم دفتر اليومية" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "بند كشف الحساب البنكي" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "الضبط اليدوي لإعدادات البنك" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "إلغاء" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"لم نتمكن من اكتشاف لأي دفتر يومية يتم استيراد كشف الحساب المحدد. نرجو منكم " +"اختيار دفتر اليومية يدوياً." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"حدد هذا المربع إذا كنت لا تريد أن تتشارك الفواتير وإشعارات الخصم المستخرجة " +"من دفتر اليومية هذا نفس التسلسل" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "معرف اللون" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "نوع التواصل" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "الشركة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "المؤسسة المرتبطة بدفتر اليومية هذا" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"لم يمكن فهم طبيعة الملف المحدد.\n" +"هل قمت بتثبيت الموديول لدعم هذا النوع من الملفات؟" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "مسلسل قيود إشعار الخصم" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "العملة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "مسلسل إشعارات الخصم المخصصة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "حساب الائتمان الافتراضي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "حساب الخصم الافتراضي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "يحدد كيفية تسجيل كشوفات الحساب البنكية" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "مسلسل القيد" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "اسم الملف" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "الملفات" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "المتابعون" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "المتابعون (القنوات)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "المتابعون (الشركاء)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "للمدفوعات الواردة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "للمدفوعات الصادرة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "احصل على كشوفات حسابك بصيغة إلكترونية واخترها من هنا." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "المُعرف" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "الأيقونة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "إذا كان محددًا، فهناك رسائل جديدة تحتاج لرؤيتها." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "إذا كان محددًا، فقد حدث خطأ في تسليم بعض الرسائل." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "استيراد" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "استيراد كشف حساب بنكي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "معرف الاستيراد" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "استيراد كشف حساب" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "تثبيت موديول صيغة الاستيراد" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "متابع" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "يعمل كحساب افتراضي لمبلغ الدائن" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "يعمل كحساب افتراضي لمبلغ المدين" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "دفتر اليومية" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "إنشاء دفتر يومية" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "إنشاء دفتر يومية عند استيراد كشف الحساب البنكي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "مجموعات الدفاتر اليومية" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "اسم دفتر اليومية" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "لوحة معلومات كانبان" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "الرسم البياني للوحة معلومات كانبان" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "حساب الخسارة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "المرفق الرئيسي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"يدويًا: تتلقى أموالك نقدًا أو بشيكات أو بأي طريقة أخرى خارج أودو.\n" +"إلكترونيًا: تتلقى أموالك تلقائيًا باستخدام معالج سداد من خلال طلب معاملة مالية على بطاقة مخزنة للعميل عند الشراء أو الاشتراك عبر الإنترنت (من خلال رمز السداد السري).\n" +"إيداع دفعات: تغطي تكلفة عدة شيكات في نفس الوقت من خلال إيداع عدة دفعات. عند تشفير كشف الحساب على أودو، ننصح بأن تقوم بتسوية المعاملة بنظام إيداع الدفعات. فعل هذا الاختيار من الإعدادات." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"يدويًا: تتلقى أموالك نقدًا أو بشيكات أو بأي طريقة أخرى خارج أودو.\n" +"شيك: تسدد قيمة فواتيرك بالشيكات وتطبعها من أودو. \n" +"النقل الائتماني بنظام SEPA: ادفع الفاتورة من خلال ملف نقل ائتماني تقوم بتسليمه للبنك، قم بتفعيل هذا الخيار من الإعدادات." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "خطأ في تسليم الرسائل" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "الرسائل" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "الموعد النهائي للنشاط التالي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "ملخص النشاط التالي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "نوع النشاط التالي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "الرقم التالي" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "لم يمكن العثور على أي عملة تطابق '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "عدد الإجراءات" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "عدد الاخطاء" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "عدد الرسائل التي تتطلب إجراء" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "عدد الرسائل الحادث بها خطأ في التسليم" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "عدد الرسائل الجديدة" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "موافق" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "انشر في" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "حساب الربح" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "المستخدم المسؤول" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "خطأ في تسليم الرسائل القصيرة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"اختر 'بيع' لعرض دفاتر اليومية الخاصة بفواتير العملاء. \n" +"اختر 'شراء' لعرض دفاتر اليومية الخاصة بفواتير الموردين. \n" +"اختر 'نقدي' أو 'بنك' لعرض دفاتر اليومية الخاصة بمدفوعات العميل أو المورد.\n" +" اختر 'عام' لعرض دفاتر اليومية الخاصة بالعمليات المتنوعة." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "المسلسل" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "قم بإزالة العلامة من الحقل نشط لإخفاء دفتر اليومية دون إزالته." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "الكود المختصر" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "إظهار دفتر اليومية في لوحة المعلومات" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"الحالة على أساس الأنشطة\n" +"المتأخرة: تاريخ الاستحقاق مر\n" +"اليوم: تاريخ النشاط هو اليوم\n" +"المخطط: الأنشطة المستقبلية." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "الحساب في كشف الحساب البنكي (%s) مختلف عن حساب دفتر اليومية (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" +"العملة في كشف الحساب البنكي (%s) مختلفة عن العملة في دفتر اليومية (%s)." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "العملة المستخدمة في إدخال كشف الحساب البنكي" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "سوف تُسمى القيود اليومية لدفتر اليومية المُختار باستخدام هذه البادئة." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "سوف يُستخدم الرقم المسلسل التالي في إشعار الخصم التالي." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "سوف يُستخدم الرقم المسلسل التالي في الفاتورة التالية." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"يحتوى هذا الحقل على المعلومات الخاصة بترقيم إشعارات الخصم لدفتر اليومية " +"المُختار." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"يحتوى هذا الحقل على المعلومات المرتبطة بترقيم قيود اليومية لدفتر اليومية " +"المُختار." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "هذا الملف لا يحتوي على أي كشف حساب." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "هذا الملف لا يحتوي على أي معاملة." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "النوع" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "الرسائل الجديدة" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "عدد الرسائل الجديدة" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "رفع" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "يُستخدم لترتيب دفاتر اليومية في واجهة لوحة المعلومات" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"يُستخدم لتسجيل خسارة عندما يكون الرصيد الختامي لصندوق نقدية مختلف عما يحسبه " +"النظام" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"يُستخدم لتسجيل ربح عندما يكون الرصيد الختامي لصندوق نقدية مختلف عما يحسبه " +"النظام" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "رسائل الموقع" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "سجل تواصل الموقع" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "ما إذا كان ينبغي عرض دفتر اليومية هذا في لوحة المعلومات أم لا" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "لقد قمت باستيراد هذا الملف بالفعل." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "تستطيع اختيار نماذج مختلفة لكل مرجع. المرجع الإفتراضي هو مرجع أودو." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"يمكنك من هنا تعيين وسيلة التواصل الافتراضية التي ستظهر على فواتير العميل " +"بمجرد اعتمادها، لمساعدة العميل على العودة لتلك الفاتورة تحديدًا عند القيام " +"بعملية السداد." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"يجب عليك تعيين الحساب الدائن الافتراضي والحساب المدين الافتراضي في دفتر " +"اليومية: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "أو" diff --git a/account_statement_import/i18n/az.po b/account_statement_import/i18n/az.po new file mode 100644 index 00000000..00532631 --- /dev/null +++ b/account_statement_import/i18n/az.po @@ -0,0 +1,631 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:15+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "" diff --git a/account_statement_import/i18n/bg.po b/account_statement_import/i18n/bg.po new file mode 100644 index 00000000..69249ac4 --- /dev/null +++ b/account_statement_import/i18n/bg.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Откажи" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Фирма" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Валута" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Последователност" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/bs.po b/account_statement_import/i18n/bs.po new file mode 100644 index 00000000..9416bbb9 --- /dev/null +++ b/account_statement_import/i18n/bs.po @@ -0,0 +1,641 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković , 2018 +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Bole , 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Nosioc računa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Broj računa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Dozvoljeni tipovi konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Dozvoljena konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktivan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Alias domena" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Dozvoli poništavanje stavki" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Račun banke" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Provizije banke" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Stavka izvoda banke" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Označite ako želite dopustiti naknadno otkazivanje proknjiženih (potvrđenih)" +" dnevničkih zapisa ili računa ovog dnevnika." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Indeks boje" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Kompanija" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Kompanija za koju se vodi ovaj dnevnik" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Sekvenca zapisa knjižnog odobrenja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "Knjižna odobrenja: Sljedeći broj" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Zadano konto potraživanja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Zadani dugovni konto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Redoslijed unosa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Grupiši stavke fakture" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Ukoliko je ovo polje označeno sistem će pokušati da grupira unose knjiženja " +"kada ih generira iz faktura." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Uvoz" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Zadani konto za potražni iznos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Uobičajeni konto za dugovni iznos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Dnevnik knjiženja" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Naziv naloga za knjiženje" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Konto gubitka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Sljedeći broj" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Konto dobiti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Sekvenca" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Kratka šifra" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Prikaži dnevnik na kontrolnoj ploči" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Valuta koja se koristi pri unosu stavke" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Ovo polje sadržava informacije vezane uz sljedivosti dnevničkih zapisa" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tip" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Uvezi" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "ili" diff --git a/account_statement_import/i18n/ca.po b/account_statement_import/i18n/ca.po new file mode 100644 index 00000000..5e119584 --- /dev/null +++ b/account_statement_import/i18n/ca.po @@ -0,0 +1,671 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# RGB Consulting , 2018 +# Quim - eccit , 2018 +# Manel Fernandez , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:15+0000\n" +"Last-Translator: Manel Fernandez , 2018\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d de transaccions han estat ja importades i seran ignorades." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transacció ha estat ja importada i serà ignorada." + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "Les transaccions d'un compte bancari poden importar-se només un cop!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Titular" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Número de compte" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Tipus de comptes permesos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Comptes permesos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Actiu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Àlies" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Pseudònim del domini" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Permetre cancel·lar assentaments" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "Elements ja importats" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Almenys un element entrant" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Almenys un element sortint" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banc" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Compte bancari" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Canals de comunicacions bancaris" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Nom del diari del banc" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "Arxiu d'extracte bancari" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Línia d'extracte bancari" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "Pertanyent a l'empresa de l'usuari actual" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancel·la" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"No es pot trobar un diari en què importar aquest extracte. Si us plau, " +"seleccioni manualment un diari." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Marqui aquesta casella si no vol compatir la mateixa seqüència per factures " +"rectificatives fetes des d'aquest diari." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Marqueu aquesta casella si voleu permetre la cancel·lació dels assentaments " +"relacionats amb aquest diari o de la factura relacionada amb aquest diari" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "Esculli un arxiu a importar..." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Índex de color" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Companyia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Empresa relacionada amb aquest diari" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"No es pot interpretar l'arxiu donat. ¿Ha instal·lat el mòdul que suporta " +"aquest tipus d'arxiu?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "Abonaments: Següent Nombre" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Compte d'haver predeterminat" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Compte deure per defecte" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Mostrar Nom" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" +"Descarregui un extracte bancari des del seu banc i importi'l aquí. Formats " +"suportats:" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Seqüència de l'assentament" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Nom de l'arxiu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Obtingui els seus extractes bancaris en format electrònic del seu banc i " +"seleccioni'ls aquí." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Agrupa línies de factura" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Si aquesta opció està marcada, el sistema tractarà d'agrupar les línies del " +"assentament quan es generin des de factures." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importa" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Import de l'extracte bancari" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "Importar extractes bancaris" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Import ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importar extracte" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Actua com un compte per defecte per als imports en l'haver" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Actua com un compte per defecte per la quantitat del deure" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Diari" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Creació del diari" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Nom diari" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" +"Premi acceptar per crear el compte/diari i acabi la importació. Si s'ha " +"arribat per error aquí, premi cancel·lar per avortar la importació." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Última actualització per" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Última actualització el" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Compta de pèrdues" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Pròxim número" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "No s'ha trobat cap moneda casant '%s'." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "D'acord" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Compte de guanys" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Seleccioni 'Vendes' per diaris de factures de client. Seleccioni 'Compres' per diaris de factures de proveïdor. \n" +"Seleccioni 'Caixa' o 'Banc' per diaris que s'utilitzen per pagaments de clients i proveïdors. \n" +"Seleccioni 'General' per diaris que continguin operacions vaires." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "Seleccioni un arxiu d'extracte bancari per importar" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Seqüència" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Codi curt" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Mostrar diari al taulell" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" +"El compte bancari de l'extracte que està important encara no està registrat " +"en Odoo. Per poder continuar amb la importació necessita crear un diari de " +"banc per aquest compte." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" +"El compte bancari d'aquest extracte (%s) no és la mateixa que la del diari " +"(%s)" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "La divisa utilitzada per introduir assentaments" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" +"El tipus de càlcul de l'última línia hauria de ser \"Balanç\" per assegurar " +"que s'assignarà la quantitat per complet." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Aquest camp conte la informació relacionada amb la numeració d'aquest diari." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Aquest fitxer no conte cap declaració." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Aquest fitxer no conte cap transacció." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tipus" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Utilitzat per ordenar els diaris en la vista taulell" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Utilitzat per registrar una pèrdua quan el saldo final d'un registre de " +"caixa difereix del que el sistema calcula" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Utilitzat per registrar un guany quan el saldo final d'un registre de caixa " +"difereix del que el sistema calcula" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Ja sigui si aquest diari s'ha de mostrar-se al taulell o no" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Ha d'establir un compte de dèbit predeterminat i un compte de crèdit " +"predeterminat per a la publicació: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Importa" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "o" diff --git a/account_statement_import/i18n/cs.po b/account_statement_import/i18n/cs.po new file mode 100644 index 00000000..d70c0025 --- /dev/null +++ b/account_statement_import/i18n/cs.po @@ -0,0 +1,831 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Jaroslav Helemik Nemec , 2019 +# Jakub Lohnisky , 2019 +# Jan Horzinka , 2019 +# Michal Veselý , 2019 +# milda dvorak , 2019 +# trendspotter , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: trendspotter , 2019\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Importovat šablonu pro výpisy z banky" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transakcí již bylo importováno a bylo ignorováno." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transakce již byla importována a byla ignorována." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Transakce bankovního účtu lze importovat pouze jednou!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Majitel účtu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Číslo účtu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Povolené typy účtů" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Povolené účty" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Vyžaduje akci" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktivní" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Aktivity" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Stav aktivity" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Zástupce" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Název zástupce" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Alias domény" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Nejméně jedna příchozí platba" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Nejméně jedna odchozí platba" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Počet příloh" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankovní účet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Řádek bankovního výkazu" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Konfugurace manuálního nastavení banky" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Zrušit" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Zaškrtněte toto políčko, pokud nechcete sdílet stejné pořadí pro faktury a " +"dobropisy z tohoto peněžního deníku" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Barevný index" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Firma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Společnost vztažená k tomuto deníku" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"To nedává smysl k danému souboru. Je nainstalován modul pro podporu tohoto " +"typu souboru?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Vytvořeno od" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Postup při zadávání dobropisu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Měna" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Výchozí zůstatek účtu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Výchozí debetní účet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Definuje, jak budou bankovní výpisy zaregistrovány" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Posloupnost položky" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Název souboru" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Sledující" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Sledující (Kanály)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Sledující (Partneři)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Pro příchozí platby" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Pro odchozí platby" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Ikona" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "Ikona označuje vyjímečnou aktivitu." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Pokud je zaškrtnuto, nové zprávy vyžadují vaši pozornost." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Pokud je zaškrtnuto, některé zprávy mají chybu při doručení." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Import" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Import Výpisu z bankovního účtu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "je Sledující" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Funguje jako výchozí účet pro výši úvěru" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Chová se jako výchozí účet pro částku Má dáti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Deník" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "Vytvoření deníku při importu bankovního výpisu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Název deníku" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban Ovládací panel" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Naposledy upraveno od" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Hlavní příloha" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Ruční: Zaplaťte v hotovosti, šekem nebo jinou metodou mimo Odoo.\n" +"Elektronické: Platba automaticky probíhá prostřednictvím příjemce plateb žádostí o transakci na kartě uloženou zákazníkem při nákupu nebo objednání online (platební token).\n" +"Dávkový vklad: Zapíše několik zákaznických šeků najednou vygenerováním dávkového vkladu, který odešle do banky. Při kódování výpisu z banky v Odoo vám doporučujeme transakci spárovat s vkladem dávky. Aktivujte tuto možnost z nastavení." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Chyba při doručování zpráv" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Zprávy" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Termín další aktivity" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Souhrn další aktivity" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Další typ aktivity" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Další číslo" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Počet akcí" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "Počet chyb" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Počet zpráv, které vyžadují akci" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Počet zpráv s chybou při doručení" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Počet nepřečtených zpráv" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Účet zisků" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Zodpovědný uživatel" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Chyba doručení SMS" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Číselná řada" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Zobrazit deník na ovládacím panelu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Stav na základě aktivit\n" +"Vypršeno: Datum již uplynulo\n" +"Dnes: Datum aktivity je dnes\n" +"Plánováno: Budoucí aktivity." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Měna použitá k zadání příkazu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" +"Položky tohoto účetního deníku budou pojmenovány pomocí tohoto předčíslí." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Následující pořadové číslo bude použito pro další fakturu." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Toto pole obsahuje informace týkající se číslování záznamů o dobropisu " +"tohoto peněžního deníku." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Tento soubor neobsahuje žádné příkazy." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Typ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Nepřečtené zprávy" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Počítadlo nepřečtených zpráv" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Nahrát" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Používá se k zaznamenání ztráty, když se konečný zůstatek pokladny liší od " +"toho, co systém vypočítá" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Používá se k registraci zisku, když se konečný zůstatek pokladny liší od " +"toho, co systém vypočítá" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Zprávy Webové stránky" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Historie komunikace Webové stránky" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Zda se tento účetní deník zobrazuje na ovládacím panelu nebo ne" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"Zde můžete nastavit výchozí komunikaci, která se po ověření zobrazí na " +"zákaznických fakturách, aby pomohla zákazníkovi při provádění platby " +"odkazovat na tuto fakturu." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "nebo" diff --git a/account_statement_import/i18n/da.po b/account_statement_import/i18n/da.po new file mode 100644 index 00000000..256d0569 --- /dev/null +++ b/account_statement_import/i18n/da.po @@ -0,0 +1,836 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Kenneth Hansen , 2019 +# Morten Schou , 2019 +# Jesper Carstensen , 2019 +# Pernille Kristensen , 2019 +# Sanne Kristensen , 2019 +# Ejner Sønniksen , 2019 +# lhmflexerp , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: lhmflexerp , 2019\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Importskabelon for bank kontoudtog" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%dTransaktioner var allerede blevet importeret og blev ignoreret." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transaktion var allerede blevet importeret og blev ignoreret." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "En bankkonto transaktion kan kun importeres én gang !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Indehaver" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Kontonummer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Tilladte kontotyper" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Tilladte konti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Handling påkrævet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktiv" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Aktiviteter" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Aktivitetstilstand" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Alias navn" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Alias domæne" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Allerede importerede posteringer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Mindst én indgående" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Mindst én udgående" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Antal vedhæftninger" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Bankfeeds" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Navn på bankjournal" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Kontoudtogslinje" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Manuel konfiguration af bankindstillinger" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Annullér" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Kan ikke finde den tilhørende journal. Vælg venligst en journal manuelt." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Afkryds dette felt hvis du ikke ønsker at dele samme rækkefølge fakturaer og" +" kreditnotaer lavet i denne journal" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Farve index" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Virksomhed" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Virksomhed knyttet til denne konto" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Kunne ikke få den givne fil til at give mening \n" +"Har du installeret modulet til at understøtte denne type fil?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Standard krediteringskonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Standard debit konto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Definer hvordan kontoudtogene skal registreres" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Bilagsserie" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Filnavn" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Filer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Følgere" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Følgere (kanaler)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Følgere (partnere)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Til indkommende betalinger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Til udgående betalinger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Få dine kontoudtog i elektronisk format fra din bank, og vælg dem her." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Ikon" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Hvis afkrydset, kræver nye beskeder din opmærksomhed " + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Hvis afkrydset har nogle beskeder en leveringsfejl" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importer" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Importer kontoudtog" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Import ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importer kontoudtog" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Er følger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Det fungerer som en standardkonto for kreditbeløb" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Det fungerer som en standardkonto for debetbeløb" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Journal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Journal oprettelse" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Journal navn" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban dashboard" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Tabskonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Vedhæftning" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Besked ved leveringsfejl" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Beskeder" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Deadline for næste aktivitet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Oversigt over næste aktivitet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Næste aktivitetstype" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Næste nummer" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Matchende valuta ikke fundet '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Antal handlinger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Antal meddelser der kræver handling" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Antal beskeder med leveringsfejl" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Antal ulæste beskeder" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "Ok" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Indtægtskonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Ansvarlig bruger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Vælg \"Salg\" for kundefaktura journaler.\n" +"Vælg 'Køb' for leverandørregninger journaler.\n" +"Vælg 'Kontant' eller 'Bank' for journaler, der bruges til kunde- eller leverandørbetalinger.\n" +"Vælg 'Generelt' for diverse operation journaler." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Sekvens" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "Sæt aktiv til falsk for at skjule journalen uden at fjerne den." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Kort kode" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Vis journal på dashboard" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Status baseret på aktiviteter\n" +"Forfaldne: Forfaldsdato er allerede overskredet\n" +"I dag: Aktivitetsdato er i dag\n" +"Planlagt: Fremtidige aktiviteter." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" +"Kontoen for dette bank kontoudtog (%s) er ikke den samme som journalen (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Valuta bruges til at indtaste kontoudtoget" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" +"Journalposterne i denne journal vil blive navngivet ved hjælp af dette " +"præfiks." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Det næste bilagsnummer vil blive anvendt til den næste kreditnota." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Det næste bilagsnummer vil blive anvendt til den næste faktura." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Dette felt indeholder oplysningerne om nummereringen af journalposterne i " +"denne journal." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Denne fil indeholder intet kontoudtog." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Denne fil indeholder ingen transaktion." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Type" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Ulæste beskeder" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Ulæste beskedtæller" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Upload" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Bruges til at sortere journaler i dashboardet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Bruges til at registrere et tab, når kassebeholdningen for et kasseapparat " +"adskiller sig fra, hvad systemet beregner" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Bruges til at registrere en indtægt, når kassebeholdningen for et " +"kasseapparat adskiller sig fra, hvad systemet beregner" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Beskeder fra hjemmesiden" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Website kommunikations historik" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Om denne journal skal vises på dashboardet eller ej" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Du har allerede importeret denne fil. " + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Du skal angive en standard debet konto og en standard kredit konto for denne" +" journal: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "eller" diff --git a/account_statement_import/i18n/de.po b/account_statement_import/i18n/de.po new file mode 100644 index 00000000..ee21f1db --- /dev/null +++ b/account_statement_import/i18n/de.po @@ -0,0 +1,862 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Andreas Stauder , 2019 +# Rudolf Schnapka , 2019 +# Johannes Croe , 2019 +# Michael Schütt , 2019 +# Chris Egal , 2019 +# Bettina Pfeifer , 2019 +# Leon Grill , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Leon Grill , 2019\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Import Vorlage für Bankauszüge" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d Buchungen wurden bereits importiert und ignoriert." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "Eine Buchung wurde bereits importiert und ignoriert." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Eine Bankbuchung kann nur einmal importiert werden!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Kontoinhaber" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Kontonummer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Zugelassene Kontoarten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Zugelassene Konten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Aktion notwendig" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktiv" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Aktivitäten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "Aktivität Ausnahme Dekoration" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Status der Aktivität" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Alias-Name" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Alias-Domäne" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Bereits importierte Positionen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Mindestens ein Eingang" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Mindestens ein Ausgang" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "# Anhänge" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Bank Datenübertragung" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Bank Journal Name" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Kontoauszugszeile" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Bank-Konfiguration Bedienungsanleitung" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Abbrechen" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Kann das Journal mit diesem Eintrag nicht finden. Bitte Journal manuell " +"auswählen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Wählen Sie diese Option, wenn Sie für Rechnungen und Gutschriften aus diesem" +" Journal nicht den gleichen Nummernkreis verwenden wollen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Farbkennzeichnung" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "Kommunikationsstandard" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Kommunikationsart" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Unternehmen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Unternehmen für dieses Journal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Die angegebene Datei macht keinen Sinn.\n" +"Haben Sie das, diesem Dateityp unterstützende, Modul installiert?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Eingabesequenz Gutschrift" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "Gutschriften Nächste Nummer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Währung" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Fest zugeordnete Gutschrift-Sequenz" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Standard-Habenkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Standard Sollkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Legt fest, wie Kontoauszüge verarbeitet werden" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Eingabereihenfolge" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Dateiname" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Dateien" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Abonnenten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Abonnenten (Kanäle)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Abonnenten (Partner)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Für eingehende Zahlungen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Für ausgehende Zahlungen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Beschaffen Sie Ihre Kontoauszüge in Dateiform von Ihrer Bank und wählen " +"diese hier aus." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Icon" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "Symbol, um eine Ausnahmeaktivität anzuzeigen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Falls markiert, benötigen neue Nachrichten Ihre Kenntnisnahme." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Wenn gewählt, ist das Senden einiger Nachrichten fehlgeschlagen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Import" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Bankauszug importieren" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Import ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Bankauszug importieren" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "Installiere Importformat" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Ist ein Abonnent" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Fungiert als Standardkonto für die Haben-Buchung in diesem Journal" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Dieses Konto fungiert als Standard Debitorenkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" +"Es erstellt Entwurfrechnungen und Rechnungen durch Senden einer E-Mail." + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Journal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Journalerstellung" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "Journalanlage beim Kontoauszugsimport" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "Journalgruppen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Journalbezeichnung" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "Json Aktivitätsdaten" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" +"Klicken Sie einfach auf OK, um das Konto/Journal zu erstellen und den Upload" +" abzuschließen. Wenn dies ein Fehler war, klicken Sie auf Abbrechen, um den " +"Upload abzubrechen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban Übersicht" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Kanban grafische Ansicht" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Letzte Änderung am" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Verlustkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Hauptanhänge" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Manuell: Lassen Sie sich per Bargeld, Scheck oder über eine andere Methode außerhalb von Odoo bezahlen.\n" +"Elektronisch: Lassen Sie sich automatisch durch einen Zahlungs-Akquierer bezahlen, indem Sie eine Transaktion auf einer Karte anfordern, die vom Kunden gespeichert wird, wenn dieser online einen Kauf oder ein Abonnement tätigt (Zahlungs-Token).\n" +"Stapelbuchung: Über eine Stapelbuchung, die an Ihre Bank gesendet wird, können Sie mehrere Kunden-Schecks auf einmal entgegennehmen. Wenn Sie den Bankauszug in Odoo kodieren, sollten Sie die Transaktion mit der Stapelbuchung abstimmen. Diese Option aktivieren Sie in den Einstellungen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Manuell: Bezahlen Sie die Rechnung per Bargeld oder über eine andere Methode außerhalb von Odoo.\n" +"Scheck: Bezahlen Sie die Rechnung per Scheck und drucken Sie das Ganze in Odoo aus.\n" +"SEPA-Überweisung: Bezahlen Sie die Rechnung über eine SEPA-Überweisungsdatei, die Sie Ihrer Bank übermitteln. Diese Option aktivieren Sie aus den Einstellungen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Fehler beim Senden der Nachricht" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Nachrichten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Nächste Aktivitätsfrist" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Zusammenfassung nächste Aktion" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Nächster Aktivitätstyp" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Nächste Nummer zuweisen" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Keine passende Währung gefunden '%s'. " + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Anzahl der Aktionen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "Anzahl der Fehler" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Anzahl der Nachrichten, die eine Aktion erfordern" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Anzahl der Nachrichten mit einem Fehler beim Senden." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Anzahl ungelesener Nachrichten" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Erlöskonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Manager Veranstaltung" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS Zustellungsfehler" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Wählen Sie 'Verkauf' als Journal zu Ausgangsrechnungen. \n" +"Wählen Sie 'Einkauf' als Journal zu Eingangsrechnungen. \n" +"Wählen Sie 'Bar' oder 'Bank' als Journal für Kunden- bzw. Lieferantenzahlungen. \n" +"Wählen Sie 'Sonstige' als Journal bei sonstigen Geschäftsvorgängen. " + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "Dateien auswählen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Sequenz" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Deaktivieren Sie die Option, um das Journal Tag auszublenden, ohne es zu " +"entfernen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Kurzzeichen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Journal im Dashboard anzeigen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Status basierend auf Aktivitäten\n" +"Überfällig: Fälligkeitsdatum bereits überschritten\n" +"Heute: Aktivität besitzt heutiges Datum\n" +"Geplant: anstehende Aktivitäten." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" +"Das Konto des Auszugs, den Sie hochladen, ist noch nicht in Odoo erfasst. Um" +" mit dem Upload fortzufahren, müssen Sie für dieses Konto ein Bank Journal " +"erstellen." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" +"Das Konto dieses Kontoauszugs (%s) ist nicht das Gleiche, wie das im Journal" +" (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" +"Die Währung des Kontoauszugs (%s) entspricht nicht der Währung des Journals " +"(%s)." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Währung bei Erfassung des Kontoauszugs" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" +"Die Buchungssätze dieses Journals werden unter Verwendung dieses Präfixes " +"benannt." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Die nächste Sequenznummer wird für die nächste Gutschrift verwendet." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Die nächste Sequenznummer wird für die nächste Rechnung verwendet." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"In diesem Feld finden Sie Angaben zum Nummernkreis, der für die Nummerierung" +" der Posten in dieser Gutschrift verwendet wird." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"In diesem Feld finden Sie Angaben zum Nummernkreis, der für die Nummerierung" +" der Posten in diesem Journal verwendet wird." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Diese Datei enthält keine Buchung." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Diese Datei enthält keinen Vorgang." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Typ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "Typ der Ausnahmeaktivität im Datensatz." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Ungelesene Nachrichten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Anzahl ungelesener Nachrichten" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Hochladen" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "Kontoauszüge hochladen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Verwendet, um Journale im Dashboard zu sortieren" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Wird verwendet, um einen Verlust zu buchen, wenn der Saldo einer Kasse vom " +"errechneten bzw. erwarteten abweicht." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Wird verwendet, um einen Gewinn zu buchen, wenn der Saldo einer Kasse vom " +"errechneten bzw. erwarteten abweicht." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Website-Nachrichten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Website-Kommunikationshistorie" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Ob dieses Journal im Dashboard angezeigt werden soll oder nicht" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Diese Datei wurde bereits eingelesen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" +"Sie können für jede Art von Referenz verschiedene Modelle auswählen. Die " +"Standardeinstellung ist die Odoo-Referenz." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"Hier können Sie die Standardkommunikation festlegen, die nach der " +"Validierung auf Kundenrechnungen angezeigt wird, damit der Kunde bei der " +"Zahlung auf diese Rechnung zugreifen kann." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "Hochladen können Sie Ihren Kontoauszug mit:" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Bitte definieren Sie je ein Standard Soll-/ Haben-Konto für das Journal: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "oder" diff --git a/account_statement_import/i18n/el.po b/account_statement_import/i18n/el.po new file mode 100644 index 00000000..545df7b4 --- /dev/null +++ b/account_statement_import/i18n/el.po @@ -0,0 +1,649 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Kostas Goutoudis , 2018 +# Stefanos Nikou , 2018 +# Timos Zacharatos , 2018 +# Costas Pittalis , 2018 +# George Tarasidis , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: George Tarasidis , 2018\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" +"Οι συναλλαγές τραπεζικού λογαριασμού μπορούν να εισαχθούν μόνο μία φορά !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Κάτοχος λογαριασμού" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Αριθμός Λογαριασμού" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Επιτρεπόμενοι Τύποι Λογαριασμών" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Επιτρεπόμενοι Λογαριασμοί" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Σε Ισχύ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Ψευδώνυμο" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Ψευδώνυμο τομέα" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Επιτρέπεται η Ακύρωση Εγγραφών" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Τουλάχιστον Ένα Εισερχόμενο" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Τουλάχιστον Ένα Εξερχόμενο" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Τράπεζα" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Τραπεζικός Λογαριασμός" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Tραπεζικές Tροφοδοσίες" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Γραμμή Κίνησης Τραπεζικού Λογαριασμού" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "Ανήκουν στην τρέχουσα εταιρεία του χρήστη" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Ακύρωση" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Επιλέξτε αυτό το πλαίσιο αν δεν θέλετε να μοιραστείτε την ίδια ακολουθία για" +" τιμολόγια και πιστωτικά σημειώματα που γίνονται από αυτό το ημερολόγιο" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Ενεργοποιήστε εάν θέλετε να επιτρέπετε την ακύρωση των εγγραφών που " +"σχετίζονται με αυτό το ημερολόγιο ή την ακύρωση του τιμολογίου που " +"σχετίζεται με τις εγγραφές." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Χρωματισμός Ευρετήριου" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Εταιρία" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Η εταιρία που σχετίζεται με το ημερολόγιο" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Ακολουθία Καταχώρησης Πιστωτικού Τιμολογίου" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "Πιστωτικά: Επόμενος Αριθμός" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Νόμισμα" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Ειδική Ακολουθία Πιστωτικών Σημειωμάτων" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Προεπιλεγμένος Λογαριασμός Πίστωσης" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Προεπιλεγμένος Λογαριασμός Χρέωσης" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Ιεράρχηση Εγγραφών" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Όνομα αρχείου" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Ομαδοποίηση Γραμμών Τιμολογίου" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "Κωδικός" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Αν αυτό το κουτί είναι επιλεγμένο το σύστημα θα προσπαθήσει να ομαδοποιήσει " +"τις λογιστικές γραμμές όταν τις δημιουργεί από τα τιμολόγια." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Εισαγωγή" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Εισαγωγή Statement Tράπεζας" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "Εισαγωγή Statements Tράπεζας" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Εισαγωγή Statement" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Λειτουργεί ως προεπιλεγμένος λογαριασμός για πίστωση ποσού" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Λειτουργεί ως προεπιλεγμένος λογαριασμός για χρέωση ποσού" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Ημερολόγιο" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Όνομα Ημερολογίου" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Τελευταία Ενημέρωση από" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Τελευταία Ενημέρωση στις" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Λογαριασμός Ζημιών" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Επόμενος Αριθμός" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Λογαριασμός Κερδών" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Ακολουθία" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Σύντομος Κωδικός" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Εμφάνιση ημερολογίου στο Ταμπλό" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Νόμισμα Δήλωσης" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Αυτό το πεδίο περιέχει τις πληροφορίες που σχετίζονται με την αρίθμηση των " +"ημερολογιακών καταχωρήσεων αυτού του ημερολογίου." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Τύπος" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "Ει_σαγωγή" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "ή" diff --git a/account_statement_import/i18n/en_AU.po b/account_statement_import/i18n/en_AU.po new file mode 100644 index 00000000..1c044333 --- /dev/null +++ b/account_statement_import/i18n/en_AU.po @@ -0,0 +1,529 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2015-09-07 15:47+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/" +"language/en_AU/)\n" +"Language: en_AU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At least one inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At least one outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:76 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancel" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:165 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a " +"journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and " +"refunds made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:106 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Created on" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Refund Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_on_footer +msgid "" +"Display this bank account on the footer of printed documents like invoices " +"and sales orders." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "Import" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:67 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal id" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban dashboard graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Means of payment for collecting money. Odoo modules offer various payments " +"handling facilities, but you can always use the 'Manual' payment method in " +"order to manage payments outside of the software." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Means of payment for sending money. Odoo modules offer various payments " +"handling facilities, but you can always use the 'Manual' payment method in " +"order to manage payments outside of the software." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:136 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Refund Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor " +"payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_on_footer +msgid "Show in Invoices Footer" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:151 +#, python-format +msgid "The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:161 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the refund " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:111 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:119 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/en_GB.po b/account_statement_import/i18n/en_GB.po new file mode 100644 index 00000000..f8badf44 --- /dev/null +++ b/account_statement_import/i18n/en_GB.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancel" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Company" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Created on" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Currency" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Sequence" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es.po b/account_statement_import/i18n/es.po new file mode 100644 index 00000000..79531b6b --- /dev/null +++ b/account_statement_import/i18n/es.po @@ -0,0 +1,856 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Pedro M. Baeza , 2019 +# Rick Hunter , 2019 +# Angel Moya - PESOL , 2019 +# Rick Hunter , 2019 +# Gabriel Umana , 2019 +# Cristopher Cravioto , 2019 +# fr33co , 2019 +# Jhonsons Jimenez , 2019 +# Jesse Garza , 2019 +# Jon Perez , 2019 +# Mariana Santos Romo , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Mariana Santos Romo , 2019\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transacciones han sido ya importadas y serán ignoradas." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transacción ha sido ya importada y será ignorada." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "" +"Las transacciones de una cuenta bancaria puede importarse sólo una vez" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Titular" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Número de cuenta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Tipos de cuenta permitidos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Cuentas permitidas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Acción requerida" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Activo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Actividades" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "Decoración de Actividad de Excepción" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Estado de la actividad" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Seudónimo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Seudónimo del dominio" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Elementos ya importados" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Al menos un elemento entrante" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Al menos un elemento saliente" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Conteo de archivos adjuntos" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banco" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Cuentas bancaria" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Canales de comunicación bancarios" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Nombre del diario del banco" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Línea de extracto bancario" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Configuración manual de datos bancarios" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"No se puede encontrar un diario en el que importar este extracto. Por favor " +"seleccione manualmente un diario." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Marque esta casilla si no desea compartir la misma secuencia de facturas y " +"notas de crédito de este diario" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Índice de Colores" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "Estándar de Comunicación" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Tipo de comunicación" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Compañía relacionada con este diario" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"No se pudo interpretar el archivo dado. ¿Ha instalado el módulo que soporta " +"este tipo de archivo?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Secuencia de entradas de factura rectificativa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "Número Siguiente de las Notas de Crédito" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Secuencia de facturas rectificativas dedicada" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Cuenta acreedora por defecto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Cuenta deudora por defecto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Define como se registrarán los extractos bancarios" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Secuencia del asiento" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Nombre de archivo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Archivos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Seguidores" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Seguidores (Canales)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Seguidores (Empresas)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Para pagos recibidos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Para pagos salientes" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Obtenga sus extractos bancarios en formato electrónico de su banco y " +"selecciónelos aquí." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Icono" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "Icono para indicar una actividad de excepción." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Si está marcado hay nuevos mensajes que requieren su atención." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Si se encuentra marcado, algunos mensajes tienen error de envío." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Importar extracto bancario" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "ID de importación" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importar extracto" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Es un seguidor" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Actúa como una cuenta por defecto para los importes en el haber." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Actúa como una cuenta por defecto para importes en el debe." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Diario" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Creación de diario" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "Grupos de Diarios" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Nombre del diario" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Tablero Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Gráfico de Tablero Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Cuenta de pérdidas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Adjuntos principales" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Manual: se paga en efectivo, con cheque o cualquier otro método fuera de Odoo.\n" +"Electrónico: se paga automáticamente a través de un adquirente de pagos al solicitar una transacción en una tarjeta guardada por el cliente al comprar o suscribirse en línea (token de pago).\n" +"Depósito por lotes: realiza varios cheques de clientes a la vez al generar un depósito por lotes para enviar a su banco. Al codificar el extracto bancario en Odoo, se sugiere conciliar la transacción con el depósito por lotes. Habilite esta opción desde la configuración." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Manual: Pague la factura en efectivo o cualquier otro método fuera de Odoo.\n" +"Cheque: pague factura con cheque e imprima desde Odoo.\n" +"Transferencia SEPA: Pague la factura de un archivo de Transferencia SEPA que envíe a su banco. Habilite esta opción desde la configuración." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Error de Envío de Mensaje" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Mensajes" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Siguiente plazo de actividad" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Resumen de la siguiente actividad" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Siguiente tipo de actividad" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Próximo número" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "No se ha encontrado ninguna moneda casando '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Número de acciones" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "Numero de errores" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Número de mensajes que requieren una acción" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Número de mensajes con error de envío" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Número de mensajes no leidos" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Cuenta de beneficios" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Usuario responsable" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Error de entrega del SMS" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Seleccione 'Ventas' para diarios de facturas de cliente.\n" +"Seleccione 'Compras' para diarios de facturas de proveedor.\n" +"Seleccione 'Caja' o 'Banco' para diarios que se usan para pagos de clientes y proveedores. Seleccione 'General' para diarios que contienen operaciones varias." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "Establezca active a false para ocultar el diario sin eliminarlo." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Código corto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Mostrar diario en el tablero" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Estado basado en actividades\n" +"Vencida: la fecha tope ya ha pasado\n" +"Hoy: La fecha tope es hoy\n" +"Planificada: futuras actividades." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" +"La cuenta bancaria de este extracto (%s) no es la misma que la del diario " +"(%s)" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" +"La moneda de del estado de cuenta (%s) no es la misma moneda que la de los " +"diarios (%s)." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "La divisa utilizada para introducir asientos." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Los asientos de este diario será nombrados usando este prefijo." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" +"El siguiente número de secuencia que se usará para la siguiente factura " +"rectificativa." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "El siguiente número de secuencia se usará para la próxima factura." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Este campo contiene la información relacionada con la numeración de los " +"asientos de las facturas rectificativas de este diario." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Este campo contiene información relacionada con la numeración de los " +"asientos de este diario." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Este archivo no contiene ninguno extracto." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Este archivo no contiene ninguna transacción." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tipo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "Tipo de actividad de excepción registrada." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Mensajes sin leer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Contador de mensajes sin leer" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Cargar" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Usado para ordenar los diarios en la vista tablero" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Usado para registrar una pérdida cuando el saldo final de un registro de " +"caja difiere de lo que el sistema calcula" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Usado para registrar una ganancia cuando el saldo final de un registro de " +"caja difiere de lo que el sistema calcula" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Mensajes del sitio web" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Historial de comunicaciones del sitio web" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Si este diario debe mostrarse en el tablero o no" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Ya ha importado ese archivo." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"Puede establecer aquí la comunicación predeterminada que aparecerá en las " +"facturas del cliente, una vez validada, para ayudar al cliente a consultar " +"esa factura en particular al realizar el pago." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Debe establecer una cuenta de débito predeterminada y una cuenta de crédito " +"predeterminada para la publicación: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "o" diff --git a/account_statement_import/i18n/es_AR.po b/account_statement_import/i18n/es_AR.po new file mode 100644 index 00000000..a13bb3c2 --- /dev/null +++ b/account_statement_import/i18n/es_AR.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/odoo/teams/41243/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es_BO.po b/account_statement_import/i18n/es_BO.po new file mode 100644 index 00000000..6bb802e2 --- /dev/null +++ b/account_statement_import/i18n/es_BO.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_BO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Divisa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es_CL.po b/account_statement_import/i18n/es_CL.po new file mode 100644 index 00000000..bdc24d1e --- /dev/null +++ b/account_statement_import/i18n/es_CL.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es_CO.po b/account_statement_import/i18n/es_CO.po new file mode 100644 index 00000000..a6672763 --- /dev/null +++ b/account_statement_import/i18n/es_CO.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es_CR.po b/account_statement_import/i18n/es_CR.po new file mode 100644 index 00000000..ade3b9f9 --- /dev/null +++ b/account_statement_import/i18n/es_CR.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es_DO.po b/account_statement_import/i18n/es_DO.po new file mode 100644 index 00000000..8e857ddb --- /dev/null +++ b/account_statement_import/i18n/es_DO.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es_EC.po b/account_statement_import/i18n/es_EC.po new file mode 100644 index 00000000..a8cd9042 --- /dev/null +++ b/account_statement_import/i18n/es_EC.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por:" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Fecha de modificación" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Ultima Actualización por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Actualizado en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es_PE.po b/account_statement_import/i18n/es_PE.po new file mode 100644 index 00000000..5ee451ba --- /dev/null +++ b/account_statement_import/i18n/es_PE.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es_PY.po b/account_statement_import/i18n/es_PY.po new file mode 100644 index 00000000..e43f9d15 --- /dev/null +++ b/account_statement_import/i18n/es_PY.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/es_VE.po b/account_statement_import/i18n/es_VE.po new file mode 100644 index 00000000..6207abbf --- /dev/null +++ b/account_statement_import/i18n/es_VE.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/et.po b/account_statement_import/i18n/et.po new file mode 100644 index 00000000..b037bf2a --- /dev/null +++ b/account_statement_import/i18n/et.po @@ -0,0 +1,675 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Wanradt Koell , 2018 +# Arma Gedonsky , 2018 +# Egon Raamat , 2018 +# Eneli Õigus , 2018 +# Marek Pontus, 2018 +# Martin Aavastik , 2018 +# Helen Sulaoja , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:15+0000\n" +"Last-Translator: Helen Sulaoja , 2018\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d tehingud on varem imporditud ja neid ignoreeriti." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 kanne on juba imporditud ja seda ignoreeriti." + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "Pangaväljavõtte saab importida ühe korra !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Konto valdaja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Konto number" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Lubatud kontotüübid" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Lubatud kontod" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktiivne" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Aliase domeen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Luba tühistada kirjeid" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "Juba imporditud read" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Vähemalt üks sisenev" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Vähemalt üks väljuv" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Pank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Pangakonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Pangaväljavõtted" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Pangaandmiku nimi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "Pangaväljavõtte fail" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Pangaväljavõtte rida" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "Kuulub kasutaja praegusele ettevõttele" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Tühista" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Ei tuvasta, millisesse andmikku seda väljavõttet importida. Palun vali " +"andmik." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Märgi see kui sa ei soovi jagada sama numeratsiooni arvete ja kreeditarvete " +"osas selles andmikus " + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Vali see, kui sa soovid lubada kannete tühistamist selles andmikus või " +"arvete tühistamist seotud selle andmikuga" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "Vali fail importimiseks..." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Värvikood" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Ettevõte" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Andmikuga seotud ettevõte" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Süsteem ei suuda tuvastada antud faili.\n" +"Kas paigaldasid sobiva mooduli faili tuvastamiseks?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Loomise kuupäev" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Kreeditarve kirje järjekord" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "Kreeditarve: Järgmine number" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Eraldi kreeditarve kirje järjekord" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Vaikimisi kreeditkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Vaikimisi deebetkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "Lae alla pangaväljavõte ja impordi siin. Toetatud formaadid:" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Kirje järjekord" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Faili nimi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "Hankige pangaväljavõtted elektroonilises vormis ja valige need siin." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Grupeeri arve read" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Kui see on märgitud, siis arve genereerimisel süsteem grupeerib " +"raamatupidamise kanded." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Impordi" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Impordi pangaväljavõte" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "Impordi pangaväljavõtted" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Impordi ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Impordi väljavõte" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "See toimib kui vaikimisi konto kreeditsummale" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "See toimib kui vaikimisi konto deebetsummale" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Andmik" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Andmiku loomine" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Andmiku nimi" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" +"Vajuta OK konto/andmiku loomiseks ja lõpeta andmete importimine. Kui see on " +"viga, vajuta Tühista." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban töölaud" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Kanban Töölaua graafik" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud (kelle poolt)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud (millal)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Kahjukonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Manuaalne: Võta vastu sularaha makseid.\n" +"Elektrooniline: Võta vastu makseid läbi maksete vahendajate, kasutades selleks kliendi poolt salvestatud krediitkaarti andmeid." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Manuaalne: Maksa arveid sularahas või muudel meetoditel väljaspool Odoo'd.\n" +"Tšekk: Maksa arveid tšekkidega ja prindi need Odoo'st.\n" +"SEPA Credit Transfer: Maksa arved SEPA maksefailiga laadides selle üles panka." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Järgmine number" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "%s valuutat ei leitud." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Kasumi konto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Vali 'Müük' kliendi arvete andmikuks.\n" +"Vali 'Ost' tarniajte arvete andmikuks.\n" +"Vali 'Sularaha' või 'Pank' andmikuks, mis on kasutusel maksetes.\n" +"Vali 'Üldine' mitmesuguste tegevuste andmikuks." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "Vali importimiseks pangaväljavõtte fail" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Järjestus" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "Märgi aktiivseks, et peita andmik ilma seda kustutamata." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Lühikood" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Näita andmikku töölaual" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" +"Väljavõte konto, mida üritate importida, ei ole veel salvestatud Odoosse. " +"Impordi jätkamiseks peate looma panga andmiku selle konto jaoks." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" +"Selle pangaväljavõtte pangakonto (%s) ei ole sama, mis on andmikus (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Pangakonto väljavõttel kasutusel olev valuute" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Selles andmikus kasutatakse kannetel seda prefiksit." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" +"Järgmine järjestuse number võetakse kasutusele järgmise kreeditarve puhul." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Järgmine järjestuse number võetakse kasutusele järgmise arve puhul." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "See väli sisaldab informatsiooni kreeditarvete andmikukannete kohta." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"See väli sisaldab nummerdamise informatsiooni andmiku kannete kohta selles " +"andmikus." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "See fail ei sisalda pangaväljavõtet." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "See fail ei sisalda ühtegi kannet." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tüüp" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Kasutusel andmike reastamiseks töölaual" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Kasutatakse kassa lugemise ja süsteemi järgse kassa võrdlemisel tekkiva " +"kahju registreerimiseks" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Kasutatakse kassa lugemise ja süsteemi järgse kassa võrdlemisel tekkiva kasu" +" registreerimiseks" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Kas näidata seda andmiku töölaual või mitte" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Te peate määrama vaikimisi kreeditkonto ja deebetkonto selle andmiku jaoks: " +"%s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Impordi" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "või" diff --git a/account_statement_import/i18n/eu.po b/account_statement_import/i18n/eu.po new file mode 100644 index 00000000..e6566e22 --- /dev/null +++ b/account_statement_import/i18n/eu.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Enpresa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Created on" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moneta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Sekuentzia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/fa.po b/account_statement_import/i18n/fa.po new file mode 100644 index 00000000..70b6558d --- /dev/null +++ b/account_statement_import/i18n/fa.po @@ -0,0 +1,640 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Hamid Darabi, 2018 +# Mohammad Ghadimi , 2018 +# Faraz Sadri Alamdari , 2018 +# Hamed Mohammadi , 2018 +# Sepehr Khoshnood , 2018 +# Arash Sardari , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Arash Sardari , 2018\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d تراکنش قبلاً وارد شده و نادیده گرفته شده." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 تراکنش قبلا وارد شده و نادیده گرفته شد." + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "ترکنشهای حساب بانکی تنها یک بار می‌توانند از فایل وارد شوند." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "دارنده حساب" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "شماره حساب" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "انواع حساب مجاز" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "حسابهای مجاز" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "فعال" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "مستعار" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "دامین مستعار" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "اجازه لغو داده ها" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "آیتمهای قبلا وارد شده" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "حداقل یک ورودی" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "حداقل یک خروجی" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "بانک" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "حساب بانکی" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "فیدهای بانک" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "نام روزنامه بانک" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "فایل صورتحساب بانک" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "سطر صورتحساب بانک" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "مطلق به شرکت فعلی کاربر است" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "لغو" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "انتخاب فایل برای ورود..." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "رنگ پس زمینه" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "شرکت" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "شرکت مربوط به این روزنامه" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "یادداشهای اعتباری: عدد بعدی" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "ارز" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "حساب بستانکار پیش فرض" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "حساب بدهکار پیش فرض" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "دنباله‌ی ورودی" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "نام فایل" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "گروه بندی سطرهای فاکتور" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "شناسه" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "درونش" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "وارد کردن بیانیه بانک" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "ورود از فایل صورتحساب بانک" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "آیدی ورود از فایل" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "ورود از فایل صورتحساب" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "روزنامه" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "ایجاد روزنامه" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "نام روزنامه" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "داشبورد کانبان" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "گراف داشبورد کانبان" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "آخرین تغییر توسط" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "حساب زیان" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "شماره بعدی" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "تایید" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "حساب سود" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "انتخاب فایل صورتحساب بانک برای ورود" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "دنباله" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "کد کوتاه" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "نمایش روزنامه روی داشبورد" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "ارز مورد استفاده برای ورود به صورتحساب" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "این فایل دارای هیچ صورتحسابی نیست" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "این فایل دارای هیچ تراکنسی نیست." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "نوع" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "ـ‌وارد کردن" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "یا" diff --git a/account_statement_import/i18n/fi.po b/account_statement_import/i18n/fi.po new file mode 100644 index 00000000..25e4bef8 --- /dev/null +++ b/account_statement_import/i18n/fi.po @@ -0,0 +1,662 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Eino Mäkitalo , 2018 +# Tommi Rintala , 2018 +# Martin Trigaux, 2018 +# Kari Lindgren , 2018 +# Jarmo Kortetjärvi , 2018 +# Tuomo Aura , 2018 +# Veikko Väätäjä , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Veikko Väätäjä , 2018\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d tapatumaa on jo aiemmin tuotu, joten ne ohitettiin." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 tapahtuma on aiemmin tuotu ja ohitettiin." + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "Pankkitilin tapahtumat voi tuoda ohjelmaan vain kerran !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Tilinumero" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Sallitut tilityypit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Sallitut tilit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktiivinen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Alias domain" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Salli peruutusviennit" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "Aiemmin ladatut rivit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Pankki" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Tilinumero" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Pankin syötteet" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Pankkipäiväkirja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "Tiliotetiedosto" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Pankkitiliotteen rivi" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "Kuuluu käyttäjän nykyiseen yritykseen" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Peruuta" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Odoo ei pysty päättelemään päiväkirjaa, mihin tapahtuma luetaan. Ole hyvä ja" +" valitse päiväkirja." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Valitse tämä, jos haluat sallia tähän päiväkirjaan liittyvien tapahtumien " +"ja laskujen peruutuksen." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "Valitse sisäänluettava tiedosto.." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Väri-indeksi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Yritys" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Päiväkirjaan liittyvä yritys" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Tiedoston muoto ei ollut ymmärrettävä.\n" +"Oletko asentanut modulin, joka tulee tämän tyyppisiä tiedostoja?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuutta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Oletusarvoinen kredit-tili" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Oletusarvoinen debet-tili" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" +"Lataaa tiliote pankistasi ja lue se sisään täällä. Tuetut muodot ovat:" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Kirjaussarja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Tiedostonnimi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Hae pankin tiliotteet sähköisessä muodossa pankistasi ja valitse ne täällä." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Ryhmän laskurivit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Jos tämä on valittu, järjestelmä yrittää järjestää kirjanpidon rivit kun " +"niitä luodaan laskutuksesta." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Tuo" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Tuo tiliote" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "Tuo tiliotteet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Tuonnin ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Tuo tiliote" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Toimii oletusarvoisena kredit-tilinä" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Toimii oletusarvoisena kredit-tilinä" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Päiväkirja" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Päiväkirjan luonti" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Päiväkirjan nimi" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" +"Valitse OK luodaksesi tilin/päiväkirjan ja päätä sisäänluku. Jos tämä oli " +"erehdys, valitse peruuta keskeyttääksesi sisäänluvun." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Tappiotili" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Seuraava numero" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Ei löydetty valuuttaa joka vastaisi '%s'." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Tulostili" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Valitse 'Myynti' asiakaslaskujen päiväkirjoille. \n" +"Valitse 'Osto' ostolaskujen päiväkirjoille. \n" +"Valitse 'Käteinen' tai 'Pankki' päiväkirjoille, joilla käsitellään asiakkaiden ja toimittajien maksuja.\n" +"Valitse 'Yleinen' muille päiväkirjatapahtumille. " + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "Valitse sisäänluettava pankin tiliote." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Järjestys" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Lyhyt koodi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Näytä päiväkirja työpöydällä" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" +"Pankkitiliä, jonka tilitapahtumia yrität lukea sisään, ei ole Odoon tuntema." +" Jatkaaksesi sisäänlukua, sinun pitää luoda pankkipäiväkirja tälle tilille." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "Tiiotteen tili (%s) ei vastaa päiväkirjaa (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Tiliotteen valuutta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Tämän päiväkirjan tapahtumat nimetään käyttäen tätä etuliitettä." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "Tämä kenttä sisältää tietoa päiväkirjan tapahtumien numeroinnista." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Tiedosto ei sisällä lainkaan tiliotteita." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Tiedostossa ei ole lainkaan tapahtumia." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tyyppi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Käytetään järjestämään päiväkirjat työpöytänäkymässä" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Kirjataan tappio, joka syntyy jos kassan loppuarvo poikkeaa systeemin " +"laskemasta." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Kirjataan voitto, joka syntyy jos kassan loppuarvo poikkeaa systeemin " +"laskemasta." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Näytetäänkö tämä päiväkirja työpöydällä vai ei" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "Aseta oletustilit debet- ja kredit-kirjauksille päiväkirjassa %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Import" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "tai" diff --git a/account_statement_import/i18n/fo.po b/account_statement_import/i18n/fo.po new file mode 100644 index 00000000..19d9c267 --- /dev/null +++ b/account_statement_import/i18n/fo.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Strika" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Fyritøka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Byrjað av" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Byrjað tann" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Vís navn" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Seinast rættað tann" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Seinast dagført av" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Seinast dagført tann" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/fr.po b/account_statement_import/i18n/fr.po new file mode 100644 index 00000000..95bf45c5 --- /dev/null +++ b/account_statement_import/i18n/fr.po @@ -0,0 +1,852 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Aurélien Pillevesse , 2019 +# Eloïse Stilmant , 2019 +# Laura Piraux , 2019 +# Alain van de Werve , 2019 +# Olivier ANDRE , 2019 +# a270031086f2a0d3514bc0cb507b48f6, 2019 +# Celia Tydgat , 2019 +# Cécile Collart , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Cécile Collart , 2019\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Importer un modèle pour les relevés bancaires" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transactions ont déjà été importées et ont été ignorées." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transaction a déjà été importée et a été ignorée." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "" +"Les transactions d'un compte bancaire ne peuvent être importées qu'une seule" +" fois!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Titulaire de compte" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Numéro de compte" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Types de compte autorisés" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Comptes autorisés" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Nécessite une action" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Active" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Activités" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "Activité d'exception de décoration" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Status de l'activité" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Nom de l'alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Domaine d'alias" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Eléments déjà importés" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Au moins un entrant" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Au moins un sortant" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Compte des pièces jointes" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banque" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Compte bancaire" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Provenance des relevés bancaires" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Nom du Journal de Banque" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Ligne de relevé bancaire" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Annuler" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Ne peut trouver le relevé bancaire parmi les journaux. Veuillez sélectionner" +" un journal manuellement." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Cochez cette case si vous ne souhaitez pas partager la même séquence pour " +"les factures et les avoirs créés à partir de ce journal." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Couleur" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "Standard de communication" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Type de communication" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Société" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Société liée à ce journal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Ce fichier est incompréhensible.\n" +"Avez-vous installé le module qui supporte ce type de fichier ?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Séquence d'écriture de l'avoir" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Devise" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Séquence dédiée aux avoirs" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Compte de crédit par défaut" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Compte de débit par défaut" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Définissez comment les relevés bancaires seront enregistrés" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Afficher Nom" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Séquence d'écriture" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Nom du fichier" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Fichiers" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Abonnés" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Abonnés (Canaux)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Abonnés (Partenaires)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Pour les Paiements entrants" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Pour les Paiements sortants" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Obtenez les relevés bancaires en version électronique depuis votre banque et" +" sélectionnez-les ici." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Icône" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "Icône pour indiquer une activité d'exception." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Si coché, de nouveaux messages demandent votre attention." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Si actif, certains messages ont une erreur de livraison." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importer" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Import d'un relevé bancaire" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "ID d'importation" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importation d'un relevé" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Est un abonné" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Sert de compte par défaut pour le crédit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Ça sert de compte par défaut pour les montants en débit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Journal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Création d'un journal" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Nom du journal" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "Données d'activité Json" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Tableau de bord Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Tableau de bord graphique Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Compte de perte" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Pièce jointe principale" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Paiement manuel : soyez payé en espèces, par chèque ou par tout autre moyen externe à Odoo.\n" +"Paiement électronique : soyez payé automatiquement par un acquéreur en demandant une transaction sur une carte enregistrée par le client lors de l'achat ou de l'inscription en ligne (jeton de paiement).\n" +"Dépôt groupé : encaissez plusieurs chèques clients à la fois en générant un dépôt groupé à envoyer à votre banque. Lors de l'encodage du relevé bancaire dans Odoo, vous pouvez rapprocher la transaction et le dépôt groupé. Activez cette option dans les paramètres." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Paiement manuel : payez en espèces ou par tout autre moyen externe à Odoo.\n" +"Chèque : payez par chèque en l'imprimant depuis Odoo.\n" +"Virement SEPA : payez en envoyant un fichier de virement SEPA à votre banque. Activez cette option dans les paramètres." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Erreur d'envoi du message" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Messages" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Date limite de l'activité à venir" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Résumé d'activité suivant" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Type d'activités à venir" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Nombre suivant" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Pas de devise trouvée correspondant à '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Nombre d'actions" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "Nombre d'erreurs" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Nombre de messages exigeant une action" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Nombre de messages avec des erreurs d'envoi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Nombre de messages non lus" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Compte de profit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Responsable" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Erreur d'envoi SMS" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Sélectionnez 'Vente' pour les journaux des factures des clients.\n" +"Sélectionnez 'Achat' pour les journaux des factures des fournisseurs.\n" +"Sélectionnez 'Espèces' ou 'Banque' pour les journaux utilisés pour les paiements des clients ou des fournisseurs.\n" +"Sélectionnez 'Général' pour les journaux des opérations diverses." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "Sélectionner des fichiers" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Séquence" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Mettre le champs actif à faux pour masquer le journal sans le supprimer." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Code" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Montrer le journal dans le tableau de bord" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Statut basé sur les activités\n" +"En retard : la date d'échéance est déjà dépassée\n" +"Aujourd'hui : la date d'activité est aujourd'hui\n" +"Planifiée : activités futures" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" +"Le compte de ce relevé (%s) n'est pas le même que celui du journal (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "La devise utilisée pour entrer les relevés" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Les pièces comptables de ce journal seront nommées avec ce préfixe." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Le prochain numéro de séquence sera utilisé pour le prochain avoir." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" +"Le prochain numéro de séquence sera utilisé pour la prochaine facture." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Ce champ contient les informations relatives à la numérotation des écritures" +" d'avoirs de ce journal." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Cet champ contient les informations relatives à la numérotation des " +"écritures de ce journal." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Ce fichier ne contient aucun relevé." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Ce fichier ne contient aucune transaction." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Type" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "Type d'activité d'exception enregistrée" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Messages non lus" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Compteur de messages non lus" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Upload" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Utilisé pour trier les journaux dans la vue du tableau de bord" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Utilisé pour enregistrer une perte lorsque le solde final de la caisse est " +"différent de ce qui a été calculé par le système" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Utilisé pour enregistrer un profit lorsque le solde final de la caisse est " +"différent de ce qui a été calculé par le système" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Messages du site web" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Historique de communication du site web" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Si ce journal doit être affiché sur le tableau de bord ou non" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Vous avez déjà importé ce fichier." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"Vous pouvez définir la communication par défaut qui apparaitra sur les " +"factures du client, une fois celle-ci validée, pour aider le client à se " +"référer à cette facture en particulier lors du paiement." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Vous devez définir un compte de débit par défaut et un compte de crédit par " +"défaut pour ce journal : %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "ou" diff --git a/account_statement_import/i18n/fr_BE.po b/account_statement_import/i18n/fr_BE.po new file mode 100644 index 00000000..ded42994 --- /dev/null +++ b/account_statement_import/i18n/fr_BE.po @@ -0,0 +1,531 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Jerome Sonnet , 2015 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2015-11-18 13:41+0000\n" +"Last-Translator: Jerome Sonnet \n" +"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/" +"language/fr_BE/)\n" +"Language: fr_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transactions déjà importées et ignorées" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transaction a déjà été importée et a été ignorée." + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" +"Une transaction sur compte bancaire ne peut être importée qu'une seule fois !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "Numéro de compte" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "Type de compte autorisés" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "Comptes autorisés" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "Autorise l'annulation d'encodages" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At least one inbound" +msgstr "Au moins un entrant" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At least one outbound" +msgstr "Au moins un sortant" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:76 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "Banque" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "Compte bancaire" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:165 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a " +"journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and " +"refunds made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Société" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:106 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Refund Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_on_footer +msgid "" +"Display this bank account on the footer of printed documents like invoices " +"and sales orders." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:67 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal id" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban dashboard graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Derniere fois mis à jour par" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Dernière mis à jour le" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Means of payment for collecting money. Odoo modules offer various payments " +"handling facilities, but you can always use the 'Manual' payment method in " +"order to manage payments outside of the software." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Means of payment for sending money. Odoo modules offer various payments " +"handling facilities, but you can always use the 'Manual' payment method in " +"order to manage payments outside of the software." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:136 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "Ok" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Refund Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor " +"payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Séquence" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_on_footer +msgid "Show in Invoices Footer" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:151 +#, python-format +msgid "The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:161 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the refund " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:111 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:119 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "Type" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/fr_CA.po b/account_statement_import/i18n/fr_CA.po new file mode 100644 index 00000000..c1cfb473 --- /dev/null +++ b/account_statement_import/i18n/fr_CA.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Annuler" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Devise" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "Identifiant" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Séquence" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/gl.po b/account_statement_import/i18n/gl.po new file mode 100644 index 00000000..a29f1bb2 --- /dev/null +++ b/account_statement_import/i18n/gl.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Creado o" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Moeda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/gu.po b/account_statement_import/i18n/gu.po new file mode 100644 index 00000000..e8daab67 --- /dev/null +++ b/account_statement_import/i18n/gu.po @@ -0,0 +1,638 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Turkesh Patel , 2018 +# Dharmraj Jhala , 2018 +# Divya Pandya , 2018 +# Spellbound Soft Solutions , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Spellbound Soft Solutions , 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "સક્રિય" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "બેન્ક" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "બેન્ક એકાઉન્ટ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "બેન્ક વિધાન લીટી" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "રદ કરો" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "કંપની" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "બનાવનાર" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "ચલણ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "પ્રદર્શન નામ" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ઓળખ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "આયાત" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "રોજનામું" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "બરાબર" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "ક્રમ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "પ્રકાર" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_આયાત કરો" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "અથવા" diff --git a/account_statement_import/i18n/he.po b/account_statement_import/i18n/he.po new file mode 100644 index 00000000..a286224e --- /dev/null +++ b/account_statement_import/i18n/he.po @@ -0,0 +1,826 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Fishfur A Banter , 2019 +# Moshe Flam , 2019 +# yacov mosbacher (‫יעקב מוסבכר‬‎) , 2019 +# Yihya Hugirat , 2019 +# שהאב חוסיין , 2019 +# hed shefetr , 2019 +# דודי מלכה , 2019 +# Amit Spilman , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Amit Spilman , 2019\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%dהתנועות יובאו בעבר ולכן התעלמו מהן" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "תנועה אחת כבר יובאה ולכן התעלמו ממנה" + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "אפשר ליבא תנועה לחשבון פעם אחת בלבד !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "בעל החשבון" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "מספר חשבון" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "סוגי חשבון מותרים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "חשבונות מותרים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "נדרשת פעולה" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "פעיל" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "פעילויות" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "מצב פעילות" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "שם נוסף" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "פריטים שכבר מיובאים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "לפחות ... נכנסת אחת" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "לפחות ... אחת יוצאת" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "ספירת קבצים מצורפים" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "בנק" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "חשבון בנק" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "מקורות בנקאיים" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "שם היומן הבנקאי" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "שורת דף חשבון של הבנק" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "בטל" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"לא מוצא לאיזה יומן תנועה זו שייכת. \n" +"אנא בחרו יומן ידנית." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "מפתח צבעים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "חברה" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "חברה הקשורה ליומן זה" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"לא מצליח להבין את תוכן הקובץ הנתון.\n" +"האם התקנתם את המודול המתאים לתמיכה בסוג קובץ זה? " + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "נוצר על-ידי" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "מטבע" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "רצף הערות אשראי ייעודי" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "חשבון אשראי ברירת מחדל" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "חשבון הפקדה ברירת מחדל" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "הצג שם" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "רצף מספרי" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "שם קובץ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "עוקבים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "עוקבים (ערוצים)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "עוקבים (שותפים)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "עבור תשלומים נכנסים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "לתשלומים יוצאים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "קבלו את דפי החשבון שלכם בתבנית ממוחשבת מהבנק, ובחרו אותם כאן." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "תעודה מזהה" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "סמל" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "אם מסומן, אז הודעה חדשה דורשת התייחסותכם." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "אם סומן, בחלק מההודעות קיימת שגיאת משלוח." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "ייבוא" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "יבוא דף חשבון" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "מספר זיהוי היבוא" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "יבא שורה" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "האם עוקב" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "משמש כחשבון ברירת המחדל לסכום הזיכוי" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "משמש כחשבון ברירת מחדל אבל סכום החיוב" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "יומנים" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "יצירת יומן" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "שם היומן" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "שינוי אחרון ב" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על-ידי" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "עדכון אחרון ב" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "חשבון הפסדים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "קובץ ראשי מצורף " + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "הודעת שגיאת משלוח" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "הודעות" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "מועד האחרון לפעילות הבאה" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "תקציר הפעילות הבאה " + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "סוג הפעילות הבאה" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "המספר הבא" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "לא נמצא סוג מטבע המתאים ל '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "מספר הפעולות" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "מספר ההודעות המחייבות פעולה" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "מספר הודעות עם שגיאת משלוח" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "מספר ההודעות שלא נקראו" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "אוקי" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "חשבון רווחים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "משתמש אחראי" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"בחר 'מכירה' ליומני חשבוניות.\n" +"בחר 'רכש' ליומני חשבונות ספקים.\n" +"בחר 'מזומן' או 'בנק' ליומני תשלומים מלקוחות או ספקים.\n" +"בחר 'כללי' ליומני פעולה כלליים (שונות)." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "רצף" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "מזהה קצר" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "הצג יומן בלוח המחוונים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"מצב על בסיס פעילויות\n" +"איחור: תאריך היעד כבר חלף\n" +"היום: תאריך הפעילות הוא היום\n" +"מתוכנן: פעילויות עתידיות." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "מספר החשבון של שורת חשבון זו (%s) אינו זהה לזה שביומן (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "סוג המטבע לצורך קליטת תנועות חשבון" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "קידומת זו תצורף לשמה של כל שורת יומן ביומן זה." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "שדה זה מכיל את המידע הקשור למיספור שורות היומן" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "קובץ זה אינו מכיל תנועות בחשבון." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "קובץ זה אינו מכיל עסקאות." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "סוג" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "הודעות שלא נקראו" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "מספר הודעות שלא נקראו" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "העלאה" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "משמש להזמנת יומנים בתצוגת לוח המחוונים" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"משמש לרישום הפסד כאשר המאזן הסופי של קופה רושמת שונה מזה שחושב בידי המערכת" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"משמש לרישום רווח כאשר המאזן הסופי של קופה רושמת שונה מזה שחושב בידי המערכת" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "הודעות מהאתר אינטרנט" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "היסטורית התקשרויות מהאתר" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "אם להציג יומן זה בלוח המחוונים או לא" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "יש לקבוע חשבון חיוב וחשבון זיכוי כברירות מחדל עבור היומן: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "או" diff --git a/account_statement_import/i18n/hr.po b/account_statement_import/i18n/hr.po new file mode 100644 index 00000000..e1f215aa --- /dev/null +++ b/account_statement_import/i18n/hr.po @@ -0,0 +1,830 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Ivan Marijanović , 2019 +# Martin Trigaux, 2019 +# Bole , 2019 +# Davor Bojkić , 2019 +# Vladimir Olujić , 2019 +# Đurđica Žarković , 2019 +# Ivica Dimjašević , 2019 +# Karolina Tonković , 2019 +# Marko Carević , 2019 +# Jasmina Otročak , 2019 +# Ana-Maria Olujić , 2019 +# Tina Milas, 2019 +# Stjepan Lovasić , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Stjepan Lovasić , 2019\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Učitaj predložak iz bankovnih izvoda" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transakcije koje su već uvežene i sad su preskočene." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transakcija je već uvežena i sad je preskočena." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Bankovne transakcije mogu biti uvežene samo jednom!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Nositelj konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Broj računa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Dozvoljene vrste konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Dozvoljena konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Potrebna dodatna radnja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktivan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Aktivnosti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Status aktivnosti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Alias ime" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Alias domena" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Već uvežene stavke" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Najmanje jedan ulazni" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Najmanje jedan odlazni" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Broj priloga" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankovni račun" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Bankovne naknade" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Naziv bankovnog dnevnika" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Redak bankovnog izvoda" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Ručna konfiguracija banke" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Odustani" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Nemogu pronaći dnevnik u koji bi uvezli ovaj izvod. Molimo odabreite dnevnik" +" ručno." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Indeks boje" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Vrsta komunikacije" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Tvrtka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Organizacija za koju se vodi ovaj dnevnik" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Nemogu pročitati ovu datoteku.\n" +"Jeste li instalirali modul koji podržava ovaj format?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Zadani konto potražuje" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Zadani dugovni konto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Brojčana serija" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Naziv datoteke" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Datoteke" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Pratitelji" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Pratitelji (Kanali)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Pratitelji (Partneri)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Za dolazna plaćanja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Za odlazna plaćanja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Preuzmite bankovne izvadke u elektronskom formatu i odaberite ih ovdje." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Ikona" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Ako je označeno, nove poruke zahtijevaju Vašu pažnju." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Uvoz" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Uvoz bankovnog izvoda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "ID uvoza" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Uvoz izvoda" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Je pratitelj" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Uobičajeni potražni konto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Uobičajeni konto za dugovni iznos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Dnevnik" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Stvaranje dnevnika" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Naziv dnevnika" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban kontrolna ploča" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Graf kanban kontrolne ploče" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Promijenio" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Vrijeme promjene" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Konto gubitka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Glavni prilog" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Greška pri isporuci poruke" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Poruke" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Krajnji rok slijedeće aktivnosti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Sažetak sljedeće aktivnosti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Tip sljedeće aktivnosti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Sljedeći broj" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Nije pronađena valuta '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Broj akcija" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Broj poruka koje zahtijevaju aktivnost" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Broj poruka sa greškama pri isporuci" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Broj nepročitanih poruka" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "U redu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Konto dobiti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Odgovorna osoba" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Odaberite 'Prodaju' za dnevnike izlaznih računa. Odaberite 'Nabavu' za " +"dnevnike ulaznih računa. Odaberite 'Gotovina' ili 'Banka' za dnevnike koji " +"se koriste za plaćanja kupaca ili plaćanja dobavljačima. Odaberite " +"'Općenito' za ostale dnevnike." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Sekvenca" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Kratka šifra" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Prikaži dnevnik na nadzornoj ploči" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "Žiro račun ovog izvoda banke (%s) nije jednak dnevniku (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Valuta za usnos stavke" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Stavke ovog dnevnika će biti numerirane korištenjem ovog prefiksa." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Slijedeći redni broj će biti iskorišten za novo knjižno odobrenje." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Slijedeći redni broj će se iskoristiti za novi račun" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Ovo polje sadržava informacije vezane uz sljednosti temeljnica dnevnika." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Ova datoteka ne sadrži nijedanu stavku." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Ova datoteka ne sadrži nijednu transakciju." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Vrsta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Nepročitane poruke" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Brojač nepročitanih poruka" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Učitaj" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Koristi se za poredak dnevnika na nadzornoj ploči" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Koristi se za knjiženje rashoda kada je završni saldo blagajne različit od " +"onog koji je izračunao program." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Koristi se za knjiženje prihoda kada je završni saldo blagajne različit od " +"onog koji je izračunao program." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Poruke webstranica" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Povijest komunikacije Web stranice" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Treba li ovaj dnevnik prikazati na nadzornoj ploči ili ne." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Već ste učitali tu datoteku" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "ili" diff --git a/account_statement_import/i18n/hu.po b/account_statement_import/i18n/hu.po new file mode 100644 index 00000000..2957d843 --- /dev/null +++ b/account_statement_import/i18n/hu.po @@ -0,0 +1,830 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# krnkris, 2019 +# gezza , 2019 +# Kovács Tibor , 2019 +# Ákos Nagy , 2019 +# Tibor Kőnig , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Tibor Kőnig , 2019\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d tranzakció importálva és mellőzve." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 tranzakció importálva és mellőzve." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "A bank számla tranzakciókat csak egyszer lehet importálni !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Számla birtokosa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Bankszámlaszám" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Engedélyezett főkönyvi számla típusok" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Engedélyezett főkönyvi számlák" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Akció szükséges" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktív" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Tevékenységek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Tevékenység állapota" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Álnév" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Álnév elnevezése" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Álnév tartomány" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Már importált tételek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Mellékletek száma" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankszámla" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Banki tételek" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Banki napló neve" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Bankkivonat tételsor" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Mégse" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Nem található, melyik naplóba importáljuk ezt a kivonatot. Kérem válasszon " +"egy könyvelési naplót." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Színjegyzék" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Közlemény típusa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Vállalat" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Ehhez a naplóhoz kapcsolt vállalat" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"A megadott állományt a rendszer nem tudja értelmezni.\n" +"Telepítette a fájl típus támogatását szolgáló modult?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Létrehozta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Létrehozva" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Pénznem" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Alapértelmezett követel főkönyvi számla" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Alapértelmezett tartozik főkönyvi számla" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Megjelenített név" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Bevitel sorszámozás" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Fájlnév" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Követők" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Követők (Csatornák)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Követők (Partnerek)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Bankjától szerezze be a kivonatokat elektronikus formátumban és azokat " +"válassza ki itt." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "Azonosító" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Ikon" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Ha be van jelölve, akkor az új üzenetek figyelmet igényelnek." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" +"Ha be van jelölve, akkor néhány üzenetnél kézbesítési hiba lépett fel." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importálás" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Bankkivonat importálása" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Importálás ID azonosító" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Kivonat importálása" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Követő" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Követel összegek alapértelmezett főkönyvi számlája" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Tartozik összegek alapértelmezett főkönyvi számlája" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Napló" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Napló létrehozás" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Napló neve" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Legutóbb frissítve" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Frissítette" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Frissítve " + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Veszteség számla" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Fő melléklet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Üzenetkézbesítési hiba" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Üzenetek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Következő tevékenység határideje" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Következő tevékenység összegzés" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Következő tevékenység típusa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Köv. szám" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Nem található ilyen pénznem: '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Akciók száma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Üzenetek száma, melyek akciót igényelnek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Kézbesítési hibával rendelkező üzenetek száma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Olvasatlan üzenetek száma" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "Ok" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Nyereség számla" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Felelős felhasználó" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Válassza az 'Értékesítés'-t a vevői számlák naplózásához. Válassza a " +"'Beszerzés'-t a szállítói számlák naplózásához. Válassza a 'Készpénz'-t vagy" +" a 'Bank'-ot olyan naplókhoz melyek a vevői vagy szállítói fizetéseket " +"rögzítik. Válassza az 'Általános'-t az egyéb műveletek naplózásához. " + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Sorszám" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Rövidített kód" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Napló megjelenítése a műszerfalon" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Tevékenységeken alapuló állapot\n" +"Lejárt: A tevékenység határideje lejárt\n" +"Ma: A határidő ma van\n" +"Tervezett: Jövőbeli határidő." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "Ennek a bankkivonatnak (%s) a számlája nem egyezik a naplójéval (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Számlakivonat tételek rögzítésének pénzneme" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "A napló bejegyzései ezen előtag használatával kerülnek elnevezésre." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Ez a mező tartalmazza ennek a naplónak a bejegyzéseihez tartozó számok " +"információit." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Ez a fájl nem tartalmaz kivonatot." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Ez a fájl nem tartalmaz pénzügyi tranzakciót." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Típus" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Olvasatlan üzenetek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Olvasatlan üzenetek száma" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Feltöltés" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Műszerfal nézetben a Naplók rendezéséhez használja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Veszteség rögzítésére használja, ha a záró egyenleg a kasszánál eltér a " +"rendszer által számítottól" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Nyereség rögzítésére használja, ha a záró egyenleg a kasszánál eltér a " +"rendszer által számítottól" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Weboldali üzenetek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Weboldali kommunikációs előzmények" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Ez a napló megjelenítésre kerüljön a műszerfalon vagy nem" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "vagy" diff --git a/account_statement_import/i18n/id.po b/account_statement_import/i18n/id.po new file mode 100644 index 00000000..e3f61cf2 --- /dev/null +++ b/account_statement_import/i18n/id.po @@ -0,0 +1,603 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Bonny Useful , 2017 +# Wahyu Setiawan , 2017 +# Febrasari Almania , 2017 +# Martin Trigaux , 2017 +# Lorenz Damara , 2017 +# William Surya Permana , 2017 +# Andhitia Rama , 2017 +# Azhe 403 , 2017 +# Yani Dama Putera , 2017 +# Rizki Mudhar , 2017 +# Ryanto The , 2017 +# Gusti Rini , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Gusti Rini , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transaksi sudah diimpor dan diabaikan." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transaksi sudah diimpor dan diabaikan" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "Nomor Akun" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "Jenis akun yang diperbolehkan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "Akun yang diperbolehkan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "Aktif" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "Memungkinkan membatalkan entri" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "Barang yang sudah diimpor" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Sekurangnya Satu Masukan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Sekurangnya Satu Keluaran" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "Akun Bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "Bank feed" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Nama jurnal bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "Arsip buku bank" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Transaksi buku bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "Pengaturan bank ditandai sebagai selesai" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "Milik Penguna Perusahaan Saat Ini" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Batal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Centang kotak ini jika Anda tidak ingin menggunakan nomor yang sama untuk " +"faktur dan catatan kredit yang dibuat dari jurnal ini" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Centang kotak ini jika Anda ingin memperbolehkan pembatalan entri yang " +"berhubungan dengan jurnal ini atau tagihan terkait dengan jurnal ini" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "Pilih file yang akan diimpor" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "Indeks Warna" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Perusahaan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "Perusahaan terkait jurnal ini" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Nomor Ayat Catatan Kredit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "Catatan Kredit: Nomor Berikutnya" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Mata Uang" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "Metode debit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Nomor Catatan Kredit Khusus" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "Akun Kredit Standar" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "Default Akun Debit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" +"Unduh transaksi rekening bank anda dan impor di sini. Format yang didukung:" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "Urutan Masukan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "Nama file" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Kelompok tagihan baris" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Jika kotak ini dicentang, sistem akan mencoba untuk kelompok garis akuntansi" +" ketika menghasilkan mereka dari tagihan." + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "Impor" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Memasukan Rekening Koran" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Bertindak sebagai default Akun untuk jumlah kredit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Bertindak sebagai default Akun untuk jumlah debit" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "Jurnal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "Nama jurnal" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Dasbor Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Grafik Dasbor Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Terakhir diperbarui oleh" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Terakhir diperbarui pada" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "Rugi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Manual: Dibayar dengan kas, cek atau semua cara lain di luar Odoo.\n" +"Cek: Bayar tagihan dengan cek dan cetak dari Odoo.\n" +"SEPA Credit Transfer: Bayar tagihan Anda dari file SEPA Credit Transfer yang Anda serahkan ke bank Anda. Aktifkan pilihan ini dari pengaturan." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "Jumlah Berikutnya" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "Metode Pembayaran" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "Keuntungan akun" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Pilih 'Penjualan' untuk jurnal faktur pelanggan.\n" +"Pilih 'Pembelian' untuk jurnal tagihan pemasok.\n" +"Pilih 'Kas' atau 'Bank' untuk jurnal yang digunakan dalam pembayaran pelanggan atau pemasok.\n" +"Pilih 'Umum' untuk jurnal operasi lainnya.\n" +"Pilih 'Situasi pembukaan/penutupan' untuk entri yang dihasilkan untuk tahun fiskal baru." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Urutan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Set kolom aktif jadi salah untuk menyembunyikan Jurnal tanpa menghapusnya." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "Kode pendek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Jurnal Tampilkan pada dashboard" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" +"Kolom teknis yang digunakan pada tampilan spesial untuk bar langkah " +"pengaturan." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "Mata uang yang digunakan untuk memasukkan pernyataan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Entri jurnal jurnal ini akan diberi nama menggunakan prefiks ini." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Nomor berikutnya akan digunakan untuk catatan kredit berikutnya." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Nomor berikutnya akan digunakan untuk faktur berikutnya." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Kolom ini meyimpan informasi yang terkait dengan penomoran pada ayat catatan" +" kredit dari jurnal ini." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Bidang ini berisi informasi yang berhubungan dengan penomoran entri jurnal " +"jurnal ini." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "Tipe" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Digunakan untuk memesan jurnal di tampilan dashboard" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Digunakan untuk mendaftar kerugian ketika saldo akhir kasir berbeda dari apa" +" yang menghitung sistem" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Digunakan untuk mendaftarkan keuntungan ketika saldo akhir kasir berbeda " +"dari apa yang menghitung sistem" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Apakah jurnal ini harus ditampilkan di dasbor atau tidak" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Impor" diff --git a/account_statement_import/i18n/is.po b/account_statement_import/i18n/is.po new file mode 100644 index 00000000..6bb43a86 --- /dev/null +++ b/account_statement_import/i18n/is.po @@ -0,0 +1,651 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Birgir Steinarsson , 2018 +# Bjorn Ingvarsson , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:15+0000\n" +"Last-Translator: Bjorn Ingvarsson , 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Account Holder" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Account Number" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Account Types Allowed" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Accounts Allowed" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Virkur" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Alias domain" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Allow Cancelling Entries" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banki" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankareikningur" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Bank Feeds" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Bank Statement Line" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "Belong to the user's current company" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Hætta við" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Color Index" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Fyrirtæki" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Company related to this journal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Búið til af" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Stofnað þann" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Gjaldmiðill" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Default Credit Account" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Default Debit Account" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Nafn" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Entry Sequence" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Group Invoice Lines" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "Auðkenni" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "It acts as a default account for credit amount" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Notast sem sjálfvalinn reikningur fyrir debit upphæð" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Færslubók" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Journal Name" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban stjórnborð" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Síðast breytt þann" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Síðast uppfært af" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Síðast uppfært þann" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Loss Account" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Next Number" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Profit Account" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Runa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Short Code" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Show journal on dashboard" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "The currency used to enter statement" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "The journal entries of this journal will be named using this prefix." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Gerð" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Used to order Journals in the dashboard view" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Whether this journal should be displayed on the dashboard or not" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Import" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "eða" diff --git a/account_statement_import/i18n/it.po b/account_statement_import/i18n/it.po new file mode 100644 index 00000000..cbc1ee14 --- /dev/null +++ b/account_statement_import/i18n/it.po @@ -0,0 +1,864 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Francesco Garganese , 2019 +# Martin Trigaux, 2019 +# Luigi Di Naro , 2019 +# Simone Bernini , 2019 +# Luca Tralli, 2019 +# SebastianoPistore , 2019 +# Christian , 2019 +# Paolo Valier, 2019 +# Tiziano Zambelli , 2019 +# Paolo Caruccio , 2019 +# efraimbiffi , 2019 +# Léonie Bouchat , 2019 +# mymage , 2019 +# Federico Zanuttini , 2019 +# Davide Speranza , 2019 +# Sergio Zanchetta , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Sergio Zanchetta , 2019\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Importare un modello per gli estratti conto" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transazioni ignorate perchè già importate in precedenza " + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" +"1 transazione è già stata importata in precedenza ed è stata ignorata." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "" +"Le singole transazioni su conto corrente possono essere importate una sola " +"volta !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Titolare del conto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Numero conto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Tipi conto ammessi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Conti consentiti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Azione richiesta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Attivo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Attività" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "Eccezione" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Stato attività" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Nome alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Dominio alias" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Voci già importate" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Almeno uno in ingresso" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Almeno uno in uscita" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Numero allegati" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banca" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Conto bancario" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Feed bancari" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Nome registro banca" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Riga estratto conto bancario" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Configurazione manuale della banca" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Annulla" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Impossibile trovare il giusto sezionale per questo estratto conto. Seleziona" +" manualmente un sezionale/conto." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Selezionare questa casella per non usare la stessa sequenza per fatture e " +"note di credito di questo registro" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Indice colore" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Tipo di comunicazione" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Azienda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Azienda collegata a questo registro" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Impossibile leggere il file caricato.\n" +"Hai installato il supporto per questo formato di file ?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Creato il" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Sequenza registrazione nota di credito" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Sequenza dedicata per note di credito" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Conto avere predefinito" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Conto dare predefinito" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Definisce come verrà registrato l'estratto conto bancario" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Sequenza registrazione" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Nome file" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "File" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Follower" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Follower (canali)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Follower (partner)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Per pagamenti in entrata" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Per pagamenti in uscita" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Scarica gli estratti conto bancari in formato elettronico e selezionali qui." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Icona" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Se selezionato, nuovi messaggi richiedono attenzione." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Se selezionato, alcuni messaggi presentano un errore di consegna." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importa" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Importa estratto conto bancario" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "ID Importazione" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importa estratto conto" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "È un follower" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Opera come conto predefinito per l'importo in avere" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Opera come conto predefinito per l'importo in dare" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Registro" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Creazione registro" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Nome registro" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Bacheca kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Grafico bacheca kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Conto perdite" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Allegato principale" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Manuale: incasso contante, assegno o altro metodo al di fuori di Odoo\n" +"Elettronico: incasso automatico attraverso un sistema di pagamento. Viene richiesta una transazione su una carta salvata dal cliente durante un acquisto o una sottoscrizione (token di pagamento).\n" +"Versamento raggruppato: raccolta di vari assegni cliente e generazione di un unico versamento da inviare alla banca. Durante l'elaborazione degli estratti conto in Odoo si consiglia di riconciliare la transazione con il versamento raggruppato. Abilitare questa opzione nelle impostazioni. " + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Manuale: pagamento fattura in contanti o con altro metodo al di fuori di Odoo.\n" +"Assegno: pagamento fattura con assegno e relativa stampa da Odoo.\n" +"Bonifico SEPA: pagamento fattura con bonifico SEPA attraverso un file da inviare alla banca. Abilitare questa opzione dalle impostazioni." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Errore di consegna messaggio" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Messaggi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Scadenza prossima attività" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Riepilogo prossima attività" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Tipologia prossima attività" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Numero successivo" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Nessuna valuta trovata per il campo \"%s\"." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Numero di azioni" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "Numero di errori" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Numero di messaggi che richiedono un'azione" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Numero di messaggi con errore di consegna" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Numero di messaggi non letti" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "Ok" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Conto utili" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Utente responsabile" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Errore di invio SMS" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Selezionare \"Vendita\" per registri fatture clienti.\n" +"Selezionare \"Acquisto\" per registri fatture fornitori.\n" +"Selezionare \"Cassa\" o \"Banca\" per registri da usare per pagamenti clienti o fornitori.\n" +"Selezionare \"Generale\" per registri operazioni varie." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Sequenza" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Impostare «Attivo» a falso per nascondere il registro senza rimuoverlo." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Codice breve" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Mostrare registro nella bacheca" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Stato basato sulle attività\n" +"In ritardo: data di scadenza già superata\n" +"Oggi: attività in data odierna\n" +"Pianificato: attività future." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" +"Il conto di questa dichiarazione (%s) non è la stessa della rivista (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" +"La valuta dell'estratto conto (%s) non è la stessa di quella del registro " +"(%s)." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "La valuta utilizzata per inserire l'estratto conto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" +"Le registrazioni contabili di questo registro verranno identificate usando " +"questo prefisso." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" +"Per la prossima nota di credito verrà utilizzato il seguente numero di " +"sequenza." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Per la prossima fattura verrà usato il successivo numero di sequenza." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Questo campo contiene informazioni sulla numerazione delle registrazioni " +"contabili per le note di credito." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Questo campo contiene informazioni sulla numerazione delle registrazioni " +"contabili per questo registro." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Il file non contiene alcuna registrazione." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Il file non contiene alcuna transazione." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tipologia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Messaggi non letti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Contatore messaggi non letti" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Carica" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Usato per ordinare i registri nella vista bacheca" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Usato per registrare una perdita quando il saldo finale di un registratore " +"di cassa è diverso da quanto calcolato dal sistema" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Usato per registrare un utile quando il saldo finale di un registratore di " +"cassa è diverso da quanto calcolato dal sistema" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Messaggi sito web" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Cronologia comunicazioni sito web" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Indica se questo registro deve essere visualizzato nella bacheca" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Questo file è già stato importato." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"Qui è possibile impostare la comunicazione predefinita che comparirà nelle " +"fatture dopo la validazione, per fornire al cliente un riferimento a una " +"specifica fattura al momento del pagamento." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"È necessario definire un conto dare e un conto avere predefiniti per questo " +"registro: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "/" diff --git a/account_statement_import/i18n/ja.po b/account_statement_import/i18n/ja.po new file mode 100644 index 00000000..d961709a --- /dev/null +++ b/account_statement_import/i18n/ja.po @@ -0,0 +1,640 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Yoshi Tashiro , 2018 +# Manami Hashi , 2018 +# NOKA Shigekazu , 2018 +# 高木正勝 , 2018 +# Takahiro MURAKAMI , 2018 +# Tim Siu Lai , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Tim Siu Lai , 2018\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "口座保持者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "口座番号" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "許可する勘定タイプ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "許可する勘定科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "有効" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "エイリアス" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "エイリアスドメイン" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "エントリの取消許可" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "入金の支払方法あり" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "出金の支払方法あり" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "銀行" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "銀行口座" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "銀行取引" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "銀行取引明細書内容" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "ユーザの現在の会社に属する" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "取消" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "この仕訳帳に関連するエントリー、またはこの仕訳帳に関連する請求書のキャンセルを許す場合は、このボックスをチェックして下さい。" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "カラーインデクス" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "会社" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "この仕訳帳と関係する会社" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "作成日" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "クレジットノート付番規則" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "通貨" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "固有のクレジットノート付番" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "デフォルト貸方勘定" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "デフォルト借方勘定" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "仕訳付番" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "ファイル名" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "請求書明細グループ化" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "このボックスがチェックされると、システムは請求書から会計行の生成を行う時に会計行のグループ化を行います。" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "インポート" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "銀行取引明細のインポート" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "インポートID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "取引明細書をインポート" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "それは貸方金額のデフォルトアカウントとして動作します。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "これは借方金額のデフォルトアカウントとして動作します。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "仕訳帳" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "仕訳帳名" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "かんばんダッシュボード" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "費用勘定" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "次の番号" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "収益勘定" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "付番" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "短縮コード" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "仕訳帳をダッシュボードに表示" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "明細入力に使用される通貨" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "このフィールドは仕訳帳の記帳番号に関連する情報を含みます。" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "タイプ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Import" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "または" diff --git a/account_statement_import/i18n/ka.po b/account_statement_import/i18n/ka.po new file mode 100644 index 00000000..1ec271fe --- /dev/null +++ b/account_statement_import/i18n/ka.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "შეწყვეტა" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "კომპანია" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "შემქმნელი" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "შექმნის თარიღი" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "ვალუტა" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "იდენტიფიკატორი" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "ბოლოს განაახლა" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "ბოლოს განახლებულია" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "მიმდევრობა" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/kab.po b/account_statement_import/i18n/kab.po new file mode 100644 index 00000000..a8fa13a4 --- /dev/null +++ b/account_statement_import/i18n/kab.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Sefsex" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Takebbwanit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Yerna-t" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Yerna di" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Tanfalit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "Asulay" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Aleqqem aneggaru di" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Aleqqem aneggaru sɣuṛ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Aleqqem aneggaru di" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Agzum" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/km.po b/account_statement_import/i18n/km.po new file mode 100644 index 00000000..08f7610d --- /dev/null +++ b/account_statement_import/i18n/km.po @@ -0,0 +1,636 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Sengtha Chay , 2018 +# Chan Nath , 2018 +# Samkhann Seang , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Samkhann Seang , 2018\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "សកម្ម" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "ធនាគារ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "គណនីធនាគារ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "លុបចោល" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "ក្រុមហ៊ុន" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "បង្កើតដោយ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "បង្កើតនៅ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "រូបិយវត្ថុ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "ទាញបញ្ជូលរបាយការណ៍ធនាគារ" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "ផ្លាស់ប្តូរចុងក្រោយ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "លំដាប់" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "ប្រភេទ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "ឬ​" diff --git a/account_statement_import/i18n/ko.po b/account_statement_import/i18n/ko.po new file mode 100644 index 00000000..67d72593 --- /dev/null +++ b/account_statement_import/i18n/ko.po @@ -0,0 +1,654 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# 최재호 , 2018 +# Linda Stockelova , 2018 +# Linkup , 2018 +# Seongseok Shin , 2018 +# Mark Lee , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:15+0000\n" +"Last-Translator: Mark Lee , 2018\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d개 거래를 가져왔고 해당 거래가 무시되었습니다." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1개 거래를 가져왔고 해당 거래가 무시되었습니다." + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "은행 계좌 거래는 1회만 가져올 수 있습니다!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "계정 번호" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "계정 유형 허용됨" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "허용 계정" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "활성" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "별칭" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "별칭 도메인" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "항목 취소 허용" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "이미 가져온 항목" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "하나 이상 인바운드" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "하나 이상 아웃바운드" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "은행" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "은행 계좌" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "은행 피드" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "은행 분개장명" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "예금거래 명세서 파일" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "예금거래 명세서 라인" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "사용자의 현재 회사에 속함" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "취소" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "이 명세서를 가져올 분개장을 확인할 수 없습니다. 직접 분개장을 선택해주십시오." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "이 분개장에서 작성한 청구서와 신용 전표에 동일한 순서를 공유하지 않으려면 이 상자에 표시해 주십시오." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "이 분개장과 관련된 항목 또는 이 분개장과 관련된 청구서를 취소하도록 허용하려면 이 상자에 표시해 주십시오." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "가져올 파일을 선택하십시오..." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "색상표" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "회사" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "이 분개장과 관련된 회사" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"해당 파일을 해석할 수 없습니다.\n" +"이 유형의 파일을 지원할 모듈을 설치하셨습니까?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "작성일" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "신용 전표 항목 순서" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "신용 전표: 다음 번호" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "환율" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "지정된 신용 전표 순서" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "기본 대변 계정" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "기본 차변 계정" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "은행에서 예금거래 명세서를 다운로드하고 여기로 가져옵니다. 지원 형식:" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "항목 순서" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "파일명" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "은행에서 예금거래 명세서를 전자 형식으로 가져오고 여기서 선택합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "그룹 청구서 라인" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "이 상자에 표시하면 청구서에서 회계 라인을 생성할 때 그룹화를 시도합니다." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "가져오기" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "예금거래 명세서 가져오기" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "예금거래 명세서 가져오기" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "ID 가져오기" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "명세서 가져오기" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "대변 금액의 기본 계정 역할을 합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "차변 금액의 기본 계정 역할을 합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "분개장" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "분개장 생성" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "분개장 명칭" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" +"확인(OK)을 클릭하여 계정/분개장을 생성하고 가져오기를 완료합니다. 오류가 있으면 취소(Cancel)를 눌러 가져오기를 중단합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "칸반 대시보드" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "칸반 대시보드 그래프" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "손실 계정" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"수동: Odoo 외에서 현금, 수표 또는 기타 다른 방식으로 지급받습니다.\n" +"자동: 온라인에서 매입/구독할 때 고객이 저장한 카드에 대해 거래를 요청한 후 결제를 통해 자동으로 지급받습니다(결제 토큰).\n" +"일괄 예금: 은행에 예치할 일괄 예금을 생성하여 여러 고객의 전표를 한 번에 묶습니다. Odoo에서 예금거래 명세서를 인코딩할 때는 일괄 예금으로 거래를 조정하는 것이 좋습니다. 이 옵션은 설정에서 활성화합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"수동: Odoo 외에 현금이나 다른 방법으로 청구 금액을 지불합니다.\n" +"전표: 전표로 청구 금액을 지불하고 Odoo에서 인쇄합니다.\n" +"SEPA 신용 이전: 은행에 제출한 SEPA 신용 이전 파일에서 청구 금액을 지불합니다. 이 옵션은 설정에서 활성화합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "다음 번호" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "'%s'와(과) 일치하는 통화를 찾지 못했습니다." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "이익 계정" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"고객 청구서 분개장은 '매출'을 선택합니다.\n" +"공급업체 청구 분개장은 '매입'을 선택합니다.\n" +"고객 또는 공급업체 지급에 사용하는 분개장은 '현금' 또는 '은행'을 선택합니다.\n" +"기타 운영 분개장은 '일반'을 선택합니다." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "가져올 예금거래 명세서 파일 선택" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "순차적" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "분개장을 제거하지 않고 숨기려면 false로 설정합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "단문 코드" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "대시보드에 분개장 표시" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" +"가져오는 명세서의 계정이 아직 Odoo에 기록되지 않았습니다. 가져오기를 진행하려면 이 계정에 대한 은행 분개장을 생성해야 합니다." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "이 명세서의 계정(%s)이 분개장(%s)과 동일하지 않습니다." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "명세서 입력에 사용하는 통화" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "이 분개장의 분개는 이 프리픽스를 사용하여 이름을 지정합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "다음 순번은 다음 신용 전표에 사용합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "다음 순번은 다음 청구서에 사용합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "이 필드는 이 분개장의 신용 전표 항목에 번호를 지정하는 작업과 관련된 정보가 포함되어 있습니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "이 필드는 이 분개장의 분개에 번호를 지정하는 작업과 관련된 정보가 포함되어 있습니다." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "이 파일에 명세서가 없습니다." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "이 파일에 거래가 없습니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "유형" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "대시보드 보기에서 분개장을 주문하는 데 사용합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "시스템이 계산한 값과 금전 등록기의 마감 잔액에 차이가 있을 경우 손실을 기록하는 데 사용합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "시스템이 계산한 값과 금전 등록기의 마감 잔액에 차이가 있을 경우 이익을 기록하는 데 사용합니다." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "이 분개장을 대시보드에 표시할지 여부" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "분개장에 대해 기본 차변 계정과 기본 대변 계정을 설정해야 합니다: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_가져오기" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "또는" diff --git a/account_statement_import/i18n/lb.po b/account_statement_import/i18n/lb.po new file mode 100644 index 00000000..c2e78b25 --- /dev/null +++ b/account_statement_import/i18n/lb.po @@ -0,0 +1,800 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "" diff --git a/account_statement_import/i18n/lo.po b/account_statement_import/i18n/lo.po new file mode 100644 index 00000000..948edafb --- /dev/null +++ b/account_statement_import/i18n/lo.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "ບໍລິສັດ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "ເງິນຕາ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/lt.po b/account_statement_import/i18n/lt.po new file mode 100644 index 00000000..13206d2b --- /dev/null +++ b/account_statement_import/i18n/lt.po @@ -0,0 +1,848 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Arminas Grigonis , 2019 +# UAB "Draugiški sprendimai" , 2019 +# Silvija Butko , 2019 +# Audrius Palenskis , 2019 +# Rolandas , 2019 +# Paulius Sladkevičius , 2019 +# digitouch UAB , 2019 +# Linas Versada , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Linas Versada , 2019\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Importuoti šabloną banko išrašams" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d operacijos jau buvo importuotos, todėl ignoruojamos." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 operacija jau buvo importuota, todėl ignoruojama." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Banko sąskaitos operacijos gali būti importuojamos tik vieną kartą!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Sąskaitos turėtojas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Sąskaitos numeris" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Leistini sąskaitų tipai " + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Leistinos sąskaitos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Reikia veiksmo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktyvus" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Veiklos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Veiklos būsena" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Pseudonimas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Pseudonimo vardas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Pseudonimo domenas" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Jau importuoti įrašai" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Bent vienas įeinantis" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Bent vienas išeinantis" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Prisegtukų skaičius" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Bankas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Banko sąskaita" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Banko srautai" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Banko žurnalo pavadinimas" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Banko išrašo eilutė" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Banko nustatymų rankinis konfigūravimas" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Atšaukti" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Nepavyko rasti, kuriam žurnalui importuoti šį išrašą. Prašome pasirinkti " +"žurnalą rankiniu būdu." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Pažymėkite varnele, jei nenorite, kad šiame žurnale kuriamos sąskaitos ir " +"sąskaitų grąžinimai naudotų tą pačią seką" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Spalvos indeksas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Bendravimo tipas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Įmonė" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Įmonė, susieta su šiuo žurnalu" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Nepavyko apdoroti pateikto failo.\n" +"Ar įdiegėte modulį, kuris palaikytų tokio tipo failus?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Kreditinės sąskaitos įrašų seka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valiuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Dedikuota kreditinių sąskaitų seka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Numatytoji kreditinė sąskaita" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Numatytoji debetinė sąskaita" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Nustato, kaip bus registruojami banko išrašai" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Įrašų seka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Failo pavadinimas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Failai" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Sekėjai" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Sekėjai (kanalai)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Sekėjai (partneriai)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Įeinantiems mokėjimams" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Išeinantiems mokėjimams" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Gaukite banko išrašus iš savo banko elektroniniu formatu ir pasirinkite juos" +" čia." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Piktograma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Jeigu pažymėta, naujiems pranešimams reikės jūsų dėmesio." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Jei pažymėta, yra žinučių, turinčių pristatymo klaidų." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importuoti" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Importuoti banko išrašą" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Importuoti ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importuoti išrašą" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "Įdiegti importavimo formatą" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Yra sekėjas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Veikia kaip numatytoji sąskaita kredito sumai" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Veikia kaip numatytoji sąskaita debeto sumai" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Žurnalas" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Žurnalo sukūrimas" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "Žurnalo sukūrimas su banko išrašo importavimu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Žurnalo pavadinimas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban skydelis" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Kanban skydelio grafikas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Nuostolių sąskaita" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Pagrindinis prisegtukas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Rankinis: priimkite mokėjimus grynaisiais, čekiais ar bet kokiu kitu metodu už \"Odoo\" ribų.\n" +"Elektroninis: priimkite apmokėjimus automatiškai per mokėjimo surinkėją, prašant operacijos kliento kortele.\n" +"Grupinis depozitas: sugrupuokite kelis čekius iš karto sugeneruodami grupinį depozitą. Kai sukeliate banko išrašą į \"Odoo\", jums pasiūloma sudengti operacijas grupiniu depozitu. Įjunkite šį pasirinkimą nustatymuose." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Rankinis: atlikite mokėjimus grynaisiais ar bet kokiu kitu metodu už \"Odoo\" ribų.\n" +"Čekis: apmokėkite sąskaitą čekiu ir atspausdinkite jį per \"Odoo\".\n" +"SEPA kredito pavedimas: apmokėkite sąskaita iš SEPA kredito pavedimo failo, kurį pateikiate bankui. Įjunkite šį funkcionalumą nustatymuose." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Žinutės pristatymo klaida" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Žinutės" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Kito veiksmo terminas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Kito veiksmo santrauka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Kito veiksmo tipas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Kitas skaičius" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Nerasta valiutos, atitinkančios '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Veiksmų skaičius" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Žinučių, kurioms reikia jūsų veiksmo, skaičius" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Žinučių su pristatymo klaida skaičius" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Neperskaitytų žinučių skaičius" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Pelno sąskaita" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Atsakingas vartotojas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Pasirinkite \"Pardavimai\" norėdami atidaryti klientų sąskaitų žurnalus. \n" +"Pasirinkite \"Pirkimai\" tiekėjų sąskaitų žurnalams. \n" +"Pasirinkite \"grynieji\" arba \"bankas\" žurnalams, naudojamiems klientų ir tiekėjų mokėjimams. \n" +"Pasirinkite \"bendra\" įvairaus pobūdžio operacijų žurnalams. " + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Seka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Nepažymėkite laukelio \"aktyvus\", jei norite paslėpti žurnalą jo " +"neištrinant." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Trumpasis kodas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Skydelyje rodyti žurnalą" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Būsena, paremta veiklomis\n" +"Vėluojantis: Termino data jau praėjo\n" +"Šiandien: Veikla turi būti baigta šiandien\n" +"Suplanuotas: Ateities veiklos." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "Šio išrašo sąskaita (%s) nėra tokia pati, kaip žurnalo (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "Banko išrašo valiuta (%s) nėra tokia pati, kaip žurnalo valiuta (%s)." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Valiuta, naudojama įvedant išrašą" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Žurnalo įrašai šiam žurnalui bus pavadinami naudojant šį priešdėlį." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Sekantis eilės numeris bus naudojamas sekančiai kreditinei sąskaitai." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Sekantis eilės numeris bus naudojamas sekančiai sąskaitai-faktūrai." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Šiame lauke saugoma informacija, susijusi su šio žurnalo kreditinės " +"sąskaitos įrašų numeravimu." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Šiame lauke saugoma informacija, susijusi su šio žurnalo įrašų numeravimu." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Šiame faile nėra jokių išrašų." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Šiame faile nėra jokių operacijų." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tipas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Neperskaitytos žinutės" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Neperskaitytų žinučių skaičiavimas" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Įkelti" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr " Naudojamas žurnalų rikiavimui skydelio peržiūroje" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Naudojama nuostolio registravimui, kai kasos aparato pabaigos balansas " +"skiriasi nuo sistemoje pateiktų skaičiavimų" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Naudojama pelno registravimui, kai kasos aparato pabaigos balansas skiriasi " +"nuo sistemoje pateiktų skaičiavimų" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Interneto svetainės žinutės" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Svetainės komunikacijos istorija" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Ar šis žurnalas turi būti vaizduojamas valdymo skyde, ar ne" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Jūs jau importavote tą failą." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"Čia galite nustatyti numatytąją komunikaciją, kuri pasirodys klientų " +"sąskaitose-faktūrose, kai jos patvirtinamos, kad padėtumėte klientui " +"nurodyti į konkrečią S/F atliekant mokėjimą." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Jūs turite nustatyti \"Numatytąją debetinę sąskaitą\" ir \"Numatytąją " +"kreditinę sąskaitą\" žurnalui: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "arba" diff --git a/account_statement_import/i18n/lv.po b/account_statement_import/i18n/lv.po new file mode 100644 index 00000000..7c40f63e --- /dev/null +++ b/account_statement_import/i18n/lv.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Atcelt" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Uzņēmums" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Valūta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Sērija" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/mk.po b/account_statement_import/i18n/mk.po new file mode 100644 index 00000000..9f6aaa3d --- /dev/null +++ b/account_statement_import/i18n/mk.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Откажи" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Компанија" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Валута" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Секвенца" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/mn.po b/account_statement_import/i18n/mn.po new file mode 100644 index 00000000..138250b2 --- /dev/null +++ b/account_statement_import/i18n/mn.po @@ -0,0 +1,843 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Baskhuu Lodoikhuu , 2019 +# Bayarkhuu Bataa, 2019 +# Martin Trigaux, 2019 +# Khishigbat Ganbold , 2019 +# nurbakhit nurka , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: nurbakhit nurka , 2019\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Банкны хуулга бүхий загвар импортлох" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d гүйлгээнүүд аль хэдийнээ импорт хийгдсэн тул алгаслаа." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 гүйлгээ аль хэдийнээ импорт хийгдсэн тул алгаслаа." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Банкны дансны гүйлгээ нь зөвхөн нэг л удаа импорт хийх боломжтой !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Дансыг эзэмшигч" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Дансны дугаар" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Зөвшөөрөгдсөн дансны бүлгүүд" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Зөвшөөрсөн данс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Үйлдэл шаардсан" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Идэвхитэй" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Ажилбар" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Ажилбарын төлөв" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Хуурмаг нэр" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Имэйл домэйн" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Аль хэдийнээ импорт хийгдсэн мөрүүд" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Төлбөр хүлээн авах сувагтай" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Төлбөр илгээх сувагтай" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Хавсралтын тоо" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Банк" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Банкны данс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Банкны холболт" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Банкны Журналийн Мөрүүд" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Касс, харилцахын хуулганы мөр" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Банкны данс тохируулга" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Цуцлах" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Энэ хуулгыг аль журнал руу импорт хийхийг олсонгүй. Журналийг гараараа " +"сонгоно уу." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Үүнийг сонгосноор энэхүү журналд бүртгэгдэх нэхэмжлэл болон буцаалтууд нь " +"дахин давтагдашгүй дугаарлалттай байх болно" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Өнгөний индекс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Харилцах төрөл" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Компани" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Энэ журналын холбогдох компани" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Өгсөн файлын утгыг ойлгосонгүй.\n" +"Тухайн файлд тохирох модулийг суулгасан уу?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Үүсгэсэн этгээд" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Үүсгэсэн огноо" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Буцаалтын гүйлгээний дугаарлалт" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Валют" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Буцаалтын тусдаа дугаарлалт" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Үндсэн кредит данс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Үндсэн дебет данс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Банкны хуулга хэрхэн бүртгэгдэхийг тодорхойлно" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Гүйлгээ дугаарлалт" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Файлын нэр" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Файл" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Дагагчид" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Дагагчид (Сувагууд)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Дагагчид (Харилцагчид)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Ирж буй төлбөрийн хувьд" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Гарч буй төлбөрийн хувьд" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "Банкны хуулгын электрон форматыг банкнаасаа авч энд сонгоно уу." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Дүрс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Хэрэв сонгогдсон бол, шинэ зурвасууд таны анхаарлыг шаардана." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Үүнийг сонговол алдаа үүсэх үед зурвасууд ирнэ." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Импортлох" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Банкны хуулга импортлох" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Импорт ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Хуулга Импортлох" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "Импортлох загвар суулгах" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Дагагч эсэх" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Энэ бол кредит гүйлгээний үндсэн данс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Энэ бол дебит гүйлгээний үндсэн данс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Журнал" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Журнал Үүсгэх" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "Банкны хуулга импортлох журнал үүсгэлт" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Журналын нэр" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Канбан самбар" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Канбан самбар граффик" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Сүүлд зассан этгээд" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Сүүлд зассан огноо" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Алдагдлын данс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Үндсэн хавсралт" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Гараар: Бэлэн мөнгөөр төлөгдөх эсвэл Odoo системээс гадуур ямар нэг төлбөрийн хэрэгслээр төлөгдөх.\n" +"Электрон: Ямар нэг онлайн төлбөрийн хэрэгсэлээр төлөлт хийх үед автоматаар захиалагчийн гүйлгээ бүртгэгдэх (төлбөрийн token).\n" +"Багц төлбөр: Захиалагч хэд хэдэн төлөлтийг нэгтгэн банкнаар нэг төлбөр шилжүүлэх тохиолдол. Odoo-д банкны гүйлгээ хөтлөгдөх үед танд холбогдох нэхэмжлэлүүдийг сонгож тулгах боломж олгогдоно. Энэ боломжыг тохиргооноос идэвхижүүлээрэй." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Гараар: Бэлэн мөнгөөр төлөгдөх эсвэл Odoo системээс гадуур ямар нэг төлбөрийн хэрэгслээр төлөгдөх.\n" +"Чек: Нэхэмжлэлийг чекээр төлж төлбөрийн баримтыг Odoo-с хэвлэх.\n" +"SEPA Credit Transfer: SEPA Credit Transfer систем ашиглан нэхэмжлэлийн төлбөрийг банк руу дамжуулах. Үүний тулд account_sepa модуль суулгах шаардлагатай. " + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Алдаа үүссэн талаарх зурвас" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Зурвасууд" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Дараагийн ажилбарын эцсийн огноо" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Дараагийн ажилбарын гарчиг" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Дараагийн ажилбарын төрөл" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Дараагийн дугаар" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "'%s' таарах валют олдсонгүй." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Үйлдлийн тоо" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Үйлдэл шаардсан зурвасын тоо" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Алдааны мэдэгдэл бүхий зурвасын тоо" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Уншаагүй зурвасын тоо" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Ашгийн данс" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Хариуцсан хэрэглэгч" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"захиалагчийн нэхэмжлэлийн журналд 'Борлуулалт'-г сонго.\n" +"Нийлүүлэгчийн тооцооны журналд 'Худалдан авалт'-г сонго.\n" +"Захиалагч эсвэл Нийлүүлэгчийн төлбөрийн журналд 'Касс' эсвэл 'Банк'-г сонгоно.\n" +"Бусад үйлдлүүдийн журналд 'Ерөнхий'-г сонго." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Дугаарлалт" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Идэвхитэй талбарыг үгүй утгаар тэмдэглэснээр журналыг устгалгүйгээр нуух " +"боломжтой." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Богино код" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Журналыг хянах самбарт харуулах" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Ажилбаруудын төлөв байдал\n" +"Хоцорсон: Гүйцэтгэх огноо нь аль хэдий нь өнгөрсөн\n" +"Өнөөдөр: Өнөөдөр гүйцэтгэх ёстой\n" +"Төлөвлөгдсөн: Ирээдүйд гүйцэтгэх ажилбарууд" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr " (%s) хуулганы данс нь (%s) журналийн данстай ижил биш байна." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "Банкны хуулга валют (%s) нь журналын валют (%s)-тай ижил байх ёстой." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Тухайн журналд гүйлгээ бичихэд хэрэглэгдэх валют" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" +"Энэхүү журналд бүртгэгдэх гүйлгээний дугаарлалт нь энэ угтварыг ашиглана." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Дараагийн буцаалтын нэхэмжлэл дээр ашиглагдах дараагийн дугаар" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Дараагийн нэхэмжлэл дээр ашиглагдах дараагийн дугаар" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Энэ талбар нь уг журналд хичнээн буцаалтын нэхэмжлэл бүртгэгдсэн тухай " +"мэдээллийг агуулна." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Энэ талбар нь уг журналын гүйлгээний дугаарлалтын холбогдолтой мэдээллийг " +"агуулна." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Файл нь ямар ч хуулга агуулаагүй байна." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Энэ файл нь ямар ч гүйлгээ агуулаагүй байна." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Төрөл" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Уншаагүй зурвас" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Уншаагүй зурвасын тоолуур" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Оруулах" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Хянах самбарт Журналийг эрэмбэлэхэд хэрэглэддэг." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Хаалтын үлдэгдэл нь тооцоолсон үлдэгдлээс зөрүүтэй байвал мөнгөний алдагдал " +"бүртгэхэд ашиглана" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Хаалтын үлдэгдэл нь тооцоолсон үлдэгдлээс зөрүүтэй байвал мөнгөний алдагдал " +"бүртгэхэд ашиглана" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Вебсайтын зурвас" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Вебсайтын харилцааны түүх" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Энэ журнал хянах самбар дээр байрших эсэхийг тодорхойлно" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Та энэ файлыг өмнө нь импортлосон байна." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"Та захиалагчийн нэхэмжлэл дээр байнга хэрэгжих төлбөрийн лавлагааг энд " +"тохируулах боломжтой. Нэхэмжлэл батлагдсаны дараа энэхүү лавлагааг ашиглан " +"төлбөр төлөлтийг уг нэхэмжлэлтэй харгалзуулж холбох боломжтой болно." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Дараах журналд Үндсэн Дебит Данс, Үндсэн Кредит Дансыг тохируулах ёстой: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "эсвэл" diff --git a/account_statement_import/i18n/nb.po b/account_statement_import/i18n/nb.po new file mode 100644 index 00000000..d556dc01 --- /dev/null +++ b/account_statement_import/i18n/nb.po @@ -0,0 +1,814 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Jorunn D. Newth, 2019 +# Marius Stedjan , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Marius Stedjan , 2019\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Importmal for kontoutskrifter" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transaksjoner var allerede importert og ble ignorert." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transaksjon var importert fra før, og ble ignorert." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Transaksjoner for bankkonto kan bare importeres én gang!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Kontoeier" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Kontonummer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Tillatte kontotyper" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Konti tillatt" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Handling påkrevd" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktiv" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Aktiviteter" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Aktivitetsstatus" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Aliasnavn" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Aliasdomene" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Allerede importerte oppføringer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Minst én utgående" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Antall vedlegg" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Kontoutskrift-linje" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Avbryt" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Fargeindeks" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Kommuniksjonstype." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Firma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Firma tilknyttet denne journalen" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Opprettet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Standard kreditkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Standard debetkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Filnavn" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Følgere" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Følgere (kanaler)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Følgere (partnere)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Til utbetalinger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Ikon" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Import" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Importer bankutskrift" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Import-ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Er følger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Det fungerer som en standard konto for kredittbeløpet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Fungerer som standard konto for debit-beløp." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Journal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Journalnavn" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban-dashbord" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Graf for Kanban-dashbord" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Tap konto." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Meldinger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Neste aktivitetsfrist" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Oppsummering av neste aktivitet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Neste aktivitetstype" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Neste nummer" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Ingen valuta som stemmer med '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Antall handlinger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Antall meldinger som krever handling" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Antall uleste meldinger" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Fortjeneste konto." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Ansvarlig bruker" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Velg 'Salg' for kundefaktura-journaler.\n" +"Velg 'Innkjøp' for leverandørfaktura-journaler.\n" +"Velg 'Kontant' eller 'Bank' for journaler som brukes i kunde eller leverandørbetalinger.\n" +"Velg 'Generelt' for journaler av type 'diverse operasjoner'." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Sekvens" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "Avmerk \"Aktiv\" for å skjule journalen uten å slette den." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Kortkode" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Vis journal på dashbord" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Status basert på aktiviteter\n" +"Utgått: Fristen er allerede passert\n" +"I dag: Aktiviteten skal gjøres i dag\n" +"Planlagt: Fremtidige aktiviteter." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Valutaen brukt til oppføringen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Neste sekvensnummer vil bli brukt på neste kreditnota." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Neste sekvensnummer vil bli brukt på neste faktura." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Filen inneholder ingen transaksjoner." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Type" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Uleste meldinger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Teller for uleste meldinger" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Brukes til å sortere journaler i dashbordvisningen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Meldinger fra nettsted" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Historikk for kommunikasjon på nettsted" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Om denne journalen skal vises på dashbordet eller ikke" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "eller" diff --git a/account_statement_import/i18n/ne.po b/account_statement_import/i18n/ne.po new file mode 100644 index 00000000..8d25bb53 --- /dev/null +++ b/account_statement_import/i18n/ne.po @@ -0,0 +1,563 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/nl.po b/account_statement_import/i18n/nl.po new file mode 100644 index 00000000..2b15cfca --- /dev/null +++ b/account_statement_import/i18n/nl.po @@ -0,0 +1,858 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Cas Vissers , 2019 +# Thijs van Oers , 2019 +# Charles Vervaecke , 2019 +# Gunther Clauwaert , 2019 +# Erwin van der Ploeg , 2019 +# Yenthe Van Ginneken , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Yenthe Van Ginneken , 2019\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Importeer sjabloon voor bankafschriften" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transacties werden reeds geïmporteerd en werden genegeerd." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transactie werd reeds geïmporteerd en werd genegeerd." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "" +"De transacties van een bankrekening kunnen slechts eenmaal geïmporteerd " +"worden !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Rekeninghouder" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Rekeningnummer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Toegestane rekeningtypes" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Toegestane rekeningen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Actie gevraagd" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Actief" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Activiteiten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "Activiteit uitzondering decoratie" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Activiteitsfase" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Alias naam" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Aliasdomein" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Al geïmporteerde items" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Ten minste één inkomend" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Ten minste één uitgaand" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Aantal bijlagen" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankrekening" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Bank feeds" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Bankboeknaam" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Bankafschriftregel" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Bank installatie handmatige configuratie" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Annuleren" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Kan niet bepalen in welk dagboek dit afschrift moet worden geimporteerd. " +"Selecteer handmatig een dagboek." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Vink dit vakje aan, als u niet dezelfde reeks wil delen voor facturen en " +"credit facturen vanuit dit dagboek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Kleurindex" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "Standaard communicatie" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Type mededeling" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Bedrijf gerelateerd aan dit dagboek" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Het opgegeven bestand is niet of onvoldoende leesbaar.\n" +"Hebt u de module geïnstalleerd die dit bestandstype ondersteunt ?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Creditfactuur reeks" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "Creditnota's volgende nummer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Toegewijde creditfactuur reeks" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Standaard credit grootboekrekening" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Standaard debet grootboekrekening" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Definieert hoe bankafschriften geregistreerd worden" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Dagboek reeks" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Bestandsnaam" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Bestanden" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Volgers" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Volgers (Kanalen)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Volgers (Relaties)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Voor inkomende betalingen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Voor uitgaande betalingen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Verkrijg je bankafschriften in elktronische vorm van je bank en selecteer " +"deze hier." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Icoon" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "Icoon om uitzondering op activiteit aan te geven." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Indien aangevinkt vragen nieuwe berichten uw aandacht." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "indien aangevinkt hebben sommige leveringen een fout." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importeer" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Bankafschriften importeren" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Import ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Bankafschrift importeren" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "Installeer importformaat" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Is een volger" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Dit is de standaard rekening voor het credit bedrag" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Dit is de standaard rekening voor het debet bedrag" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" +"Het maakt concept verkoopfacturen en leveranciersfacturen bij het versturen " +"van een e-mail." + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Dagboek" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Dagboek aanmaken" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "Dagboek aanmaken bij bankafschrift import" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "Dagboekgroepen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Dagboeknaam" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "JSON activiteitsgegevens" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban dashboard" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Kanban dashboard grafiek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Verliesrekening" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Hoofdbijlage" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Handmatig: Krijg betaald met contant geld, cheques of een andere methode buiten Odoo om.\n" +"Elektronisch: Betaal automatisch via een betaalprovider door een transactie aan te vragen op een door de klant opgeslagen kaart bij het online kopen of abonneren van (betalingstoken).\n" +"Batch Deposito: Verzamel meerdere klantcheques tegelijk door een batch deposito te genereren om bij uw bank in te dienen. Wanneer u de bankafschriften in Odoo ingeeft, wordt u voorgesteld om de transactie af te letteren met de batchafbetaling. Schakel deze optie in bij instellingen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Handmatig: Betaal met contant geld of een andere methode buiten Odoo om\n" +"Cheque: Betaal rekening per cheque en druk deze af in Odoo.\n" +"SEPA Overboeking: Betaal factuur via een SEPA-bestand dat u bij uw bank indient. Schakel deze optie in bij de instellingen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Bericht afleverfout" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Berichten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Volgende activiteit deadline" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Omschrijving volgende actie" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Volgende activiteit type" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Volgend nummer" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Geen overeenkomende valuta gevonden voor '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Aantal acties" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "Aantal fouten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Aantal berichten die actie vereisen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Aantal berichten met leveringsfout" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Aantal ongelezen berichten" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Winst & Verlies rekening" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Verantwoordelijke gebruiker" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "SMS Fout bij versturen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Selecteer 'Verkoop' voor klantfactuur dagboeken.\n" +"Selecteer 'Inkoop' voor leveranciersfacturen dagboeken.\n" +"Selecteer 'Kas' of 'Bank' voor dagboeken, welke worden gebruikt in klant- en leveranciersbetalingen.\n" +"Selecteer 'Diversen' voor diverse verwerkingen." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Reeks" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Zet actief naar onwaar om het dagboek te verbergen zonder het te " +"verwijderen." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Korte code" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Toon dagboek in dashboard" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Status gebaseerd op activiteiten\n" +"Te laat: Datum is al gepasseerd\n" +"Vandaag: Activiteit datum is vandaag\n" +"Gepland: Toekomstige activiteiten." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" +"De rekening van dit afschrift (%s) is niet hetzelfde als het dagboek (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" +"De valuta van de bankafschriften (%s) is niet hetzelfde als dat van de " +"valuta op het dagboek (%s)." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "De gebruikte valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "De boekingen van dit dagboek worden genaamd met de prefix." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" +"De volgende reeksnummer wordt gebruikt voor de volgende creditfactuur." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" +"Het volgende reeksnummer welke gebruikt wordt voor de volgende factuur." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Dit veld bevat de informatie gerelateerd aan de nummering van de " +"creditfacturen van dit dagboek." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Dit veld bevat de informatie gerelateerd aan de nummering van de boekingen " +"in dit dagboek." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Dit bestand bevat geen enkel afschrift." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Dit bestand bevat geen enkele transactie." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Soort" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "Type van activiteit uitzondering op dossier." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Ongelezen berichten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Aantal ongelezen berichten" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Upload" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Bepaalt de volgorde van de dagboeken in de dashboard-weergave" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Gebruikt om verlies te registreren wanneer de eindsaldo van een kasregister " +"verschilt van wat het systeem berekend" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Gebruikt om winst te registreren wanneer de eindsaldo van een kasregister " +"verschilt van wat het systeem berekend" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Website berichten" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Website communicatie geschiedenis" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" +"Bepaalt of dit dagboek al dan niet getoond moet worden in het dashboard" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "U heeft dit bestand al geïmporteerd." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" +"U kunt verschillende modellen kiezen voor elk type referentie. De standaard " +"is de Odoo-referentie." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"U kunt geen standaard communicatie plaatsen die getoond zal worden op de " +"klanten factuur, eens gevalideerd, om de klant bij te staan als verwijzing " +"naar dat bijzonder factuur bij het uitvoeren van de betaling." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"U moet een standaard debit en credit rekening instellen voor het dagboek: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "of" diff --git a/account_statement_import/i18n/nl_BE.po b/account_statement_import/i18n/nl_BE.po new file mode 100644 index 00000000..a974de2b --- /dev/null +++ b/account_statement_import/i18n/nl_BE.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Annuleren" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Reeks" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/pl.po b/account_statement_import/i18n/pl.po new file mode 100644 index 00000000..54f1b974 --- /dev/null +++ b/account_statement_import/i18n/pl.po @@ -0,0 +1,858 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# taksun , 2019 +# Dariusz Żbikowski , 2019 +# Grzegorz Grzelak , 2019 +# Judyta Kaźmierczak , 2019 +# Tadeusz Karpiński , 2019 +# Tomasz Leppich , 2019 +# Jakobus Buntownikus , 2019 +# Piotr Szlązak , 2019 +# Marcin Młynarczyk , 2019 +# Maciej Wichowski , 2019 +# Andrzej Donczew , 2019 +# Piotr Cierkosz , 2019 +# Paweł Wodyński , 2019 +# Natalia Gros , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Natalia Gros , 2019\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transakcji już zaimportowanych oraz zignorowanych." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transakcja została już importowana i została ignorowana." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Transakcje konta bankowego mogą być importowane tylko raz !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Właściciel konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Numer konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Dozwolone typy kont" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Dozwolone konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Wymagana akcja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktywne" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Czynności" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "Dekoracja wyjątku aktywności" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Stan czynności" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Nazwa aliasu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Domena aliasu" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Importowane dokumenty" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Co najmniej jeden przychodzący" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Co najmniej jeden wychodzący" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Ilość Załączników" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Konto bankowe" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Wpływy Bankowe" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Nazwa dziennika bankowego" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Pozycja wyciągu bankowego" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Anuluj" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Nie można odnaleźć dziennika do którego chcesz importować to świadczenie. " +"Wybierz ręcznie dziennik." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Zaznacz to pole, jeśli nie chcesz, aby numeracja faktur i korekt z tego " +"dziennika była taka sama." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Indeks kolorów" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Typ komunikacji" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Firma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Firma związana z tym dziennikiem" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Nie można przetworzyć podanego pliku.\n" +"Czy masz zainstalowany moduł wspierający ten typ pliku ?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Utworzona przez" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Data utworzenia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Numeracja korekt" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Waluta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Dedykowana numeracja korekt" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Domyślne konto Ma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Domyślne konto Winien" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Numeracja zapisów" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Nazwa pliku" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Obserwatorzy" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Obserwatorzy (kanały)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Obserwatorzy (partnerzy)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Pobierz swój wyciąg bankowy w formacie elektronicznym ze swojego banku i " +"wybierz go z tego miejsca." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Ikona" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "Ikona wskazująca na wyjątkową aktywność" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Jeśli zaznaczone, to nowa wiadomość wymaga twojej uwagi." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" +"Jeśli zaznaczone, to część wiadomości napotkało na błąd przy próbie " +"doręczenia." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importuj" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Pobierz Wyciąg Bankowy" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Importuj ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importuj wyciąg" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Jest obserwatorem" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "To jest domyślne konto dla wartości Ma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Jest to domyślne konto dla wartości Winien." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Dziennik" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Tworzenie dziennika" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Nazwa dziennika" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Konsola Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Graf tablicy Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Ostatnio aktualizowane przez" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Data ostatniej aktualizacji" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Konto strat" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Główny Załącznik" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Ręcznie: Płać gotówką, czekiem lub jakąkolwiek inną metoda poza Odoo. " +"Elektronicznie: Otrzymuj automatycznie płatności za pośrednictwem centrum " +"autoryzacji płatności, żądając transakcji na karcie zapisanej przez klienta " +"podczas kupowania lub subskrybowania online (token płatności). Depozyt " +"zbiorczy: załóż kilka czeków klientów naraz, generując depozyt partii, który" +" zostanie przesłany do Twojego banku. Kodowanie wyciągu bankowego w Odoo " +"sugeruje, aby uzgodnić transakcję z wpłatą. Włącz tę opcję w ustawieniach." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Ręcznie: Zapłać rachunek gotówką lub inną metodą poza Odoo.\n" +"Czek: Zapłać rachunek czekiem i wydrukuj go z Odoo.\n" +"Przelew SEPA: Zapłać rachunek z pliku przelewu SEPA, który przesyłasz do swojego banku. Włącz tę opcję w ustawieniach." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Błąd Doręczenia wiadomości" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Wiadomości" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Termin następnej czynności" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Następne podsumowanie aktywności" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Typ następnej czynności" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Następny numer" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Brak pasujących walut '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Liczba akcji" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "Liczba błędów" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Liczba wiadomości wymagających akcji" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Ilość wiadomości z błędami przy doręczeniu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Liczba nieprzeczytanych wiadomości" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "Ok" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Konto wynikowe" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Użytkownik odpowiedzialny" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Błąd dostarczenia wiadomości SMS" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Wybierz 'Sprzedaż' dla dziennika do faktur klientów.\n" +"Wybierz 'Zakupy' dla dziennika do faktur dostawców.\n" +"Wybierz 'Gotówka' lub 'Bank' dla dzienników do płatności i kont bankowych.\n" +"Wybierz 'Ogólne' dla dzienników do innych zapisów księgowych." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Numeracja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Zmień stan z aktywnego na nieaktywny aby ukryć Dziennik bez usuwania go." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Krótki kod" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Pokaż dziennik na konsoli" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Status bazuje na aktywnościach\n" +"Opóźnione: Data \"do\" minęła\n" +"Dziś: Aktywnośc przewidziana na dziś\n" +"Zaplanowane: Przyszłe aktywności." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "Konto świadczenia (%s) nie pokrywa się z dziennikiem (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Waluta zastosowana do wprowadzenia wyciągu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" +"Zapisy księgowwe dla tego dziennika będą nazwane wykorzystując ten prefiks." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Następny numer sekwencji zostanie użyty do kolejnej korekty faktury." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Następny numer sekwencji zostanie użyty do następnej faktury." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"To pole zawiera informacje związane z numeracją wpisów do korekt faktur tego" +" zapisu księgowego." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"To pole zawiera informacje związane z numeracją zapisów księgowych danego " +"dziennika." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Plik nie zawiera wyciągu" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Ten plik nie zawiera żadnych informacji o transakcji." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Typ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "Wyjątkowa aktywność w historii." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Nieprzeczytane wiadomości" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Licznik nieprzeczytanych wiadomości" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Używane, aby porządkować dzienniki w widoku konsoli" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Używane, aby zarejestrować stratę, gdy rzeczywiste saldo kasy różni się od " +"wyliczeń" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Używane, aby zarejestrować przychód, gdy rzeczywiste saldo kasy różni się od" +" wyliczeń" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Wiadomości" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Historia komunikacji" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Czy ten dziennik powinien być wyświetlony na konsoli czy nie" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Musisz ustawić domyślne konto debetowe i domyślne konto kredytowe dla " +"dziennika: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "lub" diff --git a/account_statement_import/i18n/pt.po b/account_statement_import/i18n/pt.po new file mode 100644 index 00000000..ff0a77f8 --- /dev/null +++ b/account_statement_import/i18n/pt.po @@ -0,0 +1,800 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "" diff --git a/account_statement_import/i18n/pt_BR.po b/account_statement_import/i18n/pt_BR.po new file mode 100644 index 00000000..fe90691e --- /dev/null +++ b/account_statement_import/i18n/pt_BR.po @@ -0,0 +1,853 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo , 2019 +# danimaribeiro , 2019 +# Martin Trigaux, 2019 +# Marcel Savegnago , 2019 +# Emanuel Martins , 2019 +# Mateus Lopes , 2019 +# Cezar José Sant Anna Junior , 2019 +# Adriel Kotviski , 2019 +# Gideoni Silva , 2019 +# falexandresilva , 2019 +# grazziano , 2019 +# André Augusto Firmino Cordeiro , 2019 +# Marcos Abreu , 2019 +# Silmar , 2019 +# Luciano Giacomazzi , 2019 +# Luiz Carareto Alonso , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Luiz Carareto Alonso , 2019\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transações já haviam sido importadas e foram ignoradas." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transação já havia sido importada e foi ignorada." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Transações de contas bancárias podem ser importados apenas uma vez !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Titular da Conta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Número de Conta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Tipos de Contas Permitidas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Contas Permitidas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Ação Necessária" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Ativo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Atividades" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Estado de Atividade" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Apelido" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Nome do Apelido" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Apelido do domínio" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Itens já importados" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Ao Menos Uma Entrada" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Ao Menos Uma Saída" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Contagem de Anexos" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banco" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Conta Bancária" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Retornos Bancários" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Nome do Diário Bancário" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Linha de Extrato Bancário" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Configuração manual do banco" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Não foi possível encontrar em qual diário importar este extrato. Por favor, " +"selecione manualmente um diário." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Marque esse item se você não quer compartilhar a mesma sequência para " +"faturas e notas de crédito feitas desse diário" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Índice de Cores" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Tipo de Comunicação" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Empresa relacionada a este diário" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Não foi possível entender arquivo enviado.\n" +"Você instalou o módulo de apoio a este tipo de arquivo?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Sequência de Entrada de Nota de Crédito" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Moeda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Sequência de Nota de Crédito Dedicada" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Conta de crédito padrão" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Conta de débito padrão" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Sequencia de lançamento" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Nome de arquivo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Arquivos" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Seguidores" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Seguidores (Canais)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Seguidores (Parceiros)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Obtenha seus extratos bancários em formato eletrônico do seu banco e " +"selecione-os aqui." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Ícone" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Se marcado novas mensagens solicitarão sua atenção." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Se marcado, algumas mensagens tem erro de entrega." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importar" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Importar Extrato Bancário" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Importar ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importar Extrato" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "É um seguidor" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Atua como uma conta padrão para o valor do crédito" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Funciona como uma conta padrão para debitar valores" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Diário" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Criação de Diário" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Nome do Diário" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Painel Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Painel Kanban Gráfico" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Conta de Perdas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Anexo Principal" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Manual: Seja pago em dinheiro, cheque ou lqualquer outro método fora do Odoo.\n" +"Eletrônico: Seja pago automaticamente através de um adquiridor de pagamentos requerendo uma transação em um cartão salvo pelo cliente quando comprando ou subscrição online(token de pagamento).\n" +"Depósito em Lote: Engloba vários cheques de clientes de uma vez gerando um depósito em lote para submeter ao seu banco. quando encodificando o extrato bancário no Odoo, você é sugerido a reconciliar a transação com o depósito em lote. Habilite essa opção nas configurações." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Manual:Pague conta em dinheiro ou qualquer outro método fora do Odoo.\n" +"Cheque:Pague conta com cheque e imprima isso do Odoo.\n" +"Transferência de crédito SEPA: Pqgue conta com um arquivo de Transferência de Crédito SEPA que você envia ao banco. Habilite essa opção nas configurações." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Erro de entrega de Mensagem" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Mensagens" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Prazo final para Próxima Atividade" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Próximo Sumário de Atividade" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Tipo da Próxima Atividade" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Próximo Número" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Nenhuma correspondência de moeda encontrada '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Número de ações" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Número de mensagens que requer uma ação" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Número de mensagens com erro de entrega" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Quantidade de mensagens não lidas" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Conta de Resultados" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Usuário Responsável" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Escolha 'Venda' para diários de faturas de clientes. Escolha 'Compra' para " +"diários de faturas de fornecedores. Escolha 'Dinheiro' ou 'Banco' para " +"diários que são usados nos pagamentos de clientes ou fornecedores. Escolha " +"'Geral' para diários de operações diversas. Escolha 'Situação de " +"Abertura/Fechamento' para entradas geradas em um novo ano fiscal." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Seqüência" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "Defina ativo como falso para esconder o Diário sem removê-lo." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Código Abreviado" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Mostrar diário no dashboard" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Status baseado em atividades\n" +"Atrasado: Data definida já passou\n" +"Hoje: Data de atividade é hoje\n" +"Planejado: Atividades futuras." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "A conta deste extrato (%s) não é a mesma que o diário (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "A moeda utilizada para entradas no informe/demonstrativo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Os lançamentos deste diário serão nomeados utilizando esse prefixo." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" +"O próximo número da sequência será utilizado para a próxima nota de crédito." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "O próximo número na sequência será utilizado para a próxima fatura." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Esse campo contém a informação relacionada à numeração entradas de notas de " +"crédito desse diário." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Este campo contém a informação relacionada com a numeração dos lançamentos " +"neste diário." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Este arquivo não contém qualquer extrato." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Este arquivo não contém qualquer transação." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tipo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Mensagens não lidas" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Contador de mensagens não lidas" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Enviar" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Usado para organizar Diários no dashboard" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Usado para registrar uma perda quando o saldo final em caixa difere do que o" +" sistema calcula" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Usado para registrar um lucro quando o saldo final em caixa difere do que o " +"sistema calcula" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Mensagens do site" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Histórico de comunicação do site" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Se este diário deve ser exibido no dashboard ou não" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Você deve definir uma Conta de Débito Padrão e uma Conta de Crédito Padrão " +"para a revista: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "ou" diff --git a/account_statement_import/i18n/ro.po b/account_statement_import/i18n/ro.po new file mode 100644 index 00000000..21e14552 --- /dev/null +++ b/account_statement_import/i18n/ro.po @@ -0,0 +1,800 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "" diff --git a/account_statement_import/i18n/ru.po b/account_statement_import/i18n/ru.po new file mode 100644 index 00000000..3bc55cc7 --- /dev/null +++ b/account_statement_import/i18n/ru.po @@ -0,0 +1,839 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Андрей Гусев , 2019 +# nle_odoo, 2019 +# Vasiliy Korobatov , 2019 +# Vitalius Sharkhun , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Vitalius Sharkhun , 2019\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d транзакций уже импортировались ранее и были проигнорированы" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 транзакция уже импортировалась ранее и была проигнорирована" + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Операции по банковскому счету можно импортировать только один раз!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Владелец счёта" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Номер счёта" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Допустимые типы счетов" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "допустимых счетах" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Требует внимания" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Активно" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Деятельность" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Этап действия" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Псевдоним" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Название псевдонима" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Псевдоним домена" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Уже импортированные позиции" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Хотя бы один входящий" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Хотя бы один исходящий" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Количество вложений" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Банк" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Банковский счёт" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Банковский канал" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Наименование банковского журнала" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Позиция банковской выписки" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Отменить" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Непонятно, в какой журнал импортировать эту выписку. Пожалуйста, вручную " +"выберите журнал." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Установите этот флажок, если не хотите сквозную нумерацию счетов и кредитных" +" авизо, относящихся к этому журналу " + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Цветовая палитра" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Тип назначения платежа" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Компания" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Компания, связанная с этим журналом" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Нет представления для данного файла.\n" +"Хотите установить модуль для поддержки данного типа файлов?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Создано" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Создан" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Начальный номер кредитных авизо" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Валюта" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Назначенная нумерация для кредитных обязательств" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Кредитовый счет по умолчанию" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Дебетовый счет по умолчанию" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Отображаемое Имя" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Нумерация проводок" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Имя файла" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Подписчики" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Подписчики (Каналы)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Подписчики (Партнеры)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Получайте выписки из вашего банка в электронном формате и выбирайте их " +"здесь." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "Номер" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Иконка" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Если отмечено - новые сообщения требуют Вашего внимания." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Импорт" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Импорт банковской выписки" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "ID импортируемого документа" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "ID Выписки" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Подписчик" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Используется как кредитовый счет по умолчанию" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Выступает в качестве счета по умолчанию для сумм по дебету" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Журнал" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Создание журнала" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Название журнала" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Канбан Доска" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "График Канбан Доски" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Последний раз обновил" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Последнее обновление" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Счет убытков" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Вручную: Оплачено наличными, чеком или любым другим способом вне Odoo.\n" +"Электронно: Оплачено автоматически с помощью платёжного агента, путём запроса перевода с карты, сохранённой покупателем при приобретении или подписке онлайн (признак оплаты).\n" +"Пакетное списание: Объединяет чеки нескольких покупателей за раз, генерируя пакетное списание для отправки в ваш банк. Когда расшифровывается выписка банка в Odoo, вам предлагается сопоставить перевод с пакетным списанием. Задействуйте эту возможность в Настройках." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Вручную: Счет на оплату оплачен наличными ил любым другим способом вне Odoo.\n" +"Чек: Счет на оплату оплачен чеком и распечатан из Odoo.\n" +"Перевод SEPA: Счет на оплату оплачен через файл перевода SEPA, направленный в ваш банк. Задействуйте эту возможность в Настройках." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Сообщения" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Резюме следующего мероприятия" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Следующее Число" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Не найдено валюты, содержащей '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Количество действий" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Количество сообщений, требующих внимания" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Количество непрочитанных сообщений" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "ОК" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Счет Прибыли" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Ответственный" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"«Продажи» для журналов счетов заказчиков.\n" +"«Закупки» для журналов счетов поставщиков.\n" +"«Наличные» или «Банк» для журналов платежей, используемых покупателем или поставщиком.\n" +"«Общий» для остальных журналов." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Нумерация" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "Переключите \"активный\" в \"ЛОЖЬ\", для сокрытия Журнала без его удаления" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Короткий код" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Показать журнал на информационной панели" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "Счёт этой Выписки (%s) не совпадает с Журналом (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Валюта, используемая в расчетах" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Записи этого журнала будут называться используя этот префикс." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" +"Последующий номер будет использован для нумерации следующего кредитного " +"авизо" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Последующий номер будет использован для нумерации следующего счета" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Это поле содержит информацию о нумерации записей о кредитных авизо в этом " +"журнале" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Это поле содержит информацию, связанную с нумерацией проводок этого журнала." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Данный файл не содержит ни одной выписки" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Данный файл не содержит ни одного перевода." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Тип" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Непрочитанные Сообщения" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Счетчик непрочитанных сообщений" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" +"Используется, чтобы упорядочить журналы в представлении информационной " +"панели" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Используется для регистрации потери, когда конечный баланс кассового " +"аппарата отличается от того, что вычисляет система" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Используется для регистрации прибыли, когда конечный баланс кассового " +"аппарата отличается от того, что вычисляет система" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Сообщения с сайта" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "История общения с сайта" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Должен ли этот журнал быть показан на информационной панели или нет" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Вам необходимо установить Дебетовый счёт и Кредитовый счёт по умолчанию для " +"отображения в журнале %s." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "или" diff --git a/account_statement_import/i18n/sk.po b/account_statement_import/i18n/sk.po new file mode 100644 index 00000000..2c2d10e7 --- /dev/null +++ b/account_statement_import/i18n/sk.po @@ -0,0 +1,659 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Matus Krnac , 2018 +# Jaroslav Bosansky , 2018 +# gebri , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: gebri , 2018\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d transakcie už boli importovné a boli ignorovné." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 transakcia už bola importovaná a bola ignorovaná." + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "Transakcie bankového účtu môžu byť importované iba raz !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Majiteľ Účtu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Číslo Účtu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Povolené typy účtu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Povolené účty" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktívne" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Doména aliasu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Povoliť zrušenie položiek" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "Už importované položky" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankový účet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Bankový prívod" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Názov bankovej účtovnej knihy" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "Súbor bankového výpisu" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Riadok bankového výpisu" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Zrušiť" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Nemožno nájsť v ktorej účtovnej knihe je import výpisu. Prosím zvoľte ho " +"manuálne." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Zaškrtnite toto políčko ak chcete povoliť zrušenie vstupov súvisiacich s " +"touo účtovnou knihou alebo faktúry súvisiacej s touo účtovnou knihou" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "Zvoľte súbor na importovanie..." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Farebný index" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Spoločnost" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Spoločnosť vzťahujúca sa k tejto účtovnej knihe" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Daný súbor nedáva zmysel.\n" +"Nainštalovali ste modul pre podporu tohto typu súboru?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Mena" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Predvolený kreditný účet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Predvolený debetný účet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Zobrazovaný Názov" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" +"Stiahnite si výpis z účtu z vašej banky a importujte ho tu. Podporované " +"formáty:" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Sekvencia vstupu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Názov súboru" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Získajte svoje bankové výpisy v elektronickej podobe z vašej banky a vyberte" +" ich tu." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Zoskupiť riadky faktúry" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Ak je toto políčko zaškrtnuté, systém sa pokúsi zhromaždiť účtovné riadky " +"pri ich generovaní do faktúr." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Import" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Import Bank Statement" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "Importovať bankové výpisy" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "Import ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importovať výpis" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Pôsobí ako predvolený účet pre výšku kreditu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Pôsobí ako predvolený účet pre výšku debetu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Účtovná kniha" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Vytvorenie účtovnej knihy" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Názov účtovnej knihy" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" +"Stačí kliknúť na tlačidlo OK pre vytvorenie účtu/účtovnej knihy a dokončenie" +" importu. Ak to bola chyba, stlačte zrušiť pre prerušenie importu." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Účet strát" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Nasledujúce číslo" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Žiadna menanenájdena zhodujúca sa s '%s'." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Účet zisku" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "Zvoľte súbor bankového výpisu n importovanie" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Postupnosť" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Krátky kód" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Zobraziť účtovnú knihu na nástenke" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" +"Účet výpisu ktorý importujete ešte nie je nahratý v Odoo. Aby mohol import " +"pokračovať, potrebujete vytvoriť bankovú účtovnú knihu pre tento účet." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "Účet tohoto výpisu (%s) nie je rovnaký ako účtovná kniha (%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Mena ktorá slúži pre zadanie výpisu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Položky tejto účtovnej knihy budú pomenované pomocou tejto predpony." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Toto pole obsahuje informácie súvisiace s číslovaním vstupov tejto účtovnej " +"knihy." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Tento súbor neobsahuje žiadny výpis." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Tento súbor neobsahuje žiadnu transakciu." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Typ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Používa sa na poradie účtovných kníh v zobrazení nástenky" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Používa sa na registráciu straty, keď sa konečný zostatok pokladne líši od " +"toho čo vypočíta systém" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Používa sa na registráciu zisku, keď sa konečný zostatok pokladne líši od " +"toho čo vypočíta systém" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Či má byť táto účtovná kniha zobrazená na nástenke alebo nie" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Import" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "alebo" diff --git a/account_statement_import/i18n/sl.po b/account_statement_import/i18n/sl.po new file mode 100644 index 00000000..793b0690 --- /dev/null +++ b/account_statement_import/i18n/sl.po @@ -0,0 +1,563 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/sq.po b/account_statement_import/i18n/sq.po new file mode 100644 index 00000000..653e1fb9 --- /dev/null +++ b/account_statement_import/i18n/sq.po @@ -0,0 +1,566 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Martin Trigaux , 2017\n" +"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Anullo" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Kompani" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Krijuar nga" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Krijuar me" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Emri i paraqitur" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Modifikimi i fundit në" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Modifikuar per here te fundit nga" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Modifikuar per here te fundit me" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Sekuencë" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/sr.po b/account_statement_import/i18n/sr.po new file mode 100644 index 00000000..47dc3bef --- /dev/null +++ b/account_statement_import/i18n/sr.po @@ -0,0 +1,638 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Slobodan Simić , 2018 +# Đorđe Cvijanović , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Đorđe Cvijanović , 2018\n" +"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Број рачуна" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Активно" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Dozvoli storniranje stavki" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Банка" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankovni račun" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Red bankovnog izveštaja" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Kompanija" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Osnovni konto potražuje" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Osnovni dugovni konto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Redoslijed unosa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Ako je cekirano, sistem ce probati da grupise konta prilikom generisanja iz " +"racuna." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Извештај" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Naziv dnevnika" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Sledeći broj" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "U redu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Niz" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Valuta upotrebljena pri unosu izvoda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tip" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Import" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "" diff --git a/account_statement_import/i18n/sr@latin.po b/account_statement_import/i18n/sr@latin.po new file mode 100644 index 00000000..393791fb --- /dev/null +++ b/account_statement_import/i18n/sr@latin.po @@ -0,0 +1,572 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Nemanja Dragovic , 2017 +# Djordje Marjanovic , 2017 +# Ljubisa Jovev , 2017 +# Martin Trigaux , 2017 +# Bojan Vrućinić , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 13:11+0000\n" +"PO-Revision-Date: 2017-11-30 13:11+0000\n" +"Last-Translator: Bojan Vrućinić , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:241 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "Broj bankovnog računa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "Dozvoljeni tipovi konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "Dozvoljena konta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Active" +msgstr "Aktivan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "Dozvoli poništavanje unosa" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:243 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:78 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "Bankovni račun" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Stavka izvoda" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Bank setup marked as done" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Odustani" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_color +msgid "Color Index" +msgstr "Indeks boje" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "Preduzeće" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "Preduzeće na koje se odnosi dnevnik" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:108 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "Datum kreiranja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "Osnovni potražni konto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "Osnovni dugovni konto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "Redoslijed unosa" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Grupiši stavke fakture" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Ako je cekirano, sistem ce probati da grupise konta prilikom generisanja iz " +"racuna." + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "Uvoz" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Učitaj izvod iz banke" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal" +msgstr "Dnevnik" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:69 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "Naziv dnevnika" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "Zadnja promena" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "Promenio" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "Vreme promene" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "Konto gubitka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:138 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "Metodi plaćanja" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "Profitni konto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "Prioritet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "Kratki kod" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Prikaži dnevnik na kontrolnoj ploči" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_setup_bank_data_done +msgid "Technical field used in the special view for the setup bar step." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:153 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "Korištena valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:113 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:121 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "Tip" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:233 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Uvoz" diff --git a/account_statement_import/i18n/sv.po b/account_statement_import/i18n/sv.po new file mode 100644 index 00000000..2b52b21c --- /dev/null +++ b/account_statement_import/i18n/sv.po @@ -0,0 +1,645 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Kristoffer Grundström , 2018 +# Haojun Zou , 2018 +# Martin Trigaux, 2018 +# Anders Wallenquist , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2016-08-05 12:55+0000\n" +"Last-Translator: Anders Wallenquist , 2018\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" +"%d överföringarna har redan blivit importerade och ignorerades därför." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 överföring har redan importerats och ignorerats." + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "Banktransaktioner kan bara importeras en gång!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Kontoinnehavare" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Kontonummer" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Tillåtna kontotyper" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Tillåtna konton" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Aktiv" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Alias" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Aliasdomän" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Tillåt makulering av verifikat" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "Redan importerade transaktioner" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Bank" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Bankkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Bankflöden" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Bankutdrag-rad" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Avbryt" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Kan inte identifiera journalen för detta utdrag. Vänligen välj journal " +"manuellt." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Kryssa denna ruta om du vill tillåta att avbryta transaktioner eller " +"fakturor knutna till denna journal" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "Välj fil att importera..." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Färgindex" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Bolag" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Bolag relaterat till denna journal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Valuta" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Default konto för kredit" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Standard debetkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "Hämta filen från din bank och importera här." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Början av nummerserie" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "Gruppera fakturarader" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" +"Om denna ruta är markerad, kommer systemet att försöka gruppera redovisning " +"raderna när du skapar dem från fakturor." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Importera" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Importera bankkontoutdrag" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "Importera bankkontoutdrag" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Importera kontoutdrag" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Det fungerar som standardkonto för kreditbelopp" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Det fungerar som standardkonto för debetbelopp" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Journal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Journalnamn" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Förlustkonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Nästa nummer" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Intäktskonto" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "Välj ett kontoutdrag att importera" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Sekvens" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Kort kod" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Valutan i verifikatet" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Typ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Importera" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "eller" diff --git a/account_statement_import/i18n/ta.po b/account_statement_import/i18n/ta.po new file mode 100644 index 00000000..86edc9de --- /dev/null +++ b/account_statement_import/i18n/ta.po @@ -0,0 +1,530 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-02-05 10:18+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At least one inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At least one outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:76 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "ரத்து" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:165 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a " +"journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and " +"refunds made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "நிறுவனம்" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:106 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "உருவாக்கியவர்" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "" +"உருவாக்கப்பட்ட \n" +"தேதி" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "நாணயம்" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Refund Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "காட்சி பெயர்" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_on_footer +msgid "" +"Display this bank account on the footer of printed documents like invoices " +"and sales orders." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "இறக்குமதி" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:67 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal id" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban dashboard graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "கடைசியாக திருத்திய" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Means of payment for collecting money. Odoo modules offer various payments " +"handling facilities, but you can always use the 'Manual' payment method in " +"order to manage payments outside of the software." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Means of payment for sending money. Odoo modules offer various payments " +"handling facilities, but you can always use the 'Manual' payment method in " +"order to manage payments outside of the software." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:136 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Refund Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor " +"payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "வரிசை" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_on_footer +msgid "Show in Invoices Footer" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:151 +#, python-format +msgid "The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:161 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the refund " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:111 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:119 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "வகை" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/te.po b/account_statement_import/i18n/te.po new file mode 100644 index 00000000..2cee782e --- /dev/null +++ b/account_statement_import/i18n/te.po @@ -0,0 +1,528 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2016-06-08 07:48+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Telugu (http://www.transifex.com/odoo/odoo-9/language/te/)\n" +"Language: te\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_acc_number +msgid "Account Number" +msgstr "Khaatha sankhya" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type_control_ids +msgid "Account Types Allowed" +msgstr "Anumathinchey khaatha rakaalu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_account_control_ids +msgid "Accounts Allowed" +msgstr "Anumathinchey khaathalu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "Allow Cancelling Entries" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_inbound +msgid "At least one inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_at_least_one_outbound +msgid "At least one outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:76 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_id +#, python-format +msgid "Bank" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_account_id +msgid "Bank Account" +msgstr "బ్యాంకు ఖాతా" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:165 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a " +"journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and " +"refunds made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company" +msgstr "కంపెనీ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:106 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_uid +msgid "Created by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_create_date +msgid "Created on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "Currency" +msgstr "ద్రవ్యం" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "Debit Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence +msgid "Dedicated Refund Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "Default Credit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "Default Debit Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_name +msgid "Display Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_on_footer +msgid "" +"Display this bank account on the footer of printed documents like invoices " +"and sales orders." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_filename +msgid "Filename" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "Group Invoice Lines" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_id +msgid "ID" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +msgid "Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Import Bank Statement Journal Creation Wizard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line_unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +msgid "Journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:67 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_name +msgid "Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_journal_id +msgid "Journal id" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard +msgid "Kanban dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_kanban_dashboard_graph +msgid "Kanban dashboard graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import___last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_inbound_payment_method_ids +msgid "" +"Means of payment for collecting money. Odoo modules offer various payments " +"handling facilities, but you can always use the 'Manual' payment method in " +"order to manage payments outside of the software." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "" +"Means of payment for sending money. Odoo modules offer various payments " +"handling facilities, but you can always use the 'Manual' payment method in " +"order to manage payments outside of the software." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:136 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "సరే" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_outbound_payment_method_ids +msgid "Payment Methods" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "Profit Account" +msgstr "Labham Khatha" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "Refund Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor " +"payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_display_on_footer +msgid "Show in Invoices Footer" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:151 +#, python-format +msgid "The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:161 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s) !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_currency_id +msgid "The currency used to enter statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the refund " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:111 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:119 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation_type +msgid "Type" +msgstr "రకం" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation_show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You have already imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "" diff --git a/account_statement_import/i18n/th.po b/account_statement_import/i18n/th.po new file mode 100644 index 00000000..48e53498 --- /dev/null +++ b/account_statement_import/i18n/th.po @@ -0,0 +1,641 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2018 +# Khwunchai Jaengsawang , 2018 +# Potsawat Manuthamathorn , 2018 +# Pornvibool Tippayawat , 2018 +# gsong , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:15+0000\n" +"Last-Translator: gsong , 2018\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:13 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:236 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "" + +#. module: account_bank_statement_import +#: sql_constraint:account.bank.statement.line:0 +msgid "A bank account transactions can be imported only once !" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "ผู้ถือบัญชี" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "หมายเลขบัญชี" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "บัญชีที่อนุญาต" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "เปิดใช้งาน" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "นามแฝง" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name for Vendor Bills" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "ชื่อโดเมน" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "Allow Cancelling Entries" +msgstr "Allow Cancelling Entries" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:238 +#, python-format +msgid "Already imported items" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:82 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "ธนาคาร" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "บัญชีธนาคาร" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "Bank Statement File" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "บรรทัดรายการเดินบัญชีธนาคาร" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__belongs_to_company +msgid "Belong to the user's current company" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:171 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__update_posted +msgid "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" +msgstr "" +"Check this box if you want to allow the cancellation the entries related to " +"this journal or of the invoice related to this journal" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Choose a file to import..." +msgstr "เลือกไฟล์ที่จะนำเข้า..." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "ดัชนีสี" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "บริษัท" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:112 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes: Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "สกุลเงิน" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "บัญชีเครดิตเริ่มต้น" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "บัญชีเดบิตเริ่มต้น" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "" +"Download a bank statement from your bank and import it here. Supported " +"formats:" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "ชื่อไฟล์" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__data_file +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "Group Invoice Lines" +msgstr "จัดกลุ่มรายการในใบแจ้งหนี้" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "รหัส" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__group_invoice_lines +msgid "" +"If this box is checked, the system will try to group the accounting lines " +"when generating them from invoices." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:20 +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "นำเข้า" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "นำเข้ารายการเดินบัญชี" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Import Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft vendor bill by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "สมุดบัญชี" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:73 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "ชื่อสมุดรายวัน" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the import. If this " +"was a mistake, hit cancel to abort the import." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "หมายเลขต่อไป" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:142 +#, python-format +msgid "No currency found matching '%s'." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "ตกลง" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "Post At Bank Reconciliation" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "บัญชีกำไร" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select a bank statement file to import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "ลำดับ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are importing is not yet recorded in Odoo. " +"In order to proceed with the import, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:157 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:167 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "หน่วยเงินตราที่ใช้ในงบการเงิน" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:117 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:125 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "ประเภท" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at_bank_rec +msgid "" +"Whether or not the payments made in this journal should be generated in " +"draft state, so that the related journal entries are only posted when " +"performing bank reconciliation." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:228 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can install more file formats by" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:47 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "_Import" +msgstr "_Import" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "installing the related modules" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "หรือ" diff --git a/account_statement_import/i18n/tr.po b/account_statement_import/i18n/tr.po new file mode 100644 index 00000000..85956e27 --- /dev/null +++ b/account_statement_import/i18n/tr.po @@ -0,0 +1,851 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Ediz Duman , 2019 +# Ayhan KIZILTAN , 2019 +# Martin Trigaux, 2019 +# Levent Karakaş , 2019 +# Murat Kaplan , 2019 +# Ahmet Altinisik , 2019 +# Ertuğrul Güreş , 2019 +# Mehmet Demirel , 2019 +# Ramiz Deniz Öner , 2019 +# Abdullah Onur Uğur , 2019 +# Gökhan Erdoğdu , 2019 +# Umur Akın , 2019 +# Buket Şeker , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Buket Şeker , 2019\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Banka Hesap Özetleri için Şablon İçe Aktar" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d işlemi zaten içe aktarılmış ve gözardı edildi." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 işlem zaten içe aktarılmış ve gözardı edildi." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Bir banka hesabı işlemi yalnızca bir kez içe aktarılabilir !" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Hesap Sahibi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Hesap Numarası" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "İzin Verilen Hesap Tipleri (denetlenmemesi için boş bırak)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "İzinli Hesaplar" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Eylem Gerekiyor" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Etkin" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Aktiviteler" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Aktivite Durumu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Rumuz" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Rumuz Adı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Rumuz alan adı" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Zaten İçe Aktarılmış Kalemler" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "En Az Bir Gelen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "En Az Bir Giden" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Ek Sayısı" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Banka" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Banka Hesabı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Banka Bilgi Akışı" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Banka Yevmiyesi Adı" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Banka Hesap Özeti Kalemi" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "İptal" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Bu kaydın hangi yevmiyeye aktarılacağını bulunamıyor. Lütfen elle bir " +"yevmiye seçin." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Bu yevmiyeden aynı sıradaki faturaları ve iade/fiyat farklarını görmek " +"istemiyorsanız lütfen bu seçim alanını işaretleyin." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Renk" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Communication Type" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Şirket" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Bu yevmiyeyle ilişkili şirket" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Verilen dosyayı anlamam mümkün değil.\n" +"Bu tür dosyaları destekleyen modülü kurdunuz mu?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Oluşturulma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "İade/Fiyat Farkı Giriş Sırası" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Para Birimi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "İade/Fiyat Farkı Sırası" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Varsayılan Alacak Hesabı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Varsayılan Borç Hesabı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Banka hesap özetlerinin nasıl kaydedileceğini tanımlar." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Kayıt Sırası" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Dosya Adı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Dosyalar" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Takipçiler" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Takipçiler (Kanallar)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Tekipçiler (İş ortakları)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Gelen Ödemeler İçin" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Giden Ödemeler İçin" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Bankanızdan elektronik formatta banka hesap özetini alın ve buradan seçin." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "İkon" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "İşaretliyse, yeni mesajlar dikkatinize sunulacak." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "İşaretliyse,bazı mesajlar gönderi hatası içermektedir." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "İçe Aktar" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Banka İçe Aktar" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "ID İçe Aktar" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Ekstre İçe Aktar" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "İçe Aktarım Formatı Yükle" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Takipçi mi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Alacak tutarı için varsayılan hesap olarak davranır" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Borç tutarı için varsayılan hesap olarak davranır" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Yevmiye" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Yevmiye Oluşturma" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "Banka Hesap Özeti İçe Aktarımında Yevmiye Oluşturma" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Yevmiye Adı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Kanban Paneli" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Kanban Panel Grafiği" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Son Güncelleme" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Son Güncelleyen" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Son Güncelleme" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Zarar Hesabı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Ana Ek" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Manuel: Odoo dışında nakit, çek ya da bir başka bir yöntemle ödemelerinizi alın.\n" +"Elektronik: Müşteri online olarak alış-veriş yaptığında ya da abone olduğunda, müşteri tarafından kaydedilen bir kart üzerinde işlem talep ederek ödemelerinizi otomatik olarak alın (ödeme token'ı).\n" +"Toplu Kayıt: Bankanıza göndermek için bir toplu ödeme oluşturarak bir kerede birkaç müşteri çeki imzalayın. Odoo'da banka hesabınızı kodladığınızda, toplu çek çıkış işlemi için uzlaştırma önerilir. Bu seçeneğe ayarlar menüsünden ulaşılabilir." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Manuel: Odoo dışında fatura ödemelerini nakit ya da başka bir yöntemle yap.\n" +"Çek: Çek ile fatura ödemesini yap ve Odoo'dan çıktısını al.\n" +"SEPA Credit Transfer: Bankanıza gönderdiğiniz bir SEPA Alacak Transferi dosyası ile ödemenizi yapın. Bu seçeneğe ayarlar menüsünden ulaşılabilir." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Mesaj Teslim hatası" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Mesajlar" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Sonraki Aktivite Zaman Sınırı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Sonraki Aktivite Özeti" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Sonraki Aktivite Türü" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Sonraki Sayı" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Eşleşen para birimi bulunamadı '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Eylemlerin Sayısı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Eylem gerektiren mesaj sayısı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Teslimat hatası olan mesaj sayısı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Okunmamış mesaj sayısı" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "Tamam" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Kar Hesabı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Sorumlu Kullanıcı" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Müşteri faturaları yevmiyesi için 'Satış' seçeneğini seçin.\n" +"Tedarikçi fatura yevmiyeleri için 'Satınalma' seçeneğini seçin.\n" +"Müşteri veya tedarikçi ödemelerinde kullanılan yevmiyeler için \"Nakit\" veya \"Banka\" seçeneğini seçin.\n" +"Muhtelif işlem yevmiyeleri için 'Genel' seçeneğini seçin." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Sıra" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Yevmiyeyi kaldırmadan gizlemek için etkin seçeneğini yanlış olarak ayarla." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Kısa Kod" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Panelde yevmiyeyi göster" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Etkinliklerdeki aşamalar\n" +"Zamanı Geçmiş: Tarihi geçmiş \n" +"Bugün: Etkinlik günü bugün\n" +"Planlanan: Gelecek etkinlikler." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "Bu kaydın (%s) hesabı, yevmiye (%s) aynı değil." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" +"Banka hesap özetinin para birimi (%s) yevmiye para birimi ile aynı değil " +"(%s)." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Hesap özetine girilecek para birimi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" +"Bu yevmiyenin kayıt girişleri bu önek kullanılarak isimlendirilecektir." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Sonraki İade/Fiyat Farkı için sıradaki numara kullanılacak" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Sonraki fatura için sıradaki numara kullanılacaktır." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Bu alan, bu yevmiyenin iade/fiyat farkı kayıtları numaralandırılması ile " +"ilgili bilgileri içerir." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Bu alan, bu yevmiyeye ait yevmiye girişleri numaralarının verilmesiyle " +"ilgili bilgi içerir." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Bu dosya hiçbir açıklama içermiyor." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Bu dosya herhangi bir işlem içermiyor." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Tür" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Okunmamış Mesajlar" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Okunmamış Mesaj Sayacı" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Yükle" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Panelde yevmiyeleri sıralamak için kullanılır" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Kasa biten bakiyesi sistemin hesapladığı değerden farklı olduğunda zarar " +"kaydetmek için kullanılır" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Kasa biten bakiyesi sistemin hesapladığı değerden farklı olduğunda kar " +"kaydetmek için kullanılır" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Websitesi Mesajları" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Web Sitesi iletişim geçmişi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "Bu yevmiyenin gösterge tablosunda gösterilip gösterilmemesi" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Bu dosya çoktan içe aktarılmış." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Yevmiye için bir Varsayılan Borç Hesap ve Varsayılan Kredi Hesabı " +"ayarlamanız gerekir: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "veya" diff --git a/account_statement_import/i18n/uk.po b/account_statement_import/i18n/uk.po new file mode 100644 index 00000000..70500986 --- /dev/null +++ b/account_statement_import/i18n/uk.po @@ -0,0 +1,850 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Alina Lisnenko , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Alina Lisnenko , 2019\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "Імпорт шаблону для банківської виписки" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d транзакцій вже було імпортовано раніше тому вони пропущені" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 транзакцію вже було імпортовано раніше тому вона пропущена" + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "" +"Транзакції по банківському рахунку можуть бути імпортовані тільки один раз!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Власник рахунку" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Номер рахунку" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Дозволені типи рахунків" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Дозволені рахунки" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Необхідна дія" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Активно" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Дії" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "Оформлення виключення дії" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Стан дії" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Псевдонім" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Ім'я псевдоніма" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Домен псевдоніма" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Вже імпортовані елементи" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Принаймні один вхідний" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Принаймні один вихідний" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Підрахунок прикріплень" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Банк" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Банківський рахунок" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Банківські виписки" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Назва банківського журналу" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Рядок банківської виписки" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Ручні налаштування банку" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Скасувати" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Не можливо визначити в який журнал імпортувати виписку. Будь ласка, оберіть " +"журнал вручну." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Позначте це, якщо ви не хочете поділитися однаковою послідовністю для " +"рахунків-фактур та сторно, створених з цього журналу" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Індекс кольору" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "Стандарт зв'язку" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "Тип зв'язку" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Компанія" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Компанія-власник цього журналу" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Неможливо розібрати обраний файл.\n" +"Переконайтеся, що встановлено модуль для підтримки цього формату." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Створено на" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Послідовність запису сторно" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "Наступний номер сторно" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Валюта" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Виділена послідовність сторно" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Кредитний рахунок за замовчуванням" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Дебетовий рахунок за замовчуванням" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Визначає, як будуть зареєстровані банківські виписки" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Послідовність записів" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Назва файлу" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Файли" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Підписники" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Підписники (Канали)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Підписники (Партнери)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Для вхідних платежів" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Для вихідних платежів" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Отримайте виписку в електронному форматі з вашого банку та оберіть її тут." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Значок" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "Іконка для визначення виключення дії." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Якщо позначено, то нові повідомлення будуть потребувати вашої уваги." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Якщо позначено, деякі повідомлення мають помилку доставки." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" +"Якщо позначено, бухгалтерський запис або рахунок-фактура отримує геш, як " +"тільки його буде опубліковано, і його більше не можна буде змінити." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Імпорт" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Імпортувати банківську виписку" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "ID імпорту" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Імпорт виписки" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "Встановити формат імпорту" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Стежить" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Використовується, як типовий кредитний рахунок" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Використовується, як рахунок за замовчуванням для суми дебету" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "Це створює чернетки рахунків через надсилання електронної пошти." + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Журнал" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Створення журналу" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "Створення журналу з імпорту банківських виписок" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "Групи журналів" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Назва журналу" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "Дані дії Json " + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" +"Лише натисніть OK, щоб створити рахунок/журнал та завершіть завантаження. " +"Якщо це помилка, скасуйте, щоби перервати завантаження." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Панель приладів канбану" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Графік панелі приладів канбану" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Останні зміни на" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "Блокуйте опубліковані записи з гешем" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Рахунок для браку і втрат" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Основне прикріплення" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Вручну: отримуйте оплату готівкою, чеком або будь-яким іншим методом за межами Odoo.\n" +"Електронний: отримуйте платіж автоматично за допомогою одержання платежу, надіславши запит на транзакцію на картці, збереженої клієнтом під час покупки або підписки в Інтернеті (платіжний токен).\n" +"Пакетний депозит: одноразово зараховуйте кілька клієнтських чеків, створивши пакетний депозит, щоби подати в банк. Під час кодування виписки з банку в Odoo вам пропонують узгодити групову транзакцію з депозитом. Увімкніть цю опцію в налаштуваннях." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Вручну: сплачуйте рахунок готівкою або будь-яким іншим методом за межами Odoo.\n" +"Чеком: сплачуйте рахунок чеком та надруковуйте його з Odoo.\n" +"SEPA Credit Transfer: сплачуйте рахунок з файлу SEPA Credit Transfer, який ви передаєте в свій банк. Увімкніть цю опцію в налаштуваннях." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Помилка доставлення повідомлення" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Повідомлення" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Дедлайн наступної дії" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Підсумок наступної дії" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Тип наступної дії" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Наступний номер" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Не знайдено валюти для '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Кількість дій" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "Кількість помилок" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Кількість повідомлень, які потебують дії" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Кількість повідомлень з помилковою доставкою" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Кількість непрочитаних повідомлень" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "Ок" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "Опублікувати в" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Рахунок доходів" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Відповідальний користувач" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "Помилка доставки SMS" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "Послідовність безпеки" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Виберіть \"Продаж\" для журналів рахунків клієнтів.\n" +"Виберіть \"Купівля\" для журналів рахунків постачальників.\n" +"Виберіть \"Готівка\" або \"Банк\" для журналів, які використовуються у платежах клієнтів або постачальників.\n" +"Виберіть \"Загальні\" для журналів різних операцій." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "Оберіть файли" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Послідовність" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "Послідовність використання для забезпечення збереження даних" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "" +"Встановіть активне значення \"помилково\", щоби приховати журнал, не " +"видаливши його." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Короткий код" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Показати журнал на панелі приладів" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Етап заснований на діях\n" +"Протерміновано: термін виконання вже минув\n" +"Сьогодні: дата дії сьогодні\n" +"Заплановано: майбутні дії." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" +"Рахунок виписки, яку ви завантажуєте, ще не записаний в Odoo. Щоб продовжити" +" завантаження, потрібно створити банківський журнал для цього рахунку." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "Рахунок виписки (%s) не співпадає з рахунком журналу (%s) !" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "Валюта банківської виписки(%s) не така ж, як валюта журналу (%s)." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Валюта, використана у виписці" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "Записи в журналі будуть нумеруватися використовуючи цей префікс." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Наступний порядковий номер буде використано для наступного сторно." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "" +"Наступний порядковий номер буде використано для наступного рахунку-фактури." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Це поле містить інформацію, що стосується нумерації записів сторно цього " +"журналу." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "Це поле містить інформацію про нумерацію записів у журналі проведень." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Файл не містить виписки." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Файл не містить транзакцій." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Тип" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "Тип виключення дії на записі." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Непрочитані повідомлення" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Кількість непрочитаних повідомлень" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Завантажити" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "Завантажте банківські виписки" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Використовується для впорядкування журналів на панелі." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Використовується для відображення витрат, коли наприкінці періоду баланс по " +"касі не співпадає з тим, що обчислено системою." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Використовується для відображення доходу, коли наприкінці періоду баланс по " +"касі не співпадає з тим, що обчислено системою." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Повідомлення з веб-сайту" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Історія бесіди на сайті" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" +"Визначає чи потрібно показувати цей журнал, як елемент на панелі приладів." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "Ви вже імпортували цей файл." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" +"Ви можете обрати різні моделі для кожного типу референсу. Референс Odoo " +"встановлюється за замовчуванням." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"Тут ви можете встановити стандартну комунікацію, яка буде відображатися на " +"рахунках-фактурах клієнтів, після перевірки, щоби допомогти клієнту " +"звернутися до цього конкретного рахунку при здійсненні платежу." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "Ви можете завантажити банківські виписки, використовуючи:" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Ви повинні встановити дебетовий рахунок і кредитний рахунок за замовчуванням" +" для журналу: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "або" diff --git a/account_statement_import/i18n/vi.po b/account_statement_import/i18n/vi.po new file mode 100644 index 00000000..6fddfdcc --- /dev/null +++ b/account_statement_import/i18n/vi.po @@ -0,0 +1,850 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# fanha99 , 2019 +# son dang , 2019 +# Nancy Momoland , 2019 +# Duy BQ , 2019 +# Chinh Chinh , 2019 +# Dung Nguyen Thi , 2019 +# Dao Nguyen , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Dao Nguyen , 2019\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d giao dịch đã được nhập rồi và đã bị bỏ qua" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1 giao dịch đã được nhập rồi và đã bị bỏ qua" + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "Một giao dịch tài khoản ngân hàng chỉ có thể được nhập một lần!" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "Chủ tài khoản" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "Số tài khoản" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "Kiểu tài khoản cho phép" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "Tài khoản được phép" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "Hành động cần thiết" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "Có hiệu lực" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "Các hoạt động" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "Trạng thái hoạt động" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "Bí danh" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "Alias Name" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "Alias domain" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "Các hạng mục đã nhập rồi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "Ít nhất một lượt vào" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "Ít nhất một lượt đi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "Số lượng tập tin đính kèm" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "Ngân hàng" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "Tài khoản ngân hàng" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "Phí ngân hàng" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "Tên Sổ nhật ký Ngân hàng" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "Giao dịch trên sổ phụ ngân hàng" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "Thiết lập ngân hàng thủ công" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "Hủy" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "" +"Không tìm thấy sổ nhật ký nào để nhập sao kê này. Vui lòng chọn thủ công một" +" sổ nhật ký." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "" +"Chọn ô này nếu bạn không muốn chia sẻ chung định dạng đánh mã của hóa đơn và" +" khoản số dư được tạo trong nhật kí này" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "Mã màu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "Công ty" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "Công ty liên quan tới sổ nhật ký này" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"Không biết loại tập tin này là gì.\n" +"Bạn đã cài module mà hỗ trợ loại tập tin này chưa?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "Thời điểm tạo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "Mã bút toán công nợ giảm" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "Tiền tệ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "Mã hóa đơn giảm dùng riêng" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "Tài khoản ghi có mặc định" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "Tài khoản ghi nợ mặc định" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "Xác định cách sao kê ngân hàng sẽ được ghi nhận" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "Mã bút toán" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "Tên tập tin" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "Tập tin" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "Người theo dõi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "Người theo dõi (Kênh)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "Người theo dõi (Đối tác)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "Thanh toán doanh thu" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "Thanh toán chi phí" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "" +"Nhận sao kê ngân hàng định dạng điện tử từ ngân hàng của bạn và chọn chúng ở" +" đây." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "Biểu tượng" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "Nếu chọn, các tin nhắn mới yêu cầu sự có mặt của bạn." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "Nếu đánh dấu thì một số thông điệp có lỗi." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "Nhập" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "Nhập Sao kê Ngân hàng" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "ID Nhập" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "Nhập Giao dịch" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "Trở thành người theo dõi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "Nó hoạt động như là một tài khoản mặc định cho tổng có" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "Nó hoạt động như là một tài khoản mặc định cho tổng nợ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "Sổ nhật ký" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "Tạo nhật ký" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "Tên sổ nhật ký" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "Bảng thông tin Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "Bảng thông tin biểu đồ Kanban" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "Cập nhật gần đây bởi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "Cập nhật gần đây vào" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "Tài khoản lỗ" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "Tệp đính kèm chính" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"Thủ công: thanh toán bằng tiền mặt, séc hoặc thực hiện bất kỳ phương thức thanh toán khác ngoài hệ thống.\n" +"Thanh toán điện tử: thanh toán tự động thông qua tổ chức thanh toán bằng tạo giao dịch trên thẻ được lưu bởi khách hàng khi mua hoặc đăng ký trực tuyến (mã bảo mật thanh toán)\n" +"Đặt cọc hàng loạt: ghi lại một số séc của khách hàng cùng một lúc bằng cách tạo một khoản đặt cọc hàng loạt để gửi tới ngân hàng của bạn. Khi mã hóa bảng sao kê ngân hàng trong hệ thống, bạn được đề nghị để đối soát giao dịch với khoản đặt cọc này. Kích hoạt tùy chọn này trong mục thiết lập." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"Thủ công:Trả qua tiền mặt hoặc bất kì phương thức nào khác bên ngoài hệ thống.\n" +"Séc:Trả hóa đơn qua séc và in nó trực tiếp từ hệ thống.\n" +"SEPA Credit Transfer: Thanh toán qua SEPA Credit Transfer file bạn gửi cho ngân hàng của bạn. Kích hoạt casci này từ phần thiết lập." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "Thông báo gửi đi gặp lỗi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "Thông báo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "Hạn chót cho hành động kế tiếp" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "Tóm tắt hoạt động tiếp theo" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "Kiểu hoạt động kế tiếp" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "Số tiếp theo" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "Không tìm thấy tiền tệ khớp với '%s'." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "Số lượng hành động" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "Số thông báo cần xử lý" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "Số lượng tin gửi đi bị lỗi" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "Số tin chưa đọc" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "Tài khoản lợi nhuận" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "Người phụ trách" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"Chọn 'Bán hàng' đối với sổ nhật ký ghi nhận hạch toán Hoá đơn khách hàng.\n" +"Chọn 'Mua hàng' đối với sổ nhật ký ghi nhận hạch toán hoá đơn từ nhà cung cấp.\n" +"Chọn 'Ngân hàng' hoặc 'Tiền mặt' đối với các số nhật ký ghi nhận hạch toán các khoản thanh toán.\n" +"Chọn 'Khác' đối với các sổ nhật ký dành cho các hoạt động khác." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "Trình tự" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "Chọn không kích hoạt để ẩn đi sổ nhật ký nhằm tránh việc phải xóa nó." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "Mã viết tắt" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "Hiển thị nhật kí trên bảng tin" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"Trạng thái dựa trên hoạt động\n" +"Quá hạn: Ngày đến hạn phải được chuyển\n" +"Hôm nay: Hôm nay là ngày phải thực hiện\n" +"Kế hoạch: Các hoạt động trong tương lai." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "" +"Tài khoản của giao dịch này (%s) không giống với tài khoản của sổ nhật ký " +"(%s)." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "Đơn vị tiền được sử dụng để nhập bảng kê khai" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "" +"Bút toán của sổ nhật kí này sẽ được đặt tên dựa tên theo chữ bắt đầu của nó." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "Mã số tiếp theo sẽ được sử dụng cho hóa đơn âm tiếp theo." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "Mã số tiếp theo sẽ được sử dụng cho hoá đơn tiếp theo." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "" +"Trường này chưa thông tin liên quan tới số của hóa đơn giảm trong bút toán " +"này." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "" +"Trường này bao gồm thông tin liên quan tới việc đánh số các bút toán của sổ " +"nhật ký này." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "Tập tin này không chứa bất kỳ sao kê nào." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "Tập tin này không chứa bất kỳ giao dịch nào." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "Loại" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "Tin chưa đọc" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "Bộ đếm tin chưa đọc" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "Tải lên" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "Được dùng để sắp xếp sổ nhật kí trong dạng xem Bảng thông tin" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "" +"Được dùng để ghi nhận khoản bị mất khi số dư đóng của khoản tiền mặt khác " +"với số liệu được hệ thống tính" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "" +"Được dùng để ghi nhận khoản lợi nhuận khi số dư đóng của khoản tiền mặt khác" +" với số liệu được hệ thống tính" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "Thông báo Website" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "Lịch sử thông tin liên lạc website" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "" +"Cái này dùng để cho bút toán có hiển thị trên Bảng thông tin hay không" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "" +"Bạn có thể cài ở đây mặc định nội dung giao dịch sẽ hiển thị trên công nợ " +"bán hàng, mỗi khi xác nhận, để giúp khách hàng theo dõi được công nợ khi họ " +"thực hiện việc thanh toán." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "" +"Bạn phải đặt một Tài khoản Nợ Mặc định và Tài khoản Tín dụng Mặc định cho " +"nhật ký: %s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "hoặc" diff --git a/account_statement_import/i18n/zh_CN.po b/account_statement_import/i18n/zh_CN.po new file mode 100644 index 00000000..6a6fcaf5 --- /dev/null +++ b/account_statement_import/i18n/zh_CN.po @@ -0,0 +1,835 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Jeffery CHEN , 2019 +# liAnGjiA , 2019 +# 老窦 北京 <2662059195@qq.com>, 2019 +# guohuadeng , 2019 +# keecome <7017511@qq.com>, 2019 +# bower Guo <124358678@qq.com>, 2019 +# roye w <159820@qq.com>, 2019 +# neter ji , 2019 +# inspur qiuguodong , 2019 +# Jeanphy , 2019 +# Sage <263737@qq.com>, 2019 +# ChinaMaker , 2019 +# Manga Tsang , 2019 +# Felix Yuen , 2019 +# ryan ryan , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: ryan ryan , 2019\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "银行对账单导入模板." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d 已导入的交易将被忽略" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1个 已导入的交易将被忽略." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "一个银行账户交易只能导入一次." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "账户持有人" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "账户号码" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "允许的科目类型" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "允许的科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "需要采取行动" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "有效" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "活动" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "活动例外勋章" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "活动状态" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "别名" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "别名" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "网域别名" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "已导入的项目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "至少一个转入" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "至少一个转出" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "附件数量" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "银行" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "银行账户" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "银行费用" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "银行日记账名称" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "银行对账单明细" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "银行设置手动配置" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "取消日期" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "不能找到所需导入的账簿. 请手动选择账簿." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "勾选此框,则此日记账下的会计发票或信用票不使用同一个序列。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "颜色索引" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "通讯标准" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "讯息类型" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "公司" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "日记账相关的公司" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"提供的文件不对.\n" +"你安装了模块来支持这种类型的文件吗?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "创建者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "创建时间" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "信用票分录序列" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "信用票据下一个号码" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "币种" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "专用的信用票序列" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "默认贷方科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "默认借方科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "定义银行对账单的注册方式" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "分录序列" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "文件名" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "文件" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "关注者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "关注者(渠道)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "关注者(业务伙伴)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "未收款" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "为付款" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "从银行拿到电子格式的银行对账单并且在这里选择他们" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "图标" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "表示一个例外活动的图标。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "确认后, 出现提示消息." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "如果勾选此项, 某些消息将会产生传递错误。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "导入" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "导入银行对账单" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "导入ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "导入对账单" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "安装导入格式" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "关注者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "它将充当贷方金额的默认科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "它将作为一个默认借方科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "它通过发送电子邮件创建草稿发票和账单。" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "日记账" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "日记账创建" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "在银行对账单导入创建日记账" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "日记账组" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "日记账名称" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "Json活动数据" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "只需单击“确定”即可创建账户/日记账并完成上载。如果这是一个错误,请点击取消以中止上传。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "看板仪表板" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "看板仪表板图表" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "最后更改日" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "更新时间" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "损失科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "附件" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"手动:通过现金、支票或除 Odoo 以外的其他方法获取报酬.\n" +"电子方式:在客户线上购买或订阅时(支付令),在已保存的卡中请求交易,通过付款受让人自动获取报酬.\n" +"批量存款:几个客户同时支票付款时,可生成批量存款提交到银行中。当在 Odoo 进行编码银行核销单时,建议您核销批量存款与交易之间的关系。从设置中启用该选项." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"手动:现金支付或使用系统外的方式支付。\n" +"支票:使用支票支付并在系统打印。\n" +"SEPA转账:使用SEPA付款并提交文件到银行,从设置中启用此功能。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "消息传递错误" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "消息" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "下一活动截止日期" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "下一活动摘要" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "下一活动类型" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "下一号码" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "找不到与'%s'匹配的币种" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "操作次数" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "错误数" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "需要操作消息数量" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "递送错误消息数量" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "未读消息数量" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "发布于" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "利润科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "责任用户" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "短信发送错误" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "安全序号" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"给客户发票日记账选择 '销售' .\n" +"给供应商发票选 '采购' .\n" +"在客户或者供应商付款的日记账中选择 '现金' 或者 '银行' .\n" +"给其余操作的日记账选择 '通用' ." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "选择文件夾" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "单号规则" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "设置为无效,可以隐藏日记账而不用删除它。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "简码" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "在仪表板显示日记账" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"基于活动的状态 \n" +" 逾期:已经超过截止日期 \n" +" 现今:活动日期是当天 \n" +" 计划:未来活动。" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "你上传的对账单的账户尚未记录在Odoo中。要继续上传,你需要为此账户创建银行日记账。" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "对账单中的科目(%s)和日记账(%s)中的不一样" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "银行对账单 (%s) 的币种和日记账 (%s)的币种不一样." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "用来输入对账单的币种" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "这个日记账中的日记账分录会用这个前缀命名" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "下一号码将用于下一张退款单." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "下一号码将用于下一张发票." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "该字段包含此日记账中与信用清单目录数量相关的信息。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "该字段包含和这个日记中日记账分录数量相关的信息" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "这个文件不包含任何对账单" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "这个文件不包含任何交易" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "类型" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "记录的例外活动类型。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "未读消息" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "未读消息计数器" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "上传" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "上传银行对账单" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "用于仪表板视图中的日记账排序" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "收银机的期末余额与系统计算的有差异时候用来记录损失" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "当收银机的关账余额与系统计算的有差异时,用于记录利润" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "网站消息" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "网上沟通记录" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "无论这个日记账是否显示在仪表板" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "你已经导入文件。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "你可以为每种参考类型选择不同的模型。默认值是Odoo引用。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "您可以在这里设置默认联系方式,该联系方式将显示在客户发票上,一旦验证,以帮助客户在付款时参考该发票联系。" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "你可以使用以下方式上传银行对帐单:" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "您必须为日记账设置默认借记帐户和默认信用帐户:%s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "或" diff --git a/account_statement_import/i18n/zh_TW.po b/account_statement_import/i18n/zh_TW.po new file mode 100644 index 00000000..298ff0e0 --- /dev/null +++ b/account_statement_import/i18n/zh_TW.po @@ -0,0 +1,823 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_bank_statement_import +# +# Translators: +# Martin Trigaux, 2019 +# Andy Cheng , 2019 +# 敬雲 林 , 2019 +# Michael Yeung, 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-27 09:10+0000\n" +"PO-Revision-Date: 2019-08-26 09:08+0000\n" +"Last-Translator: Michael Yeung, 2019\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_bank_statement_import +#. openerp-web +#: code:addons/account_bank_statement_import/static/src/js/account_bank_statement_import.js:0 +#, python-format +msgid " Import Template for Bank Statements" +msgstr "導入銀行報表的範本" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "%d transactions had already been imported and were ignored." +msgstr "%d 已導入的交易將被忽略" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "1 transaction had already been imported and was ignored." +msgstr "1個 已導入的交易將被忽略." + +#. module: account_bank_statement_import +#: model:ir.model.constraint,message:account_bank_statement_import.constraint_account_bank_statement_line_unique_import_id +msgid "A bank account transactions can be imported only once !" +msgstr "一個銀行帳戶交易只能導入一次." + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_partner_id +msgid "Account Holder" +msgstr "帳戶持有人" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_acc_number +msgid "Account Number" +msgstr "帳戶號碼" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type_control_ids +msgid "Account Types Allowed" +msgstr "允許的科目類型" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__account_control_ids +msgid "Accounts Allowed" +msgstr "允許的科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +msgid "Action Needed" +msgstr "需採取行動" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Active" +msgstr "啟用" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_ids +msgid "Activities" +msgstr "活動" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Activity Exception Decoration" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "Activity State" +msgstr "活動狀態" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_id +msgid "Alias" +msgstr "別名" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "Alias Name" +msgstr "別名" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_domain +msgid "Alias domain" +msgstr "別名網域" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "Already imported items" +msgstr "已導入的專案" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_inbound +msgid "At Least One Inbound" +msgstr "至少一個入站" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__at_least_one_outbound +msgid "At Least One Outbound" +msgstr "至少一個出站" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_attachment_count +msgid "Attachment Count" +msgstr "附件數" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_id +#, python-format +msgid "Bank" +msgstr "銀行" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_account_id +msgid "Bank Account" +msgstr "銀行帳戶" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Bank Feeds" +msgstr "銀行費用" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "Bank Journal Name" +msgstr "銀行日記帳名稱" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line +msgid "Bank Statement Line" +msgstr "銀行對帳單明細" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_setup_bank_manual_config +msgid "Bank setup manual config" +msgstr "銀行設定通用配置" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Cancel" +msgstr "取消" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Cannot find in which journal import this statement. Please manually select a" +" journal." +msgstr "不能找到所需導入的資料. 請手動選擇資料檔案." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "" +"Check this box if you don't want to share the same sequence for invoices and" +" credit notes made from this journal" +msgstr "勾選此框,則此日記帳下的會計憑單或折讓單不使用同一個序列。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__color +msgid "Color Index" +msgstr "顏色索引" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "Communication Standard" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "Communication Type" +msgstr "通訊類型" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company" +msgstr "公司" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__company_id +msgid "Company related to this journal" +msgstr "日記帳相關的公司" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"Could not make sense of the given file.\n" +"Did you install the module to support this type of file ?" +msgstr "" +"提供的文件不對.\n" +"您有安裝支援這文件的模組嗎?" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_uid +msgid "Created by" +msgstr "創立者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__create_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__create_date +msgid "Created on" +msgstr "建立於" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "Credit Note Entry Sequence" +msgstr "折讓單分錄序列" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "Credit Notes Next Number" +msgstr "退款單下一號碼" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "Currency" +msgstr "幣別" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence +msgid "Dedicated Credit Note Sequence" +msgstr "專用的折讓單序列" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "Default Credit Account" +msgstr "預設貸方科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "Default Debit Account" +msgstr "預設借方科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__bank_statements_source +msgid "Defines how the bank statements will be registered" +msgstr "定義銀行對帳單的註冊方式" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__display_name +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "Entry Sequence" +msgstr "分錄序列" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__filename +msgid "Filename" +msgstr "文件名" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "Files" +msgstr "文件" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_follower_ids +msgid "Followers" +msgstr "關注人" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_channel_ids +msgid "Followers (Channels)" +msgstr "關注人(頻道)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_partner_ids +msgid "Followers (Partners)" +msgstr "關注人(業務夥伴)" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "For Incoming Payments" +msgstr "為收款" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "For Outgoing Payments" +msgstr "為付款" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import__attachment_ids +msgid "" +"Get you bank statements in electronic format from your bank and select them " +"here." +msgstr "從銀行拿到電子格式的銀行對帳單並且在這裡選擇他們" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__id +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__id +msgid "ID" +msgstr "ID" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon" +msgstr "圖示" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_icon +msgid "Icon to indicate an exception activity." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "If checked, new messages require your attention." +msgstr "勾選代表有新訊息需要您留意。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "If checked, some messages have a delivery error." +msgstr "勾選代表有訊息發生傳送錯誤。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "" +"If ticked, the accounting entry or invoice receives a hash as soon as it is " +"posted and cannot be modified anymore." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_journal.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +#, python-format +msgid "Import" +msgstr "導入" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import +msgid "Import Bank Statement" +msgstr "導入銀行對帳單" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_line__unique_import_id +msgid "Import ID" +msgstr "導入ID" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "Import Statement" +msgstr "導入對帳單" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.install_more_import_formats_action +msgid "Install Import Format" +msgstr "安裝導入格式" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_is_follower +msgid "Is Follower" +msgstr "是關注人" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_credit_account_id +msgid "It acts as a default account for credit amount" +msgstr "它將充當貸方金額的預設科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__default_debit_account_id +msgid "It acts as a default account for debit amount" +msgstr "它將作為一個預設借方科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__alias_name +msgid "It creates draft invoices and bills by sending an email." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_journal +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_id +msgid "Journal" +msgstr "日記帳" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +#, python-format +msgid "Journal Creation" +msgstr "日記帳創建" + +#. module: account_bank_statement_import +#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import_journal_creation +msgid "Journal Creation on Bank Statement Import" +msgstr "透過銀行報表導入創建日記帳" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__journal_group_ids +msgid "Journal Groups" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__name +msgid "Journal Name" +msgstr "日記帳名稱" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__json_activity_data +msgid "Json Activity Data" +msgstr "" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"Just click OK to create the account/journal and finish the upload. If this " +"was a mistake, hit cancel to abort the upload." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard +msgid "Kanban Dashboard" +msgstr "看板儀表板" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__kanban_dashboard_graph +msgid "Kanban Dashboard Graph" +msgstr "看板儀表板圖表" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import____last_update +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_uid +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_uid +msgid "Last Updated by" +msgstr "最後更新者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import__write_date +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__restrict_mode_hash_table +msgid "Lock Posted Entries with Hash" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "Loss Account" +msgstr "損失科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_main_attachment_id +msgid "Main Attachment" +msgstr "主要附件" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__inbound_payment_method_ids +msgid "" +"Manual: Get paid by cash, check or any other method outside of Odoo.\n" +"Electronic: Get paid automatically through a payment acquirer by requesting a transaction on a card saved by the customer when buying or subscribing online (payment token).\n" +"Batch Deposit: Encase several customer checks at once by generating a batch deposit to submit to your bank. When encoding the bank statement in Odoo,you are suggested to reconcile the transaction with the batch deposit. Enable this option from the settings." +msgstr "" +"手動:通過現金、支票或除 Odoo 以外的任何其他方法獲取報酬。\n" +"電子方式:線上購買或訂閱時(支付指示物),通過請求客戶保存的卡上的交易,通過付款受讓人自動獲得付款。\n" +"批量存款:通過生成批量存款立即兌現幾個客戶的支票,以便提交給銀行。在 Odoo 中編碼銀行對帳單時,建議您將交易與批量存款進行核對。從設定中啟用此選項。 " + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__outbound_payment_method_ids +msgid "" +"Manual:Pay bill by cash or any other method outside of Odoo.\n" +"Check:Pay bill by check and print it from Odoo.\n" +"SEPA Credit Transfer: Pay bill from a SEPA Credit Transfer file you submit to your bank. Enable this option from the settings." +msgstr "" +"手動:現金支付或使用系統外的方式支付。\n" +"支票:使用支票支付並在系統列印。\n" +"SEPA轉帳:使用SEPA付款並提交文件到銀行,從設定中啟用此功能。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error +msgid "Message Delivery error" +msgstr "訊息遞送錯誤" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_ids +msgid "Messages" +msgstr "訊息" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "下一活動截止日期" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_summary +msgid "Next Activity Summary" +msgstr "下一活動摘要" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_type_id +msgid "Next Activity Type" +msgstr "下一活動類型" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "Next Number" +msgstr "下一號碼" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "No currency found matching '%s'." +msgstr "找不到與'%s'匹配的幣別" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of Actions" +msgstr "動作數量" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of errors" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "需要處理的消息數量" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "有發送錯誤的郵件數量" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Number of unread messages" +msgstr "未讀訊息的數量" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "OK" +msgstr "OK" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__post_at +msgid "Post At" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "Profit Account" +msgstr "利潤科目" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_user_id +msgid "Responsible User" +msgstr "責任使用者" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_has_sms_error +msgid "SMS Delivery error" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Secure Sequence" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "" +"Select 'Sale' for customer invoices journals.\n" +"Select 'Purchase' for vendor bills journals.\n" +"Select 'Cash' or 'Bank' for journals that are used in customer or vendor payments.\n" +"Select 'General' for miscellaneous operations journals." +msgstr "" +"給客戶應收憑單日記帳選擇 '銷售' .\n" +"給供應商應付憑單選 '採購' .\n" +"在客戶或者供應商付款的日記帳中選擇 '現金' 或者 '銀行' .\n" +"給其餘操作的日記帳選擇 '通用' ." + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Select Files" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Sequence" +msgstr "序號" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__secure_sequence_id +msgid "Sequence to use to ensure the securisation of data" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__active +msgid "Set active to false to hide the Journal without removing it." +msgstr "設定為無效,可以隱藏日記帳而不用刪除它。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "Short Code" +msgstr "簡碼" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Show journal on dashboard" +msgstr "在儀表板顯示日記帳" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" +"根據活動的狀態 \n" +" 逾期:已經超過截止日期 \n" +" 現今:活動日期是當天 \n" +" 計劃:未來活動。" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_journal_creation_view +msgid "" +"The account of the statement you are uploading is not yet recorded in Odoo. " +"In order to proceed with the upload, you need to create a bank journal for " +"this account." +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The account of this statement (%s) is not the same as the journal (%s)." +msgstr "對帳單中的科目(%s)和日記帳(%s)中的不一樣" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"The currency of the bank statement (%s) is not the same as the currency of " +"the journal (%s)." +msgstr "銀行報表 (%s) 的貨幣與日誌 (%s) 的幣種不同。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__currency_id +msgid "The currency used to enter statement" +msgstr "用來輸入對帳單的幣別" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__code +msgid "The journal entries of this journal will be named using this prefix." +msgstr "這個日記帳中的日記帳分錄會被用這個前綴命名." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_number_next +msgid "The next sequence number will be used for the next credit note." +msgstr "下一號碼將用於下一張折讓單." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_number_next +msgid "The next sequence number will be used for the next invoice." +msgstr "下一號碼將用於下一張憑單." + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__refund_sequence_id +msgid "" +"This field contains the information related to the numbering of the credit " +"note entries of this journal." +msgstr "該字段包含此日記帳中與信用清單目錄數量相關的信息。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence_id +msgid "" +"This field contains the information related to the numbering of the journal " +"entries of this journal." +msgstr "這個字段包含和這個日記中日記帳分錄數量相關的信息." + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any statement." +msgstr "這個文件不包含任何對帳單" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "This file doesn't contain any transaction." +msgstr "這個文件不包含任何交易" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__type +msgid "Type" +msgstr "類型" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__activity_exception_decoration +msgid "Type of the exception activity on record." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread +msgid "Unread Messages" +msgstr "未讀消息" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__message_unread_counter +msgid "Unread Messages Counter" +msgstr "未讀消息計數器" + +#. module: account_bank_statement_import +#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload" +msgstr "上傳" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "Upload Bank Statements" +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__sequence +msgid "Used to order Journals in the dashboard view" +msgstr "用於儀表板視圖中的日記帳排序" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__loss_account_id +msgid "" +"Used to register a loss when the ending balance of a cash register differs " +"from what the system computes" +msgstr "現金登記的期末餘額與系統計算的有差異時候用來登記損失" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__profit_account_id +msgid "" +"Used to register a profit when the ending balance of a cash register differs" +" from what the system computes" +msgstr "當現金出納機的關帳餘額與系統計算的有差異時,用於登記利潤" + +#. module: account_bank_statement_import +#: model:ir.model.fields,field_description:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website Messages" +msgstr "網站信息" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__website_message_ids +msgid "Website communication history" +msgstr "網站溝通記錄" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__show_on_dashboard +msgid "Whether this journal should be displayed on the dashboard or not" +msgstr "不管這個日記帳是否顯示在儀表板" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "You already have imported that file." +msgstr "您已經導入了該檔案。" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_model +msgid "" +"You can choose different models for each type of reference. The default one " +"is the Odoo reference." +msgstr "" + +#. module: account_bank_statement_import +#: model:ir.model.fields,help:account_bank_statement_import.field_account_bank_statement_import_journal_creation__invoice_reference_type +msgid "" +"You can set here the default communication that will appear on customer " +"invoices, once validated, to help the customer to refer to that particular " +"invoice when making the payment." +msgstr "您可以在這裡設定預設通信,該通信將顯示在客戶應收憑單上,一旦驗證,以幫助客戶在付款時參考該特定憑單。" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.account_bank_statement_import_view +msgid "You can upload your bank statement using:" +msgstr "" + +#. module: account_bank_statement_import +#: code:addons/account_bank_statement_import/account_bank_statement_import.py:0 +#, python-format +msgid "" +"You have to set a Default Debit Account and a Default Credit Account for the" +" journal: %s" +msgstr "您必須為日記帳設定預設借記科目和預設信用帳戶:%s" + +#. module: account_bank_statement_import +#: model_terms:ir.ui.view,arch_db:account_bank_statement_import.journal_dashboard_view_inherit +msgid "or" +msgstr "或" diff --git a/account_statement_import/static/csv/account.bank.statement.csv b/account_statement_import/static/csv/account.bank.statement.csv new file mode 100644 index 00000000..7be40fd0 --- /dev/null +++ b/account_statement_import/static/csv/account.bank.statement.csv @@ -0,0 +1,6 @@ +Journal,Name,Date,Starting Balance,Ending Balance,Statement lines / Date,Statement lines / Label,Statement lines / Partner,Statement lines / Reference,Statement lines / Amount,Statement lines / Amount Currency,Statement lines / Currency +Bank,Statement May 01,2017-05-15,100,5124.5,2017-05-10,INV/2017/0001,,#01,4610,, +,,,,,2017-05-11,Payment bill 20170521,,#02,-100,, +,,,,,2017-05-15,INV/2017/0003 discount 2% early payment,,#03,514.5,, +Bank,Statement May 02,2017-05-30,5124.5,9847.35,2017-05-30,INV/2017/0002 + INV/2017/0004,,#01,5260,, +,,,,,2017-05-31,Payment bill EUR 001234565,,#02,-537.15,-500,EUR diff --git a/account_statement_import/static/description/icon_src.svg b/account_statement_import/static/description/icon_src.svg new file mode 100644 index 00000000..664381e0 --- /dev/null +++ b/account_statement_import/static/description/icon_src.svg @@ -0,0 +1,178 @@ + +image/svg+xml08/12/13 1000.00 Delta PC08/15/13 75.46 Walts Drugs03/03/13 379.00 Epic Technologies03/04/13 20.28 YOUR LOCAL SU03/03/13 421.35 SPRINGFIELD WA03/03/13 379.00 Epic Technologies03/04/13 20.28 YOUR LOCAL SUP08/15/13 75.46 Walts Drugs08/12/13 1000.00 Delta PC03/03/13 421.35 SPRINGFIELD WA03/04/13 20.28 YOUR LOCAL SU03/03/13 379.00 Epic Technologies08/12/13 1000.00 De a PC03/03/13 379.00 E Technologies08/15/13 75.46 Walts Drugs03/04/13 20.28 YOUR LOCAL SU03/03/13 379.00 Epic Technologies08/12/13 1000.00 Delta PC08/15/13 75.46 Walts Drugs + + \ No newline at end of file diff --git a/account_statement_import/static/src/js/account_bank_statement_import.js b/account_statement_import/static/src/js/account_bank_statement_import.js new file mode 100644 index 00000000..7f1598a0 --- /dev/null +++ b/account_statement_import/static/src/js/account_bank_statement_import.js @@ -0,0 +1,24 @@ +/* + Copyright 2004-2020 Odoo S.A. + Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). +*/ + +odoo.define('account_bank_statement_import.import', function (require) { +"use strict"; + +var core = require('web.core'); +var BaseImport = require('base_import.import'); + +var _t = core._t; + +BaseImport.DataImport.include({ + renderImportLink: function() { + this._super(); + if (this.res_model == 'account.bank.statement') { + this.$(".import-link").prop({"text": _t(" Import Template for Bank Statements"), "href": "/account_bank_statement_import/static/csv/account.bank.statement.csv"}); + this.$(".template-import").removeClass('d-none'); + } + }, +}); + +}); diff --git a/account_statement_import/views/account_bank_statement_import_templates.xml b/account_statement_import/views/account_bank_statement_import_templates.xml new file mode 100644 index 00000000..ae2860be --- /dev/null +++ b/account_statement_import/views/account_bank_statement_import_templates.xml @@ -0,0 +1,8 @@ + + + + diff --git a/account_statement_import/wizard/__init__.py b/account_statement_import/wizard/__init__.py new file mode 100644 index 00000000..aabb7ec1 --- /dev/null +++ b/account_statement_import/wizard/__init__.py @@ -0,0 +1,2 @@ +from . import journal_creation +from . import setup_wizards \ No newline at end of file diff --git a/account_statement_import/wizard/journal_creation.py b/account_statement_import/wizard/journal_creation.py new file mode 100644 index 00000000..5b240dbd --- /dev/null +++ b/account_statement_import/wizard/journal_creation.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# Copyright 2004-2020 Odoo S.A. +# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). + +from odoo import api, fields, models + + +class AccountBankStatementImportJounalCreation(models.TransientModel): + _name = 'account.bank.statement.import.journal.creation' + _description = 'Journal Creation on Bank Statement Import' + + journal_id = fields.Many2one('account.journal', delegate=True, required=True, ondelete='cascade') + + def create_journal(self): + """ Create the journal (the record is automatically created in the process of calling this method) and reprocess the statement """ + statement_import_transient = self.env['account.bank.statement.import'].browse(self.env.context['statement_import_transient_id']) + return statement_import_transient.with_context(journal_id=self.journal_id.id).import_file() diff --git a/account_statement_import/wizard/journal_creation.xml b/account_statement_import/wizard/journal_creation.xml new file mode 100644 index 00000000..d507716b --- /dev/null +++ b/account_statement_import/wizard/journal_creation.xml @@ -0,0 +1,36 @@ + + + + + + + Journal Creation + account.bank.statement.import.journal.creation + +
+

The account of the statement you are uploading is not yet recorded in Odoo. In order to proceed with the upload, you need to create a bank journal for this account.

+

Just click OK to create the account/journal and finish the upload. If this was a mistake, hit cancel to abort the upload.

+ + + + + + + + + + + +
+
+
+
+
+ +
+
diff --git a/account_statement_import/wizard/setup_wizards.py b/account_statement_import/wizard/setup_wizards.py new file mode 100644 index 00000000..5eb0c053 --- /dev/null +++ b/account_statement_import/wizard/setup_wizards.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# Copyright 2004-2020 Odoo S.A. +# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). + +from odoo import models, fields, api + + +class SetupBarBankConfigWizard(models.TransientModel): + _inherit = 'account.setup.bank.manual.config' + + def validate(self): + """ Default the bank statement source of new bank journals as 'file_import' + """ + super(SetupBarBankConfigWizard, self).validate() + if (self.num_journals_without_account == 0 or self.linked_journal_id.bank_statements_source == 'undefined') \ + and self.env['account.journal']._get_bank_statements_available_import_formats(): + self.linked_journal_id.bank_statements_source = 'file_import' From 66c9766c01d5f2a53b36ebda36517a6cca682c9c Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 7 Jan 2021 09:10:51 +0100 Subject: [PATCH 02/39] [IMP] account_bank_statement_import: black, isort --- account_statement_import/__init__.py | 2 - account_statement_import/__manifest__.py | 33 +- .../account_bank_statement_import.py | 307 ++++++++++++------ .../account_bank_statement_import_view.xml | 32 +- .../account_import_tip_data.xml | 2 +- account_statement_import/account_journal.py | 14 +- .../demo/partner_bank.xml | 19 +- .../src/js/account_bank_statement_import.js | 33 +- ...ccount_bank_statement_import_templates.xml | 13 +- account_statement_import/wizard/__init__.py | 2 +- .../wizard/journal_creation.py | 17 +- .../wizard/journal_creation.xml | 41 ++- .../wizard/setup_wizards.py | 18 +- 13 files changed, 340 insertions(+), 193 deletions(-) diff --git a/account_statement_import/__init__.py b/account_statement_import/__init__.py index 0947ae71..172a3434 100644 --- a/account_statement_import/__init__.py +++ b/account_statement_import/__init__.py @@ -1,5 +1,3 @@ -# -*- encoding: utf-8 -*- - from . import account_bank_statement_import from . import account_journal diff --git a/account_statement_import/__manifest__.py b/account_statement_import/__manifest__.py index 6d8b9977..2fb62519 100644 --- a/account_statement_import/__manifest__.py +++ b/account_statement_import/__manifest__.py @@ -1,28 +1,27 @@ -# -*- encoding: utf-8 -*- # Copyright 2004-2020 Odoo S.A. # Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). { - 'name': 'Account Bank Statement Import', - 'category': 'Accounting/Accounting', - 'version': '13.0.1.0.0', - 'license': 'LGPL-3', - 'depends': ['account'], - 'description': """Generic Wizard to Import Bank Statements. + "name": "Account Bank Statement Import", + "category": "Accounting/Accounting", + "version": "13.0.1.0.0", + "license": "LGPL-3", + "depends": ["account"], + "description": """Generic Wizard to Import Bank Statements. (This module does not include any type of import format.) OFX and QIF imports are available in Enterprise version.""", - 'author': 'Odoo SA', - 'data': [ - 'account_bank_statement_import_view.xml', - 'account_import_tip_data.xml', - 'wizard/journal_creation.xml', - 'views/account_bank_statement_import_templates.xml', + "author": "Odoo SA", + "data": [ + "account_bank_statement_import_view.xml", + "account_import_tip_data.xml", + "wizard/journal_creation.xml", + "views/account_bank_statement_import_templates.xml", ], - 'demo': [ - 'demo/partner_bank.xml', + "demo": [ + "demo/partner_bank.xml", ], - 'installable': True, - 'auto_install': True, + "installable": True, + "auto_install": True, } diff --git a/account_statement_import/account_bank_statement_import.py b/account_statement_import/account_bank_statement_import.py index 68339366..461f2df3 100644 --- a/account_statement_import/account_bank_statement_import.py +++ b/account_statement_import/account_bank_statement_import.py @@ -1,14 +1,14 @@ -# -*- coding: utf-8 -*- # Copyright 2004-2020 Odoo S.A. # Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). import base64 +import logging -from odoo import api, fields, models, _ +from odoo import _, api, fields, models from odoo.exceptions import UserError + from odoo.addons.base.models.res_bank import sanitize_account_number -import logging _logger = logging.getLogger(__name__) @@ -16,18 +16,27 @@ class AccountBankStatementLine(models.Model): _inherit = "account.bank.statement.line" # Ensure transactions can be imported only once (if the import format provides unique transaction ids) - unique_import_id = fields.Char(string='Import ID', readonly=True, copy=False) + unique_import_id = fields.Char(string="Import ID", readonly=True, copy=False) _sql_constraints = [ - ('unique_import_id', 'unique (unique_import_id)', 'A bank account transactions can be imported only once !') + ( + "unique_import_id", + "unique (unique_import_id)", + "A bank account transactions can be imported only once !", + ) ] class AccountBankStatementImport(models.TransientModel): - _name = 'account.bank.statement.import' - _description = 'Import Bank Statement' + _name = "account.bank.statement.import" + _description = "Import Bank Statement" - attachment_ids = fields.Many2many('ir.attachment', string='Files', required=True, help='Get you bank statements in electronic format from your bank and select them here.') + attachment_ids = fields.Many2many( + "ir.attachment", + string="Files", + required=True, + help="Get you bank statements in electronic format from your bank and select them here.", + ) def import_file(self): """ Process the file chosen in the wizard, create bank statement(s) and go to reconciliation. """ @@ -37,17 +46,31 @@ class AccountBankStatementImport(models.TransientModel): # Let the appropriate implementation module parse the file and return the required data # The active_id is passed in context in case an implementation module requires information about the wizard state (see QIF) for data_file in self.attachment_ids: - currency_code, account_number, stmts_vals = self.with_context(active_id=self.ids[0])._parse_file(base64.b64decode(data_file.datas)) + currency_code, account_number, stmts_vals = self.with_context( + active_id=self.ids[0] + )._parse_file(base64.b64decode(data_file.datas)) # Check raw data self._check_parsed_data(stmts_vals) # Try to find the currency and journal in odoo - currency, journal = self._find_additional_data(currency_code, account_number) + currency, journal = self._find_additional_data( + currency_code, account_number + ) # If no journal found, ask the user about creating one if not journal: # The active_id is passed in context so the wizard can call import_file again once the journal is created - return self.with_context(active_id=self.ids[0])._journal_creation_wizard(currency, account_number) - if not journal.default_debit_account_id or not journal.default_credit_account_id: - raise UserError(_('You have to set a Default Debit Account and a Default Credit Account for the journal: %s') % (journal.name,)) + return self.with_context( + active_id=self.ids[0] + )._journal_creation_wizard(currency, account_number) + if ( + not journal.default_debit_account_id + or not journal.default_credit_account_id + ): + raise UserError( + _( + "You have to set a Default Debit Account and a Default Credit Account for the journal: %s" + ) + % (journal.name,) + ) # Prepare statement data to be used for bank statements creation stmts_vals = self._complete_stmts_vals(stmts_vals, journal, account_number) # Create the bank statements @@ -55,108 +78,130 @@ class AccountBankStatementImport(models.TransientModel): statement_line_ids_all.extend(statement_line_ids) notifications_all.extend(notifications) # Now that the import worked out, set it as the bank_statements_source of the journal - if journal.bank_statements_source != 'file_import': + if journal.bank_statements_source != "file_import": # Use sudo() because only 'account.group_account_manager' # has write access on 'account.journal', but 'account.group_account_user' # must be able to import bank statement files - journal.sudo().bank_statements_source = 'file_import' + journal.sudo().bank_statements_source = "file_import" # Finally dispatch to reconciliation interface return { - 'type': 'ir.actions.client', - 'tag': 'bank_statement_reconciliation_view', - 'context': {'statement_line_ids': statement_line_ids_all, - 'company_ids': self.env.user.company_ids.ids, - 'notifications': notifications_all, + "type": "ir.actions.client", + "tag": "bank_statement_reconciliation_view", + "context": { + "statement_line_ids": statement_line_ids_all, + "company_ids": self.env.user.company_ids.ids, + "notifications": notifications_all, }, } def _journal_creation_wizard(self, currency, account_number): """ Calls a wizard that allows the user to carry on with journal creation """ return { - 'name': _('Journal Creation'), - 'type': 'ir.actions.act_window', - 'res_model': 'account.bank.statement.import.journal.creation', - 'view_mode': 'form', - 'target': 'new', - 'context': { - 'statement_import_transient_id': self.env.context['active_id'], - 'default_bank_acc_number': account_number, - 'default_name': _('Bank') + ' ' + account_number, - 'default_currency_id': currency and currency.id or False, - 'default_type': 'bank', - } + "name": _("Journal Creation"), + "type": "ir.actions.act_window", + "res_model": "account.bank.statement.import.journal.creation", + "view_mode": "form", + "target": "new", + "context": { + "statement_import_transient_id": self.env.context["active_id"], + "default_bank_acc_number": account_number, + "default_name": _("Bank") + " " + account_number, + "default_currency_id": currency and currency.id or False, + "default_type": "bank", + }, } def _parse_file(self, data_file): - """ Each module adding a file support must extends this method. It processes the file if it can, returns super otherwise, resulting in a chain of responsability. - This method parses the given file and returns the data required by the bank statement import process, as specified below. - rtype: triplet (if a value can't be retrieved, use None) - - currency code: string (e.g: 'EUR') - The ISO 4217 currency code, case insensitive - - account number: string (e.g: 'BE1234567890') - The number of the bank account which the statement belongs to - - bank statements data: list of dict containing (optional items marked by o) : - - 'name': string (e.g: '000000123') - - 'date': date (e.g: 2013-06-26) - -o 'balance_start': float (e.g: 8368.56) - -o 'balance_end_real': float (e.g: 8888.88) - - 'transactions': list of dict containing : - - 'name': string (e.g: 'KBC-INVESTERINGSKREDIET 787-5562831-01') - - 'date': date - - 'amount': float - - 'unique_import_id': string - -o 'account_number': string - Will be used to find/create the res.partner.bank in odoo - -o 'note': string - -o 'partner_name': string - -o 'ref': string + """Each module adding a file support must extends this method. It processes the file if it can, returns super otherwise, resulting in a chain of responsability. + This method parses the given file and returns the data required by the bank statement import process, as specified below. + rtype: triplet (if a value can't be retrieved, use None) + - currency code: string (e.g: 'EUR') + The ISO 4217 currency code, case insensitive + - account number: string (e.g: 'BE1234567890') + The number of the bank account which the statement belongs to + - bank statements data: list of dict containing (optional items marked by o) : + - 'name': string (e.g: '000000123') + - 'date': date (e.g: 2013-06-26) + -o 'balance_start': float (e.g: 8368.56) + -o 'balance_end_real': float (e.g: 8888.88) + - 'transactions': list of dict containing : + - 'name': string (e.g: 'KBC-INVESTERINGSKREDIET 787-5562831-01') + - 'date': date + - 'amount': float + - 'unique_import_id': string + -o 'account_number': string + Will be used to find/create the res.partner.bank in odoo + -o 'note': string + -o 'partner_name': string + -o 'ref': string """ - raise UserError(_('Could not make sense of the given file.\nDid you install the module to support this type of file ?')) + raise UserError( + _( + "Could not make sense of the given file.\nDid you install the module to support this type of file ?" + ) + ) def _check_parsed_data(self, stmts_vals): """ Basic and structural verifications """ if len(stmts_vals) == 0: - raise UserError(_('This file doesn\'t contain any statement.')) + raise UserError(_("This file doesn't contain any statement.")) no_st_line = True for vals in stmts_vals: - if vals['transactions'] and len(vals['transactions']) > 0: + if vals["transactions"] and len(vals["transactions"]) > 0: no_st_line = False break if no_st_line: - raise UserError(_('This file doesn\'t contain any transaction.')) + raise UserError(_("This file doesn't contain any transaction.")) def _check_journal_bank_account(self, journal, account_number): return journal.bank_account_id.sanitized_acc_number == account_number def _find_additional_data(self, currency_code, account_number): - """ Look for a res.currency and account.journal using values extracted from the - statement and make sure it's consistent. + """Look for a res.currency and account.journal using values extracted from the + statement and make sure it's consistent. """ company_currency = self.env.company.currency_id - journal_obj = self.env['account.journal'] + journal_obj = self.env["account.journal"] currency = None sanitized_account_number = sanitize_account_number(account_number) if currency_code: - currency = self.env['res.currency'].search([('name', '=ilike', currency_code)], limit=1) + currency = self.env["res.currency"].search( + [("name", "=ilike", currency_code)], limit=1 + ) if not currency: raise UserError(_("No currency found matching '%s'.") % currency_code) if currency == company_currency: currency = False - journal = journal_obj.browse(self.env.context.get('journal_id', [])) + journal = journal_obj.browse(self.env.context.get("journal_id", [])) if account_number: # No bank account on the journal : create one from the account number of the statement if journal and not journal.bank_account_id: journal.set_bank_account(account_number) # No journal passed to the wizard : try to find one using the account number of the statement elif not journal: - journal = journal_obj.search([('bank_account_id.sanitized_acc_number', '=', sanitized_account_number)]) + journal = journal_obj.search( + [ + ( + "bank_account_id.sanitized_acc_number", + "=", + sanitized_account_number, + ) + ] + ) # Already a bank account on the journal : check it's the same as on the statement else: - if not self._check_journal_bank_account(journal, sanitized_account_number): - raise UserError(_('The account of this statement (%s) is not the same as the journal (%s).') % (account_number, journal.bank_account_id.acc_number)) + if not self._check_journal_bank_account( + journal, sanitized_account_number + ): + raise UserError( + _( + "The account of this statement (%s) is not the same as the journal (%s)." + ) + % (account_number, journal.bank_account_id.acc_number) + ) # If importing into an existing journal, its currency must be the same as the bank statement if journal: @@ -164,82 +209,134 @@ class AccountBankStatementImport(models.TransientModel): if currency is None: currency = journal_currency if currency and currency != journal_currency: - statement_cur_code = not currency and company_currency.name or currency.name - journal_cur_code = not journal_currency and company_currency.name or journal_currency.name - raise UserError(_('The currency of the bank statement (%s) is not the same as the currency of the journal (%s).') % (statement_cur_code, journal_cur_code)) + statement_cur_code = ( + not currency and company_currency.name or currency.name + ) + journal_cur_code = ( + not journal_currency + and company_currency.name + or journal_currency.name + ) + raise UserError( + _( + "The currency of the bank statement (%s) is not the same as the currency of the journal (%s)." + ) + % (statement_cur_code, journal_cur_code) + ) # If we couldn't find / can't create a journal, everything is lost if not journal and not account_number: - raise UserError(_('Cannot find in which journal import this statement. Please manually select a journal.')) + raise UserError( + _( + "Cannot find in which journal import this statement. Please manually select a journal." + ) + ) return currency, journal def _complete_stmts_vals(self, stmts_vals, journal, account_number): for st_vals in stmts_vals: - st_vals['journal_id'] = journal.id - if not st_vals.get('reference'): - st_vals['reference'] = " ".join(self.attachment_ids.mapped('name')) - if st_vals.get('number'): - #build the full name like BNK/2016/00135 by just giving the number '135' - st_vals['name'] = journal.sequence_id.with_context(ir_sequence_date=st_vals.get('date')).get_next_char(st_vals['number']) - del(st_vals['number']) - for line_vals in st_vals['transactions']: - unique_import_id = line_vals.get('unique_import_id') + st_vals["journal_id"] = journal.id + if not st_vals.get("reference"): + st_vals["reference"] = " ".join(self.attachment_ids.mapped("name")) + if st_vals.get("number"): + # build the full name like BNK/2016/00135 by just giving the number '135' + st_vals["name"] = journal.sequence_id.with_context( + ir_sequence_date=st_vals.get("date") + ).get_next_char(st_vals["number"]) + del st_vals["number"] + for line_vals in st_vals["transactions"]: + unique_import_id = line_vals.get("unique_import_id") if unique_import_id: sanitized_account_number = sanitize_account_number(account_number) - line_vals['unique_import_id'] = (sanitized_account_number and sanitized_account_number + '-' or '') + str(journal.id) + '-' + unique_import_id + line_vals["unique_import_id"] = ( + ( + sanitized_account_number + and sanitized_account_number + "-" + or "" + ) + + str(journal.id) + + "-" + + unique_import_id + ) - if not line_vals.get('bank_account_id'): + if not line_vals.get("bank_account_id"): # Find the partner and his bank account or create the bank account. The partner selected during the # reconciliation process will be linked to the bank when the statement is closed. - identifying_string = line_vals.get('account_number') + identifying_string = line_vals.get("account_number") if identifying_string: - partner_bank = self.env['res.partner.bank'].search([('acc_number', '=', identifying_string)], limit=1) + partner_bank = self.env["res.partner.bank"].search( + [("acc_number", "=", identifying_string)], limit=1 + ) if partner_bank: - line_vals['bank_account_id'] = partner_bank.id - line_vals['partner_id'] = partner_bank.partner_id.id + line_vals["bank_account_id"] = partner_bank.id + line_vals["partner_id"] = partner_bank.partner_id.id return stmts_vals def _create_bank_statements(self, stmts_vals): """ Create new bank statements from imported values, filtering out already imported transactions, and returns data used by the reconciliation widget """ - BankStatement = self.env['account.bank.statement'] - BankStatementLine = self.env['account.bank.statement.line'] + BankStatement = self.env["account.bank.statement"] + BankStatementLine = self.env["account.bank.statement.line"] # Filter out already imported transactions and create statements statement_line_ids = [] ignored_statement_lines_import_ids = [] for st_vals in stmts_vals: filtered_st_lines = [] - for line_vals in st_vals['transactions']: - if 'unique_import_id' not in line_vals \ - or not line_vals['unique_import_id'] \ - or not bool(BankStatementLine.sudo().search([('unique_import_id', '=', line_vals['unique_import_id'])], limit=1)): + for line_vals in st_vals["transactions"]: + if ( + "unique_import_id" not in line_vals + or not line_vals["unique_import_id"] + or not bool( + BankStatementLine.sudo().search( + [("unique_import_id", "=", line_vals["unique_import_id"])], + limit=1, + ) + ) + ): filtered_st_lines.append(line_vals) else: - ignored_statement_lines_import_ids.append(line_vals['unique_import_id']) - if 'balance_start' in st_vals: - st_vals['balance_start'] += float(line_vals['amount']) + ignored_statement_lines_import_ids.append( + line_vals["unique_import_id"] + ) + if "balance_start" in st_vals: + st_vals["balance_start"] += float(line_vals["amount"]) if len(filtered_st_lines) > 0: # Remove values that won't be used to create records - st_vals.pop('transactions', None) + st_vals.pop("transactions", None) # Create the statement - st_vals['line_ids'] = [[0, False, line] for line in filtered_st_lines] + st_vals["line_ids"] = [[0, False, line] for line in filtered_st_lines] statement_line_ids.extend(BankStatement.create(st_vals).line_ids.ids) if len(statement_line_ids) == 0: - raise UserError(_('You already have imported that file.')) + raise UserError(_("You already have imported that file.")) # Prepare import feedback notifications = [] num_ignored = len(ignored_statement_lines_import_ids) if num_ignored > 0: - notifications += [{ - 'type': 'warning', - 'message': _("%d transactions had already been imported and were ignored.") % num_ignored if num_ignored > 1 else _("1 transaction had already been imported and was ignored."), - 'details': { - 'name': _('Already imported items'), - 'model': 'account.bank.statement.line', - 'ids': BankStatementLine.search([('unique_import_id', 'in', ignored_statement_lines_import_ids)]).ids + notifications += [ + { + "type": "warning", + "message": _( + "%d transactions had already been imported and were ignored." + ) + % num_ignored + if num_ignored > 1 + else _("1 transaction had already been imported and was ignored."), + "details": { + "name": _("Already imported items"), + "model": "account.bank.statement.line", + "ids": BankStatementLine.search( + [ + ( + "unique_import_id", + "in", + ignored_statement_lines_import_ids, + ) + ] + ).ids, + }, } - }] + ] return statement_line_ids, notifications diff --git a/account_statement_import/account_bank_statement_import_view.xml b/account_statement_import/account_bank_statement_import_view.xml index 6f523c52..f9e27e73 100644 --- a/account_statement_import/account_bank_statement_import_view.xml +++ b/account_statement_import/account_bank_statement_import_view.xml @@ -15,10 +15,25 @@
- +
-
@@ -28,8 +43,11 @@ Install Import Format ir.module.module kanban,tree,form - - + + @@ -38,13 +56,13 @@ account.bank.statement.import form new - + account.journal.dashboard.kanban.inherit account.journal - + or Import diff --git a/account_statement_import/account_import_tip_data.xml b/account_statement_import/account_import_tip_data.xml index 8a71be77..0d4c5364 100644 --- a/account_statement_import/account_import_tip_data.xml +++ b/account_statement_import/account_import_tip_data.xml @@ -1,4 +1,4 @@ - + diff --git a/account_statement_import/account_journal.py b/account_statement_import/account_journal.py index 5306fb01..b8192b61 100644 --- a/account_statement_import/account_journal.py +++ b/account_statement_import/account_journal.py @@ -1,16 +1,14 @@ -# -*- coding: utf-8 -*- # Copyright 2004-2020 Odoo S.A. # Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). -from odoo import models, api, _ +from odoo import _, api, models class AccountJournal(models.Model): _inherit = "account.journal" def _get_bank_statements_available_import_formats(self): - """ Returns a list of strings representing the supported import formats. - """ + """Returns a list of strings representing the supported import formats.""" return [] def __get_bank_statements_available_sources(self): @@ -18,14 +16,14 @@ class AccountJournal(models.Model): formats_list = self._get_bank_statements_available_import_formats() if formats_list: formats_list.sort() - import_formats_str = ', '.join(formats_list) + import_formats_str = ", ".join(formats_list) rslt.append(("file_import", _("Import") + "(" + import_formats_str + ")")) return rslt def import_statement(self): """return action to import bank/cash statements. This button should be called only on journals with type =='bank'""" - action_name = 'action_account_bank_statement_import' - [action] = self.env.ref('account_bank_statement_import.%s' % action_name).read() + action_name = "action_account_bank_statement_import" + [action] = self.env.ref("account_bank_statement_import.%s" % action_name).read() # Note: this drops action['context'], which is a dict stored as a string, which is not easy to update - action.update({'context': (u"{'journal_id': " + str(self.id) + u"}")}) + action.update({"context": (u"{'journal_id': " + str(self.id) + u"}")}) return action diff --git a/account_statement_import/demo/partner_bank.xml b/account_statement_import/demo/partner_bank.xml index abe42a33..ec0eba3a 100644 --- a/account_statement_import/demo/partner_bank.xml +++ b/account_statement_import/demo/partner_bank.xml @@ -1,34 +1,33 @@ - + - BE68539007547034 - - + + 00987654322 - - + + 10987654320 - - + + 10987654322 - - + + diff --git a/account_statement_import/static/src/js/account_bank_statement_import.js b/account_statement_import/static/src/js/account_bank_statement_import.js index 7f1598a0..0301bf73 100644 --- a/account_statement_import/static/src/js/account_bank_statement_import.js +++ b/account_statement_import/static/src/js/account_bank_statement_import.js @@ -3,22 +3,25 @@ Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). */ -odoo.define('account_bank_statement_import.import', function (require) { -"use strict"; +odoo.define("account_bank_statement_import.import", function (require) { + "use strict"; -var core = require('web.core'); -var BaseImport = require('base_import.import'); + var core = require("web.core"); + var BaseImport = require("base_import.import"); -var _t = core._t; - -BaseImport.DataImport.include({ - renderImportLink: function() { - this._super(); - if (this.res_model == 'account.bank.statement') { - this.$(".import-link").prop({"text": _t(" Import Template for Bank Statements"), "href": "/account_bank_statement_import/static/csv/account.bank.statement.csv"}); - this.$(".template-import").removeClass('d-none'); - } - }, -}); + var _t = core._t; + BaseImport.DataImport.include({ + renderImportLink: function () { + this._super(); + if (this.res_model == "account.bank.statement") { + this.$(".import-link").prop({ + text: _t(" Import Template for Bank Statements"), + href: + "/account_bank_statement_import/static/csv/account.bank.statement.csv", + }); + this.$(".template-import").removeClass("d-none"); + } + }, + }); }); diff --git a/account_statement_import/views/account_bank_statement_import_templates.xml b/account_statement_import/views/account_bank_statement_import_templates.xml index ae2860be..7b562c6a 100644 --- a/account_statement_import/views/account_bank_statement_import_templates.xml +++ b/account_statement_import/views/account_bank_statement_import_templates.xml @@ -1,8 +1,15 @@ - + -