@wger-project/react-components 25.10.16 → 25.10.24

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 (28) hide show
  1. package/README.md +1 -1
  2. package/build/locales/de/translation.json +334 -334
  3. package/build/locales/en/translation.json +12 -2
  4. package/build/locales/fr/translation.json +347 -337
  5. package/build/locales/hr/translation.json +344 -244
  6. package/build/locales/it/translation.json +333 -333
  7. package/build/locales/ko/translation.json +327 -327
  8. package/build/locales/pt_PT/translation.json +330 -330
  9. package/build/locales/sl/translation.json +321 -321
  10. package/build/locales/ta/translation.json +325 -325
  11. package/build/locales/uk/translation.json +344 -334
  12. package/build/locales/zh_Hans/translation.json +332 -332
  13. package/build/main.js +137 -138
  14. package/build/main.js.map +1 -1
  15. package/package.json +1 -1
  16. package/src/components/Nutrition/widgets/IngredientAutcompleter.tsx +1 -1
  17. package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.tsx +15 -4
  18. package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.tsx +3 -3
  19. package/src/components/WorkoutRoutines/models/Day.ts +16 -6
  20. package/src/components/WorkoutRoutines/models/SlotEntry.ts +7 -2
  21. package/src/components/WorkoutRoutines/widgets/DayDetails.tsx +1 -1
  22. package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.tsx +8 -11
  23. package/src/components/WorkoutRoutines/widgets/forms/DayForm.tsx +21 -9
  24. package/src/components/WorkoutRoutines/widgets/forms/DayTypeSelect.tsx +66 -0
  25. package/src/components/WorkoutRoutines/widgets/forms/SessionForm.test.tsx +0 -2
  26. package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.test.tsx +12 -10
  27. package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.tsx +2 -1
  28. package/src/components/WorkoutRoutines/widgets/forms/SlotForm.tsx +1 -1
@@ -277,9 +277,19 @@
277
277
  "myo": "MYO",
278
278
  "partial": "Partial",
279
279
  "forced": "Forced",
280
- "tut": "TUT",
281
- "iso": "ISO",
280
+ "tut": "Time under tension",
281
+ "iso": "Isometric hold",
282
282
  "jump": "Jump"
283
+ },
284
+ "day": {
285
+ "custom": "Custom",
286
+ "enom": "Every minute on the minute",
287
+ "amrap": "As many rounds as possible",
288
+ "hiit": "High intensity interval training",
289
+ "tabata": "Tabata",
290
+ "edt": "Escalating density training",
291
+ "rft": "Rounds for time",
292
+ "afap": "As fast as possible"
283
293
  }
284
294
  },
285
295
  "measurements": {