123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- {
- "common": {
- "actions": {
- "cancel": "Cancel",
- "confirm": "Confirm",
- "continue": "Continue",
- "goBack": "Go Back",
- "reset": "Reset",
- "submit": "Submit"
- },
- "status": {
- "loading": "Loading...",
- "error": {
- "default": "An error occurred",
- "serverConnection": "Could not reach the server"
- }
- }
- },
- "auth": {
- "login": {
- "title": "Login to access the app",
- "form": {
- "email": {
- "label": "Email address",
- "required": "email is a required field"
- },
- "password": {
- "label": "Password",
- "required": "password is a required field"
- },
- "actions": {
- "signin": "Sign In"
- },
- "alternativeText": {
- "or": "OR"
- }
- },
- "errors": {
- "default": "Unable to sign in",
- "signin": "Try signing in with a different account",
- "oauthSignin": "Try signing in with a different account",
- "redirectUriMismatch": "The redirect URI is not matching the oauth app configuration",
- "oauthCallback": "Try signing in with a different account",
- "oauthCreateAccount": "Try signing in with a different account",
- "emailCreateAccount": "Try signing in with a different account",
- "callback": "Try signing in with a different account",
- "oauthAccountNotLinked": "To confirm your identity, sign in with the same account you used originally",
- "emailSignin": "The e-mail could not be sent",
- "emailVerify": "Please verify your email, a new email has been sent",
- "credentialsSignin": "Sign in failed. Check the details you provided are correct",
- "sessionRequired": "Please sign in to access this page"
- }
- },
- "provider": {
- "continue": "Continue with {{provider}}"
- }
- },
- "chat": {
- "input": {
- "placeholder": "Type your message here...",
- "actions": {
- "send": "Send message",
- "stop": "Stop Task",
- "attachFiles": "Attach files"
- }
- },
- "speech": {
- "start": "Start recording",
- "stop": "Stop recording",
- "connecting": "Connecting"
- },
- "fileUpload": {
- "dragDrop": "Drag and drop files here",
- "browse": "Browse Files",
- "sizeLimit": "Limit:",
- "errors": {
- "failed": "Failed to upload",
- "cancelled": "Cancelled upload of"
- }
- },
- "messages": {
- "status": {
- "using": "Using",
- "used": "Used"
- },
- "actions": {
- "copy": {
- "button": "Copy to clipboard",
- "success": "Copied!"
- }
- },
- "feedback": {
- "positive": "Helpful",
- "negative": "Not helpful",
- "edit": "Edit feedback",
- "dialog": {
- "title": "Add a comment",
- "submit": "Submit feedback"
- },
- "status": {
- "updating": "Updating",
- "updated": "Feedback updated"
- }
- }
- },
- "history": {
- "title": "Last Inputs",
- "empty": "Such empty...",
- "show": "Show history"
- },
- "settings": {
- "title": "Settings panel"
- },
- "watermark": "Built with"
- },
- "threadHistory": {
- "sidebar": {
- "title": "Past Chats",
- "filters": {
- "search": "Search",
- "placeholder": "Search conversations..."
- },
- "timeframes": {
- "today": "Today",
- "yesterday": "Yesterday",
- "previous7days": "Previous 7 days",
- "previous30days": "Previous 30 days"
- },
- "empty": "No threads found",
- "actions": {
- "close": "Close sidebar",
- "open": "Open sidebar"
- }
- },
- "thread": {
- "untitled": "Untitled Conversation",
- "menu": {
- "rename": "Rename",
- "delete": "Delete"
- },
- "actions": {
- "delete": {
- "title": "Confirm deletion",
- "description": "This will delete the thread as well as its messages and elements. This action cannot be undone",
- "success": "Chat deleted",
- "inProgress": "Deleting chat"
- },
- "rename": {
- "title": "Rename Thread",
- "description": "Enter a new name for this thread",
- "form": {
- "name": {
- "label": "Name",
- "placeholder": "Enter new name"
- }
- },
- "success": "Thread renamed!",
- "inProgress": "Renaming thread"
- }
- }
- }
- },
- "navigation": {
- "header": {
- "chat": "Chat",
- "readme": "Readme",
- "theme": {
- "light": "Light Theme",
- "dark": "Dark Theme",
- "system": "Follow System"
- }
- },
- "newChat": {
- "button": "New Chat",
- "dialog": {
- "title": "Create New Chat",
- "description": "This will clear your current chat history. Are you sure you want to continue?",
- "tooltip": "New Chat"
- }
- },
- "user": {
- "menu": {
- "settings": "Settings",
- "settingsKey": "S",
- "apiKeys": "API Keys",
- "logout": "Logout"
- }
- }
- },
- "apiKeys": {
- "title": "Required API Keys",
- "description": "To use this app, the following API keys are required. The keys are stored on your device's local storage.",
- "success": {
- "saved": "Saved successfully"
- }
- },
- "alerts": {
- "info": "Info",
- "note": "Note",
- "tip": "Tip",
- "important": "Important",
- "warning": "Warning",
- "caution": "Caution",
- "debug": "Debug",
- "example": "Example",
- "success": "Success",
- "help": "Help",
- "idea": "Idea",
- "pending": "Pending",
- "security": "Security",
- "beta": "Beta",
- "best-practice": "Best Practice"
- }
- }
|