@hed-hog/operations 0.0.327 → 0.0.329

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (571) hide show
  1. package/dist/controllers/operations-tasks.controller.d.ts +3 -3
  2. package/dist/operations.service.d.ts +3 -3
  3. package/hedhog/frontend/app/_components/collaborator-form-screen.tsx.ejs +7 -7
  4. package/hedhog/frontend/app/_components/department-picker.tsx.ejs +125 -0
  5. package/hedhog/frontend/app/_components/department-select-with-create.tsx.ejs +64 -325
  6. package/hedhog/frontend/app/_components/project-form-screen.tsx.ejs +16 -16
  7. package/hedhog/frontend/app/_components/system-user-picker.tsx.ejs +198 -0
  8. package/hedhog/frontend/app/_components/system-user-select-with-create.tsx.ejs +107 -569
  9. package/hedhog/frontend/messages/en.json +79 -10
  10. package/hedhog/frontend/messages/operations/en.json +67 -3
  11. package/hedhog/frontend/messages/operations/pt.json +67 -3
  12. package/hedhog/frontend/messages/pt.json +77 -8
  13. package/package.json +5 -5
  14. package/hedhog/frontend/app/_components/collaborator-details-screen.tsx.ejs +0 -476
  15. package/hedhog/frontend/app/_components/collaborator-select-with-create.tsx.ejs +0 -261
  16. package/hedhog/frontend/app/_components/contract-content-editor.tsx.ejs +0 -258
  17. package/hedhog/frontend/app/_components/person-select-with-create.tsx.ejs +0 -1
  18. package/hedhog/frontend/messages/en.json.ejs +0 -2060
  19. package/hedhog/frontend/messages/operations/operations/en.json +0 -2102
  20. package/hedhog/frontend/messages/operations/operations/pt.json +0 -2111
  21. package/hedhog/frontend/messages/pt.json.ejs +0 -2067
  22. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/async-options-combobox.d.ts +0 -29
  23. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/async-options-combobox.d.ts.map +0 -1
  24. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/async-options-combobox.js +0 -95
  25. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/async-options-combobox.js.map +0 -1
  26. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/async-options-combobox.tsx +0 -233
  27. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-costs-section.d.ts +0 -10
  28. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-costs-section.d.ts.map +0 -1
  29. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-costs-section.js +0 -577
  30. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-costs-section.js.map +0 -1
  31. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-costs-section.tsx +0 -868
  32. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-details-screen.d.ts +0 -4
  33. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-details-screen.d.ts.map +0 -1
  34. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-details-screen.js +0 -337
  35. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-details-screen.js.map +0 -1
  36. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-details-screen.tsx +0 -476
  37. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-form-screen.d.ts +0 -9
  38. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-form-screen.d.ts.map +0 -1
  39. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-form-screen.js +0 -1348
  40. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-form-screen.js.map +0 -1
  41. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-form-screen.tsx +0 -2233
  42. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-select-with-create.d.ts +0 -12
  43. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-select-with-create.d.ts.map +0 -1
  44. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-select-with-create.js +0 -162
  45. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-select-with-create.js.map +0 -1
  46. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/collaborator-select-with-create.tsx +0 -261
  47. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-content-editor.d.ts +0 -18
  48. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-content-editor.d.ts.map +0 -1
  49. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-content-editor.js +0 -145
  50. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-content-editor.js.map +0 -1
  51. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-content-editor.tsx +0 -258
  52. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-details-screen.d.ts +0 -4
  53. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-details-screen.d.ts.map +0 -1
  54. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-details-screen.js +0 -223
  55. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-details-screen.js.map +0 -1
  56. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-details-screen.tsx +0 -342
  57. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-form-screen.d.ts +0 -58
  58. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-form-screen.d.ts.map +0 -1
  59. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-form-screen.js +0 -438
  60. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-form-screen.js.map +0 -1
  61. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/contract-form-screen.tsx +0 -698
  62. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/department-select-with-create.d.ts +0 -20
  63. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/department-select-with-create.d.ts.map +0 -1
  64. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/department-select-with-create.js +0 -233
  65. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/department-select-with-create.js.map +0 -1
  66. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/department-select-with-create.tsx +0 -392
  67. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/my-project-summary-screen.d.ts +0 -4
  68. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/my-project-summary-screen.d.ts.map +0 -1
  69. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/my-project-summary-screen.js +0 -814
  70. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/my-project-summary-screen.js.map +0 -1
  71. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/my-project-summary-screen.tsx +0 -1288
  72. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-calendar-view.d.ts +0 -21
  73. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-calendar-view.d.ts.map +0 -1
  74. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-calendar-view.js +0 -174
  75. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-calendar-view.js.map +0 -1
  76. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-calendar-view.tsx +0 -306
  77. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-header.d.ts +0 -10
  78. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-header.d.ts.map +0 -1
  79. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-header.js +0 -12
  80. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-header.js.map +0 -1
  81. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/operations-header.tsx +0 -29
  82. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/person-select-with-create.d.ts +0 -15
  83. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/person-select-with-create.d.ts.map +0 -1
  84. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/person-select-with-create.js +0 -501
  85. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/person-select-with-create.js.map +0 -1
  86. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/person-select-with-create.tsx +0 -853
  87. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-costs-section.d.ts +0 -6
  88. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-costs-section.d.ts.map +0 -1
  89. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-costs-section.js +0 -847
  90. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-costs-section.js.map +0 -1
  91. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-costs-section.tsx +0 -1340
  92. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-details-screen.d.ts +0 -4
  93. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-details-screen.d.ts.map +0 -1
  94. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-details-screen.js +0 -2930
  95. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-details-screen.js.map +0 -1
  96. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-details-screen.tsx +0 -4378
  97. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-form-screen.d.ts +0 -9
  98. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-form-screen.d.ts.map +0 -1
  99. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-form-screen.js +0 -1013
  100. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-form-screen.js.map +0 -1
  101. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/project-form-screen.tsx +0 -1745
  102. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/section-card.d.ts +0 -13
  103. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/section-card.d.ts.map +0 -1
  104. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/section-card.js +0 -38
  105. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/section-card.js.map +0 -1
  106. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/section-card.tsx +0 -74
  107. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/status-badge.d.ts +0 -7
  108. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/status-badge.d.ts.map +0 -1
  109. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/status-badge.js +0 -11
  110. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/status-badge.js.map +0 -1
  111. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/status-badge.tsx +0 -15
  112. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/system-user-select-with-create.d.ts +0 -18
  113. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/system-user-select-with-create.d.ts.map +0 -1
  114. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/system-user-select-with-create.js +0 -406
  115. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/system-user-select-with-create.js.map +0 -1
  116. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/system-user-select-with-create.tsx +0 -660
  117. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-detail-sheet.d.ts +0 -26
  118. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-detail-sheet.d.ts.map +0 -1
  119. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-detail-sheet.js +0 -332
  120. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-detail-sheet.js.map +0 -1
  121. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-detail-sheet.tsx +0 -518
  122. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-file-attachments.d.ts +0 -6
  123. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-file-attachments.d.ts.map +0 -1
  124. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-file-attachments.js +0 -255
  125. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-file-attachments.js.map +0 -1
  126. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/task-file-attachments.tsx +0 -388
  127. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/timesheet-task-create-sheet.d.ts +0 -10
  128. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/timesheet-task-create-sheet.d.ts.map +0 -1
  129. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/timesheet-task-create-sheet.js +0 -131
  130. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/timesheet-task-create-sheet.js.map +0 -1
  131. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_components/timesheet-task-create-sheet.tsx +0 -214
  132. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/api.d.ts +0 -108
  133. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/api.d.ts.map +0 -1
  134. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/api.js +0 -162
  135. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/api.js.map +0 -1
  136. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/api.ts +0 -428
  137. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/hooks/use-operations-access.d.ts +0 -8
  138. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/hooks/use-operations-access.d.ts.map +0 -1
  139. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/hooks/use-operations-access.js +0 -36
  140. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/hooks/use-operations-access.js.map +0 -1
  141. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/hooks/use-operations-access.ts +0 -44
  142. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/types.d.ts +0 -837
  143. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/types.d.ts.map +0 -1
  144. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/types.js +0 -3
  145. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/types.js.map +0 -1
  146. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/types.ts +0 -861
  147. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/format.d.ts +0 -16
  148. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/format.d.ts.map +0 -1
  149. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/format.js +0 -182
  150. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/format.js.map +0 -1
  151. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/format.ts +0 -250
  152. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/forms.d.ts +0 -4
  153. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/forms.d.ts.map +0 -1
  154. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/forms.js +0 -51
  155. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/forms.js.map +0 -1
  156. package/hedhog/frontend/src/app/(app)/(libraries)/operations/_lib/utils/forms.ts +0 -61
  157. package/hedhog/frontend/src/app/(app)/(libraries)/operations/approvals/page.d.ts +0 -2
  158. package/hedhog/frontend/src/app/(app)/(libraries)/operations/approvals/page.d.ts.map +0 -1
  159. package/hedhog/frontend/src/app/(app)/(libraries)/operations/approvals/page.js +0 -954
  160. package/hedhog/frontend/src/app/(app)/(libraries)/operations/approvals/page.js.map +0 -1
  161. package/hedhog/frontend/src/app/(app)/(libraries)/operations/approvals/page.tsx +0 -1277
  162. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborator-types/page.d.ts +0 -2
  163. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborator-types/page.d.ts.map +0 -1
  164. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborator-types/page.js +0 -488
  165. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborator-types/page.js.map +0 -1
  166. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborator-types/page.tsx +0 -805
  167. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/edit/page.d.ts +0 -6
  168. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/edit/page.d.ts.map +0 -1
  169. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/edit/page.js +0 -9
  170. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/edit/page.js.map +0 -1
  171. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/edit/page.tsx +0 -11
  172. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/page.d.ts +0 -6
  173. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/page.d.ts.map +0 -1
  174. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/page.js +0 -9
  175. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/page.js.map +0 -1
  176. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/[id]/page.tsx +0 -11
  177. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/new/page.d.ts +0 -2
  178. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/new/page.d.ts.map +0 -1
  179. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/new/page.js +0 -8
  180. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/new/page.js.map +0 -1
  181. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/new/page.tsx +0 -5
  182. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/page.d.ts +0 -2
  183. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/page.d.ts.map +0 -1
  184. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/page.js +0 -612
  185. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/page.js.map +0 -1
  186. package/hedhog/frontend/src/app/(app)/(libraries)/operations/collaborators/page.tsx +0 -939
  187. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/edit/page.d.ts +0 -6
  188. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/edit/page.d.ts.map +0 -1
  189. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/edit/page.js +0 -9
  190. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/edit/page.js.map +0 -1
  191. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/edit/page.tsx +0 -11
  192. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/page.d.ts +0 -6
  193. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/page.d.ts.map +0 -1
  194. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/page.js +0 -9
  195. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/page.js.map +0 -1
  196. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/[id]/page.tsx +0 -11
  197. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/new/page.d.ts +0 -6
  198. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/new/page.d.ts.map +0 -1
  199. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/new/page.js +0 -9
  200. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/new/page.js.map +0 -1
  201. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/new/page.tsx +0 -17
  202. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/page.d.ts +0 -2
  203. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/page.d.ts.map +0 -1
  204. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/page.js +0 -348
  205. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/page.js.map +0 -1
  206. package/hedhog/frontend/src/app/(app)/(libraries)/operations/contracts/page.tsx +0 -536
  207. package/hedhog/frontend/src/app/(app)/(libraries)/operations/departments/page.d.ts +0 -2
  208. package/hedhog/frontend/src/app/(app)/(libraries)/operations/departments/page.d.ts.map +0 -1
  209. package/hedhog/frontend/src/app/(app)/(libraries)/operations/departments/page.js +0 -401
  210. package/hedhog/frontend/src/app/(app)/(libraries)/operations/departments/page.js.map +0 -1
  211. package/hedhog/frontend/src/app/(app)/(libraries)/operations/departments/page.tsx +0 -607
  212. package/hedhog/frontend/src/app/(app)/(libraries)/operations/layout.d.ts +0 -5
  213. package/hedhog/frontend/src/app/(app)/(libraries)/operations/layout.d.ts.map +0 -1
  214. package/hedhog/frontend/src/app/(app)/(libraries)/operations/layout.js +0 -7
  215. package/hedhog/frontend/src/app/(app)/(libraries)/operations/layout.js.map +0 -1
  216. package/hedhog/frontend/src/app/(app)/(libraries)/operations/layout.tsx +0 -9
  217. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/[id]/page.d.ts +0 -6
  218. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/[id]/page.d.ts.map +0 -1
  219. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/[id]/page.js +0 -9
  220. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/[id]/page.js.map +0 -1
  221. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/[id]/page.tsx +0 -11
  222. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/page.d.ts +0 -2
  223. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/page.d.ts.map +0 -1
  224. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/page.js +0 -321
  225. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/page.js.map +0 -1
  226. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-projects/page.tsx +0 -440
  227. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-tasks/page.d.ts +0 -2
  228. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-tasks/page.d.ts.map +0 -1
  229. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-tasks/page.js +0 -939
  230. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-tasks/page.js.map +0 -1
  231. package/hedhog/frontend/src/app/(app)/(libraries)/operations/my-tasks/page.tsx +0 -1499
  232. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/async-options-combobox.d.ts +0 -29
  233. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/async-options-combobox.d.ts.map +0 -1
  234. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/async-options-combobox.js +0 -95
  235. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/async-options-combobox.js.map +0 -1
  236. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/async-options-combobox.tsx +0 -233
  237. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-costs-section.d.ts +0 -10
  238. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-costs-section.d.ts.map +0 -1
  239. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-costs-section.js +0 -577
  240. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-costs-section.js.map +0 -1
  241. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-costs-section.tsx +0 -868
  242. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-details-screen.d.ts +0 -4
  243. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-details-screen.d.ts.map +0 -1
  244. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-details-screen.js +0 -337
  245. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-details-screen.js.map +0 -1
  246. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-details-screen.tsx +0 -476
  247. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-form-screen.d.ts +0 -9
  248. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-form-screen.d.ts.map +0 -1
  249. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-form-screen.js +0 -1348
  250. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-form-screen.js.map +0 -1
  251. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-form-screen.tsx +0 -2233
  252. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-select-with-create.d.ts +0 -12
  253. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-select-with-create.d.ts.map +0 -1
  254. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-select-with-create.js +0 -162
  255. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-select-with-create.js.map +0 -1
  256. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/collaborator-select-with-create.tsx +0 -261
  257. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-content-editor.d.ts +0 -18
  258. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-content-editor.d.ts.map +0 -1
  259. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-content-editor.js +0 -145
  260. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-content-editor.js.map +0 -1
  261. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-content-editor.tsx +0 -258
  262. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-details-screen.d.ts +0 -4
  263. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-details-screen.d.ts.map +0 -1
  264. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-details-screen.js +0 -223
  265. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-details-screen.js.map +0 -1
  266. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-details-screen.tsx +0 -342
  267. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-form-screen.d.ts +0 -58
  268. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-form-screen.d.ts.map +0 -1
  269. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-form-screen.js +0 -438
  270. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-form-screen.js.map +0 -1
  271. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/contract-form-screen.tsx +0 -698
  272. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/department-select-with-create.d.ts +0 -20
  273. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/department-select-with-create.d.ts.map +0 -1
  274. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/department-select-with-create.js +0 -233
  275. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/department-select-with-create.js.map +0 -1
  276. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/department-select-with-create.tsx +0 -392
  277. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/my-project-summary-screen.d.ts +0 -4
  278. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/my-project-summary-screen.d.ts.map +0 -1
  279. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/my-project-summary-screen.js +0 -814
  280. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/my-project-summary-screen.js.map +0 -1
  281. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/my-project-summary-screen.tsx +0 -1288
  282. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-calendar-view.d.ts +0 -21
  283. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-calendar-view.d.ts.map +0 -1
  284. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-calendar-view.js +0 -174
  285. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-calendar-view.js.map +0 -1
  286. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-calendar-view.tsx +0 -306
  287. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-header.d.ts +0 -10
  288. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-header.d.ts.map +0 -1
  289. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-header.js +0 -12
  290. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-header.js.map +0 -1
  291. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/operations-header.tsx +0 -29
  292. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/person-select-with-create.d.ts +0 -15
  293. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/person-select-with-create.d.ts.map +0 -1
  294. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/person-select-with-create.js +0 -501
  295. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/person-select-with-create.js.map +0 -1
  296. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/person-select-with-create.tsx +0 -853
  297. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-cost-report-screen.d.ts +0 -6
  298. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-cost-report-screen.d.ts.map +0 -1
  299. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-cost-report-screen.js +0 -459
  300. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-cost-report-screen.js.map +0 -1
  301. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-cost-report-screen.tsx +0 -598
  302. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-costs-section.d.ts +0 -6
  303. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-costs-section.d.ts.map +0 -1
  304. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-costs-section.js +0 -876
  305. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-costs-section.js.map +0 -1
  306. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-costs-section.tsx +0 -1368
  307. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-details-screen.d.ts +0 -4
  308. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-details-screen.d.ts.map +0 -1
  309. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-details-screen.js +0 -2930
  310. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-details-screen.js.map +0 -1
  311. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-details-screen.tsx +0 -4378
  312. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-form-screen.d.ts +0 -9
  313. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-form-screen.d.ts.map +0 -1
  314. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-form-screen.js +0 -1013
  315. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-form-screen.js.map +0 -1
  316. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/project-form-screen.tsx +0 -1745
  317. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/section-card.d.ts +0 -13
  318. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/section-card.d.ts.map +0 -1
  319. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/section-card.js +0 -38
  320. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/section-card.js.map +0 -1
  321. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/section-card.tsx +0 -74
  322. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/status-badge.d.ts +0 -7
  323. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/status-badge.d.ts.map +0 -1
  324. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/status-badge.js +0 -11
  325. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/status-badge.js.map +0 -1
  326. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/status-badge.tsx +0 -15
  327. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/system-user-select-with-create.d.ts +0 -18
  328. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/system-user-select-with-create.d.ts.map +0 -1
  329. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/system-user-select-with-create.js +0 -406
  330. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/system-user-select-with-create.js.map +0 -1
  331. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/system-user-select-with-create.tsx +0 -660
  332. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-detail-sheet.d.ts +0 -26
  333. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-detail-sheet.d.ts.map +0 -1
  334. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-detail-sheet.js +0 -332
  335. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-detail-sheet.js.map +0 -1
  336. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-detail-sheet.tsx +0 -518
  337. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-file-attachments.d.ts +0 -6
  338. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-file-attachments.d.ts.map +0 -1
  339. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-file-attachments.js +0 -255
  340. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-file-attachments.js.map +0 -1
  341. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/task-file-attachments.tsx +0 -388
  342. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/timesheet-task-create-sheet.d.ts +0 -10
  343. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/timesheet-task-create-sheet.d.ts.map +0 -1
  344. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/timesheet-task-create-sheet.js +0 -131
  345. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/timesheet-task-create-sheet.js.map +0 -1
  346. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_components/timesheet-task-create-sheet.tsx +0 -214
  347. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/api.d.ts +0 -108
  348. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/api.d.ts.map +0 -1
  349. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/api.js +0 -162
  350. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/api.js.map +0 -1
  351. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/api.ts +0 -428
  352. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/hooks/use-operations-access.d.ts +0 -8
  353. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/hooks/use-operations-access.d.ts.map +0 -1
  354. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/hooks/use-operations-access.js +0 -36
  355. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/hooks/use-operations-access.js.map +0 -1
  356. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/hooks/use-operations-access.ts +0 -44
  357. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/types.d.ts +0 -837
  358. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/types.d.ts.map +0 -1
  359. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/types.js +0 -3
  360. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/types.js.map +0 -1
  361. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/types.ts +0 -861
  362. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/format.d.ts +0 -16
  363. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/format.d.ts.map +0 -1
  364. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/format.js +0 -182
  365. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/format.js.map +0 -1
  366. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/format.ts +0 -250
  367. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/forms.d.ts +0 -4
  368. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/forms.d.ts.map +0 -1
  369. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/forms.js +0 -51
  370. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/forms.js.map +0 -1
  371. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/_lib/utils/forms.ts +0 -61
  372. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/approvals/page.d.ts +0 -2
  373. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/approvals/page.d.ts.map +0 -1
  374. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/approvals/page.js +0 -954
  375. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/approvals/page.js.map +0 -1
  376. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/approvals/page.tsx +0 -1277
  377. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborator-types/page.d.ts +0 -2
  378. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborator-types/page.d.ts.map +0 -1
  379. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborator-types/page.js +0 -488
  380. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborator-types/page.js.map +0 -1
  381. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborator-types/page.tsx +0 -805
  382. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/edit/page.d.ts +0 -6
  383. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/edit/page.d.ts.map +0 -1
  384. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/edit/page.js +0 -9
  385. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/edit/page.js.map +0 -1
  386. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/edit/page.tsx +0 -11
  387. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/page.d.ts +0 -6
  388. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/page.d.ts.map +0 -1
  389. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/page.js +0 -9
  390. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/page.js.map +0 -1
  391. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/[id]/page.tsx +0 -11
  392. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/new/page.d.ts +0 -2
  393. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/new/page.d.ts.map +0 -1
  394. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/new/page.js +0 -8
  395. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/new/page.js.map +0 -1
  396. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/new/page.tsx +0 -5
  397. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/page.d.ts +0 -2
  398. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/page.d.ts.map +0 -1
  399. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/page.js +0 -612
  400. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/page.js.map +0 -1
  401. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/collaborators/page.tsx +0 -939
  402. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/edit/page.d.ts +0 -6
  403. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/edit/page.d.ts.map +0 -1
  404. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/edit/page.js +0 -9
  405. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/edit/page.js.map +0 -1
  406. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/edit/page.tsx +0 -11
  407. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/page.d.ts +0 -6
  408. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/page.d.ts.map +0 -1
  409. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/page.js +0 -9
  410. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/page.js.map +0 -1
  411. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/[id]/page.tsx +0 -11
  412. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/new/page.d.ts +0 -6
  413. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/new/page.d.ts.map +0 -1
  414. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/new/page.js +0 -9
  415. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/new/page.js.map +0 -1
  416. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/new/page.tsx +0 -17
  417. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/page.d.ts +0 -2
  418. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/page.d.ts.map +0 -1
  419. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/page.js +0 -348
  420. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/page.js.map +0 -1
  421. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/contracts/page.tsx +0 -536
  422. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/departments/page.d.ts +0 -2
  423. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/departments/page.d.ts.map +0 -1
  424. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/departments/page.js +0 -401
  425. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/departments/page.js.map +0 -1
  426. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/departments/page.tsx +0 -607
  427. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/layout.d.ts +0 -5
  428. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/layout.d.ts.map +0 -1
  429. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/layout.js +0 -7
  430. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/layout.js.map +0 -1
  431. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/layout.tsx +0 -9
  432. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/[id]/page.d.ts +0 -6
  433. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/[id]/page.d.ts.map +0 -1
  434. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/[id]/page.js +0 -9
  435. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/[id]/page.js.map +0 -1
  436. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/[id]/page.tsx +0 -11
  437. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/page.d.ts +0 -2
  438. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/page.d.ts.map +0 -1
  439. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/page.js +0 -321
  440. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/page.js.map +0 -1
  441. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-projects/page.tsx +0 -440
  442. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-tasks/page.d.ts +0 -2
  443. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-tasks/page.d.ts.map +0 -1
  444. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-tasks/page.js +0 -939
  445. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-tasks/page.js.map +0 -1
  446. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/my-tasks/page.tsx +0 -1499
  447. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/page.d.ts +0 -2
  448. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/page.d.ts.map +0 -1
  449. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/page.js +0 -8
  450. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/page.js.map +0 -1
  451. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/page.tsx +0 -5
  452. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-categories/page.d.ts +0 -2
  453. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-categories/page.d.ts.map +0 -1
  454. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-categories/page.js +0 -436
  455. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-categories/page.js.map +0 -1
  456. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-categories/page.tsx +0 -675
  457. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-types/page.d.ts +0 -2
  458. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-types/page.d.ts.map +0 -1
  459. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-types/page.js +0 -563
  460. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-types/page.js.map +0 -1
  461. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/project-cost-types/page.tsx +0 -846
  462. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/costs-report/page.d.ts +0 -6
  463. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/costs-report/page.d.ts.map +0 -1
  464. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/costs-report/page.js +0 -9
  465. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/costs-report/page.js.map +0 -1
  466. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/costs-report/page.tsx +0 -10
  467. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/edit/page.d.ts +0 -6
  468. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/edit/page.d.ts.map +0 -1
  469. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/edit/page.js +0 -9
  470. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/edit/page.js.map +0 -1
  471. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/edit/page.tsx +0 -11
  472. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/page.d.ts +0 -6
  473. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/page.d.ts.map +0 -1
  474. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/page.js +0 -9
  475. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/page.js.map +0 -1
  476. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/[id]/page.tsx +0 -11
  477. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/new/page.d.ts +0 -2
  478. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/new/page.d.ts.map +0 -1
  479. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/new/page.js +0 -8
  480. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/new/page.js.map +0 -1
  481. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/new/page.tsx +0 -5
  482. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/page.d.ts +0 -2
  483. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/page.d.ts.map +0 -1
  484. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/page.js +0 -492
  485. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/page.js.map +0 -1
  486. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/projects/page.tsx +0 -757
  487. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/collaborators/page.d.ts +0 -2
  488. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/collaborators/page.d.ts.map +0 -1
  489. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/collaborators/page.js +0 -342
  490. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/collaborators/page.js.map +0 -1
  491. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/collaborators/page.tsx +0 -430
  492. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/projects/page.d.ts +0 -2
  493. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/projects/page.d.ts.map +0 -1
  494. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/projects/page.js +0 -338
  495. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/projects/page.js.map +0 -1
  496. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/reports/projects/page.tsx +0 -428
  497. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/schedule-adjustments/page.d.ts +0 -2
  498. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/schedule-adjustments/page.d.ts.map +0 -1
  499. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/schedule-adjustments/page.js +0 -660
  500. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/schedule-adjustments/page.js.map +0 -1
  501. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/schedule-adjustments/page.tsx +0 -992
  502. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/time-off/page.d.ts +0 -2
  503. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/time-off/page.d.ts.map +0 -1
  504. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/time-off/page.js +0 -515
  505. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/time-off/page.js.map +0 -1
  506. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/time-off/page.tsx +0 -707
  507. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/timesheets/page.d.ts +0 -2
  508. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/timesheets/page.d.ts.map +0 -1
  509. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/timesheets/page.js +0 -1141
  510. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/timesheets/page.js.map +0 -1
  511. package/hedhog/frontend/src/app/(app)/(libraries)/operations/operations/timesheets/page.tsx +0 -1705
  512. package/hedhog/frontend/src/app/(app)/(libraries)/operations/page.d.ts +0 -2
  513. package/hedhog/frontend/src/app/(app)/(libraries)/operations/page.d.ts.map +0 -1
  514. package/hedhog/frontend/src/app/(app)/(libraries)/operations/page.js +0 -8
  515. package/hedhog/frontend/src/app/(app)/(libraries)/operations/page.js.map +0 -1
  516. package/hedhog/frontend/src/app/(app)/(libraries)/operations/page.tsx +0 -5
  517. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-categories/page.d.ts +0 -2
  518. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-categories/page.d.ts.map +0 -1
  519. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-categories/page.js +0 -436
  520. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-categories/page.js.map +0 -1
  521. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-categories/page.tsx +0 -675
  522. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-types/page.d.ts +0 -2
  523. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-types/page.d.ts.map +0 -1
  524. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-types/page.js +0 -563
  525. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-types/page.js.map +0 -1
  526. package/hedhog/frontend/src/app/(app)/(libraries)/operations/project-cost-types/page.tsx +0 -846
  527. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/edit/page.d.ts +0 -6
  528. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/edit/page.d.ts.map +0 -1
  529. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/edit/page.js +0 -9
  530. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/edit/page.js.map +0 -1
  531. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/edit/page.tsx +0 -11
  532. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/page.d.ts +0 -6
  533. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/page.d.ts.map +0 -1
  534. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/page.js +0 -9
  535. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/page.js.map +0 -1
  536. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/[id]/page.tsx +0 -11
  537. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/new/page.d.ts +0 -2
  538. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/new/page.d.ts.map +0 -1
  539. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/new/page.js +0 -8
  540. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/new/page.js.map +0 -1
  541. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/new/page.tsx +0 -5
  542. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/page.d.ts +0 -2
  543. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/page.d.ts.map +0 -1
  544. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/page.js +0 -492
  545. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/page.js.map +0 -1
  546. package/hedhog/frontend/src/app/(app)/(libraries)/operations/projects/page.tsx +0 -757
  547. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/collaborators/page.d.ts +0 -2
  548. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/collaborators/page.d.ts.map +0 -1
  549. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/collaborators/page.js +0 -342
  550. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/collaborators/page.js.map +0 -1
  551. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/collaborators/page.tsx +0 -430
  552. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/projects/page.d.ts +0 -2
  553. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/projects/page.d.ts.map +0 -1
  554. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/projects/page.js +0 -338
  555. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/projects/page.js.map +0 -1
  556. package/hedhog/frontend/src/app/(app)/(libraries)/operations/reports/projects/page.tsx +0 -428
  557. package/hedhog/frontend/src/app/(app)/(libraries)/operations/schedule-adjustments/page.d.ts +0 -2
  558. package/hedhog/frontend/src/app/(app)/(libraries)/operations/schedule-adjustments/page.d.ts.map +0 -1
  559. package/hedhog/frontend/src/app/(app)/(libraries)/operations/schedule-adjustments/page.js +0 -660
  560. package/hedhog/frontend/src/app/(app)/(libraries)/operations/schedule-adjustments/page.js.map +0 -1
  561. package/hedhog/frontend/src/app/(app)/(libraries)/operations/schedule-adjustments/page.tsx +0 -992
  562. package/hedhog/frontend/src/app/(app)/(libraries)/operations/time-off/page.d.ts +0 -2
  563. package/hedhog/frontend/src/app/(app)/(libraries)/operations/time-off/page.d.ts.map +0 -1
  564. package/hedhog/frontend/src/app/(app)/(libraries)/operations/time-off/page.js +0 -515
  565. package/hedhog/frontend/src/app/(app)/(libraries)/operations/time-off/page.js.map +0 -1
  566. package/hedhog/frontend/src/app/(app)/(libraries)/operations/time-off/page.tsx +0 -707
  567. package/hedhog/frontend/src/app/(app)/(libraries)/operations/timesheets/page.d.ts +0 -2
  568. package/hedhog/frontend/src/app/(app)/(libraries)/operations/timesheets/page.d.ts.map +0 -1
  569. package/hedhog/frontend/src/app/(app)/(libraries)/operations/timesheets/page.js +0 -1141
  570. package/hedhog/frontend/src/app/(app)/(libraries)/operations/timesheets/page.js.map +0 -1
  571. package/hedhog/frontend/src/app/(app)/(libraries)/operations/timesheets/page.tsx +0 -1705
