@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.
- package/README.md +1 -1
- package/build/chunks/{browser-ponyfill-DL_vVusK.js → browser-ponyfill-CyEkMYuR.js} +3 -3
- package/build/chunks/{browser-ponyfill-DL_vVusK.js.map → browser-ponyfill-CyEkMYuR.js.map} +1 -1
- package/build/locales/de/translation.json +334 -334
- package/build/locales/en/translation.json +12 -2
- package/build/locales/fil/translation.json +3 -0
- package/build/locales/fr/translation.json +347 -337
- package/build/locales/hr/translation.json +344 -244
- package/build/locales/it/translation.json +333 -333
- package/build/locales/ko/translation.json +327 -327
- package/build/locales/pt_PT/translation.json +330 -330
- package/build/locales/sk/translation.json +26 -1
- package/build/locales/sl/translation.json +321 -321
- package/build/locales/ta/translation.json +325 -325
- package/build/locales/uk/translation.json +344 -334
- package/build/locales/zh_Hans/translation.json +332 -332
- package/build/main.js +137 -236
- package/build/main.js.map +1 -1
- package/package.json +13 -13
- package/src/components/BodyWeight/Form/WeightForm.tsx +3 -4
- package/src/components/BodyWeight/WeightChart/index.tsx +26 -29
- package/src/components/Exercises/Detail/Head/ExerciseDeleteDialog.tsx +3 -4
- package/src/components/Exercises/ExerciseOverview.tsx +4 -4
- package/src/components/Exercises/Filter/NameAutcompleter.tsx +41 -39
- package/src/components/Exercises/Filter/NameAutocompleter.test.tsx +2 -1
- package/src/components/Measurements/Screens/MeasurementCategoryDetail.test.tsx +4 -2
- package/src/components/Measurements/widgets/MeasurementChart.tsx +27 -30
- package/src/components/Nutrition/components/BmiCalculator.tsx +40 -42
- package/src/components/Nutrition/widgets/IngredientAutcompleter.tsx +1 -1
- package/src/components/Nutrition/widgets/charts/MacrosPieChart.tsx +17 -19
- package/src/components/Nutrition/widgets/charts/NutritionDiaryChart.tsx +39 -38
- package/src/components/Nutrition/widgets/charts/NutritionalValuesDashboardChart.tsx +27 -29
- package/src/components/Nutrition/widgets/charts/NutritionalValuesPlannedLoggedChart.tsx +20 -19
- package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.tsx +15 -4
- package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.tsx +3 -3
- package/src/components/WorkoutRoutines/Detail/WorkoutStats.tsx +17 -19
- package/src/components/WorkoutRoutines/models/Day.ts +16 -6
- package/src/components/WorkoutRoutines/models/SlotEntry.ts +7 -2
- package/src/components/WorkoutRoutines/widgets/DayDetails.tsx +4 -4
- package/src/components/WorkoutRoutines/widgets/LogWidgets.tsx +35 -38
- package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.tsx +8 -11
- package/src/components/WorkoutRoutines/widgets/SlotDetails.tsx +4 -4
- package/src/components/WorkoutRoutines/widgets/forms/DayForm.tsx +21 -9
- package/src/components/WorkoutRoutines/widgets/forms/DayTypeSelect.tsx +66 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionForm.test.tsx +0 -2
- package/src/components/WorkoutRoutines/widgets/forms/SessionLogsForm.tsx +4 -4
- package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.test.tsx +12 -10
- package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.tsx +2 -1
- package/src/components/WorkoutRoutines/widgets/forms/SlotForm.tsx +1 -1
- package/src/services/exerciseTranslation.ts +24 -9
- package/src/services/responseType.ts +3 -29
- 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
|
}
|