chatbot-ui/public/locales/en/translation.json

59 lines
2.2 KiB
JSON

{
"Ask anything. Type \"/\" for prompts, \"@\" for files, and \"#\" for tools.": "Ask anything. Type \"/\" for prompts, \"@\" for files, and \"#\" for tools.",
"Company Name": "Jelly Drops LLC",
"Clock In": "Clock In",
"setup": {
"LetsCreateYourProfile": "Let's create your profile.",
"WelcomeToChatbotUI": "Welcome to Chatbot UI",
"EnterAPIKeysForEachServiceYoudLikeToUse": "Enter API keys for each service you'd like to use.",
"SetAPIKeysOptional": "Set API Keys (optional)",
"YouAreAllSetUp": "You are all set up!",
"SetupComplete": "Setup Complete"
},
"login": {
"email": "Email",
"emailPlaceholder": "you@example.com",
"password": "Password",
"passwordPlaceholder": "••••••••",
"loginButton": "Login",
"signUpButton": "Sign Up",
"forgotPassword": "Forgot your password?",
"reset": "Reset",
"emailNotAllowed": "Email {{email}} is not allowed to sign up.",
"passwordResetMessage": "Check email to reset password",
"errorUnexpected": "An unexpected error occurred",
"username": "Username",
"usernamePlaceholder": "Enter username",
"available": "AVAILABLE",
"unavailable": "UNAVAILABLE",
"usernameError": "Username must be letters, numbers, or underscores only - no other characters or spacing allowed.",
"chatDisplayName": "Chat Display Name",
"displayNamePlaceholder": "Your Name"
},
"chat": {
"defaultChatTitle": "Chat"
},
"profile": {
"settingsTitle": "User Settings",
"logout": "Logout",
"profileTab": "Profile",
"apiKeysTab": "API Keys",
"usernameLabel": "Username",
"usernamePlaceholder": "Enter username",
"available": "AVAILABLE",
"unavailable": "UNAVAILABLE",
"usernameError": "Username must be letters, numbers, or underscores only - no other characters or spacing allowed.",
"chatDisplayName": "Chat Display Name",
"chatDisplayNamePlaceholder": "Your Name",
"instructionsLabel": "What would you like the AI to know about you to provide better responses?",
"instructionsPlaceholder": "Profile context... (optional)",
"profileImageLabel": "Profile Image",
"cancel": "Cancel",
"save": "Save"
}
}