@@ -1,2102 +0,0 @@
1
- {
2
- "Common": {
3
- "actions": {
4
- "refresh": "Refresh",
5
- "create": "Create",
6
- "back": "Back",
7
- "edit": "Edit",
8
- "openContract": "Open contract",
9
- "activate": "Activate",
10
- "deactivate": "Deactivate",
11
- "save": "Save",
12
- "delete": "Delete",
13
- "archive": "Archive",
14
- "unarchive": "Unarchive",
15
- "addLine": "Add line",
16
- "approve": "Approve",
17
- "reject": "Reject",
18
- "submit": "Submit",
19
- "cancel": "Cancel",
20
- "loadMore": "Load more",
21
- "clearSelection": "Clear selection",
22
- "manageDepartments": "Manage departments",
23
- "manageCollaboratorTypes": "Manage relationship types",
24
- "manageTemplates": "Manage templates",
25
- "useTemplate": "Use template"
26
- },
27
- "filters": {
28
- "allStatuses": "All statuses",
29
- "allTypes": "All types",
30
- "dateFrom": "From",
31
- "dateTo": "To"
32
- },
33
- "labels": {
34
- "notAvailable": "Not available",
35
- "notAssigned": "Not assigned",
36
- "collaborator": "Collaborator",
37
- "collaborators": "Collaborators",
38
- "collaboratorType": "Relationship type",
39
- "department": "Department",
40
- "supervisor": "Supervisor",
41
- "weeklyCapacity": "Weekly capacity",
42
- "joinedAt": "Joined at",
43
- "leftAt": "Left at",
44
- "actions": "Actions",
45
- "name": "Name",
46
- "status": "Status",
47
- "task": "Task",
48
- "project": "Project",
49
- "contract": "Contract",
50
- "contractStatus": "Contract status",
51
- "contractCategory": "Contract category",
52
- "contractType": "Contract type",
53
- "signatureStatus": "Signature status",
54
- "manager": "Manager",
55
- "progress": "Progress",
56
- "timeline": "Timeline",
57
- "budget": "Budget",
58
- "code": "Code",
59
- "deliveryModel": "Delivery model",
60
- "allocationPercent": "Allocation %",
61
- "teamSize": "Team size",
62
- "client": "Client",
63
- "billingModel": "Billing model",
64
- "accountManager": "Account manager",
65
- "projectCount": "Project count",
66
- "entries": "Entries",
67
- "totalHours": "Total hours",
68
- "approver": "Approver",
69
- "noNotes": "No notes",
70
- "decisionNote": "Decision note",
71
- "lines": "lines",
72
- "unassigned": "Unassigned",
73
- "viewOnly": "View only",
74
- "week": "Week",
75
- "weekStart": "Week start",
76
- "weekEnd": "Week end",
77
- "notes": "Notes",
78
- "projectAssignment": "Project assignment",
79
- "activity": "Task / activity",
80
- "description": "Description",
81
- "deadline": "Deadline",
82
- "workDate": "Work date",
83
- "hours": "Hours",
84
- "days": "Days",
85
- "reason": "Reason",
86
- "requestType": "Request type",
87
- "requestScope": "Request scope",
88
- "schedule": "Schedule",
89
- "weeklySchedule": "Weekly schedule",
90
- "workingDay": "Working day",
91
- "dayOff": "Day off",
92
- "requester": "Requester",
93
- "submittedAt": "Submitted at",
94
- "noteOptional": "Optional note",
95
- "activeAssignments": "Active assignments",
96
- "pendingApprovals": "Pending approvals",
97
- "startDate": "Start date",
98
- "endDate": "End date",
99
- "monthlyHourCap": "Monthly hour cap",
100
- "title": "Title",
101
- "role": "Role",
102
- "total": "Total",
103
- "pending": "Pending",
104
- "approved": "Approved",
105
- "equityParticipation": "Equity participation",
106
- "votingPower": "Voting power",
107
- "searchCollaborator": "Search collaborator...",
108
- "noCollaboratorsFound": "No collaborators found.",
109
- "searchTemplate": "Search template...",
110
- "noTemplatesFound": "No templates found.",
111
- "loading": "Loading..."
112
- },
113
- "states": {
114
- "emptyTitle": "No records found",
115
- "emptyDescription": "Adjust the current filters or create a new record.",
116
- "noAccessTitle": "Access required"
117
- }
118
- },
119
- "DashboardPage": {
120
- "title": "Operations Dashboard",
121
- "description": "Monitor delivery, requests, and team approvals from one place.",
122
- "breadcrumb": "Dashboard",
123
- "cards": {
124
- "projects": "Visible projects",
125
- "projectsDescription": "{active} active right now",
126
- "timesheets": "Visible timesheets",
127
- "timesheetsDescription": "{pending} waiting for approval",
128
- "timeOff": "Time-off requests",
129
- "timeOffDescription": "Approved, pending, and rejected requests",
130
- "approvals": "Pending approvals",
131
- "approvalsDescription": "Items that still need a supervisor decision"
132
- },
133
- "actions": {
134
- "openTimesheets": "Open timesheets"
135
- },
136
- "scope": {
137
- "title": "Access scope",
138
- "description": "The dashboard automatically follows your collaborator, supervisor, or director view.",
139
- "roleScope": "Role scope",
140
- "collaborator": "Linked collaborator",
141
- "teamSize": "Direct reports"
142
- },
143
- "recentTimesheets": {
144
- "title": "Recent timesheets",
145
- "description": "Latest weekly records visible to your role.",
146
- "empty": "No timesheets are available yet."
147
- },
148
- "nextSteps": {
149
- "title": "What you can do next",
150
- "description": "Common workforce operations actions available in this module.",
151
- "submitTimesheet": "Create or submit your weekly timesheet for review.",
152
- "requestTimeOff": "Open a new vacation or time-off request.",
153
- "adjustSchedule": "Send a weekly schedule adjustment for approval."
154
- },
155
- "team": {
156
- "title": "Team snapshot",
157
- "description": "Direct-report visibility for supervisors and directors.",
158
- "members": "Team members",
159
- "projects": "Visible projects",
160
- "pendingApprovals": "Pending approvals",
161
- "assignments": "assignments",
162
- "awaitingReview": "awaiting review",
163
- "empty": "No direct reports are linked to this supervisor yet.",
164
- "collaboratorMessage": "Supervisor and director roles unlock the team operational overview."
165
- }
166
- },
167
- "CollaboratorsPage": {
168
- "title": "Collaborators",
169
- "description": "Maintain operational collaborator profiles, reporting lines, and capacity.",
170
- "breadcrumb": "Collaborators",
171
- "searchPlaceholder": "Search collaborator, code, department, or title...",
172
- "profileTitle": "My collaborator profile",
173
- "profileDescription": "Self-service view of the operational profile linked to your user.",
174
- "emptyDescription": "No collaborator records match the current filters.",
175
- "viewMode": "View",
176
- "viewModeTable": "Table",
177
- "viewModeCards": "Grid",
178
- "cards": {
179
- "total": "Total collaborators",
180
- "totalDescription": "All registered collaborators.",
181
- "totalTooltip": "Includes all operational collaborators in the system, regardless of status.",
182
- "active": "Active",
183
- "activeDescription": "With active operational status.",
184
- "activeTooltip": "Collaborators currently working with an active status at the time of the query.",
185
- "onLeave": "On leave",
186
- "onLeaveDescription": "Temporarily away.",
187
- "onLeaveTooltip": "Temporarily unavailable — counted in capacity but not deployable for allocation.",
188
- "withContracts": "With contract",
189
- "withContractsDescription": "Linked to at least one contract.",
190
- "withContractsTooltip": "Collaborators with at least one active or historical contract on record.",
191
- "totalSalary": "Total salary",
192
- "totalSalaryDescription": "Sum of base compensation (all).",
193
- "totalSalaryTooltip": "Sum of the base compensation from the primary contract of every collaborator in the system.",
194
- "totalCosts": "Total costs",
195
- "totalCostsDescription": "Sum of additional costs (all).",
196
- "totalCostsTooltip": "Sum of all extra costs recorded (benefits, charges, equipment, etc.) for all collaborators.",
197
- "avgSalaryPlusCosts": "Total salary + costs",
198
- "avgSalaryPlusCostsDescription": "Compensation + costs combined (all).",
199
- "avgSalaryPlusCostsTooltip": "Global sum of base compensation and additional costs for all collaborators in the system.",
200
- "avgSalaryPlusCostsPerCollaborator": "Average per collaborator",
201
- "avgSalaryPlusCostsPerCollaboratorDescription": "Average total cost per collaborator (all).",
202
- "avgSalaryPlusCostsPerCollaboratorTooltip": "Average of (salary + costs) divided by the total number of collaborators in the system."
203
- },
204
- "sheet": {
205
- "createTitle": "Create collaborator",
206
- "editTitle": "Edit collaborator",
207
- "description": "Create or update the workforce profile used across projects, contracts, and approvals."
208
- },
209
- "form": {
210
- "userId": "User ID",
211
- "code": "Code",
212
- "displayName": "Display name",
213
- "department": "Department",
214
- "title": "Title",
215
- "levelLabel": "Level label",
216
- "weeklyCapacityHours": "Weekly capacity hours",
217
- "notes": "Notes"
218
- },
219
- "messages": {
220
- "userRequired": "A user ID is required for new collaborators.",
221
- "requiredFields": "Code and display name are required.",
222
- "saveSuccess": "Collaborator saved successfully.",
223
- "saveError": "Unable to save the collaborator.",
224
- "statusSuccess": "Collaborator status updated successfully.",
225
- "statusError": "Unable to update collaborator status."
226
- }
227
- },
228
- "DepartmentsPage": {
229
- "title": "Departments",
230
- "description": "Manage the operational departments used by collaborator profiles and reporting structure.",
231
- "breadcrumb": "Departments",
232
- "searchPlaceholder": "Search department, code, or description...",
233
- "emptyDescription": "No departments match the current filters.",
234
- "noAccessDescription": "Director permissions are required to manage departments.",
235
- "cards": {
236
- "total": "Total departments",
237
- "active": "Active departments",
238
- "linkedCollaborators": "Linked collaborators",
239
- "inactive": "Inactive departments"
240
- },
241
- "columns": {
242
- "name": "Name",
243
- "code": "Code",
244
- "description": "Description",
245
- "collaborators": "Collaborators"
246
- },
247
- "sheet": {
248
- "createTitle": "Create department",
249
- "editTitle": "Edit department",
250
- "description": "Keep the operations department catalog clean and ready for collaborator assignment."
251
- },
252
- "form": {
253
- "name": "Department name",
254
- "code": "Code",
255
- "description": "Description",
256
- "status": "Status"
257
- },
258
- "viewMode": "View mode",
259
- "viewModeTable": "Table",
260
- "viewModeCards": "Grid",
261
- "messages": {
262
- "requiredFields": "Department name is required.",
263
- "saveSuccess": "Department saved successfully.",
264
- "saveError": "Unable to save the department.",
265
- "statusSuccess": "Department status updated successfully.",
266
- "statusError": "Unable to update department status."
267
- }
268
- },
269
- "CollaboratorFormPage": {
270
- "newTitle": "New Collaborator",
271
- "editTitle": "Edit Collaborator",
272
- "breadcrumb": "Collaborator Form",
273
- "description": "Register collaborators with the right employment profile and optionally generate a draft contract from the hiring flow.",
274
- "noAccessDescription": "Director permissions are required to manage collaborator registration.",
275
- "loading": "Loading collaborator data...",
276
- "tabs": {
277
- "details": "Details",
278
- "costs": "Costs",
279
- "defaultSchedule": "Default Schedule",
280
- "projects": "Projects",
281
- "tasks": "Tasks",
282
- "timesheets": "Timesheets"
283
- },
284
- "sections": {
285
- "basicInfo": "Basic info",
286
- "basicInfoDescription": "Core identity and profile data used across operations.",
287
- "employmentInfo": "Relationship details",
288
- "employmentInfoDescription": "Choose the nature of the relationship with the company, lifecycle status, and key dates.",
289
- "employmentInfoCreateDescription": "Choose the relationship type and initial dates. Weekly capacity and compensation can be adjusted after creation.",
290
- "equity": "Equity details",
291
- "equityDescription": "Fill this section only when the selected relationship requires ownership or governance data.",
292
- "supervisor": "Supervisor assignment",
293
- "supervisorDescription": "Link the direct supervisor used for team visibility and approvals.",
294
- "contract": "Compensation and contract",
295
- "contractDescription": "Set the base compensation and link or create the related contract for this collaborator.",
296
- "costs": "Collaborator costs",
297
- "costsDescription": "Manage recurring and one-time costs associated with this collaborator.",
298
- "costsSaveBefore": "Save the collaborator before adding costs.",
299
- "schedule": "Default weekly schedule",
300
- "scheduleDescription": "Define the expected recurring work schedule used by operations and approvals."
301
- },
302
- "fields": {
303
- "person": "Person",
304
- "personEntityLabel": "person",
305
- "personDescription": "Select an existing person or register a new one without leaving this screen.",
306
- "userId": "System user",
307
- "userIdOptional": "System user (optional)",
308
- "userIdDescription": "Link the platform account this collaborator will use for sign-in, timesheets, and self-service actions.",
309
- "code": "Code",
310
- "displayName": "Display name",
311
- "department": "Department",
312
- "departmentDescription": "Select an existing department or create a new one for this collaborator.",
313
- "title": "Role / position",
314
- "titleDescription": "Select an existing role or create a new one to reuse across collaborators.",
315
- "levelLabel": "Level",
316
- "notes": "Notes",
317
- "collaboratorType": "Relationship type",
318
- "collaboratorTypeDescription": "Select the nature of the relationship with the company. Role and equity participation stay separate.",
319
- "weeklyCapacityHours": "Weekly workload",
320
- "compensationAmount": "Compensation amount",
321
- "contract": "Contract",
322
- "contractPlaceholder": "Search or select a contract…",
323
- "contractEmpty": "No contract linked",
324
- "contractCreateTitle": "New contract",
325
- "contractCreateDescription": "Create a new contract and link it to this collaborator.",
326
- "contractNameField": "Contract name",
327
- "equityParticipationType": "Participation type",
328
- "equityPercentage": "Ownership percentage",
329
- "votingPower": "Voting power (%)",
330
- "equityNotes": "Equity notes",
331
- "startTime": "Start",
332
- "endTime": "End",
333
- "breakMinutes": "Break (min)",
334
- "breakMinutesDescription": "The last numeric field defines the daily break in minutes. Example: 60 = a 1-hour lunch break.",
335
- "autoGenerateContractDraft": "Generate contract draft automatically",
336
- "autoGenerateContractDraftDescription": "Creates a related draft contract classified from the relationship type and linked to the hiring origin.",
337
- "createUserDescription": "Enter the new system user's credentials. The account will be created immediately and linked to this collaborator.",
338
- "createUserName": "Full name",
339
- "createUserEmail": "Email",
340
- "createUserPassword": "Password"
341
- },
342
- "options": {
343
- "collaboratorTypes": {
344
- "clt": "CLT",
345
- "pj": "PJ",
346
- "freelancer": "Freelancer",
347
- "intern": "Intern",
348
- "other": "Other"
349
- },
350
- "levels": {
351
- "junior": "Junior",
352
- "mid": "Mid-level",
353
- "senior": "Senior",
354
- "coordinator": "Coordinator",
355
- "manager": "Manager"
356
- },
357
- "equityParticipationTypes": {
358
- "partner_quota_holder": "Quota holder partner",
359
- "common_shareholder": "Common shareholder",
360
- "preferred_shareholder": "Preferred shareholder",
361
- "administrator": "Administrator",
362
- "other": "Other"
363
- },
364
- "statuses": {
365
- "active": "Active",
366
- "on_leave": "On Leave",
367
- "inactive": "Inactive",
368
- "draft": "Draft"
369
- }
370
- },
371
- "placeholders": {
372
- "person": "Select or create a person",
373
- "department": "Select or create a department",
374
- "departmentCreate": "Department name",
375
- "title": "Select or create a role / position",
376
- "titleCreate": "Role / position name",
377
- "collaboratorType": "Select the relationship type",
378
- "equityPercentage": "Ex.: 25",
379
- "votingPower": "Ex.: 50",
380
- "equityNotes": "Notes about quotas, shares, term, or powers",
381
- "levelLabel": "Select a level",
382
- "supervisor": "Search a collaborator",
383
- "userIdOptional": "Select a system user",
384
- "createUserName": "Full name",
385
- "createUserEmail": "user@example.com",
386
- "createUserPassword": "Strong password"
387
- },
388
- "actions": {
389
- "createUser": "Create system user",
390
- "editPersonCrm": "Edit person record (CRM)"
391
- },
392
- "states": {
393
- "loadingCollaboratorTypes": "Loading relationship types..."
394
- },
395
- "messages": {
396
- "userRequired": "The user binding can be completed after the initial collaborator setup.",
397
- "personRequired": "Select or create a person for the collaborator.",
398
- "collaboratorTypeRequired": "Select a relationship type.",
399
- "requiredFields": "The collaborator code is required.",
400
- "createSuccess": "Collaborator created successfully.",
401
- "createError": "Unable to create the collaborator.",
402
- "updateSuccess": "Collaborator updated successfully.",
403
- "updateError": "Unable to update the collaborator.",
404
- "createUserSuccess": "User created and linked successfully.",
405
- "createUserError": "Failed to create the system user."
406
- }
407
- },
408
- "CollaboratorTypesPage": {
409
- "title": "Relationship Types",
410
- "description": "Manage the relationship catalog used by collaborator records and operational rules.",
411
- "breadcrumb": "Relationship Types",
412
- "searchPlaceholder": "Search relationship type, slug, category, or description...",
413
- "emptyDescription": "No relationship types match the current filters.",
414
- "noAccessDescription": "Director permissions are required to manage relationship types.",
415
- "cards": {
416
- "total": "Total types",
417
- "active": "Active types",
418
- "linkedCollaborators": "Linked collaborators",
419
- "inactive": "Inactive types"
420
- },
421
- "columns": {
422
- "drag": "Move",
423
- "name": "Name",
424
- "slug": "Slug",
425
- "category": "Category",
426
- "description": "Description",
427
- "sortOrder": "Order",
428
- "collaborators": "Collaborators"
429
- },
430
- "reorder": {
431
- "description": "Drag the table rows to save the order automatically.",
432
- "filtered": "Reordering is available in table view only, with no search, no filters, and all items loaded on the page."
433
- },
434
- "sheet": {
435
- "createTitle": "Create relationship type",
436
- "editTitle": "Edit relationship type",
437
- "description": "Keep the relationship catalog organized for collaborator records and operational rules."
438
- },
439
- "form": {
440
- "name": "Name",
441
- "slug": "Slug",
442
- "category": "Category",
443
- "description": "Description",
444
- "sortOrder": "Display order",
445
- "status": "Status"
446
- },
447
- "viewMode": "View mode",
448
- "viewModeTable": "Table",
449
- "viewModeCards": "Grid",
450
- "messages": {
451
- "requiredFields": "Relationship type name is required.",
452
- "saveSuccess": "Relationship type saved successfully.",
453
- "saveError": "Unable to save the relationship type.",
454
- "reorderSuccess": "Order updated successfully.",
455
- "reorderError": "Unable to save the new order.",
456
- "statusSuccess": "Relationship type status updated successfully.",
457
- "statusError": "Unable to update the relationship type status."
458
- }
459
- },
460
- "CollaboratorDetailsPage": {
461
- "title": "Collaborator Details",
462
- "breadcrumb": "Collaborator Details",
463
- "description": "Review operational collaborator information, related contracts, assignments, schedule, and request summaries.",
464
- "notFound": "The requested collaborator could not be found or is not visible in your access scope.",
465
- "cards": {
466
- "timesheets": "Timesheets",
467
- "timesheetsDescription": "{pending} pending review",
468
- "loggedHours": "Logged hours",
469
- "loggedHoursDescription": "Total approved and draft hours recorded so far.",
470
- "timeOff": "Time-off requests",
471
- "timeOffDescription": "{pending} pending request(s)",
472
- "assignments": "Project assignments",
473
- "assignmentsDescription": "Active and historical project links."
474
- },
475
- "sections": {
476
- "profile": "Profile",
477
- "primaryContract": "Related contracts",
478
- "projects": "Assigned projects",
479
- "projectsDescription": "Projects currently or previously linked to this collaborator.",
480
- "schedule": "Weekly schedule",
481
- "scheduleDescription": "Default schedule currently stored for this collaborator.",
482
- "timeOff": "Time off summary",
483
- "timeOffDescription": "Request counts visible from the collaborator history.",
484
- "scheduleAdjustments": "Schedule adjustments",
485
- "scheduleAdjustmentsDescription": "Recent schedule adjustment requests created by this collaborator.",
486
- "compensationHistory": "Salary history",
487
- "compensationHistoryDescription": "Historical record of salary changes for this collaborator."
488
- },
489
- "addProject": "Add project",
490
- "searchProject": "Search project...",
491
- "createProject": "Create project",
492
- "createProjectDescription": "Register a new project to link to this collaborator.",
493
- "noContracts": "No related contracts are linked to this collaborator yet.",
494
- "noProjects": "No projects are assigned to this collaborator yet.",
495
- "addProject": "Add project",
496
- "searchProject": "Search project...",
497
- "createProject": "Create project",
498
- "createProjectDescription": "Create a new project and link this collaborator automatically.",
499
- "noScheduleAdjustments": "No schedule adjustment requests were found.",
500
- "noCompensationHistory": "No salary changes have been recorded for this collaborator yet.",
501
- "compensationHistory": {
502
- "amount": "Amount",
503
- "effectiveDate": "Effective date",
504
- "recordedAt": "Recorded at",
505
- "changedBy": "Changed by",
506
- "notes": "Notes"
507
- }
508
- },
509
- "ProjectsPage": {
510
- "title": "Projects",
511
- "description": "Track client projects and service engagements connected to staffing, delivery, and contracts.",
512
- "breadcrumb": "Projects",
513
- "searchPlaceholder": "Search project, client, manager, or contract...",
514
- "emptyDescription": "No projects match the current filters.",
515
- "cards": {
516
- "total": "Projects",
517
- "totalDescription": "All delivery projects visible to your access scope.",
518
- "active": "Active",
519
- "activeDescription": "Open for timesheet entries and ongoing team work.",
520
- "atRisk": "At risk",
521
- "atRiskDescription": "Flagged for delivery, staffing, or budget issues.",
522
- "upcomingDeliveries": "With deadline",
523
- "upcomingDeliveriesDescription": "Projects that have an end date defined."
524
- },
525
- "viewMode": "View mode",
526
- "viewModeTable": "Table",
527
- "viewModeCards": "Cards",
528
- "actions": {
529
- "archive": "Archive"
530
- },
531
- "sheet": {
532
- "createTitle": "Create project",
533
- "editTitle": "Edit project",
534
- "description": "Create or update a delivery project used by timesheets and team visibility."
535
- },
536
- "form": {
537
- "code": "Code",
538
- "name": "Project name",
539
- "clientName": "Client name",
540
- "deliveryModel": "Delivery model",
541
- "summary": "Summary"
542
- },
543
- "messages": {
544
- "requiredFields": "Project code and name are required.",
545
- "saveSuccess": "Project saved successfully.",
546
- "saveError": "Unable to save the project.",
547
- "statusSuccess": "Project status updated successfully.",
548
- "statusError": "Unable to update project status."
549
- }
550
- },
551
- "MyProjectsPage": {
552
- "title": "My Projects",
553
- "description": "Projects you are assigned to.",
554
- "breadcrumb": "My Projects",
555
- "searchPlaceholder": "Search project, client, or contract...",
556
- "emptyDescription": "You are not currently assigned to any project.",
557
- "cards": {
558
- "total": "My Projects",
559
- "totalDescription": "Projects you have an active allocation in.",
560
- "active": "Active",
561
- "activeDescription": "Projects open for timesheet entries.",
562
- "atRisk": "At risk",
563
- "atRiskDescription": "Flagged projects with delivery issues.",
564
- "upcomingDeliveries": "With deadline",
565
- "upcomingDeliveriesDescription": "Projects that have an end date defined."
566
- },
567
- "viewMode": "View mode",
568
- "viewModeTable": "Table",
569
- "viewModeCards": "Cards"
570
- },
571
- "MyTasksPage": {
572
- "title": "My Tasks",
573
- "description": "Your tasks across all projects.",
574
- "breadcrumb": "My Tasks",
575
- "searchPlaceholder": "Search task or project...",
576
- "viewMode": "View mode",
577
- "viewModeTable": "Table",
578
- "viewModeCards": "Cards",
579
- "viewModeBoard": "Board",
580
- "emptyDescription": "You have no tasks assigned at the moment.",
581
- "collections": {
582
- "active": "Active",
583
- "archived": "Archived"
584
- },
585
- "actions": {
586
- "create": "New task"
587
- },
588
- "dialogs": {
589
- "createTitle": "Create new task",
590
- "createProjectPlaceholder": "Select a project",
591
- "createNameLabel": "Name",
592
- "createNamePlaceholder": "Task name",
593
- "createDescriptionLabel": "Description",
594
- "createDescriptionPlaceholder": "Optional description",
595
- "archiveTitle": "Archive task",
596
- "archiveDescription": "The task will leave the main list and move to the archived list. If you prefer, you can also delete it now.",
597
- "deleteTitle": "Delete task",
598
- "deleteDescription": "Are you sure you want to permanently delete this task? This action cannot be undone."
599
- },
600
- "cards": {
601
- "total": "Tasks",
602
- "totalDescription": "Total tasks assigned to you.",
603
- "doing": "In progress",
604
- "doingDescription": "Tasks currently being worked on.",
605
- "review": "In review",
606
- "reviewDescription": "Tasks awaiting review.",
607
- "done": "Done",
608
- "doneDescription": "Completed tasks."
609
- },
610
- "status": {
611
- "todo": "To do",
612
- "doing": "In progress",
613
- "review": "In review",
614
- "done": "Done"
615
- }
616
- },
617
- "ProjectFormPage": {
618
- "newTitle": "New Project",
619
- "editTitle": "Edit Project",
620
- "breadcrumb": "Project Form",
621
- "description": "Create the project with the essential client and delivery info first. Staffing, contracts, and controls can be completed after saving.",
622
- "noAccessDescription": "Director permissions are required to manage projects.",
623
- "loading": "Loading project data...",
624
- "sections": {
625
- "basicInfo": "Basic project info",
626
- "basicInfoDescription": "Define the client-facing engagement and operational summary.",
627
- "basicInfoCreateDescription": "Start with the essentials needed to open the project and continue setup after saving.",
628
- "governance": "Responsible and dates",
629
- "governanceDescription": "Set the project owner, lifecycle status, and date range.",
630
- "governanceCreateDescription": "Optionally assign the manager and the start date now. Progress and lifecycle controls can be refined later.",
631
- "team": "Team assignment",
632
- "teamDescription": "{count} collaborators selected for the initial team. You can refine assignments after saving.",
633
- "financials": "Financial and contract basis",
634
- "financialsDescription": "Financial, billing, and contract settings can be completed after the project is saved.",
635
- "contract": "Contract generation settings",
636
- "contractDescription": "Link an existing contract or configure draft generation after the initial project save.",
637
- "nextSteps": "Continue after saving",
638
- "nextStepsDescription": "Once the project is created, you can add the team, connect a contract or template, and track detailed delivery controls from the project screen."
639
- },
640
- "fields": {
641
- "code": "Project code",
642
- "name": "Project name",
643
- "clientName": "Client name",
644
- "deliveryModel": "Delivery model",
645
- "summary": "Operational summary",
646
- "progressPercent": "Progress %",
647
- "roleLabel": "Role / responsibility",
648
- "weeklyHours": "Weekly hours",
649
- "allocationPercent": "Allocation %",
650
- "isBillable": "Billable",
651
- "isBillableDescription": "Include this assignment in billable capacity.",
652
- "assignmentStartDate": "Allocation date",
653
- "assignmentEndDate": "End date",
654
- "contractCode": "Draft contract code",
655
- "contractName": "Draft contract name",
656
- "contractDescription": "Draft contract notes",
657
- "contractTemplate": "Contract template",
658
- "autoGenerateContractDraft": "Generate contract draft automatically",
659
- "autoGenerateContractDraftDescription": "Creates a draft project/service contract with originType client_project linked to this project.",
660
- "existingContractSelected": "An existing contract is already selected for this project."
661
- },
662
- "labels": {
663
- "enabled": "Enabled",
664
- "disabled": "Disabled",
665
- "templateSelected": "Template selected for new drafts"
666
- },
667
- "hints": {
668
- "summary": "Keep this short: scope, goal, and any delivery context.",
669
- "progressPercent": "Use a simple estimate from 0 - 100.",
670
- "monthlyHourCap": "Optional cap used for planning and draft contract generation.",
671
- "contract": "Selecting an existing contract disables automatic draft generation.",
672
- "contractTemplate": "Use a template to prefill the next contract or the automatic draft for this project.",
673
- "contractCode": "Used only if a draft contract is generated from this project.",
674
- "contractName": "Visible title for the generated draft contract.",
675
- "contractDescription": "Optional commercial notes or clauses for the generated draft."
676
- },
677
- "placeholders": {
678
- "code": "Ex: PRJ-2026-001",
679
- "name": "Enter the project name",
680
- "clientName": "Select or create the client company/account",
681
- "summary": "Describe scope, goals, and relevant delivery context",
682
- "progressPercent": "0 - 100",
683
- "managerSearch": "Search manager...",
684
- "assignmentSearch": "Search collaborator by name, department, or role",
685
- "contractSearch": "Search existing contract...",
686
- "contractTemplateSearch": "Search contract template...",
687
- "monthlyHourCap": "Monthly hour cap",
688
- "contractCode": "Used only when creating a draft contract",
689
- "contractName": "Visible name for the generated draft",
690
- "contractDescription": "Add commercial notes or delivery clauses",
691
- "roleLabel": "Select or type a role...",
692
- "roleLabelCreate": "New role or responsibility"
693
- },
694
- "options": {
695
- "deliveryModels": {
696
- "project_delivery": "Project delivery",
697
- "dedicated_team": "Dedicated team",
698
- "shared_team": "Shared team",
699
- "support": "Support"
700
- },
701
- "statuses": {
702
- "planning": "Planning",
703
- "active": "Active",
704
- "at_risk": "At risk",
705
- "paused": "Paused",
706
- "completed": "Completed",
707
- "archived": "Archived"
708
- },
709
- "billingModels": {
710
- "time_and_material": "Time and material",
711
- "monthly_retainer": "Monthly retainer",
712
- "fixed_price": "Fixed price"
713
- }
714
- },
715
- "messages": {
716
- "requiredFields": "Only the project code, name, and client name are required to create the project.",
717
- "roleRequired": "Select or type a role for each assigned collaborator.",
718
- "createSuccess": "Project created successfully.",
719
- "createError": "Unable to create the project.",
720
- "updateSuccess": "Project updated successfully.",
721
- "updateError": "Unable to update the project.",
722
- "currentContractStatus": "Current related contract status: {status}"
723
- }
724
- },
725
- "ProjectDetailsPage": {
726
- "title": "Project Details",
727
- "breadcrumb": "Project Details",
728
- "description": "Review project delivery data, staffing, related contract, timesheet activity, and operational indicators.",
729
- "notFound": "The requested project could not be found or is not visible in your access scope.",
730
- "cards": {
731
- "teamSize": "Team size",
732
- "teamSizeDescription": "Collaborators currently linked to this project.",
733
- "timesheets": "Timesheets",
734
- "timesheetsDescription": "{pending} pending review",
735
- "loggedHours": "Logged hours",
736
- "loggedHoursDescription": "Total hours linked to this project.",
737
- "allocation": "Average allocation",
738
- "allocationDescription": "Average assignment allocation across linked collaborators.",
739
- "lateTasks": "Late tasks",
740
- "lateTasksDescription": "Open tasks with overdue deadlines.",
741
- "weeklyVelocity": "Weekly velocity",
742
- "weeklyVelocityDescription": "Recent or planned hours for the week.",
743
- "projectHealth": "Project health",
744
- "pendingTasks": "Pending tasks",
745
- "pendingTasksDescription": "{overdue} overdue task(s) right now.",
746
- "activeCollaborators": "Active collaborators",
747
- "activeCollaboratorsDescription": "People with active allocation on this project."
748
- },
749
- "kpi": {
750
- "indicator": "Indicator",
751
- "subtitles": {
752
- "health": "Visual blend of progress, pendencies, and allocation."
753
- },
754
- "trends": {
755
- "hours": "{count} timesheet(s)",
756
- "health": {
757
- "good": "Positive",
758
- "warning": "Warning",
759
- "danger": "Critical"
760
- },
761
- "velocity": {
762
- "active": "Moving",
763
- "empty": "No recent pace"
764
- },
765
- "allocation": {
766
- "good": "Balanced",
767
- "warning": "High",
768
- "critical": "Overloaded"
769
- },
770
- "tasks": {
771
- "good": "No pendencies",
772
- "warning": "Active backlog",
773
- "critical": "{count} late"
774
- },
775
- "collaborators": {
776
- "active": "Active team",
777
- "empty": "No team"
778
- }
779
- }
780
- },
781
- "quickActions": {
782
- "timesheet": "Timesheet",
783
- "reports": "Reports",
784
- "more": "More actions"
785
- },
786
- "executive": {
787
- "team": "Team",
788
- "activeTasks": "Active tasks",
789
- "completedTasks": "Completed",
790
- "fallbackDescription": "Track delivery, staffing, contract, and operational signals for this project.",
791
- "membersCount": "{count} member(s)"
792
- },
793
- "breadcrumbTrail": {
794
- "operations": "Operations",
795
- "projects": "Projects"
796
- },
797
- "health": {
798
- "good": "Healthy",
799
- "warning": "Attention",
800
- "danger": "Critical"
801
- },
802
- "indicators": {
803
- "activeAssignments": "Active assignments",
804
- "completedAssignments": "Completed assignments",
805
- "averageAllocation": "Average allocation",
806
- "totalWeeklyHours": "Total weekly hours"
807
- },
808
- "noContract": "No related contract is linked to this project yet.",
809
- "noAssignments": "No collaborators are assigned to this project yet.",
810
- "costs": {
811
- "emptyTitle": "No costs recorded",
812
- "emptyDescription": "Add costs to this project to see the financial summary here.",
813
- "totalCost": "Total cost",
814
- "realized": "Realized",
815
- "budgetUsed": "Budget used",
816
- "remaining": "Remaining",
817
- "noBudget": "Budget not set",
818
- "extraCosts": "Other costs",
819
- "categories": "categories",
820
- "topCategory": "Top category",
821
- "budgetProgress": "Budget progress",
822
- "chartByCategory": "Cost by category",
823
- "chartByMonth": "Monthly evolution",
824
- "budgetWarning": "Budget reached {pct}% of the limit. Be careful with new costs.",
825
- "budgetExceeded": "Budget exceeded! Current usage: {pct}% of the defined limit."
826
- },
827
- "sections": {
828
- "overview": "Overview",
829
- "contract": "Related contract",
830
- "team": "Assigned collaborators",
831
- "teamDescription": "Initial and ongoing staffing linked to this project.",
832
- "indicators": "Operational indicators",
833
- "indicatorsDescription": "Current project staffing and delivery metrics.",
834
- "deliveryHealth": "Delivery health",
835
- "deliveryHealthDescription": "Visual overview of team allocation and operational pace.",
836
- "costDashboard": "Project Costs",
837
- "costDashboardDescription": "Consolidated view of extra costs, budget usage and monthly evolution.",
838
- "quickRadar": "Quick radar",
839
- "quickRadarDescription": "Short-term decision signals.",
840
- "timeline": "Operational timeline",
841
- "timelineDescription": "Recent activity grouped by day, ready for filters and incremental loading.",
842
- "taskBoard": "Task board",
843
- "taskBoardDescription": "Kanban-style board with drag between columns and task side panel.",
844
- "archivedTasks": "Archived tasks",
845
- "archivedTasksDescription": "Review archived project tasks, open details, restore them, or delete them permanently."
846
- },
847
- "charts": {
848
- "projectProgress": "Progress",
849
- "burnup": "Burnup / progress",
850
- "burnupDescription": "Accumulated logged hours against the planned operating pace.",
851
- "allocationByCollaborator": "Allocation by collaborator",
852
- "allocationDescription": "Capacity distribution across project collaborators.",
853
- "weeklyVelocity": "Weekly velocity",
854
- "weeklyVelocityDescription": "Recent pace of hours logged by the team.",
855
- "taskDistribution": "Task distribution",
856
- "taskDistributionDescription": "Task volume by board stage.",
857
- "operationalHealth": "Operational health",
858
- "operationalHealthDescription": "Visual score calculated from progress, pendencies, and allocation.",
859
- "healthScore": "Operational score",
860
- "start": "Start",
861
- "current": "Current",
862
- "emptyTitle": "Not enough data",
863
- "emptyBurnup": "The burnup will appear once there is progress or logged hours.",
864
- "emptyVelocity": "No weekly velocity has been returned for this project yet.",
865
- "emptyAllocation": "Allocation will appear when collaborators are assigned.",
866
- "emptyTasks": "Tasks will appear once the board has items."
867
- },
868
- "kanban": {
869
- "items": "items",
870
- "progress": "Progress",
871
- "searchPlaceholder": "Search task, tag, assignee...",
872
- "filters": "Filters",
873
- "allPriorities": "All priorities",
874
- "groupStatus": "Group by status",
875
- "noEstimate": "No est.",
876
- "emptyColumn": "No tasks in this column.",
877
- "noFilteredTasks": "No tasks match the filters."
878
- },
879
- "timeline": {
880
- "projectStarted": "Project started",
881
- "projectStartedDescription": "{project} entered execution.",
882
- "taskCreated": "Task created",
883
- "taskCompleted": "Task completed",
884
- "commentAdded": "Comment recorded",
885
- "timesheetLogged": "Timesheet logged",
886
- "timesheetLoggedDescription": "{count} timesheet(s), totaling {hours}.",
887
- "approvalPending": "Approval pending",
888
- "approvalPendingDescription": "{count} item(s) waiting for review.",
889
- "completedTasks": "Completed tasks",
890
- "completedTasksDescription": "{count} task(s) completed",
891
- "pendingTimesheets": "Pending timesheets",
892
- "pendingTimesheetsDescription": "{count} timesheet(s) waiting for review",
893
- "targetDate": "Target date",
894
- "targetDateDescription": "Operational project deadline.",
895
- "loadMore": "Load more events",
896
- "emptyTitle": "No activity to show",
897
- "empty": "There is not enough operational activity yet to build a timeline.",
898
- "filters": {
899
- "all": "All events",
900
- "task": "Tasks",
901
- "status": "Status",
902
- "timesheet": "Timesheets",
903
- "approval": "Approvals",
904
- "comment": "Comments"
905
- },
906
- "types": {
907
- "task": "Task",
908
- "timesheet": "Timesheet",
909
- "approval": "Approval",
910
- "comment": "Comment",
911
- "status": "Status"
912
- }
913
- },
914
- "teamPanel": {
915
- "available": "Available",
916
- "highAllocation": "High allocation",
917
- "overload": "Overload",
918
- "usedHours": "Used hours",
919
- "availability": "Availability",
920
- "overloadWarning": "{value}% above recommended capacity.",
921
- "status": {
922
- "available": "Available",
923
- "high": "High load",
924
- "overload": "Overload"
925
- }
926
- },
927
- "quickRadar": {
928
- "activeAssignments": "Active assignments",
929
- "timesheetPendencies": "Timesheet pendencies",
930
- "plannedWeeklyHours": "Planned weekly hours"
931
- },
932
- "taskForm": {
933
- "titleNew": "New task",
934
- "titleEdit": "Edit task",
935
- "nameLabel": "Name",
936
- "namePlaceholder": "Task name",
937
- "descriptionLabel": "Description",
938
- "descriptionPlaceholder": "Optional description",
939
- "priorityLabel": "Priority",
940
- "columnLabel": "Column",
941
- "deadlineLabel": "Deadline",
942
- "estimateLabel": "Estimate (h)",
943
- "tagsLabel": "Tags",
944
- "tagsPlaceholder": "planning, client, design (comma-separated)",
945
- "attachmentsLabel": "Attachments",
946
- "saving": "Saving..."
947
- },
948
- "dialogs": {
949
- "archiveTitle": "Archive task",
950
- "archiveDescription": "The task will be moved to the archived list. If needed, you can also permanently delete it now.",
951
- "deleteTitle": "Delete task",
952
- "deleteDescription": "Are you sure you want to permanently delete this task? This action cannot be undone."
953
- },
954
- "emptyArchivedDescription": "There are no archived tasks in this project."
955
- },
956
- "ContractsPage": {
957
- "title": "Contracts",
958
- "description": "Lean contract management with name, file, status, and fast preview access.",
959
- "breadcrumb": "Contracts",
960
- "searchPlaceholder": "Search contracts by name or file...",
961
- "emptyDescription": "No contracts match the current filters.",
962
- "cards": {
963
- "total": "Total contracts",
964
- "active": "Active contracts",
965
- "inactive": "Inactive contracts",
966
- "withFile": "With file"
967
- },
968
- "viewMode": "View mode",
969
- "viewModeTable": "Table",
970
- "viewModeCards": "Cards",
971
- "columns": {
972
- "title": "Title",
973
- "file": "File",
974
- "code": "Code",
975
- "type": "Type",
976
- "origin": "Origin",
977
- "template": "Template",
978
- "party": "Main related party",
979
- "signatureStatus": "Signature status",
980
- "active": "Active",
981
- "financials": "Financial summary"
982
- },
983
- "actions": {
984
- "preview": "Preview",
985
- "downloadPdf": "Download PDF",
986
- "uploadPdf": "Upload PDF",
987
- "duplicate": "Duplicate",
988
- "archive": "Archive",
989
- "delete": "Delete"
990
- },
991
- "filters": {
992
- "originType": "Origin type"
993
- },
994
- "sheet": {
995
- "createTitle": "New Contract",
996
- "editTitle": "Edit Contract",
997
- "duplicateTitle": "Duplicate Contract",
998
- "description": "Manage the contract in a side panel without leaving the main list."
999
- },
1000
- "wizard": {
1001
- "title": "Contract creation assistant",
1002
- "description": "Choose how to start: upload an existing document, use a saved template, or create the contract from scratch.",
1003
- "options": {
1004
- "upload": {
1005
- "title": "I already have a PDF or Word file",
1006
- "description": "Upload an existing contract so the system can extract data and let you review it before saving."
1007
- },
1008
- "template": {
1009
- "title": "I want to use a template",
1010
- "description": "Start from a saved template and adjust the form as needed."
1011
- },
1012
- "blank": {
1013
- "title": "I want to create it from scratch",
1014
- "description": "Open a blank form for a fully custom contract."
1015
- }
1016
- },
1017
- "upload": {
1018
- "title": "Upload an existing contract",
1019
- "description": "Add a PDF or DOCX file. AI can suggest a draft, but you still review everything before saving.",
1020
- "selectFile": "Select file",
1021
- "supportedFiles": "Supported formats: PDF, DOC, and DOCX.",
1022
- "aiReady": "AI-assisted extraction is ready with {provider}.",
1023
- "aiUnavailable": "No AI provider is configured yet. You can still continue manually with the file attached.",
1024
- "promptMessage": "Analyze the attached contract and extract a structured draft for the contract form."
1025
- },
1026
- "template": {
1027
- "title": "Start with a template",
1028
- "description": "Select a saved template to open the form with an initial structure already filled in.",
1029
- "placeholder": "Select a template",
1030
- "noDescription": "This template does not have a description yet."
1031
- },
1032
- "blank": {
1033
- "title": "Custom creation",
1034
- "description": "Open an empty form and fill in the contract manually.",
1035
- "helper": "Best for brand-new agreements, uncommon scenarios, or when you want full control from the start."
1036
- },
1037
- "review": {
1038
- "title": "Mandatory review before saving",
1039
- "description": "Check the AI suggestions in the form before you finish creating the contract.",
1040
- "missingFields": "Fields that still need attention",
1041
- "warnings": "Extraction warnings"
1042
- },
1043
- "actions": {
1044
- "extractWithAi": "Extract with AI",
1045
- "reviewInForm": "Review in form",
1046
- "continueManual": "Continue manually",
1047
- "skipToBlank": "Skip to blank form",
1048
- "useTemplate": "Use template",
1049
- "startBlank": "Open blank form"
1050
- },
1051
- "messages": {
1052
- "missingFile": "Select a PDF, DOC, or DOCX file to continue.",
1053
- "missingAiConfiguration": "Configure OpenAI or Gemini to use assisted extraction.",
1054
- "extractSuccess": "Draft extracted successfully using {provider}.",
1055
- "extractError": "Unable to extract data from the document. You can still continue manually."
1056
- }
1057
- },
1058
- "messages": {
1059
- "statusSuccess": "Contract status updated successfully.",
1060
- "statusError": "Unable to update contract status.",
1061
- "uploadSuccess": "Contract PDF uploaded successfully.",
1062
- "uploadError": "Unable to upload the contract PDF.",
1063
- "noPdf": "No PDF is currently available for this contract.",
1064
- "deleteSuccess": "Contract deleted successfully.",
1065
- "deleteError": "Unable to delete the contract.",
1066
- "confirmDeleteTitle": "Delete contract?",
1067
- "confirmDeleteDescription": "This action will remove \"{name}\" from the contract list."
1068
- }
1069
- },
1070
- "ContractTemplatesPage": {
1071
- "title": "Contract Templates",
1072
- "description": "Manage reusable RichText templates with default metadata and AI assistance.",
1073
- "breadcrumb": "Contract Templates",
1074
- "searchPlaceholder": "Search template, code, description, or type...",
1075
- "emptyDescription": "No templates match the current filters.",
1076
- "noAccessDescription": "Director permissions are required to manage contract templates.",
1077
- "cards": {
1078
- "total": "Total templates",
1079
- "active": "Active templates",
1080
- "draft": "Draft templates",
1081
- "archived": "Archived"
1082
- },
1083
- "columns": {
1084
- "name": "Template",
1085
- "code": "Code",
1086
- "type": "Type",
1087
- "usageCount": "Usage",
1088
- "updatedAt": "Updated at"
1089
- },
1090
- "filters": {
1091
- "type": "Contract type"
1092
- },
1093
- "sheet": {
1094
- "createTitle": "New Contract Template",
1095
- "editTitle": "Edit Contract Template",
1096
- "description": "Keep reusable models ready for faster project contracts and drafts."
1097
- },
1098
- "viewMode": "View mode",
1099
- "viewModeTable": "Table",
1100
- "viewModeCards": "Grid",
1101
- "messages": {
1102
- "statusSuccess": "Template status updated successfully.",
1103
- "statusError": "Unable to update template status."
1104
- }
1105
- },
1106
- "ContractTemplateFormPage": {
1107
- "newTitle": "New Contract Template",
1108
- "editTitle": "Edit Contract Template",
1109
- "breadcrumb": "Contract Template Form",
1110
- "description": "Define reusable base text and default metadata for future project contracts.",
1111
- "noAccessDescription": "Director permissions are required to manage contract templates.",
1112
- "loading": "Loading template...",
1113
- "sections": {
1114
- "overview": "Template details",
1115
- "overviewDescription": "Default metadata that will be applied when a new contract starts from this template.",
1116
- "editor": "Template content",
1117
- "editorDescription": "Edit the reusable RichText base and keep placeholders like client_name and project_name when useful.",
1118
- "preview": "Preview",
1119
- "previewDescription": "Live preview of the reusable template content."
1120
- },
1121
- "fields": {
1122
- "code": "Code",
1123
- "name": "Template name",
1124
- "description": "Description",
1125
- "contractCategory": "Category",
1126
- "contractType": "Type",
1127
- "signatureStatus": "Default signature status",
1128
- "isActive": "Active template",
1129
- "isActiveDescription": "Disable it to hide the template from selectors without losing its history."
1130
- },
1131
- "placeholders": {
1132
- "code": "Ex: MSA-SAAS",
1133
- "name": "Ex: Standard service agreement",
1134
- "description": "Explain when this template should be used and which data it covers"
1135
- },
1136
- "messages": {
1137
- "requiredFields": "Template name is required.",
1138
- "createSuccess": "Template created successfully.",
1139
- "createError": "Unable to create the template.",
1140
- "updateSuccess": "Template updated successfully.",
1141
- "updateError": "Unable to update the template."
1142
- }
1143
- },
1144
- "ContractFormPage": {
1145
- "newTitle": "New Contract",
1146
- "editTitle": "Edit Contract",
1147
- "duplicateTitle": "Duplicate Contract",
1148
- "breadcrumb": "Contract Form",
1149
- "description": "Create or update contracts with a direct flow for name, file, and status.",
1150
- "noAccessDescription": "Director permissions are required to manage contracts.",
1151
- "loading": "Loading contract data...",
1152
- "tabs": {
1153
- "preview": "Preview",
1154
- "overview": "Overview",
1155
- "parties": "Parties",
1156
- "signatures": "Signatures",
1157
- "financials": "Financials",
1158
- "documents": "Documents",
1159
- "revisions": "Revisions",
1160
- "editor": "Editor"
1161
- },
1162
- "sections": {
1163
- "overview": "Overview",
1164
- "overviewDescription": "Core registry, lifecycle, origin, and ownership fields.",
1165
- "simpleDescription": "Only name, file, and status are editable here. Existing contract relationships are preserved when saving.",
1166
- "parties": "Parties",
1167
- "partiesDescription": "Main people and companies related to this contract.",
1168
- "signatures": "Signatures",
1169
- "signaturesDescription": "Signer roster and signature progress.",
1170
- "financials": "Financial terms",
1171
- "financialsDescription": "Track values, revenues, payments, and fines.",
1172
- "documents": "Documents",
1173
- "documentsDescription": "Upload or replace the current contract document (PDF, DOC, or DOCX).",
1174
- "revisions": "Amendments / renewals",
1175
- "revisionsDescription": "Track addendums, amendments, and renewals.",
1176
- "editor": "Contract editor",
1177
- "editorDescription": "Edit the contract content in rich text.",
1178
- "preview": "Preview",
1179
- "previewDescription": "Live preview of the rich text contract content."
1180
- },
1181
- "fields": {
1182
- "code": "Code",
1183
- "name": "Contract title",
1184
- "clientName": "Client name",
1185
- "relationsPreserved": "Relationships preserved",
1186
- "contractTemplate": "Contract template",
1187
- "contractTemplateDescription": "Select a reusable template to prefill the initial metadata and content for this contract.",
1188
- "contractCategory": "Category",
1189
- "contractType": "Type",
1190
- "originType": "Origin type",
1191
- "originId": "Origin ID",
1192
- "signatureStatus": "Signature status",
1193
- "isActive": "Active contract",
1194
- "isActiveDescription": "Use this to deactivate or reactivate the contract without deleting its registry entry.",
1195
- "budgetAmount": "Budget amount",
1196
- "monthlyHourCap": "Monthly hour cap",
1197
- "effectiveDate": "Effective date",
1198
- "signedAt": "Signed at",
1199
- "partyDisplayName": "Party name",
1200
- "partyRole": "Party role",
1201
- "partyType": "Party type",
1202
- "documentNumber": "Document number",
1203
- "email": "Email",
1204
- "phone": "Phone",
1205
- "isPrimaryParty": "Primary related party",
1206
- "signerName": "Signer name",
1207
- "signerRole": "Signer role",
1208
- "signerEmail": "Signer email",
1209
- "signatureItemStatus": "Signature status",
1210
- "financialLabel": "Financial label",
1211
- "termType": "Financial type",
1212
- "amount": "Amount",
1213
- "recurrence": "Recurrence",
1214
- "dueDay": "Due day",
1215
- "notes": "Notes",
1216
- "revisionTitle": "Revision title",
1217
- "revisionType": "Revision type",
1218
- "revisionStatus": "Revision status",
1219
- "summary": "Summary"
1220
- },
1221
- "labels": {
1222
- "projectsCount": "{count} project(s)",
1223
- "partiesCount": "{count} party relation(s)",
1224
- "signaturesCount": "{count} signature(s)",
1225
- "documentsCount": "{count} document(s)"
1226
- },
1227
- "options": {
1228
- "contractCategories": {
1229
- "employee": "Employee",
1230
- "contractor": "Contractor",
1231
- "client": "Client",
1232
- "supplier": "Supplier",
1233
- "vendor": "Vendor",
1234
- "partner": "Partner",
1235
- "internal": "Internal",
1236
- "other": "Other"
1237
- },
1238
- "contractTypes": {
1239
- "clt": "CLT",
1240
- "pj": "PJ",
1241
- "freelancer_agreement": "Freelancer agreement",
1242
- "service_agreement": "Service agreement",
1243
- "fixed_term": "Fixed term",
1244
- "recurring_service": "Recurring service",
1245
- "nda": "NDA",
1246
- "amendment": "Amendment",
1247
- "addendum": "Addendum",
1248
- "other": "Other"
1249
- },
1250
- "signatureStatuses": {
1251
- "not_started": "Not started",
1252
- "pending": "Pending",
1253
- "partially_signed": "Partially signed",
1254
- "signed": "Signed",
1255
- "expired": "Expired",
1256
- "rejected": "Rejected"
1257
- },
1258
- "billingModels": {
1259
- "time_and_material": "Time and material",
1260
- "monthly_retainer": "Monthly retainer",
1261
- "fixed_price": "Fixed price"
1262
- },
1263
- "statuses": {
1264
- "draft": "Draft",
1265
- "under_review": "Under review",
1266
- "active": "Active",
1267
- "renewal": "Renewal",
1268
- "expired": "Expired",
1269
- "closed": "Closed",
1270
- "archived": "Archived"
1271
- },
1272
- "partyRoles": {
1273
- "employee": "Employee",
1274
- "employer": "Employer",
1275
- "client": "Client",
1276
- "supplier": "Supplier",
1277
- "vendor": "Vendor",
1278
- "partner": "Partner",
1279
- "witness": "Witness",
1280
- "internal_owner": "Internal owner",
1281
- "other": "Other"
1282
- },
1283
- "financialTermTypes": {
1284
- "value": "Value",
1285
- "payment": "Payment",
1286
- "revenue": "Revenue",
1287
- "fine": "Fine",
1288
- "other": "Other"
1289
- },
1290
- "recurrences": {
1291
- "one_time": "One time",
1292
- "monthly": "Monthly",
1293
- "quarterly": "Quarterly",
1294
- "yearly": "Yearly",
1295
- "other": "Other"
1296
- },
1297
- "creationModes": {
1298
- "blank": "Blank",
1299
- "template": "Template",
1300
- "upload": "Upload",
1301
- "duplicate": "Duplicate"
1302
- },
1303
- "extractionStatuses": {
1304
- "pending": "Pending",
1305
- "processing": "Processing",
1306
- "completed": "Completed",
1307
- "failed": "Failed",
1308
- "skipped": "Skipped"
1309
- },
1310
- "documentTypes": {
1311
- "source_upload": "Primary document",
1312
- "generated_pdf": "Generated PDF",
1313
- "attachment": "Attachment",
1314
- "other": "Other"
1315
- },
1316
- "historyActions": {
1317
- "created": "Created",
1318
- "updated": "Updated",
1319
- "deleted": "Deleted"
1320
- }
1321
- },
1322
- "messages": {
1323
- "requiredFields": "The contract name is required.",
1324
- "createSuccess": "Contract created successfully.",
1325
- "createError": "Unable to create the contract.",
1326
- "updateSuccess": "Contract updated successfully.",
1327
- "updateError": "Unable to update the contract.",
1328
- "pdfHint": "Upload one or more PDF, DOC, or DOCX files. The first file becomes the main contract document and the others are saved as attachments.",
1329
- "pdfReady": "Document ready to save: {name}"
1330
- }
1331
- },
1332
- "ContractContentEditor": {
1333
- "assistantTitle": "AI content assistant",
1334
- "assistantDescription": "Describe what you need and the text will be generated automatically using {provider}.",
1335
- "promptPlaceholder": "Example: Draft a monthly service agreement with scope, payment, confidentiality, SLA, and termination clauses.",
1336
- "emptyPreview": "There is no contract content yet.",
1337
- "suggestedPrompt": "Create a professional draft for {subject} with clear language and concise sections.",
1338
- "actions": {
1339
- "useSuggestion": "Suggest prompt",
1340
- "generate": "Generate text"
1341
- },
1342
- "messages": {
1343
- "missingConfiguration": "Configure an AI provider in settings to use this action.",
1344
- "missingPrompt": "Enter a prompt before generating the text.",
1345
- "generateSuccess": "Content updated with {provider}.",
1346
- "generateError": "Unable to generate the content with AI."
1347
- }
1348
- },
1349
- "ContractDetailsPage": {
1350
- "title": "Contract Details",
1351
- "breadcrumb": "Contract Details",
1352
- "description": "Download contract files and review linked relationships.",
1353
- "notFound": "The requested contract could not be found or is not visible in your access scope.",
1354
- "tabs": {
1355
- "overview": "Overview",
1356
- "parties": "Parties",
1357
- "signatures": "Signatures",
1358
- "financials": "Financials",
1359
- "documents": "Documents",
1360
- "revisions": "Revisions",
1361
- "history": "History",
1362
- "preview": "Preview"
1363
- },
1364
- "sections": {
1365
- "preview": "Contract preview",
1366
- "overview": "Overview",
1367
- "parties": "Parties",
1368
- "signatures": "Signatures",
1369
- "financials": "Financials",
1370
- "documents": "Documents",
1371
- "revisions": "Amendments / renewals",
1372
- "history": "History / Audit"
1373
- },
1374
- "actions": {
1375
- "preview": "Preview",
1376
- "downloadPdf": "Download PDF",
1377
- "download": "Download"
1378
- },
1379
- "labels": {
1380
- "origin": "Origin",
1381
- "mainParty": "Main related party",
1382
- "contractType": "Contract type",
1383
- "signatureStatus": "Signature status",
1384
- "activeState": "Active state",
1385
- "active": "Active",
1386
- "inactive": "Inactive",
1387
- "partyRole": "Party role",
1388
- "partyType": "Party type",
1389
- "documentNumber": "Document number",
1390
- "signer": "Signer",
1391
- "signedAt": "Signed at",
1392
- "value": "Value",
1393
- "payment": "Payments",
1394
- "revenue": "Revenue",
1395
- "fine": "Fines",
1396
- "revision": "Revision"
1397
- },
1398
- "states": {
1399
- "previewUnavailable": "There is no PDF available to preview for this contract yet.",
1400
- "noParties": "No parties are linked to this contract yet.",
1401
- "noSignatures": "No signatures are registered yet.",
1402
- "noDocuments": "No contract documents are available yet.",
1403
- "noRevisions": "No amendments, renewals, or revisions are linked yet.",
1404
- "noHistory": "No audit history is available yet."
1405
- },
1406
- "historyNotes": {
1407
- "manualCreated": "Manual contract created from the registry.",
1408
- "registryUpdated": "Contract registry data updated.",
1409
- "documentsRemoved": "Contract files removed."
1410
- }
1411
- },
1412
- "TimesheetsPage": {
1413
- "title": "Timesheets",
1414
- "description": "Log project work one day at a time, keep drafts organized, and submit them when ready.",
1415
- "breadcrumb": "Timesheets",
1416
- "searchPlaceholder": "Search collaborator, project, task, approver, or notes...",
1417
- "emptyDescription": "No timesheets match the current filters.",
1418
- "sheet": {
1419
- "createTitle": "Quick entry",
1420
- "editTitle": "Edit entry",
1421
- "description": "Choose the project, task, date, and duration to log work with minimal friction.",
1422
- "fields": {
1423
- "project": "Project",
1424
- "task": "Task",
1425
- "duration": "Duration",
1426
- "unit": "Unit",
1427
- "hours": "Hours",
1428
- "minutes": "Minutes"
1429
- },
1430
- "placeholders": {
1431
- "project": "Search by project or client...",
1432
- "projectSearch": "Type to search projects...",
1433
- "task": "Search or select a task",
1434
- "taskSearch": "Type to search tasks...",
1435
- "duration": "Example: 1.5",
1436
- "description": "Optional context for this work log"
1437
- },
1438
- "helper": {
1439
- "task": "Only tasks from the selected project assignment appear here.",
1440
- "selectProjectFirst": "Select a project first to load or create tasks.",
1441
- "keepContext": "Keep project, task, and date after saving",
1442
- "keepContextDescription": "Best for logging several entries for the same day in sequence."
1443
- },
1444
- "validation": {
1445
- "descriptionMaxLength": "The description can have at most 500 characters."
1446
- },
1447
- "task": {
1448
- "title": "Quick task",
1449
- "description": "Create a task for the current project assignment without leaving the timesheet flow.",
1450
- "projectLabel": "Selected project",
1451
- "name": "Task name",
1452
- "descriptionLabel": "Task description",
1453
- "createAction": "New task",
1454
- "submit": "Create task",
1455
- "placeholders": {
1456
- "name": "Example: Client review, bug fix, deployment",
1457
- "description": "Optional details about this task"
1458
- },
1459
- "validation": {
1460
- "nameMinLength": "Enter at least 2 characters for the task name.",
1461
- "descriptionMaxLength": "The task description can have at most 500 characters."
1462
- }
1463
- }
1464
- },
1465
- "entries": {
1466
- "title": "Entry details",
1467
- "description": "Attach each work log to an active project assignment while keeping the description optional.",
1468
- "projectHint": "Projects with active assignments appear here automatically.",
1469
- "activityPlaceholder": "Example: Standup, implementation, QA, client sync"
1470
- },
1471
- "details": {
1472
- "title": "Timesheet details",
1473
- "description": "Review the submitted summary and the list of entries linked to this day.",
1474
- "period": "Day",
1475
- "entriesTitle": "Day entries",
1476
- "noEntries": "No entries are linked to this timesheet."
1477
- },
1478
- "recentEntries": {
1479
- "title": "Recent entries",
1480
- "description": "Your newest work logs appear here right after saving.",
1481
- "empty": "Your recent entries will appear here.",
1482
- "loading": "Loading recent entries..."
1483
- },
1484
- "actions": {
1485
- "viewDetails": "View details"
1486
- },
1487
- "cards": {
1488
- "visible": "Visible timesheets",
1489
- "visibleDescription": "Daily records visible to your role scope.",
1490
- "pending": "Pending review",
1491
- "pendingDescription": "Submitted and waiting for a supervisor decision.",
1492
- "hours": "Logged hours",
1493
- "hoursDescription": "Total work hours across all visible timesheets."
1494
- },
1495
- "viewMode": "View mode",
1496
- "viewModeTable": "Table",
1497
- "viewModeCards": "Grid",
1498
- "viewModeCalendar": "Calendar",
1499
- "messages": {
1500
- "requiredFields": "Project, task, date, and duration are required.",
1501
- "collaboratorContextRequired": "Your user must be linked to a collaborator profile to report time.",
1502
- "entryValidation": "Enter a valid duration greater than zero.",
1503
- "selectProjectRequired": "Select a project assignment first.",
1504
- "selectTaskRequired": "Select or create a task first.",
1505
- "selectProjectFirst": "Select a project before creating a task.",
1506
- "projectLoadError": "Unable to load the available projects.",
1507
- "taskLoadError": "Unable to load the available tasks.",
1508
- "saveSuccess": "Entry saved successfully.",
1509
- "saveError": "Unable to save the entry.",
1510
- "updateSuccess": "Entry updated successfully.",
1511
- "updateError": "Unable to update the entry.",
1512
- "deleteSuccess": "Entry deleted successfully.",
1513
- "deleteError": "Unable to delete the entry.",
1514
- "confirmDeleteTitle": "Delete entry?",
1515
- "confirmDeleteDescription": "This will remove the entry for \"{name}\" from the current draft.",
1516
- "submitSuccess": "Timesheet submitted successfully.",
1517
- "submitError": "Unable to submit the timesheet.",
1518
- "taskCreateSuccess": "Task created successfully.",
1519
- "taskCreateError": "Unable to create the task."
1520
- },
1521
- "statuses": {
1522
- "draft": "Draft",
1523
- "submitted": "Pending review",
1524
- "approved": "Approved",
1525
- "rejected": "Not approved"
1526
- }
1527
- },
1528
- "ApprovalsPage": {
1529
- "title": "Approvals",
1530
- "description": "Review submitted workforce requests and make supervisor decisions.",
1531
- "breadcrumb": "Approvals",
1532
- "searchPlaceholder": "Search requester, target, approver, or note...",
1533
- "noAccessDescription": "Supervisor or director permissions are required to review approvals.",
1534
- "emptyDescription": "No approvals match the current filters.",
1535
- "cards": {
1536
- "pending": "Pending",
1537
- "pendingDescription": "Submitted requests waiting for a supervisor decision.",
1538
- "approved": "Approved",
1539
- "approvedDescription": "Requests that received a positive decision.",
1540
- "rejected": "Rejected",
1541
- "rejectedDescription": "Requests that were not approved by the supervisor."
1542
- },
1543
- "dialog": {
1544
- "approveTitle": "Approve request",
1545
- "rejectTitle": "Reject request",
1546
- "description": "Add an optional note for {requester}'s request: {target}.",
1547
- "notePlaceholder": "e.g. Approved for the requested period. Check your calendar for team coverage."
1548
- },
1549
- "details": {
1550
- "title": "Approval details",
1551
- "description": "Review the submitted request, the informed day, and the approver response.",
1552
- "period": "Day",
1553
- "projects": "Linked projects",
1554
- "decidedAt": "Decided at"
1555
- },
1556
- "options": {
1557
- "statuses": {
1558
- "pending": "Pending",
1559
- "approved": "Approved",
1560
- "rejected": "Rejected",
1561
- "cancelled": "Cancelled"
1562
- },
1563
- "targetTypes": {
1564
- "timesheet": "Timesheet",
1565
- "time_off_request": "Time-off request",
1566
- "schedule_adjustment_request": "Schedule adjustment"
1567
- },
1568
- "timeOffTypes": {
1569
- "vacation": "Vacation",
1570
- "personal_time": "Personal time",
1571
- "sick_leave": "Sick leave",
1572
- "unpaid_leave": "Unpaid leave",
1573
- "other": "Other"
1574
- },
1575
- "scheduleScopes": {
1576
- "temporary": "Temporary",
1577
- "permanent": "Permanent"
1578
- }
1579
- },
1580
- "actions": {
1581
- "viewDetails": "View details"
1582
- },
1583
- "viewMode": "View mode",
1584
- "viewModeTable": "Table",
1585
- "viewModeCards": "Grid",
1586
- "viewModeCalendar": "Calendar",
1587
- "messages": {
1588
- "approveSuccess": "Approval completed successfully.",
1589
- "approveError": "Unable to approve the request.",
1590
- "rejectSuccess": "Request rejected successfully.",
1591
- "rejectError": "Unable to reject the request."
1592
- }
1593
- },
1594
- "TimeOffPage": {
1595
- "title": "Time Off",
1596
- "description": "Request vacation or other leave and track what is awaiting review, approved, or not approved.",
1597
- "breadcrumb": "Time Off",
1598
- "searchPlaceholder": "Search collaborator, approver, reason, or request type...",
1599
- "emptyDescription": "No time-off requests match the current filters.",
1600
- "sheet": {
1601
- "title": "Create time-off request",
1602
- "description": "Vacation stays in this same flow. Choose the dates, add context if needed, and your supervisor will review it.",
1603
- "helperTitle": "Use this same form for vacation",
1604
- "helperDescription": "Keep vacation, sick leave, personal time, and other absences in one place so the status history stays easy to follow.",
1605
- "reasonPlaceholder": "Add any context that will help your supervisor review this request."
1606
- },
1607
- "details": {
1608
- "title": "Time-off details",
1609
- "description": "Review the requested period, the calculated days, and the approver feedback.",
1610
- "period": "Period"
1611
- },
1612
- "cards": {
1613
- "submitted": "Awaiting review",
1614
- "submittedDescription": "Requests sent and pending a supervisor decision.",
1615
- "approved": "Approved requests",
1616
- "approvedDescription": "Requests that were approved and counted in capacity.",
1617
- "days": "Requested days",
1618
- "daysDescription": "Total calendar days across all submitted requests."
1619
- },
1620
- "options": {
1621
- "requestTypes": {
1622
- "vacation": "Vacation",
1623
- "personal_time": "Personal time",
1624
- "sick_leave": "Sick leave",
1625
- "unpaid_leave": "Unpaid leave",
1626
- "other": "Other"
1627
- },
1628
- "statuses": {
1629
- "draft": "Draft",
1630
- "submitted": "Awaiting review",
1631
- "approved": "Approved",
1632
- "rejected": "Not approved",
1633
- "cancelled": "Cancelled"
1634
- }
1635
- },
1636
- "statusHelp": {
1637
- "submitted": "Waiting for supervisor review.",
1638
- "approved": "Approved and kept in your history.",
1639
- "rejected": "Check the manager notes for next steps."
1640
- },
1641
- "viewMode": "View mode",
1642
- "viewModeTable": "Table",
1643
- "viewModeCards": "Grid",
1644
- "actions": {
1645
- "viewDetails": "View details"
1646
- },
1647
- "messages": {
1648
- "requiredFields": "Start date and end date are required.",
1649
- "saveSuccess": "Time-off request submitted successfully.",
1650
- "saveError": "Unable to submit the time-off request."
1651
- }
1652
- },
1653
- "ScheduleAdjustmentsPage": {
1654
- "title": "Schedule Adjustments",
1655
- "description": "Request temporary or permanent weekly schedule changes and compare the current vs requested schedule clearly.",
1656
- "breadcrumb": "Schedule Adjustments",
1657
- "searchPlaceholder": "Search collaborator, approver, scope, or reason...",
1658
- "emptyDescription": "No schedule adjustment requests match the current filters.",
1659
- "sheet": {
1660
- "title": "Create schedule adjustment",
1661
- "description": "Share the days and hours you want to change. Your supervisor will compare this request with your current weekly schedule.",
1662
- "reasonPlaceholder": "Briefly explain why this schedule change is needed."
1663
- },
1664
- "details": {
1665
- "title": "Adjustment details",
1666
- "description": "Compare the current and requested schedule and review the context sent for approval."
1667
- },
1668
- "cards": {
1669
- "submitted": "Awaiting review",
1670
- "submittedDescription": "Adjustment requests sent and waiting for approval.",
1671
- "approved": "Approved requests",
1672
- "approvedDescription": "Adjustments that were accepted and applied.",
1673
- "permanent": "Permanent requests",
1674
- "permanentDescription": "Requests for a lasting schedule change (not just one period)."
1675
- },
1676
- "options": {
1677
- "requestScopes": {
1678
- "temporary": "Temporary change",
1679
- "permanent": "Permanent update"
1680
- },
1681
- "statuses": {
1682
- "draft": "Draft",
1683
- "submitted": "Awaiting review",
1684
- "approved": "Approved",
1685
- "rejected": "Not approved",
1686
- "cancelled": "Cancelled"
1687
- }
1688
- },
1689
- "table": {
1690
- "currentSchedule": "Current schedule",
1691
- "requestedSchedule": "Requested schedule",
1692
- "scope": "Scope"
1693
- },
1694
- "scheduleEditor": {
1695
- "summaryLabel": "Requested weekly summary",
1696
- "daysPerWeek": "{count} working day(s) selected",
1697
- "helper": "Turn a day off if you will not work it. Start, end, and break values are only used for enabled working days.",
1698
- "startTime": "Start",
1699
- "endTime": "End",
1700
- "breakMinutes": "Break (min)"
1701
- },
1702
- "statusHelp": {
1703
- "submitted": "Waiting for supervisor review.",
1704
- "approved": "Approved and kept in your history.",
1705
- "rejected": "Check the manager notes for next steps."
1706
- },
1707
- "viewMode": "View mode",
1708
- "viewModeTable": "Table",
1709
- "viewModeCards": "Grid",
1710
- "actions": {
1711
- "viewDetails": "View details"
1712
- },
1713
- "messages": {
1714
- "requiredFields": "An effective start date is required.",
1715
- "saveSuccess": "Schedule adjustment submitted successfully.",
1716
- "saveError": "Unable to submit the schedule adjustment."
1717
- }
1718
- },
1719
- "TeamPage": {
1720
- "title": "Team",
1721
- "description": "Supervisor view of direct reports, assignments, and pending approvals.",
1722
- "breadcrumb": "Team",
1723
- "noAccessDescription": "Supervisor or director permissions are required to view the team panel.",
1724
- "emptyDescription": "No direct reports are linked to this supervisor yet.",
1725
- "cards": {
1726
- "members": "Team members",
1727
- "membersDescription": "Direct reports linked to this supervisor.",
1728
- "projects": "Visible projects",
1729
- "projectsDescription": "Active projects linked to at least one team member.",
1730
- "pendingApprovals": "Pending approvals",
1731
- "pendingApprovalsDescription": "Requests waiting for supervisor action.",
1732
- "timeOff": "Time-off queue",
1733
- "timeOffDescription": "Time-off requests pending review.",
1734
- "scheduleAdjustments": "Schedule queue",
1735
- "scheduleAdjustmentsDescription": "Schedule change requests pending review.",
1736
- "timesheets": "Timesheets queue",
1737
- "timesheetsDescription": "Timesheets submitted and waiting for decision."
1738
- },
1739
- "sections": {
1740
- "requests": "Open requests",
1741
- "pendingApprovals": "Pending approvals queue",
1742
- "projects": "Team project coverage",
1743
- "timeOff": "Pending time-off requests",
1744
- "scheduleAdjustments": "Pending schedule changes"
1745
- },
1746
- "labels": {
1747
- "timeOffRequestsCount": "{count} time-off request(s)",
1748
- "scheduleRequestsCount": "{count} schedule change request(s)",
1749
- "projectSummary": "{teamSize} collaborator(s) linked • {pendingTimesheets} pending timesheet(s)"
1750
- },
1751
- "states": {
1752
- "noPendingApprovals": "No pending approvals are assigned to this supervisor right now.",
1753
- "noProjects": "No active team-linked projects are visible yet.",
1754
- "noTimeOff": "No pending time-off requests were found.",
1755
- "noScheduleAdjustments": "No pending schedule adjustments were found."
1756
- }
1757
- },
1758
- "CollaboratorCostsSection": {
1759
- "title": "Collaborator costs",
1760
- "description": "Recurring or one-time costs associated with this collaborator beyond the base compensation.",
1761
- "empty": "No costs registered for this collaborator.",
1762
- "confirmDelete": "Remove this cost?",
1763
- "summary": {
1764
- "monthlyEstimate": "Est. monthly cost",
1765
- "allocatable": "Allocatable",
1766
- "nonAllocatable": "Non-allocatable",
1767
- "costPerHour": "Est. cost/hour"
1768
- },
1769
- "table": {
1770
- "type": "Type",
1771
- "amount": "Amount",
1772
- "recurrence": "Recurrence",
1773
- "allocatable": "Allocatable",
1774
- "validity": "Validity",
1775
- "actions": "Actions"
1776
- },
1777
- "fields": {
1778
- "costType": "Cost type",
1779
- "costTypeName": "Name",
1780
- "costTypeCode": "Code",
1781
- "costTypeDescription": "Description",
1782
- "category": "Category",
1783
- "description": "Description",
1784
- "amount": "Amount",
1785
- "recurrence": "Recurrence",
1786
- "startDate": "Start date",
1787
- "endDate": "End date",
1788
- "allocatable": "Allocatable (project cost)",
1789
- "depreciationMonths": "Depreciation months",
1790
- "notes": "Notes"
1791
- },
1792
- "placeholders": {
1793
- "costType": "Select or create a cost type",
1794
- "costTypeName": "Cost type name",
1795
- "costTypeCode": "e.g. INFRA-001",
1796
- "costTypeDescription": "Brief description (optional)",
1797
- "category": "e.g. Infrastructure, Benefits",
1798
- "description": "Brief description of this cost",
1799
- "depreciationMonths": "e.g. 12",
1800
- "notes": "Additional observations (optional)"
1801
- },
1802
- "hints": {
1803
- "depreciationMonths": "The one-time cost will be spread over this many months for the estimated monthly cost calculation."
1804
- },
1805
- "recurrence": {
1806
- "one_time": "One-time",
1807
- "monthly": "Monthly",
1808
- "yearly": "Yearly"
1809
- },
1810
- "validation": {
1811
- "required": "This field is required.",
1812
- "greaterThanZero": "Amount must be greater than zero.",
1813
- "endDateAfterStart": "End date must be after the start date.",
1814
- "positiveInteger": "Enter a whole number greater than zero."
1815
- },
1816
- "actions": {
1817
- "add": "Add cost",
1818
- "edit": "Edit cost",
1819
- "saving": "Saving…",
1820
- "createCostType": "Create cost type"
1821
- },
1822
- "messages": {
1823
- "createSuccess": "Cost added successfully.",
1824
- "updateSuccess": "Cost updated successfully.",
1825
- "deleteSuccess": "Cost removed successfully.",
1826
- "saveError": "Unable to save the cost.",
1827
- "deleteError": "Unable to remove the cost.",
1828
- "loadError": "Unable to load costs. Please try again."
1829
- }
1830
- },
1831
- "ProjectCostCategoriesPage": {
1832
- "title": "Cost Categories",
1833
- "description": "Manage the catalog of categories to classify project costs.",
1834
- "breadcrumb": "Cost Categories",
1835
- "searchPlaceholder": "Search category, slug or description...",
1836
- "emptyDescription": "No cost categories found.",
1837
- "noAccessDescription": "Director permissions are required to manage cost categories.",
1838
- "cards": {
1839
- "total": "Total categories",
1840
- "active": "Active categories",
1841
- "inactive": "Inactive categories"
1842
- },
1843
- "columns": {
1844
- "name": "Name",
1845
- "slug": "Slug",
1846
- "icon": "Icon",
1847
- "sortOrder": "Order",
1848
- "active": "Status",
1849
- "activeYes": "Active",
1850
- "activeNo": "Inactive"
1851
- },
1852
- "sheet": {
1853
- "createTitle": "Create cost category",
1854
- "editTitle": "Edit cost category",
1855
- "description": "Keep the category catalog organized for project cost type classification."
1856
- },
1857
- "filters": {
1858
- "allStatus": "All statuses",
1859
- "active": "Active",
1860
- "inactive": "Inactive"
1861
- },
1862
- "form": {
1863
- "name": "Name",
1864
- "namePlaceholder": "e.g. Infrastructure",
1865
- "slug": "Slug",
1866
- "slugPlaceholder": "e.g. infrastructure",
1867
- "description": "Description",
1868
- "descriptionPlaceholder": "Brief description of this category (optional)",
1869
- "icon": "Icon",
1870
- "iconPlaceholder": "e.g. server",
1871
- "color": "Color",
1872
- "sortOrder": "Display order",
1873
- "isActive": "Active"
1874
- },
1875
- "deleteDialog": {
1876
- "title": "Remove cost category?",
1877
- "description": "This action cannot be undone. Cost types linked to this category will become uncategorized."
1878
- },
1879
- "viewMode": "View",
1880
- "viewModeTable": "Table",
1881
- "viewModeCards": "Grid",
1882
- "messages": {
1883
- "requiredFields": "The category name is required.",
1884
- "saveSuccess": "Category saved successfully.",
1885
- "saveError": "Unable to save the category.",
1886
- "saving": "Saving…",
1887
- "deleteSuccess": "Category removed successfully.",
1888
- "deleteError": "Unable to remove the category.",
1889
- "deleting": "Removing…"
1890
- }
1891
- },
1892
- "ProjectCostTypesPage": {
1893
- "title": "Project Cost Types",
1894
- "description": "Manage the catalog of cost types used in projects.",
1895
- "breadcrumb": "Cost Types",
1896
- "searchPlaceholder": "Search type, code or description...",
1897
- "emptyDescription": "No project cost types found.",
1898
- "noAccessDescription": "Director permissions are required to manage cost types.",
1899
- "cards": {
1900
- "total": "Total types",
1901
- "active": "Active types",
1902
- "inactive": "Inactive types"
1903
- },
1904
- "columns": {
1905
- "code": "Code",
1906
- "name": "Name",
1907
- "category": "Category",
1908
- "defaultCalculationType": "Default calculation",
1909
- "active": "Status",
1910
- "activeYes": "Active",
1911
- "activeNo": "Inactive"
1912
- },
1913
- "filters": {
1914
- "allCategories": "All categories",
1915
- "allCalculationTypes": "All calculation types"
1916
- },
1917
- "calculationType": {
1918
- "fixed": "Fixed",
1919
- "unit": "Per unit",
1920
- "hourly": "Hourly",
1921
- "monthly": "Monthly",
1922
- "percentage": "Percentage"
1923
- },
1924
- "sheet": {
1925
- "createTitle": "Create cost type",
1926
- "editTitle": "Edit cost type",
1927
- "description": "Keep the cost type catalog organized for use in projects."
1928
- },
1929
- "form": {
1930
- "category": "Category",
1931
- "categoryPlaceholder": "Select a category (optional)",
1932
- "categoryNone": "No category",
1933
- "code": "Code",
1934
- "codePlaceholder": "e.g. INFRA-001",
1935
- "slug": "Slug",
1936
- "slugPlaceholder": "e.g. cloud-hosting",
1937
- "name": "Name",
1938
- "namePlaceholder": "e.g. Cloud hosting",
1939
- "description": "Description",
1940
- "descriptionPlaceholder": "Brief description (optional)",
1941
- "defaultUnit": "Default unit",
1942
- "defaultUnitPlaceholder": "e.g. hours, GB, units",
1943
- "defaultCalculationType": "Default calculation type",
1944
- "isRecurringAllowed": "Allow recurrence",
1945
- "sortOrder": "Display order",
1946
- "isActive": "Active"
1947
- },
1948
- "deleteDialog": {
1949
- "title": "Remove cost type?",
1950
- "description": "This action cannot be undone. Project costs linked to this type will be left without a type."
1951
- },
1952
- "viewMode": "View",
1953
- "viewModeTable": "Table",
1954
- "viewModeCards": "Grid",
1955
- "messages": {
1956
- "requiredFields": "The cost type name and code are required.",
1957
- "saveSuccess": "Cost type saved successfully.",
1958
- "saveError": "Unable to save the cost type.",
1959
- "saving": "Saving…",
1960
- "deleteSuccess": "Cost type removed successfully.",
1961
- "deleteError": "Unable to remove the cost type.",
1962
- "deleting": "Removing…"
1963
- }
1964
- },
1965
- "ProjectCostsSection": {
1966
- "title": "Project Costs",
1967
- "grandTotal": "Grand total",
1968
- "empty": "No costs recorded for this project.",
1969
- "emptyDescription": "Add planned, approved, realized, or cancelled costs to track the project budget.",
1970
- "uncategorized": "Uncategorized",
1971
- "columns": {
1972
- "description": "Description",
1973
- "type": "Type",
1974
- "calculationType": "Calculation",
1975
- "quantityAmount": "Qty × Amount",
1976
- "total": "Total",
1977
- "status": "Status"
1978
- },
1979
- "calculationType": {
1980
- "fixed": "Fixed",
1981
- "unit": "Per unit",
1982
- "hourly": "Hourly",
1983
- "monthly": "Monthly",
1984
- "percentage": "Percentage"
1985
- },
1986
- "recurrenceType": {
1987
- "none": "No recurrence",
1988
- "daily": "Daily",
1989
- "weekly": "Weekly",
1990
- "monthly": "Monthly",
1991
- "yearly": "Yearly"
1992
- },
1993
- "status": {
1994
- "planned": "Planned",
1995
- "approved": "Approved",
1996
- "realized": "Realized",
1997
- "cancelled": "Cancelled"
1998
- },
1999
- "fields": {
2000
- "costType": "Cost type",
2001
- "costTypePlaceholder": "Select a type (optional)",
2002
- "costTypeNone": "No type",
2003
- "category": "Category",
2004
- "categoryPlaceholder": "Select a category (optional)",
2005
- "categoryAutoFilled": "Auto-filled from the selected type",
2006
- "description": "Description",
2007
- "descriptionPlaceholder": "Brief description of the cost",
2008
- "amount": "Amount",
2009
- "amountCalculated": "Automatically calculated: quantity \u00d7 unit amount",
2010
- "currency": "Currency",
2011
- "quantity": "Quantity",
2012
- "unitAmount": "Unit amount",
2013
- "calculationType": "Calculation type",
2014
- "recurrenceType": "Recurrence type",
2015
- "isBillable": "Billable",
2016
- "isReimbursable": "Reimbursable",
2017
- "status": "Status",
2018
- "costDate": "Cost date",
2019
- "periodStart": "Period start",
2020
- "periodEnd": "Period end",
2021
- "notes": "Notes",
2022
- "notesPlaceholder": "Additional notes (optional)"
2023
- },
2024
- "actions": {
2025
- "add": "Add Cost",
2026
- "viewReport": "View Report"
2027
- },
2028
- "description": "Record a new cost linked to this project."
2029
- },
2030
- "deleteDialog": {
2031
- "title": "Remove project cost?",
2032
- "description": "This action cannot be undone."
2033
- },
2034
- "validation": {
2035
- "amountRequired": "The cost amount must be greater than zero."
2036
- },
2037
- "messages": {
2038
- "createSuccess": "Cost added successfully.",
2039
- "updateSuccess": "Cost updated successfully.",
2040
- "deleteSuccess": "Cost removed successfully.",
2041
- "saveError": "Unable to save the cost.",
2042
- "deleteError": "Unable to remove the cost.",
2043
- "saving": "Saving…",
2044
- "deleting": "Removing…"
2045
- },
2046
- "summary": {
2047
- "budgetAmount": "Budget",
2048
- "extraCostTotal": "Other Costs",
2049
- "totalProjectCost": "Total Cost",
2050
- "remainingBudget": "Remaining Budget",
2051
- "budgetUsagePercent": "Budget Usage",
2052
- "realizedTotal": "Realized",
2053
- "costByCategory": "Cost by Category",
2054
- "costByType": "Top Cost Types",
2055
- "costByMonth": "Monthly Evolution",
2056
- "statusBreakdown": "Planned × Approved × Realized",
2057
- "noData": "Not enough data"
2058
- }
2059
- }
2060
- ,
2061
- "ProjectCostReport": {
2062
- "title": "Project Cost Report",
2063
- "description": "Analyze and filter costs recorded for the project.",
2064
- "exportComingSoon": "Export (coming soon)",
2065
- "filters": "Filters",
2066
- "dateFrom": "Start date",
2067
- "dateTo": "End date",
2068
- "category": "Category",
2069
- "costType": "Cost Type",
2070
- "status": "Status",
2071
- "billable": "Billable",
2072
- "reimbursable": "Reimbursable",
2073
- "all": "All",
2074
- "yes": "Yes",
2075
- "no": "No",
2076
- "totalCost": "Total Cost",
2077
- "planned": "Planned",
2078
- "realized": "Realized",
2079
- "items": "items",
2080
- "chartByMonth": "Planned vs Realized by Month",
2081
- "chartByCategory": "Distribution by Category",
2082
- "top5Title": "Top 5 Costs",
2083
- "detailTitle": "Detailed List",
2084
- "emptyState": "No costs found for the selected filters.",
2085
- "colDescription": "Description",
2086
- "colCategory": "Category",
2087
- "colType": "Type",
2088
- "colStatus": "Status",
2089
- "colDate": "Date",
2090
- "colAmount": "Amount",
2091
- "colQuantity": "Qty",
2092
- "colTotal": "Total",
2093
- "colBillable": "Billable",
2094
- "colReimbursable": "Reimbursable",
2095
- "statuses": {
2096
- "planned": "Planned",
2097
- "approved": "Approved",
2098
- "realized": "Realized",
2099
- "cancelled": "Cancelled"
2100
- }
2101
- }
2102
- }