pl.po 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * project_timesheet_holidays
  4. #
  5. # Translators:
  6. # Maksym <ms@myodoo.pl>, 2022
  7. # Tomasz Leppich <t.leppich@gmail.com>, 2022
  8. # Paweł Wodyński <pw@myodoo.pl>, 2022
  9. # Piotr Szlązak <szlazakpiotr@gmail.com>, 2022
  10. # Martin Trigaux, 2022
  11. # Karol Rybak <karolrybak85@gmail.com>, 2022
  12. # Cezary Drożak, 2022
  13. # Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2022
  14. # Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
  15. #
  16. msgid ""
  17. msgstr ""
  18. "Project-Id-Version: Odoo Server 16.0+e\n"
  19. "Report-Msgid-Bugs-To: \n"
  20. "POT-Creation-Date: 2022-12-15 12:51+0000\n"
  21. "PO-Revision-Date: 2022-09-22 05:54+0000\n"
  22. "Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
  23. "Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
  24. "MIME-Version: 1.0\n"
  25. "Content-Type: text/plain; charset=UTF-8\n"
  26. "Content-Transfer-Encoding: \n"
  27. "Language: pl\n"
  28. "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
  29. #. module: project_timesheet_holidays
  30. #: model:ir.model,name:project_timesheet_holidays.model_account_analytic_line
  31. msgid "Analytic Line"
  32. msgstr "Pozycja analityczna"
  33. #. module: project_timesheet_holidays
  34. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_hr_leave__timesheet_ids
  35. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_resource_calendar_leaves__timesheet_ids
  36. msgid "Analytic Lines"
  37. msgstr "Pozycje analityczne"
  38. #. module: project_timesheet_holidays
  39. #. odoo-python
  40. #: code:addons/project_timesheet_holidays/models/hr_holidays.py:0
  41. #, python-format
  42. msgid ""
  43. "Both the internal project and task are required to generate a timesheet for "
  44. "the time off %s. If you don't want a timesheet, you should leave the "
  45. "internal project and task empty."
  46. msgstr ""
  47. "Zarówno projekt wewnętrzny, jak i zadanie są wymagane do wygenerowania "
  48. "arkusza czasu pracy dla czasu wolnego %s. Jeśli nie chcesz karty czasu "
  49. "pracy, powinieneś pozostawić projekt wewnętrzny i zadanie puste."
  50. #. module: project_timesheet_holidays
  51. #: model:ir.model,name:project_timesheet_holidays.model_res_company
  52. msgid "Companies"
  53. msgstr "Firmy"
  54. #. module: project_timesheet_holidays
  55. #: model:ir.model,name:project_timesheet_holidays.model_res_config_settings
  56. msgid "Config Settings"
  57. msgstr "Ustawienia konfiguracji"
  58. #. module: project_timesheet_holidays
  59. #: model:ir.model,name:project_timesheet_holidays.model_hr_employee
  60. msgid "Employee"
  61. msgstr "Pracownik"
  62. #. module: project_timesheet_holidays
  63. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_hr_leave_type__timesheet_generate
  64. msgid "Generate Timesheet"
  65. msgstr "Generuj Kartę czasu pracy"
  66. #. module: project_timesheet_holidays
  67. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_account_analytic_line__global_leave_id
  68. msgid "Global Time Off"
  69. msgstr "Globalny czas wolny"
  70. #. module: project_timesheet_holidays
  71. #: model:ir.model.fields,help:project_timesheet_holidays.field_hr_leave_type__timesheet_generate
  72. msgid ""
  73. "If checked, when validating a time off, timesheet will be generated in the "
  74. "Vacation Project of the company."
  75. msgstr ""
  76. "Jeżeli jest zaznaczone, to przy zatwierdzaniu czasu wolnego zostanie "
  77. "wygenerowana karta pracy w projekcie Wakacje w firmie."
  78. #. module: project_timesheet_holidays
  79. #. odoo-python
  80. #: code:addons/project_timesheet_holidays/models/res_company.py:0
  81. #: code:addons/project_timesheet_holidays/models/res_company.py:0
  82. #, python-format
  83. msgid "Internal"
  84. msgstr "Wewnętrzne"
  85. #. module: project_timesheet_holidays
  86. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_res_config_settings__internal_project_id
  87. msgid "Internal Project"
  88. msgstr "Projekt wewnętrzny"
  89. #. module: project_timesheet_holidays
  90. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_project_task__is_timeoff_task
  91. msgid "Is Time off Task"
  92. msgstr "Czy zadanie w czasie wolnym"
  93. #. module: project_timesheet_holidays
  94. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_account_analytic_line__holiday_id
  95. msgid "Leave Request"
  96. msgstr "Wniosek urlopowy"
  97. #. module: project_timesheet_holidays
  98. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_project_task__leave_types_count
  99. msgid "Leave Types Count"
  100. msgstr "Licznik typów urlopów"
  101. #. module: project_timesheet_holidays
  102. #. odoo-python
  103. #: code:addons/project_timesheet_holidays/models/project_task.py:0
  104. #, python-format
  105. msgid "Operation not supported"
  106. msgstr "Operacja nie jest wspierana"
  107. #. module: project_timesheet_holidays
  108. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_hr_leave_type__timesheet_project_id
  109. #: model_terms:ir.ui.view,arch_db:project_timesheet_holidays.res_config_settings_view_form
  110. msgid "Project"
  111. msgstr "Projekt"
  112. #. module: project_timesheet_holidays
  113. #: model:ir.model,name:project_timesheet_holidays.model_resource_calendar_leaves
  114. msgid "Resource Time Off Detail"
  115. msgstr "Szczegóły czasu wolnego zasobów"
  116. #. module: project_timesheet_holidays
  117. #: model:ir.model,name:project_timesheet_holidays.model_project_task
  118. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_account_analytic_line__task_id
  119. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_hr_leave_type__timesheet_task_id
  120. #: model_terms:ir.ui.view,arch_db:project_timesheet_holidays.res_config_settings_view_form
  121. msgid "Task"
  122. msgstr "Zadanie"
  123. #. module: project_timesheet_holidays
  124. #: model:ir.model.fields,help:project_timesheet_holidays.field_res_config_settings__internal_project_id
  125. msgid ""
  126. "The default project used when automatically generating timesheets via time "
  127. "off requests. You can specify another project on each time off type "
  128. "individually."
  129. msgstr ""
  130. "Domyślny projekt używany podczas automatycznego generowania timesheet "
  131. "poprzez wnioski o czas wolny. Możesz określić inny projekt dla każdego typu "
  132. "czasu wolnego indywidualnie."
  133. #. module: project_timesheet_holidays
  134. #: model:ir.model.fields,help:project_timesheet_holidays.field_res_config_settings__leave_timesheet_task_id
  135. msgid ""
  136. "The default task used when automatically generating timesheets via time off "
  137. "requests. You can specify another task on each time off type individually."
  138. msgstr ""
  139. "Domyślne zadanie używane podczas automatycznego generowania timesheets "
  140. "poprzez wnioski o czas wolny. Możesz określić inne zadanie dla każdego typu "
  141. "czasu wolnego indywidualnie."
  142. #. module: project_timesheet_holidays
  143. #. odoo-python
  144. #: code:addons/project_timesheet_holidays/models/res_company.py:0
  145. #: code:addons/project_timesheet_holidays/models/res_company.py:0
  146. #: model:ir.model,name:project_timesheet_holidays.model_hr_leave
  147. #, python-format
  148. msgid "Time Off"
  149. msgstr "Dni wolne"
  150. #. module: project_timesheet_holidays
  151. #. odoo-python
  152. #: code:addons/project_timesheet_holidays/models/hr_holidays.py:0
  153. #: code:addons/project_timesheet_holidays/models/resource_calendar_leaves.py:0
  154. #, python-format
  155. msgid "Time Off (%s/%s)"
  156. msgstr "Czas wolny (%s/%s)"
  157. #. module: project_timesheet_holidays
  158. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_res_company__leave_timesheet_task_id
  159. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_res_config_settings__leave_timesheet_task_id
  160. msgid "Time Off Task"
  161. msgstr "Zadanie w czasie wolnym"
  162. #. module: project_timesheet_holidays
  163. #: model:ir.model,name:project_timesheet_holidays.model_hr_leave_type
  164. msgid "Time Off Type"
  165. msgstr "Typ dni wolnych"
  166. #. module: project_timesheet_holidays
  167. #: model_terms:ir.ui.view,arch_db:project_timesheet_holidays.hr_holiday_status_view_form_inherit
  168. msgid "Timesheet"
  169. msgstr "Karta pracy"
  170. #. module: project_timesheet_holidays
  171. #. odoo-python
  172. #: code:addons/project_timesheet_holidays/models/account_analytic.py:0
  173. #, python-format
  174. msgid ""
  175. "You cannot create timesheets for a task that is linked to a time off type. "
  176. "Please use the Time Off application to request new time off instead."
  177. msgstr ""
  178. "Nie można tworzyć arkuszy czasu dla zadania, które jest powiązane z typem "
  179. "czasu wolnego. Zamiast tego należy użyć aplikacji Czas wolny, aby złożyć "
  180. "wniosek o nowy czas wolny."
  181. #. module: project_timesheet_holidays
  182. #. odoo-python
  183. #: code:addons/project_timesheet_holidays/models/account_analytic.py:0
  184. #, python-format
  185. msgid ""
  186. "You cannot delete timesheets that are linked to time off requests. Please "
  187. "cancel your time off request from the Time Off application instead."
  188. msgstr ""
  189. "Nie można usunąć arkuszy czasu, które są powiązane z wnioskami o czas wolny."
  190. " Zamiast tego proszę anulować wniosek o czas wolny z aplikacji Czas wolny."
  191. #. module: project_timesheet_holidays
  192. #. odoo-python
  193. #: code:addons/project_timesheet_holidays/models/account_analytic.py:0
  194. #, python-format
  195. msgid ""
  196. "You cannot modify timesheets that are linked to time off requests. Please "
  197. "use the Time Off application to modify your time off requests instead."
  198. msgstr ""
  199. "Nie można modyfikować arkuszy czasu, które są powiązane z wnioskami o wolne."
  200. " Zamiast tego należy użyć aplikacji Czas wolny do modyfikacji wniosków o "
  201. "wolne."