mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-26 20:52:06 +02:00
1907 lines
71 KiB
Text
1907 lines
71 KiB
Text
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * hr_timesheet
|
||
#
|
||
# Translators:
|
||
# Martin Trigaux, 2022
|
||
# Alexandra Jubert, 2022
|
||
# Cécile Collart <cco@odoo.com>, 2022
|
||
# Jolien De Paepe, 2023
|
||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||
# "Manon Rondou (ronm)" <ronm@odoo.com>, 2025, 2026.
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 16.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2026-03-06 18:36+0000\n"
|
||
"PO-Revision-Date: 2026-02-25 14:44+0000\n"
|
||
"Last-Translator: \"Manon Rondou (ronm)\" <ronm@odoo.com>\n"
|
||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/"
|
||
"hr_timesheet/fr/>\n"
|
||
"Language: fr\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||
"1000000 == 0) ? 1 : 2);\n"
|
||
"X-Generator: Weblate 5.14.3\n"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
msgid "%(effective)s %(uom_name)s"
|
||
msgstr "%(effective)s %(uom_name)s"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
msgid "%(effective)s / %(allocated)s %(uom_name)s"
|
||
msgstr "%(effective)s / %(allocated)s %(uom_name)s"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
msgid "%(effective)s / %(allocated)s %(uom_name)s (%(success_rate)s%%)"
|
||
msgstr "%(effective)s / %(allocated)s %(uom_name)s (%(success_rate)s%%)"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
msgid "%(exceeding_hours)s %(uom_name)s (+%(exceeding_rate)s%%)"
|
||
msgstr "%(exceeding_hours)s %(uom_name)s (+%(exceeding_rate)s%%)"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-javascript
|
||
#: code:addons/hr_timesheet/static/src/components/time_hour_field/time_hour_field.js:0
|
||
msgid "%(hours)sh"
|
||
msgstr "%(hours)sh"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-javascript
|
||
#: code:addons/hr_timesheet/static/src/components/time_hour_field/time_hour_field.js:0
|
||
msgid "%(hours)sh%(minutes)s"
|
||
msgstr "%(hours)sh%(minutes)s"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
msgid "%(name)s's Timesheets"
|
||
msgstr "Feuilles de temps de %(name)s"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "%(project_name)s (%(days)sd)"
|
||
msgstr "%(project_name)s (%(days)s j)"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "%(project_name)s (%(sign)s%(hours)sh%(minutes)s)"
|
||
msgstr ""
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "%(project_name)s (%(sign)s%(hours)sh)"
|
||
msgstr ""
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid ""
|
||
"'%(missing_plan_names)s' analytic plan(s) required on the project '%"
|
||
"(project_name)s' linked to the timesheet."
|
||
msgstr ""
|
||
"'%(missing_plan_names)s' plan(s) analytique(s) requis pour le projet '%"
|
||
"(project_name)s' lié à la feuille de temps."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_task.py:0
|
||
msgid "(%(sign)s%(hours)s:%(minutes)s remaining)"
|
||
msgstr "(%(sign)s%(hours)s:%(minutes)s restants)"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_task.py:0
|
||
msgid "(%s days remaining)"
|
||
msgstr "(%s jours restants)"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
msgid "(incl."
|
||
msgstr "(incl."
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "1 day"
|
||
msgstr "1 jour"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "2 hours"
|
||
msgstr "2 heures"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "2021-09-01"
|
||
msgstr "01-09-2021"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:digest.tip,tip_description:hr_timesheet.digest_tip_hr_timesheet_0
|
||
msgid "<b class=\"tip_title\">Tip: Record your Timesheets faster</b>"
|
||
msgstr ""
|
||
"<b class=\"tip_title\">Astuce : Encodez vos feuilles de temps plus "
|
||
"rapidement</b>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_kanban_account_analytic_line
|
||
msgid ""
|
||
"<i class=\"fa fa-calendar me-1\" role=\"img\" aria-label=\"Date\" "
|
||
"title=\"Date\"/>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-calendar me-1\" role=\"img\" aria-label=\"Date\" "
|
||
"title=\"Date\"/>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
|
||
msgid "<i class=\"fa fa-print\"/> View Details"
|
||
msgstr "<i class=\"fa fa-print\"/> Voir les détails"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_public_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_view_form_inherit_timesheet
|
||
msgid "<span class=\"o_stat_text\">Timesheets</span>"
|
||
msgstr "<span class=\"o_stat_text\">Feuilles de temps</span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
msgid "<span class=\"text-nowrap\">Time Spent on Sub-tasks:</span>"
|
||
msgstr "<span class=\"text-nowrap\">Temps consacré aux sous-tâches :</span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_delete_wizard_form
|
||
msgid ""
|
||
"<span invisible=\"has_timesheet\">\n"
|
||
" Are you sure you want to delete these employees?\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span invisible=\"has_timesheet\">\n"
|
||
" Êtes-vous sûr de vouloir supprimer ces employés ?\n"
|
||
" </span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "<span style=\"margin-right: 15px;\">Total (Days)</span>"
|
||
msgstr "<span style=\"margin-right: 15px;\">Total (Jours)</span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "<span style=\"margin-right: 15px;\">Total (Hours)</span>"
|
||
msgstr "<span style=\"margin-right: 15px;\">Total (Heures)</span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "<span>Date</span>"
|
||
msgstr "<span>Date</span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "<span>Description</span>"
|
||
msgstr "<span>Description</span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "<span>Employee</span>"
|
||
msgstr "<span>Employé</span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "<span>Time Spent</span>"
|
||
msgstr "<span>Temps écoulé</span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
|
||
msgid "<strong>Progress:</strong>"
|
||
msgstr "<strong>Progrès :</strong>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
|
||
msgid "<strong>Time Remaining: </strong>"
|
||
msgstr "<strong>Temps restant : </strong>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
|
||
msgid "<strong>Time recorded on sub-tasks: </strong>"
|
||
msgstr "<strong>Temps enregistré pour les sous-tâches : </strong>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
|
||
msgid "<strong>Total Days: </strong>"
|
||
msgstr "<strong>Total des jours : </strong>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
|
||
msgid "<strong>Total Hours: </strong>"
|
||
msgstr "<strong>Total des heures : </strong>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
|
||
msgid "<strong>Total Time Spent: </strong>"
|
||
msgstr "<strong>Total du temps écoulé : </strong>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:res.groups,name:hr_timesheet.group_timesheet_manager
|
||
msgid "Administrator"
|
||
msgstr "Administrateur"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "All"
|
||
msgstr "Tous"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_all
|
||
#: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_activity_all
|
||
msgid "All Timesheets"
|
||
msgstr "Toutes les feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_project__allocated_hours
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_update__allocated_time
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__allocated_hours
|
||
msgid "Allocated Time"
|
||
msgstr "Temps alloué"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__amount
|
||
msgid "Amount"
|
||
msgstr "Montant"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/__init__.py:0
|
||
msgid "Analysis"
|
||
msgstr "Analyses"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_form
|
||
msgid "Analytic Entry"
|
||
msgstr "Écriture analytique"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_account_analytic_line
|
||
msgid "Analytic Line"
|
||
msgstr "Ligne analytique"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_account_analytic_applicability
|
||
msgid "Analytic Plan's Applicabilities"
|
||
msgstr "Applicabilités de la dimension analytique"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_report
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_project
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_task
|
||
msgid ""
|
||
"Analyze the projects and tasks on which your employees spend their time."
|
||
"<br>\n"
|
||
" Evaluate which part is billable and what costs it represents."
|
||
msgstr ""
|
||
"Analysez les projets et les tâches sur lesquels vos employés passent leur "
|
||
"temps.<br>\n"
|
||
"Évaluez quelle partie est facturable et quels coûts elle représente."
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__reminder_allow
|
||
msgid "Approver Reminder"
|
||
msgstr "Rappel à l'approbateur"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_delete_wizard_form
|
||
msgid "Archive Employees"
|
||
msgstr "Archiver des employés"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "Audrey Peterson"
|
||
msgstr "Audrey Peterson"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
|
||
msgid "Average of Progress"
|
||
msgstr "Moyenne des progrès réalisés"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.ui.menu,name:hr_timesheet.menu_hr_activity_analysis
|
||
msgid "By Employee"
|
||
msgstr "Par employé"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_report_timesheet_by_project
|
||
msgid "By Project"
|
||
msgstr "Par projet"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_report_timesheet_by_task
|
||
msgid "By Task"
|
||
msgstr "Par tâche"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "Call client and discuss project"
|
||
msgstr "Appelez le client et discutez du projet"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-javascript
|
||
#: code:addons/hr_timesheet/static/src/views/timesheet_calendar/timesheet_calendar_model.js:0
|
||
msgid "Choose an employee to create their timesheet."
|
||
msgstr "Choisissez un employé pour créer sa feuille de temps."
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_project_collaborator
|
||
msgid "Collaborators in project shared"
|
||
msgstr "Collaborateurs du projet partagé"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_res_company
|
||
msgid "Companies"
|
||
msgstr "Sociétés"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__company_id
|
||
msgid "Company"
|
||
msgstr "Société"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_res_config_settings
|
||
msgid "Config Settings"
|
||
msgstr "Paramètres de configuration"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.ui.menu,name:hr_timesheet.hr_timesheet_menu_configuration
|
||
msgid "Configuration"
|
||
msgstr "Configuration"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_employee.py:0
|
||
msgid "Confirmation"
|
||
msgstr "Confirmation"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,website_form_label:hr_timesheet.model_project_task
|
||
msgid "Create a Task"
|
||
msgstr "Créer une tâche"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line_calendar_employee__create_uid
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee_delete_wizard__create_uid
|
||
msgid "Created by"
|
||
msgstr "Créé par"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line_calendar_employee__create_date
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee_delete_wizard__create_date
|
||
msgid "Created on"
|
||
msgstr "Créé le"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__currency_id
|
||
msgid "Currency"
|
||
msgstr "Devise"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__date
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
|
||
msgid "Date"
|
||
msgstr "Date"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields.selection,name:hr_timesheet.selection__res_config_settings__timesheet_encode_method__days
|
||
msgid "Days / Half-Days"
|
||
msgstr "Jours / Demi-jours"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_kanban_inherited
|
||
msgid "Days Remaining"
|
||
msgstr "Jours restants"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,help:hr_timesheet.field_project_project__analytic_account_active
|
||
#: model:ir.model.fields,help:hr_timesheet.field_project_task__analytic_account_active
|
||
msgid "Deactivate the account."
|
||
msgstr "Désactiver le compte."
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,help:hr_timesheet.field_res_company__internal_project_id
|
||
msgid "Default project value for timesheet generated from time off type."
|
||
msgstr ""
|
||
"Valeur de projet par défaut pour les feuilles de temps générées à partir de "
|
||
"ce type de congés."
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,help:hr_timesheet.field_account_analytic_line__employee_id
|
||
msgid ""
|
||
"Define an 'hourly cost' on the employee to track the cost of their time."
|
||
msgstr ""
|
||
"Définissez un 'coût horaire' sur l'employé pour suivre le coût de son temps."
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.actions.server,name:hr_timesheet.unlink_employee_action
|
||
msgid "Delete"
|
||
msgstr "Supprimer"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_delete_wizard_form
|
||
msgid "Delete Employee"
|
||
msgstr "Supprimer l'employé"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,help:hr_timesheet.field_account_analytic_line__milestone_id
|
||
#: model:ir.model.fields,help:hr_timesheet.field_timesheets_analysis_report__milestone_id
|
||
msgid ""
|
||
"Deliver your services automatically when a milestone is reached by linking "
|
||
"it to a sales order item."
|
||
msgstr ""
|
||
"Livrez vos services automatiquement lorsqu'un jalon est atteint en le liant "
|
||
"à un article de la commande."
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__department_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__department_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
msgid "Department"
|
||
msgstr "Département"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_form
|
||
msgid "Describe your activity"
|
||
msgstr "Décrire votre activité"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__name
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
|
||
msgid "Description"
|
||
msgstr "Description"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_delete_wizard_form
|
||
msgid "Discard"
|
||
msgstr "Ignorer"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_applicability__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line_calendar_employee__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee_delete_wizard__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee_public__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_ir_http__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_ir_ui_menu__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_collaborator__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_project__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_update__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_company__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__display_name
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_uom_uom__display_name
|
||
msgid "Display Name"
|
||
msgstr "Nom d'affichage"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_applicability__business_domain
|
||
msgid "Domain"
|
||
msgstr "Domaine"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
|
||
msgid "Effective Hours"
|
||
msgstr "Heures effectives"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model:ir.model,name:hr_timesheet.model_hr_employee
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__employee_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__employee_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
|
||
msgid "Employee"
|
||
msgstr "Employé"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_hr_employee_delete_wizard
|
||
msgid "Employee Delete Wizard"
|
||
msgstr "Assistant de suppression d'un employé"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__reminder_user_allow
|
||
msgid "Employee Reminder"
|
||
msgstr "Rappel aux employés"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/wizard/hr_employee_delete_wizard.py:0
|
||
msgid "Employee Termination"
|
||
msgstr "Fin de collaboration"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/wizard/hr_employee_delete_wizard.py:0
|
||
msgid "Employees' Timesheets"
|
||
msgstr "Feuilles de temps des employés"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__timesheet_encode_method
|
||
msgid "Encoding Method"
|
||
msgstr "Méthode d'encodage"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
msgid "Extra Time"
|
||
msgstr "Temps supplémentaire"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
|
||
msgid "Generate timesheets for validated time off requests and public holidays"
|
||
msgstr ""
|
||
"Générer des feuilles de temps pour des demandes de congé validées et des "
|
||
"jours fériés"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_ir_http
|
||
msgid "HTTP Routing"
|
||
msgstr "Routage HTTP"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__has_department_manager_access
|
||
msgid "Has Department Manager Access"
|
||
msgstr "Dispose de l'accès responsable du département"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee_public__has_timesheet
|
||
msgid "Has Timesheet"
|
||
msgstr "A une feuille de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields.selection,name:hr_timesheet.selection__res_config_settings__timesheet_encode_method__hours
|
||
msgid "Hours / Minutes"
|
||
msgstr "Heures / Minutes"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_applicability__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line_calendar_employee__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee_delete_wizard__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee_public__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_ir_http__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_ir_ui_menu__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_collaborator__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_project__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_update__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_company__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_uom_uom__id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "Import Template for Timesheets"
|
||
msgstr "Modèle d’importation pour feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/res_company.py:0
|
||
#: model:project.task.type,name:hr_timesheet.internal_project_default_stage
|
||
msgid "Internal"
|
||
msgstr "Interne"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_company__internal_project_id
|
||
msgid "Internal Project"
|
||
msgstr "Projet interne"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "Last Month"
|
||
msgstr "Le mois dernier"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "Last Quarter"
|
||
msgstr "Le dernier trimestre"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line_calendar_employee__write_uid
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee_delete_wizard__write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "Mis à jour par"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line_calendar_employee__write_date
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_hr_employee_delete_wizard__write_date
|
||
msgid "Last Updated on"
|
||
msgstr "Mis à jour le"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
msgid "Last Week"
|
||
msgstr "La semaine dernière"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "Last Year"
|
||
msgstr "L'année dernière"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_invoice_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_project_view_form_simplified_inherit_timesheet
|
||
msgid "Log time on tasks"
|
||
msgstr "Encodez des feuilles de temps sur les tâches"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__manager_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__manager_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
msgid "Manager"
|
||
msgstr "Manager"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/res_company.py:0
|
||
msgid "Meeting"
|
||
msgstr "Réunion"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_ir_ui_menu
|
||
msgid "Menu"
|
||
msgstr "Menu"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__message_partner_ids
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__message_partner_ids
|
||
msgid "Message Partner"
|
||
msgstr "Message au partenaire"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__milestone_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__milestone_id
|
||
msgid "Milestone"
|
||
msgstr "Jalon"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_update_view_search_inherit
|
||
msgid "My Department's Updates"
|
||
msgstr "Les mises à jour de mon département"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_update_view_search_inherit
|
||
msgid "My Team's Updates"
|
||
msgstr "Les mises à jour de mon équipe"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_line
|
||
#: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_activity_mine
|
||
#: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_activity_user
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
msgid "My Timesheets"
|
||
msgstr "Mes feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "Newest"
|
||
msgstr "Le plus récent"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
msgid "No Parent Task"
|
||
msgstr "Pas de tâche parente"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
msgid "No Task"
|
||
msgstr "Pas de tâche"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_all
|
||
msgid "No activities found. Let's start a new one!"
|
||
msgstr "Aucune activité trouvée. Commençons-en une nouvelle !"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_report
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_project
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_task
|
||
msgid "No data yet!"
|
||
msgstr "Pas encore de données !"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "No timesheets created: employees aren’t working on the selected days"
|
||
msgstr ""
|
||
"Aucune feuille de temps créée : les employés ne travaillent pas aux dates "
|
||
"sélectionnées"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "None"
|
||
msgstr "Aucun"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,help:hr_timesheet.field_project_task__remaining_hours
|
||
msgid "Number of allocated hours minus the number of hours spent."
|
||
msgstr "Nombre d'heures allouées moins le nombre d'heures passées."
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_delete_wizard_form
|
||
msgid "Ok"
|
||
msgstr "Ok"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__overtime
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__overtime
|
||
msgid "Overtime"
|
||
msgstr "Heures supplémentaires"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__parent_task_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__parent_task_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
msgid "Parent Task"
|
||
msgstr "Tâche parente"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__partner_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__partner_id
|
||
msgid "Partner"
|
||
msgstr "Partenaire"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_account_analytic_line_calendar_employee
|
||
msgid "Personal Filters on Employees for the Calendar view"
|
||
msgstr "Filtres personnels sur les employés pour la vue Calendrier."
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_delete_wizard_form
|
||
msgid "Please first delete all of their timesheets."
|
||
msgstr "Veuillez d’abord supprimer toutes leurs feuilles de temps."
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_uom_uom
|
||
msgid "Product Unit of Measure"
|
||
msgstr "Unité de mesure du produit"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__progress
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__progress
|
||
msgid "Progress"
|
||
msgstr "En cours"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model:ir.model,name:hr_timesheet.model_project_project
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__project_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__project_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__project_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "Project"
|
||
msgstr "Projet"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_project__account_id
|
||
msgid "Project Account"
|
||
msgstr "Compte de projet"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_company__project_time_mode_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__project_time_mode_id
|
||
msgid "Project Time Unit"
|
||
msgstr "Unité de temps du projet"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_project_update
|
||
msgid "Project Update"
|
||
msgstr "Mise à jour du projet"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_project
|
||
msgid "Project's Timesheets"
|
||
msgstr "Feuilles de temps du projet"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_hr_employee_public
|
||
msgid "Public Employee"
|
||
msgstr "Employé public"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line_by_project
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_from_employee
|
||
msgid "Record a new activity"
|
||
msgstr "Enregistrer une nouvelle activité"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:digest.tip,tip_description:hr_timesheet.digest_tip_hr_timesheet_0
|
||
msgid ""
|
||
"Record your timesheets in an instant by pressing Shift + the corresponding "
|
||
"hotkey to add 15min to your projects."
|
||
msgstr ""
|
||
"Encodez vos feuilles de temps en un instant en cliquant sur Shift + le "
|
||
"raccourci clavier correspondant pour ajouter 15 min à vos projets."
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_kanban_inherit_project_task_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_kanban_inherited_progress
|
||
msgid "Remaining days"
|
||
msgstr "Jours restants"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.ui.menu,name:hr_timesheet.menu_timesheets_reports
|
||
msgid "Reporting"
|
||
msgstr "Analyse"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
|
||
msgid "Research and Development"
|
||
msgstr "Recherche & Développement"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "Research and Development/New Portal System"
|
||
msgstr "Recherche & Développement/Nouveau système portail"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_home_timesheet
|
||
msgid "Review all timesheets related to your projects"
|
||
msgstr "Révisez toutes les feuilles de temps liées à vos projets"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "Search in Description"
|
||
msgstr "Chercher dans description"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "Search in Employee"
|
||
msgstr "Chercher dans employé"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "Search in Parent Task"
|
||
msgstr "Chercher dans la tâche parente"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "Search in Project"
|
||
msgstr "Chercher dans les projets"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "Search in Task"
|
||
msgstr "Chercher dans tâche"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_delete_wizard_form
|
||
msgid "See Timesheets"
|
||
msgstr "Voir les feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
#: code:addons/hr_timesheet/models/project_task.py:0
|
||
msgid "See timesheet entries"
|
||
msgstr "Voir les entrées de feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
|
||
msgid ""
|
||
"Send a periodical email reminder to timesheets approvers that still have "
|
||
"timesheets to validate"
|
||
msgstr ""
|
||
"Envoyer un rappel périodique par e-mail aux approbateurs des feuilles de "
|
||
"temps qui ont encore des feuilles de temps à valider"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
|
||
msgid ""
|
||
"Send a periodical email reminder to timesheets users that still have "
|
||
"timesheets to encode"
|
||
msgstr ""
|
||
"Envoyer un rappel périodique par e-mail aux utilisateurs de feuille de temps "
|
||
"qui ont encore des feuilles de temps à encoder"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.actions.act_window,name:hr_timesheet.hr_timesheet_config_settings_action
|
||
msgid "Settings"
|
||
msgstr "Paramètres"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_task.py:0
|
||
msgid ""
|
||
"Some timesheet entries are weighing down these tasks! Remove them first, "
|
||
"then you’ll be able to delete the tasks!"
|
||
msgstr ""
|
||
"Certaines entrées de feuille de temps empêchent la suppression de ces "
|
||
"tâches. Veuillez les supprimer en premier lieu !"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid ""
|
||
"Some timesheets were not created: employees aren’t working on the selected "
|
||
"days"
|
||
msgstr ""
|
||
"Certaines feuilles de temps n’ont pas été créées : les employés ne "
|
||
"travaillent pas aux dates sélectionnées"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_report_subtask
|
||
msgid "Sub-Task of '"
|
||
msgstr "Sous-tâche de '"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
msgid "Sub-tasks Time Spent"
|
||
msgstr "Temps consacré aux sous-tâches"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model:ir.model,name:hr_timesheet.model_project_task
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__task_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__task_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
|
||
msgid "Task"
|
||
msgstr "Tâche"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_task
|
||
msgid "Task's Timesheets"
|
||
msgstr "Feuilles de temps de la tâche"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_report_project_task_user
|
||
msgid "Tasks Analysis"
|
||
msgstr "Analyse des tâches"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/res_company.py:0
|
||
msgid "The Internal Project of a company should be in that company."
|
||
msgstr "Le projet interne de la société doit être dans cette société."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid ""
|
||
"The project, the task and the analytic accounts of the timesheet must belong "
|
||
"to the same company."
|
||
msgstr ""
|
||
"Le projet, la tâche et les comptes analytiques de la feuille de temps "
|
||
"doivent appartenir à la même entreprise."
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
msgid "There are no timesheets."
|
||
msgstr "Il n'y a pas de feuilles de temps."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
msgid ""
|
||
"These projects have some timesheet entries referencing them. Before removing "
|
||
"these projects, you have to remove these timesheet entries."
|
||
msgstr ""
|
||
"Ces projets ont des entrées de feuilles de temps qui les référencent. Avant "
|
||
"de retirer ces projets, vous devez retirer ces entrées de feuilles de temps."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "This Month"
|
||
msgstr "Ce mois"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "This Quarter"
|
||
msgstr "Ce trimestre"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
msgid "This Week"
|
||
msgstr "Cette semaine"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "This Year"
|
||
msgstr "Cette année"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
msgid ""
|
||
"This project has some timesheet entries referencing it. Before removing this "
|
||
"project, you have to remove these timesheet entries."
|
||
msgstr ""
|
||
"Ce projet a des entrées de feuille de temps qui le référencent. Avant de "
|
||
"retirer ce projet, vous devez retirer ces entrées de feuille de temps."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_task.py:0
|
||
msgid ""
|
||
"This task cannot be private because there are some timesheets linked to it."
|
||
msgstr ""
|
||
"La tâche ne peut pas être privée, car des feuilles de temps y sont liées."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_task.py:0
|
||
msgid ""
|
||
"This task can’t be deleted because it’s linked to timesheets. Please contact "
|
||
"someone with higher access to remove the timesheets first, and then you’ll "
|
||
"be able to delete the task."
|
||
msgstr ""
|
||
"Cette tâche ne peut pas être supprimée car elle est liée à des feuilles de "
|
||
"temps. Veuillez contacter une personne ayant des droits d'accès supérieurs "
|
||
"pour supprimer d'abord les feuilles de temps. Vous pourrez ensuite supprimer "
|
||
"la tâche."
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,help:hr_timesheet.field_res_company__project_time_mode_id
|
||
#: model:ir.model.fields,help:hr_timesheet.field_res_config_settings__project_time_mode_id
|
||
msgid ""
|
||
"This will set the unit of measure used in projects and tasks.\n"
|
||
"If you use the timesheet linked to projects, don't forget to setup the right "
|
||
"unit of measure in your employees."
|
||
msgstr ""
|
||
"Cette option définit l'unité de mesure utilisée dans les projets et tâches.\n"
|
||
"Si vous utilisez les feuilles de temps liées aux projets, n'oubliez pas de "
|
||
"paramétrer la bonne unité de mesure dans les paramètres des employés."
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
|
||
msgid "Time Encoding"
|
||
msgstr "Encodage de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__module_project_timesheet_holidays
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
|
||
msgid "Time Off"
|
||
msgstr "Congés"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_project__remaining_hours
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__remaining_hours
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__remaining_hours
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_kanban_inherit_project_task_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_kanban_inherited
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_kanban_inherited_progress
|
||
msgid "Time Remaining"
|
||
msgstr "Temps restant"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__remaining_hours_percentage
|
||
msgid "Time Remaining Percentage"
|
||
msgstr "Pourcentage du temps restant"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
|
||
msgid "Time Remaining on SO"
|
||
msgstr "Temps restant sur les bons de commande"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_project__effective_hours
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__effective_hours
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__effective_hours
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__unit_amount
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_tasks_list_inherit
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_calendar_account_analytic_line_multi_create
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_all
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_my
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_pivot
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_my_timesheet_line_pivot
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
msgid "Time Spent"
|
||
msgstr "Temps passé"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
|
||
msgid "Time Spent on Sub-Tasks"
|
||
msgstr "Heures consacrées aux sous-tâches"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__subtask_effective_hours
|
||
msgid "Time Spent on Sub-tasks"
|
||
msgstr "Heures consacrées aux sous-tâches"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,help:hr_timesheet.field_project_task__subtask_effective_hours
|
||
msgid "Time spent on the sub-tasks (and their own sub-tasks) of this task."
|
||
msgstr ""
|
||
"Temps passé sur les sous-tâches (et leurs propres sous-tâches) de cette "
|
||
"tâche."
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,help:hr_timesheet.field_project_task__total_hours_spent
|
||
msgid "Time spent on this task and its sub-tasks (and their own sub-tasks)."
|
||
msgstr ""
|
||
"Temps passé sur cette tâche et ses sous-tâches (et leurs propres sous-"
|
||
"tâches)."
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
|
||
msgid "Time unit used to record your timesheets"
|
||
msgstr "Unité de temps utilisée pour encoder vos feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields.selection,name:hr_timesheet.selection__account_analytic_applicability__business_domain__timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_all
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_my
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_my_timesheet_line_pivot
|
||
msgid "Timesheet"
|
||
msgstr "Feuille de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
msgid "Timesheet Activities"
|
||
msgstr "Activités de la feuille de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_employee
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_project
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_task
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_list
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_employee
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_project
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_task
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_all
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_my
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_pivot
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_my_timesheet_line_pivot
|
||
msgid "Timesheet Costs"
|
||
msgstr "Coûts des feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_res_company__timesheet_encode_uom_id
|
||
msgid "Timesheet Encoding Unit"
|
||
msgstr "Unité d'encodage des feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
|
||
msgid "Timesheet Report"
|
||
msgstr "Rapport sur les feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_update__timesheet_time
|
||
msgid "Timesheet Time"
|
||
msgstr "Temps de la feuille de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
#: code:addons/hr_timesheet/models/project_task.py:0
|
||
#: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_line_by_project
|
||
#: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_from_employee
|
||
#: model:ir.actions.report,name:hr_timesheet.timesheet_report
|
||
#: model:ir.actions.report,name:hr_timesheet.timesheet_report_project
|
||
#: model:ir.actions.report,name:hr_timesheet.timesheet_report_task
|
||
#: model:ir.actions.report,name:hr_timesheet.timesheet_report_task_timesheets
|
||
#: model:ir.embedded.actions,name:hr_timesheet.project_embedded_action_timesheets
|
||
#: model:ir.embedded.actions,name:hr_timesheet.project_embedded_action_timesheets_dashboard
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_project__allow_timesheets
|
||
#: model:ir.ui.menu,name:hr_timesheet.menu_hr_time_tracking
|
||
#: model:ir.ui.menu,name:hr_timesheet.menu_timesheets_reports_timesheet
|
||
#: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_root
|
||
#: model:res.groups.privilege,name:hr_timesheet.res_groups_privilege_timesheets
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_department_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_layout
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_home_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_invoice_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_project_view_form_simplified_inherit_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet_task
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_employee
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_project
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_task
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_pivot
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_kanban_inherited
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
msgid "Timesheets"
|
||
msgstr "Feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "Timesheets - %s"
|
||
msgstr "Feuilles de temps - %s"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
|
||
msgid "Timesheets 80%"
|
||
msgstr "Feuilles de temps 80%"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_project_filter_inherit_timesheet
|
||
msgid "Timesheets >100%"
|
||
msgstr "Feuilles de temps >100%"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_employee
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_project
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_task
|
||
msgid "Timesheets Analysis"
|
||
msgstr "Analyse des feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model,name:hr_timesheet.model_timesheets_analysis_report
|
||
msgid "Timesheets Analysis Report"
|
||
msgstr "Rapport d'analyse des feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
|
||
msgid "Timesheets Control"
|
||
msgstr "Contrôle des feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_report
|
||
msgid "Timesheets by Employee"
|
||
msgstr "Feuilles de temps par employé"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_report_by_project
|
||
msgid "Timesheets by Project"
|
||
msgstr "Feuilles de temps par projet"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_report_by_task
|
||
msgid "Timesheets by Task"
|
||
msgstr "Feuilles de temps par tâche"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "Timesheets cannot be created on a private task."
|
||
msgstr "Il est impossible de créer des feuilles de temps sur une tâche privée."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid ""
|
||
"Timesheets must be created with an active employee in the selected companies."
|
||
msgstr ""
|
||
"Les feuilles de temps doivent être créées avec un employé actif dans les "
|
||
"entreprises sélectionnées."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid ""
|
||
"Timesheets must be created with at least an active analytic account defined "
|
||
"in the plan '%(plan_name)s'."
|
||
msgstr ""
|
||
"Les feuilles de temps doivent être créées avec au moins un compte analytique "
|
||
"actif défini dans le plan '%(plan_name)s'."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/wizard/hr_employee_delete_wizard.py:0
|
||
msgid "Timesheets of %(name)s"
|
||
msgstr "Feuilles de temps de %(name)s"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "Timesheets successfully created"
|
||
msgstr "Feuilles de temps créées avec succès"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:digest.tip,name:hr_timesheet.digest_tip_hr_timesheet_0
|
||
msgid "Tip: Record your Timesheets faster"
|
||
msgstr "Astuce : Encodez vos feuilles de temps plus rapidement"
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/project_project.py:0
|
||
msgid ""
|
||
"To use the timesheets feature, you need an analytic account for your "
|
||
"project. Please set one up in the plan '%(plan_name)s' or turn off the "
|
||
"timesheets feature."
|
||
msgstr ""
|
||
"Pour utiliser la fonction de feuilles de temps, vous devez disposer d'un "
|
||
"compte analytique pour votre projet. Veuillez en créer un dans le plan '%"
|
||
"(plan_name)s' ou désactiver la fonctionnalité de feuilles de temps."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
|
||
msgid "Today"
|
||
msgstr "Aujourd'hui"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_list
|
||
msgid "Total"
|
||
msgstr "Total"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
|
||
msgid "Total Allocated Time"
|
||
msgstr "Temps total alloué"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
msgid "Total Days Spent"
|
||
msgstr "Nombre total de jours passés"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_project_task__total_hours_spent
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
|
||
msgid "Total Time Spent"
|
||
msgstr "Total du temps passé"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_tasks_list_inherit
|
||
msgid "Total:"
|
||
msgstr "Total :"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line_by_project
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_all
|
||
msgid ""
|
||
"Track your working hours by projects every day and invoice this time to your "
|
||
"customers."
|
||
msgstr ""
|
||
"Suivez vos heures de travail par projets chaque jour et facturez ce temps à "
|
||
"vos clients."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/res_company.py:0
|
||
msgid "Training"
|
||
msgstr "Formation"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_delete_wizard_form
|
||
msgid ""
|
||
"Uh-oh! The employee you’re trying to delete still has some timesheets "
|
||
"hanging around and can’t be deleted.\n"
|
||
" <span invisible=\"not has_active_employee\">\n"
|
||
" So here are your two options: either delete "
|
||
"those timesheets or consider archiving the employee instead.\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"Oups ! L’employé que vous essayez de supprimer a encore des feuilles de "
|
||
"temps associées et ne peut pas être supprimé.\n"
|
||
" <span invisible=\"not has_active_employee\">\n"
|
||
" Vous avez deux options : soit supprimer ces "
|
||
"feuilles de temps, soit archiver l’employé à la place.\n"
|
||
" </span>"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,help:hr_timesheet.field_project_task__display_name
|
||
msgid ""
|
||
"Use these keywords in the title to set new tasks:\n"
|
||
"\n"
|
||
" 30h Allocate 30 hours to the task\n"
|
||
" #tags Set tags on the task\n"
|
||
" @user Assign the task to a user\n"
|
||
" ! Set the task a medium priority\n"
|
||
" !! Set the task a high priority\n"
|
||
" !!! Set the task a urgent priority\n"
|
||
"\n"
|
||
" Make sure to use the right format and order e.g. Improve the "
|
||
"configuration screen 5h #feature #v16 @Mitchell !"
|
||
msgstr ""
|
||
"Utilisez ces mots-clés dans le titre pour créer de nouvelles tâches :\n"
|
||
"\n"
|
||
" 30h Allouer 30 heures à la tâche \n"
|
||
" #tags Ajouter des tags à la tâche \n"
|
||
" @user Assigner la tâche à un utilisateur \n"
|
||
" ! Définir la tâche comme priorité moyenne \n"
|
||
" !! Définir la tâche comme priorité élevée \n"
|
||
" !!! Définir la tâche comme priorité urgente \n"
|
||
"\n"
|
||
" Veillez à utiliser le bon format et l’ordre correct, par exemple : "
|
||
"Améliorer l’écran de configuration 5h #feature #v16 @Mitchell !"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__user_id
|
||
#: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__user_id
|
||
msgid "User"
|
||
msgstr "Utilisateur"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:res.groups,name:hr_timesheet.group_hr_timesheet_approver
|
||
msgid "User: all timesheets"
|
||
msgstr "Utilisateur : toutes les feuilles de temps"
|
||
|
||
#. module: hr_timesheet
|
||
#: model:res.groups,name:hr_timesheet.group_hr_timesheet_user
|
||
msgid "User: own timesheets only"
|
||
msgstr "Utilisateur : ses propres feuilles de temps uniquement"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
|
||
msgid "View Details"
|
||
msgstr "Voir les détails"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_from_employee
|
||
msgid ""
|
||
"You can register and track your workings hours by project every\n"
|
||
" day. Every time spent on a project will become a cost "
|
||
"and can be re-invoiced to\n"
|
||
" customers if required."
|
||
msgstr ""
|
||
"Vous pouvez enregistrer et suivre vos heures de travail par projet chaque\n"
|
||
"jour. Tout le temps passé sur un projet deviendra un coût et pourra être "
|
||
"refacturé\n"
|
||
"aux clients si nécessaire."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "You cannot access timesheets that are not yours."
|
||
msgstr ""
|
||
"Vous ne pouvez pas accéder à des feuilles de temps qui ne sont pas les "
|
||
"vôtres."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_employee.py:0
|
||
msgid "You cannot delete employees who have timesheets."
|
||
msgstr ""
|
||
"Vous ne pouvez pas supprimer des employés qui ont des feuilles de temps."
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_invoice_form
|
||
msgid ""
|
||
"You cannot log timesheets on this project since it is linked to an inactive "
|
||
"analytic account.<br/>\n"
|
||
" Please switch to another account, or reactivate "
|
||
"the current one to timesheet on the project."
|
||
msgstr ""
|
||
"Vous ne pouvez pas encoder des feuilles de temps sur ce projet puisqu'il est "
|
||
"lié à un compte analytique inactif.<br/>\n"
|
||
" Veuillez changer de compte ou réactiver le "
|
||
"compte actuel pour enregistrer des feuilles de temps sur ce projet."
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
msgid ""
|
||
"You cannot log timesheets on this project since it is linked to an inactive "
|
||
"analytic account.<br/> Please change this account, or reactivate the current "
|
||
"one to timesheet on the project."
|
||
msgstr ""
|
||
"Vous ne pouvez pas encoder des feuilles de temps sur ce projet puisqu'il est "
|
||
"lié à un compte analytique inactif.<br/> Veuillez changer ce compte ou "
|
||
"réactiver le compte actuel pour enregistrer des feuilles de temps sur ce "
|
||
"projet."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/models/hr_timesheet.py:0
|
||
msgid "You cannot set an archived employee on existing timesheets."
|
||
msgstr ""
|
||
"Vous ne pouvez pas définir un employé archivé sur des feuilles de temps "
|
||
"existantes."
|
||
|
||
#. module: hr_timesheet
|
||
#. odoo-python
|
||
#: code:addons/hr_timesheet/controllers/portal.py:0
|
||
msgid "date"
|
||
msgstr "date"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_calendar_account_analytic_line_multi_create
|
||
msgid "e.g. Sending E-mails"
|
||
msgstr "ex. Envoi d’e-mails"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet_task
|
||
msgid "for"
|
||
msgstr "pour"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
|
||
msgid "for the"
|
||
msgstr "pour le"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
|
||
msgid ""
|
||
"on\n"
|
||
" <span class=\"fw-bold text-dark\"> Sub-tasks</"
|
||
"span>)"
|
||
msgstr ""
|
||
"sur\n"
|
||
" <span class=\"fw-bold text-dark\"> des sous-"
|
||
"tâches</span>)"
|
||
|
||
#. module: hr_timesheet
|
||
#: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
|
||
msgid ""
|
||
"on\n"
|
||
" <span class=\"fw-bold text-dark\"> Sub-tasks</span>)"
|
||
msgstr ""
|
||
"sur\n"
|
||
" <span class=\"fw-bold text-dark\"> des sous-tâches</"
|
||
"span>)"
|
||
|
||
#~ msgid "%(project_name)s (%(hours)sh%(minutes)s)"
|
||
#~ msgstr "%(project_name)s (%(hours)s h %(minutes)s)"
|
||
|
||
#~ msgid "%(project_name)s (%(hours)sh)"
|
||
#~ msgstr "%(project_name)s (%(hours)s h)"
|
||
|
||
#~ msgid ""
|
||
#~ "<span invisible=\"not has_timesheet\">\n"
|
||
#~ " Uh-oh! The employee you’re trying to delete still "
|
||
#~ "has some timesheets hanging around and can’t be deleted.\n"
|
||
#~ " <span invisible=\"not has_active_employee\">\n"
|
||
#~ " So here are your two options: either delete "
|
||
#~ "those timesheets or consider archiving the employee instead.\n"
|
||
#~ " </span>\n"
|
||
#~ " <span invisible=\"has_active_employee\" "
|
||
#~ "groups=\"hr_timesheet.group_hr_timesheet_approver\">\n"
|
||
#~ " Please first delete all of their timesheets.\n"
|
||
#~ " </span>\n"
|
||
#~ " </span>\n"
|
||
#~ " <span invisible=\"has_timesheet\">\n"
|
||
#~ " Are you sure you want to delete these employees?\n"
|
||
#~ " </span>"
|
||
#~ msgstr ""
|
||
#~ "<span invisible=\"not has_timesheet\">\n"
|
||
#~ " Oups ! L’employé que vous essayez de supprimer a "
|
||
#~ "encore des feuilles de temps en attente et ne peut pas être supprimé.\n"
|
||
#~ " <span invisible=\"not has_active_employee\">\n"
|
||
#~ " Voici vos deux options : soit supprimer ces "
|
||
#~ "feuilles de temps, soit envisager d’archiver l’employé à la place.\n"
|
||
#~ " </span>\n"
|
||
#~ " <span invisible=\"has_active_employee\" "
|
||
#~ "groups=\"hr_timesheet.group_hr_timesheet_approver\">\n"
|
||
#~ " Veuillez d’abord supprimer toutes leurs "
|
||
#~ "feuilles de temps.\n"
|
||
#~ " </span>\n"
|
||
#~ " </span>\n"
|
||
#~ " <span invisible=\"has_timesheet\">\n"
|
||
#~ " Êtes-vous sûr de vouloir supprimer ces "
|
||
#~ "employés ?\n"
|
||
#~ " </span>"
|
||
|
||
#~ msgid "Timesheets could not be created for any of the selected days"
|
||
#~ msgstr ""
|
||
#~ "Aucune feuille de temps n’a pu être créée pour les jours sélectionnés"
|
||
|
||
#~ msgid "%s Spent"
|
||
#~ msgstr "%s passé"
|
||
|
||
#~ msgid "<i class=\"fa fa-download\"/> Download"
|
||
#~ msgstr "<i class=\"fa fa-download\"/> Télécharger"
|
||
|
||
#~ msgid "<i class=\"fa fa-print\"/> Print"
|
||
#~ msgstr "<i class=\"fa fa-print\"/> Imprimer"
|
||
|
||
#~ msgid ""
|
||
#~ "<span class=\"text-nowrap\" attrs=\"{'invisible' : "
|
||
#~ "[('encode_uom_in_days', '=', True)]}\">Hours Spent on Sub-tasks:</span>\n"
|
||
#~ " <span class=\"text-nowrap\" "
|
||
#~ "attrs=\"{'invisible' : [('encode_uom_in_days', '=', False)]}\">Days Spent "
|
||
#~ "on Sub-tasks:</span>"
|
||
#~ msgstr ""
|
||
#~ "<span class=\"text-nowrap\" attrs=\"{'invisible' : "
|
||
#~ "[('encode_uom_in_days', '=', True)]}\">Heures consacrées aux sous-tâches :"
|
||
#~ "</span>\n"
|
||
#~ " <span class=\"text-nowrap\" "
|
||
#~ "attrs=\"{'invisible' : [('encode_uom_in_days', '=', False)]}\">Jours "
|
||
#~ "consacrés aux sous-tâches :</span>"
|
||
|
||
#~ msgid "<span>Project</span>"
|
||
#~ msgstr "<span>Projet</span>"
|
||
|
||
#~ msgid "<span>Task</span>"
|
||
#~ msgstr "<span>Tâche</span>"
|
||
|
||
#~ msgid "<strong>Days Spent:</strong>"
|
||
#~ msgstr "<strong>Jours passés :</strong>"
|
||
|
||
#~ msgid "<strong>Duration: </strong>"
|
||
#~ msgstr "<strong>Durée : </strong>"
|
||
|
||
#~ msgid "<strong>Hours Spent:</strong>"
|
||
#~ msgstr "<strong>Heures passées :</strong>"
|
||
|
||
#~ msgid "Active Analytic Account"
|
||
#~ msgstr "Compte analytique actif"
|
||
|
||
#~ msgid "Allocated Hours"
|
||
#~ msgstr "Heures allouées"
|
||
|
||
#~ msgid "Allow timesheets"
|
||
#~ msgstr "Autoriser les feuilles de temps"
|
||
|
||
#~ msgid "Analytic Account"
|
||
#~ msgstr "Compte analytique"
|
||
|
||
#~ msgid ""
|
||
#~ "Analytic account to which this project, its tasks and its timesheets are "
|
||
#~ "linked. \n"
|
||
#~ "Track the costs and revenues of your project by setting this analytic "
|
||
#~ "account on your related documents (e.g. sales orders, invoices, purchase "
|
||
#~ "orders, vendor bills, expenses etc.).\n"
|
||
#~ "This analytic account can be changed on each task individually if "
|
||
#~ "necessary.\n"
|
||
#~ "An analytic account is required in order to use timesheets."
|
||
#~ msgstr ""
|
||
#~ "Compte analytique auquel sont liés ce projet, ses tâches et ses feuilles "
|
||
#~ "de temps.\n"
|
||
#~ "Suivez les coûts et les revenus de votre projet en paramétrant ce compte "
|
||
#~ "analytique sur vos documents associés (par exemple commandes clients, "
|
||
#~ "factures, bons de commande, factures fournisseurs, notes de frais, "
|
||
#~ "etc.).\n"
|
||
#~ "Ce compte analytique peut être modifié sur chaque tâche individuellement "
|
||
#~ "si nécessaire.\n"
|
||
#~ "Un compte analytique est requis pour utiliser les feuilles de temps."
|
||
|
||
#~ msgid "Associated Timesheets"
|
||
#~ msgstr "Feuilles de temps associées"
|
||
|
||
#~ msgid "Days Spent"
|
||
#~ msgstr "Jours passés"
|
||
|
||
#~ msgid "Days recorded on sub-tasks:"
|
||
#~ msgstr "Jours enregistrés sur les sous-tâches :"
|
||
|
||
#~ msgid "Download"
|
||
#~ msgstr "Télécharger"
|
||
|
||
#~ msgid "Duration"
|
||
#~ msgstr "Durée"
|
||
|
||
#~ msgid "Encode Uom In Days"
|
||
#~ msgstr "Encoder l'unité de mesure en jours"
|
||
|
||
#~ msgid "Encoding Uom"
|
||
#~ msgstr "Unité de mesure d'encodage"
|
||
|
||
#~ msgid "Group By"
|
||
#~ msgstr "Regrouper par"
|
||
|
||
#~ msgid "Hours"
|
||
#~ msgstr "Heures"
|
||
|
||
#~ msgid "Hours Spent"
|
||
#~ msgstr "Heures passées"
|
||
|
||
#~ msgid "Hours recorded on sub-tasks:"
|
||
#~ msgstr "Heures enregistrées sur les sous-tâches :"
|
||
|
||
#~ msgid "Initially Planned Hours"
|
||
#~ msgstr "Heures prévues initialement"
|
||
|
||
#~ msgid "Invalid operator: %s"
|
||
#~ msgstr "Opérateur invalide : %s"
|
||
|
||
#~ msgid "Invalid value: %s"
|
||
#~ msgstr "Valeur invalide : %s"
|
||
|
||
#~ msgid "Is Encode Uom Days"
|
||
#~ msgstr "Est une unité de mesure d'encodage en jours"
|
||
|
||
#~ msgid "Is Internal Project"
|
||
#~ msgstr "Est un projet interne"
|
||
|
||
#~ msgid "Job Title"
|
||
#~ msgstr "Titre du poste"
|
||
|
||
#~ msgid "Last month"
|
||
#~ msgstr "Le mois dernier"
|
||
|
||
#~ msgid "Last week"
|
||
#~ msgstr "La semaine dernière"
|
||
|
||
#~ msgid "Last year"
|
||
#~ msgstr "L'année dernière"
|
||
|
||
#~ msgid "My Department's Ratings"
|
||
#~ msgstr "Les évaluations de mon département"
|
||
|
||
#~ msgid "My Team's Ratings"
|
||
#~ msgstr "Les évaluations de mon équipe"
|
||
|
||
#~ msgid "Print"
|
||
#~ msgstr "Imprimer"
|
||
|
||
#~ msgid "Project in Overtime"
|
||
#~ msgstr "Projet avec heures supplémentaires"
|
||
|
||
#~ msgid "Remaining Days"
|
||
#~ msgstr "Jours restants"
|
||
|
||
#~ msgid "Remaining Days:"
|
||
#~ msgstr "Jours restants :"
|
||
|
||
#~ msgid "Remaining Hours"
|
||
#~ msgstr "Heures restantes"
|
||
|
||
#~ msgid "Remaining Hours Percentage"
|
||
#~ msgstr "Pourcentage d'heures restantes"
|
||
|
||
#~ msgid "Remaining Hours:"
|
||
#~ msgstr "Heures restantes :"
|
||
|
||
#~ msgid "Remaining Invoiced Time"
|
||
#~ msgstr "Temps facturé restant"
|
||
|
||
#~ msgid "Search in All"
|
||
#~ msgstr "Chercher dans tout"
|
||
|
||
#~ msgid "Sub-tasks Hours Spent"
|
||
#~ msgstr "Heures passées sur les sous-tâches"
|
||
|
||
#~ msgid ""
|
||
#~ "These tasks have some timesheet entries referencing them. Before removing "
|
||
#~ "these tasks, you have to remove these timesheet entries."
|
||
#~ msgstr ""
|
||
#~ "Ces tâches ont des entrées de feuille de temps qui les référencent. Avant "
|
||
#~ "de retirer ces tâches, vous devez retirer ces entrées de feuille de temps."
|
||
|
||
#~ msgid "This month"
|
||
#~ msgstr "Ce mois"
|
||
|
||
#~ msgid "This operator %s is not supported in this search method."
|
||
#~ msgstr ""
|
||
#~ "Cet opérateur %s n'est pas pris en charge dans cette méthode de recherche."
|
||
|
||
#~ msgid ""
|
||
#~ "This task has some timesheet entries referencing it. Before removing this "
|
||
#~ "task, you have to remove these timesheet entries."
|
||
#~ msgstr ""
|
||
#~ "Cette tâche a des entrées de feuille de temps qui la référencent. Avant "
|
||
#~ "de retirer cette tâche, vous devez retirer ces entrées de feuille de "
|
||
#~ "temps."
|
||
|
||
#~ msgid ""
|
||
#~ "This task must be part of a project because there are some timesheets "
|
||
#~ "linked to it."
|
||
#~ msgstr ""
|
||
#~ "Cette tâche doit faire partie d'un projet, car certaines feuilles de "
|
||
#~ "temps y sont liées."
|
||
|
||
#~ msgid "This week"
|
||
#~ msgstr "Cette semaine"
|
||
|
||
#~ msgid "This year"
|
||
#~ msgstr "Cette année"
|
||
|
||
#~ msgid "Timesheet by Date"
|
||
#~ msgstr "Feuilles de temps par date"
|
||
|
||
#~ msgid "Timesheets can be logged on this task."
|
||
#~ msgstr "Des feuilles de temps peuvent être encodées sur cette tâche."
|
||
|
||
#~ msgid "Total Days"
|
||
#~ msgstr "Total des jours"
|
||
|
||
#~ msgid "Total Hours"
|
||
#~ msgstr "Total des heures"
|
||
|
||
#~ msgid "Total Timesheet Time"
|
||
#~ msgstr "Temps total de la feuille de temps"
|
||
|
||
#~ msgid ""
|
||
#~ "Total number of time (in the proper UoM) recorded in the project, rounded "
|
||
#~ "to the unit."
|
||
#~ msgstr ""
|
||
#~ "Nombre total de temps (dans la bonne unité de mesure) enregistrées dans "
|
||
#~ "le projet, arrondi à l'unité."
|
||
|
||
#~ msgid "Widget"
|
||
#~ msgstr "Widget"
|
||
|
||
#~ msgid ""
|
||
#~ "You cannot log timesheets on this project since it is linked to an "
|
||
#~ "inactive analytic account. Please change this account, or reactivate the "
|
||
#~ "current one to timesheet on the project."
|
||
#~ msgstr ""
|
||
#~ "Vous ne pouvez pas encoder des feuilles de temps sur ce projet puisqu'il "
|
||
#~ "est lié à un compte analytique inactif. Veuillez changer ce compte ou "
|
||
#~ "réactiver le compte actuel pour enregistrer des feuilles de temps sur ce "
|
||
#~ "projet."
|
||
|
||
#~ msgid "You cannot set an archived employee to the existing timesheets."
|
||
#~ msgstr ""
|
||
#~ "Vous ne pouvez pas définir un employé archivé sur des feuilles de temps "
|
||
#~ "existantes."
|
||
|
||
#~ msgid "You cannot use timesheets without an analytic account."
|
||
#~ msgstr ""
|
||
#~ "Vous ne pouvez pas utiliser les feuilles de temps sans un compte "
|
||
#~ "analytique."
|
||
|
||
#~ msgid "days"
|
||
#~ msgstr "jours"
|
||
|
||
#~ msgid "hours"
|
||
#~ msgstr "heures"
|