forked from Mapan/odoo17e
174 lines
5.9 KiB
Plaintext
174 lines
5.9 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * project_account_budget
|
|
#
|
|
# Translators:
|
|
# Wil Odoo, 2023
|
|
# Jolien De Paepe, 2023
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.0+e\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-10-26 22:21+0000\n"
|
|
"PO-Revision-Date: 2023-10-26 23:10+0000\n"
|
|
"Last-Translator: Jolien De Paepe, 2023\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"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: fr\n"
|
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
|
|
#. module: project_account_budget
|
|
#: model_terms:ir.ui.view,arch_db:project_account_budget.project_update_default_description
|
|
msgid ") of the"
|
|
msgstr ") du"
|
|
|
|
#. module: project_account_budget
|
|
#: model_terms:ir.ui.view,arch_db:project_account_budget.project_update_default_description
|
|
msgid ") of the budget is remaining."
|
|
msgstr ") du budget est encore disponible."
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.xml:0
|
|
#, python-format
|
|
msgid "Actual"
|
|
msgstr "Actuel"
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.xml:0
|
|
#, python-format
|
|
msgid "Add Budget"
|
|
msgstr "Ajouter un budget"
|
|
|
|
#. module: project_account_budget
|
|
#: model:ir.model.fields,field_description:project_account_budget.field_crossovered_budget_lines__analytic_account_id
|
|
msgid "Analytic Account"
|
|
msgstr "Compte analytique"
|
|
|
|
#. module: project_account_budget
|
|
#: model:ir.model,name:project_account_budget.model_crossovered_budget
|
|
#: model_terms:ir.ui.view,arch_db:project_account_budget.project_project_kanban_view_inherited
|
|
msgid "Budget"
|
|
msgstr "Budget"
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-python
|
|
#: code:addons/project_account_budget/models/project.py:0
|
|
#, python-format
|
|
msgid "Budget Items"
|
|
msgstr "Postes budgétaires"
|
|
|
|
#. module: project_account_budget
|
|
#: model:ir.model,name:project_account_budget.model_crossovered_budget_lines
|
|
msgid "Budget Line"
|
|
msgstr "Ligne de budget"
|
|
|
|
#. module: project_account_budget
|
|
#: model_terms:ir.ui.view,arch_db:project_account_budget.project_project_kanban_view_inherited
|
|
msgid ""
|
|
"Budget {{ budget_progress >= 0.25 ? 'on track' : budget_progress >= 0 ? "
|
|
"'soon overspent' : 'overspent' }}"
|
|
msgstr ""
|
|
"Budget {{ budget_progress >= 0.25 ? 'en bonne voie' : budget_progress >= 0 ?"
|
|
" 'bientôt dépassé' : 'dépassé' }}"
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.xml:0
|
|
#, python-format
|
|
msgid "Budgetary Positions"
|
|
msgstr "Postes budgétaires"
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.xml:0
|
|
#, python-format
|
|
msgid "Budgets"
|
|
msgstr "Budgets"
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.xml:0
|
|
#, python-format
|
|
msgid "Compare expected and actual revenues and costs."
|
|
msgstr "Comparez les recettes et les coûts prévus et réels."
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.xml:0
|
|
#, python-format
|
|
msgid "Difference"
|
|
msgstr "Différence"
|
|
|
|
#. module: project_account_budget
|
|
#: model_terms:ir.ui.view,arch_db:project_account_budget.crossovered_budget_lines_view_tree_inherit
|
|
msgid "Entries..."
|
|
msgstr "Écritures..."
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.xml:0
|
|
#, python-format
|
|
msgid "Forecast"
|
|
msgstr "Prévision"
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.js:0
|
|
#, python-format
|
|
msgid "New Budget"
|
|
msgstr "Nouveau budget"
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.xml:0
|
|
#, python-format
|
|
msgid "No Budgetary Position"
|
|
msgstr "Aucun poste budgétaire"
|
|
|
|
#. module: project_account_budget
|
|
#: model:ir.model,name:project_account_budget.model_project_project
|
|
msgid "Project"
|
|
msgstr "Projet"
|
|
|
|
#. module: project_account_budget
|
|
#: model:ir.model,name:project_account_budget.model_project_update
|
|
msgid "Project Update"
|
|
msgstr "Mise à jour du projet"
|
|
|
|
#. module: project_account_budget
|
|
#. odoo-javascript
|
|
#: code:addons/project_account_budget/static/src/components/project_right_side_panel/project_right_side_panel.xml:0
|
|
#, python-format
|
|
msgid "Total"
|
|
msgstr "Total"
|
|
|
|
#. module: project_account_budget
|
|
#: model:ir.model.fields,field_description:project_account_budget.field_project_project__total_budget_progress
|
|
msgid "Total Budget Progress"
|
|
msgstr "Total du suivi budgétaire"
|
|
|
|
#. module: project_account_budget
|
|
#: model:ir.model.fields,field_description:project_account_budget.field_project_project__total_planned_amount
|
|
msgid "Total Planned Amount"
|
|
msgstr "Montant total prévu"
|
|
|
|
#. module: project_account_budget
|
|
#: model:ir.model.fields,field_description:project_account_budget.field_project_project__total_practical_amount
|
|
msgid "Total Practical Amount"
|
|
msgstr "Montant total pratique"
|
|
|
|
#. module: project_account_budget
|
|
#: model:ir.model.fields,field_description:project_account_budget.field_project_project__budget
|
|
msgid "Total planned amount"
|
|
msgstr "Montant total prévu"
|
|
|
|
#. module: project_account_budget
|
|
#: model_terms:ir.ui.view,arch_db:project_account_budget.project_update_default_description
|
|
msgid "budget has been spent."
|
|
msgstr "budget a été dépensé."
|