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

@ -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 ""