19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:30:07 +01:00
parent ba20ce7443
commit 768b70e05e
2357 changed files with 1057103 additions and 712486 deletions

View file

@ -18,35 +18,14 @@ pip install odoo-bringout-oca-ocb-account_test
## Dependencies
This addon depends on:
- account
## Manifest Information
- **Name**: Accounting Consistency Tests
- **Version**: 1.0
- **Category**: Accounting/Accounting
- **License**: LGPL-3
- **Installable**: True
## Source
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `account_test`.
- Repository: https://github.com/OCA/OCB
- Branch: 19.0
- Path: addons/account_test
## License
This package maintains the original LGPL-3 license from the upstream Odoo project.
## Documentation
- Overview: doc/OVERVIEW.md
- Architecture: doc/ARCHITECTURE.md
- Models: doc/MODELS.md
- Controllers: doc/CONTROLLERS.md
- Wizards: doc/WIZARDS.md
- Install: doc/INSTALL.md
- Usage: doc/USAGE.md
- Configuration: doc/CONFIGURATION.md
- Dependencies: doc/DEPENDENCIES.md
- Troubleshooting: doc/TROUBLESHOOTING.md
- FAQ: doc/FAQ.md
This package preserves the original LGPL-3 license.

View file

@ -26,5 +26,6 @@ and print the report from Print button in header area.
'report/report_account_test_templates.xml',
],
'installable': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}

View file

