Prmbr/messages/en.json
2025-07-29 22:21:16 +08:00

124 lines
3.5 KiB
JSON

{
"navigation": {
"home": "Home",
"studio": "Studio",
"profile": "Profile",
"signIn": "Sign In",
"signUp": "Sign Up",
"signOut": "Sign Out"
},
"common": {
"loading": "Loading...",
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"create": "Create",
"search": "Search",
"filter": "Filter",
"language": "Language",
"theme": "Theme",
"light": "Light",
"dark": "Dark",
"system": "System"
},
"auth": {
"signIn": "Sign In",
"signUp": "Sign Up",
"email": "Email",
"password": "Password",
"username": "Username",
"confirmPassword": "Confirm Password",
"forgotPassword": "Forgot Password?",
"noAccount": "Don't have an account?",
"hasAccount": "Already have an account?",
"signInWithGoogle": "Sign in with Google",
"signUpWithGoogle": "Sign up with Google",
"signInTitle": "Welcome Back",
"signInSubtitle": "Sign in to your Prmbr account",
"signUpTitle": "Create Account",
"signUpSubtitle": "Join Prmbr - AI Prompt Studio"
},
"profile": {
"title": "Profile Settings",
"personalInfo": "Personal Information",
"accountSettings": "Account Settings",
"preferences": "Preferences",
"username": "Username",
"email": "Email",
"bio": "Bio",
"avatar": "Avatar",
"language": "Language",
"changePassword": "Change Password",
"currentPassword": "Current Password",
"newPassword": "New Password",
"confirmNewPassword": "Confirm New Password"
},
"studio": {
"title": "AI Prompt Studio",
"myPrompts": "My Prompts",
"createPrompt": "Create Prompt",
"promptName": "Prompt Name",
"promptContent": "Prompt Content",
"promptAlbum": "Album",
"promptTag": "Tags",
"version": "Version",
"testRun": "Test Run",
"versions": "Versions",
"createVersion": "Create Version",
"runTest": "Run Test",
"noPrompts": "No prompts yet",
"createFirstPrompt": "Create your first prompt to get started"
},
"home": {
"hero": {
"title": "Prmbr - AI Prompt Studio",
"subtitle": "Build, manage, and optimize your AI prompts with version control and testing capabilities",
"getStarted": "Get Started",
"learnMore": "Learn More"
},
"features": {
"title": "Features",
"promptManager": {
"title": "Prompt Management",
"description": "Organize your prompts with albums, tags, and powerful search capabilities"
},
"versionControl": {
"title": "Version Control",
"description": "Track changes and manage different versions of your prompts"
},
"testing": {
"title": "Testing & Validation",
"description": "Run tests on your prompts to ensure optimal performance"
}
}
},
"pricing": {
"title": "Pricing Plans",
"free": {
"title": "Free",
"price": "$0",
"features": [
"20 Prompt Limit",
"3 Versions per Prompt",
"$5 AI Credit Monthly"
]
},
"pro": {
"title": "Pro",
"price": "$19.9",
"features": [
"500 Prompt Limit",
"10 Versions per Prompt",
"$20 AI Credit Monthly"
]
}
},
"errors": {
"generic": "Something went wrong. Please try again.",
"network": "Network error. Please check your connection.",
"unauthorized": "You are not authorized to perform this action.",
"notFound": "The requested resource was not found.",
"validationError": "Please check your input and try again."
}
}