[I18N] Update translation terms from Transifex
This commit is contained in:
@@ -18,17 +18,17 @@
|
||||
# Shark McGnark <peculiarcheese@gmail.com>, 2023
|
||||
# Wil Odoo, 2023
|
||||
# Khadija Mbazaa <khadija.mbazaa@gmail.com>, 2023
|
||||
# Cécile Collart <cco@odoo.com>, 2023
|
||||
# Jolien De Paepe, 2023
|
||||
# Jolien De Paepe, 2024
|
||||
# Cécile Collart <cco@odoo.com>, 2024
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-12-21 13:43+0000\n"
|
||||
"POT-Creation-Date: 2024-01-19 15:28+0000\n"
|
||||
"PO-Revision-Date: 2023-11-08 08:55+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||
"Last-Translator: Cécile Collart <cco@odoo.com>, 2024\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -1910,6 +1910,107 @@ msgstr ""
|
||||
"Si vous n'avez pas accès/ne gérez pas votre serveur de messagerie, utilisez "
|
||||
":ref:`messages entrants <email_communication/inbound_messages>`."
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:3
|
||||
msgid "Geo IP"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:6
|
||||
msgid "This documentation only applies to On-premise databases."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:9
|
||||
msgid "Installation"
|
||||
msgstr "Installation"
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:11
|
||||
msgid ""
|
||||
"Download both the GeoLite2 City and Country `databases "
|
||||
"<https://dev.maxmind.com/geoip/geoip2/geolite2/>`_. You should end up with "
|
||||
"two files called :file:`GeoLite2-City.mmdb` and "
|
||||
":file:`GeoLite2-Country.mmdb`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:15
|
||||
msgid "Move the files to the folder :file:`/usr/share/GeoIP/`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:22
|
||||
msgid "Restart the server"
|
||||
msgstr "Redémarrer le serveur"
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:25
|
||||
msgid ""
|
||||
"If you don't want to locate the geoip database in :file:`/usr/share/GeoIP/`,"
|
||||
" use the :option:`--geoip-city-db <odoo-bin --geoip-city-db>` and "
|
||||
":option:`--geoip-country-db <odoo-bin --geoip-country-db>` options of the "
|
||||
"Odoo command line interface. These options take the absolute path to the "
|
||||
"GeoIP database file and use it as the GeoIP database. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:36
|
||||
msgid ":doc:`CLI documentation </developer/reference/cli>`."
|
||||
msgstr ":doc:`documentation CLI </developer/reference/cli>`."
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:39
|
||||
msgid "Test GeoIP geolocation in your Odoo website"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:41
|
||||
msgid ""
|
||||
"Edit a web page to include some geo-ip information such as the country name "
|
||||
"of the current request IP address. To do so:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:44
|
||||
msgid "Go to your website. Open the web page that you want to test ``GeoIP``."
|
||||
msgstr ""
|
||||
"Allez à votre site web. Ouvrez la page web sur laquelle vous voulez tester "
|
||||
"``GeoIP``."
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:45
|
||||
msgid "Choose :menuselection:`Customize --> HTML/CSS/JS Editor`."
|
||||
msgstr "Choisissez :menuselection:`Personnaliser --> HTML/CSS/JS Editor`."
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:46
|
||||
msgid "Add the following piece of XML in the page :"
|
||||
msgstr "Ajoutez le morceau de XML suivant dans la page :"
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:52
|
||||
msgid "Save and refresh the page."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:54
|
||||
msgid ""
|
||||
"Geo-ip is working if you read your country name displayed in bold in the "
|
||||
"middle of the page."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:56
|
||||
msgid ""
|
||||
"In case you read \"**geoip failure**\" instead then the geolocalization "
|
||||
"failed. The common causes are:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:58
|
||||
msgid ""
|
||||
"The browsing IP address is the localhost (``127.0.0.1``) or a local area "
|
||||
"network one. If you don't know, you can access your website using mobile "
|
||||
"data."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:60
|
||||
msgid ""
|
||||
"You are using a reverse-proxy (apache, nginx) in front of Odoo but didn't "
|
||||
"start Odoo with the proxy-mode enabled. See :option:`proxy mode <odoo-bin "
|
||||
"--proxy-mode>`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/geo_ip.rst:62
|
||||
msgid ""
|
||||
"The GeoIP database is corrupt, missing or unaccessible. In such case a "
|
||||
"warning was logged in the server logs."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/install/online.rst:3
|
||||
msgid "Online"
|
||||
msgstr "En ligne"
|
||||
@@ -1940,8 +2041,8 @@ msgstr ""
|
||||
#: ../../content/administration/maintain/domain_names.rst:166
|
||||
#: ../../content/administration/maintain/domain_names.rst:236
|
||||
#: ../../content/administration/maintain/supported_versions.rst:29
|
||||
#: ../../content/administration/upgrade.rst:92
|
||||
#: ../../content/administration/upgrade.rst:309
|
||||
#: ../../content/administration/upgrade.rst:90
|
||||
#: ../../content/administration/upgrade.rst:307
|
||||
msgid "Odoo Online"
|
||||
msgstr "Odoo Online"
|
||||
|
||||
@@ -4024,8 +4125,8 @@ msgstr ""
|
||||
#: ../../content/administration/maintain/domain_names.rst:250
|
||||
#: ../../content/administration/maintain/supported_versions.rst:30
|
||||
#: ../../content/administration/odoo_sh.rst:5
|
||||
#: ../../content/administration/upgrade.rst:122
|
||||
#: ../../content/administration/upgrade.rst:320
|
||||
#: ../../content/administration/upgrade.rst:120
|
||||
#: ../../content/administration/upgrade.rst:318
|
||||
msgid "Odoo.sh"
|
||||
msgstr "Odoo.sh"
|
||||
|
||||
@@ -11469,19 +11570,19 @@ msgstr "Migrer d'un autre ERP vers Odoo"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:42
|
||||
msgid ""
|
||||
"If your database contains a **custom module**, you must first upgrade its "
|
||||
"source code to be compatible with the new version of Odoo **before "
|
||||
"upgrading**."
|
||||
"If your database contains custom modules, it cannot be upgraded until a "
|
||||
"version of your custom modules is available for the target version of Odoo. "
|
||||
"For customers maintaining their own custom modules, we recommend to "
|
||||
"parallelize the process by :ref:`requesting an upgraded database "
|
||||
"<upgrade/request-test-database>` while also :doc:`upgrading the source code "
|
||||
"of your custom modules </developer/howtos/upgrade_custom_db>`."
|
||||
msgstr ""
|
||||
"Si votre base de données contient un **module personnalisé**, vous devez "
|
||||
"d'abord mettre à niveau son code source pour qu'il soit compatible avec la "
|
||||
"nouvelle version d'Odoo **avant de procéder à la mise à niveau**."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:49
|
||||
#: ../../content/administration/upgrade.rst:50
|
||||
msgid "Upgrading in a nutshell"
|
||||
msgstr "La mise à niveau en quelques mots"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:51
|
||||
#: ../../content/administration/upgrade.rst:52
|
||||
msgid ""
|
||||
"Request an upgraded test database (see :ref:`obtaining an upgraded test "
|
||||
"database <upgrade/request-test-database>`)."
|
||||
@@ -11489,7 +11590,14 @@ msgstr ""
|
||||
"Demander une base de données test mise à niveau (voir :ref:`obtenir une base"
|
||||
" de données test mise à niveau <upgrade/request-test-database>`)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:54
|
||||
#: ../../content/administration/upgrade.rst:55
|
||||
msgid ""
|
||||
"If applicable, upgrade the source code of your custom module to be "
|
||||
"compatible with the new version of Odoo (see "
|
||||
":doc:`/developer/howtos/upgrade_custom_db`)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:58
|
||||
msgid ""
|
||||
"Thoroughly test the upgraded database (see :ref:`testing the new version of "
|
||||
"the database <upgrade/test_your_db>`)."
|
||||
@@ -11497,7 +11605,7 @@ msgstr ""
|
||||
"Tester minutieusement la base de données mise à niveau (voir :ref:`tester la"
|
||||
" nouvelle version de la base de données <upgrade/test_your_db>`)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:57
|
||||
#: ../../content/administration/upgrade.rst:61
|
||||
msgid ""
|
||||
"Report any issue encountered during the testing to Odoo via the `support "
|
||||
"page <https://odoo.com/help?stage=migration>`__."
|
||||
@@ -11505,15 +11613,7 @@ msgstr ""
|
||||
"Signaler à Odoo tout problème rencontré pendant les tests via la `page "
|
||||
"d'assistance <https://odoo.com/help?stage=migration>`__."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:60
|
||||
msgid ""
|
||||
"(If applicable) : upgrade the source code of your custom module to be "
|
||||
"compatible with the new version of Odoo."
|
||||
msgstr ""
|
||||
"(Le cas échéant) : mettre à niveau le code source de votre module "
|
||||
"personnalisé pour qu'il soit compatible avec la nouvelle version d'Odoo."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:63
|
||||
#: ../../content/administration/upgrade.rst:64
|
||||
msgid ""
|
||||
"Once all issues are resolved and you are confident that the upgraded "
|
||||
"database can be used as your main database without any issues, plan the "
|
||||
@@ -11524,7 +11624,7 @@ msgstr ""
|
||||
"principale sans aucun problème, planifiez la mise à niveau de votre base de "
|
||||
"données de production."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:66
|
||||
#: ../../content/administration/upgrade.rst:67
|
||||
msgid ""
|
||||
"Request the upgrade for the production database, rendering it unavailable "
|
||||
"for the time it takes to complete the process (see :ref:`upgrading the "
|
||||
@@ -11534,7 +11634,7 @@ msgstr ""
|
||||
"rend indisponible pendant la durée du processus (voir :ref:`mettre à niveau "
|
||||
"la base de données de production <upgrade/upgrade-prod>`)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:69
|
||||
#: ../../content/administration/upgrade.rst:70
|
||||
msgid ""
|
||||
"Report any issue encountered during the upgrade to Odoo via the `support "
|
||||
"page <https://odoo.com/help?stage=post_upgrade>`__."
|
||||
@@ -11542,11 +11642,11 @@ msgstr ""
|
||||
"Signalez à Odoo tout problème rencontré pendant la mise à niveau via la "
|
||||
"`page d'assistance <https://odoo.com/help?stage=post_upgrade>`__."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:78
|
||||
#: ../../content/administration/upgrade.rst:76
|
||||
msgid "Obtaining an upgraded test database"
|
||||
msgstr "Obtenir une base de données test mise à niveau"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:80
|
||||
#: ../../content/administration/upgrade.rst:78
|
||||
msgid ""
|
||||
"The `Upgrade page <https://upgrade.odoo.com/>`_ is the main platform for "
|
||||
"requesting an upgraded database. However, depending on the hosting type, you"
|
||||
@@ -11561,7 +11661,7 @@ msgstr ""
|
||||
"Online <https://odoo.com/my/databases>`_, ou de votre `projet Odoo.sh "
|
||||
"<https://odoo.sh/project>`_."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:86
|
||||
#: ../../content/administration/upgrade.rst:84
|
||||
msgid ""
|
||||
"The Upgrade platform follows the same `Privacy Policy "
|
||||
"<https://www.odoo.com/privacy>`_ as the other Odoo.com services. Visit the "
|
||||
@@ -11574,7 +11674,7 @@ msgstr ""
|
||||
"<https://www.odoo.com/gdpr>`_ pour en savoir plus sur la façon dont Odoo "
|
||||
"traite vos données et votre vie privée."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:94
|
||||
#: ../../content/administration/upgrade.rst:92
|
||||
msgid ""
|
||||
"Odoo Online databases can be manually upgraded via the `database manager "
|
||||
"<https://odoo.com/my/databases>`_."
|
||||
@@ -11582,7 +11682,7 @@ msgstr ""
|
||||
"Les bases de données d'Odoo Online peuvent être mises à niveau manuellement "
|
||||
"via le `gestionnaire de bases de données <https://odoo.com/my/databases>`_."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:97
|
||||
#: ../../content/administration/upgrade.rst:95
|
||||
msgid ""
|
||||
"The database manager displays all databases associated with the user's "
|
||||
"account. Databases not on the most recent version of Odoo display an arrow "
|
||||
@@ -11600,7 +11700,7 @@ msgstr ""
|
||||
"Le gestionnaire de base de données avec un bouton de mise à niveau à côté du"
|
||||
" nom d'une base de données."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:104
|
||||
#: ../../content/administration/upgrade.rst:102
|
||||
msgid ""
|
||||
"Click the **arrow in a circle** icon to start the upgrade process. In the "
|
||||
"popup, fill in:"
|
||||
@@ -11608,21 +11708,21 @@ msgstr ""
|
||||
"Cliquez sur la **flèche dans un cercle** pour lancer le processus de mise à "
|
||||
"niveau. Dans la fenêtre contextuelle, remplissez les champs suivants :"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:106
|
||||
#: ../../content/administration/upgrade.rst:104
|
||||
msgid ""
|
||||
"The **version** of Odoo you want to upgrade to, usually the latest version"
|
||||
msgstr ""
|
||||
"La **version** d'Odoo vers laquelle vous souhaitez vous mettre à niveau, "
|
||||
"généralement la version la plus récente"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:107
|
||||
#: ../../content/administration/upgrade.rst:105
|
||||
msgid ""
|
||||
"The **email** address that should receive the link to the upgraded database"
|
||||
msgstr ""
|
||||
"L'adresse **email** qui doit recevoir le lien vers la base de données mise à"
|
||||
" niveau"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:108
|
||||
#: ../../content/administration/upgrade.rst:106
|
||||
msgid ""
|
||||
"The :guilabel:`Purpose` of the upgrade, which is automatically set to "
|
||||
":guilabel:`Test` for your first upgrade request"
|
||||
@@ -11634,7 +11734,7 @@ msgstr ""
|
||||
msgid "The \"Upgrade your database\" popup."
|
||||
msgstr "La fenêtre contextuelle \"Mettre à niveau votre base de données\"."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:114
|
||||
#: ../../content/administration/upgrade.rst:112
|
||||
msgid ""
|
||||
"The :guilabel:`Upgrade in progress` tag is displayed next to the database "
|
||||
"name until completion. Once the process succeeds, an email containing a link"
|
||||
@@ -11655,7 +11755,7 @@ msgstr ""
|
||||
"Le fait de cliquer sur la flèche déroulante affiche la base de données test "
|
||||
"mise à niveau."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:124
|
||||
#: ../../content/administration/upgrade.rst:122
|
||||
msgid ""
|
||||
"Odoo.sh is integrated with the upgrade platform to simplify the upgrade "
|
||||
"process."
|
||||
@@ -11667,7 +11767,7 @@ msgstr ""
|
||||
msgid "Odoo.sh project and tabs"
|
||||
msgstr "Projet et onglets Odoo.sh"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:129
|
||||
#: ../../content/administration/upgrade.rst:127
|
||||
msgid ""
|
||||
"The **latest production daily automatic backup** is then sent to the "
|
||||
"`upgrade platform <https://upgrade.odoo.com>`_."
|
||||
@@ -11675,7 +11775,7 @@ msgstr ""
|
||||
"La **dernière sauvegarde automatique quotidienne de production** est envoyée"
|
||||
" à la `plateforme de mise à niveau <https://upgrade.odoo.com>`_."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:132
|
||||
#: ../../content/administration/upgrade.rst:130
|
||||
msgid ""
|
||||
"Once the upgrade platform is done upgrading the backup and uploading it on "
|
||||
"the branch, it is put in a **special mode**: each time a **commit is "
|
||||
@@ -11695,7 +11795,7 @@ msgstr ""
|
||||
" votre nouvelle version staging mise à niveau en allant à "
|
||||
":file:`~/logs/upgrade.log`."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:140
|
||||
#: ../../content/administration/upgrade.rst:138
|
||||
msgid ""
|
||||
"In databases where custom modules are installed, their source code must be "
|
||||
"up-to-date with the target version of Odoo before the upgrade can be "
|
||||
@@ -11710,12 +11810,18 @@ msgstr ""
|
||||
"construite dès qu'elle est transférée de la plateforme de mise à niveau, et "
|
||||
"le mode de mise à niveau est quitté."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:152
|
||||
#: ../../content/administration/upgrade.rst:344
|
||||
#: ../../content/administration/upgrade.rst:143
|
||||
msgid ""
|
||||
"Check out the :doc:`/developer/howtos/upgrade_custom_db` page for more "
|
||||
"information."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:145
|
||||
#: ../../content/administration/upgrade.rst:341
|
||||
msgid "On-premise"
|
||||
msgstr "On-premise"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:154
|
||||
#: ../../content/administration/upgrade.rst:147
|
||||
msgid ""
|
||||
"The standard upgrade process can be initiated by entering the following "
|
||||
"command line on the machine where the database is hosted:"
|
||||
@@ -11724,7 +11830,7 @@ msgstr ""
|
||||
"ligne de commande suivante sur la machine sur laquelle la base de données "
|
||||
"est hébergée :"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:161
|
||||
#: ../../content/administration/upgrade.rst:154
|
||||
msgid ""
|
||||
"The following command can be used to display the general help and the main "
|
||||
"commands:"
|
||||
@@ -11732,7 +11838,7 @@ msgstr ""
|
||||
"La commande suivante peut être utilisée pour afficher l'aide générale et les"
|
||||
" commandes principales :"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:167
|
||||
#: ../../content/administration/upgrade.rst:160
|
||||
msgid ""
|
||||
"An upgraded test database can also be requested via the `Upgrade page "
|
||||
"<https://upgrade.odoo.com/>`_."
|
||||
@@ -11740,7 +11846,15 @@ msgstr ""
|
||||
"Une base de données test mise à niveau peut également être demandée via la "
|
||||
"`Page de mise à niveau <https://upgrade.odoo.com/>`_."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:171
|
||||
#: ../../content/administration/upgrade.rst:164
|
||||
msgid ""
|
||||
"In databases where custom modules are installed, their source code must be "
|
||||
"up-to-date with the target version of Odoo before the upgrade can be "
|
||||
"performed. Check out the :doc:`/developer/howtos/upgrade_custom_db` page for"
|
||||
" more information."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/administration/upgrade.rst:169
|
||||
msgid ""
|
||||
"For security reasons, only the person who submitted the upgrade request can "
|
||||
"download it."
|
||||
@@ -11748,7 +11862,7 @@ msgstr ""
|
||||
"Pour des raisons de sécurité, seule la personne qui a soumis la demande de "
|
||||
"mise à niveau peut la télécharger."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:172
|
||||
#: ../../content/administration/upgrade.rst:170
|
||||
msgid ""
|
||||
"For storage reasons, the database's copy is submitted without a filestore to"
|
||||
" the upgrade server. Therefore, the upgraded database does not contain the "
|
||||
@@ -11758,7 +11872,7 @@ msgstr ""
|
||||
"serveur de mise à niveau sans filestore. Par conséquent, la base de données "
|
||||
"mise à niveau ne contient pas le filestore de production."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:174
|
||||
#: ../../content/administration/upgrade.rst:172
|
||||
msgid ""
|
||||
"Before restoring the upgraded database, its filestore must be merged with "
|
||||
"the production filestore to be able to perform tests in the same conditions "
|
||||
@@ -11768,15 +11882,15 @@ msgstr ""
|
||||
" fusionné avec le filestore de production pour pouvoir effectuer des tests "
|
||||
"dans les mêmes conditions que dans la nouvelle version."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:177
|
||||
#: ../../content/administration/upgrade.rst:175
|
||||
msgid "The upgraded database contains:"
|
||||
msgstr "La base de données mise à niveau contient :"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:179
|
||||
#: ../../content/administration/upgrade.rst:177
|
||||
msgid "A `dump.sql` file containing the upgraded database"
|
||||
msgstr "Un fichier `dump.sql` contenant la base de données mise à niveau"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:180
|
||||
#: ../../content/administration/upgrade.rst:178
|
||||
msgid ""
|
||||
"A `filestore` folder containing files extracted from in-database records "
|
||||
"into attachments (if there are any) and new standard Odoo files from the "
|
||||
@@ -11791,7 +11905,7 @@ msgstr ""
|
||||
"s'agit du dossier qui doit être fusionné avec le mémoire fichier de "
|
||||
"production afin d'obtenir le mémoire fichier complet mis à jour."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:187
|
||||
#: ../../content/administration/upgrade.rst:185
|
||||
msgid ""
|
||||
"You can request multiple test databases if you wish to test an upgrade more "
|
||||
"than once."
|
||||
@@ -11799,7 +11913,7 @@ msgstr ""
|
||||
"Vous pouvez demander plusieurs bases de données de test si vous voulez "
|
||||
"tester la mise à niveau plus d'une fois."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:192
|
||||
#: ../../content/administration/upgrade.rst:190
|
||||
msgid ""
|
||||
"When an upgrade request is completed, an upgrade report is attached to the "
|
||||
"successful upgrade email, and it becomes available in the Discuss app for "
|
||||
@@ -11814,11 +11928,11 @@ msgstr ""
|
||||
"informations importantes sur les changements introduits par la nouvelle "
|
||||
"version."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:200
|
||||
#: ../../content/administration/upgrade.rst:198
|
||||
msgid "Testing the new version of the database"
|
||||
msgstr "Tester la nouvelle version de la base de données"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:202
|
||||
#: ../../content/administration/upgrade.rst:200
|
||||
msgid ""
|
||||
"It is essential to spend some time testing the upgraded test database to "
|
||||
"ensure that you are not stuck in your day-to-day activities by a change in "
|
||||
@@ -11829,7 +11943,7 @@ msgstr ""
|
||||
"quotidiennes par un changement de vue, de comportement ou par un message "
|
||||
"d'erreur lorsque la mise à niveau sera opérationnelle."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:207
|
||||
#: ../../content/administration/upgrade.rst:205
|
||||
msgid ""
|
||||
"Test databases are neutralized, and some features are disabled to prevent "
|
||||
"them from impacting the production database:"
|
||||
@@ -11838,11 +11952,11 @@ msgstr ""
|
||||
"sont désactivées pour éviter qu'elles n'aient un impact sur la base de "
|
||||
"données de production :"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:210
|
||||
#: ../../content/administration/upgrade.rst:208
|
||||
msgid "Scheduled actions are disabled."
|
||||
msgstr "Les actions planifiées sont désactivées."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:211
|
||||
#: ../../content/administration/upgrade.rst:209
|
||||
msgid ""
|
||||
"Outgoing mail servers are disabled by archiving the existing ones and adding"
|
||||
" a fake one."
|
||||
@@ -11850,14 +11964,14 @@ msgstr ""
|
||||
"Les serveurs de messagerie sortants sont désactivés en archivant les "
|
||||
"serveurs existants et en ajoutant un faux serveur."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:212
|
||||
#: ../../content/administration/upgrade.rst:210
|
||||
msgid ""
|
||||
"Payment providers and delivery carriers are reset to the test environment."
|
||||
msgstr ""
|
||||
"Les fournisseurs de paiement et les transporteurs sont réinitialisés dans "
|
||||
"l'environnement de test."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:213
|
||||
#: ../../content/administration/upgrade.rst:211
|
||||
msgid ""
|
||||
"Bank synchronization is disabled. Should you want to test the "
|
||||
"synchronization, contact your bank synchronization provider to get sandbox "
|
||||
@@ -11867,7 +11981,7 @@ msgstr ""
|
||||
"synchronisation, contactez votre fournisseur de synchronisation bancaire "
|
||||
"pour obtenir des identifiants sandbox."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:216
|
||||
#: ../../content/administration/upgrade.rst:214
|
||||
msgid ""
|
||||
"Testing as many of your business flows as possible is strongly recommended "
|
||||
"to ensure they are working correctly and to get more familiar with the new "
|
||||
@@ -11877,11 +11991,11 @@ msgstr ""
|
||||
"pour s'assurer qu'ils fonctionnent correctement et pour se familiariser avec"
|
||||
" la nouvelle version."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:219
|
||||
#: ../../content/administration/upgrade.rst:217
|
||||
msgid "Basic test checklist"
|
||||
msgstr "Check-list des tests de base"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:221
|
||||
#: ../../content/administration/upgrade.rst:219
|
||||
msgid ""
|
||||
"Are there views that are deactivated in your test database but active in "
|
||||
"your production database?"
|
||||
@@ -11889,20 +12003,20 @@ msgstr ""
|
||||
"Il y a-t-il des vues qui sont désactivées dans votre base de données de "
|
||||
"test, mais actives dans votre base de données de production ?"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:223
|
||||
#: ../../content/administration/upgrade.rst:221
|
||||
msgid "Are your usual views still displayed correctly?"
|
||||
msgstr "Vos vues habituelles s'affichent-elles correctement ?"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:224
|
||||
#: ../../content/administration/upgrade.rst:222
|
||||
msgid "Are your reports (invoice, sales order, etc.) correctly generated?"
|
||||
msgstr ""
|
||||
"Vos rapports (facture, commande, etc.) sont-ils correctement générés ?"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:225
|
||||
#: ../../content/administration/upgrade.rst:223
|
||||
msgid "Are your website pages working correctly?"
|
||||
msgstr "Les pages de votre site web fonctionnent-ils correctement ?"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:226
|
||||
#: ../../content/administration/upgrade.rst:224
|
||||
msgid ""
|
||||
"Are you able to create and modify records? (sales orders, invoices, "
|
||||
"purchases, users, contacts, companies, etc.)"
|
||||
@@ -11911,23 +12025,23 @@ msgstr ""
|
||||
"(commandes, factures, bons de commande, utilisateurs, contacts, sociétés, "
|
||||
"etc.)"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:228
|
||||
#: ../../content/administration/upgrade.rst:226
|
||||
msgid "Are there any issues with your mail templates?"
|
||||
msgstr "Rencontrez-vous des problèmes avec vos modèles d'email ?"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:229
|
||||
#: ../../content/administration/upgrade.rst:227
|
||||
msgid "Are there any issues with saved translations?"
|
||||
msgstr "Rencontrez-vous des problèmes avec les traductions enregistrées ?"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:230
|
||||
#: ../../content/administration/upgrade.rst:228
|
||||
msgid "Are your search filters still present?"
|
||||
msgstr "Vos filtres de recherche sont-ils toujours présents ?"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:231
|
||||
#: ../../content/administration/upgrade.rst:229
|
||||
msgid "Can you export your data?"
|
||||
msgstr "Pouvez-vous exporter vos données ?"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:235
|
||||
#: ../../content/administration/upgrade.rst:233
|
||||
msgid ""
|
||||
"Checking a random product in your product catalog and comparing its test and"
|
||||
" production data to verify everything is the same (product category, selling"
|
||||
@@ -11938,15 +12052,15 @@ msgstr ""
|
||||
"(catégorie de produit, prix de vente, coût, fournisseur, comptes, routes, "
|
||||
"etc.)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:238
|
||||
#: ../../content/administration/upgrade.rst:236
|
||||
msgid "Buying this product (Purchase app)."
|
||||
msgstr "Acheter ce produit (application Achats)"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:239
|
||||
#: ../../content/administration/upgrade.rst:237
|
||||
msgid "Confirming the reception of this product (Inventory app)."
|
||||
msgstr "Confirmer la réception de ce produit (application Inventaire)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:240
|
||||
#: ../../content/administration/upgrade.rst:238
|
||||
msgid ""
|
||||
"Checking if the route to receive this product is the same in your production"
|
||||
" database (Inventory app)."
|
||||
@@ -11954,11 +12068,11 @@ msgstr ""
|
||||
"Vérifier si la route pour recevoir ce produit est la même dans votre base de"
|
||||
" données de production (application Inventaire)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:242
|
||||
#: ../../content/administration/upgrade.rst:240
|
||||
msgid "Selling this product (Sales app) to a random customer."
|
||||
msgstr "Vendre ce produit (application Ventes) à un client aléatoire."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:243
|
||||
#: ../../content/administration/upgrade.rst:241
|
||||
msgid ""
|
||||
"Opening your customer database (Contacts app), selecting a customer (or "
|
||||
"company), and checking its data."
|
||||
@@ -11966,11 +12080,11 @@ msgstr ""
|
||||
"Ouvrir votre base de données client (application Contacts), sélectionner un "
|
||||
"client (ou une société) et vérifier ses données."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:245
|
||||
#: ../../content/administration/upgrade.rst:243
|
||||
msgid "Shipping this product (Inventory app)."
|
||||
msgstr "Expédier ce produit (application Inventaire)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:246
|
||||
#: ../../content/administration/upgrade.rst:244
|
||||
msgid ""
|
||||
"Checking if the route to ship this product is the same as in your production"
|
||||
" database (Inventory app)."
|
||||
@@ -11978,12 +12092,12 @@ msgstr ""
|
||||
"Vérifier si la route pour expédier ce produit est la même que dans votre "
|
||||
"base de données de production (application Inventaire)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:248
|
||||
#: ../../content/administration/upgrade.rst:246
|
||||
msgid "Validating a customer invoice (Invoicing or Accounting app)."
|
||||
msgstr ""
|
||||
"Valider la facture d'un client (application Facturation ou Comptabilité)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:249
|
||||
#: ../../content/administration/upgrade.rst:247
|
||||
msgid ""
|
||||
"Crediting the invoice (issuing a credit note) and checking if it behaves as "
|
||||
"in your production database."
|
||||
@@ -11991,11 +12105,11 @@ msgstr ""
|
||||
"Créditer la facture (émettre un avoir) et vérifier si le comportement est le"
|
||||
" même que dans votre base de données de production."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:251
|
||||
#: ../../content/administration/upgrade.rst:249
|
||||
msgid "Checking your reports' results (Accounting app)."
|
||||
msgstr "Vérifier les résultats de vos rapports (application Comptabilité)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:252
|
||||
#: ../../content/administration/upgrade.rst:250
|
||||
msgid ""
|
||||
"Randomly checking your taxes, currencies, bank accounts, and fiscal year "
|
||||
"(Accounting app)."
|
||||
@@ -12003,7 +12117,7 @@ msgstr ""
|
||||
"Vérifier vos taxes, devises, comptes bancaires et exercice fiscal de manière"
|
||||
" aléatoire (application Comptabilité)."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:253
|
||||
#: ../../content/administration/upgrade.rst:251
|
||||
msgid ""
|
||||
"Making an online order (Website apps) from the product selection in your "
|
||||
"shop until the checkout process and checking if everything behaves as in "
|
||||
@@ -12014,7 +12128,7 @@ msgstr ""
|
||||
"vérifier si le comportement est le même que dans votre base de données de "
|
||||
"production."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:256
|
||||
#: ../../content/administration/upgrade.rst:254
|
||||
msgid ""
|
||||
"This list is **not** exhaustive. Extend the example to your other apps based"
|
||||
" on your use of Odoo."
|
||||
@@ -12022,7 +12136,7 @@ msgstr ""
|
||||
"Cette liste n'est **pas** exhaustive. Étendez l'exemple à vos autres "
|
||||
"applications en fonction de votre utilisation d'Odoo."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:258
|
||||
#: ../../content/administration/upgrade.rst:256
|
||||
msgid ""
|
||||
"If you face an issue while testing your upgraded test database, you can "
|
||||
"request the assistance of Odoo via the `support page "
|
||||
@@ -12039,7 +12153,7 @@ msgstr ""
|
||||
"de test pour y remédier avant de mettre à niveau votre base de données de "
|
||||
"production."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:263
|
||||
#: ../../content/administration/upgrade.rst:261
|
||||
msgid ""
|
||||
"You might encounter significant differences with standard views, features, "
|
||||
"fields, and models during testing. Those changes cannot be reverted on a "
|
||||
@@ -12053,15 +12167,15 @@ msgstr ""
|
||||
"changement introduit par une nouvelle version casse une personnalisation, il"
|
||||
" est de la respons"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:269
|
||||
#: ../../content/administration/upgrade.rst:267
|
||||
msgid "Do not forget to test:"
|
||||
msgstr "N'oubliez pas de tester :"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:271
|
||||
#: ../../content/administration/upgrade.rst:269
|
||||
msgid "Integrations with external software (EDI, APIs, etc.)"
|
||||
msgstr "Les intégrations avec les logiciels externes (EDI, APIs, etc.)"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:272
|
||||
#: ../../content/administration/upgrade.rst:270
|
||||
msgid ""
|
||||
"Workflows between different apps (online sales with eCommerce, converting a "
|
||||
"lead all the way to a sales order, delivery of products, etc.)"
|
||||
@@ -12069,15 +12183,15 @@ msgstr ""
|
||||
"Les flux de travail entre différentes applications (ventes en ligne avec "
|
||||
"eCommerce, convertir une piste en commande, livraison de produits, etc.)"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:274
|
||||
#: ../../content/administration/upgrade.rst:272
|
||||
msgid "Data exports"
|
||||
msgstr "Les exports de données"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:275
|
||||
#: ../../content/administration/upgrade.rst:273
|
||||
msgid "Automated actions"
|
||||
msgstr "Actions automatisées"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:276
|
||||
#: ../../content/administration/upgrade.rst:274
|
||||
msgid ""
|
||||
"Server actions in the action menu on form views, as well as by selecting "
|
||||
"multiple records on list views"
|
||||
@@ -12085,11 +12199,11 @@ msgstr ""
|
||||
"Les actions serveur dans le menu d'action sur les formulaires, ainsi qu'en "
|
||||
"sélectionnant plusieurs enregistrements sur les vues de liste."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:282
|
||||
#: ../../content/administration/upgrade.rst:280
|
||||
msgid "Upgrading the production database"
|
||||
msgstr "Mettre à niveau la base de données de production"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:284
|
||||
#: ../../content/administration/upgrade.rst:282
|
||||
msgid ""
|
||||
"Once the :ref:`tests <upgrade/test_your_db>` are completed and you are "
|
||||
"confident that the upgraded database can be used as your main database "
|
||||
@@ -12104,7 +12218,7 @@ msgstr ""
|
||||
"analystes de l'assistance à la mise à niveau d'Odoo, joignable via la `page "
|
||||
"d'assistance <https://odoo.com/help>`__."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:289
|
||||
#: ../../content/administration/upgrade.rst:287
|
||||
msgid ""
|
||||
"Your production database will be unavailable during its upgrade. Therefore, "
|
||||
"we recommend planning the upgrade at a time when the use of the database is "
|
||||
@@ -12114,35 +12228,28 @@ msgstr ""
|
||||
" niveau. Par conséquent, nous vous recommandons de planifier la mise à "
|
||||
"niveau à un moment où l'utilisation de la base de données est minimale."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:292
|
||||
#: ../../content/administration/upgrade.rst:290
|
||||
msgid ""
|
||||
"As the standard upgrade scripts and your database are constantly evolving, "
|
||||
"it is also recommended to frequently request another upgraded test database "
|
||||
"to ensure that the upgrade process is still successful, especially if it "
|
||||
"takes a long time to finish. Fully rehearsing the upgrade process the day "
|
||||
"before upgrading the production database is also recommended."
|
||||
"takes a long time to finish. **Fully rehearsing the upgrade process the day "
|
||||
"before upgrading the production database is also recommended.**"
|
||||
msgstr ""
|
||||
"Comme les scripts de mise à niveau standard et votre base de données sont en"
|
||||
" évolution constante, il est également recommandé de demander fréquemment "
|
||||
"une autre base de données de test mise à niveau pour s'assurer que le "
|
||||
"processus de mise à niveau est toujours réussi, en particulier s'il prend "
|
||||
"beaucoup de temps à se terminer. Il est également recommandé de répéter "
|
||||
"entièrement le processus de mise à niveau la veille de la mise à niveau de "
|
||||
"la base de données de production."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:298
|
||||
#: ../../content/administration/upgrade.rst:296
|
||||
msgid "Going into production without first testing may lead to:"
|
||||
msgstr ""
|
||||
"La mise en production sans avoir effectué de tests préalables peut entraîner"
|
||||
" :"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:300
|
||||
#: ../../content/administration/upgrade.rst:298
|
||||
msgid "Users failing to adjust to the changes and new features"
|
||||
msgstr ""
|
||||
"Des utilisateurs qui ne s'adaptent pas aux changements et aux nouvelles "
|
||||
"fonctionnalités"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:301
|
||||
#: ../../content/administration/upgrade.rst:299
|
||||
msgid ""
|
||||
"Business interruptions (e.g., no longer having the possibility to validate "
|
||||
"an action)"
|
||||
@@ -12150,7 +12257,7 @@ msgstr ""
|
||||
"Des interruptions d'activité (par ex. ne plus avoir la possibilité de "
|
||||
"valider une action)"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:302
|
||||
#: ../../content/administration/upgrade.rst:300
|
||||
msgid ""
|
||||
"Poor customer experience (e.g., an eCommerce website that does not work "
|
||||
"correctly)"
|
||||
@@ -12158,7 +12265,7 @@ msgstr ""
|
||||
"Une mauvaise expérience client (par ex. un site web d'eCommerce qui ne "
|
||||
"fonctionne pas correctement)"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:304
|
||||
#: ../../content/administration/upgrade.rst:302
|
||||
msgid ""
|
||||
"The process of upgrading a production database is similar to upgrading a "
|
||||
"test database with a few exceptions."
|
||||
@@ -12167,7 +12274,7 @@ msgstr ""
|
||||
"similaire à la mise à niveau d'une base de données de test avec quelques "
|
||||
"exceptions."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:311
|
||||
#: ../../content/administration/upgrade.rst:309
|
||||
msgid ""
|
||||
"The process is similar to :ref:`obtaining an upgraded test database "
|
||||
"<upgrade/request-test-database>`, except for the purpose option, which must "
|
||||
@@ -12178,7 +12285,7 @@ msgstr ""
|
||||
"de finalité, qui doit être définie sur :guilabel:`Production` au lieu de "
|
||||
":guilabel:`Test`."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:316
|
||||
#: ../../content/administration/upgrade.rst:314
|
||||
msgid ""
|
||||
"Once the upgrade is requested, the database will be unavailable until the "
|
||||
"upgrade is finished. Once the process is completed, it is impossible to "
|
||||
@@ -12188,7 +12295,7 @@ msgstr ""
|
||||
"disponible jusqu'à la fin de la mise à niveau. Une fois le processus "
|
||||
"terminé, il est impossible de revenir à la version précédente."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:322
|
||||
#: ../../content/administration/upgrade.rst:320
|
||||
msgid ""
|
||||
"The process is similar to :ref:`obtaining an upgraded test database "
|
||||
"<upgrade/request-test-database>` on the :guilabel:`Production` branch."
|
||||
@@ -12201,7 +12308,7 @@ msgstr ""
|
||||
msgid "View from the upgrade tab"
|
||||
msgstr "Vue de l'onglet Mise à niveau"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:328
|
||||
#: ../../content/administration/upgrade.rst:326
|
||||
msgid ""
|
||||
"The process is **triggered as soon as a new commit is made** on the branch. "
|
||||
"This allows the upgrade process to be synchronized with the deployment of "
|
||||
@@ -12214,7 +12321,7 @@ msgstr ""
|
||||
"a pas de modules personnalisés, le processus de mise à niveau est déclenché "
|
||||
"immédiatement."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:334
|
||||
#: ../../content/administration/upgrade.rst:332
|
||||
msgid ""
|
||||
"The database is unavailable throughout the process. If anything goes wrong, "
|
||||
"the platform automatically reverts the upgrade, as it would be for a regular"
|
||||
@@ -12226,18 +12333,16 @@ msgstr ""
|
||||
"le fait pour une mise à jour régulière. En cas de réussite, une sauvegarde "
|
||||
"de la base de données avant la mise à niveau est créée."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:338
|
||||
#: ../../content/administration/upgrade.rst:336
|
||||
msgid ""
|
||||
"The update of your custom modules must be successful to complete the entire "
|
||||
"upgrade process. Make sure the status of your staging upgrade is "
|
||||
":guilabel:`successful` before trying it in production."
|
||||
":guilabel:`successful` before trying it in production. More information on "
|
||||
"how to upgrade your custom modules can be found on "
|
||||
":doc:`/developer/howtos/upgrade_custom_db`."
|
||||
msgstr ""
|
||||
"La mise à jour de vos modules personnalisés doit être réussie pour que le "
|
||||
"processus de mise à niveau soit complet. Assurez-vous que votre mise à "
|
||||
"niveau de simulation affiche le statut :guilabel:`réussite` avant de "
|
||||
"l'essayer en production."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:346
|
||||
#: ../../content/administration/upgrade.rst:343
|
||||
msgid ""
|
||||
"The command to upgrade a database to production is similar to the one of "
|
||||
"upgrading a test database except for the argument `test`, which must be "
|
||||
@@ -12247,7 +12352,7 @@ msgstr ""
|
||||
"similaire à celle de la mise à niveau d'une base de données de test à "
|
||||
"l'exception de l'argument `test`, qui doit être remplacé par `production`:"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:353
|
||||
#: ../../content/administration/upgrade.rst:350
|
||||
msgid ""
|
||||
"An upgraded production database can also be requested via the `Upgrade page "
|
||||
"<https://upgrade.odoo.com/>`_. Once the database is uploaded, any "
|
||||
@@ -12262,7 +12367,7 @@ msgstr ""
|
||||
" C'est la raison pour laquelle nous vous recommandons de ne pas l'utiliser "
|
||||
"pendant le processus de mise à niveau."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:360
|
||||
#: ../../content/administration/upgrade.rst:357
|
||||
msgid ""
|
||||
"When requesting an upgraded database for production purposes, the copy is "
|
||||
"submitted without a filestore. Therefore, the upgraded database filestore "
|
||||
@@ -12274,7 +12379,7 @@ msgstr ""
|
||||
"mémoire fichier de la base de données mise à niveau doit être fusionné avec "
|
||||
"le mémoire fichier de production avant de déployer la nouvelle version."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:364
|
||||
#: ../../content/administration/upgrade.rst:361
|
||||
msgid ""
|
||||
"In case of an issue with your production database, you can request the "
|
||||
"assistance of Odoo via the `support page "
|
||||
@@ -12286,11 +12391,11 @@ msgstr ""
|
||||
"<https://odoo.com/help?stage=post_upgrade>`__ en sélectionnant l'option "
|
||||
"relative à la mise à niveau en production."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:372
|
||||
#: ../../content/administration/upgrade.rst:369
|
||||
msgid "Service-level agreement (SLA)"
|
||||
msgstr "Accord de niveau de service (SLA)"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:374
|
||||
#: ../../content/administration/upgrade.rst:371
|
||||
msgid ""
|
||||
"With Odoo Enterprise, upgrading a database to the most recent version of "
|
||||
"Odoo is **free**, including any support required to rectify potential "
|
||||
@@ -12301,7 +12406,7 @@ msgstr ""
|
||||
"nécessaire pour rectifier les écarts potentiels dans la base de données mise"
|
||||
" à niveau."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:377
|
||||
#: ../../content/administration/upgrade.rst:374
|
||||
msgid ""
|
||||
"Information about the upgrade services included in the Enterprise Licence is"
|
||||
" available in the :ref:`Odoo Enterprise Subscription Agreement <upgrade>`. "
|
||||
@@ -12312,11 +12417,11 @@ msgstr ""
|
||||
"Enterprise Subscription Agreement <upgrade>`. Cependant, cette section "
|
||||
"clarifie les services de mise à niveau auxquels vous pouvez vous attendre."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:382
|
||||
#: ../../content/administration/upgrade.rst:379
|
||||
msgid "Upgrade services covered by the SLA"
|
||||
msgstr "Services de mise à niveau couverts par le SLA"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:384
|
||||
#: ../../content/administration/upgrade.rst:381
|
||||
msgid ""
|
||||
"Databases hosted on Odoo's cloud platforms (Odoo Online and Odoo.sh) or "
|
||||
"self-hosted (On-Premise) can benefit from upgrade services at all times for:"
|
||||
@@ -12325,11 +12430,11 @@ msgstr ""
|
||||
" et Odoo.sh) ou hébergées sur vos serveurs (On-Premise) bénéficient des "
|
||||
"services de mise à niveau suivants à tout moment :"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:387
|
||||
#: ../../content/administration/upgrade.rst:384
|
||||
msgid "the upgrade of all **standard applications**;"
|
||||
msgstr "la mise à niveau de toutes les **applications standards** ;"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:388
|
||||
#: ../../content/administration/upgrade.rst:385
|
||||
msgid ""
|
||||
"the upgrade of all **customizations created with the Studio app**, as long "
|
||||
"as Studio is still installed and the respective subscription is still "
|
||||
@@ -12339,7 +12444,7 @@ msgstr ""
|
||||
" Studio**, tant que Studio reste installée et que l'abonnement correspondant"
|
||||
" est toujours actif ; et"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:390
|
||||
#: ../../content/administration/upgrade.rst:387
|
||||
msgid ""
|
||||
"the upgrade of all **developments and customizations covered by a "
|
||||
"maintenance of customizations subscription**."
|
||||
@@ -12347,7 +12452,7 @@ msgstr ""
|
||||
"la mise à niveau de tous les **développements et personnalisations couverts "
|
||||
"par un abonnement de maintenance des personnalisations**."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:393
|
||||
#: ../../content/administration/upgrade.rst:390
|
||||
msgid ""
|
||||
"Upgrade services are limited to the technical conversion and adaptation of a"
|
||||
" database (standard modules and data) to make it compatible with the version"
|
||||
@@ -12357,22 +12462,22 @@ msgstr ""
|
||||
"l'adaptation d'une base de données (modules et données standards) pour les "
|
||||
"rendre compatibles avec la version ciblée par la mise à niveau."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:397
|
||||
#: ../../content/administration/upgrade.rst:394
|
||||
msgid "Upgrade services not covered by the SLA"
|
||||
msgstr "Services de mise à niveau non couverts par le SLA"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:399
|
||||
#: ../../content/administration/upgrade.rst:396
|
||||
msgid "The following upgrade-related services are **not** included:"
|
||||
msgstr "Les services de mise à niveau suivants ne sont **pas** inclus :"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:401
|
||||
#: ../../content/administration/upgrade.rst:398
|
||||
msgid ""
|
||||
"the **cleaning** of pre-existing data and configurations while upgrading;"
|
||||
msgstr ""
|
||||
"le **nettoyage** des données et des configurations préexistantes lors de la "
|
||||
"mise à niveau ;"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:402
|
||||
#: ../../content/administration/upgrade.rst:399
|
||||
msgid ""
|
||||
"the upgrade of **custom modules created in-house or by third parties**, "
|
||||
"including Odoo partners;"
|
||||
@@ -12380,7 +12485,7 @@ msgstr ""
|
||||
"la mise à niveau des **modules personnalisés créés en interne ou par des "
|
||||
"tiers**, y compris les partenaires d'Odoo ;"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:403
|
||||
#: ../../content/administration/upgrade.rst:400
|
||||
msgid ""
|
||||
"lines of **code added to standard modules**, i.e., customizations created "
|
||||
"outside the Studio app, code entered manually, and :ref:`automated actions "
|
||||
@@ -12391,16 +12496,16 @@ msgstr ""
|
||||
"manuellement et les :ref:`actions automatisées utilisant le code Python "
|
||||
"<studio/automated-actions/action>` ; et"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:406
|
||||
#: ../../content/administration/upgrade.rst:403
|
||||
msgid "**training** on using the upgraded version's features and workflows."
|
||||
msgstr ""
|
||||
"la **formation** à l'utilisation des fonctionnalités et des flux de travail "
|
||||
"de la version mise à jour."
|
||||
|
||||
#: ../../content/administration/upgrade.rst:409
|
||||
#: ../../content/administration/upgrade.rst:406
|
||||
msgid ":doc:`Odoo.sh documentation <odoo_sh>`"
|
||||
msgstr ":doc:`Documentation Odoo.sh <odoo_sh>`"
|
||||
|
||||
#: ../../content/administration/upgrade.rst:410
|
||||
#: ../../content/administration/upgrade.rst:407
|
||||
msgid ":doc:`Supported Odoo versions <maintain/supported_versions>`"
|
||||
msgstr ":doc:`Versions d'Odoo prises en charge <maintain/supported_versions>`"
|
||||
|
||||
+3878
-2192
File diff suppressed because it is too large
Load Diff
+2396
-1065
File diff suppressed because it is too large
Load Diff
+3323
-1528
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-12-21 13:43+0000\n"
|
||||
"POT-Creation-Date: 2024-01-19 15:28+0000\n"
|
||||
"PO-Revision-Date: 2023-11-08 08:57+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
@@ -5256,13 +5256,9 @@ msgstr "Paramètres du projet"
|
||||
|
||||
#: ../../content/applications/services/project/project_management.rst:58
|
||||
msgid ""
|
||||
"`Odoo Tutorials: Customize your project "
|
||||
"<https://www.odoo.com/slides/slide/customize-your-"
|
||||
"project-1662?fullscreen=1>`_"
|
||||
"`Odoo Tutorials: Customize projects "
|
||||
"<https://www.odoo.com/slides/slide/customize-projects-3615?fullscreen=1>`_"
|
||||
msgstr ""
|
||||
"`Tutoriels Odoo : Personnaliser votre projet "
|
||||
"<https://www.odoo.com/slides/slide/customize-your-"
|
||||
"project-1662?fullscreen=1>`_"
|
||||
|
||||
#: ../../content/applications/services/project/project_management.rst:61
|
||||
msgid ""
|
||||
|
||||
+417
-132
@@ -12,18 +12,18 @@
|
||||
# Martin Trigaux, 2023
|
||||
# Shark McGnark <peculiarcheese@gmail.com>, 2023
|
||||
# Cécile Collart <cco@odoo.com>, 2023
|
||||
# Wil Odoo, 2023
|
||||
# Fernanda Marques <fem@odoo.com>, 2023
|
||||
# Jolien De Paepe, 2023
|
||||
# Jolien De Paepe, 2024
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-12-21 13:43+0000\n"
|
||||
"POT-Creation-Date: 2024-01-19 15:28+0000\n"
|
||||
"PO-Revision-Date: 2023-11-08 08:57+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -35,6 +35,278 @@ msgstr ""
|
||||
msgid "Websites"
|
||||
msgstr "Sites web"
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:3
|
||||
msgid "Blog"
|
||||
msgstr "Blog"
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:5
|
||||
msgid ""
|
||||
"**Odoo Blog** allows you to create and manage blog posts on your website to "
|
||||
"engage your audience and build a community."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:9
|
||||
msgid ""
|
||||
"If the Blog module is not yet installed, click :guilabel:`+New` on the "
|
||||
"website builder, select :guilabel:`Blog Post`, and click "
|
||||
":guilabel:`Install`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:13
|
||||
msgid "Creating a blog"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:15
|
||||
msgid ""
|
||||
"To create or edit a blog, go to :menuselection:`Website --> Configuration "
|
||||
"--> Blogs: Blogs`. Click :guilabel:`New`, and enter the :guilabel:`Blog "
|
||||
"Name` and the :guilabel:`Blog Subtitle`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:18
|
||||
msgid ""
|
||||
"The :guilabel:`Blog` menu item is added to your website's menu the first "
|
||||
"time you create a blog and gathers all your blogs."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:22
|
||||
msgid "Adding a blog post"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:24
|
||||
msgid ""
|
||||
"Go to your website, click :guilabel:`+New` in the top-right corner, and "
|
||||
"select :guilabel:`Blog Post`. In the pop-up, **select the blog** where the "
|
||||
"post should appear, write the post's :guilabel:`Title`, and "
|
||||
":guilabel:`Save`. You can then write the post's content and customize the "
|
||||
"page using the website builder."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:30
|
||||
msgid ""
|
||||
"Illustrate your articles with copyright-free images from :doc:`Unsplash "
|
||||
"<website/configuration/unsplash>`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:32
|
||||
msgid "Type `/` in the text editor to format and add elements to your text."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:35
|
||||
msgid ""
|
||||
"Don't forget to toggle the :guilabel:`Unpublished` switch in the top-right "
|
||||
"corner to publish your post."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:39
|
||||
msgid "Using tags"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:41
|
||||
msgid ""
|
||||
"Tags let visitors filter all posts sharing the same tag. By default, they "
|
||||
"are displayed at the bottom of posts, but can also be displayed on the "
|
||||
"blog's main page. To do so, click :menuselection:`Edit --> Customize` and "
|
||||
"enable the :guilabel:`Sidebar`. By default, the sidebar's :guilabel:`Tags "
|
||||
"List` is enabled."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:46
|
||||
msgid ""
|
||||
"To create a tag, go to :menuselection:`Website --> Configuration --> Blogs: "
|
||||
"Tags` and click :guilabel:`New`. Fill in the:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:49
|
||||
msgid ":guilabel:`Name`"
|
||||
msgstr ":guilabel:`Nom`"
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:50
|
||||
msgid ""
|
||||
":guilabel:`Category`: tag categories let you group tags displayed on the "
|
||||
"sidebar by theme."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:51
|
||||
msgid ""
|
||||
":guilabel:`Used in`: to apply the tag to existing blog posts, click "
|
||||
":guilabel:`Add a line`, select the posts, and click :guilabel:`Select`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:54
|
||||
msgid ""
|
||||
"You can add and create tags directly from posts by clicking "
|
||||
":menuselection:`Edit --> Customize` and select the post's cover. Under "
|
||||
":guilabel:`Tags`, click :guilabel:`Choose a record...`, and select or create"
|
||||
" a tag."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst-1
|
||||
msgid "Adding a tag to a blog post"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:62
|
||||
msgid ""
|
||||
"To manage tag categories, go to :menuselection:`Website --> Configuration "
|
||||
"--> Blogs: Tag Categories`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:66
|
||||
msgid "Customizing blog homepages"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:68
|
||||
msgid ""
|
||||
"Customize the content of blog homepages by opening a blog homepage and "
|
||||
"clicking :menuselection:`Edit --> Customize`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:72
|
||||
msgid "Settings apply to **all** blogs homepages."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:74
|
||||
msgid ""
|
||||
":guilabel:`Top Banner`: :guilabel:`Name/Latest Post` displays the title of "
|
||||
"the latest post on the top banner, while :guilabel:`Drop Zone for Building "
|
||||
"Blocks` removes the top banner and lets you use any building block instead."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:78
|
||||
msgid ""
|
||||
":guilabel:`Layout`: organizes posts as a :guilabel:`Grid` or "
|
||||
":guilabel:`List`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:80
|
||||
msgid ":guilabel:`Cards`: adds a *card* effect."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:81
|
||||
msgid ":guilabel:`Increase Readability`: improves the text's readability."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:83
|
||||
msgid ""
|
||||
":guilabel:`Sidebar`: displays a sidebar containing an :guilabel:`About us` "
|
||||
"section."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:85
|
||||
msgid ""
|
||||
":guilabel:`Archives`: allows visitors to select a month and filter all posts"
|
||||
" created during that month."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:87
|
||||
msgid ""
|
||||
":guilabel:`Follow Us`: displays links to your social media networks. They "
|
||||
"can be configured using the Social Media building block somewhere on your "
|
||||
"website."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:89
|
||||
msgid ""
|
||||
":guilabel:`Tags List`: displays all tags related to a blog. Visitors can "
|
||||
"select a tag to filter all related posts."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:92
|
||||
msgid ""
|
||||
":guilabel:`Posts List`: :guilabel:`Cover` displays the posts' images, and "
|
||||
":guilabel:`No Cover` hides them."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:95
|
||||
msgid ":guilabel:`Author`: displays the posts' authors."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:96
|
||||
msgid ""
|
||||
":guilabel:`Comments/Views Stats`: displays the posts' number of comments and"
|
||||
" views."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:97
|
||||
msgid ""
|
||||
":guilabel:`Teaser & Tags`: displays the posts' first sentences and tags."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:100
|
||||
msgid "Customizing blog posts"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:102
|
||||
msgid ""
|
||||
"Customize posts by opening a blog post and clicking :menuselection:`Edit -->"
|
||||
" Customize`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:105
|
||||
msgid "Settings apply to **all** posts."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:107
|
||||
msgid ""
|
||||
":guilabel:`Layout`: :guilabel:`Title Inside Cover` displays the title inside"
|
||||
" the cover image, and :guilabel:`Title above Cover` displays it above."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:110
|
||||
msgid ":guilabel:`Increase Readability`: increases the text's readability."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:112
|
||||
msgid ""
|
||||
":guilabel:`Sidebar`: displays the :guilabel:`Sidebar` and additional "
|
||||
"options:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:114
|
||||
msgid ""
|
||||
":guilabel:`Archive`: allows visitors to select a month and filter all posts "
|
||||
"created during that month."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:116
|
||||
msgid ":guilabel:`Author`: displays the post's author and creation date."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:117
|
||||
msgid ":guilabel:`Blog List`: displays links to all your blogs."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:118
|
||||
msgid ""
|
||||
":guilabel:`Share Links`: displays share buttons to several social networks."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:119
|
||||
msgid ":guilabel:`Tags`: displays the post's tags."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:121
|
||||
msgid ":guilabel:`Breadcrumb`: displays the path to the post."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:123
|
||||
msgid ""
|
||||
":guilabel:`Bottom`: :guilabel:`Next Article` displays the next post at the "
|
||||
"bottom, and :guilabel:`Comments` enable visitors to comment on the post."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:126
|
||||
msgid ""
|
||||
":guilabel:`Select To Tweet`: visitors are offered to tweet the text they "
|
||||
"select."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/blog.rst:129
|
||||
msgid ""
|
||||
"Use :ref:`Plausible <website/analytics/plausible>` to keep track of the "
|
||||
"traffic on your blog."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/ecommerce.rst:8
|
||||
msgid "eCommerce"
|
||||
msgstr "eCommerce"
|
||||
@@ -5491,21 +5763,14 @@ msgid ""
|
||||
"In order to track the geographical location of visitors, :guilabel:`GeoIP` "
|
||||
"must be installed on the database. While this feature is installed by "
|
||||
"default on *Odoo Online*, *On-Premise* databases will require additional "
|
||||
":doc:`setup steps </applications/websites/website/configuration/on-"
|
||||
"premise_geo-ip-installation>`."
|
||||
":doc:`setup steps </administration/install/geo_ip>`."
|
||||
msgstr ""
|
||||
"Afin de suivre la localisation géographique des visiteurs, :guilabel:`GeoIP`"
|
||||
" doit être installé sur la base de données. Alors que cette fonctionnalité "
|
||||
"est installée par défaut sur *Odoo Online*, les bases de données *On "
|
||||
"premise* nécessitent des :doc:`étapes de configuration "
|
||||
"</applications/websites/website/configuration/on-premise_geo-ip-"
|
||||
"installation>` supplémentaires."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:191
|
||||
#: ../../content/applications/websites/livechat.rst:190
|
||||
msgid "Widget"
|
||||
msgstr "Widget"
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:193
|
||||
#: ../../content/applications/websites/livechat.rst:192
|
||||
msgid ""
|
||||
"The :guilabel:`Widget` tab on the live chat channel details form provides "
|
||||
"the shortcode for an embeddable website widget. This code can be added to a "
|
||||
@@ -5515,7 +5780,7 @@ msgstr ""
|
||||
" fournit un code court pour le widget de site web intégrable. Ce code peut "
|
||||
"être ajouté à un site web pour donner accès à une fenêtre de live chat."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:197
|
||||
#: ../../content/applications/websites/livechat.rst:196
|
||||
msgid ""
|
||||
"The live chat widget can be added to websites created through Odoo by "
|
||||
"navigating to the :menuselection:`Website --> Configuration --> Settings`. "
|
||||
@@ -5528,7 +5793,7 @@ msgstr ""
|
||||
"sélectionnez le canal à ajouter au site. Cliquez sur :guilabel:`Enregistrer`"
|
||||
" pour l'appliquer."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:201
|
||||
#: ../../content/applications/websites/livechat.rst:200
|
||||
msgid ""
|
||||
"To add the widget to a website created on a third-party platform, click the "
|
||||
"first :guilabel:`COPY` button on the :guilabel:`Widget` tab and paste the "
|
||||
@@ -5538,7 +5803,7 @@ msgstr ""
|
||||
"cliquez sur le premier bouton :guilabel:`COPIER` dans l'onglet "
|
||||
":guilabel:`Widget` et collez le code dans l'étiquette `<head>` sur le site."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:204
|
||||
#: ../../content/applications/websites/livechat.rst:203
|
||||
msgid ""
|
||||
"Likewise, to send a live chat session to a customer, click the second "
|
||||
":guilabel:`COPY` button on the :guilabel:`Widget` tab. This link can be sent"
|
||||
@@ -5554,11 +5819,11 @@ msgstr ""
|
||||
msgid "View of the widget tab for Odoo Live Chat."
|
||||
msgstr "Vue de l'onglet widget pour Odoo Live Chat."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:213
|
||||
#: ../../content/applications/websites/livechat.rst:212
|
||||
msgid "Participate in a conversation"
|
||||
msgstr "Participer à une conversation"
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:215
|
||||
#: ../../content/applications/websites/livechat.rst:214
|
||||
msgid ""
|
||||
"As explained above, *operators* are the users who will respond to live chat "
|
||||
"requests from customers. The information below outlines the necessary steps "
|
||||
@@ -5569,11 +5834,11 @@ msgstr ""
|
||||
"décrivent les étapes nécessaires pour que les opérateurs participent à des "
|
||||
"conversations de live chat dans une base de données Odoo."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:220
|
||||
#: ../../content/applications/websites/livechat.rst:219
|
||||
msgid "Set an online chat name"
|
||||
msgstr "Définir un nom de chat en ligne"
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:222
|
||||
#: ../../content/applications/websites/livechat.rst:221
|
||||
msgid ""
|
||||
"Before participating in a live chat, operators should update their *Online "
|
||||
"Chat Name*. This is the name that will be displayed to site visitors in the "
|
||||
@@ -5583,7 +5848,7 @@ msgstr ""
|
||||
"leur *Nom de chat en ligne*. C'est le nom qui sera affiché aux visiteurs du "
|
||||
"site web dans la conversation de live chat."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:225
|
||||
#: ../../content/applications/websites/livechat.rst:224
|
||||
msgid ""
|
||||
"To update the :guilabel:`Online Chat Name`, click on the user name in the "
|
||||
"upper-right corner of any page in the database. Select :guilabel:`My "
|
||||
@@ -5602,7 +5867,7 @@ msgstr ""
|
||||
msgid "View of the My Profile option in Odoo."
|
||||
msgstr "Vue de l'option Mon profil dans Odoo."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:234
|
||||
#: ../../content/applications/websites/livechat.rst:233
|
||||
msgid ""
|
||||
"If a users :guilabel:`Online Chat Name` is not set, the name displayed will "
|
||||
"default to the :guilabel:`User Name`."
|
||||
@@ -5610,7 +5875,7 @@ msgstr ""
|
||||
"Si un utilisateur n'a pas défini de :guilabel:`Nom de chat en ligne`, le nom"
|
||||
" affiché sera par défaut le :guilabel:`Nom d'utilisateur`."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:238
|
||||
#: ../../content/applications/websites/livechat.rst:237
|
||||
msgid ""
|
||||
"A user has their full name as their :guilabel:`User Name`, but they do not "
|
||||
"want to include their last name in a live chat conversation. They would then"
|
||||
@@ -5627,11 +5892,11 @@ msgstr ""
|
||||
"Vue d'un profil utilisateur dans Odoo, mettant en évidence le champ de Nom "
|
||||
"de chat en ligne."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:247
|
||||
#: ../../content/applications/websites/livechat.rst:246
|
||||
msgid "Join or leave a channel"
|
||||
msgstr "Rejoindre ou quitter un canal"
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:249
|
||||
#: ../../content/applications/websites/livechat.rst:248
|
||||
msgid ""
|
||||
"To join a live chat channel, go to the :menuselection:`Live Chat` app and "
|
||||
"click the :guilabel:`JOIN` button on the kanban card for the appropriate "
|
||||
@@ -5641,7 +5906,7 @@ msgstr ""
|
||||
":menuselection:`Live Chat` et cliquez sur le bouton :guilabel:`REJOINDRE` "
|
||||
"sur la carte kanban du canal approprié."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:252
|
||||
#: ../../content/applications/websites/livechat.rst:251
|
||||
msgid ""
|
||||
"Any channel where the user is currently active will show a :guilabel:`LEAVE`"
|
||||
" button. Click this button to disconnect from the channel."
|
||||
@@ -5656,7 +5921,7 @@ msgstr ""
|
||||
"Vue d'un formulaire de canal et de l'option de rejoindre un canal pour Odoo "
|
||||
"Live Chat."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:260
|
||||
#: ../../content/applications/websites/livechat.rst:259
|
||||
msgid ""
|
||||
"*Operators* that do not show any activity in Odoo for more than thirty "
|
||||
"minutes will be considered disconnected, and subsequently removed from the "
|
||||
@@ -5666,11 +5931,11 @@ msgstr ""
|
||||
"trente minutes seront considérés comme déconnectés et ensuite supprimés du "
|
||||
"canal."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:264
|
||||
#: ../../content/applications/websites/livechat.rst:263
|
||||
msgid "Manage live chat requests"
|
||||
msgstr "Gérer les demandes de live chat"
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:266
|
||||
#: ../../content/applications/websites/livechat.rst:265
|
||||
msgid ""
|
||||
"When an operator is active in a channel, chat windows will open in the "
|
||||
"bottom right corner of the screen, no matter where they are in the database."
|
||||
@@ -5682,7 +5947,7 @@ msgstr ""
|
||||
"dans la base de données. Il peut ainsi participer à des conversations sans "
|
||||
"quitter sa page actuelle."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:271
|
||||
#: ../../content/applications/websites/livechat.rst:270
|
||||
msgid ""
|
||||
"Conversations can also be accessed by clicking the :guilabel:`Conversations`"
|
||||
" icon in the menu bar."
|
||||
@@ -5696,7 +5961,7 @@ msgstr ""
|
||||
"Vue de la barre de menu dans Odoo mettant en évidence l'icône des "
|
||||
"conversations."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:278
|
||||
#: ../../content/applications/websites/livechat.rst:277
|
||||
msgid ""
|
||||
"Live chat conversations can also be viewed by navigating to "
|
||||
":menuselection:`Dashboard --> Discuss`. New conversations will appear in "
|
||||
@@ -5715,7 +5980,7 @@ msgstr ""
|
||||
"Vue de l'application Discussion avec un message envoyé par le live chat "
|
||||
"d'Odoo."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:285
|
||||
#: ../../content/applications/websites/livechat.rst:284
|
||||
msgid ""
|
||||
"Click on a conversation in the left panel to select it. This will open the "
|
||||
"conversation. From this view, an operator can participate in the chat the "
|
||||
@@ -5725,7 +5990,7 @@ msgstr ""
|
||||
" Cela ouvrira la conversation. À partir de cette vue, un opérateur peut "
|
||||
"participer au chat comme il le ferait dans une fenêtre de chat normale."
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:289
|
||||
#: ../../content/applications/websites/livechat.rst:288
|
||||
msgid ""
|
||||
":doc:`Get Started with Discuss "
|
||||
"</applications/productivity/discuss/overview/get_started>`"
|
||||
@@ -5733,7 +5998,7 @@ msgstr ""
|
||||
":doc:`Démarrer avec Discussion "
|
||||
"</applications/productivity/discuss/overview/get_started>`"
|
||||
|
||||
#: ../../content/applications/websites/livechat.rst:290
|
||||
#: ../../content/applications/websites/livechat.rst:289
|
||||
msgid ":doc:`/applications/websites/livechat/responses`"
|
||||
msgstr ":doc:`/applications/websites/livechat/responses`"
|
||||
|
||||
@@ -7160,6 +7425,123 @@ msgstr ""
|
||||
"créer de superbes sites qui convertiront vos visiteurs en pistes et "
|
||||
"généreront des revenus."
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:3
|
||||
msgid "Address autocomplete"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:5
|
||||
msgid ""
|
||||
"You can use the Google Places API on your website to ensure that your users'"
|
||||
" delivery addresses exist and are understood by the carrier. The Google "
|
||||
"Places API allows developers to access detailed information about places "
|
||||
"using HTTP requests. The autocompletion predicts a list of places when the "
|
||||
"user starts typing the address."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst-1
|
||||
msgid "Address autocomplete example"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:13
|
||||
msgid ""
|
||||
"`Google Maps Platform <https://mapsplatform.google.com/maps-products>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:14
|
||||
msgid ""
|
||||
"`Google Developers Documentation: Google Places API "
|
||||
"<https://developers.google.com/maps/documentation/places/web-"
|
||||
"service/autocomplete>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:18
|
||||
msgid ""
|
||||
"To do so, go to :menuselection:`Website --> Configuration --> Settings` and "
|
||||
"enable :guilabel:`Address Autocomplete` in the :guilabel:`SEO` section."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst-1
|
||||
msgid "Enable address autocomplete"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:24
|
||||
msgid ""
|
||||
"Insert your :guilabel:`Google Places API key` in the :guilabel:`API Key` "
|
||||
"field. If you don't have one, create yours on the `Google Cloud Console "
|
||||
"<https://console.cloud.google.com/getting-started>`_ and follow these steps."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:28
|
||||
msgid "Step 1: Enable the Google Places API"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:30
|
||||
msgid "**Create a New Project:**"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:32
|
||||
msgid ""
|
||||
"To enable the **Google Places API**, you first need to create a project. To "
|
||||
"do so, click :guilabel:`Select a project` in the top left corner, "
|
||||
":guilabel:`New Project`, and follow the prompts to set up your project."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:34
|
||||
msgid "**Enable the Google Places API:**"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:36
|
||||
msgid ""
|
||||
"Go to the :guilabel:`Enabled APIs & Services` and click :guilabel:`+ ENABLE "
|
||||
"APIS AND SERVICES.` Search for :guilabel:`\"Places API\"` and select it. "
|
||||
"Click on the :guilabel:`\"Enable\"` button."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:39
|
||||
msgid ""
|
||||
"Google's pricing depends on the number of requests and their complexity."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:42
|
||||
msgid "Step 2: Create API Credentials"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:44
|
||||
msgid ""
|
||||
"Go to `APIs & Services --> Credentials "
|
||||
"<https://console.cloud.google.com/apis/credentials>`_."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:46
|
||||
msgid "**Create credentials:**"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:48
|
||||
msgid ""
|
||||
"To create your credentials, go to :guilabel:`Credentials`, click "
|
||||
":guilabel:`Create Credentials`, and select :guilabel:`API key`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:50
|
||||
msgid "Restrict the API Key (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:52
|
||||
msgid ""
|
||||
"For security purposes, you can restrict the usage of your API key. You can "
|
||||
"go to the :guilabel:`API restrictions` section to specify which APIs your "
|
||||
"key can access. For the Google Places API, you can restrict it to only allow"
|
||||
" requests from specific websites or apps."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:57
|
||||
msgid "Save Your API Key: Copy your API key and securely store it."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/address_autocomplete.rst:58
|
||||
msgid "Do not share it publicly or expose it in client-side code."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/cookies_bar.rst:3
|
||||
msgid "Cookies bar"
|
||||
msgstr "Barre de cookies"
|
||||
@@ -7722,103 +8104,6 @@ msgid ""
|
||||
"and select :guilabel:`Group by --> Website`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:3
|
||||
msgid "Geo IP Installation (On-Premises Database)"
|
||||
msgstr "Installation de Geo IP (bases de données on-premise)"
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:6
|
||||
msgid "Installation"
|
||||
msgstr "Installation"
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:8
|
||||
msgid ""
|
||||
"Download both the GeoLite2 City and Country `databases "
|
||||
"<https://dev.maxmind.com/geoip/geoip2/geolite2/>`_. You should end up with "
|
||||
"two files called :file:`GeoLite2-City.mmdb` and "
|
||||
":file:`GeoLite2-Country.mmdb`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:12
|
||||
msgid "Move the files to the folder :file:`/usr/share/GeoIP/`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:19
|
||||
msgid "Restart the server"
|
||||
msgstr "Redémarrer le serveur"
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:22
|
||||
msgid ""
|
||||
"If you don't want to locate the geoip database in :file:`/usr/share/GeoIP/`,"
|
||||
" use the :option:`--geoip-city-db <odoo-bin --geoip-city-db>` and "
|
||||
":option:`--geoip-country-db <odoo-bin --geoip-country-db>` options of the "
|
||||
"Odoo command line interface. These options take the absolute path to the "
|
||||
"GeoIP database file and use it as the GeoIP database. For example:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:33
|
||||
msgid ":doc:`CLI documentation </developer/reference/cli>`."
|
||||
msgstr ":doc:`documentation CLI </developer/reference/cli>`."
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:36
|
||||
msgid "Test GeoIP Geolocation In Odoo Website"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:38
|
||||
msgid ""
|
||||
"Edit a web page to include some geo-ip information such as the country name "
|
||||
"of the current request IP address. To do so:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:41
|
||||
msgid "Go to your website. Open the web page that you want to test ``GeoIP``."
|
||||
msgstr ""
|
||||
"Allez à votre site web. Ouvrez la page web sur laquelle vous voulez tester "
|
||||
"``GeoIP``."
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:42
|
||||
msgid "Choose :menuselection:`Customize --> HTML/CSS/JS Editor`."
|
||||
msgstr "Choisissez :menuselection:`Personnaliser --> HTML/CSS/JS Editor`."
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:43
|
||||
msgid "Add the following piece of XML in the page :"
|
||||
msgstr "Ajoutez le morceau de XML suivant dans la page :"
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:49
|
||||
msgid "Save and refresh the page."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:51
|
||||
msgid ""
|
||||
"Geo-ip is working if you read your country name displayed in bold in the "
|
||||
"middle of the page."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:53
|
||||
msgid ""
|
||||
"In case you read \"**geoip failure**\" instead then the geolocalization "
|
||||
"failed. The common causes are:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:55
|
||||
msgid ""
|
||||
"The browsing IP address is the localhost (``127.0.0.1``) or a local area "
|
||||
"network one. If you don't know, you can access your website using mobile "
|
||||
"data."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:57
|
||||
msgid ""
|
||||
"You are using a reverse-proxy (apache, nginx) in front of Odoo but didn't "
|
||||
"start Odoo with the proxy-mode enabled. See :option:`proxy mode <odoo-bin "
|
||||
"--proxy-mode>`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:59
|
||||
msgid ""
|
||||
"The GeoIP database is corrupt, missing or unaccessible. In such case a "
|
||||
"warning was logged in the server logs."
|
||||
msgstr ""
|
||||
|
||||
#: ../../content/applications/websites/website/configuration/spam_protection.rst:3
|
||||
msgid "Forms spam protection"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user