File size: 6,454 Bytes
6130712
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
    "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"
            },
            "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"
        },
        "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"
        }
    }
}