fi.po 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * project_timesheet_holidays
  4. #
  5. # Translators:
  6. # Kari Lindgren <kari.lindgren@emsystems.fi>, 2022
  7. # Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2022
  8. # Svante Suominen <svante.suominen@web-veistamo.fi>, 2022
  9. # Martin Trigaux, 2022
  10. # Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
  11. # Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
  12. #
  13. msgid ""
  14. msgstr ""
  15. "Project-Id-Version: Odoo Server 16.0+e\n"
  16. "Report-Msgid-Bugs-To: \n"
  17. "POT-Creation-Date: 2022-12-15 12:51+0000\n"
  18. "PO-Revision-Date: 2022-09-22 05:54+0000\n"
  19. "Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
  20. "Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
  21. "MIME-Version: 1.0\n"
  22. "Content-Type: text/plain; charset=UTF-8\n"
  23. "Content-Transfer-Encoding: \n"
  24. "Language: fi\n"
  25. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  26. #. module: project_timesheet_holidays
  27. #: model:ir.model,name:project_timesheet_holidays.model_account_analytic_line
  28. msgid "Analytic Line"
  29. msgstr "Analyyttinen rivi"
  30. #. module: project_timesheet_holidays
  31. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_hr_leave__timesheet_ids
  32. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_resource_calendar_leaves__timesheet_ids
  33. msgid "Analytic Lines"
  34. msgstr "Analyyttiset rivit"
  35. #. module: project_timesheet_holidays
  36. #. odoo-python
  37. #: code:addons/project_timesheet_holidays/models/hr_holidays.py:0
  38. #, python-format
  39. msgid ""
  40. "Both the internal project and task are required to generate a timesheet for "
  41. "the time off %s. If you don't want a timesheet, you should leave the "
  42. "internal project and task empty."
  43. msgstr ""
  44. "Sekä sisäinen projekti että tehtävä tulee asettaa, jotta vapaata varten "
  45. "voidaan luoda työaikakirjaus %s. Jos et halua työaikakirjausta, jätä "
  46. "sisäinen projekti ja tehtävä tyhjiksi."
  47. #. module: project_timesheet_holidays
  48. #: model:ir.model,name:project_timesheet_holidays.model_res_company
  49. msgid "Companies"
  50. msgstr "Yritykset"
  51. #. module: project_timesheet_holidays
  52. #: model:ir.model,name:project_timesheet_holidays.model_res_config_settings
  53. msgid "Config Settings"
  54. msgstr "Asetukset"
  55. #. module: project_timesheet_holidays
  56. #: model:ir.model,name:project_timesheet_holidays.model_hr_employee
  57. msgid "Employee"
  58. msgstr "Työntekijä"
  59. #. module: project_timesheet_holidays
  60. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_hr_leave_type__timesheet_generate
  61. msgid "Generate Timesheet"
  62. msgstr "Generoi tuontikortit"
  63. #. module: project_timesheet_holidays
  64. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_account_analytic_line__global_leave_id
  65. msgid "Global Time Off"
  66. msgstr "Yleinen vapaa-aika"
  67. #. module: project_timesheet_holidays
  68. #: model:ir.model.fields,help:project_timesheet_holidays.field_hr_leave_type__timesheet_generate
  69. msgid ""
  70. "If checked, when validating a time off, timesheet will be generated in the "
  71. "Vacation Project of the company."
  72. msgstr ""
  73. "Jos valittu, työaikakirjaus luodaan yrityksen Lomaprojektissa, kun vapaat "
  74. "vahvistetaan."
  75. #. module: project_timesheet_holidays
  76. #. odoo-python
  77. #: code:addons/project_timesheet_holidays/models/res_company.py:0
  78. #: code:addons/project_timesheet_holidays/models/res_company.py:0
  79. #, python-format
  80. msgid "Internal"
  81. msgstr "Sisäinen"
  82. #. module: project_timesheet_holidays
  83. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_res_config_settings__internal_project_id
  84. msgid "Internal Project"
  85. msgstr "Sisäinen projekti"
  86. #. module: project_timesheet_holidays
  87. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_project_task__is_timeoff_task
  88. msgid "Is Time off Task"
  89. msgstr "On Loma-tehtävä"
  90. #. module: project_timesheet_holidays
  91. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_account_analytic_line__holiday_id
  92. msgid "Leave Request"
  93. msgstr "Pooissaolopyynnöt"
  94. #. module: project_timesheet_holidays
  95. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_project_task__leave_types_count
  96. msgid "Leave Types Count"
  97. msgstr "Poissaolotyyppien määrä"
  98. #. module: project_timesheet_holidays
  99. #. odoo-python
  100. #: code:addons/project_timesheet_holidays/models/project_task.py:0
  101. #, python-format
  102. msgid "Operation not supported"
  103. msgstr "Toiminto ei ole tuettu"
  104. #. module: project_timesheet_holidays
  105. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_hr_leave_type__timesheet_project_id
  106. #: model_terms:ir.ui.view,arch_db:project_timesheet_holidays.res_config_settings_view_form
  107. msgid "Project"
  108. msgstr "Projektit"
  109. #. module: project_timesheet_holidays
  110. #: model:ir.model,name:project_timesheet_holidays.model_resource_calendar_leaves
  111. msgid "Resource Time Off Detail"
  112. msgstr "Resurssien vapaa-aika, Yksityiskohtaiset tiedot"
  113. #. module: project_timesheet_holidays
  114. #: model:ir.model,name:project_timesheet_holidays.model_project_task
  115. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_account_analytic_line__task_id
  116. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_hr_leave_type__timesheet_task_id
  117. #: model_terms:ir.ui.view,arch_db:project_timesheet_holidays.res_config_settings_view_form
  118. msgid "Task"
  119. msgstr "Tehtävä"
  120. #. module: project_timesheet_holidays
  121. #: model:ir.model.fields,help:project_timesheet_holidays.field_res_config_settings__internal_project_id
  122. msgid ""
  123. "The default project used when automatically generating timesheets via time "
  124. "off requests. You can specify another project on each time off type "
  125. "individually."
  126. msgstr ""
  127. "Oletusprojekti, jota käytetään, kun työaikakirjauksia luodaan "
  128. "automaattisesti vapaapyyntöjen kautta. Voit määrittää toisen projektin "
  129. "kullekin vapaa-aikatyypille erikseen."
  130. #. module: project_timesheet_holidays
  131. #: model:ir.model.fields,help:project_timesheet_holidays.field_res_config_settings__leave_timesheet_task_id
  132. msgid ""
  133. "The default task used when automatically generating timesheets via time off "
  134. "requests. You can specify another task on each time off type individually."
  135. msgstr ""
  136. "Oletustehtävä, jota käytetään, kun työaikakirjauksia luodaan automaattisesti"
  137. " vapaapyyntöjen kautta. Voit määrittää toisen tehtävän kullekin "
  138. "vapaatyypille erikseen."
  139. #. module: project_timesheet_holidays
  140. #. odoo-python
  141. #: code:addons/project_timesheet_holidays/models/res_company.py:0
  142. #: code:addons/project_timesheet_holidays/models/res_company.py:0
  143. #: model:ir.model,name:project_timesheet_holidays.model_hr_leave
  144. #, python-format
  145. msgid "Time Off"
  146. msgstr "Vapaa"
  147. #. module: project_timesheet_holidays
  148. #. odoo-python
  149. #: code:addons/project_timesheet_holidays/models/hr_holidays.py:0
  150. #: code:addons/project_timesheet_holidays/models/resource_calendar_leaves.py:0
  151. #, python-format
  152. msgid "Time Off (%s/%s)"
  153. msgstr "Vapaa-aika (%s/%s)"
  154. #. module: project_timesheet_holidays
  155. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_res_company__leave_timesheet_task_id
  156. #: model:ir.model.fields,field_description:project_timesheet_holidays.field_res_config_settings__leave_timesheet_task_id
  157. msgid "Time Off Task"
  158. msgstr "Vapaa-aika Tehtävä"
  159. #. module: project_timesheet_holidays
  160. #: model:ir.model,name:project_timesheet_holidays.model_hr_leave_type
  161. msgid "Time Off Type"
  162. msgstr "Vapaa-aika Tyyppi"
  163. #. module: project_timesheet_holidays
  164. #: model_terms:ir.ui.view,arch_db:project_timesheet_holidays.hr_holiday_status_view_form_inherit
  165. msgid "Timesheet"
  166. msgstr "Tuntikirjaus"
  167. #. module: project_timesheet_holidays
  168. #. odoo-python
  169. #: code:addons/project_timesheet_holidays/models/account_analytic.py:0
  170. #, python-format
  171. msgid ""
  172. "You cannot create timesheets for a task that is linked to a time off type. "
  173. "Please use the Time Off application to request new time off instead."
  174. msgstr ""
  175. "Et voi luoda työaikakirjauksia tehtävälle, joka on liitetty vapaatyyppiin. "
  176. "Käytä sen sijaan Time Off -sovellusta uusien vapaiden pyytämiseen."
  177. #. module: project_timesheet_holidays
  178. #. odoo-python
  179. #: code:addons/project_timesheet_holidays/models/account_analytic.py:0
  180. #, python-format
  181. msgid ""
  182. "You cannot delete timesheets that are linked to time off requests. Please "
  183. "cancel your time off request from the Time Off application instead."
  184. msgstr ""
  185. "Et voi poistaa työaikakirjauksia, jotka on liitetty vapaapyyntöihin. Peruuta"
  186. " sen sijaan vapaata koskeva pyyntö vapaa-aikasovelluksesta."
  187. #. module: project_timesheet_holidays
  188. #. odoo-python
  189. #: code:addons/project_timesheet_holidays/models/account_analytic.py:0
  190. #, python-format
  191. msgid ""
  192. "You cannot modify timesheets that are linked to time off requests. Please "
  193. "use the Time Off application to modify your time off requests instead."
  194. msgstr ""
  195. "Et voi muokata työaikakirjauksia, jotka on liitetty vapaata koskeviin "
  196. "pyyntöihin. Käytä sen sijaan Time Off -sovellusta muokkaamaan "
  197. "vapaapyyntöjäsi."