From a603dcccfdce8a96082754587b861e9780e9a7ef Mon Sep 17 00:00:00 2001 From: mymage Date: Tue, 2 Jan 2024 14:49:06 +0000 Subject: [PATCH 1/5] Added translation using Weblate (Italian) --- base_external_system/i18n/it.po | 287 ++++++++++++++++++++++++++++++++ 1 file changed, 287 insertions(+) create mode 100644 base_external_system/i18n/it.po diff --git a/base_external_system/i18n/it.po b/base_external_system/i18n/it.po new file mode 100644 index 000000000..96c22bac7 --- /dev/null +++ b/base_external_system/i18n/it.po @@ -0,0 +1,287 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_external_system +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\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: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__company_ids +#: model:ir.model.fields,help:base_external_system.field_external_system_os__company_ids +msgid "Access to this system is restricted to these companies." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__company_ids +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__company_ids +msgid "Companies" +msgstr "" + +#. module: base_external_system +#: model:ir.model.constraint,message:base_external_system.constraint_external_system_name_uniq +msgid "Connection name must be unique." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__create_uid +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__create_uid +msgid "Created by" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__create_date +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__create_date +msgid "Created on" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__display_name +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__display_name +msgid "Display Name" +msgstr "" + +#. module: base_external_system +#: model:ir.model,name:base_external_system.model_external_system +#: model_terms:ir.ui.view,arch_db:base_external_system.external_system_view_form +msgid "External System" +msgstr "" + +#. module: base_external_system +#: model:ir.model,name:base_external_system.model_external_system_adapter +msgid "External System Adapter" +msgstr "" + +#. module: base_external_system +#: model:ir.model,name:base_external_system.model_external_system_os +msgid "External System OS" +msgstr "" + +#. module: base_external_system +#: model:ir.actions.act_window,name:base_external_system.external_system_action +#: model:ir.ui.menu,name:base_external_system.menu_external_system +#: model_terms:ir.ui.view,arch_db:base_external_system.external_system_view_search +msgid "External Systems" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__fingerprint +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__fingerprint +msgid "Fingerprint" +msgstr "" + +#. module: base_external_system +#. odoo-python +#: code:addons/base_external_system/models/external_system.py:0 +#, python-format +msgid "Fingerprint cannot be empty when Ignore Fingerprint is not checked." +msgstr "" + +#. module: base_external_system +#: model_terms:ir.ui.view,arch_db:base_external_system.external_system_view_search +msgid "Group By" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__host +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__host +#: model_terms:ir.ui.view,arch_db:base_external_system.external_system_view_search +msgid "Host" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__id +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__id +msgid "ID" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__ignore_fingerprint +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__ignore_fingerprint +msgid "Ignore Fingerprint" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__interface +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__interface +msgid "Interface" +msgstr "" + +#. module: base_external_system +#: model_terms:ir.ui.view,arch_db:base_external_system.external_system_view_form +msgid "Keys" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system____last_update +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__write_uid +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__write_date +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__name +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__name +msgid "Name" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__password +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__password +msgid "Password" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__port +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__port +#: model_terms:ir.ui.view,arch_db:base_external_system.external_system_view_search +msgid "Port" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__private_key +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__private_key +msgid "Private Key" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__private_key_password +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__private_key_password +msgid "Private Key Password" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__remote_path +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__remote_path +msgid "Remote Path" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__remote_path +#: model:ir.model.fields,help:base_external_system.field_external_system_os__remote_path +msgid "Restrict to this directory path on the remote, if applicable." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__ignore_fingerprint +#: model:ir.model.fields,help:base_external_system.field_external_system_os__ignore_fingerprint +msgid "" +"Set this to `True` in order to ignore an invalid/unknown fingerprint from " +"the system." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system_adapter__system_id +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__system_id +msgid "System" +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__system_type +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__system_type +msgid "System Type" +msgstr "" + +#. module: base_external_system +#: model_terms:ir.ui.view,arch_db:base_external_system.external_system_view_form +msgid "Test Connection" +msgstr "" + +#. module: base_external_system +#. odoo-python +#: code:addons/base_external_system/models/external_system_adapter.py:0 +#, python-format +msgid "The connection was a success." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__name +#: model:ir.model.fields,help:base_external_system.field_external_system_os__name +msgid "This is the canonical (humanized) name for the system." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__host +#: model:ir.model.fields,help:base_external_system.field_external_system_os__host +msgid "This is the domain or IP address that the system can be reached at." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__fingerprint +#: model:ir.model.fields,help:base_external_system.field_external_system_os__fingerprint +msgid "" +"This is the fingerprint that is advertised by this system in order to " +"validate its identity." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__interface +#: model:ir.model.fields,help:base_external_system.field_external_system_os__interface +msgid "" +"This is the interface that this system represents. It is created " +"automatically upon creation of the external system." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__password +#: model:ir.model.fields,help:base_external_system.field_external_system_os__password +msgid "" +"This is the password that is used for authenticating to this system, if " +"applicable." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__private_key_password +#: model:ir.model.fields,help:base_external_system.field_external_system_os__private_key_password +msgid "" +"This is the password to unlock the private key that was provided for this " +"sytem." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__port +#: model:ir.model.fields,help:base_external_system.field_external_system_os__port +msgid "This is the port number that the system is listening on." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__private_key +#: model:ir.model.fields,help:base_external_system.field_external_system_os__private_key +msgid "" +"This is the private key that is used for authenticating to this system, if " +"applicable." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,help:base_external_system.field_external_system__username +#: model:ir.model.fields,help:base_external_system.field_external_system_os__username +msgid "" +"This is the username that is used for authenticating to this system, if " +"applicable." +msgstr "" + +#. module: base_external_system +#: model:ir.model.fields,field_description:base_external_system.field_external_system__username +#: model:ir.model.fields,field_description:base_external_system.field_external_system_os__username +#: model_terms:ir.ui.view,arch_db:base_external_system.external_system_view_search +msgid "Username" +msgstr "" From caca6cf4f422346ccf6b711b5cb29e721aef6c8c Mon Sep 17 00:00:00 2001 From: mymage Date: Tue, 2 Jan 2024 14:49:12 +0000 Subject: [PATCH 2/5] Added translation using Weblate (Italian) --- base_external_dbsource_mssql/i18n/it.po | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 base_external_dbsource_mssql/i18n/it.po diff --git a/base_external_dbsource_mssql/i18n/it.po b/base_external_dbsource_mssql/i18n/it.po new file mode 100644 index 000000000..635b16ca1 --- /dev/null +++ b/base_external_dbsource_mssql/i18n/it.po @@ -0,0 +1,37 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_external_dbsource_mssql +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\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: base_external_dbsource_mssql +#: model:ir.model.fields,field_description:base_external_dbsource_mssql.field_base_external_dbsource__connector +msgid "Connector" +msgstr "" + +#. module: base_external_dbsource_mssql +#: model:ir.model,name:base_external_dbsource_mssql.model_base_external_dbsource +msgid "External Database Sources" +msgstr "" + +#. module: base_external_dbsource_mssql +#: model:ir.model.fields,help:base_external_dbsource_mssql.field_base_external_dbsource__connector +msgid "" +"If a connector is missing from the list, check the server log to confirm " +"that the required components were detected." +msgstr "" + +#. module: base_external_dbsource_mssql +#: model:ir.model.fields.selection,name:base_external_dbsource_mssql.selection__base_external_dbsource__connector__mssql +msgid "Microsoft SQL Server" +msgstr "" From 585604eaf76d4b2c549144b217c908dcff534de1 Mon Sep 17 00:00:00 2001 From: mymage Date: Tue, 2 Jan 2024 15:14:51 +0000 Subject: [PATCH 3/5] Added translation using Weblate (Italian) --- base_user_role_history/i18n/it.po | 164 ++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 base_user_role_history/i18n/it.po diff --git a/base_user_role_history/i18n/it.po b/base_user_role_history/i18n/it.po new file mode 100644 index 000000000..6340a1c6f --- /dev/null +++ b/base_user_role_history/i18n/it.po @@ -0,0 +1,164 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_user_role_history +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\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: base_user_role_history +#: model_terms:ir.ui.view,arch_db:base_user_role_history.res_users_form_view +msgid "Last update of roles" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__performed_action +#: model_terms:ir.ui.view,arch_db:base_user_role_history.base_user_role_line_history_search_view +msgid "Action" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__new_is_enabled +msgid "Active after edit" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__old_is_enabled +msgid "Active before edit" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields.selection,name:base_user_role_history.selection__base_user_role_line_history__performed_action__add +msgid "Add" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__create_uid +msgid "Created by" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__create_date +msgid "Created on" +msgstr "" + +#. module: base_user_role_history +#: model_terms:ir.ui.view,arch_db:base_user_role_history.base_user_role_line_history_form_view +#: model_terms:ir.ui.view,arch_db:base_user_role_history.base_user_role_line_history_tree_view +msgid "Date and time of edition" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields.selection,name:base_user_role_history.selection__base_user_role_line_history__performed_action__unlink +msgid "Delete" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__display_name +msgid "Display Name" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields.selection,name:base_user_role_history.selection__base_user_role_line_history__performed_action__edit +msgid "Edit" +msgstr "" + +#. module: base_user_role_history +#: model_terms:ir.ui.view,arch_db:base_user_role_history.base_user_role_line_history_form_view +msgid "Edited user" +msgstr "" + +#. module: base_user_role_history +#: model_terms:ir.ui.view,arch_db:base_user_role_history.base_user_role_line_history_form_view +#: model_terms:ir.ui.view,arch_db:base_user_role_history.base_user_role_line_history_tree_view +msgid "Editor" +msgstr "" + +#. module: base_user_role_history +#: model_terms:ir.ui.view,arch_db:base_user_role_history.base_user_role_line_history_search_view +msgid "Group By" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model,name:base_user_role_history.model_base_user_role_line_history +msgid "History of user roles" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__id +msgid "ID" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_res_users__last_role_line_modification +msgid "Last roles modification" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__new_date_to +msgid "New end date" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__new_role_id +#: model_terms:ir.ui.view,arch_db:base_user_role_history.base_user_role_line_history_search_view +msgid "New role" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__new_date_from +msgid "New start date" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__old_date_to +msgid "Old end date" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__old_role_id +#: model_terms:ir.ui.view,arch_db:base_user_role_history.base_user_role_line_history_search_view +msgid "Old role" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__old_date_from +msgid "Old start date" +msgstr "" + +#. module: base_user_role_history +#. odoo-python +#: code:addons/base_user_role_history/models/res_users.py:0 +#: model_terms:ir.ui.view,arch_db:base_user_role_history.res_users_form_view +#, python-format +msgid "Roles history" +msgstr "" + +#. module: base_user_role_history +#: model:ir.model,name:base_user_role_history.model_res_users +#: model:ir.model.fields,field_description:base_user_role_history.field_base_user_role_line_history__user_id +msgid "User" +msgstr "" From b195c0ba9080381ef51c8ebe48736edb9ce80e00 Mon Sep 17 00:00:00 2001 From: mymage Date: Tue, 2 Jan 2024 15:14:56 +0000 Subject: [PATCH 4/5] Added translation using Weblate (Italian) --- base_global_discount/i18n/it.po | 126 ++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 base_global_discount/i18n/it.po diff --git a/base_global_discount/i18n/it.po b/base_global_discount/i18n/it.po new file mode 100644 index 000000000..2ff90edba --- /dev/null +++ b/base_global_discount/i18n/it.po @@ -0,0 +1,126 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_global_discount +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\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: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__company_id +msgid "Company" +msgstr "" + +#. module: base_global_discount +#: model:ir.model,name:base_global_discount.model_res_partner +msgid "Contact" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__create_uid +msgid "Created by" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__create_date +msgid "Created on" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__discount +msgid "Discount" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__name +msgid "Discount Name" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__discount_scope +msgid "Discount Scope" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__display_name +msgid "Display Name" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,help:base_global_discount.field_global_discount__sequence +msgid "Gives the order to apply discounts" +msgstr "" + +#. module: base_global_discount +#: model:ir.model,name:base_global_discount.model_global_discount +msgid "Global Discount" +msgstr "" + +#. module: base_global_discount +#: model:ir.actions.act_window,name:base_global_discount.action_global_discount_tree +#: model:ir.ui.menu,name:base_global_discount.menu_global_discount +#: model_terms:ir.ui.view,arch_db:base_global_discount.global_discount_view_form +msgid "Global Discounts" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__id +msgid "ID" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_global_discount +#: model:res.groups,name:base_global_discount.group_global_discount +msgid "Manage Global Discounts" +msgstr "" + +#. 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 "" + +#. module: base_global_discount +#: model:ir.model.fields.selection,name:base_global_discount.selection__global_discount__discount_scope__purchase +msgid "Purchases" +msgstr "" + +#. 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 "" + +#. module: base_global_discount +#: model:ir.model.fields.selection,name:base_global_discount.selection__global_discount__discount_scope__sale +msgid "Sales" +msgstr "" + +#. module: base_global_discount +#: model:ir.model.fields,field_description:base_global_discount.field_global_discount__sequence +msgid "Sequence" +msgstr "" From 07b729f620f76d51eb3cc26a2796cee8fd8b1016 Mon Sep 17 00:00:00 2001 From: mymage Date: Tue, 2 Jan 2024 12:39:49 +0000 Subject: [PATCH 5/5] Translated using Weblate (Italian) Currently translated at 27.1% (16 of 59 strings) Translation: server-backend-16.0/server-backend-16.0-base_user_role Translate-URL: https://translation.odoo-community.org/projects/server-backend-16-0/server-backend-16-0-base_user_role/it/ --- base_user_role/i18n/it.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base_user_role/i18n/it.po b/base_user_role/i18n/it.po index a6c82f5bf..e5141f850 100644 --- a/base_user_role/i18n/it.po +++ b/base_user_role/i18n/it.po @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-12-17 02:07+0000\n" -"PO-Revision-Date: 2023-09-07 17:36+0000\n" -"Last-Translator: Francesco Foresti \n" +"PO-Revision-Date: 2024-01-02 15:34+0000\n" +"Last-Translator: mymage \n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" "Language: it\n" "MIME-Version: 1.0\n" @@ -99,7 +99,7 @@ msgstr "" #. module: base_user_role #: model:ir.model.fields,field_description:base_user_role.field_res_users_role__comment msgid "Comment" -msgstr "Coomento" +msgstr "Commento" #. module: base_user_role #: model_terms:ir.ui.view,arch_db:base_user_role.create_from_user_wizard_view