mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Translated using Weblate (French)
Currently translated at 87.9% (278 of 316 strings) Translation: contract-15.0/contract-15.0-contract Translate-URL: https://translation.odoo-community.org/projects/contract-15-0/contract-15-0-contract/fr/
This commit is contained in:
committed by
OCA Transbot
parent
43f6ddca37
commit
dd11b2afb1
@@ -9,8 +9,8 @@ msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-30 11:59+0000\n"
|
||||
"PO-Revision-Date: 2021-05-14 16:47+0000\n"
|
||||
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
|
||||
"PO-Revision-Date: 2022-07-04 13:05+0000\n"
|
||||
"Last-Translator: Grégory Moka Tourisme <gregory@mokatourisme.fr>\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -97,6 +97,81 @@ msgid ""
|
||||
" </div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
|
||||
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
|
||||
" <p>Bonjour, <t t-out=\"object.partner_id.name or '' \"/>,</p>"
|
||||
"\n"
|
||||
" <p>Un nouveau contrat vient d'être créé : </p>\n"
|
||||
"\n"
|
||||
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;"
|
||||
"\">\n"
|
||||
" &nbsp;&nbsp;<strong>RÉFÉRENCES</strong><br/>\n"
|
||||
" &nbsp;&nbsp;Contrat : <strong t-out=\"object."
|
||||
"name\"/><br/>\n"
|
||||
" <t t-if=\"object.date_start\">\n"
|
||||
" &nbsp;&nbsp;Date de début : <t t-out=\"object"
|
||||
".date_start or ''\"/><br/>\n"
|
||||
" </t>\n"
|
||||
"\n"
|
||||
" <t t-if=\"object.user_id\">\n"
|
||||
" <t t-if=\"object.user_id.email\">\n"
|
||||
" &nbsp;&nbsp;Votre contact : <a t-att-"
|
||||
"href=\"'mailto:%s?subject=Contract %s' % (object.user_id.email, object.name)"
|
||||
"\" t-out=\"object.user_id.name\"/>\n"
|
||||
" </t>\n"
|
||||
" <t t-else=\"\">\n"
|
||||
" &nbsp;&nbsp;Votre contact : <t t-out="
|
||||
"\"object.user_id.name\"/>\n"
|
||||
" </t>\n"
|
||||
" </t>\n"
|
||||
" </p>\n"
|
||||
"\n"
|
||||
" <br/>\n"
|
||||
" <p>Si vous avez des questions, n'hésitez pas à nous "
|
||||
"contacter</p>\n"
|
||||
" <p>Merci d'avoir choisi <t t-out=\"object.company_id.name or "
|
||||
"'notre entreprise'\"/> !</p>\n"
|
||||
" <br/>\n"
|
||||
" <br/>\n"
|
||||
" <div style=\"width: 375px; margin: 0px; padding: 0px; "
|
||||
"background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-"
|
||||
"radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
|
||||
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: "
|
||||
"12px; color: #DDD;\">\n"
|
||||
" <strong style=\"text-transform:uppercase;\" t-out="
|
||||
"\"object.company_id.name\"/></h3>\n"
|
||||
" </div>\n"
|
||||
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; "
|
||||
"line-height: 16px; background-color: #F2F2F2;\">\n"
|
||||
" <span style=\"color: #222; margin-bottom: 5px; display: "
|
||||
"block; \">\n"
|
||||
" <address t-field=\"object.company_id.sudo()."
|
||||
"partner_id\" t-options=\"{"widget": "contact", "
|
||||
""fields": ["name", "address"], "
|
||||
""no_marker": True}\"/>\n"
|
||||
" </span>\n"
|
||||
" <t t-if=\"object.company_id.phone\">\n"
|
||||
" <div style=\"margin-top: 0px; margin-right: 0px; "
|
||||
"margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; "
|
||||
"padding-bottom: 0px; padding-left: 0px; \">\n"
|
||||
" Téléphone : <t t-out=\"object.company_id.phone\""
|
||||
"/>\n"
|
||||
" </div>\n"
|
||||
" </t>\n"
|
||||
" <t t-if=\"object.company_id.website\">\n"
|
||||
" <div>\n"
|
||||
" Site web : <a t-att-href=\"object.company_id."
|
||||
"website\" t-out=\"object.company_id.website\"/>\n"
|
||||
" </div>\n"
|
||||
" </t>\n"
|
||||
" </div>\n"
|
||||
" <br/>\n"
|
||||
" <a t-att-href=\"'%s/my/contracts/%s?access_token=%s' % "
|
||||
"(object.get_base_url(), object.id, object.access_token)\" target=\"_blank\" "
|
||||
"style=\"background-color:#875A7B;padding: 8px 16px 8px 16px; text-decoration:"
|
||||
" none; color: #fff; border-radius: 5px; font-size:13px;\">View contract</a>\n"
|
||||
" </div>\n"
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: model:mail.template,body_html:contract.mail_template_contract_modification
|
||||
@@ -106,6 +181,10 @@ msgid ""
|
||||
"you.</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"<p>Bonjour</p>\n"
|
||||
" <p>Des modifications ont été apportées à votre contrat, et nous "
|
||||
"voulions vous en informer.</p>\n"
|
||||
" "
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.contract_manually_create_invoice_form_view
|
||||
@@ -118,6 +197,13 @@ msgid ""
|
||||
" contracts to invoice\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span attrs=\"{'invisible': [('contract_to_invoice_count', '>', 1)]}\">\n"
|
||||
" contrat à facturer\n"
|
||||
" </span>\n"
|
||||
" <span attrs=\"{'invisible': [("
|
||||
"'contract_to_invoice_count', '<=', 1)]}\">\n"
|
||||
" contrats à facturer\n"
|
||||
" </span>"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.report_contract_document
|
||||
@@ -173,7 +259,7 @@ msgstr "<strong>Contrat : </strong>"
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.portal_contract_page
|
||||
msgid "<strong>Customer:</strong>"
|
||||
msgstr "<strong>Client:</strong>"
|
||||
msgstr "<strong>Client :</strong>"
|
||||
|
||||
#. module: contract
|
||||
#: model_terms:ir.ui.view,arch_db:contract.report_contract_document
|
||||
@@ -445,7 +531,7 @@ msgstr "Annulée"
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_line__product_uom_category_id
|
||||
#: model:ir.model.fields,field_description:contract.field_contract_template_line__product_uom_category_id
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
msgstr "Catégorie"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields,help:contract.field_contract_abstract_contract__generation_type
|
||||
@@ -854,9 +940,8 @@ msgstr "Devise"
|
||||
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__note_invoicing_mode__custom
|
||||
#: model:ir.model.fields.selection,name:contract.selection__contract_line__note_invoicing_mode__custom
|
||||
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__note_invoicing_mode__custom
|
||||
#, fuzzy
|
||||
msgid "Custom"
|
||||
msgstr "Client"
|
||||
msgstr "Personnalisé"
|
||||
|
||||
#. module: contract
|
||||
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__contract_type__sale
|
||||
@@ -2282,7 +2367,7 @@ msgstr "le"
|
||||
#. module: contract
|
||||
#: model:mail.template,subject:contract.email_contract_template
|
||||
msgid "{{ object.company_id.name }} Contract (Ref {{ object.name or 'n/a' }})"
|
||||
msgstr ""
|
||||
msgstr "{{ object.company_id.name }} Contrat (Ref {{ object.name or 'n/a' }})"
|
||||
|
||||
#. module: contract
|
||||
#: model:mail.template,subject:contract.mail_template_contract_modification
|
||||
@@ -2290,6 +2375,8 @@ msgid ""
|
||||
"{{ object.company_id.name }} Contract (Ref {{ object.name or 'n/a' }}) - "
|
||||
"Modifications"
|
||||
msgstr ""
|
||||
"{{ object.company_id.name }} Contrat (Ref {{ object.name or 'n/a' }}) - "
|
||||
"Modifications"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "\n"
|
||||
|
||||
Reference in New Issue
Block a user