@wger-project/react-components 25.10.16 → 25.11.17

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 (52) hide show
  1. package/README.md +1 -1
  2. package/build/chunks/{browser-ponyfill-DL_vVusK.js → browser-ponyfill-CyEkMYuR.js} +3 -3
  3. package/build/chunks/{browser-ponyfill-DL_vVusK.js.map → browser-ponyfill-CyEkMYuR.js.map} +1 -1
  4. package/build/locales/de/translation.json +334 -334
  5. package/build/locales/en/translation.json +12 -2
  6. package/build/locales/fil/translation.json +3 -0
  7. package/build/locales/fr/translation.json +347 -337
  8. package/build/locales/hr/translation.json +344 -244
  9. package/build/locales/it/translation.json +333 -333
  10. package/build/locales/ko/translation.json +327 -327
  11. package/build/locales/pt_PT/translation.json +330 -330
  12. package/build/locales/sk/translation.json +26 -1
  13. package/build/locales/sl/translation.json +321 -321
  14. package/build/locales/ta/translation.json +325 -325
  15. package/build/locales/uk/translation.json +344 -334
  16. package/build/locales/zh_Hans/translation.json +332 -332
  17. package/build/main.js +137 -236
  18. package/build/main.js.map +1 -1
  19. package/package.json +13 -13
  20. package/src/components/BodyWeight/Form/WeightForm.tsx +3 -4
  21. package/src/components/BodyWeight/WeightChart/index.tsx +26 -29
  22. package/src/components/Exercises/Detail/Head/ExerciseDeleteDialog.tsx +3 -4
  23. package/src/components/Exercises/ExerciseOverview.tsx +4 -4
  24. package/src/components/Exercises/Filter/NameAutcompleter.tsx +41 -39
  25. package/src/components/Exercises/Filter/NameAutocompleter.test.tsx +2 -1
  26. package/src/components/Measurements/Screens/MeasurementCategoryDetail.test.tsx +4 -2
  27. package/src/components/Measurements/widgets/MeasurementChart.tsx +27 -30
  28. package/src/components/Nutrition/components/BmiCalculator.tsx +40 -42
  29. package/src/components/Nutrition/widgets/IngredientAutcompleter.tsx +1 -1
  30. package/src/components/Nutrition/widgets/charts/MacrosPieChart.tsx +17 -19
  31. package/src/components/Nutrition/widgets/charts/NutritionDiaryChart.tsx +39 -38
  32. package/src/components/Nutrition/widgets/charts/NutritionalValuesDashboardChart.tsx +27 -29
  33. package/src/components/Nutrition/widgets/charts/NutritionalValuesPlannedLoggedChart.tsx +20 -19
  34. package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.tsx +15 -4
  35. package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.tsx +3 -3
  36. package/src/components/WorkoutRoutines/Detail/WorkoutStats.tsx +17 -19
  37. package/src/components/WorkoutRoutines/models/Day.ts +16 -6
  38. package/src/components/WorkoutRoutines/models/SlotEntry.ts +7 -2
  39. package/src/components/WorkoutRoutines/widgets/DayDetails.tsx +4 -4
  40. package/src/components/WorkoutRoutines/widgets/LogWidgets.tsx +35 -38
  41. package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.tsx +8 -11
  42. package/src/components/WorkoutRoutines/widgets/SlotDetails.tsx +4 -4
  43. package/src/components/WorkoutRoutines/widgets/forms/DayForm.tsx +21 -9
  44. package/src/components/WorkoutRoutines/widgets/forms/DayTypeSelect.tsx +66 -0
  45. package/src/components/WorkoutRoutines/widgets/forms/SessionForm.test.tsx +0 -2
  46. package/src/components/WorkoutRoutines/widgets/forms/SessionLogsForm.tsx +4 -4
  47. package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.test.tsx +12 -10
  48. package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.tsx +2 -1
  49. package/src/components/WorkoutRoutines/widgets/forms/SlotForm.tsx +1 -1
  50. package/src/services/exerciseTranslation.ts +24 -9
  51. package/src/services/responseType.ts +3 -29
  52. package/src/tests/exercises/searchResponse.ts +47 -22
@@ -6,5 +6,30 @@
6
6
  "description": "Popis",
7
7
  "name": "Názov",
8
8
  "save": "Uložiť",
9
- "nutritionalPlan": "Výživový plán"
9
+ "nutritionalPlan": "Výživový plán",
10
+ "height": "Výška",
11
+ "cm": "cm",
12
+ "date": "Dátum",
13
+ "timeOfDay": "čas dňa",
14
+ "submit": "Potvrdiť",
15
+ "edit": "Upravit",
16
+ "editName": "upravit_meno",
17
+ "delete": "Odstrániť",
18
+ "deleteConfirmation": "Ste si istí, že chcete odstrániť \"{{meno}}\"?",
19
+ "add": "Pridať",
20
+ "close": "Ukončiť",
21
+ "difference": "Rozdiel",
22
+ "days": "Dni",
23
+ "all": "Všetko",
24
+ "lastYear": "Minulý rok",
25
+ "lastHalfYear": "Posledných 6 Mesiacov",
26
+ "lastMonth": "Posledný mesiac",
27
+ "lastWeek": "Posledný týždeň",
28
+ "start": "Štart",
29
+ "end": "Koniec",
30
+ "licenses": {
31
+ "authors": "Autor(i)",
32
+ "authorProfile": "Odkaz na webovú stránku alebo profil autora, ak je k dispozícii",
33
+ "derivativeSourceUrl": "Odkaz na pôvodný zdroj, ak je to derivát práce"
34
+ }
10
35
  }