Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user