From 5c5c396811c2ede1196e76ac394db7d31a50afc3 Mon Sep 17 00:00:00 2001 From: Laura V Date: Wed, 1 Jul 2026 13:41:25 +0000 Subject: [PATCH 1/3] Translated using Weblate (Swedish) Currently translated at 100.0% (29 of 29 strings) Translation: server-backend-19.0/server-backend-19.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-19-0/server-backend-19-0-base_external_dbsource/sv/ --- base_external_dbsource/i18n/sv.po | 65 +++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 21 deletions(-) diff --git a/base_external_dbsource/i18n/sv.po b/base_external_dbsource/i18n/sv.po index e50424b08..6cfc62c5b 100644 --- a/base_external_dbsource/i18n/sv.po +++ b/base_external_dbsource/i18n/sv.po @@ -9,14 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-02-18 02:29+0000\n" -"PO-Revision-Date: 2017-02-18 02:29+0000\n" -"Last-Translator: OCA Transbot , 2016\n" +"PO-Revision-Date: 2026-07-01 14:46+0000\n" +"Last-Translator: Laura V \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 5.15.2\n" #. module: base_external_dbsource #: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource__conn_string @@ -35,6 +36,19 @@ msgid "" " - Elasticsearch: https://user:%s@localhost:9200\n" " " msgstr "" +"\n" +" Exempelanslutningssträngar:\n" +" - Microsoft SQL Server:\n" +" mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n" +" - MySQL: mysql://user:%s@server:port/dbname\n" +" - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n" +" - ORACLE: username/%s@//server.address:port/instance\n" +" - PostgreSQL:\n" +" dbname='template1' user='dbuser' host='localhost' " +"port='5432' password=%s\n" +" - SQLite: sqlite:///test.db\n" +" - Elasticsearch: https://user:%s@localhost:9200\n" +" " #. module: base_external_dbsource #. odoo-python @@ -44,41 +58,43 @@ msgid "" "\"%(method)s\" method not found, check that all assets are installedfor the " "%(connector)s connector type." msgstr "" +"\"%(method)s\"-metoden hittades inte, kontrollera att alla tillgångar är " +"installerade för kopplingstypen %(connector)s." #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__ca_certs msgid "Ca Certs" -msgstr "" +msgstr "CA-certifikat" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__client_cert msgid "Client Cert" -msgstr "" +msgstr "Klientcertifikat" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__client_key msgid "Client Key" -msgstr "" +msgstr "Klientnyckel" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__company_id msgid "Company" -msgstr "" +msgstr "Bolag" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__conn_string_full msgid "Conn String Full" -msgstr "" +msgstr "Fullständig anslutningssträng" #. module: base_external_dbsource #: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form msgid "Connection String" -msgstr "" +msgstr "Anslutningssträng" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__conn_string msgid "Connection string" -msgstr "" +msgstr "Anslutningssträng" #. module: base_external_dbsource #. odoo-python @@ -89,6 +105,9 @@ msgid "" "Here is what we got instead:\n" "%s" msgstr "" +"Anslutningstestet misslyckades:\n" +"Det här fick vi istället:\n" +"%s" #. module: base_external_dbsource #. odoo-python @@ -98,11 +117,13 @@ msgid "" "Connection test succeeded:\n" "Everything seems properly set up!" msgstr "" +"Anslutningstestet lyckades:\n" +"Allt verkar vara korrekt konfigurerat!" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__connector msgid "Connector" -msgstr "" +msgstr "Koppling" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__create_uid @@ -117,12 +138,12 @@ msgstr "Skapad den" #. module: base_external_dbsource #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource msgid "Database Sources" -msgstr "" +msgstr "Datakällor" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__name msgid "Datasource name" -msgstr "" +msgstr "Datakällans namn" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__display_name @@ -132,13 +153,13 @@ msgstr "Visa namn" #. module: base_external_dbsource #: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form msgid "External DB Source" -msgstr "" +msgstr "Extern DB-källa" #. module: base_external_dbsource #: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource #: model:ir.model,name:base_external_dbsource.model_base_external_dbsource msgid "External Database Sources" -msgstr "" +msgstr "Externa datakällor" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__id @@ -151,6 +172,8 @@ msgid "" "If a connector is missing from the list, check the server log to confirm " "that the required components were detected." msgstr "" +"Om en koppling saknas i listan kontrollerar du serverloggen för att bekräfta " +"att de nödvändiga komponenterna hittades." #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__write_uid @@ -165,34 +188,34 @@ msgstr "Senast uppdaterad" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__password msgid "Password" -msgstr "" +msgstr "Lösenord" #. module: base_external_dbsource #: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource__ca_certs msgid "Path to CA Certs file on server." -msgstr "" +msgstr "Sökväg till CA-certifikatfilen på servern." #. module: base_external_dbsource #: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form msgid "Please check the tooltip for connection string examples" -msgstr "" +msgstr "Se verktygstipset för exempel på anslutningssträngar" #. module: base_external_dbsource #: model:ir.model.fields.selection,name:base_external_dbsource.selection__base_external_dbsource__connector__postgresql msgid "PostgreSQL" -msgstr "" +msgstr "PostgreSQL" #. module: base_external_dbsource #: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form msgid "Test Connection" -msgstr "" +msgstr "Testa anslutning" #. module: base_external_dbsource #. odoo-python #: code:addons/base_external_dbsource/models/base_external_dbsource.py:0 #, python-format msgid "query is a required argument" -msgstr "" +msgstr "fråga är ett obligatoriskt argument" #~ msgid "Last Modified on" #~ msgstr "Senast redigerad" From d87b3a25261e4cb12d726c33e2595be9558f7e31 Mon Sep 17 00:00:00 2001 From: Laura V Date: Wed, 1 Jul 2026 12:01:33 +0000 Subject: [PATCH 2/3] Translated using Weblate (Danish) Currently translated at 100.0% (29 of 29 strings) Translation: server-backend-19.0/server-backend-19.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-19-0/server-backend-19-0-base_external_dbsource/da/ --- base_external_dbsource/i18n/da.po | 65 +++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 21 deletions(-) diff --git a/base_external_dbsource/i18n/da.po b/base_external_dbsource/i18n/da.po index b914e6f32..9fef2e818 100644 --- a/base_external_dbsource/i18n/da.po +++ b/base_external_dbsource/i18n/da.po @@ -9,14 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-02-18 02:29+0000\n" -"PO-Revision-Date: 2017-02-18 02:29+0000\n" -"Last-Translator: OCA Transbot , 2016\n" +"PO-Revision-Date: 2026-07-01 14:46+0000\n" +"Last-Translator: Laura V \n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" "Language: da\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 5.15.2\n" #. module: base_external_dbsource #: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource__conn_string @@ -35,6 +36,19 @@ msgid "" " - Elasticsearch: https://user:%s@localhost:9200\n" " " msgstr "" +"\n" +" Eksempler på forbindelsesstrenge:\n" +" - Microsoft SQL Server:\n" +" mssql+pymssql://brugernavn:%s@server:port/dbnavn?charset=utf8\n" +" - MySQL: mysql://bruger:%s@server:port/dbnavn\n" +" - ODBC: DRIVER={FreeTDS};SERVER=server.adresse;Database=mindb;UID=sa\n" +" - ORACLE: brugernavn/%s@//server.adresse:port/instans\n" +" - PostgreSQL:\n" +" dbname='template1' user='dbuser' host='localhost' " +"port='5432' password=%s\n" +" - SQLite: sqlite:///test.db\n" +" - Elasticsearch: https://bruger:%s@localhost:9200\n" +" " #. module: base_external_dbsource #. odoo-python @@ -44,41 +58,43 @@ msgid "" "\"%(method)s\" method not found, check that all assets are installedfor the " "%(connector)s connector type." msgstr "" +"\"%(method)s\"-metoden blev ikke fundet. Kontroller, at alle aktiver er " +"installeret til connector-typen %(connector)s." #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__ca_certs msgid "Ca Certs" -msgstr "" +msgstr "CA-certifikater" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__client_cert msgid "Client Cert" -msgstr "" +msgstr "Klientcertifikat" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__client_key msgid "Client Key" -msgstr "" +msgstr "Klientnøgle" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__company_id msgid "Company" -msgstr "" +msgstr "Virksomhed" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__conn_string_full msgid "Conn String Full" -msgstr "" +msgstr "Fuld forbindelsesstreng" #. module: base_external_dbsource #: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form msgid "Connection String" -msgstr "" +msgstr "Forbindelsesstreng" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__conn_string msgid "Connection string" -msgstr "" +msgstr "Forbindelsesstreng" #. module: base_external_dbsource #. odoo-python @@ -89,6 +105,9 @@ msgid "" "Here is what we got instead:\n" "%s" msgstr "" +"Forbindelsestest mislykkedes:\n" +"Her er hvad vi fik i stedet:\n" +"%s" #. module: base_external_dbsource #. odoo-python @@ -98,11 +117,13 @@ msgid "" "Connection test succeeded:\n" "Everything seems properly set up!" msgstr "" +"Forbindelsestest lykkedes:\n" +"Alt ser ud til at være korrekt konfigureret!" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__connector msgid "Connector" -msgstr "" +msgstr "Connector" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__create_uid @@ -117,12 +138,12 @@ msgstr "Oprettet den" #. module: base_external_dbsource #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource msgid "Database Sources" -msgstr "" +msgstr "Databasekilder" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__name msgid "Datasource name" -msgstr "" +msgstr "Datakildenavn" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__display_name @@ -132,13 +153,13 @@ msgstr "Vist navn" #. module: base_external_dbsource #: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form msgid "External DB Source" -msgstr "" +msgstr "Ekstern DB-kilde" #. module: base_external_dbsource #: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource #: model:ir.model,name:base_external_dbsource.model_base_external_dbsource msgid "External Database Sources" -msgstr "" +msgstr "Eksterne databasekilder" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__id @@ -151,6 +172,8 @@ msgid "" "If a connector is missing from the list, check the server log to confirm " "that the required components were detected." msgstr "" +"Hvis en connector mangler på listen, skal du kontrollere serverloggen for at " +"bekræfte, at de nødvendige komponenter blev registreret." #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__write_uid @@ -165,34 +188,34 @@ msgstr "Sidst opdateret den" #. module: base_external_dbsource #: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource__password msgid "Password" -msgstr "" +msgstr "Adgangskode" #. module: base_external_dbsource #: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource__ca_certs msgid "Path to CA Certs file on server." -msgstr "" +msgstr "Sti til CA-certifikatfilen på serveren." #. module: base_external_dbsource #: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form msgid "Please check the tooltip for connection string examples" -msgstr "" +msgstr "Se venligst værktøjstippet for eksempler på forbindelsesstrenge" #. module: base_external_dbsource #: model:ir.model.fields.selection,name:base_external_dbsource.selection__base_external_dbsource__connector__postgresql msgid "PostgreSQL" -msgstr "" +msgstr "PostgreSQL" #. module: base_external_dbsource #: model_terms:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form msgid "Test Connection" -msgstr "" +msgstr "Test forbindelse" #. module: base_external_dbsource #. odoo-python #: code:addons/base_external_dbsource/models/base_external_dbsource.py:0 #, python-format msgid "query is a required argument" -msgstr "" +msgstr "forespørgsel er et påkrævet argument" #~ msgid "Last Modified on" #~ msgstr "Sidst ændret den" From 2ce83ce583d679babe734f1736d1ebda9555359e Mon Sep 17 00:00:00 2001 From: Laura V Date: Wed, 1 Jul 2026 12:01:12 +0000 Subject: [PATCH 3/3] Translated using Weblate (Danish) Currently translated at 100.0% (24 of 24 strings) Translation: server-backend-19.0/server-backend-19.0-base_global_discount Translate-URL: https://translation.odoo-community.org/projects/server-backend-19-0/server-backend-19-0-base_global_discount/da/ --- base_global_discount/i18n/da.po | 52 ++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/base_global_discount/i18n/da.po b/base_global_discount/i18n/da.po index d4d9396ac..752f8c39d 100644 --- a/base_global_discount/i18n/da.po +++ b/base_global_discount/i18n/da.po @@ -6,48 +6,50 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 19.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2026-07-01 14:46+0000\n" +"Last-Translator: Laura V \n" "Language-Team: none\n" "Language: da\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" +"X-Generator: Weblate 5.15.2\n" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__company_id msgid "Company" -msgstr "" +msgstr "Virksomhed" #. module: base_global_discount #: model:ir.model,name:base_global_discount.model_res_partner msgid "Contact" -msgstr "" +msgstr "Kontakt" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__create_uid msgid "Created by" -msgstr "" +msgstr "Oprettet af" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__create_date msgid "Created on" -msgstr "" +msgstr "Oprettet den" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__discount msgid "Discount" -msgstr "" +msgstr "Rabat" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__name msgid "Discount Name" -msgstr "" +msgstr "Rabatnavn" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__discount_scope msgid "Discount Scope" -msgstr "" +msgstr "Rabatomfang" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__display_name @@ -55,23 +57,23 @@ msgstr "" #: model:ir.model.fields,field_description:base_global_discount.field_product_template__display_name #: model:ir.model.fields,field_description:base_global_discount.field_res_partner__display_name msgid "Display Name" -msgstr "" +msgstr "Vist navn" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_product_product__bypass_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_product_template__bypass_global_discount msgid "Don't apply global discount" -msgstr "" +msgstr "Anvend ikke global rabat" #. module: base_global_discount #: model:ir.model.fields,help:base_global_discount.field_global_discount__sequence msgid "Gives the order to apply discounts" -msgstr "" +msgstr "Angiver rækkefølgen for anvendelse af rabatter" #. module: base_global_discount #: model:ir.model,name:base_global_discount.model_global_discount msgid "Global Discount" -msgstr "" +msgstr "Global rabat" #. module: base_global_discount #: model:ir.actions.act_window,name:base_global_discount.action_global_discount_tree @@ -79,7 +81,7 @@ msgstr "" #: model:res.groups.privilege,name:base_global_discount.res_groups_privilege_global_discount #: model_terms:ir.ui.view,arch_db:base_global_discount.global_discount_view_form msgid "Global Discounts" -msgstr "" +msgstr "Globale rabatter" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__id @@ -87,7 +89,7 @@ msgstr "" #: model:ir.model.fields,field_description:base_global_discount.field_product_template__id #: model:ir.model.fields,field_description:base_global_discount.field_res_partner__id msgid "ID" -msgstr "" +msgstr "Id" #. module: base_global_discount #: model:ir.model.fields,help:base_global_discount.field_product_product__bypass_global_discount @@ -96,57 +98,59 @@ msgid "" "If this checkbox is ticked, it means that this product will not be taken " "into account when calculating the global discounts." msgstr "" +"Hvis dette afkrydsningsfelt er markeret, betyder det, at dette produkt ikke " +"vil blive taget i betragtning ved beregning af globale rabatter." #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__write_uid msgid "Last Updated by" -msgstr "" +msgstr "Sidst opdateret af" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__write_date msgid "Last Updated on" -msgstr "" +msgstr "Sidst opdateret den" #. module: base_global_discount #: model:res.groups,name:base_global_discount.group_global_discount msgid "Manage Global Discounts" -msgstr "" +msgstr "Administrer globale rabatter" #. module: base_global_discount #: model:ir.model,name:base_global_discount.model_product_template msgid "Product" -msgstr "" +msgstr "Produkt" #. module: base_global_discount #: model:ir.model,name:base_global_discount.model_product_product msgid "Product Variant" -msgstr "" +msgstr "Produktvariant" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_res_partner__supplier_global_discount_ids #: model:ir.model.fields,field_description:base_global_discount.field_res_users__supplier_global_discount_ids #: model_terms:ir.ui.view,arch_db:base_global_discount.res_partner_form_view msgid "Purchase Global Discounts" -msgstr "" +msgstr "Globale indkøbsrabatter" #. module: base_global_discount #: model:ir.model.fields.selection,name:base_global_discount.selection__global_discount__discount_scope__purchase msgid "Purchases" -msgstr "" +msgstr "Indkøb" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_res_partner__customer_global_discount_ids #: model:ir.model.fields,field_description:base_global_discount.field_res_users__customer_global_discount_ids #: model_terms:ir.ui.view,arch_db:base_global_discount.res_partner_form_view msgid "Sale Global Discounts" -msgstr "" +msgstr "Globale salgsrabatter" #. module: base_global_discount #: model:ir.model.fields.selection,name:base_global_discount.selection__global_discount__discount_scope__sale msgid "Sales" -msgstr "" +msgstr "Salg" #. module: base_global_discount #: model:ir.model.fields,field_description:base_global_discount.field_global_discount__sequence msgid "Sequence" -msgstr "" +msgstr "Rækkefølge"