diff --git a/website_altcha/i18n/fr.po b/website_altcha/i18n/fr.po new file mode 100644 index 0000000000..6722a27c4e --- /dev/null +++ b/website_altcha/i18n/fr.po @@ -0,0 +1,179 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_altcha +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-08-11 18:46+0000\n" +"Last-Translator: Thibault REY \n" +"Language-Team: none\n" +"Language: fr\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: website_altcha +#: model_terms:ir.ui.view,arch_db:website_altcha.res_config_settings_view_form +msgid "Add Altcha functionality" +msgstr "" + +#. module: website_altcha +#: model_terms:ir.ui.view,arch_db:website_altcha.res_config_settings_view_form +msgid "Algorithm" +msgstr "Algorithme" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_res_config_settings__altcha_algorithm +#: model:ir.model.fields,field_description:website_altcha.field_website__altcha_algorithm +msgid "Altcha Algorithm" +msgstr "Algorithme Altcha" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_res_config_settings__altcha_cost +#: model:ir.model.fields,field_description:website_altcha.field_website__altcha_cost +msgid "Altcha Cost" +msgstr "Coût du challenge Altcha" + +#. module: website_altcha +#: model:ir.model,name:website_altcha.model_altcha_key +#: model:ir.model.fields,field_description:website_altcha.field_res_config_settings__altcha_key +#: model:ir.model.fields,field_description:website_altcha.field_website__altcha_key +msgid "Altcha Key" +msgstr "Clé Altcha" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_res_config_settings__altcha_private_key +#: model:ir.model.fields,field_description:website_altcha.field_website__altcha_private_key +msgid "Altcha Private Key" +msgstr "Clé privée Altcha" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_res_config_settings__altcha_timeout +#: model:ir.model.fields,field_description:website_altcha.field_website__altcha_timeout +msgid "Altcha Timeout" +msgstr "Délai d'attente Altcha" + +#. module: website_altcha +#: model:ir.model,name:website_altcha.model_res_config_settings +msgid "Config Settings" +msgstr "Paramètres de configuration" + +#. module: website_altcha +#: model_terms:ir.ui.view,arch_db:website_altcha.res_config_settings_view_form +msgid "Cost" +msgstr "Coût" + +#. module: website_altcha +#: model:ir.model.fields,help:website_altcha.field_res_config_settings__altcha_cost +#: model:ir.model.fields,help:website_altcha.field_website__altcha_cost +msgid "" +"Cost factor for the hashing algorithm.\n" +" For PBKDF2, this is the number of iterations.\n" +" Default is 5000 for PBKDF2/SHA-512." +msgstr "" +"Facteur de coût pour l'algorithme de hachage.\n" +" Pour PBKDF2, il s'agit du nombre d'itérations.\n" +" La valeur par défaut est 5000 pour PBKDF2/SHA-512." + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_altcha_key__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_altcha_key__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_altcha_key__display_name +msgid "Display Name" +msgstr "Nom" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_res_config_settings__altcha_enabled +msgid "Enable Altcha" +msgstr "Activer Altcha" + +#. module: website_altcha +#: model:ir.model.fields,help:website_altcha.field_res_config_settings__altcha_enabled +msgid "Enable Altcha functionality on the website." +msgstr "Activer Altcha sur le site web." + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_altcha_key__expires_at +msgid "Expires At" +msgstr "Expire le" + +#. module: website_altcha +#: model_terms:ir.ui.view,arch_db:website_altcha.res_config_settings_view_form +msgid "HMAC key secret" +msgstr "Clé secrète HMAC" + +#. module: website_altcha +#: model_terms:ir.ui.view,arch_db:website_altcha.res_config_settings_view_form +msgid "HMAC secret" +msgstr "Secret HMAC" + +#. module: website_altcha +#: model:ir.model,name:website_altcha.model_ir_http +msgid "HTTP Routing" +msgstr "Routage HTTP" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_altcha_key__id +msgid "ID" +msgstr "ID" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_altcha_key__key +msgid "Key" +msgstr "Clé" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_altcha_key__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_altcha_key__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: website_altcha +#. odoo-python +#: code:addons/website_altcha/models/ir_http.py:0 +msgid "Suspicious activity detected by Altcha" +msgstr "Activité suspecte détectée par Altcha" + +#. module: website_altcha +#: model:ir.model.constraint,message:website_altcha.constraint_altcha_key_key_uniq +msgid "The Altcha key must be unique." +msgstr "La clé Altcha doit être unique." + +#. module: website_altcha +#: model:ir.model.fields,help:website_altcha.field_res_config_settings__altcha_timeout +#: model:ir.model.fields,help:website_altcha.field_website__altcha_timeout +msgid "Time in minutes before a captcha expires. Default is 5 minutes." +msgstr "" +"Durée en minutes avant l'expiration d'un captcha. La valeur par défaut est " +"de 5 minutes." + +#. module: website_altcha +#: model_terms:ir.ui.view,arch_db:website_altcha.res_config_settings_view_form +msgid "Timeout" +msgstr "Délais d'attente" + +#. module: website_altcha +#: model:ir.model.fields,field_description:website_altcha.field_altcha_key__used +msgid "Used" +msgstr "Utilisé" + +#. module: website_altcha +#: model:ir.model,name:website_altcha.model_website +msgid "Website" +msgstr "Site web" diff --git a/website_analytics_matomo/i18n/sl.po b/website_analytics_matomo/i18n/sl.po index a09b524f50..150e30c190 100644 --- a/website_analytics_matomo/i18n/sl.po +++ b/website_analytics_matomo/i18n/sl.po @@ -9,70 +9,72 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-16 03:45+0000\n" -"PO-Revision-Date: 2018-01-16 03:45+0000\n" -"Last-Translator: OCA Transbot , 2018\n" +"PO-Revision-Date: 2026-08-11 04:59+0000\n" +"Last-Translator: Matjaz Mozetic \n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " -"n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 5.15.2\n" #. module: website_analytics_matomo #: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form msgid "Active Time (seconds)" -msgstr "" +msgstr "Aktivni čas (v sekundah)" #. module: website_analytics_matomo #: model:ir.model,name:website_analytics_matomo.model_res_config_settings msgid "Config Settings" -msgstr "" +msgstr "Nastavitve" #. module: website_analytics_matomo #: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form msgid "Enable User ID" -msgstr "" +msgstr "Omogoči ID uporabnika" #. module: website_analytics_matomo #: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form msgid "Enable heartbeat" -msgstr "" +msgstr "Omogoči srčni utrip" #. module: website_analytics_matomo #: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer #: model:ir.model.fields,help:website_analytics_matomo.field_website__matomo_heartbeat_timer msgid "How many seconds a tab needs to be active to be counted as viewed." msgstr "" +"Koliko sekund mora biti zavihek aktiven, da se lahko obravnava kot ogledan." #. module: website_analytics_matomo #: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__has_matomo_analytics #: model:ir.model.fields,field_description:website_analytics_matomo.field_website__has_matomo_analytics msgid "Matomo Analytics" -msgstr "" +msgstr "Matomo analitika" #. module: website_analytics_matomo #: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_heartbeat #: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_heartbeat msgid "Matomo Enable Heartbeat" -msgstr "" +msgstr "Matomo omogoči srčni utrip" #. module: website_analytics_matomo #: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_enable_userid #: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_enable_userid msgid "Matomo Enable Userid" -msgstr "" +msgstr "Matomo omogoči ID uporabnika" #. module: website_analytics_matomo #: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_get_userid msgid "Matomo Get Userid" -msgstr "" +msgstr "Matomo pridobi ID uporabnika" #. module: website_analytics_matomo #: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_heartbeat_timer #: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_heartbeat_timer msgid "Matomo Heartbeat Timer" -msgstr "" +msgstr "Matomo – časomer srčnega utripa" #. module: website_analytics_matomo #: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_host @@ -83,7 +85,7 @@ msgstr "Matomo gostitelj" #. module: website_analytics_matomo #: model:ir.model.fields,field_description:website_analytics_matomo.field_website__matomo_analytics_host_url msgid "Matomo host URL" -msgstr "" +msgstr "Matomo URL gostitelja" #. module: website_analytics_matomo #: model:ir.model.fields,field_description:website_analytics_matomo.field_res_config_settings__matomo_analytics_id @@ -100,6 +102,11 @@ msgid "" "page or focuses away from the tab)\n" " then a ping request will be sent." msgstr "" +"Nastavite čas aktivnosti v sekundah. Šele če je bila stran ogledana vsaj " +"toliko\n" +" časa (in če uporabnik zapusti stran ali " +"preusmeri pozornost stran od zavihka),\n" +" bo ping-poizvedba poslana." #. module: website_analytics_matomo #: model:ir.model.fields,help:website_analytics_matomo.field_res_config_settings__matomo_analytics_id @@ -113,11 +120,12 @@ msgstr "Matomo ID za identifikacijo spletne strani" msgid "" "The host/path your Matomo installation is accessible by on the internet." msgstr "" +"Gostitelj/pot, prek katere je vaša namestitev Matomo dostopna na internetu." #. module: website_analytics_matomo #: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form msgid "Track visits in Matomo Analytics" -msgstr "" +msgstr "Sledenje obiskom v Matomo Analytics" #. module: website_analytics_matomo #: model:ir.model,name:website_analytics_matomo.model_website @@ -127,7 +135,7 @@ msgstr "Spletna stran" #. module: website_analytics_matomo #: model_terms:ir.ui.view,arch_db:website_analytics_matomo.res_config_settings_view_form msgid "https://matomo.host.name/" -msgstr "" +msgstr "https://matomo.host.name/" #~ msgid "" #~ "The host/path your Matomo installation is accessible by on the internet. " diff --git a/website_product_document_download_counter/i18n/sl.po b/website_product_document_download_counter/i18n/sl.po new file mode 100644 index 0000000000..0916c225b5 --- /dev/null +++ b/website_product_document_download_counter/i18n/sl.po @@ -0,0 +1,56 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_product_document_download_counter +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-08-11 07:46+0000\n" +"Last-Translator: Matjaz Mozetic \n" +"Language-Team: none\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 5.15.2\n" + +#. module: website_product_document_download_counter +#. odoo-python +#: code:addons/website_product_document_download_counter/models/product_document.py:0 +msgid "Can't download a document not shown on product page" +msgstr "Ne morem prenesti dokumenta, ki ni prikazan na strani proizvoda" + +#. module: website_product_document_download_counter +#. odoo-python +#: code:addons/website_product_document_download_counter/models/product_document.py:0 +msgid "Can't download an inactive document" +msgstr "Ne morem prenesti neaktivnega dokumenta" + +#. module: website_product_document_download_counter +#: model:ir.model.fields,field_description:website_product_document_download_counter.field_product_document__download_count +msgid "Download Count" +msgstr "Št. prenosov" + +#. module: website_product_document_download_counter +#: model:ir.model.fields,field_description:website_product_document_download_counter.field_product_document__download_count_enabled +msgid "Download Count Enabled" +msgstr "Števec prenosov omogočen" + +#. module: website_product_document_download_counter +#: model:ir.model.fields,help:website_product_document_download_counter.field_product_document__download_count_enabled +msgid "Enable download counting for this document when published on website" +msgstr "" +"Omogoči štetje prenosov tega dokumenta kadar je objavljen na spletni strani" + +#. module: website_product_document_download_counter +#: model:ir.model.fields,help:website_product_document_download_counter.field_product_document__download_count +msgid "Number of times this document has been downloaded" +msgstr "Število prenosov tega dokumenta" + +#. module: website_product_document_download_counter +#: model:ir.model,name:website_product_document_download_counter.model_product_document +msgid "Product Document" +msgstr "Dokument proizvoda"