mirror of
https://github.com/bringout/oca-hr.git
synced 2026-04-26 13:32:05 +02:00
Reorganized 67 HR-related modules for better structure: - Moved all odoo-bringout-oca-hr-* packages from packages/oca-technical/ - Now organized in dedicated packages/oca-hr/ submodule - Includes attendance, expense, holiday, employee, and contract modules - Maintains all module functionality while improving project organization This creates a cleaner separation between general technical modules and HR-specific functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
62 lines
2.2 KiB
Text
62 lines
2.2 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * hr_attendance_rfid
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 12.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"PO-Revision-Date: 2019-05-23 20:19+0000\n"
|
|
"Last-Translator: Kévin Allard <kallard@efficom-lille.com>\n"
|
|
"Language-Team: none\n"
|
|
"Language: fr\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
"X-Generator: Weblate 3.6.1\n"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#. odoo-python
|
|
#: code:addons/hr_attendance_rfid/models/hr_employee.py:0
|
|
#, python-format
|
|
msgid "Attendance recorded for employee %s"
|
|
msgstr "Présence enregistrée pour l'employé(e) %s"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#: model:ir.model,name:hr_attendance_rfid.model_hr_employee_base
|
|
msgid "Basic Employee"
|
|
msgstr ""
|
|
|
|
#. module: hr_attendance_rfid
|
|
#. odoo-python
|
|
#: code:addons/hr_attendance_rfid/models/hr_employee.py:0
|
|
#, python-format
|
|
msgid "No attendance was recorded for employee %s"
|
|
msgstr "Aucune présence n'a été enregistrée pour l'employé(e) %s"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#. odoo-python
|
|
#: code:addons/hr_attendance_rfid/models/hr_employee.py:0
|
|
#, python-format
|
|
msgid "No employee found with card %s"
|
|
msgstr "Aucun employé(e) trouvé avec la carte %s"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#: model:res.groups,name:hr_attendance_rfid.group_hr_attendance_rfid
|
|
msgid "RFID Attendance"
|
|
msgstr "Présence RFID"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#: model:ir.model.fields,field_description:hr_attendance_rfid.field_hr_employee__rfid_card_code
|
|
#: model:ir.model.fields,field_description:hr_attendance_rfid.field_hr_employee_base__rfid_card_code
|
|
#: model:ir.model.fields,field_description:hr_attendance_rfid.field_hr_employee_public__rfid_card_code
|
|
msgid "RFID Card Code"
|
|
msgstr "Code de carte RFID"
|
|
|
|
#. module: hr_attendance_rfid
|
|
#: model:ir.model.constraint,message:hr_attendance_rfid.constraint_hr_employee_base_rfid_card_code_uniq
|
|
#: model:ir.model.constraint,message:hr_attendance_rfid.constraint_hr_employee_public_rfid_card_code_uniq
|
|
#: model:ir.model.constraint,message:hr_attendance_rfid.constraint_hr_employee_rfid_card_code_uniq
|
|
msgid "The rfid code should be unique."
|
|
msgstr "Le code rfid doit être unique."
|