Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/icons/dumbbell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/rest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/training-plan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,11 @@
"@newRoutine": {},
"noRoutines": "Du hast keine Routinen",
"@noRoutines": {},
"noRoutinesSubtitle": "Erstelle deine erste Routine, um deine Trainings mitzuverfolgen",
"noWorkoutScheduled": "Kein Training geplant",
"workoutCompleted": "Erledigt",
"workoutUpcoming": "Geplant",
"workoutMissed": "Verpasst",
"sets": "Sätze",
"@sets": {
"description": "The number of sets to be done for one exercise"
Expand Down
15 changes: 14 additions & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
"routines": "Routines",
"newRoutine": "New routine",
"noRoutines": "You have no routines",
"noRoutinesSubtitle": "Create your first routine to start tracking your workouts",
"noWorkoutScheduled": "No workout scheduled",
"workoutCompleted": "Completed",
"workoutUpcoming": "Upcoming",
"workoutMissed": "Missed",
"reps": "Reps",
"@reps": {
"description": "Shorthand for repetitions, used when space constraints are tighter"
Expand Down Expand Up @@ -1114,5 +1119,13 @@
"themeMode": "Theme mode",
"darkMode": "Always dark mode",
"lightMode": "Always light mode",
"systemMode": "System settings"
"systemMode": "System settings",
"showAll": "Show all",
"@showAll": {
"description": "Text for expand button to show all items"
},
"showLess": "Show less",
"@showLess": {
"description": "Text for collapse button to hide items"
}
}
5 changes: 5 additions & 0 deletions lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,11 @@
"@newRoutine": {},
"noRoutines": "No hay rutinas",
"@noRoutines": {},
"noRoutinesSubtitle": "Crea tu primera rutina para comenzar a seguir tus entrenamientos",
"noWorkoutScheduled": "Sin entrenamiento programado",
"workoutCompleted": "Completado",
"workoutUpcoming": "Próximo",
"workoutMissed": "Perdido",
"restTime": "Tiempo de descanso",
"@restTime": {},
"sets": "El número de rondas para cada ejercicio",
Expand Down
9 changes: 7 additions & 2 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,14 @@
"@useColors": {},
"newRoutine": "Nouvelle routine",
"@newRoutine": {},
"noRoutines": "Vous navez aucune de routine",
"noRoutines": "Vous n'avez aucune de routine",
"@noRoutines": {},
"useUsernameAndPassword": "Utiliser le nom d’utilisateur et mot de passe",
"noRoutinesSubtitle": "Créez votre première routine pour commencer à suivre vos entraînements",
"noWorkoutScheduled": "Aucun entraînement prévu",
"workoutCompleted": "Terminé",
"workoutUpcoming": "À venir",
"workoutMissed": "Manqué",
"useUsernameAndPassword": "Utiliser le nom d'utilisateur et mot de passe",
"@useUsernameAndPassword": {},
"routines": "Routines",
"@routines": {},
Expand Down
5 changes: 5 additions & 0 deletions lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,11 @@
"@newRoutine": {},
"noRoutines": "Non hai nessuna routine",
"@noRoutines": {},
"noRoutinesSubtitle": "Crea la tua prima routine per iniziare a monitorare i tuoi allenamenti",
"noWorkoutScheduled": "Nessun allenamento programmato",
"workoutCompleted": "Completato",
"workoutUpcoming": "In arrivo",
"workoutMissed": "Saltato",
"restTime": "Tempo di riposo",
"@restTime": {},
"exerciseNr": "Esercizio {nr}",
Expand Down
5 changes: 5 additions & 0 deletions lib/l10n/app_pl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,11 @@
},
"noRoutines": "Ty nie masz żadnej rutyny",
"@noRoutines": {},
"noRoutinesSubtitle": "Stwórz swoją pierwszą rutynę, aby rozpocząć śledzenie swoich treningów",
"noWorkoutScheduled": "Brak zaplanowanego treningu",
"workoutCompleted": "Ukończony",
"workoutUpcoming": "Nadchodzący",
"workoutMissed": "Pominięty",
"restDay": "Dzień odpoczynkowy",
"@restDay": {},
"errorInfoDescription2": "Możesz kontynuować używanie tej aplikacji, ale niektóre funkcje mogą być niedostępne.",
Expand Down
1 change: 1 addition & 0 deletions lib/theme/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const Color wgerPrimaryColorLight = Color(0xff94B2DB);
const Color wgerSecondaryColor = Color(0xffe63946);
const Color wgerSecondaryColorLight = Color(0xffF6B4BA);
const Color wgerTertiaryColor = Color(0xFF6CA450);
const Color wgerAccentColor = Color(0xFF3B82F6);

const FlexSubThemesData wgerSubThemeData = FlexSubThemesData(
fabSchemeColor: SchemeColor.secondary,
Expand Down
Loading