diff --git a/frontend/app/src/i18n/nl/components/settings/settingsUserGoalsZone/goalsAddEditGoalModalComponent.json b/frontend/app/src/i18n/nl/components/settings/settingsUserGoalsZone/goalsAddEditGoalModalComponent.json index 0967ef424..5058e536d 100644 --- a/frontend/app/src/i18n/nl/components/settings/settingsUserGoalsZone/goalsAddEditGoalModalComponent.json +++ b/frontend/app/src/i18n/nl/components/settings/settingsUserGoalsZone/goalsAddEditGoalModalComponent.json @@ -1 +1,31 @@ -{} +{ + "addEditGoalModalAddTitle": "Add Goal", + "addEditGoalModalEditTitle": "Edit Goal", + "addEditGoalModalGoalIntervalLabel": "Interval", + "intervalOption1": "Daily", + "intervalOption2": "Weekly", + "intervalOption3": "Monthly", + "intervalOption4": "Yearly", + "addEditGoalModalGoalActivityTypeLabel": "Activity Type", + "activityTypeRun": "Run", + "activityTypeBike": "Bike", + "activityTypeSwim": "Swim", + "activityTypeWalk": "Walk", + "activityTypeStrength": "Strength", + "activityTypeCardio": "Cardio", + "addEditGoalModalGoalTypeLabel": "Type", + "addEditGoalModalCaloriesLabel": "Calories", + "addEditGoalModalCaloriesPlaceholder": "Target calories", + "addEditGoalModalActivitiesNumberLabel": "Activities number", + "addEditGoalModalActivitiesNumberPlaceholder": "Target activities number", + "addEditGoalModalDistanceLabel": "Distance", + "addEditGoalModalDistancePlaceholder": "Target distance", + "addEditGoalModalElevationLabel": "Elevation", + "addEditGoalModalElevationPlaceholder": "Target elevation", + "addEditGoalModalDurationLabel": "Duration", + "addEditGoalModalDurationPlaceholder": "Target duration (ex: 1.5 equals 1h30m)", + "addEditGoalModalSuccessAddGoal": "Goal added successfully", + "addEditGoalModalErrorAddGoal": "Error adding goal", + "addEditGoalModalSuccessEditGoal": "Goal edited successfully", + "addEditGoalModalErrorEditGoal": "Error editing goal" +}