# Translation of Odoo Server. # This file contains the translation of the following modules: # * project_enterprise # # Translators: # Pere Martínez, 2023 # CristianCruzParra, 2023 # Óscar Fonseca , 2023 # Manel Fernandez Ramirez , 2023 # Ivan Espinola, 2023 # Quim - eccit , 2023 # Pete M, 2023 # marcescu, 2023 # Martin Trigaux, 2023 # Josep Anton Belchi, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0+e\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-26 22:21+0000\n" "PO-Revision-Date: 2023-10-26 23:10+0000\n" "Last-Translator: Josep Anton Belchi, 2024\n" "Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "%s has %s tasks at the same time." msgstr "" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_form msgid "" "" msgstr "" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_sharing_project_task_view_kanban_inherited #: model_terms:ir.ui.view,arch_db:project_enterprise.view_task_kanban_inherited msgid "" "" msgstr "" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_project_view_gantt #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_gantt msgid "" msgstr "" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_form msgid "" msgstr "" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_gantt msgid " Private" msgstr " Privat" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_gantt msgid "Assignees — " msgstr "Assignats — " #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_project_view_gantt #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_gantt msgid "Customer — " msgstr "Client — " #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.portal_my_task msgid "Deadline:" msgstr "Termini:" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_gantt msgid "Milestone — " msgstr "Fita — " #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.portal_my_task msgid "Planned Date:" msgstr "Data planificada:" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_project_view_gantt msgid "Project Manager — " msgstr "Gestor de projectes — " #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_gantt msgid "Project — " msgstr "Projecte — " #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__user_ids #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_map_view #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_map_view_no_title msgid "Assignees" msgstr "Assignats" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_form msgid "Check it out " msgstr "" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__partner_id #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_map_view #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_map_view_no_title msgid "Customer" msgstr "Client/a" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_map_view msgid "Date" msgstr "Data" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__dependency_warning msgid "Dependency Warning" msgstr "" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_form_in_gantt msgid "Discard" msgstr "Descartar" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__display_warning_dependency_in_gantt msgid "Display Warning Dependency In Gantt" msgstr "Mostra la dependència de l'avís a Gantt" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_map_view #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_map_view_no_title msgid "Milestone" msgstr "Fita" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__partner_mobile msgid "Mobile" msgstr "Mòbil" #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "" "One parameter is missing to use this method. You should give a start and end" " dates." msgstr "" "Falta un paràmetre per a utilitzar aquest mètode. Hauries de donar dates " "d'inici i final." #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "" "Operation not supported, you should always compare dependency_warning to " "True or False." msgstr "" #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "" "Operation not supported, you should always compare planning_overlap to True " "or False." msgstr "" #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "Overlapping Tasks" msgstr "Tasques superposades" #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/controllers/portal.py:0 #: model_terms:ir.ui.view,arch_db:project_enterprise.project_sharing_project_task_view_form_inherited #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_form #, python-format msgid "Planned Date" msgstr "Data planificada" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__planned_date_start msgid "Planned Date Start" msgstr "" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_project_view_gantt #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_gantt msgid "Planning" msgstr "Planificació" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__planning_overlap msgid "Planning Overlap" msgstr "Superposició de planificació" #. module: project_enterprise #. odoo-javascript #: code:addons/project_enterprise/static/src/views/project_task_map/project_task_map_model.js:0 #, python-format msgid "Private" msgstr "Privat" #. module: project_enterprise #: model:ir.model,name:project_enterprise.model_project_project #: model:ir.model.fields,field_description:project_enterprise.field_project_task__project_id #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_map_view msgid "Project" msgstr "Projecte" #. module: project_enterprise #: model:ir.model,name:project_enterprise.model_project_milestone msgid "Project Milestone" msgstr "Fita de projecte" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_form_in_gantt msgid "Save" msgstr "Desar" #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "" "Some tasks weren't planned because the closest available starting date was " "too far ahead in the future" msgstr "" "Algunes tasques no estaven planejades perquè la data d'inici més propera " "disponible era massa avançada en el futur" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__planned_date_begin #: model:ir.model.fields,field_description:project_enterprise.field_report_project_task_user__planned_date_begin msgid "Start date" msgstr "Data inicial" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__partner_street msgid "Street" msgstr "Carrer" #. module: project_enterprise #: model:ir.model,name:project_enterprise.model_project_task msgid "Task" msgstr "Tasca" #. module: project_enterprise #: model:ir.model,name:project_enterprise.model_project_task_recurrence msgid "Task Recurrence" msgstr "Recurrència de la tasca" #. module: project_enterprise #: model:ir.model,name:project_enterprise.model_report_project_task_user msgid "Tasks Analysis" msgstr "Anàlisi de tasques" #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "Tasks have been successfully scheduled for the upcoming periods." msgstr "" #. module: project_enterprise #: model:ir.model.constraint,message:project_enterprise.constraint_project_task_planned_dates_check msgid "The planned start date must be before the planned end date." msgstr "" "La data d'inici prevista ha de ser anterior a la data de finalització " "prevista." #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "This Progress Bar is not implemented." msgstr "Aquesta barra de progrés no està implementada." #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "" "This employee does not have a running contract during the selected period.\n" "The working hours of the company were used as a reference instead." msgstr "" "Aquest empleat no té un contracte en marxa durant el període seleccionat.\n" "En el seu lloc, es van utilitzar les hores de treball de l'empresa com a referència." #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "This task cannot be planned before Tasks %s, on which it depends." msgstr "" #. module: project_enterprise #. odoo-python #: code:addons/project_enterprise/models/project_task.py:0 #, python-format msgid "" "This user isn't expected to have any tasks assigned during this period " "because they don't have any running contract. Planned hours :" msgstr "" #. module: project_enterprise #: model_terms:ir.ui.view,arch_db:project_enterprise.res_config_settings_view_form msgid "Timesheets" msgstr "Fulls d'hores" #. module: project_enterprise #. odoo-javascript #: code:addons/project_enterprise/static/src/views/project_task_map/project_task_map_model.js:0 #, python-format msgid "Unassigned" msgstr "Sense assignar" #. module: project_enterprise #. odoo-javascript #: code:addons/project_enterprise/static/src/task_gantt_popover.xml:0 #: model_terms:ir.ui.view,arch_db:project_enterprise.project_task_view_form_in_gantt #, python-format msgid "Unschedule" msgstr "No programar" #. module: project_enterprise #: model:ir.model,name:project_enterprise.model_res_users msgid "User" msgstr "Usuari" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__user_names msgid "User Names" msgstr "Noms d'usuari" #. module: project_enterprise #. odoo-javascript #: code:addons/project_enterprise/static/src/task_gantt_renderer.js:0 #, python-format msgid "Warning" msgstr "Avís" #. module: project_enterprise #: model:ir.model.fields,field_description:project_enterprise.field_project_task__partner_zip msgid "Zip" msgstr "Codi Postal" #. module: project_enterprise #. odoo-javascript #: code:addons/project_enterprise/static/src/task_gantt_model.js:0 #, python-format msgid "👤 Unassigned" msgstr "👤 No assignada" #. module: project_enterprise #. odoo-javascript #: code:addons/project_enterprise/static/src/task_gantt_model.js:0 #, python-format msgid "🔒 Private" msgstr "🔒 Privada"