@ -114,7 +114,7 @@ if result:
<record model="accounting.assert.test" id="account_test_07">
<field name="sequence">8</field>
<field name="name">Test 7 : Closing balance on bank statements</field>
<field name="name">Test 7: Closing balance on bank statements</field>
<field name="desc">Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines</field>
<field name="code_exec"><![CDATA[column_order = ['name','difference']
cr.execute("SELECT s.balance_start+sum(m.amount)-s.balance_end_real as difference, s.name from account_bank_statement s inner join account_bank_statement_line m on m.statement_id=s.id group by s.id, s.balance_start, s.balance_end_real,s.name having abs(s.balance_start+sum(m.amount)-s.balance_end_real) > 0.000000001;")
@ -126,7 +126,7 @@ if result:
<!-- TODO account.period has been removed -->
<!-- <record model="accounting.assert.test" id="account_test_08">
<field name="sequence">9</field>
<field name="name">Test 8 : Accounts and partners on account moves</field>
<field name="name">Test 8: Accounts and partners on account moves</field>
<field name="desc">Check that general accounts and partners on account moves are active</field>
<field name="code_exec"><![CDATA[column_order=['partner_name','partner_active','account_name','move_line_id','period']
res = []

View file

@ -253,6 +253,5 @@ msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:0
#, python-format
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
# Andre de Kock <adekock11@gmail.com>, 2017
@ -9,14 +9,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Andre de Kock <adekock11@gmail.com>, 2017\n"
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
"Language: 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_test
@ -31,6 +31,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -40,14 +50,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktief"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -55,9 +70,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -67,16 +80,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -84,11 +93,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -98,7 +102,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -120,23 +124,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Geskep deur"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Geskep op"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Beskrywing"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Vertoningsnaam"
@ -146,39 +156,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Laas Gewysig op"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Laas Opgedateer deur"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Laas Opgedateer op"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Volgorde"
@ -194,8 +214,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -214,12 +233,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -230,17 +249,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "ማብራርያ"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "ቅደም ተከተል"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Mustafa Rawi <mustafa@cubexco.com>, 2018
# Sadig Adam <sadig41@gmail.com>, 2018
@ -18,14 +18,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Shaima Safar <shaima.safar@open-inside.com>, 2018\n"
"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n"
"Language: 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_test
@ -61,28 +61,28 @@ msgstr "الاختبارات المحاسبية"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "الاختبارات المحاسبية في"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "نشط"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"فحص ما إذا كانت كافة بنود الحركات موزونة وتنتمي لنفس التاريخ والفترة المالية"
msgstr "فحص ما إذا كانت كافة بنود الحركات موزونة وتنتمي لنفس التاريخ والفترة المالية"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"فحص ما إذا كانت رصيد الإقفال لكشوفات الحسابات البنكية = الرصيد الافتتاحي + "
"مجموع بنود الكشف"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "فحص ما إذا كانت رصيد الإقفال لكشوفات الحسابات البنكية = الرصيد الافتتاحي + مجموع بنود الكشف"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
@ -91,21 +91,13 @@ msgstr "فحص ما إذا كانت الفواتير المدفوعة/المسو
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"فحص ما إذا كانت الحركات المسواة - والتي تنتمي لحسابات دائنة أو مدينة - تنتمي"
" إلى فواتير تم تسويتها أيضاً."
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "فحص ما إذا كانت الحركات المسواة - والتي تنتمي لحسابات دائنة أو مدينة - تنتمي إلى فواتير تم تسويتها أيضاً."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"فحص ما إذا كانت فواتير المبيعات/المشتريات المسواة قد تم تسوية قيودها في "
"الحسابات الدائنة والمدينة."
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "فحص ما إذا كانت فواتير المبيعات/المشتريات المسواة قد تم تسوية قيودها في الحسابات الدائنة والمدينة."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -121,7 +113,7 @@ msgstr "إرشادات الكود"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -141,25 +133,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"يجب أن يحدد الكود دائماً متغير اسمه result يكون هو النتيجة المطلوبة من الاختبار، وقد يكون قائمة List أو قائمة أزواج Dictionary.\n"
"\n"
"إذا كان المتغير result قائمة فارغة، فذلك يعني أن نتيجة الاختبار كانت إيجابية ولا توجد أخطاء في الحسابات.\n"
"إذا لم تكن تلك هي الحالة، فسيحاول النظام ترجمة وطباعة نتائج المتغير result.\n"
"\n"
"إذا كانت نتيجة الاختبار قائمة أزواج Dictionary، فيمكنك تعيين متغير اسمه column_order لتحديد الترتيب الذي سيتم طباعة نتيجة الاختبار بناء عليه.\n"
"\n"
"إن تطلب الأمر، يمكنك استخدام المتغيرات:\n"
"cr لتحديد موضع المؤشر في قاعدة البيانات\n"
"uid لتحديد معرف المستخدم الحالي.\n"
"\n"
"في كافة الأحوال، يجب أن يكون الكود البرمجي كوداً سليماً بلغة بايثون Python مع استخدام الإزاحة السليمة Indentation (متى تطلب الأمر ذلك).\n"
"\n"
"مثال:\n"
"sql = '''SELECT id, name, ref, date\n"
"FROM account_move_line\n"
"WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
"cr.execute(sql)\n"
"result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -178,6 +151,7 @@ msgstr "أنشئ في"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "الوصف"
@ -214,6 +188,11 @@ msgstr "آخر تحديث بواسطة"
msgid "Last Updated on"
msgstr "آخر تحديث في"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -224,6 +203,11 @@ msgstr "كود بايثون"
msgid "Python code"
msgstr "كود بايثون"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -241,8 +225,7 @@ msgstr "الاختبار 3: بنود الحركة"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "الاختبار 5.1: البنود الدائنة والمدينة في الفواتير المسواة"
#. module: account_test
@ -277,7 +260,6 @@ msgid "Tests"
msgstr "الاختبارات"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "تم اجتياز الاختبار بنجاح"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n"
"Language: 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_test
@ -46,7 +46,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -54,6 +54,11 @@ msgstr ""
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -61,9 +66,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -73,16 +76,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -99,7 +98,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -137,6 +136,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr ""
@ -173,6 +173,11 @@ msgstr ""
msgid "Last Updated on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -183,6 +188,11 @@ msgstr ""
msgid "Python code"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -200,8 +210,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -236,7 +245,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Създадено от"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Създадено на"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Описание"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Име за показване"
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Последно променено на"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Последно обновено от"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Последно обновено на"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Последователност"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,58 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
# * account_test
#
# Translators:
# Martin Trigaux, 2018
# Boško Stojaković <bluesoft83@gmail.com>, 2018
# Bole <bole@dajmi5.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~12.5\n"
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2019-08-26 08:16+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \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"
# taken from hr.po
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
"<br/>\n"
" <strong>Opis:</strong>"
# taken from hr.po
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr "<strong>Naziv:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr "Izveštaj testa računa"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr "Test potvrde računovodstva"
msgstr ""
# taken from hr.po
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr "Računovodstveni testovi"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accounting tests on"
msgstr "Računovodstveni testovi uključeni"
msgstr ""
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
@ -61,56 +62,42 @@ msgstr "Aktivan"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr "Arhivirano"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Proverava da li su linije pokreta balansirane i imaju isti datum i period"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
"Provjerite na bankovnom izvodu da je Konačno stanje = Početno stanje + suma "
"redova izvoda"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr "Proverava da plaćene/poravnate fakture nisu u 'Otvoren' stanju"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
"Provjerite da su zatvorene knjižne stavke, koje definišu konta Duguje i "
"Potražuje, vezane za zatvorene fakture"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
"Provjerite da zatvorena faktura za Prodaju/Kupovinu ima zatvorene stavke za "
"konta Duguje i Potražuje"
# taken from hr.po
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr "Provjeri saldo: suam dugovanja = suma potraživanja"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr "Pomoć za kod"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
@ -136,57 +123,34 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Kod uvijek treba da postavi varijablu pod nazivom `result` sa rezultatom vašeg testa, koja može biti lista ili\n"
"riječnik. Ako je `result` prazna lista, to znači da je test bio uspješan. U suprotnom će\n"
"pokušati da prevede i ispiše šta se nalazi unutar `result`.\n"
"\n"
"Ako je rezultat vašeg testa riječnik, možete postaviti varijablu pod nazivom `column_order` da odaberete\n"
"redoslijed kojim želite ispisati sadržaj `result`.\n"
"\n"
"Ako vam trebaju, možete koristiti i sljedeće varijable u svom kodu:\n"
" * cr: cursor ka bazi podataka\n"
" * uid: ID trenutnog korisnika\n"
"\n"
"U svakom slučaju, kod mora biti validan python sa ispravnim uvlačenjem (ako je potrebno).\n"
"\n"
"Primjer: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr "Kreiranje novog računovodstvenog testa"
msgstr ""
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Kreirao"
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Kreirano"
# taken from hr.po
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Opis"
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
# taken from hr.po
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
@ -194,22 +158,21 @@ msgstr "Izraz"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Zadnje mijenjano"
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
@ -218,15 +181,13 @@ msgstr "Zadnje ažurirano"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr "Naziv:"
msgstr ""
# taken from hr.po
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr "Python Kod"
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
@ -235,9 +196,8 @@ msgstr "Python kod"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr "Pretraga računovodstvenog testa"
msgstr ""
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -246,56 +206,50 @@ msgstr "Sekvenca"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr "Test 1: Opšti balans"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr "Test 3: Linije pokreta"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1 : Linije dugovanja i potraživanja zatvorenih faktura"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr "Test 5.2 : Poravnate fakture i računi platnih obaveza/potraživanja"
msgstr ""
# taken from hr.po
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr "Provjera 6 : Status računa"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr "Test 7 : Završno stanje na bankovnim izvodima"
msgstr ""
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr "Opis provjere"
msgstr ""
# taken from hr.po
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr "Naziv testa"
msgstr ""
# taken from hr.po
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr "Testovi"
# taken from hr.po
#. module: account_test
#: code:addons/account_test/report/report_account_test.py
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Test prošao uspješno"
msgstr ""

View file

@ -1,25 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2018
# RGB Consulting <odoo@rgbconsulting.com>, 2018
# Quim - eccit <quim@eccit.com>, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Quim - eccit <quim@eccit.com>, 2018\n"
"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n"
"Language: 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_test
@ -55,53 +55,43 @@ msgstr "Proves comptables"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Proves de comptabilitat en"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Actiu"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Comprovar si les línies de moviment estan compensades i tenen la mateixa "
"data i període"
msgstr "Comprovar si les línies de moviment estan compensades i tenen la mateixa data i període"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Comprovar en els extractes bancaris que el saldo de tancament = saldo "
"d'inici + suma de les línies del extracte"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Comprovar en els extractes bancaris que el saldo de tancament = saldo d'inici + suma de les línies del extracte"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Comprovar que les factures pagades/conciliades no estan en estat 'Obert'"
msgstr "Comprovar que les factures pagades/conciliades no estan en estat 'Obert'"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Comprovar que els apunts comptables conciliats que defineixin comptes a "
"cobrar i a pagar pertanyin a factures conciliades"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Comprovar que els apunts comptables conciliats que defineixin comptes a cobrar i a pagar pertanyin a factures conciliades"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Comprovar que la factura conciliada per vendes/compres te apunts conciliats "
"per els comptes a cobrar i a pagar"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Comprovar que la factura conciliada per vendes/compres te apunts conciliats per els comptes a cobrar i a pagar"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -117,7 +107,7 @@ msgstr "Ajuda del codi"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -137,23 +127,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"El codi sempre ha d'establir una variable anomenada 'result' amb el resultat de la prova, que pot ser una llista o un diccionari. Si 'result és una llista buida, significa que la prova ha estat satisfactòria. En cas contrari, es tractarà de traduir i imprimir el que hi ha dintre de 'result'.\n"
"\n"
"Si el resultat de la prova és un diccionari, es pot establir una variable anomenada 'column_order' per elegir en quin ordre es volen imprimir el contingut de 'result'.\n"
"\n"
"En cas de necessitar-les, es poden utilitzar les següents variables al codi:\n"
"* cr: cursor a la base de dades\n"
"* uid: ID de l'usuari actual\n"
"\n"
"En qualsevol cas, el codi ha de ser sentencies Python legals amb correcta indentació (si fos necessari).\n"
"\n"
"Exemple:\n"
"sql = '''SELECT id, name, ref, date\n"
"FROM account_move_line\n"
"WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
"'''\n"
"cr.execute(sql)\n"
"result=cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -172,6 +145,7 @@ msgstr "Creat el"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Descripció"
@ -208,6 +182,11 @@ msgstr "Última actualització per"
msgid "Last Updated on"
msgstr "Última actualització el"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -218,6 +197,11 @@ msgstr "Codi Python"
msgid "Python code"
msgstr "Codi de Python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -235,11 +219,8 @@ msgstr "Prova 3 : Línies de moviment"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"Prova 5.1 : Línies de comptabilitat a cobrar i a pagar de factures no "
"conciliades"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Prova 5.1 : Línies de comptabilitat a cobrar i a pagar de factures no conciliades"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
@ -273,7 +254,6 @@ msgid "Tests"
msgstr "Test"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "La prova ha estat superada satisfactòriament"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Jan Horzinka <jan.horzinka@centrum.cz>, 2018
@ -10,14 +10,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: trendspotter, 2018\n"
"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n"
"Language: 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_test
@ -53,7 +53,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -61,6 +61,11 @@ msgstr ""
msgid "Active"
msgstr "Aktivní"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -68,9 +73,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -80,16 +83,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -106,7 +105,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -144,6 +143,7 @@ msgstr "Vytvořeno"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Popis"
@ -180,6 +180,11 @@ msgstr "Naposledy upraveno od"
msgid "Last Updated on"
msgstr "Naposled upraveno"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -190,6 +195,11 @@ msgstr "Python kód"
msgid "Python code"
msgstr "Kód Pythonu"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -207,8 +217,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -243,7 +252,6 @@ msgid "Tests"
msgstr "Testy"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Visti Kristensen <visti@vkdata.dk>, 2018
@ -10,19 +10,19 @@
# Pernille Kristensen <pernillekristensen1994@gmail.com>, 2018
# Sanne Kristensen <sanne@vkdata.dk>, 2018
# Ejner Sønniksen <ejner@vkdata.dk>, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Ejner Sønniksen <ejner@vkdata.dk>, 2018\n"
"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n"
"Language: 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_test
@ -58,14 +58,19 @@ msgstr "Regnskabstests"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Regnskabstest aktiveret"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktiv"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -73,11 +78,8 @@ msgstr "Tjek om flyttede linjer er i balance og har samme dato og periode"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Check på bank kontoudtoget om slutsaldo = startsaldo + summen af linjer"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Check på bank kontoudtoget om slutsaldo = startsaldo + summen af linjer"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
@ -86,21 +88,13 @@ msgstr "Tjek at de betalte/udlignede fakturaer ikke er i\" Åben\" status"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Check at udlignede bevægelser, på kreditor og debitor konti, tilhører "
"udlignede fakturaer"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Check at udlignede bevægelser, på kreditor og debitor konti, tilhører udlignede fakturaer"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Tjek om udlignede købs-/salgsfakturaer har udlignede posteringer på debitor "
"og kreditor samlekonti."
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Tjek om udlignede købs-/salgsfakturaer har udlignede posteringer på debitor og kreditor samlekonti."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -116,7 +110,7 @@ msgstr "Kode hjælp"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -154,6 +148,7 @@ msgstr "Oprettet den"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Beskrivelse"
@ -190,6 +185,11 @@ msgstr "Sidst opdateret af"
msgid "Last Updated on"
msgstr "Sidst opdateret den"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -200,6 +200,11 @@ msgstr "Python kode"
msgid "Python code"
msgstr "Python code"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -217,8 +222,7 @@ msgstr "Test 3: Bevægelseslinjer"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1 : Kreditor og Debitor posteringer fra udlignede fakturaer"
#. module: account_test
@ -253,7 +257,6 @@ msgid "Tests"
msgstr "Test"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Testen blev gennemført med succes"

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Martin Trigaux, 2018\n"
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
"Language: 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_test
@ -51,29 +51,28 @@ msgstr "Plausibilitätsprüfungen der Buchhaltung"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Plausibilitätsprüfung auf"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktiv"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Überprüfung, ob der Buchungssaldo ausgeglichen ist und ob Datum und Periode "
"übereinstimmen."
msgstr "Überprüfung, ob der Buchungssaldo ausgeglichen ist und ob Datum und Periode übereinstimmen."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Überprüfung, ob der Endsaldo im Bankauszug = Startsaldo + Saldo der "
"laufenden Buchungen"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Überprüfung, ob der Endsaldo im Bankauszug = Startsaldo + Saldo der laufenden Buchungen"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
@ -82,21 +81,13 @@ msgstr "Überprüfung, ob bezahlte Rechnungen nicht im Status \"Offen\" verbleib
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Überprüfung, ob Ausgleichsbuchungen, die neue Kreditoren und Debitoren "
"erstellen, zu offenen Rechnungen gehören."
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Überprüfung, ob Ausgleichsbuchungen, die neue Kreditoren und Debitoren erstellen, zu offenen Rechnungen gehören."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Überprüfung, ob ein direkter Rechnungsausgleich im Verkauf/Einkauf zu "
"übereinstimmenden Buchungen auf den Kreditoren- und Debitorenkonten führt."
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Überprüfung, ob ein direkter Rechnungsausgleich im Verkauf/Einkauf zu übereinstimmenden Buchungen auf den Kreditoren- und Debitorenkonten führt."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -112,7 +103,7 @@ msgstr "Eingabehilfe"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -132,26 +123,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Code sollte immer eine Variable namens 'result' mit dem Ergebnis Ihres Tests erstellen. Das kann eine Liste oder\n"
"ein Wörterbuch sein. Wenn 'result' eine leere Liste ist, war der Test erfolgreich. Ansonsten wird\n"
"versucht zu übersetzen und zu drucken, was in 'result' steht.\n"
"\n"
"Wenn das Ergebnis Ihres Tests ein Wörterbuch ist, können Sie eine Variable namens 'column_order' erstellen, um auszuwählen\n"
"in welcher Reihenfolge Sie die Inhalte von 'result' drucken wollen.\n"
"\n"
"Wenn Sie sie benötigen, können Sie auch die folgenden Variablen in Ihrem Code verwenden:\n"
" *cr: cursor to the database\n"
" *uid: ID of the current user\n"
"\n"
"In jeder Hinsicht muss der Code gültige Python-Anweisungen mit der richtigen Vertiefung haben (wenn nötig).\n"
"\n"
"Beispiel: \n"
" sql='''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type='view')\n"
" '''\n"
" cr.execute(sql)\n"
" result=cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -170,6 +141,7 @@ msgstr "Erstellt am"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Beschreibung"
@ -206,6 +178,11 @@ msgstr "Zuletzt aktualisiert durch"
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -216,6 +193,11 @@ msgstr "Python Code"
msgid "Python code"
msgstr "Python Code"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -233,8 +215,7 @@ msgstr "Test 3: Buchungspositionen"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1 : Kreditoren und Debitoren Buchungen der Rechnungsausgleiche"
#. module: account_test
@ -269,7 +250,6 @@ msgid "Tests"
msgstr "Tests"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Die Prüfung war erfolgreich"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
@ -10,14 +10,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: George Tarasidis <george_tarasidis@yahoo.com>, 2018\n"
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
"Language: 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_test
@ -53,7 +53,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -61,18 +61,19 @@ msgstr ""
msgid "Active"
msgstr "Σε Ισχύ"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Ελέγχξε εάν οι γραμμές κίνησης είναι ισοσταθμισμένες και έχουν την ίδια "
"ημερομηνία και ημερολογιακή περίοδο"
msgstr "Ελέγχξε εάν οι γραμμές κίνησης είναι ισοσταθμισμένες και έχουν την ίδια ημερομηνία και ημερολογιακή περίοδο"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -82,19 +83,13 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Ελέγχει ότι το συμψηφιζόμενο τιμολόγιο για Πωλήσεις/Αγορές έχει "
"συμψηφιζόμενες εγγραφές για Εισπρακτέους/Πληρωτέους Λογαριασμούς"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Ελέγχει ότι το συμψηφιζόμενο τιμολόγιο για Πωλήσεις/Αγορές έχει συμψηφιζόμενες εγγραφές για Εισπρακτέους/Πληρωτέους Λογαριασμούς"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -110,7 +105,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -148,6 +143,7 @@ msgstr "Δημιουργήθηκε στις"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Περιγραφή"
@ -184,6 +180,11 @@ msgstr "Τελευταία Ενημέρωση από"
msgid "Last Updated on"
msgstr "Τελευταία Ενημέρωση στις"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -194,6 +195,11 @@ msgstr "Python Code"
msgid "Python code"
msgstr "Python Code"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -211,8 +217,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -247,7 +252,6 @@ msgid "Tests"
msgstr "Δοκιμές"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,251 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# 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 16:04+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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report.xml,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of "
"statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for "
"Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your "
"test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was "
"succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named "
"`column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your "
"code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct "
"indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type "
"= 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Created by"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Created on"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Description"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr "Display Name"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr "Last Modified on"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/account_test_report.py:49
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Created by"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Created on"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Description"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr "Display Name"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr "Last Modified on"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Sequence"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Martin Trigaux, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
"Language: 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_test
@ -51,53 +51,43 @@ msgstr "Pruebas contables"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Pruebas de contabilidad en"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Activo"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Comprobar si las líneas del movimiento están compensadas y tienen la misma "
"fecha y periodo"
msgstr "Comprobar si las líneas del movimiento están compensadas y tienen la misma fecha y periodo"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Comprobar en los extractos bancarios que el saldo de cierre = saldo de "
"inicio + suma de las líneas del extracto"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Comprobar en los extractos bancarios que el saldo de cierre = saldo de inicio + suma de las líneas del extracto"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Comprobar que las facturas pagadas/conciliadas no están en estado 'Abierto'"
msgstr "Comprobar que las facturas pagadas/conciliadas no están en estado 'Abierto'"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Comprobar que los apuntes contables conciliados que definen cuentas a cobrar"
" y a pagar pertenecen a facturas conciliadas"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Comprobar que los apuntes contables conciliados que definen cuentas a cobrar y a pagar pertenecen a facturas conciliadas"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Comprobar que la factura conciliada para ventas/compras tiene apuntes "
"conciliados para las cuentas a cobrar y a pagar"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Comprobar que la factura conciliada para ventas/compras tiene apuntes conciliados para las cuentas a cobrar y a pagar"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -113,7 +103,7 @@ msgstr "Ayuda del código"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -133,23 +123,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"El código siempre debe establecer una variable llamada 'result' con el resultado de la prueba, que puede ser una lista o un diccionario. Si 'result' es una lista vacía, significa que la prueba ha sido satisfactoria. En caso contrario, se tratará de traducir e imprimir lo que hay dentro de 'result'.\n"
"\n"
"Si el resultado de la prueba es un diccionario, se puede establecer una variable llamada 'column_order' para elegir en qué orden se quieren imprimir el contenido de 'result'.\n"
"\n"
"En caso de necesitarlas, se pueden usar las siguientes variables en el código:\n"
" * cr: cursor a la base de datos\n"
" * uid: id. del usuario actual\n"
"\n"
"En cualquier caso, el código debe ser sentencias Python legales con correcta indentación (si fuera necesario).\n"
"\n"
"Ejemplo: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -168,6 +141,7 @@ msgstr "Creado el"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Descripción"
@ -204,6 +178,11 @@ msgstr "Última actualización por"
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -214,6 +193,11 @@ msgstr "Código Python"
msgid "Python code"
msgstr "Código Python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -231,11 +215,8 @@ msgstr "Prueba 3: Líneas de movimiento"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"Prueba 5.1 : Líneas de contabilidad a cobrar y a pagar de facturas no "
"conciliadas"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Prueba 5.1 : Líneas de contabilidad a cobrar y a pagar de facturas no conciliadas"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
@ -269,7 +250,6 @@ msgid "Tests"
msgstr "Tests"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "La prueba fue superada satisfactoriamente"

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Descripción"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Secuencia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Descripción"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Nombre mostrado"
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID (identificación)"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Secuencia"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Creado"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Descripción"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr "Nombre Público"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr "Última Modificación el"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Actualizado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Actualizado"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Secuencia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Descripción"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Secuencia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Descripción"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr "Nombre mostrado"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID (identificación)"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr "Última modificación en"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Secuencia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Creado por:"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Creado"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Descripción"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr "Nombre a Mostrar"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr "Fecha de modificación"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Ultima Actualización por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Actualizado en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Secuencia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,251 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# 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 16:05+0000\n"
"Last-Translator: Martin Trigaux\n"
"Language-Team: Spanish (Panama) (http://www.transifex.com/odoo/odoo-9/"
"language/es_PA/)\n"
"Language: es_PA\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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report.xml,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of "
"statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for "
"Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your "
"test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was "
"succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named "
"`column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your "
"code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct "
"indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type "
"= 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Secuencia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/account_test_report.py:49
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Descripción"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr "Nombre a Mostrar"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr "Ultima Modificación en"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Actualizado última vez por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Ultima Actualización"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Secuencia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Descripción"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Ultima actualización en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Secuencia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Creado en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Descripción"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr "Mostrar nombre"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr "Modificada por última vez"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Última actualización realizada por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Ultima actualizacion en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Secuencia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Rivo Zängov <eraser@eraser.ee>, 2018
# Martin Trigaux, 2018
@ -10,19 +10,19 @@
# Eneli Õigus <enelioigus@gmail.com>, 2018
# Martin Aavastik <martin@avalah.ee>, 2018
# Helen Sulaoja <helen@avalah.ee>, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Helen Sulaoja <helen@avalah.ee>, 2018\n"
"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n"
"Language: 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_test
@ -58,29 +58,28 @@ msgstr "Raamatupidamise testid"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Raamatupidamise katsed"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktiivne"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Kontrollige, kas liikumise read on tasakaalus ja neil on sama kuupäev ja "
"periood"
msgstr "Kontrollige, kas liikumise read on tasakaalus ja neil on sama kuupäev ja periood"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Kontrollige pangaväljavõttel, et lõppsaldo = algsaldo + väljavõtte ridade "
"summa"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Kontrollige pangaväljavõttel, et lõppsaldo = algsaldo + väljavõtte ridade summa"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
@ -89,21 +88,13 @@ msgstr "Kontrollige, et makstud/sobitatud arved ei oleks \"avatud\" olekus"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Kontrollige, kas sobitatud konto liigutused, mis määravad tasumata ja "
"maksmata kontod, kuuluvad sobitavate arvete hulka"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Kontrollige, kas sobitatud konto liigutused, mis määravad tasumata ja maksmata kontod, kuuluvad sobitavate arvete hulka"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Kontrollige, kas sobitatud müügiarve/ostuarve on sobitatud tasumata ja "
"maksmata kannete kontodega"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Kontrollige, kas sobitatud müügiarve/ostuarve on sobitatud tasumata ja maksmata kannete kontodega"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -119,7 +110,7 @@ msgstr "Koodi abi"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -139,26 +130,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Kood peaks alati määrama muutuja nimega 'tulemus' koos testi tulemustega, see võib olla nimekiri või ka seletus.\n"
"If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -177,6 +148,7 @@ msgstr "Loomise kuupäev"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Kirjeldus"
@ -213,6 +185,11 @@ msgstr "Viimati uuendatud (kelle poolt)"
msgid "Last Updated on"
msgstr "Viimati uuendatud (millal)"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -223,6 +200,11 @@ msgstr "Pythoni kood"
msgid "Python code"
msgstr "Python kood"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -240,8 +222,7 @@ msgstr "Test 3: Ridade liikumised"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1 : Sobitatud arvete tasumata ja maksmata raamatupidamisread "
#. module: account_test
@ -276,7 +257,6 @@ msgid "Tests"
msgstr "Testid"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Test läbiti edukalt"

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Nork sortua"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Created on"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Deskribapena"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Izena erakutsi"
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Last Updated by"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Last Updated on"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Sekuentzia"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Hamid Darabi, 2018
@ -11,14 +11,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Sepehr Khoshnood <sepehr.kho@gmail.com>, 2018\n"
"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n"
"Language: 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_test
@ -52,14 +52,19 @@ msgstr "آزمایشات حسابداری"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "آزمایشات حسابداری بر"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "فعال"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -67,9 +72,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -79,16 +82,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -105,7 +104,7 @@ msgstr "کد کمک"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -143,6 +142,7 @@ msgstr "ایجاد شده در"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "توصیف"
@ -179,6 +179,11 @@ msgstr "آخرین تغییر توسط"
msgid "Last Updated on"
msgstr "آخرین به روز رسانی در"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -189,6 +194,11 @@ msgstr "کد پایتون"
msgid "Python code"
msgstr "کد پایتون"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -206,8 +216,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -242,7 +251,6 @@ msgid "Tests"
msgstr "آزمونها"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "آزمایش با موفقت قبول شد"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Eino Mäkitalo <eino.makitalo@netitbe.fi>, 2018
# Martin Trigaux, 2018
@ -14,14 +14,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Veikko Väätäjä <veikko.vaataja@gmail.com>, 2018\n"
"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n"
"Language: 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_test
@ -57,7 +57,7 @@ msgstr "Kirjanpitotestit"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -65,6 +65,11 @@ msgstr ""
msgid "Active"
msgstr "Aktiivinen"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -72,9 +77,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -84,16 +87,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -110,7 +109,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -148,6 +147,7 @@ msgstr "Luotu"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Kuvaus"
@ -184,6 +184,11 @@ msgstr "Viimeksi päivittänyt"
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -194,6 +199,11 @@ msgstr "Python-koodi"
msgid "Python code"
msgstr "Python-koodi"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -211,8 +221,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -247,7 +256,6 @@ msgid "Tests"
msgstr "Testit"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Byrjað av"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Byrjað tann"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Frágreiðing"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Vís navn"
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Seinast rættað tann"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Seinast dagført av"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Seinast dagført tann"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr ""
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Martin Trigaux, 2018\n"
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
"Language: 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_test
@ -49,53 +49,43 @@ msgstr "Tests (Comptabilité)"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Comptabilité - Tests en cours"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Actif"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Vérifier si les pièces comptables sont équilibrées et ont la même date et "
"période."
msgstr "Vérifier si les pièces comptables sont équilibrées et ont la même date et période."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Vérifie sur le relevé bancaire que le solde de fermeture = solde d'ouverture"
" + somme des lignes de transaction"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Vérifie sur le relevé bancaire que le solde de fermeture = solde d'ouverture + somme des lignes de transaction"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Vérifier que les factures payées/lettrées ne sont pas en statut \"Ouverte\""
msgstr "Vérifier que les factures payées/lettrées ne sont pas en statut \"Ouverte\""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Vérifie que les mouvement de comptes rapprochés, qui définissent comptes "
"créditeurs et débiteurs, appartiennent à des factures rapprochées"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Vérifie que les mouvement de comptes rapprochés, qui définissent comptes créditeurs et débiteurs, appartiennent à des factures rapprochées"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Vérifie que les factures de Ventes/Achats rapprochées ont des écritures "
"rapprochées pour les comptes créditeurs et débiteurs"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Vérifie que les factures de Ventes/Achats rapprochées ont des écritures rapprochées pour les comptes créditeurs et débiteurs"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -111,7 +101,7 @@ msgstr "Aide"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -131,26 +121,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Le code devrait définir une variable nommée 'result' avec pour valeur le résultat de votre test, et de type liste ou\n"
"dictionnaire. Si 'result' est une liste vide, alors le test fut réussi. Autrement il essaiera\n"
"de traduire et d'imprimer le contenu de 'result'.\n"
"\n"
"Si le 'result' de votre test est un dictionnaire, vous pouvez définir une variable nommée 'column_order' pour indiquer\n"
"dans quel ordre vous voulez imprimer le contenu de 'result'.\n"
"\n"
"En cas de besoin, vous pouvez aussi utiliser les variables suivantes dans votre code:\n"
" * cr: curseur de base de données\n"
" * uid: ID de l'utilisateur actuel\n"
"\n"
"Dans tous les cas, le code doit être des déclarations python correctes avec une indentation correcte (si besoin).\n"
"\n"
"Exemple: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -169,6 +139,7 @@ msgstr "Créé le"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Description"
@ -205,6 +176,11 @@ msgstr "Dernière mise à jour par"
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -215,6 +191,11 @@ msgstr "Code Python"
msgid "Python code"
msgstr "Source python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -232,10 +213,8 @@ msgstr "Test 3 : Lignes de mouvements"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"Test 5.1 : Lignes comptables de crédit et de débit des factures rapprochées"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1 : Lignes comptables de crédit et de débit des factures rapprochées"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
@ -269,7 +248,6 @@ msgid "Tests"
msgstr "Tests"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Le test a été effectué avec succès."

View file

@ -7,11 +7,10 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2015-09-07 16:05+0000\n"
"Last-Translator: Martin Trigaux\n"
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/"
"language/fr_BE/)\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"
@ -30,23 +29,38 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report.xml,name:account_test.account_assert_test_report
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Actif"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +68,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of "
"statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +78,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for "
"Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +91,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -96,52 +99,52 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your "
"test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was "
"succesful. Otherwise it will\n"
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named "
"`column_order` to choose in\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your "
"code:\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct "
"indentation (if needed).\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type "
"= 'view')\n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Créé par"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Créé le"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Description"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -151,39 +154,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Derniere fois mis à jour par"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Dernière mis à jour le"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Séquence"
@ -199,8 +212,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -219,12 +231,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -235,17 +247,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/account_test_report.py:49
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Créé par"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Créé le"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Description"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Nom affiché"
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "Identifiant"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Séquence"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Creado o"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Descrición"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Última actualización de"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Última actualización en"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Secuencia"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Turkesh Patel <turkesh4friends@gmail.com>, 2018
@ -10,14 +10,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Dharmraj Jhala <dja@openerp.com>, 2018\n"
"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n"
"Language: 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_test
@ -51,7 +51,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -59,6 +59,11 @@ msgstr ""
msgid "Active"
msgstr "સક્રિય"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -66,9 +71,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -78,16 +81,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -104,7 +103,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -142,6 +141,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "વર્ણન"
@ -178,6 +178,11 @@ msgstr ""
msgid "Last Updated on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -188,6 +193,11 @@ msgstr ""
msgid "Python code"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -205,8 +215,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -241,7 +250,6 @@ msgid "Tests"
msgstr "ચકાસણીઓ"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Yihya Hugirat <hugirat@gmail.com>, 2018
@ -9,14 +9,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Yihya Hugirat <hugirat@gmail.com>, 2018\n"
"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n"
"Language: 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_test
@ -50,7 +50,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -58,6 +58,11 @@ msgstr ""
msgid "Active"
msgstr "פעיל"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -65,9 +70,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -77,16 +80,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -103,7 +102,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -141,6 +140,7 @@ msgstr "נוצר ב-"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "תיאור"
@ -177,6 +177,11 @@ msgstr "עודכן לאחרונה על ידי"
msgid "Last Updated on"
msgstr "תאריך עדכון אחרון"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -187,6 +192,11 @@ msgstr "קוד Python"
msgid "Python code"
msgstr "קוד Python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -204,8 +214,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -240,7 +249,6 @@ msgid "Tests"
msgstr "בדיקות"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,26 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Karolina Tonković <karolina.tonkovic@storm.hr>, 2017
# Vladimir Olujić <olujic.vladimir@storm.hr>, 2017
# Bole <bole@dajmi5.com>, 2017
# Martin Trigaux, 2017
# Đurđica Žarković <durdica.zarkovic@storm.hr>, 2017
#
#
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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2016-08-05 12:55+0000\n"
"Last-Translator: Đurđica Žarković <durdica.zarkovic@storm.hr>, 2017\n"
"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n"
"Language: 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_test
@ -56,7 +56,7 @@ msgstr "Računovodstveni testovi"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -64,6 +64,11 @@ msgstr ""
msgid "Active"
msgstr "Aktivan"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -71,9 +76,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -83,16 +86,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -109,7 +108,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -147,6 +146,7 @@ msgstr "Datum kreiranja"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Opis"
@ -183,6 +183,11 @@ msgstr "Promijenio"
msgid "Last Updated on"
msgstr "Vrijeme promjene"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -193,6 +198,11 @@ msgstr "Python kod"
msgid "Python code"
msgstr "Python kod"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -210,8 +220,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -246,7 +255,6 @@ msgid "Tests"
msgstr "Testovi"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Test prošao uspješno"

View file

@ -1,24 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# gezza <geza.nagy@oregional.hu>, 2016
# krnkris, 2016
# Martin Trigaux, 2016
#
#
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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2016-08-05 12:55+0000\n"
"Last-Translator: Martin Trigaux, 2016\n"
"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n"
"Language: 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_test
@ -54,61 +54,48 @@ msgstr "Könyvelési tesztek"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Könyvelési teszt be"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktív"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Ellenőrizze, hogy a mozgás tételsorok mérlege egyeztetettek és ugyanazzal a "
"dátummal és időszakkal rendelkeznek"
msgstr "Ellenőrizze, hogy a mozgás tételsorok mérlege egyeztetettek és ugyanazzal a dátummal és időszakkal rendelkeznek"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Olyan banki kivonatok ellenőrzése, ahol a Záró egyenleg = Nyitó egyenleg + a"
" kivonat tételsorainak összege"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Olyan banki kivonatok ellenőrzése, ahol a Záró egyenleg = Nyitó egyenleg + a kivonat tételsorainak összege"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Ellenőrzi, hogy a fizetett/egyeztetett számlák nem 'nyitott' állapotúak"
msgstr "Ellenőrzi, hogy a fizetett/egyeztetett számlák nem 'nyitott' állapotúak"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Ellenörzi, hogy az egyeztetett számla mozgások, melyek Fizetendő/Tartozás és"
" Bevételi/Követelés számlákat határoznak meg, egyeztetendő számlákhoz "
"tartonak"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Ellenörzi, hogy az egyeztetett számla mozgások, melyek Fizetendő/Tartozás és Bevételi/Követelés számlákat határoznak meg, egyeztetendő számlákhoz tartonak"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Ellenőrzi, hogy az Értékesítéshez/Beszerzéshez tartozó egyeztetendő számlák "
"tartalmaznak a Fizetendő/Tartozás és Bevételi/Követelés számlákhoz tartozó "
"tételeket"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Ellenőrzi, hogy az Értékesítéshez/Beszerzéshez tartozó egyeztetendő számlák tartalmaznak a Fizetendő/Tartozás és Bevételi/Követelés számlákhoz tartozó tételeket"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
"Ellenőrzi az egyenleget: Tartozás/Terhelés összeg = Jóváír/Követel összeg"
msgstr "Ellenőrzi az egyenleget: Tartozás/Terhelés összeg = Jóváír/Követel összeg"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
@ -119,7 +106,7 @@ msgstr "Kód súgó"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -139,23 +126,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"A kód mindíg egy `eredmény` változóként legyen beállítva a teszte eredménye szerint, ami lehet egy lista vagy egy szótár. Ha az `eredmény` egy üres lista, az azt jelenti, hogy a teszt sikerrel járt. Egyéb esetben megpróbálja lefordítani és kinyomtatni az `eredmény` tartaláat.\n"
"\n"
"Ha a teszjánek az eredménye egy szótár, akkor a `column_order` váltózót beállíthatja, hogy milyen sorrendben szeretné kinyomtatni az `eredmény` tartalmát.\n"
"\n"
"Ha igényli, akkor a következő változókat is használhatja a kódjában:\n"
" * cr: kurzor az adatbázisra\n"
" * uid: a jelenlegi felhasználó ID azonosítója\n"
"\n"
"Bármely esetben, a kódnak legális python kifejezésnek kell lennie megfelelő azonosítással (ha szükséges).\n"
"\n"
"Példa: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -174,6 +144,7 @@ msgstr "Létrehozás dátuma"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Leírás"
@ -210,6 +181,11 @@ msgstr "Utoljára frissítette"
msgid "Last Updated on"
msgstr "Utoljára frissítve "
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -220,6 +196,11 @@ msgstr "Python kód"
msgid "Python code"
msgstr "Python kód"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -237,18 +218,13 @@ msgstr "Teszt 3: Költségvetési tételsorok mozgása"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"Teszt 5.1 : Fizetendő/Tartozás és Bevételi/Követelés könyvelési számla sorok"
" az egyeztetett számlákon"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Teszt 5.1 : Fizetendő/Tartozás és Bevételi/Követelés könyvelési számla sorok az egyeztetett számlákon"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
"Teszt 5.2 : Leegyezetett számlák és Fizetendő/Tartozás; Bevételi/Követelés "
"számlák"
msgstr "Teszt 5.2 : Leegyezetett számlák és Fizetendő/Tartozás; Bevételi/Követelés számlák"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
@ -277,7 +253,6 @@ msgid "Tests"
msgstr "Teszts"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "A teszt sikeressen lefutott"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Bonny Useful <bonny.useful@gmail.com>, 2017
# Martin Trigaux <mat@odoo.com>, 2017
@ -13,14 +13,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: William Surya Permana <zarambie_game@yahoo.com>, 2017\n"
"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n"
"Language: 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_test
@ -37,6 +37,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr "<strong>Nama:</strong>"
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -46,14 +56,19 @@ msgstr "Tes Akuntansi"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Tes akuntansi pada"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktif"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -61,9 +76,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -73,16 +86,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -90,11 +99,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr "Periksa saldo: Debit sum = Kredit sum"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr "Klik untuk membuat Tes Akuntansi."
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -104,7 +108,7 @@ msgstr "Kode Bantuan"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -126,23 +130,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Dibuat oleh"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Dibuat pada"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Deskripsi"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Nama Tampilan"
@ -152,39 +162,49 @@ msgid "Expression"
msgstr "Ekspresi"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Terakhir diubah pada"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Terakhir diperbarui oleh"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Terakhir diperbarui pada"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr "Kode Python"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr "Kode Python"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Urutan"
@ -200,8 +220,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -220,12 +239,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr "Deskripsi Tes"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr "Nama Tes"
@ -236,17 +255,6 @@ msgid "Tests"
msgstr "Tes"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Tes telah selesai"
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr "accounting.assert.test"
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr "report.account_test.report_accounttest"

View file

@ -1,24 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Birgir Steinarsson <biggboss83@gmail.com>, 2018
# Bjorn Ingvarsson <boi@exigo.is>, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n"
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
"Language: 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_test
@ -52,7 +52,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -60,6 +60,11 @@ msgstr ""
msgid "Active"
msgstr "Virkur"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -67,9 +72,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -79,16 +82,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -105,7 +104,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -143,6 +142,7 @@ msgstr "Stofnað þann"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Lýsing"
@ -179,6 +179,11 @@ msgstr "Síðast uppfært af"
msgid "Last Updated on"
msgstr "Síðast uppfært þann"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -189,6 +194,11 @@ msgstr "Python Code"
msgid "Python code"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -206,8 +216,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -242,7 +251,6 @@ msgid "Tests"
msgstr "Prufur"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Sergio Zanchetta <primes2h@gmail.com>, 2018
# Francesco Garganese <francesco.garganese@aeromnia.aero>, 2018
@ -13,14 +13,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: David Minneci <david@numeko.it>, 2018\n"
"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n"
"Language: 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_test
@ -56,54 +56,43 @@ msgstr "Test contabili"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Test contabile su"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Attivo"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Controlla se le righe movimento sono a saldo e hanno la stessa data del "
"periodo"
msgstr "Controlla se le righe movimento sono a saldo e hanno la stessa data del periodo"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Controllo sull'estratto conto bancario che il bilancio di chiusura sia "
"uguale al bilancio iniziale più la somma delle righe presenti"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Controllo sull'estratto conto bancario che il bilancio di chiusura sia uguale al bilancio iniziale più la somma delle righe presenti"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Controlla che le fatture riconciliate / pagate non siano nello stato di "
"'aperte'"
msgstr "Controlla che le fatture riconciliate / pagate non siano nello stato di 'aperte'"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Controlla che i movimenti contabili riconciliati, che definiscono i conti "
"Debiti e Crediti, appartengano alle fatture riconciliate"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Controlla che i movimenti contabili riconciliati, che definiscono i conti Debiti e Crediti, appartengano alle fatture riconciliate"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Controlla che le fatture riconciliate per Vendite / Acquisti abbiano voci "
"riconciliate per i conti Debiti e Crediti"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Controlla che le fatture riconciliate per Vendite / Acquisti abbiano voci riconciliate per i conti Debiti e Crediti"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -119,7 +108,7 @@ msgstr "Aiuto codice"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -139,26 +128,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Il codice dovrebbe sempre impostare una variabile nominata 'risultato' con l'esito del test, può essere una lista\n"
"o un dizionario. Se 'risultato' è una lista vuota significa che il test ha avuto successo. Altrimenti cercherà di\n"
"tradurre e stampare il contenuto dentro il 'risultato'.\n"
"\n"
"Se il risultato del vostro test è un dizionario potete impostare delle variabili chiamate \"column_order\" per schegliere in\n"
"che ordine vorrete stamapre il \"risultato\" contenuto.\n"
"\n"
"Nel caso vi servano potrete ance accedere alle sequenti variabili all'interno del vosto codice:\n"
" * cr: cursore del database\n"
" * uid: ID dell'utente corrente\n"
"\n"
"In ogni caso il codice deve essere una dichiarazione corretta in python con la corretta indentazione (se necessaria).\n"
"\n"
"Esempio:\n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line\n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -177,6 +146,7 @@ msgstr "Creato il"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Descrizione"
@ -213,6 +183,11 @@ msgstr "Ultima modifica di"
msgid "Last Updated on"
msgstr "Ultima modifica il"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -223,6 +198,11 @@ msgstr "Codice Python"
msgid "Python code"
msgstr "Codice Python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -240,8 +220,7 @@ msgstr "Test 3: Righe movimenti"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1  : Righe conti Crediti e Deviti di fatture riconciliate"
#. module: account_test
@ -276,7 +255,6 @@ msgid "Tests"
msgstr "Test"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Il test è stato passato con successo"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Yoshi Tashiro <tashiro@roomsfor.hk>, 2018
@ -11,14 +11,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Takahiro MURAKAMI <murakami@date-yakkyoku.com>, 2018\n"
"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n"
"Language: 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_test
@ -54,7 +54,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -62,6 +62,11 @@ msgstr ""
msgid "Active"
msgstr "有効"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -69,9 +74,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -81,16 +84,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -107,7 +106,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -145,6 +144,7 @@ msgstr "作成日"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "説明"
@ -181,6 +181,11 @@ msgstr "最終更新者"
msgid "Last Updated on"
msgstr "最終更新日"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -191,6 +196,11 @@ msgstr "Pythonコード"
msgid "Python code"
msgstr "Pythonコード"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -208,8 +218,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -244,7 +253,6 @@ msgid "Tests"
msgstr "テスト"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "შემქმნელი"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "შექმნის თარიღი"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "აღწერილობა"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "სახელი"
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "იდენტიფიკატორი"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "ბოლოს განახლებულია"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "ბოლოს განაახლა"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "ბოლოს განახლებულია"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "მიმდევრობა"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Yerna-t"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Yerna di"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Aglam"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "Asulay"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Aleqqem aneggaru di"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Aleqqem aneggaru sɣuṛ"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Aleqqem aneggaru di"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Agzum"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2015-09-07 16:05+0000\n"
"Last-Translator: Martin Trigaux\n"
"Language-Team: Kazakh (http://www.transifex.com/odoo/odoo-9/language/kk/)\n"
@ -29,23 +29,38 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report.xml,name:account_test.account_assert_test_report
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Белсенді"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -53,9 +68,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of "
"statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -65,16 +78,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for "
"Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -82,11 +91,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -95,52 +99,52 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your "
"test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was "
"succesful. Otherwise it will\n"
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named "
"`column_order` to choose in\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your "
"code:\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct "
"indentation (if needed).\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type "
"= 'view')\n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Сипаттамасы"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -150,39 +154,49 @@ msgid "Expression"
msgstr "Өрнегі"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Тізбек"
@ -198,8 +212,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -218,12 +231,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -234,17 +247,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/account_test_report.py:49
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Sengtha Chay <sengtha@gmail.com>, 2018
# Chan Nath <channath@gmail.com>, 2018
@ -9,14 +9,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Chan Nath <channath@gmail.com>, 2018\n"
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
"Language: 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_test
@ -50,7 +50,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -58,6 +58,11 @@ msgstr ""
msgid "Active"
msgstr "សកម្ម"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -65,9 +70,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -77,16 +80,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -103,7 +102,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -141,6 +140,7 @@ msgstr "បង្កើតនៅ"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "ការពិពណ៌​នា​"
@ -177,6 +177,11 @@ msgstr "ផ្លាស់ប្តូរចុងក្រោយ"
msgid "Last Updated on"
msgstr "ផ្លាស់ប្តូរចុងក្រោយ"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -187,6 +192,11 @@ msgstr ""
msgid "Python code"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -204,8 +214,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -240,7 +249,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,25 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# 최재호 <hwangtog@gmail.com>, 2018
# Link Up링크업 <linkup.way@gmail.com>, 2018
# Linkup <link-up@naver.com>, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Linkup <link-up@naver.com>, 2018\n"
"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n"
"Language: 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_test
@ -55,14 +55,19 @@ msgstr "회계 테스트"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "~ 회계 테스트"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "활성"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -70,9 +75,7 @@ msgstr "이동 라인의 수지가 맞고 날짜와 기간이 동일한지 확
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "예금거래 명세서에서 '결산 잔액 = 시작 잔액 + 명세서 내역 합계'인지 확인"
#. module: account_test
@ -82,16 +85,12 @@ msgstr "지급/조정된 청구서가 '미결산' 상태가 아닌지 확인"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "지급 계정과 수취 계정을 정의하는 조정된 계정 이동이 조정된 청구서에 속해 있는지 확인"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "판매/구매에 대한 조정된 청구서에 지급 계정 및 수취 계정의 조정된 항목이 있는지 확인"
#. module: account_test
@ -108,7 +107,7 @@ msgstr "코드 도움말"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -128,26 +127,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"항상 `result` 변수는 테스트 결과값으로 설정해야 합니다. 이는 목록 또는\n"
"사전이 될 수 있습니다. `result`가 빈 목록일 경우, 테스트가 성공했다는 의미입니다. 그렇지 않을 경우에는\n"
"result의 내용을 번역해서 인쇄하려고 시도합니다.\n"
"\n"
"테스트 결과가 사전일 경우, `column_order` 변수를 설정해서\n"
"result 내용을 인쇄할 순서를 지정할 수 있습니다.\n"
"\n"
"필요한 경우, 다음 변수를 코드에 사용할 수 있습니다.\n"
" * cr: 데이터베이스에 대한 커서\n"
" * uid: 현재 사용자 ID\n"
"\n"
"코드는 언제나 적정한 파이썬 구문을 사용하고 올바르게 들여쓰기를 해야 합니다(필요한 경우).\n"
"\n"
"예: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -166,6 +145,7 @@ msgstr "작성일"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "내용"
@ -202,6 +182,11 @@ msgstr "최근 갱신한 사람"
msgid "Last Updated on"
msgstr "최근 갱신 날짜"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -212,6 +197,11 @@ msgstr "파이썬 코드"
msgid "Python code"
msgstr "파이썬 코드"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -229,8 +219,7 @@ msgstr "테스트 3: 이동 라인"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "테스트 5.1: 조정된 청구서의 지급 및 수취 계정"
#. module: account_test
@ -265,7 +254,6 @@ msgid "Tests"
msgstr "테스트"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "테스트를 통과했습니다."

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "ຄຳອະທິບາຍ"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr ""
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
# digitouch UAB <digitouchagencyeur@gmail.com>, 2017
@ -12,14 +12,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Rytis Štreimikis <r.streimikis@hotmail.lt>, 2017\n"
"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n"
"Language: 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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: account_test
@ -36,6 +36,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr "<strong>Pavadinimas:</strong>"
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -45,14 +55,19 @@ msgstr "Askaitos testas"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktyvus"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -60,9 +75,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -72,16 +85,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -89,11 +98,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -103,7 +107,7 @@ msgstr "Kodo pagalba"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -125,23 +129,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Sukūrė"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Sukurta"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Aprašymas"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Vaizduojamas pavadinimas"
@ -151,39 +161,49 @@ msgid "Expression"
msgstr "Išraiška"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Paskutinį kartą keista"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr "Python kodas"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr "Python kodas"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Seka"
@ -199,8 +219,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -219,12 +238,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -235,17 +254,6 @@ msgid "Tests"
msgstr "Testai"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Izveidoja"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Izveidots"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Apraksts"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Pēdējo reizi atjaunoja"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Pēdējās izmaiņas"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Sērija"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
"Language: 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_test
@ -30,6 +30,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -39,14 +49,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +69,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +79,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +92,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -97,7 +101,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -119,23 +123,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "Креирано од"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "Креирано на"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Опис"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "Прикажи име"
@ -145,39 +155,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "Последна промена на"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "Последно ажурирање од"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "Последно ажурирање на"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "Секвенца"
@ -193,8 +213,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -213,12 +232,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -229,17 +248,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -7,11 +7,10 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2015-08-25 10:10+0000\n"
"Last-Translator: <>\n"
"Language-Team: Malayalam (India) (http://www.transifex.com/odoo/odoo-9/"
"language/ml_IN/)\n"
"Language-Team: Malayalam (India) (http://www.transifex.com/odoo/odoo-9/language/ml_IN/)\n"
"Language: ml_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -30,23 +29,38 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report.xml,name:account_test.account_assert_test_report
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -54,9 +68,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of "
"statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -66,16 +78,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for "
"Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -83,11 +91,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -96,52 +99,52 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your "
"test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was "
"succesful. Otherwise it will\n"
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named "
"`column_order` to choose in\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your "
"code:\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct "
"indentation (if needed).\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type "
"= 'view')\n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "രൂപപ്പെടുത്തിയത്"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr "നിർമിച്ച ദിവസം"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -151,39 +154,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്തത്"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്ത ദിവസം"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr ""
@ -199,8 +212,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -219,12 +231,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -235,17 +247,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/account_test_report.py:49
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Martin Trigaux, 2018\n"
"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n"
"Language: 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_test
@ -51,53 +51,43 @@ msgstr "Санхүү Тэстүүд"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Дараах дээрх санхүүгийн тестүүд"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Идэвхитэй"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Хөдөлгөөний мөрүүд нь баланслагдсан, нэг огноо ба мөчлөгтэй байгаа эсэхийг "
"шалгана уу"
msgstr "Хөдөлгөөний мөрүүд нь баланслагдсан, нэг огноо ба мөчлөгтэй байгаа эсэхийг шалгана уу"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Банкны хуулга дээр Хаах Баланс = Эхлэх Баланс + хуулгын мөрүүдийн нийлбэр "
"байгаа эсэхийг шалгана уу"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Банкны хуулга дээр Хаах Баланс = Эхлэх Баланс + хуулгын мөрүүдийн нийлбэр байгаа эсэхийг шалгана уу"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Төлсөн/тулгагсан нэхэмжлэлүүд 'Нээлттэй' төлөвт байгаа эсэхийг шалган уу."
msgstr "Төлсөн/тулгагсан нэхэмжлэлүүд 'Нээлттэй' төлөвт байгаа эсэхийг шалган уу."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Өглөг ба Авлагын дансыг тодорхойлогч тулгасан дансны хөдөлгөөнүүд нь "
"тулгасан нэхэмжлэлд харьяалагдаж буй эсэхийг шалгана уу"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Өглөг ба Авлагын дансыг тодорхойлогч тулгасан дансны хөдөлгөөнүүд нь тулгасан нэхэмжлэлд харьяалагдаж буй эсэхийг шалгана уу"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Борлуулалт/Худалдан авалтын тулгасан нэхэмжлэл доторх Өглөг ба Авлагын "
"дансын оролтуудыг тулгасан эсэхийг шалгана уу"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Борлуулалт/Худалдан авалтын тулгасан нэхэмжлэл доторх Өглөг ба Авлагын дансын оролтуудыг тулгасан эсэхийг шалгана уу"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -113,7 +103,7 @@ msgstr "код туслалцаа"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -133,27 +123,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Код нь үргэлж `result` нэртэй хувьсагчид жагсаалт эсвэл толь бичиг төрлийн таны тестийн үр \n"
"дүнг оноох ёстой. Хэрэв `result` нь хоосон жагсаалт байвал тест амжилттай болсон гэсэн үг. \n"
"Үгүй бол `result` доторхийг орчуулж хэвлэх гэж оролдоно.\n"
"\n"
"Хэрэв таны тестийн хариу толь бичиг бол `result`-н агуулгыг хэвлэх дарааллыг сонгохын тулд \n"
"`column_order` хувьсагчид утга оноох боломжтой.\n"
"\n"
"Шаардлагатай бол мөн дараах хувьсагчуудыг ашиглах боломжтой:\n"
" * cr: өгөгдлийн сан руу заах курсор\n"
" * uid: идэвхитэй хэрэглэгчийн ID\n"
"\n"
"Ямар ч байсан, код нь (шаардлагатай бол) зөв догол мөртэй албан ёсны python илэрхийлэл \n"
"байх ёстой.\n"
"\n"
"Жишээ: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -172,6 +141,7 @@ msgstr "Үүсгэсэн"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Тодорхойлолт"
@ -208,6 +178,11 @@ msgstr "Сүүлийн засвар хийсэн"
msgid "Last Updated on"
msgstr "Сүүлийн засвар хийсэн огноо"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -218,6 +193,11 @@ msgstr "Python код"
msgid "Python code"
msgstr "Python код"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -235,11 +215,8 @@ msgstr "Тест 3: Хөдөлгөөний мөрүүд"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"Тест 5.1 : Тулгасан нэхэмжлэлүүдийн авлага ба өглөгийн нягтлан бодогчийн "
"мөрүүд"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Тест 5.1 : Тулгасан нэхэмжлэлүүдийн авлага ба өглөгийн нягтлан бодогчийн мөрүүд"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
@ -273,7 +250,6 @@ msgid "Tests"
msgstr "Тест"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Энэ тэст амжилттай давлаа"

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Martin Trigaux, 2018\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n"
"Language: 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_test
@ -51,14 +51,19 @@ msgstr "Regnskapstester"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Regnskapsføring testes på."
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktiv"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -66,12 +71,8 @@ msgstr "Sjekk om bevegelse linjer balanseres og har samme dato og periode."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Sjekke kontoutskriften at den utgående balanse = Startsaldo + summen av "
"Erklæring linjer"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Sjekke kontoutskriften at den utgående balanse = Startsaldo + summen av Erklæring linjer"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
@ -80,16 +81,12 @@ msgstr "Sjekk at betalte / forsonet fakturaer ikke er i 'Open' state."
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -106,7 +103,7 @@ msgstr "Kodehjelp"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -144,6 +141,7 @@ msgstr "Opprettet"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Beskrivelse"
@ -180,6 +178,11 @@ msgstr "Sist oppdatert av"
msgid "Last Updated on"
msgstr "Sist oppdatert"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -190,6 +193,11 @@ msgstr "Python-kode"
msgid "Python code"
msgstr "Python-kode"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -207,8 +215,7 @@ msgstr "Test 3: bevegelse linjer."
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -243,7 +250,6 @@ msgid "Tests"
msgstr "Tester"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Testen ble bestått"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
"Language: 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_test
@ -27,6 +27,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -36,14 +46,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -51,9 +66,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -63,16 +76,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -80,11 +89,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -94,7 +98,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -116,23 +120,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -142,39 +152,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr ""
@ -190,8 +210,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -210,12 +229,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -226,17 +245,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,24 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2018
# Erwin van der Ploeg <erwin@odooexperts.nl>, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2018\n"
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
"Language: 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_test
@ -54,53 +54,43 @@ msgstr "Financiële testen"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Financiële test op"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Actief"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Controleer of boekingen in balans zijn en dezelfde datum en periode hebben"
msgstr "Controleer of boekingen in balans zijn en dezelfde datum en periode hebben"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Controleer op bankafschrift dat de eindsaldo gelijk is aan startsaldo + som "
"van de afschriftregels"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Controleer op bankafschrift dat de eindsaldo gelijk is aan startsaldo + som van de afschriftregels"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Controleer of betaalde/afgeletterde facturen zich niet in de 'Open' staat "
"bevinden"
msgstr "Controleer of betaalde/afgeletterde facturen zich niet in de 'Open' staat bevinden"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Controleer of afgeletterde boekingen op de crediteuren en debiteuren "
"rekeningen, behoren aan afgeleterde facturen"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Controleer of afgeletterde boekingen op de crediteuren en debiteuren rekeningen, behoren aan afgeleterde facturen"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Controleer of afgeletterde factuur van verkoop/inkoop een afgeletterde regel"
" heeft op de crediteuren en debiteuren rekening"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Controleer of afgeletterde factuur van verkoop/inkoop een afgeletterde regel heeft op de crediteuren en debiteuren rekening"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -116,7 +106,7 @@ msgstr "Code Help"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -136,23 +126,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"De code dient altijd een variabele in te stellen, met de naam 'result'. deze bevat het resultaat van de test. Dit kan een lijst of een woordenboek zijn. Indien 'result' een lege lijst is, betekend het dat de test succesvol was. Anders zal het proberen het resultaat te vertalen en af te drukken.\n"
"\n"
"Als het resultaat van uw test een woordenboek is, kunt u een variabele met de naam 'column_order' instellen, om in te stellen in welke volgorde u de inhoud van 'result' wilt afdrukken.\n"
"\n"
"Indien u ze nodig heeft kunt u de volgende variabelen in uw code gebruiken:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"\n"
"In ieder geval moet de code correcte python statements bevatten met de juiste inspringingen (indien nodig).\n"
"Voorbeeld: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -171,6 +144,7 @@ msgstr "Aangemaakt op"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Omschrijving"
@ -207,6 +181,11 @@ msgstr "Laatst bijgewerkt door"
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -217,6 +196,11 @@ msgstr "Python Code"
msgid "Python code"
msgstr "Python code"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -234,10 +218,8 @@ msgstr "Test 3: Boekingen"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"Test 5.1 : Crediteuren en debiteuren rekeningen van afgeletterde facturen"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1 : Crediteuren en debiteuren rekeningen van afgeletterde facturen"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
@ -271,7 +253,6 @@ msgid "Tests"
msgstr "Testen"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "De test is geslaagd"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# zbik2607 <darek@krokus.com.pl>, 2018
@ -15,14 +15,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Andrzej Donczew <a.donczew@hadron.eu.com>, 2018\n"
"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n"
"Language: 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_test
@ -58,14 +58,19 @@ msgstr "Testy rachunkowe"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Testy rachunkowe włączone"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktywne"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -73,36 +78,23 @@ msgstr "Sprawdź czy przesunięcia są zbalansowane i mają tą samą datę i ok
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Sprawdź na wyciągu bankowym Bilans zamknięcia = Saldo początkowe + suma "
"wyciągu bankowego"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Sprawdź na wyciągu bankowym Bilans zamknięcia = Saldo początkowe + suma wyciągu bankowego"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Sprawdź czy zapłacone/uzgodnione faktury nie są w 'Otwarte' -ym stanie"
msgstr "Sprawdź czy zapłacone/uzgodnione faktury nie są w 'Otwarte' -ym stanie"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Sprawdź czy uzgodnione sprawozdania przesunięć rachunkowych, które określają"
" konta Płatności i Należności, są przynależne do uzgodnianych sprawozdań"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Sprawdź czy uzgodnione sprawozdania przesunięć rachunkowych, które określają konta Płatności i Należności, są przynależne do uzgodnianych sprawozdań"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Sprawdź czy uzgodnione sprawozdania faktur dla Sprzedaży/Zakupów są "
"uzgodnionymi wpisami dla kont rachunkowych Płatności i Należności"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Sprawdź czy uzgodnione sprawozdania faktur dla Sprzedaży/Zakupów są uzgodnionymi wpisami dla kont rachunkowych Płatności i Należności"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -118,7 +110,7 @@ msgstr "Kod pomocy"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -138,26 +130,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Kod powinien zawsze zwracać zmienną zwaną `result` z rezultatem przeprowadzonego testu, który\n"
"może być typu list lub a dictionary. Jeśli `result` jest pustą listą, to oznacza że test był zakończony\n"
"sukcesem. W przeciwnym wypadku nastąpi próba tłumaczenia i wydruku zawartości 'result'.\n"
"\n"
"Jeśli rezultatem jest zmienna typu a dictionary, możesz ustawić zmienną nazywaną `column_order`\n"
"żeby wybrać w jakiej kolejności wydrukować zawartość `result`.\n"
"\n"
"Jeśli będziesz potrzebować, możesz również użyć w kodzie zmienne:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"W jakikolwiek sposób kod musi być prawdziwymi wyrażeniami języka python z odpowiednimi wcięciami (tam gdzie wymagane).\n"
"\n"
"Przykład: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -176,6 +148,7 @@ msgstr "Data utworzenia"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Opis"
@ -212,6 +185,11 @@ msgstr "Ostatnio aktualizowane przez"
msgid "Last Updated on"
msgstr "Data ostatniej aktualizacji"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -222,6 +200,11 @@ msgstr "Kod Python"
msgid "Python code"
msgstr "Kod języka Python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -239,16 +222,13 @@ msgstr "Test 3: Przesunięcia"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1: Linijki kont Płatności i Należności uzgadnianych faktur"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
"Test 5.2: Uzgadniane sprawozdania finansowe faktur i kont "
"Płatności/Należności"
msgstr "Test 5.2: Uzgadniane sprawozdania finansowe faktur i kont Płatności/Należności"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
@ -277,7 +257,6 @@ msgid "Tests"
msgstr "Testy"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Test został zdany"

View file

@ -1,26 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Manuela Silva <inactive+h_manuela_rodsilva@transifex.com>, 2018
# Ricardo Martins <ricardo.nbs.martins@gmail.com>, 2018
# MS, 2018
# Diogo Fonseca <dsf@thinkopensolutions.pt>, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: Diogo Fonseca <dsf@thinkopensolutions.pt>, 2018\n"
"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n"
"Language: 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_test
@ -56,53 +56,43 @@ msgstr "Testes de Contabilidade"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Testes de Contabilidade em"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Ativo"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Verifique se as linhas de movimento estão saldadas e têm a mesma data e "
"período"
msgstr "Verifique se as linhas de movimento estão saldadas e têm a mesma data e período"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Verifique no extrato bancário se o Saldo Final = Saldo Inicial + soma das "
"linhas do extrato"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Verifique no extrato bancário se o Saldo Final = Saldo Inicial + soma das linhas do extrato"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Verifique se as faturas pagas/reconciliadas não estão no estado 'Em Aberto'"
msgstr "Verifique se as faturas pagas/reconciliadas não estão no estado 'Em Aberto'"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Verifique se os movimentos contabilísticos reconciliados que definem as "
"contas 'A Pagar' e 'A Receber', pertencem às faturas reconciliadas"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Verifique se os movimentos contabilísticos reconciliados que definem as contas 'A Pagar' e 'A Receber', pertencem às faturas reconciliadas"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Verifique se a fatura reconciliada para Vendas/Compras tem movimentos "
"reconciliados para as contas 'A Pagar' e 'A Receber'"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Verifique se a fatura reconciliada para Vendas/Compras tem movimentos reconciliados para as contas 'A Pagar' e 'A Receber'"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -118,7 +108,7 @@ msgstr "Código de Ajuda"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -138,26 +128,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Código deve sempre definir uma variável chamada `result` com o resultado de seu teste, que \n"
"pode ser uma lista ou um dicionário. Se `result` é uma lista vazia, significa que o teste foi bem \n"
"sucedido. Caso contrário, irá tentar traduzir e imprimir o que está dentro de `result`.\n"
"\n"
"Se o resultado do seu teste é um dicionário, pode definir uma variável chamada `column_order` \n"
"para escolher em que ordem deseja imprimir o conteúdo de `result`.\n"
"\n"
"Se precisar deles, também pode usar as seguintes variáveis no seu código:\n"
" * cr: cursor para a base de dados\n"
" * uid: ID do utilizador atual\n"
"\n"
"Em todas as maneiras, o código deve ser comandos Python com recuo correto ( se necessário).\n"
"\n"
"Exemplo: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -176,6 +146,7 @@ msgstr "Criada em"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Descrição"
@ -212,6 +183,11 @@ msgstr "Última Atualização por"
msgid "Last Updated on"
msgstr "Última Atualização em"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -222,6 +198,11 @@ msgstr "Código Python"
msgid "Python code"
msgstr "Código em python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -239,11 +220,8 @@ msgstr "Teste 3: Linhas de movimento"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"Teste 5.1  : Linhas de contabilidade 'A Pagar' e 'A Receber' das faturas "
"reconciliadas"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Teste 5.1  : Linhas de contabilidade 'A Pagar' e 'A Receber' das faturas reconciliadas"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
@ -277,7 +255,6 @@ msgid "Tests"
msgstr "Testes"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "O teste passou com êxito"

View file

@ -1,25 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Gideoni Silva <gd.willian@gmail.com>, 2016
# grazziano <gra.negocia@gmail.com>, 2016
# Mateus Lopes <mateus1@gmail.com>, 2016
# Martin Trigaux, 2016
#
#
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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2016-08-05 12:55+0000\n"
"Last-Translator: Martin Trigaux, 2016\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n"
"Language: 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_test
@ -55,54 +55,43 @@ msgstr "Testes Contábeis"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Testes Contábeis Ativos"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Ativo"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Verifique se as linhas de movimento estão balanceadas e têm a mesma data e "
"período"
msgstr "Verifique se as linhas de movimento estão balanceadas e têm a mesma data e período"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Verifique no extrato bancário que o Saldo Final = Saldo Inicial + soma das "
"linhas do demonstrativo"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Verifique no extrato bancário que o Saldo Final = Saldo Inicial + soma das linhas do demonstrativo"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Verifique que as faturas pagas/reconciliadas não estão com a situação "
"'Aberto'"
msgstr "Verifique que as faturas pagas/reconciliadas não estão com a situação 'Aberto'"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Verifica se os movimentos de conta reconciliados, que definem as contas a "
"pagar e a receber, são pertencentes a faturas reconciliadas"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Verifica se os movimentos de conta reconciliados, que definem as contas a pagar e a receber, são pertencentes a faturas reconciliadas"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Verifique se a fatura reconciliada de Vendas / Compras reconciliou entradas "
"para Contas a Pagar e Receber"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Verifique se a fatura reconciliada de Vendas / Compras reconciliou entradas para Contas a Pagar e Receber"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -118,7 +107,7 @@ msgstr "Ajuda com Código"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -138,26 +127,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"O Código deve sempre definir uma variável chamada `resultado` com o resultado do seu teste, que pode ser uma lista ou\n"
"um dicionário. Se `resultado` for uma lista vazia, isso significa que o teste foi bem sucedido. Caso contrário, será\n"
"tentar traduzir e imprimir o que está dentro `resultado` .\n"
"\n"
"Se o resultado do seu teste é um dicionário, você pode definir uma variável chamada `column_order` para escolher em\n"
"que ordem você deseja imprimir o conteúdo do `resultado`.\n"
"\n"
"Se você precisar deles, você também pode usar as seguintes variáveis em seu código:\n"
"     * cr: cursor para o banco de dados\n"
"     * uid: ID do usuário atual\n"
"\n"
"Em todas as maneiras, o código deve ser declarações Python legal com recuo correto (se necessário).\n"
"\n"
"exemplo:\n"
"   sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -176,6 +145,7 @@ msgstr "Criado em"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Descrição"
@ -212,6 +182,11 @@ msgstr "Última atualização por"
msgid "Last Updated on"
msgstr "Última atualização em"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -222,6 +197,11 @@ msgstr "Código python"
msgid "Python code"
msgstr "Código Python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -239,8 +219,7 @@ msgstr "Teste 3 : Linhas de Movimento"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Teste 5.1 : Linhas de Pagáveis e Recebíveis em faturas reconciliadas."
#. module: account_test
@ -275,7 +254,6 @@ msgid "Tests"
msgstr "Testes"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "O teste passou com sucesso"

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Martin Trigaux, 2018\n"
"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n"
"Language: 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_test
@ -51,53 +51,43 @@ msgstr "Teste Contabile"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Teste contabile in"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Activ(a)"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Verificati daca liniile miscarii sunt echilibrate si au aceeasi data si "
"perioada"
msgstr "Verificati daca liniile miscarii sunt echilibrate si au aceeasi data si perioada"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Verificati pe extrasele de cont ca Soldul de inchidere = Soldul inițial + "
"suma liniilor extrasului"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Verificati pe extrasele de cont ca Soldul de inchidere = Soldul inițial + suma liniilor extrasului"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Verificați ca facturile platite/reconciliate sa nu fie în starea 'Deschisa'"
msgstr "Verificați ca facturile platite/reconciliate sa nu fie în starea 'Deschisa'"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Verificați ca mișcările reconciliate ale contului, care definesc conturile "
"de Plăți și de Încasări, să aparțină facturilor reconciliate"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Verificați ca mișcările reconciliate ale contului, care definesc conturile de Plăți și de Încasări, să aparțină facturilor reconciliate"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Verificați dacă factura reconciliată pentru Vânzări/Achiziții a reconciliat "
"înregistrarile pentru Conturile de Plăți și de Încasări"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Verificați dacă factura reconciliată pentru Vânzări/Achiziții a reconciliat înregistrarile pentru Conturile de Plăți și de Încasări"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -113,7 +103,7 @@ msgstr "Ajutor Cod"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -133,23 +123,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Codul ar trebui sa configureze o variabila numita `result` cu rezultatul testului dumneavoastră, care poate fi o lista sau un dicționar. Dacă `result` este o lista goala, înseamnă ca testul a avut succes. In caz contrar, va încerca sa traducă și sa tipărească ceea ce se afla în `result`.\n"
"\n"
"Dacă rezultatul testului dumneavoastră este un dicționar, puteți configura o variabila numita`column_order` pentru a alege ordinea in care doriți tipărirea conținutul din `result`.\n"
"\n"
"Dacă o sa aveți nevoie de ele, puteți utiliza de asemenea următoarele variabile in codul dumneavoastră:\n"
" * cr: cursorul in baza de date\n"
" * uid: ID-ul utilizatorului actual\n"
"\n"
"Oricum, codul trebuie sa fie declarații python legale cu indentare corectă (daca este necesara).\n"
"\n"
"Exemplu: \n"
"sql = '''SELECT id, name, ref, date\n"
"FROM account_move_line \n"
"WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
"'''\n"
"cr.execute(sql)\n"
"result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -168,6 +141,7 @@ msgstr "Creat în"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Descriere"
@ -204,6 +178,11 @@ msgstr "Ultima actualizare făcută de"
msgid "Last Updated on"
msgstr "Ultima actualizare pe"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -214,6 +193,11 @@ msgstr "Cod Python"
msgid "Python code"
msgstr "Cod python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -231,11 +215,8 @@ msgstr "Test 3: Liniile miscarii"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"Test 5.1 : Liniile contabile de plati si incasari ale facturilor "
"reconciliate"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1 : Liniile contabile de plati si incasari ale facturilor reconciliate"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
@ -269,7 +250,6 @@ msgid "Tests"
msgstr "Teste"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Testul a fost trecut cu succes"

View file

@ -1,21 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Martin Trigaux, 2018\n"
"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n"
"Language: 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_test
@ -51,53 +51,43 @@ msgstr "Тесты Бухгалтерского учета"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Тесты бухгалтерского учета на"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Активно"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Проверьте если линии движения сбалансированы и имеют ту же дату и период"
msgstr "Проверьте если линии движения сбалансированы и имеют ту же дату и период"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Проверить по банковской выписке, что Конечный Баланс = Начальный Баланс + "
"сумма строк выписки"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Проверить по банковской выписке, что Конечный Баланс = Начальный Баланс + сумма строк выписки"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Проверьте, что оплаченные/сверенные счета-фактуры не в статусе 'Открыто'"
msgstr "Проверьте, что оплаченные/сверенные счета-фактуры не в статусе 'Открыто'"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Проверьте, что сверенные движения по счету, которые определены как счета "
"кредиторской и дебиторской задолженности, входят в состав сверенных счетов-"
"фактур"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Проверьте, что сверенные движения по счету, которые определены как счета кредиторской и дебиторской задолженности, входят в состав сверенных счетов-фактур"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Проверьте, что сверенный счет на Продажи/Покупки имеет примеренные записи "
"для Счетов Кредиторской и Дебиторской задолженности"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Проверьте, что сверенный счет на Продажи/Покупки имеет примеренные записи для Счетов Кредиторской и Дебиторской задолженности"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -113,7 +103,7 @@ msgstr "Код Помощь"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -133,24 +123,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Код должен всегда задать переменную с именем `результат` с результатом теста, это может быть список или словарь. Если результатом является пустой список, то это означает, что тест прошел успешно. В противном случае он будет пытаться перевести и напечатать то, что внутри `результат`. \n"
"\n"
"Если результат вашего теста-это словарь, вы можете установить переменную `column_order`, чтобы выбрать в\n"
"какой порядок вы хотите напечатать \" результат` контента.\n"
"\n"
"Если вы нуждаетесь в них, вы также можете использовать следующие переменные в коде:\n"
"* cr: cursor to the database\n"
"* uid: ID текущего пользователя\n"
"\n"
"Код питона должен быть корректным с правильными отступами (если требуется).\n"
"\n"
"Пример: \n"
"sql = '''SELECT id, name, ref, date\n"
"FROM account_move_line \n"
"WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
"'''\n"
"cr.execute(sql)\n"
"result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -169,6 +141,7 @@ msgstr "Создан"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Описание"
@ -205,6 +178,11 @@ msgstr "Последний раз обновил"
msgid "Last Updated on"
msgstr "Последнее обновление"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -215,6 +193,11 @@ msgstr "Код на Python"
msgid "Python code"
msgstr "Код на Python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -232,18 +215,13 @@ msgstr "Тест 3: Линии Движения"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"Тест 5.1 : Строки кредиторской и дебиторской задолженности сверенных счетов-"
"фактур"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Тест 5.1 : Строки кредиторской и дебиторской задолженности сверенных счетов-фактур"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
"Тест 5.2 : Сверенные счета-фактуры и счета кредиторской/дебиторской "
"задолженности"
msgstr "Тест 5.2 : Сверенные счета-фактуры и счета кредиторской/дебиторской задолженности"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
@ -272,7 +250,6 @@ msgid "Tests"
msgstr "Тесты"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Проверка прошла успешно"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2018
@ -10,14 +10,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: gebri <gebri@inmail.sk>, 2018\n"
"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n"
"Language: 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_test
@ -53,28 +53,28 @@ msgstr "Účtovnícke testy"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Účtovné testy na"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktívne"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Zaškrtnite ak sú riadky pohybov vyrovnané a majú rovnaký dátum a obdobie"
msgstr "Zaškrtnite ak sú riadky pohybov vyrovnané a majú rovnaký dátum a obdobie"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Skontrolujte na bankovom výpise či Konečný zostatok = Počiatočný zostatok + "
"súčet riadkov výpisu"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Skontrolujte na bankovom výpise či Konečný zostatok = Počiatočný zostatok + súčet riadkov výpisu"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
@ -83,21 +83,13 @@ msgstr "Skontrolujte či zaplatené/zladené faktúry nie v stave 'Otvorené'"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Skontrolujte či zladené účtovné pohyby, ktoré definujú účty Záväzkov a "
"Pohľadávok, patria k rovnakým zladeným výpisom"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Skontrolujte či zladené účtovné pohyby, ktoré definujú účty Záväzkov a Pohľadávok, patria k rovnakým zladeným výpisom"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Skontrolujte či zladená faktúra pre Predaje/Nákupy má zladene vstupy pre "
"účty Záväzkov a Pohľadávok"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Skontrolujte či zladená faktúra pre Predaje/Nákupy má zladene vstupy pre účty Záväzkov a Pohľadávok"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -113,7 +105,7 @@ msgstr "Kódová pomoc"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -133,26 +125,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Kód by mal vždy nastaviť premennú pomenovanú 'výsledok' s výsledkom vášho testu, ktorý môźe byť zoznam alebo\n"
"slovník. Ak je 'výsledok' prázdny zoznam, znamená to že test bol úspešný. Inak sa bude\n"
"snažiť peložiť vytlačiť obsah 'výsledku'.\n"
"\n"
"Ak je výsleodk vášho testu slovník, môžete nastaviť premennú `column_order` pre výber\n"
"poradia v akom chcete vytlačiť obsah 'výsledku'.\n"
"\n"
"Ak by ste ich potrebovali, môžete použiť nasledujúce premenné vo vašom kóde:\n"
"* cr: kurzor do databázy\n"
"* uid: ID aktuálneho používateľa\n"
"\n"
"V akomkoľvek prípade, kód musí byť právna python závierka so správnou zarážkou (v prípade potreby).\n"
"\n"
"Príklad: \n"
"sql = '''VYBRAŤ id, name, ref, date\n"
"Z account_move_line \n"
"KDE account_id V (VYBRAŤ id Z account_account KDE type = 'view')\n"
"'''\n"
"cr.execute(sql)\n"
"result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -171,6 +143,7 @@ msgstr "Vytvorené"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Popis"
@ -207,6 +180,11 @@ msgstr "Naposledy upravoval"
msgid "Last Updated on"
msgstr "Naposledy upravované"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -217,6 +195,11 @@ msgstr "Kód Pyton"
msgid "Python code"
msgstr "Kód Pyton"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -234,8 +217,7 @@ msgstr "Test 3: Riadky pohybov"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1 : Účtovné riadky Záväzkov a Pohľadávok zladených faktúr"
#. module: account_test
@ -270,7 +252,6 @@ msgid "Tests"
msgstr "Testy"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Test bol prejdený úspešne"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n"
"Language: 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_test
@ -27,6 +27,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -36,14 +46,19 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -51,9 +66,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -63,16 +76,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -80,11 +89,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -94,7 +98,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -116,23 +120,29 @@ msgid ""
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
@ -142,39 +152,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr ""
@ -190,8 +210,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -210,12 +229,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -226,17 +245,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,245 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux <mat@odoo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
msgid "Active"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
msgid "Created by"
msgstr "Krijuar nga"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
msgid "Created on"
msgstr "Krijuar me"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Description"
msgstr "Përshkrimi"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
msgid "Display Name"
msgstr "Emri i paraqitur"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
msgid "Last Modified on"
msgstr "Modifikimi i fundit në"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
msgid "Last Updated by"
msgstr "Modifikuar per here te fundit nga"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
msgid "Last Updated on"
msgstr "Modifikuar per here te fundit me"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
msgid "Sequence"
msgstr "Sekuencë"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
msgid "Test 1: General balance"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
msgid "Test 3: Movement lines"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
msgid "Test 6 : Invoices status"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
msgid "Test Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,19 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Slobodan Simić <slsimic@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: Slobodan Simić <slsimic@gmail.com>, 2018\n"
"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n"
"Language: sr\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"
"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_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
@ -27,6 +32,16 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
@ -36,12 +51,17 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Активно"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
@ -52,8 +72,8 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
"Check on bank statement that the Closing Balance = Starting Balance + sum of "
"statement lines"
msgstr ""
#. module: account_test
@ -71,8 +91,8 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
"Check that reconciled invoice for Sales/Purchases has reconciled entries for "
"Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -80,11 +100,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -93,90 +108,112 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"Code should always set a variable named `result` with the result of your "
"test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was "
"successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"If the result of your test is a dictionary, you can set a variable named "
"`column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
"Should you need them, you can also use the following variables into your "
"code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"In any ways, the code must be legal python statements with correct "
"indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type "
"= 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr ""
msgstr "Kreiran"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr ""
msgstr "Opis"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Expression"
msgstr ""
msgstr "Ekspresija"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr ""
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
msgstr "Python kod"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr "Python kod"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr ""
msgstr "Niz"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
@ -210,12 +247,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr ""
@ -226,17 +263,6 @@ msgid "Tests"
msgstr ""
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:52
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr ""

View file

@ -1,24 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Kristoffer Grundström <hamnisdude@gmail.com>, 2018
# Martin Trigaux, 2018
# Kim Asplund <kim.asplund@gmail.com>, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2016-08-05 12:55+0000\n"
"Last-Translator: Kim Asplund <kim.asplund@gmail.com>, 2018\n"
"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n"
"Language: 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_test
@ -54,7 +54,7 @@ msgstr "Redovisningstester"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -62,6 +62,11 @@ msgstr ""
msgid "Active"
msgstr "Aktiv"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -69,9 +74,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -81,16 +84,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -107,7 +106,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -127,26 +126,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Kod ska alltid ställa en variabel med namnet `resultat` med resultatet av ditt test, kan det vara en lista eller\n"
"en ordbok. Om `resultat` är en tom lista, betyder det att testet var lyckat. Annars kommer\n"
"försöka översätta och skriva ut vad som finns i `resultat`.\n"
"\n"
"Om resultatet av testet är en ordbok kan du ställa in en variabel med namnet `column_order` för att välja in\n"
"vilken ordning du vill skriva ut `resultat` s innehåll.\n"
"\n"
"Om du behöver dem, kan du även använda följande variabler i koden:\n"
" * Cr: markören till databasen\n"
" * Uid: ID för den aktuella användaren\n"
"\n"
"På något sätt måste koden vara lagliga python uttalanden med rätt indrag (om det behövs).\n"
"\n"
"Exempel:\n"
" sql ='' 'SELECT id, namn, ref, datum\n"
" FRÅN account_move_line\n"
" VAR konto-IN (SELECT id FROM account_account WHERE typ = \"Visa\")\n"
" '' '\n"
" cr.execute (SQL)\n"
" resultat = cr.dictfetchall ()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -165,6 +144,7 @@ msgstr "Skapad den"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Beskrivning"
@ -201,6 +181,11 @@ msgstr "Senast uppdaterad av"
msgid "Last Updated on"
msgstr "Senast uppdaterad"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -211,6 +196,11 @@ msgstr "Pythonkod"
msgid "Python code"
msgstr "Pythonkod"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -228,8 +218,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -264,7 +253,6 @@ msgid "Tests"
msgstr "Tester"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2016-02-05 10:27+0000\n"
"Last-Translator: Bagavathikumar Ramakrishnan <bagavathikumar@gmail.com>\n"
"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n"
@ -32,23 +32,38 @@ msgstr ""
msgid "<strong>Name:</strong>"
msgstr "<strong>பெயர்:</strong>"
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "Account Test Report"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "Accounting Assert Test"
msgstr ""
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report.xml,name:account_test.account_assert_test_report
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
msgid "Accounting Tests"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_active
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -56,9 +71,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of "
"statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -68,16 +81,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for "
"Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -85,11 +94,6 @@ msgstr ""
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Click to create Accounting Test."
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Code Help"
@ -98,41 +102,40 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your "
"test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was "
"succesful. Otherwise it will\n"
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named "
"`column_order` to choose in\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your "
"code:\n"
"Should you need them, you can also use the following variables into your code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct "
"indentation (if needed).\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type "
"= 'view')\n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_uid
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
msgid "Create a new accounting test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
msgid "Created by"
msgstr "உருவாக்கியவர்"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_create_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
msgid "Created on"
msgstr ""
"உருவாக்கப்பட்ட \n"
@ -140,12 +143,13 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "விளக்கம்"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_display_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
msgid "Display Name"
msgstr "காட்சி பெயர்"
@ -155,39 +159,49 @@ msgid "Expression"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest_id
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test___last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest___last_update
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
msgid "Last Modified on"
msgstr "கடைசியாக திருத்திய"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_uid
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
msgid "Last Updated by"
msgstr "கடைசியாக புதுப்பிக்கப்பட்டது"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_write_date
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
msgid "Last Updated on"
msgstr "கடைசியாக புதுப்பிக்கப்பட்டது"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_code_exec
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
msgid "Python code"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_sequence
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
msgstr "வரிசை"
@ -203,8 +217,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -223,12 +236,12 @@ msgid "Test 7 : Closing balance on bank statements"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_desc
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
msgid "Test Description"
msgstr "சோதனை விளக்கம்"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test_name
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
msgid "Test Name"
msgstr "சோதனை பெயர்"
@ -239,17 +252,6 @@ msgid "Tests"
msgstr "சோதனைகள்"
#. module: account_test
#: code:addons/account_test/report/account_test_report.py:49
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
msgid "accounting.assert.test"
msgstr "accounting.assert.test"
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
msgid "report.account_test.report_accounttest"
msgstr "report.account_test.report_accounttest"

View file

@ -1,24 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2018
# gsong <gsong2014@foxmail.com>, 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-08-24 09:15+0000\n"
"Last-Translator: gsong <gsong2014@foxmail.com>, 2018\n"
"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n"
"Language: 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_test
@ -54,7 +54,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -62,6 +62,11 @@ msgstr ""
msgid "Active"
msgstr "เปิดใช้งาน"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -69,9 +74,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -81,16 +84,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -107,7 +106,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -145,6 +144,7 @@ msgstr "สร้างเมื่อ"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "รายละเอียด"
@ -181,6 +181,11 @@ msgstr "อัพเดทครั้งสุดท้ายโดย"
msgid "Last Updated on"
msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -191,6 +196,11 @@ msgstr "Python Code"
msgid "Python code"
msgstr "Python Code"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -208,8 +218,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -244,7 +253,6 @@ msgid "Tests"
msgstr "ทดสอบ"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Ediz Duman <neps1192@gmail.com>, 2017
# Murat Kaplan <muratk@projetgrup.com>, 2017
@ -9,19 +9,19 @@
# Ayhan KIZILTAN <akiziltan76@hotmail.com>, 2017
# gezgin biri <gezginbiri@hotmail.com>, 2017
# Martin Trigaux, 2017
#
#
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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2016-08-05 12:55+0000\n"
"Last-Translator: Martin Trigaux, 2017\n"
"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n"
"Language: 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_test
@ -57,53 +57,43 @@ msgstr "Muhasebe Testleri"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Bunun için Muhasebe testi"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Aktif"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Hareket kalemlerinin denk olduğunu ve aynı tarih ve dönemde olduğunu "
"denetleyin"
msgstr "Hareket kalemlerinin denk olduğunu ve aynı tarih ve dönemde olduğunu denetleyin"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Hesap özetinde Kapanış Bakiyesi = Açılış Bakiyesi + hesap özeti kalemleri "
"toplamı olduğunu denetleyin"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Hesap özetinde Kapanış Bakiyesi = Açılış Bakiyesi + hesap özeti kalemleri toplamı olduğunu denetleyin"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Ödenmiş/uzlaştırılmış faturaların 'Açık' durumda olmadığını denetleyin"
msgstr "Ödenmiş/uzlaştırılmış faturaların 'Açık' durumda olmadığını denetleyin"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Borç ve Alacak hesaplarını tanımlayan uzlaştırılmış hareket kalemlerinin "
"uzlaştırılmış faturalara ait olduğunu denetleyin"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Borç ve Alacak hesaplarını tanımlayan uzlaştırılmış hareket kalemlerinin uzlaştırılmış faturalara ait olduğunu denetleyin"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Uzlaştırılmış Satış/Satınalma faturasının Alacak ve Borç Hesaplarında "
"uzlaştırılmış girişler olup olmadığını denetleyin"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Uzlaştırılmış Satış/Satınalma faturasının Alacak ve Borç Hesaplarında uzlaştırılmış girişler olup olmadığını denetleyin"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -119,7 +109,7 @@ msgstr "Kod Yardımı"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -139,26 +129,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Kod her zaman, testinizin sonucunda sonuç olarak adlandırılan bir değişken oluşturmalıdır, bu bir\n"
"liste ya da bir sözlük olabilir. Eğer sonuç boş bir listeyse, bu testin başarılı olduğu anlamındadır. Aksi\n"
"takdirde sonuç içinde ne varsa çevirisini yapın ve yazdırın.\n"
"\n"
"Testinizin sonucu bir sözlük ise, sonuç içeriğini hangi sırada yazdırmayı seçmeniz için sütun_sırası\n"
"adıyla bir değişken oluşturmalısınız.\n"
"\n"
"Gerekirse kodunuza aşağıdaki değişkenleri de ekleyebilirsiniz:\n"
" * cr: veritabanı imleçi\n"
" * uid: geçerli kullanıcı ID\n"
"\n"
"Kod her durumda doğru satırbaşı girintisi ile (gerekirse) geçerli piton komutları olmalı.\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -177,6 +147,7 @@ msgstr "Oluşturulma zamanı"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Tanım"
@ -213,6 +184,11 @@ msgstr "Son Güncelleyen"
msgid "Last Updated on"
msgstr "Son Güncelleme"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -223,6 +199,11 @@ msgstr "Python Kodu"
msgid "Python code"
msgstr "Python kodu"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -240,8 +221,7 @@ msgstr "Test 3: Hareket kalemleri"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Test 5.1 : Uzlaştırılmış faturaların Borç ve Alacak hesap kalemleri"
#. module: account_test
@ -276,7 +256,6 @@ msgid "Tests"
msgstr "Testler"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Testler başarıyla geçildi"

View file

@ -1,25 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# Bohdan Lisnenko, 2018
# ТАрас <tratatuta@i.ua>, 2018
# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2019
#
#
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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2016-08-05 12:55+0000\n"
"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2019\n"
"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n"
"Language: 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_test
@ -55,54 +55,43 @@ msgstr "Тести для бухобліку"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "Бухгалтерські тести на"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "Активно"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Перевірте, чи розміщення рядків збалансоване, і вони мають однакову дату та "
"час"
msgstr "Перевірте, чи розміщення рядків збалансоване, і вони мають однакову дату та час"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgstr ""
"Перевірте банківську виписку про те, що Закритий баланс = початковий баланс "
"+ сума рядків виписок"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "Перевірте банківську виписку про те, що Закритий баланс = початковий баланс + сума рядків виписок"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Переконайтеся, що оплачені / узгоджені рахунки-фактури не у стані "
"\"Відкритий\""
msgstr "Переконайтеся, що оплачені / узгоджені рахунки-фактури не у стані \"Відкритий\""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Перевірте, що узгоджені переходи рахунків, які визначають Платежі та "
"Дебіторську заборгованість, належать до узгоджених рахунків"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "Перевірте, що узгоджені переходи рахунків, які визначають Платежі та Дебіторську заборгованість, належать до узгоджених рахунків"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgstr ""
"Переконайтеся, що узгоджений рахунок для продажів/покупок узгоджений із "
"записами для Платежу та Дебіторської заборгованості"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "Переконайтеся, що узгоджений рахунок для продажів/покупок узгоджений із записами для Платежу та Дебіторської заборгованості"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
@ -118,7 +107,7 @@ msgstr "Код допомоги"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -138,26 +127,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Код завжди повинен встановлювати змінну з назвою `результат` з результатом вашого тесту, що може бути списком або\n"
"словником. Якщо у `результаті` порожній рядок, це означає, що тест був успішним. В іншому випадку \n"
"він намагатиметься перекласти і роздруковувати те, що знаходиться всередині `результату`.\n"
"\n"
"Якщо результат вашого тесту це словник, ви можете встановити змінну з назвою `колонка_порядку`, \n"
"який порядок ви хочете роздрукувати у вмісті `результат`.\n"
"\n"
"Якщо вам це потрібно, ви також можете використовувати наступні змінні у вашому коді:\n"
" * cr: курсор до бази даних\n"
" * uid: ID поточного користувача\n"
"\n"
"Будь-якими способами цей код повинен бути легальною заявою python з правильним відступом (при необхідності).\n"
"\n"
"Наприклад: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -176,6 +145,7 @@ msgstr "Створено"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Опис"
@ -212,6 +182,11 @@ msgstr "Востаннє оновив"
msgid "Last Updated on"
msgstr "Останнє оновлення"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -222,6 +197,11 @@ msgstr "Код Python"
msgid "Python code"
msgstr "Код Python "
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -239,8 +219,7 @@ msgstr "Тест 3: рядки проведень"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "Тест 5.1: Дебет і Кредит узгоджених рахунків"
#. module: account_test
@ -275,7 +254,6 @@ msgid "Tests"
msgstr "Тест"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "Тест успішно пройдено"

View file

@ -1,246 +1,342 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
# Translators:
# Martin Trigaux, 2018
# Slobodan Simić <slsimic@gmail.com>, 2018
# * account_test
#
#
# Translated by:
# Deepvision - info@deepvision.uz | +998 77-093-0007
# Amon Olimov - amon.bars@gmail.com
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n"
"Project-Id-Version: Odoo Server saas~12.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: Slobodan Simić <slsimic@gmail.com>, 2018\n"
"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2019-08-26 08:16+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: uz\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"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
#, fuzzy
msgid ""
"<br/>\n"
" <strong>Description:</strong>"
msgstr ""
msgstr "<br/> <strong>Tavsif:</strong>"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
#, fuzzy
msgid "<strong>Name:</strong>"
msgstr ""
msgstr "<strong>Nomi:</strong>"
#. module: account_test
#: model:ir.model,name:account_test.model_report_account_test_report_accounttest
#, fuzzy
msgid "Account Test Report"
msgstr ""
msgstr "Hisob-kitob sinovi hisoboti"
#. module: account_test
#: model:ir.model,name:account_test.model_accounting_assert_test
#, fuzzy
msgid "Accounting Assert Test"
msgstr ""
msgstr "Buxgalteriya tasdiq sinovi"
#. module: account_test
#: model:ir.actions.act_window,name:account_test.action_accounting_assert
#: model:ir.actions.report,name:account_test.account_assert_test_report
#: model:ir.ui.menu,name:account_test.menu_action_license
#, fuzzy
msgid "Accounting Tests"
msgstr ""
msgstr "Buxgalteriya sinovlari"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr ""
#, fuzzy
msgid "Accounting tests on"
msgstr "Buxgalteriya sinovlari boyicha"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
#, fuzzy
msgid "Active"
msgstr "Активно"
msgstr "Faol"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
#, fuzzy
msgid "Archived"
msgstr "Arxivlangan"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
#, fuzzy
msgid "Check if movement lines are balanced and have the same date and period"
msgstr ""
"Harakat qatorlari muvozanatlangan va bir xil sana hamda davrga ega "
"ekanligini tekshirish"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
#, fuzzy
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
"Check on bank statement that the Closing Balance = Starting Balance + sum of "
"statement lines"
msgstr ""
"Bank kochirmasida yakuniy qoldiq = boshlangich qoldiq + kochirma "
"qatorlari yigindisi ekanligini tekshirish"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_06
#, fuzzy
msgid "Check that paid/reconciled invoices are not in 'Open' state"
msgstr ""
"Tolangan/solishtirma qilingan hisob-fakturalar \"Ochiq\" holatda emasligini "
"tekshirish"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
#, fuzzy
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgstr ""
"Tolanadigan va olinadigan hisoblarni belgilovchi solishtirma qilingan hisob "
"harakatlari solishtirma qilingan hisob-fakturalarga tegishli ekanligini "
"tekshirish"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
#, fuzzy
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
"Check that reconciled invoice for Sales/Purchases has reconciled entries for "
"Payable and Receivable Accounts"
msgstr ""
"Sotish/xarid boyicha solishtirma qilingan hisob-fakturada kreditorlik va "
"debitorlik qarzlari boyicha solishtirma qilingan yozuvlar mavjudligini "
"tekshirish"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_01
#, fuzzy
msgid "Check the balance: Debit sum = Credit sum"
msgstr ""
msgstr "Balansni tekshirish: Debet summasi = Kredit summasi"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#, fuzzy
msgid "Code Help"
msgstr ""
msgstr "Kod boyicha yordam"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#, fuzzy
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"Code should always set a variable named `result` with the result of your "
"test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was "
"successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
"If the result of your test is a dictionary, you can set a variable named "
"`column_order` to choose in\n"
"what order you want to print `result`'s content.\n"
"\n"
"Should you need them, you can also use the following variables into your code:\n"
"Should you need them, you can also use the following variables into your "
"code:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"In any ways, the code must be legal python statements with correct indentation (if needed).\n"
"In any ways, the code must be legal python statements with correct "
"indentation (if needed).\n"
"\n"
"Example: \n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type "
"= 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"Kod har doim testingiz natijasi bilan \"result\" deb nomlangan ozgaruvchini "
"ornatishi kerak, bu royxat yoki lugat bolishi mumkin. Agar 'result' "
"bosh royxat bolsa, demak, test muvaffaqiyatli otgan. Aks holda, u "
"\"result\" ichidagi ma'lumotlarni tarjima qilishga va chop etishga harakat "
"qiladi. Agar testingiz natijasi lugat bolsa, 'result'ning mazmunini "
"qanday tartibda chop etishni tanlash uchun 'column_order' nomli "
"ozgaruvchini ornatishingiz mumkin. Agar sizga kerak bolsa, kodingizda "
"quyidagi ozgaruvchilardan ham foydalanishingiz mumkin: * cr: ma'lumotlar "
"bazasiga kursor * uid: joriy foydalanuvchining ID raqami. Har qanday "
"holatda ham kod togri xatboshi bilan qonuniy Python bayonotlari bolishi "
"kerak (agar kerak bolsa). Misol: sql = '''SELECT id, name, ref, date FROM "
"account_move_line WHERE account_id IN (SELECT id FROM account_account WHERE "
"type = 'view')''' cr.execute(sql) result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
#, fuzzy
msgid "Create a new accounting test"
msgstr ""
msgstr "Yangi buxgalteriya sinovi yaratish"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_uid
#, fuzzy
msgid "Created by"
msgstr ""
msgstr "Yaratuvchi"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__create_date
#, fuzzy
msgid "Created on"
msgstr "Kreiran"
msgstr "Yaratilgan sana"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
#, fuzzy
msgid "Description"
msgstr "Opis"
msgstr "Tavsif"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__display_name
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__display_name
#, fuzzy
msgid "Display Name"
msgstr ""
msgstr "Korsatish nomi"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#, fuzzy
msgid "Expression"
msgstr "Ekspresija"
msgstr "Ifoda"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__id
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest__id
#, fuzzy
msgid "ID"
msgstr "ID"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test____last_update
#: model:ir.model.fields,field_description:account_test.field_report_account_test_report_accounttest____last_update
#, fuzzy
msgid "Last Modified on"
msgstr ""
msgstr "Oxirgi ozgartirilgan sana"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_uid
#, fuzzy
msgid "Last Updated by"
msgstr ""
msgstr "Oxirgi yangilovchi"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__write_date
#, fuzzy
msgid "Last Updated on"
msgstr ""
msgstr "Oxirgi yangilangan sana"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
#, fuzzy
msgid "Name"
msgstr "Nomi"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#, fuzzy
msgid "Python Code"
msgstr "Python kod"
msgstr "Python kodi"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__code_exec
#, fuzzy
msgid "Python code"
msgstr "Python kod"
msgstr "Python kodi"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
#, fuzzy
msgid "Search Account Test"
msgstr "Hisob sinovini qidirish"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
#, fuzzy
msgid "Sequence"
msgstr "Niz"
msgstr "Ketma-ketlik"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_01
#, fuzzy
msgid "Test 1: General balance"
msgstr ""
msgstr "1-sinov: Umumiy balans"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_03
#, fuzzy
msgid "Test 3: Movement lines"
msgstr ""
msgstr "3-sinov: Harakat qatorlari"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
#, fuzzy
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
"5.1-sinov: Solishtirma qilingan hisob-fakturalarning tolanadigan va "
"olinadigan buxgalteriya qatorlari"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05_2
#, fuzzy
msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
msgstr ""
"5.2-sinov: Solishtirma qilingan hisob-fakturalar va tolanadigan/olinadigan "
"hisoblar"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_06
#, fuzzy
msgid "Test 6 : Invoices status"
msgstr ""
msgstr "6-sinov: Hisob-fakturalar holati"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_07
#, fuzzy
msgid "Test 7 : Closing balance on bank statements"
msgstr ""
msgstr "7-sinov: Bank kochirmalari yakuniy qoldigi"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__desc
#, fuzzy
msgid "Test Description"
msgstr ""
msgstr "Sinov tavsifi"
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__name
#, fuzzy
msgid "Test Name"
msgstr ""
msgstr "Sinov nomi"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_tree
#, fuzzy
msgid "Tests"
msgstr ""
msgstr "Sinovlar"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
#, fuzzy
msgid "The test was passed successfully"
msgstr ""
msgstr "Sinov muvaffaqiyatli yakunlandi"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# thanh nguyen <thanhnguyen.icsc@gmail.com>, 2018
# Martin Trigaux, 2018
@ -10,14 +10,14 @@ 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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: fanha99 <fanha99@hotmail.com>, 2018\n"
"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n"
"Language: 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_test
@ -51,7 +51,7 @@ msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
@ -59,6 +59,11 @@ msgstr ""
msgid "Active"
msgstr "Có hiệu lực"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -66,9 +71,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr ""
#. module: account_test
@ -78,16 +81,12 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr ""
#. module: account_test
@ -104,7 +103,7 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -142,6 +141,7 @@ msgstr "Thời điểm tạo"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "Miêu tả"
@ -178,6 +178,11 @@ msgstr "Cập nhật lần cuối bởi"
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -188,6 +193,11 @@ msgstr "Mã Python"
msgid "Python code"
msgstr "Mã Python"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -205,8 +215,7 @@ msgstr ""
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr ""
#. module: account_test
@ -241,7 +250,6 @@ msgid "Tests"
msgstr "Tests"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr ""

View file

@ -1,24 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Jeffery CHEN Fan <jeffery9@gmail.com>, 2016
# liAnGjiA <liangjia@qq.com>, 2018
# inspur qiuguodong <qiuguodong@inspur.com>, 2019
#
#
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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2016-08-05 12:55+0000\n"
"Last-Translator: inspur qiuguodong <qiuguodong@inspur.com>, 2019\n"
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
"Language: 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_test
@ -54,14 +54,19 @@ msgstr "会计测试"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "会计测试"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "有效"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -69,9 +74,7 @@ msgstr "检查凭证行是否平衡并且有相同的时间和日期"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "在银行对账单检查,期末余额 = 期初余额 + 本期发生额"
#. module: account_test
@ -81,16 +84,12 @@ msgstr "检查支付/已调节发票并不在'开启'状态"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "检查已调节的会计凭证,属于已调节发票的应付科目和应收科目"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "检查已收和已付科目中已调节的分录相关的销售/采购发票"
#. module: account_test
@ -107,7 +106,7 @@ msgstr "代码帮助"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -127,23 +126,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"代码应该总是设​置一个名为\"result\"变量来保存你的测试结果,这可以是列表或字典。 如果\"result\"变量是一个空列表,这意味着测试是成功的。 否则,它会尝试翻译和打印\"result\"变量中的内容.\n"
"\n"
"如果输出的结果在列表或字典中你可以在`result`的内容中设置一个名为`column_order`的变量。\n"
"\n"
"若您需要它们,您同样可以使用以列变量至你的代码中:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"时刻留意的事是,所编写的代码均需要在python标准语法范围内 (若您需要的话)。\n"
"\n"
"例如:\n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -162,6 +144,7 @@ msgstr "创建时间"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "说明"
@ -198,6 +181,11 @@ msgstr "最后更新人"
msgid "Last Updated on"
msgstr "最后更新时间"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -208,6 +196,11 @@ msgstr "Python 代码"
msgid "Python code"
msgstr "Python代码"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -225,8 +218,7 @@ msgstr "测试 3: 凭证行"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "测试 5.1 : 已调节发票的应收及应付分录"
#. module: account_test
@ -261,7 +253,6 @@ msgid "Tests"
msgstr "测试"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "测试通过"

View file

@ -1,24 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_test
#
#
# Translators:
# Martin Trigaux, 2018
# sejun huang <sejun.huang@gmail.com>, 2019
# 敬雲 林 <chingyun@yuanchih-consult.com>, 2019
#
#
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"
"POT-Creation-Date: 2019-08-26 08:16+0000\n"
"PO-Revision-Date: 2016-08-05 12:55+0000\n"
"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2019\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n"
"Language: 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_test
@ -54,14 +54,19 @@ msgstr "會計測試"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.report_accounttest
msgid "Accouting tests on"
msgstr "會計測試"
msgid "Accounting tests on"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__active
msgid "Active"
msgstr "有效"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Archived"
msgstr ""
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_03
msgid "Check if movement lines are balanced and have the same date and period"
@ -69,9 +74,7 @@ msgstr "檢查憑證行是否平衡並且有相同的時間和日期"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_07
msgid ""
"Check on bank statement that the Closing Balance = Starting Balance + sum of"
" statement lines"
msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
msgstr "在銀行對帳單檢查,期末餘額 = 期初餘額 + 本期發生額"
#. module: account_test
@ -81,16 +84,12 @@ msgstr "檢查支付/已調節發票並不在'開啟'狀態"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05_2
msgid ""
"Check that reconciled account moves, that define Payable and Receivable "
"accounts, are belonging to reconciled invoices"
msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
msgstr "檢查已調節的會計憑證,屬於已調節發票的應付科目和應收科目"
#. module: account_test
#: model:accounting.assert.test,desc:account_test.account_test_05
msgid ""
"Check that reconciled invoice for Sales/Purchases has reconciled entries for"
" Payable and Receivable Accounts"
msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
msgstr "檢查已收和已付科目中已調節的分錄相關的銷售/採購發票"
#. module: account_test
@ -107,7 +106,7 @@ msgstr "代碼幫助"
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid ""
"Code should always set a variable named `result` with the result of your test, that can be a list or\n"
"a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
"a dictionary. If `result` is an empty list, it means that the test was successful. Otherwise it will\n"
"try to translate and print what is inside `result`.\n"
"\n"
"If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
@ -127,23 +126,6 @@ msgid ""
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
msgstr ""
"代碼應該總是設​置一個名為\"result\"變量來保存您的測試結果,這可以是列表或字典。 如果\"result\"變量是一個空列表,這意味著測試是成功的。 否則,它會嘗試翻譯和列印\"result\"變量中的內容.\n"
"\n"
"如果輸出的結果在列表或字典中您可以在`result`的內容中設定一個名為`column_order`的變量。\n"
"\n"
"若您需要它們,您同樣可以使用以列變量至您的代碼中:\n"
" * cr: cursor to the database\n"
" * uid: ID of the current user\n"
"\n"
"時刻留意的事是,所編寫的代碼均需要在python標準語法範圍內 (若您需要的話)。\n"
"\n"
"例如:\n"
" sql = '''SELECT id, name, ref, date\n"
" FROM account_move_line \n"
" WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
" '''\n"
" cr.execute(sql)\n"
" result = cr.dictfetchall()"
#. module: account_test
#: model_terms:ir.actions.act_window,help:account_test.action_accounting_assert
@ -162,6 +144,7 @@ msgstr "創建時間"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Description"
msgstr "描述"
@ -198,6 +181,11 @@ msgstr "最後更新人"
msgid "Last Updated on"
msgstr "最後更新時間"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Name"
msgstr ""
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.account_assert_form
msgid "Python Code"
@ -208,6 +196,11 @@ msgstr "Python 代碼"
msgid "Python code"
msgstr "Python代碼"
#. module: account_test
#: model_terms:ir.ui.view,arch_db:account_test.accounting_assert_test_view_search
msgid "Search Account Test"
msgstr ""
#. module: account_test
#: model:ir.model.fields,field_description:account_test.field_accounting_assert_test__sequence
msgid "Sequence"
@ -225,8 +218,7 @@ msgstr "測試 3: 憑證行"
#. module: account_test
#: model:accounting.assert.test,name:account_test.account_test_05
msgid ""
"Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
msgstr "測試 5.1 : 已調節發票的應收及應付分錄"
#. module: account_test
@ -261,7 +253,6 @@ msgid "Tests"
msgstr "測試"
#. module: account_test
#: code:addons/account_test/report/report_account_test.py:53
#, python-format
#: code:addons/account_test/report/report_account_test.py:0
msgid "The test was passed successfully"
msgstr "測試通過"

View file

@ -13,12 +13,12 @@ result = res
class AccountingAssertTest(models.Model):
_name = "accounting.assert.test"
_name = 'accounting.assert.test'
_description = 'Accounting Assert Test'
_order = "sequence"
name = fields.Char(string='Test Name', required=True, index=True, translate=True)
desc = fields.Text(string='Test Description', index=True, translate=True)
name = fields.Char(string='Test Name', required=True, translate=True)
desc = fields.Text(string='Test Description', translate=True)
code_exec = fields.Text(string='Python code', required=True, default=CODE_EXEC_DEFAULT)
active = fields.Boolean(default=True)
sequence = fields.Integer(default=10)

View file

@ -2,14 +2,14 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import datetime
from odoo import api, models, _
from odoo import api, models
from odoo.tools.safe_eval import safe_eval
#
# Use period and Journal for selection or resources
#
class ReportAssertAccount(models.AbstractModel):
class ReportAccount_TestReport_Accounttest(models.AbstractModel):
_name = 'report.account_test.report_accounttest'
_description = 'Account Test Report'
@ -35,22 +35,22 @@ class ReportAssertAccount(models.AbstractModel):
cols = list(item)
return [(col, item.get(col)) for col in cols if col in item]
localdict = {
context = {
'cr': self.env.cr,
'uid': self.env.uid,
'reconciled_inv': reconciled_inv, # specific function used in different tests
'result': None, # used to store the result of the test
'column_order': None, # used to choose the display order of columns (in case you are returning a list of dict)
'_': lambda *a, **kw: _(*a, **kw), # pylint: disable=E8502
'_': lambda *a, **kw: self.env._(*a, **kw), # pylint: disable=E8502,
}
safe_eval(code_exec, localdict, mode="exec", nocopy=True)
result = localdict['result']
column_order = localdict.get('column_order', None)
safe_eval(code_exec, context, mode="exec")
result = context['result']
column_order = context.get('column_order')
if not isinstance(result, (tuple, list, set)):
result = [result]
if not result:
result = [_('The test was passed successfully')]
result = [self.env._('The test was passed successfully')]
else:
def _format(item):
if isinstance(item, dict):

View file

@ -4,14 +4,14 @@
<t t-call="web.html_container">
<t t-call="web.internal_layout">
<div class="page">
<h2>Accounting tests on <span t-esc="datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')"/></h2>
<h2>Accounting tests on <span t-out="datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')"/></h2>
<div t-foreach="docs" t-as="o">
<p>
<strong>Name:</strong> <span t-field="o.name"/><br/>
<strong>Description:</strong> <span t-field="o.desc"/>
</p>
<p t-foreach="execute_code(o.code_exec)" t-as="test_result">
<span t-esc="test_result"/>
<span t-out="test_result"/>
</p>
</div>
</div>

View file

@ -2,14 +2,14 @@
<odoo>
<record model="ir.ui.view" id="account_assert_tree">
<field name="name">accounting.assert.test.tree</field>
<field name="name">accounting.assert.test.list</field>
<field name="model">accounting.assert.test</field>
<field name="arch" type="xml">
<tree string="Tests">
<list string="Tests">
<field name="sequence"/>
<field name="name"/>
<field name="desc"/>
</tree>
</list>
</field>
</record>
@ -78,7 +78,7 @@ Example:
<record model="ir.actions.act_window" id="action_accounting_assert">
<field name="name">Accounting Tests</field>
<field name="res_model">accounting.assert.test</field>
<field name="view_mode">tree,form</field>
<field name="view_mode">list,form</field>
<field name="search_view_id" ref="accounting_assert_test_view_search"/>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">

View file

@ -1,12 +1,14 @@
[project]
name = "odoo-bringout-oca-ocb-account_test"
version = "16.0.0"
description = "Accounting Consistency Tests - Odoo addon"
description = "Accounting Consistency Tests -
Odoo addon
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-account>=16.0.0",
"odoo-bringout-oca-ocb-account>=19.0.0",
"requests>=2.25.1"
]
readme = "README.md"
@ -16,7 +18,7 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]