# Translation of Odoo Server. # This file contains the translation of the following modules: # * hr_work_entry_contract # # Translators: # Wil Odoo, 2023 # Erwin van der Ploeg , 2023 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-26 21:55+0000\n" "PO-Revision-Date: 2023-10-26 23:09+0000\n" "Last-Translator: Erwin van der Ploeg , 2023\n" "Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: hr_work_entry_contract #: model:ir.model.fields,help:hr_work_entry_contract.field_hr_contract__work_entry_source #: model:ir.model.fields,help:hr_work_entry_contract.field_hr_work_entry__work_entry_source msgid "" "\n" " Defines the source for work entries generation\n" "\n" " Working Schedule: Work entries will be generated from the working hours below.\n" " Attendances: Work entries will be generated from the employee's attendances. (requires Attendance app)\n" " Planning: Work entries will be generated from the employee's planning. (requires Planning app)\n" " " msgstr "" "\n" " Bepaalt de bron voor de werkboekinggeneratie\n" "\n" " Werkschema: Werkboekingen worden gegenereerd voor onderstaande werkuren.\n" " Aanwezigheden: Werkboekingen worden gegenereerd op basis van de werknemer's aanwezigheden (Aanwezigheden app vereist)\n" " Planning: Werkboekingen worden gegenereerd op basis van de werknemer's planning (Planning app vereist)\n" " " #. module: hr_work_entry_contract #. odoo-python #: code:addons/hr_work_entry_contract/models/hr_work_entry.py:0 #, python-format msgid "%s does not have a contract from %s to %s." msgstr "%s heeft geen contract van %s t/m %s." #. module: hr_work_entry_contract #. odoo-python #: code:addons/hr_work_entry_contract/models/hr_work_entry.py:0 #, python-format msgid "" "%s has multiple contracts from %s to %s. A work entry cannot overlap " "multiple contracts." msgstr "" "%sheeft meerdere contracten van %s t/m %s. Een werkboeking mag niet meerdere" " contracten overlappen." #. module: hr_work_entry_contract #: model_terms:ir.ui.view,arch_db:hr_work_entry_contract.hr_work_entry_regeneration_wizard msgid "" "You are not " "allowed to regenerate validated work entries" msgstr "" "Het is je " "niet toegestaan om gevalideerde werkboekingen opnieuw te genereren" #. module: hr_work_entry_contract #: model_terms:ir.ui.view,arch_db:hr_work_entry_contract.hr_work_entry_regeneration_wizard msgid "" msgstr "" #. module: hr_work_entry_contract #: model_terms:ir.ui.view,arch_db:hr_work_entry_contract.hr_work_entry_regeneration_wizard msgid "" "Warning: The work entry regeneration will delete " "all manual changes on the selected period." msgstr "" "Waarschuwing: Het herstel van werkboekingen zal " "alle handmatige wijzigingen van de geselecteerde periode verwijderen." #. module: hr_work_entry_contract #: model:ir.model.fields,help:hr_work_entry_contract.field_hr_work_entry_type__is_leave msgid "Allow the work entry type to be linked with time off types." msgstr "Laat het type werkboeking koppelen aan verlofsoorten." #. module: hr_work_entry_contract #: model_terms:ir.ui.view,arch_db:hr_work_entry_contract.hr_work_entry_regeneration_wizard msgid "Cancel" msgstr "Annuleren" #. module: hr_work_entry_contract #: model:hr.work.entry.type,name:hr_work_entry_contract.work_entry_type_compensatory msgid "Compensatory Time Off" msgstr "Compensatieverlof" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry__contract_id msgid "Contract" msgstr "Contract" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__create_date msgid "Created on" msgstr "Aangemaakt op" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__display_name msgid "Display Name" msgstr "Schermnaam" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__earliest_available_date_message msgid "Earliest Available Date Message" msgstr "Bericht met vroegst beschikbare datum." #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__earliest_available_date msgid "Earliest date" msgstr "Vroegste datum" #. module: hr_work_entry_contract #: model:ir.model,name:hr_work_entry_contract.model_hr_employee #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry__employee_id msgid "Employee" msgstr "Werknemer" #. module: hr_work_entry_contract #: model:ir.model,name:hr_work_entry_contract.model_hr_contract msgid "Employee Contract" msgstr "Arbeidsovereenkomst" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__employee_ids msgid "Employees" msgstr "Werknemers" #. module: hr_work_entry_contract #. odoo-javascript #: code:addons/hr_work_entry_contract/static/src/views/work_entry_calendar/work_entry_calendar_model.js:0 #, python-format msgid "Everybody's work entries" msgstr "Werkboekingen van iedereen" #. module: hr_work_entry_contract #: model:hr.work.entry.type,name:hr_work_entry_contract.work_entry_type_extra_hours msgid "Extra Hours" msgstr "Extra uren" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__date_from msgid "From" msgstr "Van" #. module: hr_work_entry_contract #: model:ir.actions.server,name:hr_work_entry_contract.ir_cron_generate_missing_work_entries_ir_actions_server msgid "Generate Missing Work Entries" msgstr "Genereer ontbrekende werkboekingen" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_contract__date_generated_from msgid "Generated From" msgstr "Gegenereerd vanuit" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_contract__date_generated_to msgid "Generated To" msgstr "Gegenereerd t/m" #. module: hr_work_entry_contract #: model:hr.work.entry.type,name:hr_work_entry_contract.work_entry_type_leave msgid "Generic Time Off" msgstr "Algemeen verlof" #. module: hr_work_entry_contract #: model:ir.model,name:hr_work_entry_contract.model_hr_work_entry msgid "HR Work Entry" msgstr "HR-werkboeking" #. module: hr_work_entry_contract #: model:ir.model,name:hr_work_entry_contract.model_hr_work_entry_type msgid "HR Work Entry Type" msgstr "HR werkboekingstype" #. module: hr_work_entry_contract #: model:hr.work.entry.type,name:hr_work_entry_contract.work_entry_type_home_working msgid "Home Working" msgstr "Werkt van thuis uit" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__id msgid "ID" msgstr "ID" #. module: hr_work_entry_contract #. odoo-python #: code:addons/hr_work_entry_contract/wizard/hr_work_entry_regeneration_wizard.py:0 #, python-format msgid "" "In order to regenerate the work entries, you need to provide the wizard with" " an employee_id, a date_from and a date_to. In addition to that, the time " "interval defined by date_from and date_to must not contain any validated " "work entries." msgstr "" "Om de werkboekingen opnieuw te genereren, moet je de wizard voorzien van een" " employee_id, een date_from en een date_to. Daarnaast mag het tijdsinterval " "gedefinieerd door date_from en date_to geen gevalideerde werkboekingen " "bevatten." #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_contract__last_generation_date msgid "Last Generation Date" msgstr "Laatste generatiedatum" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__latest_available_date_message msgid "Latest Available Date Message" msgstr "Laatste beschikbare datumbericht" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__latest_available_date msgid "Latest date" msgstr "Uiterste datum" #. module: hr_work_entry_contract #: model:hr.work.entry.type,name:hr_work_entry_contract.work_entry_type_long_leave msgid "Long Term Time Off" msgstr "Lange termijn verlof" #. module: hr_work_entry_contract #: model:hr.work.entry.type,name:hr_work_entry_contract.work_entry_type_legal_leave msgid "Paid Time Off" msgstr "Betaald verlof" #. module: hr_work_entry_contract #: model:ir.model,name:hr_work_entry_contract.model_hr_work_entry_regeneration_wizard #: model_terms:ir.ui.view,arch_db:hr_work_entry_contract.hr_work_entry_regeneration_wizard msgid "Regenerate Employee Work Entries" msgstr "Hergenereren werknemers werkboekingen" #. module: hr_work_entry_contract #. odoo-javascript #: code:addons/hr_work_entry_contract/static/src/views/work_entry_calendar/work_entry_calendar.xml:0 #: model_terms:ir.ui.view,arch_db:hr_work_entry_contract.hr_work_entry_regeneration_wizard #, python-format msgid "Regenerate Work Entries" msgstr "Hergenereren werkboekingen" #. module: hr_work_entry_contract #: model:ir.model,name:hr_work_entry_contract.model_resource_calendar msgid "Resource Working Time" msgstr "Resource werktijd" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__search_criteria_completed msgid "Search Criteria Completed" msgstr "Zoekcriteria voltooid" #. module: hr_work_entry_contract #: model:hr.work.entry.type,name:hr_work_entry_contract.work_entry_type_sick_leave msgid "Sick Time Off" msgstr "Ziekteverlof" #. module: hr_work_entry_contract #. odoo-python #: code:addons/hr_work_entry_contract/models/hr_contract.py:0 #, python-format msgid "" "Sorry, generating work entries from cancelled contracts is not allowed." msgstr "" "Sorry, het genereren van werkboekingen vanuit geannuleerde contracten is " "niet toegestaan." #. module: hr_work_entry_contract #. odoo-python #: code:addons/hr_work_entry_contract/wizard/hr_work_entry_regeneration_wizard.py:0 #, python-format msgid "" "The from date must be >= '%(earliest_available_date)s' and the to date must " "be <= '%(latest_available_date)s', which correspond to the generated work " "entries time interval." msgstr "" "De vanaf-datum moet> = '%(earliest_available_date)s' zijn en de t/m-datum " "moet <= '%(latest_available_date)s' zijn, wat overeenkomt met het " "gegenereerde tijdsinterval voor werkboeking." #. module: hr_work_entry_contract #: model_terms:ir.ui.view,arch_db:hr_work_entry_contract.hr_work_entry_contract_view_form_inherit msgid "This work entry cannot be validated. The work entry type is undefined." msgstr "" "Dit werkboeking kan niet goedgekeurd worden. Het soort werkboeking is niet " "gedefinieerd." #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_type__is_leave msgid "Time Off" msgstr "Verlof" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__date_to msgid "To" msgstr "T/m" #. module: hr_work_entry_contract #: model:hr.work.entry.type,name:hr_work_entry_contract.work_entry_type_unpaid_leave msgid "Unpaid" msgstr "Onbetaald verlof" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__valid msgid "Valid" msgstr "Geldig" #. module: hr_work_entry_contract #: model_terms:ir.ui.view,arch_db:hr_work_entry_contract.hr_work_entry_regeneration_wizard msgid "Work Entries" msgstr "Werkboekingen" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry_regeneration_wizard__validated_work_entry_ids msgid "Work Entries Within Interval" msgstr "Werkboekingen binnen interval" #. module: hr_work_entry_contract #: model:ir.actions.act_window,name:hr_work_entry_contract.hr_work_entry_regeneration_wizard_action msgid "Work Entry Regeneration" msgstr "Herstel van werkboekingen" #. module: hr_work_entry_contract #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_contract__work_entry_source #: model:ir.model.fields,field_description:hr_work_entry_contract.field_hr_work_entry__work_entry_source msgid "Work Entry Source" msgstr "Bron werkboekingen" #. module: hr_work_entry_contract #: model:ir.model.fields.selection,name:hr_work_entry_contract.selection__hr_contract__work_entry_source__calendar msgid "Working Schedule" msgstr "Werktijden"