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.
6 changes: 6 additions & 0 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,12 @@
"routines": "Routinen",
"newRoutine": "Neue Routine",
"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
13 changes: 13 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,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 @@ -1160,6 +1165,14 @@
"darkMode": "Always dark mode",
"lightMode": "Always light mode",
"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"
},
"productNotFoundOpenFoodFacts": "You can add this product to Open Food Facts to help the community!",
"@productNotFoundOpenFoodFacts": {
"description": "Label shown when product is not found to encourage users to go on Open Food Facts and add it themselves"
Expand Down
6 changes: 6 additions & 0 deletions lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,12 @@
"routines": "Rutinas",
"newRoutine": "Nueva rutina",
"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",
"sets": "El número de rondas para cada ejercicio",
"@sets": {
Expand Down
5 changes: 5 additions & 0 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,11 @@
"useColors": "Utiliser des couleurs",
"newRoutine": "Nouvelle routine",
"noRoutines": "Vous n’avez aucune de routine",
"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",
"routines": "Routines",
"restTime": "Temps de repos",
Expand Down
6 changes: 6 additions & 0 deletions lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,12 @@
"routines": "Routine",
"newRoutine": "Nuova routine",
"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",
"exerciseNr": "Esercizio {nr}",
"@exerciseNr": {
Expand Down
6 changes: 6 additions & 0 deletions lib/l10n/app_pl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,12 @@
"description": "Error message when the user tries to input a API key with forbidden characters"
},
"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",
"errorInfoDescription2": "Możesz kontynuować używanie tej aplikacji, ale niektóre funkcje mogą być niedostępne.",
"resistance_band": "Guma oporowa",
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