Files
streakfit-web/i18n/locales/en.json
T
neckfireandClaude Opus 4.8 bd739d13cf
Build & Deploy / build (push) Successful in 8s
i18n complet des pages + routine builder avancé (config par exo, réordonner, dupliquer)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 04:48:26 +02:00

106 lines
2.9 KiB
JSON

{
"app": { "tagline": "Keep the flame." },
"nav": {
"dashboard": "Home",
"exercises": "Exercises",
"routines": "Routines",
"history": "History",
"profile": "Profile"
},
"auth": {
"signIn": "Sign in",
"signUp": "Create account",
"email": "Email",
"password": "Password",
"name": "Name",
"loginWithPocketId": "Continue with pocket-id",
"logout": "Log out",
"noAccount": "No account yet?",
"haveAccount": "Already have an account?",
"or": "or"
},
"dashboard": {
"title": "Your flame",
"streakDays": "day streak",
"longest": "Best",
"freezes": "Freezes",
"weekGoal": "This week's goal",
"recentSessions": "Recent workouts",
"achievements": "Badges",
"startWorkout": "Start a workout",
"activeToday": "Active today 🔥",
"keepFlame": "Train today to keep your flame alive!",
"restEarned": "You've earned a rest day 😌",
"noSessions": "No workouts yet. Time to start!",
"session": "Workout",
"sets": "sets"
},
"exercises": {
"title": "Exercises",
"search": "Search an exercise…",
"bodyPart": "Body part",
"target": "Muscle",
"instructions": "Instructions",
"secondaryMuscles": "Secondary muscles",
"noResults": "No exercise found.",
"all": "All"
},
"session": {
"inProgress": "Workout in progress",
"addExercise": "Add an exercise",
"finish": "Finish workout",
"reps": "reps",
"weight": "kg",
"live": "live",
"preparing": "Getting your workout ready…",
"cantStart": "Couldn't start the workout",
"streakToast": "Streak: {n} days"
},
"routines": {
"new": "New",
"newRoutine": "New routine",
"none": "No routine yet. Create your first!",
"exercises": "exercises",
"name": "Name",
"description": "Description",
"addLater": "You'll be able to add exercises to the routine afterwards.",
"builder": {
"namePlaceholder": "Routine name",
"descPlaceholder": "Description (optional)",
"public": "Public",
"empty": "No exercise yet. Add some to build your routine.",
"addExercise": "Add an exercise",
"sets": "Sets",
"reps": "Reps",
"rest": "Rest (s)",
"tempo": "Tempo",
"weight": "Weight (kg)",
"notes": "Notes",
"remove": "Remove",
"duplicate": "Duplicate",
"start": "Start workout",
"save": "Save",
"saved": "Routine saved ✓",
"unsaved": "Unsaved changes",
"superset": "Superset",
"restTimer": "s rest"
}
},
"profile": {
"language": "Language",
"reminders": "Streak reminders 🔥",
"remindersDesc": "An evening reminder when your flame is at risk.",
"test": "Send a test",
"remindersOn": "Reminders enabled 🔥"
},
"common": {
"loading": "Loading…",
"save": "Save",
"cancel": "Cancel",
"close": "Close",
"retry": "Retry",
"error": "Something went wrong.",
"back": "Back"
}
}