Translated using Weblate (Swedish)
Currently translated at 100.0% (51 of 51 strings) Translation: server-tools-17.0/server-tools-17.0-base_exception Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_exception/sv/pull/2976/head
parent
c79e09e3b5
commit
024e3247fc
|
@ -9,54 +9,55 @@ msgstr ""
|
|||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-05-01 10:38+0000\n"
|
||||
"PO-Revision-Date: 2017-05-01 10:38+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"PO-Revision-Date: 2024-06-12 11:44+0000\n"
|
||||
"Last-Translator: jakobkrabbe <jakob@syscare.se>\n"
|
||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
||||
"Language: sv\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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "<code>self</code>: Record on which the rule is evaluated."
|
||||
msgstr ""
|
||||
msgstr "<code>själv</code>: Den post som regeln utvärderas på."
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
msgstr "Aktiv"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
|
||||
msgid "Apply on"
|
||||
msgstr ""
|
||||
msgstr "Ansök på"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
msgstr "Arkiverad"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "As well as all the libraries provided in safe_eval."
|
||||
msgstr ""
|
||||
msgstr "Samt alla bibliotek som finns i safe_eval."
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_domain
|
||||
msgid "By domain"
|
||||
msgstr ""
|
||||
msgstr "Genom domän"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method
|
||||
msgid "By method"
|
||||
msgstr ""
|
||||
msgstr "Genom metod"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code
|
||||
msgid "By python code"
|
||||
msgstr ""
|
||||
msgstr "Av pythonkod"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
|
||||
|
@ -67,11 +68,16 @@ msgid ""
|
|||
"with several records\n"
|
||||
"By method: allow to select an existing check method"
|
||||
msgstr ""
|
||||
"Genom pythonkod: tillåtelse att definiera godtycklig kontroll\n"
|
||||
"Efter domän: begränsad till ett urval av en odoo-domän:\n"
|
||||
" prestandan kan bli bättre när undantag utvärderas med flera "
|
||||
"poster\n"
|
||||
"Efter metod: gör det möjligt att välja en befintlig kontrollmetod"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Nära"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
|
||||
|
@ -96,7 +102,7 @@ msgstr "Visa namn"
|
|||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
|
||||
msgid "Domain"
|
||||
msgstr ""
|
||||
msgstr "Domän"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
|
@ -104,6 +110,8 @@ msgid ""
|
|||
"Enter Python code here. Help about Python expression is available in the "
|
||||
"help tab of this document."
|
||||
msgstr ""
|
||||
"Ange Python-kod här. Hjälp om Python-uttryck finns i hjälpfliken i det här "
|
||||
"dokumentet."
|
||||
|
||||
#. module: base_exception
|
||||
#. odoo-python
|
||||
|
@ -114,84 +122,85 @@ msgid ""
|
|||
" %(rule_name)s \n"
|
||||
"(%(error)s)"
|
||||
msgstr ""
|
||||
"Fel vid utvärdering av regeln exception.rule:\n"
|
||||
" %(rule_name)s\n"
|
||||
"(%(error)s)"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model,name:base_exception.model_base_exception
|
||||
#, fuzzy
|
||||
msgid "Exception"
|
||||
msgstr "Beskrivning"
|
||||
msgstr "Undantag"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
|
||||
msgid "Exception Name"
|
||||
msgstr ""
|
||||
msgstr "Namn på undantag"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model,name:base_exception.model_exception_rule
|
||||
msgid "Exception Rule"
|
||||
msgstr ""
|
||||
msgstr "Undantagsregel"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model,name:base_exception.model_exception_rule_confirm
|
||||
msgid "Exception Rule Confirm Wizard"
|
||||
msgstr ""
|
||||
msgstr "Guiden för bekräftelse av undantagsregel"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model,name:base_exception.model_base_exception_method
|
||||
msgid "Exception Rule Methods"
|
||||
msgstr ""
|
||||
msgstr "Metoder för undantagsregler"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Exception Rule Setup"
|
||||
msgstr ""
|
||||
msgstr "Inställning av undantagsregel"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
|
||||
#: model:ir.ui.menu,name:base_exception.menu_action_exception
|
||||
msgid "Exception Rules"
|
||||
msgstr ""
|
||||
msgstr "Regler för undantag"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
|
||||
msgid "Exception Type"
|
||||
msgstr ""
|
||||
msgstr "Typ av undantag"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:res.groups,name:base_exception.group_exception_rule_manager
|
||||
msgid "Exception manager"
|
||||
msgstr ""
|
||||
msgstr "Chef för undantag"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
|
||||
msgid "Exceptions"
|
||||
msgstr ""
|
||||
msgstr "Undantag"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
|
||||
#, fuzzy
|
||||
msgid "Exceptions Summary"
|
||||
msgstr "Beskrivning"
|
||||
msgstr "Undantagssummering"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
|
||||
msgid "Exceptions to resolve"
|
||||
msgstr ""
|
||||
msgstr "Undantag som ska lösas"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
|
||||
msgid "Gives the sequence order when applying the test"
|
||||
msgstr ""
|
||||
msgstr "Anger ordningsföljden vid tillämpning av testet"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
msgstr "Hjälp"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Help with Python expressions"
|
||||
msgstr ""
|
||||
msgstr "Hjälp med Python-uttryck"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
|
||||
|
@ -202,12 +211,12 @@ msgstr "ID"
|
|||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
|
||||
msgid "Ignore Exceptions"
|
||||
msgstr ""
|
||||
msgstr "Ignorera undantag"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking
|
||||
msgid "Is Blocking"
|
||||
msgstr ""
|
||||
msgstr "Är blockerande"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
|
||||
|
@ -222,35 +231,35 @@ msgstr "Senast uppdaterad"
|
|||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
|
||||
msgid "Main Exception"
|
||||
msgstr ""
|
||||
msgstr "Huvudsakligt undantag"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
msgstr "Metod"
|
||||
|
||||
#. module: base_exception
|
||||
#. odoo-python
|
||||
#: code:addons/base_exception/wizard/base_exception_confirm.py:0
|
||||
#, python-format
|
||||
msgid "Only 1 ID accepted, got %r."
|
||||
msgstr ""
|
||||
msgstr "Endast 1 ID accepterat, fick %r."
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
|
||||
msgid "Outstanding exceptions to manage"
|
||||
msgstr ""
|
||||
msgstr "Utestående undantag att hantera"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
|
||||
msgid "Outstanding exceptions to manager"
|
||||
msgstr ""
|
||||
msgstr "Utestående undantag till chef"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Python Code"
|
||||
msgstr ""
|
||||
msgstr "Python-kod"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule__code
|
||||
|
@ -258,24 +267,25 @@ msgid ""
|
|||
"Python code executed to check if the exception apply or not. Use failed = "
|
||||
"True to block the exception"
|
||||
msgstr ""
|
||||
"Python-kod som körs för att kontrollera om undantaget gäller eller inte. "
|
||||
"Använd failed = True för att blockera undantaget"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
|
||||
#, fuzzy
|
||||
msgid "Related Model"
|
||||
msgstr "Skapad den"
|
||||
msgstr "Relaterad model"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
msgstr "Sekvens"
|
||||
|
||||
#. module: base_exception
|
||||
#. odoo-python
|
||||
#: code:addons/base_exception/models/base_exception.py:0
|
||||
#, python-format
|
||||
msgid "The exceptions can not be ignored, because some of them are blocking."
|
||||
msgstr ""
|
||||
msgstr "Undantagen kan inte ignoreras, eftersom vissa av dem är blockerande."
|
||||
|
||||
#. module: base_exception
|
||||
#. odoo-python
|
||||
|
@ -285,11 +295,13 @@ msgid ""
|
|||
"There is a problem of configuration, python code, domain or method is "
|
||||
"missing to match the exception type."
|
||||
msgstr ""
|
||||
"Det finns ett problem med konfigurationen, pythonkod, domän eller metod "
|
||||
"saknas för att matcha undantagstypen."
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "To block the exception use: <code>failed = True</code>"
|
||||
msgstr ""
|
||||
msgstr "Använd för att blockera undantaget: <code>failed = True</code>"
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
|
@ -297,11 +309,13 @@ msgid ""
|
|||
"Various fields may use Python code or Python expressions. The following "
|
||||
"variables can be used:"
|
||||
msgstr ""
|
||||
"I olika fält kan Python-kod eller Python-uttryck användas. Följande "
|
||||
"variabler kan användas:"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule__is_blocking
|
||||
msgid "When checked the exception can not be ignored"
|
||||
msgstr ""
|
||||
msgstr "När undantaget kontrolleras kan det inte ignoreras"
|
||||
|
||||
#~ msgid "Last Modified on"
|
||||
#~ msgstr "Senast redigerad"
|
||||
|
|
Loading…
Reference in New Issue