@wger-project/react-components 25.10.16
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/LICENSE +661 -0
- package/README.md +58 -0
- package/build/OpenSans-Bold.woff +0 -0
- package/build/OpenSans-Light.woff +0 -0
- package/build/assets/index.css +1 -0
- package/build/chunks/browser-ponyfill-DL_vVusK.js +3 -0
- package/build/chunks/browser-ponyfill-DL_vVusK.js.map +1 -0
- package/build/favicon.ico +0 -0
- package/build/index.html +60 -0
- package/build/locales/README.md +10 -0
- package/build/locales/ar/translation.json +240 -0
- package/build/locales/ca/translation.json +35 -0
- package/build/locales/cs/translation.json +257 -0
- package/build/locales/de/translation.json +338 -0
- package/build/locales/el/translation.json +97 -0
- package/build/locales/en/translation.json +332 -0
- package/build/locales/es/translation.json +335 -0
- package/build/locales/fa/translation.json +127 -0
- package/build/locales/fr/translation.json +341 -0
- package/build/locales/he/translation.json +146 -0
- package/build/locales/hr/translation.json +249 -0
- package/build/locales/it/translation.json +338 -0
- package/build/locales/ko/translation.json +331 -0
- package/build/locales/nb_NO/translation.json +50 -0
- package/build/locales/nl/translation.json +242 -0
- package/build/locales/pl/translation.json +261 -0
- package/build/locales/pt/translation.json +342 -0
- package/build/locales/pt_BR/translation.json +259 -0
- package/build/locales/pt_PT/translation.json +334 -0
- package/build/locales/ru/translation.json +116 -0
- package/build/locales/sk/translation.json +10 -0
- package/build/locales/sl/translation.json +326 -0
- package/build/locales/sr/translation.json +240 -0
- package/build/locales/sv/translation.json +165 -0
- package/build/locales/ta/translation.json +331 -0
- package/build/locales/th/translation.json +27 -0
- package/build/locales/tr/translation.json +238 -0
- package/build/locales/uk/translation.json +339 -0
- package/build/locales/uz/translation.json +56 -0
- package/build/locales/vi/translation.json +70 -0
- package/build/locales/zh_Hans/translation.json +336 -0
- package/build/locales/zh_Hant/translation.json +246 -0
- package/build/logo192.png +0 -0
- package/build/logo512.png +0 -0
- package/build/main.js +542 -0
- package/build/main.js.map +1 -0
- package/build/manifest.json +25 -0
- package/build/muscles/SOURCES +2 -0
- package/build/muscles/main/muscle-1.svg +72 -0
- package/build/muscles/main/muscle-10.svg +73 -0
- package/build/muscles/main/muscle-11.svg +72 -0
- package/build/muscles/main/muscle-12.svg +72 -0
- package/build/muscles/main/muscle-13.svg +92 -0
- package/build/muscles/main/muscle-14.svg +73 -0
- package/build/muscles/main/muscle-15.svg +72 -0
- package/build/muscles/main/muscle-16.svg +73 -0
- package/build/muscles/main/muscle-2.svg +72 -0
- package/build/muscles/main/muscle-3.svg +72 -0
- package/build/muscles/main/muscle-4.svg +72 -0
- package/build/muscles/main/muscle-5.svg +72 -0
- package/build/muscles/main/muscle-6.svg +73 -0
- package/build/muscles/main/muscle-7.svg +72 -0
- package/build/muscles/main/muscle-8.svg +72 -0
- package/build/muscles/main/muscle-9.svg +72 -0
- package/build/muscles/muscular_system_back.svg +118 -0
- package/build/muscles/muscular_system_front.svg +99 -0
- package/build/muscles/secondary/muscle-1.svg +72 -0
- package/build/muscles/secondary/muscle-10.svg +73 -0
- package/build/muscles/secondary/muscle-11.svg +72 -0
- package/build/muscles/secondary/muscle-12.svg +72 -0
- package/build/muscles/secondary/muscle-13.svg +92 -0
- package/build/muscles/secondary/muscle-14.svg +73 -0
- package/build/muscles/secondary/muscle-15.svg +72 -0
- package/build/muscles/secondary/muscle-16.svg +73 -0
- package/build/muscles/secondary/muscle-2.svg +72 -0
- package/build/muscles/secondary/muscle-3.svg +72 -0
- package/build/muscles/secondary/muscle-4.svg +72 -0
- package/build/muscles/secondary/muscle-5.svg +72 -0
- package/build/muscles/secondary/muscle-6.svg +73 -0
- package/build/muscles/secondary/muscle-7.svg +72 -0
- package/build/muscles/secondary/muscle-8.svg +72 -0
- package/build/muscles/secondary/muscle-9.svg +72 -0
- package/build/robots.txt +3 -0
- package/index.html +59 -0
- package/package.json +125 -0
- package/src/.sass-cache/166f82406a0edab65b7f8fd8256819ee2f34bebf/App.module.scssc +0 -0
- package/src/@types/i18next.d.ts +13 -0
- package/src/App.tsx +25 -0
- package/src/assets/images/discord-logo.svg +1 -0
- package/src/assets/images/get-it-on-google-play.svg +1 -0
- package/src/assets/images/logo.png +0 -0
- package/src/assets/images/twitter-logo-50.png +0 -0
- package/src/assets/images/twitter.svg +5 -0
- package/src/components/BodyWeight/Form/WeightForm.test.tsx +100 -0
- package/src/components/BodyWeight/Form/WeightForm.tsx +102 -0
- package/src/components/BodyWeight/Table/ActionButton/ActionButton.test.tsx +65 -0
- package/src/components/BodyWeight/Table/ActionButton/ActionButton.tsx +67 -0
- package/src/components/BodyWeight/Table/Fab/Fab.tsx +35 -0
- package/src/components/BodyWeight/Table/index.test.tsx +33 -0
- package/src/components/BodyWeight/Table/index.tsx +98 -0
- package/src/components/BodyWeight/Table/table.module.css +5 -0
- package/src/components/BodyWeight/Table/table.module.css.map +1 -0
- package/src/components/BodyWeight/Table/table.module.scss +0 -0
- package/src/components/BodyWeight/Table/table.mosule.css +2 -0
- package/src/components/BodyWeight/Table/table.mosule.css.map +1 -0
- package/src/components/BodyWeight/TableDashboard/TableDashboard.test.tsx +24 -0
- package/src/components/BodyWeight/TableDashboard/TableDashboard.tsx +62 -0
- package/src/components/BodyWeight/WeightChart/index.test.tsx +66 -0
- package/src/components/BodyWeight/WeightChart/index.tsx +105 -0
- package/src/components/BodyWeight/body_weight.module.css +8 -0
- package/src/components/BodyWeight/body_weight.module.css.map +1 -0
- package/src/components/BodyWeight/body_weight.module.scss +8 -0
- package/src/components/BodyWeight/index.test.tsx +92 -0
- package/src/components/BodyWeight/index.tsx +40 -0
- package/src/components/BodyWeight/model.ts +40 -0
- package/src/components/BodyWeight/queries/index.ts +49 -0
- package/src/components/BodyWeight/utils.test.ts +44 -0
- package/src/components/BodyWeight/utils.ts +22 -0
- package/src/components/BodyWeight/widgets/FilterButtons.test.tsx +57 -0
- package/src/components/BodyWeight/widgets/FilterButtons.tsx +69 -0
- package/src/components/BodyWeight/widgets/fab.tsx +33 -0
- package/src/components/Calendar/Components/CalendarComponent.test.tsx +141 -0
- package/src/components/Calendar/Components/CalendarComponent.tsx +250 -0
- package/src/components/Calendar/Components/CalendarDay.tsx +105 -0
- package/src/components/Calendar/Components/CalendarDayGrid.tsx +53 -0
- package/src/components/Calendar/Components/CalendarHeader.tsx +39 -0
- package/src/components/Calendar/Components/Entries.test.tsx +81 -0
- package/src/components/Calendar/Components/Entries.tsx +163 -0
- package/src/components/Calendar/Helpers/CalendarMeasurement.tsx +10 -0
- package/src/components/Carousel/carousel.module.css +43 -0
- package/src/components/Carousel/carousel.module.css.map +1 -0
- package/src/components/Carousel/carousel.module.scss +46 -0
- package/src/components/Carousel/index.tsx +66 -0
- package/src/components/Common/forms/LicenseAuthor.tsx +19 -0
- package/src/components/Common/forms/LicenseAuthorUrl.tsx +20 -0
- package/src/components/Common/forms/LicenseDerivativeSourceUrl.tsx +20 -0
- package/src/components/Common/forms/LicenseObjectUrl.tsx +20 -0
- package/src/components/Common/forms/LicenseTitle.tsx +19 -0
- package/src/components/Common/forms/WgerTextField.tsx +27 -0
- package/src/components/Core/LoadingWidget/LoadingWidget.tsx +22 -0
- package/src/components/Core/Modals/DeleteConfirmationModal.test.tsx +57 -0
- package/src/components/Core/Modals/DeleteConfirmationModal.tsx +74 -0
- package/src/components/Core/Modals/WgerModal.test.tsx +45 -0
- package/src/components/Core/Modals/WgerModal.tsx +46 -0
- package/src/components/Core/Notifications/index.tsx +57 -0
- package/src/components/Core/Notifications/notifications.module.css +8 -0
- package/src/components/Core/Notifications/notifications.module.css.map +1 -0
- package/src/components/Core/Notifications/notifications.module.scss +6 -0
- package/src/components/Core/Tooltips/LightToolTip.tsx +14 -0
- package/src/components/Core/Widgets/Container.tsx +98 -0
- package/src/components/Core/Widgets/FormError.tsx +64 -0
- package/src/components/Core/Widgets/OverviewEmpty.tsx +26 -0
- package/src/components/Core/Widgets/RenderLoadingQuery.tsx +28 -0
- package/src/components/Core/queries/index.ts +2 -0
- package/src/components/Core/queries/languageCheck.ts +31 -0
- package/src/components/Dashboard/Dashboard.tsx +22 -0
- package/src/components/Dashboard/EmptyCard.tsx +56 -0
- package/src/components/Dashboard/NutritionCard.test.tsx +89 -0
- package/src/components/Dashboard/NutritionCard.tsx +178 -0
- package/src/components/Dashboard/RoutineCard.test.tsx +66 -0
- package/src/components/Dashboard/RoutineCard.tsx +107 -0
- package/src/components/Dashboard/WeightCard.test.tsx +81 -0
- package/src/components/Dashboard/WeightCard.tsx +72 -0
- package/src/components/Exercises/Add/AddExerciseStepper.test.tsx +26 -0
- package/src/components/Exercises/Add/AddExerciseStepper.tsx +97 -0
- package/src/components/Exercises/Add/NotEnoughRights.tsx +37 -0
- package/src/components/Exercises/Add/Step1Basics.test.tsx +133 -0
- package/src/components/Exercises/Add/Step1Basics.tsx +179 -0
- package/src/components/Exercises/Add/Step2Variations.test.tsx +149 -0
- package/src/components/Exercises/Add/Step2Variations.tsx +237 -0
- package/src/components/Exercises/Add/Step3Description.test.tsx +66 -0
- package/src/components/Exercises/Add/Step3Description.tsx +96 -0
- package/src/components/Exercises/Add/Step4Translation.test.tsx +119 -0
- package/src/components/Exercises/Add/Step4Translations.tsx +183 -0
- package/src/components/Exercises/Add/Step5Images.test.tsx +28 -0
- package/src/components/Exercises/Add/Step5Images.tsx +269 -0
- package/src/components/Exercises/Add/Step6Overview.test.tsx +128 -0
- package/src/components/Exercises/Add/Step6Overview.tsx +262 -0
- package/src/components/Exercises/Detail/ExerciseDetailEdit.test.tsx +248 -0
- package/src/components/Exercises/Detail/ExerciseDetailEdit.tsx +340 -0
- package/src/components/Exercises/Detail/ExerciseDetailView.test.tsx +96 -0
- package/src/components/Exercises/Detail/ExerciseDetailView.tsx +242 -0
- package/src/components/Exercises/Detail/ExerciseDetails.test.tsx +88 -0
- package/src/components/Exercises/Detail/ExerciseDetails.tsx +119 -0
- package/src/components/Exercises/Detail/ExerciseImageAvatar.tsx +20 -0
- package/src/components/Exercises/Detail/ExerciseImagePlaceholder.tsx +21 -0
- package/src/components/Exercises/Detail/Head/ExerciseDeleteDialog.test.tsx +125 -0
- package/src/components/Exercises/Detail/Head/ExerciseDeleteDialog.tsx +185 -0
- package/src/components/Exercises/Detail/Head/head.module.css +73 -0
- package/src/components/Exercises/Detail/Head/head.module.css.map +7 -0
- package/src/components/Exercises/Detail/Head/head.module.scss +111 -0
- package/src/components/Exercises/Detail/Head/index.tsx +175 -0
- package/src/components/Exercises/Detail/OverviewCard.test.tsx +98 -0
- package/src/components/Exercises/Detail/OverviewCard.tsx +68 -0
- package/src/components/Exercises/Detail/SideGallery/index.tsx +65 -0
- package/src/components/Exercises/Detail/SideGallery/side_gallery.module.css +26 -0
- package/src/components/Exercises/Detail/SideGallery/side_gallery.module.css.map +7 -0
- package/src/components/Exercises/Detail/SideGallery/side_gallery.module.scss +34 -0
- package/src/components/Exercises/ExerciseOverview.test.tsx +183 -0
- package/src/components/Exercises/ExerciseOverview.tsx +293 -0
- package/src/components/Exercises/Filter/CategoryFilter.test.tsx +57 -0
- package/src/components/Exercises/Filter/CategoryFilter.tsx +105 -0
- package/src/components/Exercises/Filter/EquipmentFilter.test.tsx +55 -0
- package/src/components/Exercises/Filter/EquipmentFilter.tsx +105 -0
- package/src/components/Exercises/Filter/ExerciseFiltersContext.tsx +16 -0
- package/src/components/Exercises/Filter/FilterDrawer.tsx +38 -0
- package/src/components/Exercises/Filter/MuscleFilter.test.tsx +50 -0
- package/src/components/Exercises/Filter/MuscleFilter.tsx +130 -0
- package/src/components/Exercises/Filter/NameAutcompleter.tsx +146 -0
- package/src/components/Exercises/Filter/NameAutocompleter.test.tsx +76 -0
- package/src/components/Exercises/Overview/ExerciseGrid.tsx +44 -0
- package/src/components/Exercises/Overview/ExerciseGridLoadingSkeleton.test.tsx +10 -0
- package/src/components/Exercises/Overview/ExerciseGridLoadingSkeleton.tsx +26 -0
- package/src/components/Exercises/forms/Category.test.tsx +49 -0
- package/src/components/Exercises/forms/Category.tsx +41 -0
- package/src/components/Exercises/forms/Equipment.test.tsx +84 -0
- package/src/components/Exercises/forms/Equipment.tsx +38 -0
- package/src/components/Exercises/forms/ExerciseAliases.tsx +37 -0
- package/src/components/Exercises/forms/ExerciseDescription.tsx +57 -0
- package/src/components/Exercises/forms/ExerciseEquipmentSelect.tsx +29 -0
- package/src/components/Exercises/forms/ExerciseName.tsx +19 -0
- package/src/components/Exercises/forms/ExerciseNotes.tsx +72 -0
- package/src/components/Exercises/forms/ExerciseSelect.tsx +28 -0
- package/src/components/Exercises/forms/ImageCard.tsx +101 -0
- package/src/components/Exercises/forms/ImageStyle.tsx +74 -0
- package/src/components/Exercises/forms/Muscle.test.tsx +74 -0
- package/src/components/Exercises/forms/Muscle.tsx +41 -0
- package/src/components/Exercises/forms/VideoCard.tsx +109 -0
- package/src/components/Exercises/forms/yupValidators.ts +46 -0
- package/src/components/Exercises/models/alias.ts +29 -0
- package/src/components/Exercises/models/category.ts +35 -0
- package/src/components/Exercises/models/equipment.ts +33 -0
- package/src/components/Exercises/models/exercise.test.ts +74 -0
- package/src/components/Exercises/models/exercise.ts +159 -0
- package/src/components/Exercises/models/image.ts +41 -0
- package/src/components/Exercises/models/language.ts +23 -0
- package/src/components/Exercises/models/muscle.test.ts +17 -0
- package/src/components/Exercises/models/muscle.ts +39 -0
- package/src/components/Exercises/models/note.ts +29 -0
- package/src/components/Exercises/models/translation.test.ts +68 -0
- package/src/components/Exercises/models/translation.ts +83 -0
- package/src/components/Exercises/models/video.ts +30 -0
- package/src/components/Exercises/queries/exercises.ts +29 -0
- package/src/components/Exercises/queries/index.ts +133 -0
- package/src/components/Exercises/queries/variations.ts +15 -0
- package/src/components/Header/SubMenus/BodyWeightSubMenu.tsx +27 -0
- package/src/components/Header/SubMenus/MeasurementsSubMenu.tsx +28 -0
- package/src/components/Header/SubMenus/NutritionSubMenu.tsx +28 -0
- package/src/components/Header/SubMenus/TrainingSubMenu.tsx +43 -0
- package/src/components/Header/SubMenus/WorkoutSubMenu.tsx +28 -0
- package/src/components/Header/index.tsx +27 -0
- package/src/components/Measurements/Screens/MeasurementCategoryDetail.test.tsx +67 -0
- package/src/components/Measurements/Screens/MeasurementCategoryDetail.tsx +37 -0
- package/src/components/Measurements/Screens/MeasurementCategoryOverview.test.tsx +59 -0
- package/src/components/Measurements/Screens/MeasurementCategoryOverview.tsx +64 -0
- package/src/components/Measurements/models/Category.ts +38 -0
- package/src/components/Measurements/models/Entry.ts +37 -0
- package/src/components/Measurements/queries/index.ts +121 -0
- package/src/components/Measurements/widgets/CategoryDetailDataGrid.tsx +209 -0
- package/src/components/Measurements/widgets/CategoryDetailDropdown.tsx +83 -0
- package/src/components/Measurements/widgets/CategoryForm.test.tsx +96 -0
- package/src/components/Measurements/widgets/CategoryForm.tsx +88 -0
- package/src/components/Measurements/widgets/EntryForm.test.tsx +120 -0
- package/src/components/Measurements/widgets/EntryForm.tsx +139 -0
- package/src/components/Measurements/widgets/MeasurementChart.tsx +52 -0
- package/src/components/Measurements/widgets/fab.tsx +65 -0
- package/src/components/Muscles/MuscleOverview.tsx +37 -0
- package/src/components/Nutrition/components/BmiCalculator.test.tsx +55 -0
- package/src/components/Nutrition/components/BmiCalculator.tsx +203 -0
- package/src/components/Nutrition/components/IngredientSearch.tsx +24 -0
- package/src/components/Nutrition/components/NutritionDiaryOverview.test.tsx +51 -0
- package/src/components/Nutrition/components/NutritionDiaryOverview.tsx +47 -0
- package/src/components/Nutrition/components/PlanDetail.test.tsx +58 -0
- package/src/components/Nutrition/components/PlanDetail.tsx +100 -0
- package/src/components/Nutrition/components/PlanOverview.test.tsx +37 -0
- package/src/components/Nutrition/components/PlansOverview.tsx +62 -0
- package/src/components/Nutrition/helpers/nutritionalValues.test.ts +108 -0
- package/src/components/Nutrition/helpers/nutritionalValues.ts +128 -0
- package/src/components/Nutrition/models/Ingredient.ts +84 -0
- package/src/components/Nutrition/models/IngredientImage.ts +57 -0
- package/src/components/Nutrition/models/IngredientImageThumbnails.ts +59 -0
- package/src/components/Nutrition/models/diaryEntry.ts +129 -0
- package/src/components/Nutrition/models/ingredient.test.ts +37 -0
- package/src/components/Nutrition/models/meal.test.ts +54 -0
- package/src/components/Nutrition/models/meal.ts +128 -0
- package/src/components/Nutrition/models/mealItem.test.ts +23 -0
- package/src/components/Nutrition/models/mealItem.ts +134 -0
- package/src/components/Nutrition/models/nutritionalPlan.test.ts +169 -0
- package/src/components/Nutrition/models/nutritionalPlan.ts +268 -0
- package/src/components/Nutrition/models/weightUnit.ts +24 -0
- package/src/components/Nutrition/queries/diary.ts +59 -0
- package/src/components/Nutrition/queries/index.ts +20 -0
- package/src/components/Nutrition/queries/ingredient.ts +12 -0
- package/src/components/Nutrition/queries/meal.ts +41 -0
- package/src/components/Nutrition/queries/mealItem.ts +43 -0
- package/src/components/Nutrition/queries/plan.ts +93 -0
- package/src/components/Nutrition/widgets/DiaryDetail.tsx +39 -0
- package/src/components/Nutrition/widgets/DiaryOverview.tsx +51 -0
- package/src/components/Nutrition/widgets/Fab.tsx +65 -0
- package/src/components/Nutrition/widgets/IngredientAutcompleter.tsx +140 -0
- package/src/components/Nutrition/widgets/IngredientAutocompleter.test.tsx +60 -0
- package/src/components/Nutrition/widgets/IngredientDetailTable.tsx +91 -0
- package/src/components/Nutrition/widgets/LoggedPlannedNutritionalValuesTable.tsx +138 -0
- package/src/components/Nutrition/widgets/MealDetail.tsx +170 -0
- package/src/components/Nutrition/widgets/MealDetailDropdown.tsx +117 -0
- package/src/components/Nutrition/widgets/NutritionalValuesTable.tsx +103 -0
- package/src/components/Nutrition/widgets/PlanDetailDropdown.tsx +82 -0
- package/src/components/Nutrition/widgets/PlanSidebar.tsx +44 -0
- package/src/components/Nutrition/widgets/charts/LinearPlannedLoggedChart.tsx +27 -0
- package/src/components/Nutrition/widgets/charts/MacrosPieChart.tsx +66 -0
- package/src/components/Nutrition/widgets/charts/NutritionDiaryChart.tsx +95 -0
- package/src/components/Nutrition/widgets/charts/NutritionalValuesDashboardChart.tsx +84 -0
- package/src/components/Nutrition/widgets/charts/NutritionalValuesPlannedLoggedChart.tsx +54 -0
- package/src/components/Nutrition/widgets/forms/MealForm.test.tsx +85 -0
- package/src/components/Nutrition/widgets/forms/MealForm.tsx +105 -0
- package/src/components/Nutrition/widgets/forms/MealItemForm.test.tsx +106 -0
- package/src/components/Nutrition/widgets/forms/MealItemForm.tsx +118 -0
- package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.test.tsx +165 -0
- package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.tsx +161 -0
- package/src/components/Nutrition/widgets/forms/PlanForm.test.tsx +101 -0
- package/src/components/Nutrition/widgets/forms/PlanForm.tsx +361 -0
- package/src/components/User/models/profile.ts +81 -0
- package/src/components/User/queries/contribute.test.ts +132 -0
- package/src/components/User/queries/contribute.ts +33 -0
- package/src/components/User/queries/permission.ts +11 -0
- package/src/components/User/queries/profile.ts +22 -0
- package/src/components/WorkoutRoutines/Detail/RoutineAdd.tsx +12 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetail.test.tsx +71 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetail.tsx +87 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.test.tsx +83 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.tsx +371 -0
- package/src/components/WorkoutRoutines/Detail/RoutineEdit.test.tsx +51 -0
- package/src/components/WorkoutRoutines/Detail/RoutineEdit.tsx +95 -0
- package/src/components/WorkoutRoutines/Detail/SessionAdd.test.tsx +43 -0
- package/src/components/WorkoutRoutines/Detail/SessionAdd.tsx +50 -0
- package/src/components/WorkoutRoutines/Detail/SlotProgressionEdit.test.tsx +41 -0
- package/src/components/WorkoutRoutines/Detail/SlotProgressionEdit.tsx +145 -0
- package/src/components/WorkoutRoutines/Detail/TemplateDetail.test.tsx +44 -0
- package/src/components/WorkoutRoutines/Detail/TemplateDetail.tsx +84 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutLogs.test.tsx +64 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutLogs.tsx +98 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutStats.test.tsx +65 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutStats.tsx +244 -0
- package/src/components/WorkoutRoutines/Overview/Fab.tsx +91 -0
- package/src/components/WorkoutRoutines/Overview/PrivateTemplateOverview.test.tsx +36 -0
- package/src/components/WorkoutRoutines/Overview/PrivateTemplateOverview.tsx +41 -0
- package/src/components/WorkoutRoutines/Overview/PublicTemplateOverview.test.tsx +36 -0
- package/src/components/WorkoutRoutines/Overview/PublicTemplateOverview.tsx +40 -0
- package/src/components/WorkoutRoutines/Overview/RoutineOverview.test.tsx +38 -0
- package/src/components/WorkoutRoutines/Overview/RoutineOverview.tsx +76 -0
- package/src/components/WorkoutRoutines/models/BaseConfig.ts +118 -0
- package/src/components/WorkoutRoutines/models/Day.test.ts +15 -0
- package/src/components/WorkoutRoutines/models/Day.ts +117 -0
- package/src/components/WorkoutRoutines/models/LogStats.test.ts +44 -0
- package/src/components/WorkoutRoutines/models/LogStats.ts +110 -0
- package/src/components/WorkoutRoutines/models/RepetitionUnit.ts +22 -0
- package/src/components/WorkoutRoutines/models/Routine.test.ts +113 -0
- package/src/components/WorkoutRoutines/models/Routine.ts +218 -0
- package/src/components/WorkoutRoutines/models/RoutineDayData.ts +38 -0
- package/src/components/WorkoutRoutines/models/RoutineLogData.ts +22 -0
- package/src/components/WorkoutRoutines/models/SetConfigData.ts +121 -0
- package/src/components/WorkoutRoutines/models/Slot.test.ts +19 -0
- package/src/components/WorkoutRoutines/models/Slot.ts +83 -0
- package/src/components/WorkoutRoutines/models/SlotData.ts +30 -0
- package/src/components/WorkoutRoutines/models/SlotEntry.test.ts +31 -0
- package/src/components/WorkoutRoutines/models/SlotEntry.ts +245 -0
- package/src/components/WorkoutRoutines/models/WeightUnit.ts +22 -0
- package/src/components/WorkoutRoutines/models/WorkoutLog.ts +159 -0
- package/src/components/WorkoutRoutines/models/WorkoutSession.ts +124 -0
- package/src/components/WorkoutRoutines/queries/configs.ts +393 -0
- package/src/components/WorkoutRoutines/queries/days.ts +42 -0
- package/src/components/WorkoutRoutines/queries/index.ts +64 -0
- package/src/components/WorkoutRoutines/queries/logs.ts +49 -0
- package/src/components/WorkoutRoutines/queries/routines.ts +121 -0
- package/src/components/WorkoutRoutines/queries/sessions.ts +41 -0
- package/src/components/WorkoutRoutines/queries/slot_entries.ts +33 -0
- package/src/components/WorkoutRoutines/queries/slots.ts +40 -0
- package/src/components/WorkoutRoutines/queries/units.ts +15 -0
- package/src/components/WorkoutRoutines/widgets/DayDetails.test.tsx +69 -0
- package/src/components/WorkoutRoutines/widgets/DayDetails.tsx +441 -0
- package/src/components/WorkoutRoutines/widgets/LogWidgets.test.tsx +91 -0
- package/src/components/WorkoutRoutines/widgets/LogWidgets.tsx +334 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailDropdown.test.tsx +36 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailDropdown.tsx +184 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.test.tsx +42 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.tsx +202 -0
- package/src/components/WorkoutRoutines/widgets/RoutineStatistics.test.tsx +364 -0
- package/src/components/WorkoutRoutines/widgets/RoutineStatistics.tsx +249 -0
- package/src/components/WorkoutRoutines/widgets/SlotDetails.test.tsx +72 -0
- package/src/components/WorkoutRoutines/widgets/SlotDetails.tsx +233 -0
- package/src/components/WorkoutRoutines/widgets/forms/BaseConfigForm.test.tsx +161 -0
- package/src/components/WorkoutRoutines/widgets/forms/BaseConfigForm.tsx +508 -0
- package/src/components/WorkoutRoutines/widgets/forms/DayForm.test.tsx +86 -0
- package/src/components/WorkoutRoutines/widgets/forms/DayForm.tsx +202 -0
- package/src/components/WorkoutRoutines/widgets/forms/ProgressionForm.test.tsx +176 -0
- package/src/components/WorkoutRoutines/widgets/forms/ProgressionForm.tsx +494 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineForm.test.tsx +94 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineForm.tsx +309 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineTemplateForm.test.tsx +70 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineTemplateForm.tsx +68 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionForm.test.tsx +164 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionForm.tsx +263 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionLogsForm.test.tsx +126 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionLogsForm.tsx +330 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.test.tsx +227 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.tsx +206 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotForm.test.tsx +44 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotForm.tsx +36 -0
- package/src/components/index.ts +3 -0
- package/src/config.ts +12 -0
- package/src/i18n.ts +63 -0
- package/src/i18n.tsx +52 -0
- package/src/index.css +13 -0
- package/src/index.tsx +184 -0
- package/src/locales/README.md +7 -0
- package/src/pages/About/index.tsx +9 -0
- package/src/pages/AddExercise/index.tsx +15 -0
- package/src/pages/AddWeight/index.tsx +9 -0
- package/src/pages/ApiPage/index.tsx +9 -0
- package/src/pages/Calendar/index.tsx +10 -0
- package/src/pages/CaloriesCalculator/index.tsx +9 -0
- package/src/pages/Equipments/index.tsx +9 -0
- package/src/pages/ExerciseDetails/index.tsx +6 -0
- package/src/pages/Ingrdedients/index.tsx +9 -0
- package/src/pages/Login/index.tsx +9 -0
- package/src/pages/Preferences/index.tsx +9 -0
- package/src/pages/PublicTemplate/index.tsx +9 -0
- package/src/pages/TemplatePage/index.tsx +9 -0
- package/src/pages/WeightOverview/index.tsx +6 -0
- package/src/pages/index.ts +14 -0
- package/src/permissions/index.ts +13 -0
- package/src/reportWebVitals.ts +15 -0
- package/src/routes.tsx +137 -0
- package/src/services/alias.test.ts +47 -0
- package/src/services/alias.ts +34 -0
- package/src/services/base_config.test.ts +48 -0
- package/src/services/base_config.ts +86 -0
- package/src/services/category.test.ts +44 -0
- package/src/services/category.ts +21 -0
- package/src/services/config.test.ts +213 -0
- package/src/services/config.ts +50 -0
- package/src/services/day.test.ts +118 -0
- package/src/services/day.ts +44 -0
- package/src/services/equipment.test.ts +46 -0
- package/src/services/equipment.ts +20 -0
- package/src/services/exercise.test.ts +98 -0
- package/src/services/exercise.ts +182 -0
- package/src/services/exerciseTranslation.test.ts +98 -0
- package/src/services/exerciseTranslation.ts +112 -0
- package/src/services/image.test.ts +77 -0
- package/src/services/image.ts +54 -0
- package/src/services/index.ts +104 -0
- package/src/services/ingredient.test.ts +81 -0
- package/src/services/ingredient.ts +70 -0
- package/src/services/ingredientweightunit.ts +29 -0
- package/src/services/language.test.ts +86 -0
- package/src/services/language.ts +35 -0
- package/src/services/languageCheck.ts +33 -0
- package/src/services/meal.ts +67 -0
- package/src/services/mealItem.ts +32 -0
- package/src/services/measurements.test.ts +106 -0
- package/src/services/measurements.ts +173 -0
- package/src/services/muscles.test.ts +46 -0
- package/src/services/muscles.ts +20 -0
- package/src/services/note.ts +39 -0
- package/src/services/nutritionalDiary.test.ts +35 -0
- package/src/services/nutritionalDiary.ts +70 -0
- package/src/services/nutritionalPlan.test.ts +74 -0
- package/src/services/nutritionalPlan.ts +104 -0
- package/src/services/permission.ts +26 -0
- package/src/services/permissions.test.ts +34 -0
- package/src/services/profile.test.ts +40 -0
- package/src/services/profile.ts +49 -0
- package/src/services/responseType.ts +35 -0
- package/src/services/routine.test.ts +195 -0
- package/src/services/routine.ts +250 -0
- package/src/services/session.test.ts +157 -0
- package/src/services/session.ts +99 -0
- package/src/services/slot.test.ts +68 -0
- package/src/services/slot.ts +43 -0
- package/src/services/slot_entry.ts +43 -0
- package/src/services/variation.test.ts +24 -0
- package/src/services/variation.ts +18 -0
- package/src/services/video.test.ts +65 -0
- package/src/services/video.ts +47 -0
- package/src/services/weight.test.ts +75 -0
- package/src/services/weight.ts +58 -0
- package/src/services/workoutLogs.test.ts +148 -0
- package/src/services/workoutLogs.ts +89 -0
- package/src/services/workoutUnits.ts +29 -0
- package/src/setupTests.ts +40 -0
- package/src/state/exerciseSubmissionReducer.ts +170 -0
- package/src/state/exerciseSubmissionState.tsx +75 -0
- package/src/state/index.ts +15 -0
- package/src/state/notificationReducer.ts +29 -0
- package/src/state/notificationState.tsx +32 -0
- package/src/state/stateTypes.ts +24 -0
- package/src/tests/api/ingredientInfoEndpoint.ts +72 -0
- package/src/tests/exerciseTestdata.ts +159 -0
- package/src/tests/exercises/searchResponse.ts +23 -0
- package/src/tests/ingredientTestdata.ts +76 -0
- package/src/tests/measurementsTestData.ts +40 -0
- package/src/tests/nutritionDiaryTestdata.ts +167 -0
- package/src/tests/nutritionTestdata.ts +200 -0
- package/src/tests/queryClient/index.ts +7 -0
- package/src/tests/responseApi.ts +197 -0
- package/src/tests/setup.ts +10 -0
- package/src/tests/slotEntryApiResponse.ts +144 -0
- package/src/tests/userTestdata.ts +43 -0
- package/src/tests/weight/testData.ts +7 -0
- package/src/tests/workoutLogsRoutinesTestData.ts +90 -0
- package/src/tests/workoutRoutinesTestData.ts +451 -0
- package/src/tests/workoutStatisticsTestData.ts +219 -0
- package/src/theme.ts +73 -0
- package/src/types.ts +144 -0
- package/src/utils/Adapter.ts +10 -0
- package/src/utils/colors.test.ts +38 -0
- package/src/utils/colors.ts +17 -0
- package/src/utils/consts.ts +160 -0
- package/src/utils/date.test.ts +56 -0
- package/src/utils/date.ts +145 -0
- package/src/utils/forms.test.ts +41 -0
- package/src/utils/forms.ts +54 -0
- package/src/utils/numbers.test.ts +55 -0
- package/src/utils/numbers.ts +42 -0
- package/src/utils/requests.test.ts +61 -0
- package/src/utils/requests.ts +22 -0
- package/src/utils/strings.test.ts +62 -0
- package/src/utils/strings.ts +28 -0
- package/src/utils/url.test.ts +127 -0
- package/src/utils/url.ts +237 -0
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
{
|
|
2
|
+
"weight": "重量",
|
|
3
|
+
"submit": "提交",
|
|
4
|
+
"edit": "编辑",
|
|
5
|
+
"add": "添加",
|
|
6
|
+
"difference": "差异",
|
|
7
|
+
"days": "天数",
|
|
8
|
+
"nutritionalPlan": "饮食计划",
|
|
9
|
+
"addEntry": "添加条目",
|
|
10
|
+
"currentWeight": "目前重量",
|
|
11
|
+
"workout": "训练",
|
|
12
|
+
"date": "日期",
|
|
13
|
+
"delete": "删除",
|
|
14
|
+
"exercises": {
|
|
15
|
+
"primaryMuscles": "主动肌",
|
|
16
|
+
"secondaryMuscles": "次动肌",
|
|
17
|
+
"searchExerciseName": "按动作名称搜索",
|
|
18
|
+
"alsoKnownAs": "也被称为:",
|
|
19
|
+
"notes": "注",
|
|
20
|
+
"description": "描述",
|
|
21
|
+
"contributeExercise": "添加一个新动作",
|
|
22
|
+
"exercises": "动作",
|
|
23
|
+
"missingExercise": "缺少某项动作?",
|
|
24
|
+
"missingExerciseDescription": "通过添加贡献来帮助社区!",
|
|
25
|
+
"category": "类别",
|
|
26
|
+
"muscles": "肌肉",
|
|
27
|
+
"noEquipment": "无器械",
|
|
28
|
+
"equipment": "器械",
|
|
29
|
+
"replacementsSearch": "搜寻训练或将已知 ID 复制并贴上到栏位中,然后按一下「载入」按钮。",
|
|
30
|
+
"identicalExercise": "避免重复训练",
|
|
31
|
+
"imageStyleLowPoly": "低多边形",
|
|
32
|
+
"imageStylePhoto": "照片",
|
|
33
|
+
"imageStyle3D": "3D",
|
|
34
|
+
"imageStyleLine": "行",
|
|
35
|
+
"replacements": "替代品",
|
|
36
|
+
"step1HeaderBasics": "基础数据(英文)",
|
|
37
|
+
"notEnoughRightsHeader": "你不能贡献训练",
|
|
38
|
+
"checkInformationBeforeSubmitting": "请在提交训练之前,核实输入的信息",
|
|
39
|
+
"exerciseNotTranslated": "没有可用的翻译",
|
|
40
|
+
"deleteExerciseReplace": "删除并替换",
|
|
41
|
+
"imageDetails": "图片详情",
|
|
42
|
+
"filterVariations": "输入训练名称来过滤变体",
|
|
43
|
+
"translateExerciseNow": "立即翻译此训练",
|
|
44
|
+
"alternativeNames": "别称",
|
|
45
|
+
"submitExercise": "提交训练",
|
|
46
|
+
"successfullyUpdated": "训练已成功更新。由于缓存中,改变可能需要一些时间才能在应用程式显示。",
|
|
47
|
+
"basics": "基础",
|
|
48
|
+
"deleteTranslation": "删除翻译",
|
|
49
|
+
"deleteExerciseFull": "删除整个训练",
|
|
50
|
+
"changeExerciseLanguage": "更改此训练的语言",
|
|
51
|
+
"notEnoughRights": "只有当您的帐户已超过 {days} 天并且已验证您的电子邮件时,您才可以贡献训练",
|
|
52
|
+
"identicalExercisePleaseDiscard": "如果你注意到已有训练跟你要添加的练习相同,请丢弃草稿并编辑该训练。",
|
|
53
|
+
"compatibleImagesCC": "影像必须与 CC BY SA 授权相容。如有疑问,请仅上传你自己拍摄的照片。",
|
|
54
|
+
"replacementsInfoText": "你也可以选择一个训练取替这个训练(例如,因为它被提交了两次,或类似情况)。这将取代日常训练和训练日志中的训练,而不仅仅是删除它。这些变更还将传播到同步此训练的任何实例。",
|
|
55
|
+
"noReplacementSelected": " 没有选择训练作替代",
|
|
56
|
+
"variations": "变体",
|
|
57
|
+
"whatVariationsExist": "此练习有哪些变体(如果有)?",
|
|
58
|
+
"cacheWarning": "由于缓存中,改变可能需要一些时间才能在应用程式显示。",
|
|
59
|
+
"exerciseNotTranslatedBody": "此训练没有当前选择的语言。你想贡献翻译吗?",
|
|
60
|
+
"deleteExerciseBody": "你要删除“ {{name}}”训练吗?你可以删除当前{{language}}翻译或带有翻译,图像等的完整的训练。",
|
|
61
|
+
"newNote": "新笔记",
|
|
62
|
+
"notesHelpText": "笔记是关于如何训练的简短评论,例如「保持身体挺直」",
|
|
63
|
+
"imageStyleOther": "其它",
|
|
64
|
+
"swapExercise": "切换练习"
|
|
65
|
+
},
|
|
66
|
+
"server": {
|
|
67
|
+
"arms": "手臂",
|
|
68
|
+
"dumbbell": "哑铃",
|
|
69
|
+
"gym_mat": "体操垫",
|
|
70
|
+
"back": "背部",
|
|
71
|
+
"incline_bench": "倾斜卧推架",
|
|
72
|
+
"kettlebell": "壶铃",
|
|
73
|
+
"pull-up_bar": "单杠",
|
|
74
|
+
"sz-bar": "SZ 杠铃",
|
|
75
|
+
"swiss_ball": "健身球",
|
|
76
|
+
"none_(bodyweight_exercise)": "无(自重动作)",
|
|
77
|
+
"kilometers": "千米",
|
|
78
|
+
"miles": "英里",
|
|
79
|
+
"minutes": "分钟",
|
|
80
|
+
"repetitions": "重复次数",
|
|
81
|
+
"seconds": "秒",
|
|
82
|
+
"until_failure": "直到失败",
|
|
83
|
+
"bench": "卧推架",
|
|
84
|
+
"calves": "小腿",
|
|
85
|
+
"chest": "胸部",
|
|
86
|
+
"legs": "腿部",
|
|
87
|
+
"shoulders": "肩部",
|
|
88
|
+
"barbell": "杠铃",
|
|
89
|
+
"body_weight": "体重",
|
|
90
|
+
"hamstrings": "大腿后侧",
|
|
91
|
+
"biceps": "肱二头肌",
|
|
92
|
+
"max_reps": "最大次数",
|
|
93
|
+
"kilometers_per_hour": "千米每小时",
|
|
94
|
+
"kg": "千克",
|
|
95
|
+
"abs": "腹",
|
|
96
|
+
"plates": "杠铃片",
|
|
97
|
+
"quads": "大腿前侧",
|
|
98
|
+
"lb": "磅",
|
|
99
|
+
"lats": "背阔肌",
|
|
100
|
+
"cardio": "有氧",
|
|
101
|
+
"pull_up_bar": "引体向上杆",
|
|
102
|
+
"triceps": "肱三头肌",
|
|
103
|
+
"none__bodyweight_exercise_": "无(自重训练)",
|
|
104
|
+
"glutes": "臀",
|
|
105
|
+
"miles_per_hour": "迈",
|
|
106
|
+
"sz_bar": "W型弯曲杆"
|
|
107
|
+
},
|
|
108
|
+
"noResults": "无结果",
|
|
109
|
+
"noResultsDescription": "找不到此查询的结果,请考虑减少过滤器的数量。",
|
|
110
|
+
"loading": "加载中…",
|
|
111
|
+
"deleteConfirmation": "你确定要删除 \"{{name}}\"吗?",
|
|
112
|
+
"seeDetails": "查看详情",
|
|
113
|
+
"licenses": {
|
|
114
|
+
"authors": "作者",
|
|
115
|
+
"derivativeSourceUrlHelper": "请注意,衍生作品不仅基于先前的作品,而且还包含足够的新创意内容,使其享有自己的版权。",
|
|
116
|
+
"originalTitle": "标题",
|
|
117
|
+
"authorProfile": "作者网站或个人资料的连结(如果有)",
|
|
118
|
+
"derivativeSourceUrl": "如果这是衍生作品,请连结到原始来源",
|
|
119
|
+
"originalObjectUrl": "来源网站的连结(如果有)"
|
|
120
|
+
},
|
|
121
|
+
"actions": "行动",
|
|
122
|
+
"notes": "笔记",
|
|
123
|
+
"value": "数值",
|
|
124
|
+
"copyToClipboard": "复制",
|
|
125
|
+
"nutrition": {
|
|
126
|
+
"plan": "营养计划",
|
|
127
|
+
"copyPlan": "复制此计划",
|
|
128
|
+
"plans": "营养计划",
|
|
129
|
+
"onlyLoggingHelpText": "只记录卡路里。如果你只想记录卡路里但不想设计有特定膳食的详细营养计划,请选中此框",
|
|
130
|
+
"useGoalsHelpTextLong": "这允许你为热量、蛋白质碳水或者脂肪设立一个总体目标。请注意,如果你设计的健身餐计划非常详细,那将以彼为准。",
|
|
131
|
+
"difference": "差异",
|
|
132
|
+
"logThisMealItem": "将该营养成分就这样记录营养日记中",
|
|
133
|
+
"goalFat": "脂肪目标",
|
|
134
|
+
"goalEnergy": "能量目标",
|
|
135
|
+
"addNutritionalDiary": "添加营养日记项目",
|
|
136
|
+
"meal": "一餐",
|
|
137
|
+
"goalFiber": "膳食纤维目标",
|
|
138
|
+
"searchIngredientName": "以营养成分搜索",
|
|
139
|
+
"macronutrient": "常量元素",
|
|
140
|
+
"sugar": "糖类",
|
|
141
|
+
"sodium": "钠",
|
|
142
|
+
"planDeleteInfo": "这还会删掉所有营养日记项目",
|
|
143
|
+
"diaryEntrySaved": "日记项目成功保存",
|
|
144
|
+
"valueTooMany": "太多",
|
|
145
|
+
"goalProtein": "蛋白质目标",
|
|
146
|
+
"goalCarbohydrates": "碳水目标",
|
|
147
|
+
"nutritionalDiary": "营养日记",
|
|
148
|
+
"gramShort": "克",
|
|
149
|
+
"kcal": "千卡",
|
|
150
|
+
"gPerBodyKg": "克(按每公斤体重计算)",
|
|
151
|
+
"percentEnergy": "能量百分比",
|
|
152
|
+
"planned": "已计划",
|
|
153
|
+
"today": "今日",
|
|
154
|
+
"7dayAvg": "七日平均",
|
|
155
|
+
"energy": "能量",
|
|
156
|
+
"protein": "蛋白质",
|
|
157
|
+
"ofWhichSugars": "糖",
|
|
158
|
+
"saturatedFat": "饱和脂肪",
|
|
159
|
+
"pseudoMealTitle": "其他记录",
|
|
160
|
+
"others": "其它",
|
|
161
|
+
"fibres": "纤维素",
|
|
162
|
+
"mealDeleteInfo": "这一餐的营养日记项目将不会被删除,而会出现在“其他记录”中",
|
|
163
|
+
"logThisMeal": "将这一餐原样记录在营养日记中",
|
|
164
|
+
"valueRemaining": "剩下的",
|
|
165
|
+
"addMeal": "添加一餐",
|
|
166
|
+
"goalsTitle": "目标",
|
|
167
|
+
"addMealItem": "向一餐添加营养成分",
|
|
168
|
+
"valueEnergyKcal": "{{value}} 千卡",
|
|
169
|
+
"valueEnergyKcalKj": "{{kcal}}千卡/ {{kj}}千焦",
|
|
170
|
+
"logged": "已记录",
|
|
171
|
+
"loggedToday": "今日已记录",
|
|
172
|
+
"carbohydrates": "碳水化合物",
|
|
173
|
+
"useGoalsHelpText": "向此计划添加目标",
|
|
174
|
+
"fat": "脂肪",
|
|
175
|
+
"ofWhichSaturated": "(饱和)"
|
|
176
|
+
},
|
|
177
|
+
"total": "总共",
|
|
178
|
+
"description": "描述",
|
|
179
|
+
"category": "类别",
|
|
180
|
+
"name": "名称",
|
|
181
|
+
"save": "保存",
|
|
182
|
+
"timeOfDay": "时间",
|
|
183
|
+
"close": "关闭",
|
|
184
|
+
"alsoSearchEnglish": "同时搜寻英文名称",
|
|
185
|
+
"nothingHereYet": "这里什么都没有...",
|
|
186
|
+
"nothingHereYetAction": "按动作按钮开始",
|
|
187
|
+
"unit": "单位",
|
|
188
|
+
"filters": "过滤器",
|
|
189
|
+
"downloadAsPdf": "下载 PDF 格式",
|
|
190
|
+
"forms": {
|
|
191
|
+
"supportedImageFormats": "仅支持20MB以下的 JPEG、PNG、 WEBP及AVIF文件",
|
|
192
|
+
"valueTooShort": "此项过短",
|
|
193
|
+
"valueTooLong": "此项过长",
|
|
194
|
+
"fieldRequired": "此项必填",
|
|
195
|
+
"maxLength": "请勿超过{{chars}}字",
|
|
196
|
+
"minLength": "请勿少于{{chars}}字",
|
|
197
|
+
"maxValue": "此项必须小于{{value}}",
|
|
198
|
+
"minValue": "此项必须大于{{value}}",
|
|
199
|
+
"enterInteger": "请输入全数字",
|
|
200
|
+
"maxLessThanMin": "最大值应大于最小值",
|
|
201
|
+
"enterNumber": "请输入有效数值",
|
|
202
|
+
"endBeforeStart": "结束数值必须大于开始数值"
|
|
203
|
+
},
|
|
204
|
+
"routines": {
|
|
205
|
+
"addDay": "添加训练日",
|
|
206
|
+
"rir": "保留次数",
|
|
207
|
+
"logsHeader": "训练日志",
|
|
208
|
+
"addLogToDay": "向此日添加记录",
|
|
209
|
+
"routines": "日常",
|
|
210
|
+
"logsFilterNote": "注意仅有带有重量及次数的项目能被可视化,诸如时间和力竭的组合则不然",
|
|
211
|
+
"addWeightLog": "添加训练记录",
|
|
212
|
+
"routine": "日常",
|
|
213
|
+
"intensity": "强度",
|
|
214
|
+
"currentRoutine": "当前计划",
|
|
215
|
+
"volume": "卷",
|
|
216
|
+
"iteration": "重复次数",
|
|
217
|
+
"daily": "日",
|
|
218
|
+
"weekNr": "周 {{number}}",
|
|
219
|
+
"backToRoutine": "返回 routine",
|
|
220
|
+
"minLengthRoutine": "此计划至少需要持续 {{number}} 周",
|
|
221
|
+
"maxLengthRoutine": "此计划最多持续 {{number}} 周",
|
|
222
|
+
"deleteDayConfirmation": "这将移除所有训练计划、训练内容与训练进度信息",
|
|
223
|
+
"routineHasNoDays": "此计划不包含任何日期",
|
|
224
|
+
"setHasNoExercises": "此计划没有任何练习",
|
|
225
|
+
"fitDaysInWeek": "每周练习天数",
|
|
226
|
+
"weekly": "周",
|
|
227
|
+
"restTime": "休息时间",
|
|
228
|
+
"sets": "组",
|
|
229
|
+
"workoutNr": "训练计划 Nr. {{number}}",
|
|
230
|
+
"fitDaysInWeekHelpText": "此设置可控制例程天数在多个星期内的安排方式。如果启用,工作日将以周为周期重复。例如,在周一、周三和周五进行锻炼的例程,将在下周的周一、周三和周五继续这种模式。如果禁用,则各天将按顺序进行,而不考虑新一周的开始。这对于没有严格周计划的例程非常有用。",
|
|
231
|
+
"reps": "重复次数",
|
|
232
|
+
"resultingRoutine": "生成的训练计划",
|
|
233
|
+
"needsLogsToAdvanceHelpText": "如果您选择此选项,只有在记录了当天的训练后,训练计划才会推进到下一个预定日期。如果不选择此选项,无论您是否记录了训练,训练计划都会自动推进到下一天。",
|
|
234
|
+
"needsLogsToAdvance": "需要记录训练才能推进",
|
|
235
|
+
"addSuperset": "添加超级组",
|
|
236
|
+
"addExercise": "添加训练动作",
|
|
237
|
+
"exerciseNr": "训练动作 {{number}}",
|
|
238
|
+
"supersetNr": "超级组 {{number}}",
|
|
239
|
+
"editProgression": "编辑进阶设置",
|
|
240
|
+
"progressionNeedsReplace": "其中一个项目必须包含替换操作",
|
|
241
|
+
"exerciseHasProgression": "此训练动作设有进阶规则,无法在此处编辑。如需编辑,请点击按钮。",
|
|
242
|
+
"defaultRounding": "默认取整",
|
|
243
|
+
"rounding": "取整(本训练动作)",
|
|
244
|
+
"roundingHelp": "设置重量和次数的默认取整方式(在进阶设置中使用百分比递增步骤时,此功能尤为实用)。该设置将应用于所有新组,但可在进阶表单中单独修改。留空则禁用取整功能。",
|
|
245
|
+
"newDay": "新的一天",
|
|
246
|
+
"weightLogNotPlanned": "将日志保存到未计划训练的日期。",
|
|
247
|
+
"logsOverview": "记录概览",
|
|
248
|
+
"alsoShowLogs": "显示日志",
|
|
249
|
+
"statsOverview": "统计",
|
|
250
|
+
"simpleMode": "简单模式",
|
|
251
|
+
"workoutSession": "训练时段",
|
|
252
|
+
"restDay": "休息日",
|
|
253
|
+
"confirmRestDay": "确认变更休息日",
|
|
254
|
+
"confirmRestDayHelpText": "请注意,当您将某一天标记为休息日时,所有训练组和训练动作都将被移除。",
|
|
255
|
+
"duplicate": "复制训练计划",
|
|
256
|
+
"downloadPdfTable": "下载PDF(表格)",
|
|
257
|
+
"downloadPdfLogs": "下载PDF(记录)",
|
|
258
|
+
"downloadIcal": "下载iCal文件",
|
|
259
|
+
"impression": "总体感受",
|
|
260
|
+
"impressionGood": "佳",
|
|
261
|
+
"impressionNeutral": "一般",
|
|
262
|
+
"impressionBad": "不好",
|
|
263
|
+
"impressionHelpText": "此表单用于记录每个训练动作的锻炼结果(次数、重量等)。您在此处的修改(如移除或调换训练动作)仅会影响您所保存的特定日志,不会改变整体训练计划。仅保存重量或次数栏有值的行。",
|
|
264
|
+
"addAdditionalLog": "添加额外日志",
|
|
265
|
+
"operation": "操作",
|
|
266
|
+
"step": "步骤",
|
|
267
|
+
"requirements": "要求",
|
|
268
|
+
"requirementsHelpText": "选择必须满足的训练结果(来自之前的日志),此规则才能生效",
|
|
269
|
+
"repeat": "重复规则",
|
|
270
|
+
"repeatHelpText": "若您希望此规则在定义新规则前持续应用于后续训练,请勾选复选框",
|
|
271
|
+
"markAsTemplate": "管理模板",
|
|
272
|
+
"template": "模板",
|
|
273
|
+
"templates": "模板",
|
|
274
|
+
"publicTemplate": "公开模板",
|
|
275
|
+
"publicTemplates": "公开模板",
|
|
276
|
+
"templatesHelpText": "模板是一种保存您的训练计划以供日后使用的方式,也可作为制定其他训练计划的起点。您无法编辑模板,但可以复制它们并对副本进行修改(当然,也可以将副本转换回常规训练计划)。",
|
|
277
|
+
"publicTemplateHelpText": "所有用户可以查看公开模板。",
|
|
278
|
+
"copyAndUseTemplate": "复制使用模板",
|
|
279
|
+
"set": {
|
|
280
|
+
"type": "类型",
|
|
281
|
+
"normalSet": "常规组",
|
|
282
|
+
"dropSet": "递减组",
|
|
283
|
+
"myo": "肌红蛋白",
|
|
284
|
+
"partial": "部分",
|
|
285
|
+
"forced": "强制",
|
|
286
|
+
"tut": "肌肉张力时间",
|
|
287
|
+
"iso": "等长收缩",
|
|
288
|
+
"jump": "跳"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"language": "语言",
|
|
292
|
+
"cannotBeUndone": "此操作无法撤回。",
|
|
293
|
+
"cancel": "撤销",
|
|
294
|
+
"translation": "翻译",
|
|
295
|
+
"videos": "视频",
|
|
296
|
+
"success": "成功了!",
|
|
297
|
+
"goBack": "后退",
|
|
298
|
+
"preferences": "设置",
|
|
299
|
+
"measurements": {
|
|
300
|
+
"unitFormHelpText": "此类别下的单位能被测量,例如厘米或百分比",
|
|
301
|
+
"deleteInfo": "这将把此分类及其所有条目一同删除",
|
|
302
|
+
"measurements": "围度"
|
|
303
|
+
},
|
|
304
|
+
"English": "英文",
|
|
305
|
+
"height": "高度",
|
|
306
|
+
"cm": "厘米",
|
|
307
|
+
"all": "全部",
|
|
308
|
+
"lastYear": "去年",
|
|
309
|
+
"lastHalfYear": "过去半年",
|
|
310
|
+
"lastMonth": "上个月",
|
|
311
|
+
"lastWeek": "上周",
|
|
312
|
+
"bmi": {
|
|
313
|
+
"calculator": "体重指数计算器",
|
|
314
|
+
"overweight": "超重",
|
|
315
|
+
"obese": "肥胖",
|
|
316
|
+
"normal": "正常体重",
|
|
317
|
+
"underweight": "偏瘦",
|
|
318
|
+
"result": "你的体重指数是{{value}}"
|
|
319
|
+
},
|
|
320
|
+
"images": "图像",
|
|
321
|
+
"overview": "总览",
|
|
322
|
+
"continue": "继续",
|
|
323
|
+
"calendar": "日历",
|
|
324
|
+
"entries": "项目",
|
|
325
|
+
"no_entries_for_day": "今日无项目",
|
|
326
|
+
"editName": "编辑 {{name}}",
|
|
327
|
+
"start": "开始",
|
|
328
|
+
"comment": "评论",
|
|
329
|
+
"min": "分钟",
|
|
330
|
+
"max": "最大",
|
|
331
|
+
"durationWeeks": "{{number}} 周",
|
|
332
|
+
"durationWeeksDays": "{{nrWeeks}} 周, {{nrDays}} 天",
|
|
333
|
+
"undo": "撤销",
|
|
334
|
+
"successfullyDeleted": "成功删除",
|
|
335
|
+
"end": "结束"
|
|
336
|
+
}
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
{
|
|
2
|
+
"difference": "差異",
|
|
3
|
+
"close": "關閉",
|
|
4
|
+
"timeOfDay": "時間",
|
|
5
|
+
"submit": "提交",
|
|
6
|
+
"deleteConfirmation": "你確定要刪除“{{name}}”嗎?",
|
|
7
|
+
"licenses": {
|
|
8
|
+
"originalObjectUrl": "來源網站的連結(如果有)",
|
|
9
|
+
"originalTitle": "標題",
|
|
10
|
+
"authors": "作者",
|
|
11
|
+
"authorProfile": "作者網站或個人資料的連結(如果有)",
|
|
12
|
+
"derivativeSourceUrl": "如果這是衍生作品,請連結到原始來源",
|
|
13
|
+
"derivativeSourceUrlHelper": "請注意,衍生作品不僅基於先前的作品,而且還包含足夠的新創意內容,使其享有自己的版權。"
|
|
14
|
+
},
|
|
15
|
+
"loading": "載入中...",
|
|
16
|
+
"currentWeight": "目前體重",
|
|
17
|
+
"seeDetails": "檢視詳細資訊",
|
|
18
|
+
"workout": "訓練項目",
|
|
19
|
+
"nothingHereYetAction": "按動作按鈕開始",
|
|
20
|
+
"alsoSearchEnglish": "同時搜尋英文名稱",
|
|
21
|
+
"exercises": {
|
|
22
|
+
"replacementsSearch": "搜尋訓練或將已知 ID 複製並貼上到欄位中,然後按一下「載入」按鈕。",
|
|
23
|
+
"noReplacementSelected": " 沒有選擇訓練作替代",
|
|
24
|
+
"step1HeaderBasics": "基礎資料(英文)",
|
|
25
|
+
"whatVariationsExist": "此練習有哪些變體(如果有)?",
|
|
26
|
+
"filterVariations": "輸入訓練名稱來過濾變體",
|
|
27
|
+
"identicalExercise": "避免重複訓練",
|
|
28
|
+
"translateExerciseNow": "立即翻譯此訓練",
|
|
29
|
+
"notes": "筆記",
|
|
30
|
+
"alternativeNames": "別稱",
|
|
31
|
+
"cacheWarning": "由於快取中,改變可能需要一些時間才能在應用程式顯示。",
|
|
32
|
+
"submitExercise": "提交訓練",
|
|
33
|
+
"successfullyUpdated": "訓練已成功更新。由於快取中,改變可能需要一些時間才能在應用程式顯示。",
|
|
34
|
+
"description": "描述",
|
|
35
|
+
"exerciseNotTranslated": "沒有可用的翻譯",
|
|
36
|
+
"alsoKnownAs": "也稱為:",
|
|
37
|
+
"deleteTranslation": "刪除翻譯",
|
|
38
|
+
"deleteExerciseFull": "刪除整個訓練",
|
|
39
|
+
"newNote": "新筆記",
|
|
40
|
+
"imageStyleLowPoly": "低多邊形",
|
|
41
|
+
"replacements": "替代品",
|
|
42
|
+
"replacementsInfoText": "你也可以選擇一個訓練取替這個訓練(例如,因為它被提交了兩次,或類似情況)。這將取代日常訓練和訓練日誌中的訓練,而不僅僅是刪除它。這些變更還將傳播到同步此訓練的任何實例。",
|
|
43
|
+
"contributeExercise": "貢獻一個訓練",
|
|
44
|
+
"variations": "變體",
|
|
45
|
+
"notEnoughRights": "只有當您的帳戶已超過 {days} 天並且已驗證您的電子郵件時,您才可以貢獻訓練",
|
|
46
|
+
"notEnoughRightsHeader": "你不能貢獻訓練",
|
|
47
|
+
"muscles": "肌肉",
|
|
48
|
+
"secondaryMuscles": "輔助肌",
|
|
49
|
+
"identicalExercisePleaseDiscard": "如果你注意到已有訓練跟你要新增的練習相同,請丟棄草稿並編輯該訓練。",
|
|
50
|
+
"compatibleImagesCC": "影像必須與 CC BY SA 授權相容。如有疑問,請僅上傳你自己拍攝的照片。",
|
|
51
|
+
"equipment": "器材",
|
|
52
|
+
"checkInformationBeforeSubmitting": "請在提交訓練之前,核實輸入的資訊",
|
|
53
|
+
"basics": "基礎",
|
|
54
|
+
"exerciseNotTranslatedBody": "此訓練沒有目前選擇的語言。你想貢獻翻譯嗎?",
|
|
55
|
+
"primaryMuscles": "主肌肉",
|
|
56
|
+
"deleteExerciseBody": "你要刪除“ {{name}}”訓練嗎?你可以刪除目前{{language}}翻譯或帶有翻譯,影像等的完整的訓練。",
|
|
57
|
+
"deleteExerciseReplace": "刪除並替換",
|
|
58
|
+
"exercises": "訓練",
|
|
59
|
+
"changeExerciseLanguage": "更改此訓練的語言",
|
|
60
|
+
"noEquipment": "沒有器材",
|
|
61
|
+
"missingExercise": "缺少某項訓練?",
|
|
62
|
+
"missingExerciseDescription": "透過貢獻來幫助社群!",
|
|
63
|
+
"searchExerciseName": "以訓練名稱搜尋",
|
|
64
|
+
"notesHelpText": "筆記是關於如何訓練的簡短評論,例如「保持身體挺直」",
|
|
65
|
+
"imageStylePhoto": "照片",
|
|
66
|
+
"imageStyle3D": "3D",
|
|
67
|
+
"imageStyleLine": "行",
|
|
68
|
+
"imageStyleOther": "其它",
|
|
69
|
+
"imageDetails": "圖片詳細資訊"
|
|
70
|
+
},
|
|
71
|
+
"nutrition": {
|
|
72
|
+
"plans": "營養計劃",
|
|
73
|
+
"copyPlan": "複製此計劃",
|
|
74
|
+
"plan": "營養計劃",
|
|
75
|
+
"goalsTitle": "目標",
|
|
76
|
+
"useGoalsHelpText": "新增目標至此計劃",
|
|
77
|
+
"goalEnergy": "能量目標",
|
|
78
|
+
"goalProtein": "蛋白質目標",
|
|
79
|
+
"goalCarbohydrates": "蛋白質目標",
|
|
80
|
+
"goalFat": "脂肪目標",
|
|
81
|
+
"addNutritionalDiary": "增加營養日記條目",
|
|
82
|
+
"meal": "餐單",
|
|
83
|
+
"addMeal": "増加餐單",
|
|
84
|
+
"addMealItem": "増加材料到膳食",
|
|
85
|
+
"nutritionalDiary": "營養日記",
|
|
86
|
+
"valueEnergyKcal": "{{value}} 千卡",
|
|
87
|
+
"valueEnergyKcalKj": "{{kcal}} 千卡 / {{kj}} 千焦",
|
|
88
|
+
"searchIngredientName": "按材料名稱搜尋",
|
|
89
|
+
"onlyLoggingHelpText": "只記錄卡路里。如果你只想記錄卡路里但不想設計有特定膳食的詳細營養計劃,請選中此框。",
|
|
90
|
+
"gPerBodyKg": "克 / 體重 (公斤)",
|
|
91
|
+
"logged": "紀錄",
|
|
92
|
+
"loggedToday": "在今天紀錄",
|
|
93
|
+
"difference": "差異",
|
|
94
|
+
"7dayAvg": "七天平均值",
|
|
95
|
+
"protein": "蛋白質",
|
|
96
|
+
"carbohydrates": "碳水化合物",
|
|
97
|
+
"today": "今天",
|
|
98
|
+
"ofWhichSaturated": "哪種飽和脂肪",
|
|
99
|
+
"saturatedFat": "飽和脂肪",
|
|
100
|
+
"fibres": "纖維",
|
|
101
|
+
"sodium": "鈉",
|
|
102
|
+
"diaryEntrySaved": "日記條目已成功儲存",
|
|
103
|
+
"logThisMeal": "將這餐按原樣記錄到營養日記",
|
|
104
|
+
"logThisMealItem": "將此材料按原樣記錄到營養日記",
|
|
105
|
+
"valueRemaining": "剩餘的",
|
|
106
|
+
"valueTooMany": "過多",
|
|
107
|
+
"useGoalsHelpTextLong": "這使你可以為計劃設定能量、蛋白質、碳水化合物或脂肪的總體目標。請注意,如果你設定了詳細的膳食計劃,這些數值將取得優先權。",
|
|
108
|
+
"gramShort": "克",
|
|
109
|
+
"kcal": "千卡",
|
|
110
|
+
"macronutrient": "宏量營養素",
|
|
111
|
+
"percentEnergy": "能量百分比",
|
|
112
|
+
"planned": "計劃",
|
|
113
|
+
"energy": "能量",
|
|
114
|
+
"sugar": "糖",
|
|
115
|
+
"fat": "脂肪",
|
|
116
|
+
"pseudoMealTitle": "其它紀錄",
|
|
117
|
+
"others": "其它",
|
|
118
|
+
"planDeleteInfo": "這也會刪除所有營養日記條目",
|
|
119
|
+
"mealDeleteInfo": "本餐的營養日記條目不會被刪除,並會顯示在「其他日誌」下",
|
|
120
|
+
"ofWhichSugars": "哪種糖",
|
|
121
|
+
"goalFiber": "纖維目標"
|
|
122
|
+
},
|
|
123
|
+
"images": "圖片",
|
|
124
|
+
"language": "語言",
|
|
125
|
+
"translation": "翻譯",
|
|
126
|
+
"downloadAsPdf": "下載成 PDF",
|
|
127
|
+
"total": "總計",
|
|
128
|
+
"description": "描述",
|
|
129
|
+
"overview": "概覽",
|
|
130
|
+
"preferences": "偏好",
|
|
131
|
+
"category": "類別",
|
|
132
|
+
"success": "成功!",
|
|
133
|
+
"English": "英文",
|
|
134
|
+
"name": "名稱",
|
|
135
|
+
"forms": {
|
|
136
|
+
"fieldRequired": "此欄位是必需的",
|
|
137
|
+
"maxLength": "請輸入少於 {{chars}} 個字元",
|
|
138
|
+
"minLength": "請輸入多於 {{chars}} 個字元",
|
|
139
|
+
"minValue": "該欄位的值必須高於 {{value}}",
|
|
140
|
+
"valueTooLong": "數值過長",
|
|
141
|
+
"valueTooShort": "數值過短",
|
|
142
|
+
"supportedImageFormats": "僅支援 20Mb 以下的 JPEG、PNG、WEBP 和 AVIF 文件",
|
|
143
|
+
"maxValue": "此欄位的值必須小於 {{value}}",
|
|
144
|
+
"enterNumber": "請輸入有效數字",
|
|
145
|
+
"maxLessThanMin": "最大值必須大於最小值"
|
|
146
|
+
},
|
|
147
|
+
"save": "儲存",
|
|
148
|
+
"videos": "影片",
|
|
149
|
+
"cancel": "取消",
|
|
150
|
+
"cannotBeUndone": "此操作無法撤銷。",
|
|
151
|
+
"noResults": "沒有結果",
|
|
152
|
+
"noResultsDescription": "找不到此查詢的結果,請減少篩選器的數量。",
|
|
153
|
+
"routines": {
|
|
154
|
+
"addDay": "增加訓練日",
|
|
155
|
+
"logsFilterNote": "請注意,系統只會繪製帶重量單位(公斤或磅)和重複次數的紀錄,其他組合(例如時間或直到力竭)將被忽略。",
|
|
156
|
+
"logsHeader": "訓練日誌",
|
|
157
|
+
"rir": "保留次數",
|
|
158
|
+
"addLogToDay": "增加這天日誌",
|
|
159
|
+
"addWeightLog": "增加訓練日誌",
|
|
160
|
+
"routine": "常規項目",
|
|
161
|
+
"routines": "常規項目",
|
|
162
|
+
"restTime": "休息時間"
|
|
163
|
+
},
|
|
164
|
+
"server": {
|
|
165
|
+
"arms": "手臂",
|
|
166
|
+
"back": "背部",
|
|
167
|
+
"barbell": "槓鈴",
|
|
168
|
+
"calves": "小腿肌群",
|
|
169
|
+
"cardio": "帶氧運動",
|
|
170
|
+
"chest": "胸",
|
|
171
|
+
"body_weight": "體重",
|
|
172
|
+
"glutes": "臀大肌",
|
|
173
|
+
"kilometers": "公里",
|
|
174
|
+
"gym_mat": "健身墊",
|
|
175
|
+
"incline_bench": "上斜凳",
|
|
176
|
+
"max_reps": "最大次數",
|
|
177
|
+
"none__bodyweight_exercise_": "無(自重訓練)",
|
|
178
|
+
"miles": "英里",
|
|
179
|
+
"minutes": "分鐘",
|
|
180
|
+
"plates": "槓片",
|
|
181
|
+
"quads": "股四頭肌",
|
|
182
|
+
"repetitions": "次數",
|
|
183
|
+
"seconds": "秒",
|
|
184
|
+
"shoulders": "肩膀",
|
|
185
|
+
"triceps": "三頭肌",
|
|
186
|
+
"lb": "磅",
|
|
187
|
+
"kg": "公斤",
|
|
188
|
+
"miles_per_hour": "英里/小時",
|
|
189
|
+
"pull_up_bar": "引體上升桿",
|
|
190
|
+
"swiss_ball": "抗力球",
|
|
191
|
+
"sz_bar": "彎曲槓",
|
|
192
|
+
"until_failure": "直到力竭",
|
|
193
|
+
"abs": "腹肌",
|
|
194
|
+
"bench": "平板凳",
|
|
195
|
+
"biceps": "二頭肌",
|
|
196
|
+
"dumbbell": "啞鈴",
|
|
197
|
+
"hamstrings": "大腿後肌",
|
|
198
|
+
"kettlebell": "壺鈴",
|
|
199
|
+
"lats": "背闊肌",
|
|
200
|
+
"legs": "腿",
|
|
201
|
+
"kilometers_per_hour": "公里/小時"
|
|
202
|
+
},
|
|
203
|
+
"measurements": {
|
|
204
|
+
"deleteInfo": "這將刪除該類別及其所有條目",
|
|
205
|
+
"unitFormHelpText": "測量類別的單位,例如釐米或 %",
|
|
206
|
+
"measurements": "測量"
|
|
207
|
+
},
|
|
208
|
+
"weight": "重量",
|
|
209
|
+
"date": "日期",
|
|
210
|
+
"edit": "編輯",
|
|
211
|
+
"delete": "刪除",
|
|
212
|
+
"add": "加",
|
|
213
|
+
"days": "日子",
|
|
214
|
+
"nutritionalPlan": "營養計劃",
|
|
215
|
+
"addEntry": "增加條目",
|
|
216
|
+
"actions": "行動",
|
|
217
|
+
"nothingHereYet": "這裡什麼都沒有...",
|
|
218
|
+
"notes": "筆記",
|
|
219
|
+
"value": "數值",
|
|
220
|
+
"unit": "單位",
|
|
221
|
+
"copyToClipboard": "複製到剪貼簿",
|
|
222
|
+
"filters": "過濾器",
|
|
223
|
+
"continue": "繼續",
|
|
224
|
+
"goBack": "後退",
|
|
225
|
+
"lastMonth": "上個月",
|
|
226
|
+
"lastYear": "去年",
|
|
227
|
+
"height": "身高",
|
|
228
|
+
"cm": "公分",
|
|
229
|
+
"lastWeek": "上週",
|
|
230
|
+
"bmi": {
|
|
231
|
+
"calculator": "BMI 計算器",
|
|
232
|
+
"underweight": "過輕",
|
|
233
|
+
"normal": "正常",
|
|
234
|
+
"overweight": "過重",
|
|
235
|
+
"obese": "肥胖",
|
|
236
|
+
"result": "你的 BMI 是{{value}}"
|
|
237
|
+
},
|
|
238
|
+
"all": "所有",
|
|
239
|
+
"lastHalfYear": "過去六個月",
|
|
240
|
+
"calendar": "日曆",
|
|
241
|
+
"entries": "項目",
|
|
242
|
+
"no_entries_for_day": "本日無紀錄",
|
|
243
|
+
"comment": "註解",
|
|
244
|
+
"editName": "編輯 {{name}}",
|
|
245
|
+
"successfullyDeleted": "刪除成功"
|
|
246
|
+
}
|
|
Binary file
|
|
Binary file
|