Prmbr/messages/en.json

168 lines
5.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",
"continueWithGoogle": "Continue with Google",
"signInTitle": "Sign In",
"signInSubtitle": "Welcome back to Prmbr",
"signUpTitle": "Create Account",
"signUpSubtitle": "Start building better prompts today",
"emailPlaceholder": "you@example.com",
"passwordPlaceholder": "••••••••",
"passwordsNotMatch": "Passwords do not match",
"checkEmailVerification": "Check your email for verification link",
"errorOccurred": "An error occurred",
"or": "OR",
"noAccountSignUp": "Don't have an account? Sign up",
"hasAccountSignIn": "Already have an account? Sign in"
},
"profile": {
"title": "Profile Settings",
"subtitle": "Manage your account settings and preferences",
"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",
"profilePicture": "Profile Picture",
"accessDenied": "Access Denied",
"pleaseSignIn": "Please sign in to access your profile",
"failedToLoadProfile": "Failed to load profile",
"checkEmailToConfirm": "Check your email to confirm the change",
"updatedSuccessfully": "updated successfully",
"failedToUpdate": "Failed to update",
"passwordsNotMatch": "Passwords do not match",
"passwordMinLength": "Password must be at least 6 characters",
"passwordUpdatedSuccessfully": "Password updated successfully",
"failedToUpdatePassword": "Failed to update password",
"uploading": "Uploading...",
"clickCameraToUpload": "Click the camera icon to upload a new picture",
"avatarUpdatedSuccessfully": "Avatar updated successfully",
"failedToUploadAvatar": "Failed to upload avatar",
"noUsernameSet": "No username set",
"enterUsername": "Enter username",
"enterEmail": "Enter email",
"tellUsAboutYourself": "Tell us about yourself",
"charactersLimit": "characters",
"noBioAdded": "No bio added yet",
"enterNewPassword": "Enter new password",
"confirmNewPassword": "Confirm new password",
"updatePassword": "Update Password",
"english": "English",
"chinese": "中文"
},
"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",
"loadingStudio": "Loading Studio...",
"searchPrompts": "Search prompts...",
"filter": "Filter",
"clickRunTestToSee": "Click \"Run Test\" to see your prompt results"
},
"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"
]
},
"getStartedFree": "Get Started Free",
"popular": "Popular",
"perMonth": "per month",
"startProTrial": "Start Pro Trial"
},
"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."
}
}