diff --git a/agreement_maintenance/__manifest__.py b/agreement_maintenance/__manifest__.py index ded8960c5..18a334125 100644 --- a/agreement_maintenance/__manifest__.py +++ b/agreement_maintenance/__manifest__.py @@ -11,7 +11,7 @@ 'website': 'https://github.com/OCA/contract', 'category': 'Maintenance', 'license': 'AGPL-3', - 'version': '12.0.1.1.0', + 'version': '12.0.1.1.1', 'depends': [ 'maintenance', 'agreement_serviceprofile', diff --git a/agreement_maintenance/i18n/pt.po b/agreement_maintenance/i18n/pt.po new file mode 100644 index 000000000..aa915bcf9 --- /dev/null +++ b/agreement_maintenance/i18n/pt.po @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * agreement_maintenance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2020-02-17 19:13+0000\n" +"Last-Translator: Pedro Castro Silva \n" +"Language-Team: none\n" +"Language: pt\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 3.10\n" + +#. module: agreement_maintenance +#: model:ir.model.fields,field_description:agreement_maintenance.field_agreement__mr_count +msgid "# Maintenance Requests" +msgstr "# Requisições de Manutenção" + +#. module: agreement_maintenance +#: model_terms:ir.ui.view,arch_db:agreement_maintenance.partner_agreement_form_view +msgid "Maintenance Requests" +msgstr "Requisições de Manutenção" + +#. module: agreement_maintenance +#: model:ir.model,name:agreement_maintenance.model_agreement +#: model:ir.model.fields,field_description:agreement_maintenance.field_maintenance_equipment__agreement_id +#: model:ir.model.fields,field_description:agreement_maintenance.field_maintenance_request__agreement_id +#: model_terms:ir.ui.view,arch_db:agreement_maintenance.view_maintenance_equipment_filter_agreement +msgid "Agreement" +msgstr "Acordo" + +#. module: agreement_maintenance +#: model:ir.model,name:agreement_maintenance.model_agreement_serviceprofile +msgid "Agreement Service Profiles" +msgstr "Perfis de Serviço do Acordo" + +#. module: agreement_maintenance +#: model_terms:ir.actions.act_window,help:agreement_maintenance.action_maintenance_request_agreement_specific +msgid "Create Maintenance Requests" +msgstr "Criar Requisição de Manutenção" + +#. module: agreement_maintenance +#: model:ir.model.fields,field_description:agreement_maintenance.field_agreement_serviceprofile__equipment_id +msgid "Equipment" +msgstr "Equipamento" + +#. module: agreement_maintenance +#: model:ir.model,name:agreement_maintenance.model_maintenance_equipment +msgid "Maintenance Equipment" +msgstr "Equipamento de Manutenção" + +#. module: agreement_maintenance +#: model:ir.model,name:agreement_maintenance.model_maintenance_request +msgid "Maintenance Request" +msgstr "Requisição de Manutenção" + +#. module: agreement_maintenance +#: model:ir.actions.act_window,name:agreement_maintenance.action_maintenance_request_agreement_specific +msgid "Maintenance Requests" +msgstr "Requisições de Manutenção" + +#. module: agreement_maintenance +#: model:ir.model.fields,field_description:agreement_maintenance.field_maintenance_request__serviceprofile_id +#: model_terms:ir.ui.view,arch_db:agreement_maintenance.view_maintenance_request_filter_agreement +msgid "Service Profile" +msgstr "Perfil do Serviço" + +#. module: agreement_maintenance +#: model:ir.model.fields,field_description:agreement_maintenance.field_maintenance_equipment__serviceprofile_ids +msgid "Service Profiles" +msgstr "Perfis do Serviço" + +#. module: agreement_maintenance +#: model_terms:ir.ui.view,arch_db:agreement_maintenance.maintenance_equipment_form_view_agreement +msgid "Services" +msgstr "Serviços" diff --git a/agreement_maintenance/i18n/pt_BR.po b/agreement_maintenance/i18n/pt_BR.po index 963784abe..b87b488bd 100644 --- a/agreement_maintenance/i18n/pt_BR.po +++ b/agreement_maintenance/i18n/pt_BR.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2020-02-12 05:03+0000\n" -"Last-Translator: Marcel Savegnago \n" +"PO-Revision-Date: 2020-06-16 22:19+0000\n" +"Last-Translator: Fernando Colus \n" "Language-Team: none\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" @@ -37,7 +37,7 @@ msgstr "Acordo" #. module: agreement_maintenance #: model:ir.model,name:agreement_maintenance.model_agreement_serviceprofile msgid "Agreement Service Profiles" -msgstr "Perfis de Serviços de Acordo" +msgstr "Perfis de Serviço do Acordo" #. module: agreement_maintenance #: model_terms:ir.actions.act_window,help:agreement_maintenance.action_maintenance_request_agreement_specific @@ -52,7 +52,7 @@ msgstr "Equipamento" #. module: agreement_maintenance #: model:ir.model,name:agreement_maintenance.model_maintenance_equipment msgid "Maintenance Equipment" -msgstr "Equipamentos de Manutenção" +msgstr "Equipamento de Manutenção" #. module: agreement_maintenance #: model:ir.model,name:agreement_maintenance.model_maintenance_request diff --git a/agreement_maintenance/static/description/icon.png b/agreement_maintenance/static/description/icon.png index 23ce93135..a99cce6be 100644 Binary files a/agreement_maintenance/static/description/icon.png and b/agreement_maintenance/static/description/icon.png differ