StreakFit — PWA Nuxt (thème flamme, logo SF animé)
Build & Deploy / build (push) Failing after 5s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-19 03:00:18 +02:00
co-authored by Claude Opus 4.8
commit 8ee9596529
41 changed files with 24630 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
{
"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",
"day": "day | days",
"longest": "Best",
"freezes": "Freezes",
"weekGoal": "This week's goal",
"sessionsDone": "{done}/{goal} workouts",
"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!"
},
"exercises": {
"title": "Exercises",
"search": "Search an exercise…",
"filters": "Filters",
"bodyPart": "Body part",
"equipment": "Equipment",
"target": "Muscle",
"category": "Category",
"instructions": "Instructions",
"secondaryMuscles": "Secondary muscles",
"noResults": "No exercise found.",
"all": "All"
},
"common": {
"loading": "Loading…",
"save": "Save",
"cancel": "Cancel",
"close": "Close",
"retry": "Retry",
"error": "Something went wrong.",
"back": "Back"
}
}