-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathen.json
More file actions
79 lines (79 loc) · 5 KB
/
en.json
File metadata and controls
79 lines (79 loc) · 5 KB
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
{
"translations": {
"SETTINGS_VIEW_TITLE": "Settings",
"CONVERSATIONS_VIEW_TITLE": "Conversations",
"ABOUT_VIEW_TITLE": "About",
"DOWNLOADING_LABEL": "Downloading",
"DOWNLOAD_ACTIONS_LABEL": "Download Actions",
"DOWNLOAD_DATA_LABEL": "Download Data",
"REMOVE_ORPHANS_LABEL": "Remove Orphans",
"NUMBER_OF_ORPHAN_THREADS_one": "Orphan threads: {{threads}} ({{count}} comment in total)",
"NUMBER_OF_ORPHAN_THREADS_other": "Orphan threads: {{threads}} ({{count}} comments in total)",
"NAME_COLUMN_HEADER": "Name",
"MESSAGE_NUMBER_COLUMN_HEADER": "Total number of messages",
"VIEW_CHAT_COLUMN_HEADER": "View Chat",
"DISCUSSION_DIALOG_TITLE": "Discussion from {{user}}",
"CHATBOT_CONFIGURATION_MISSING": "This chatbot has not been configured yet.",
"CHATBOT_CONFIGURATION_FETCH_ERROR": "There was an error fetching the chatbot configuration.",
"ERROR_PROMPT_NOT_IN_JSON_FORMAT": "Prompt has to be in JSON format.",
"CHATBOT_SETTING_TITLE": "Settings",
"EDIT_LABEL": "Edit",
"DELETE_LABEL": "Delete",
"CANCEL_LABEL": "Cancel",
"SEND_LABEL": "Send",
"CHATBOT_AVATAR_LABEL": "Chatbot Avatar",
"CHATBOT_NAME_LABEL": "Chatbot Name",
"CHATBOT_NAME_HELPER": "This is the name that users will see when they interact with the chatbot",
"CHATBOT_NAME_DEFAULT_MESSAGE": "(default)",
"CHATBOT_PROMPT_LABEL": "Chatbot Prompt",
"CHATBOT_PROMPT_HELPER_LABEL": "In-depth technical description",
"CHATBOT_PROMPT_HELPER": "This defines the chatbot's personality and how it should behave.",
"CHATBOT_PROMPT_FORMAT_HELPER": "To describe the initial situation, create an object at the start of the array with 2 keys: 'role' and 'content'. For the initial description the role must be 'system'. Place your description of the initial situation in the 'content' key. Add interaction examples after that. Add one object per message with the role corresponding to either 'assistant' or 'user'.",
"CHATBOT_STARTER_SUGGESTIONS_LABEL": "Starter Suggestions",
"CHATBOT_STARTER_SUGGESTIONS_EMPTY_MESSAGE": "-",
"CHATBOT_PROMPT_FORMAT_EXAMPLE": "Here is an example",
"CHATBOT_PROMPT_API_REFERENCE": "See the API reference",
"CHATBOT_CUE_LABEL": "Conversation Starter",
"CHATBOT_STARTER_SUGGESTION_LABEL": "Starter Suggestions",
"CHATBOT_CUE_HELPER": "This defines the content of the first message of the chatbot. You can change it to better orient the conversation.",
"CHATBOT_CUE_EMPTY_MESSAGE": "-",
"SAVE_LABEL": "Save",
"SAVED_LABEL": "Saved",
"GENERAL_SETTING_TITLE": "General",
"JUST_NOW_COMMENT_HEADER": "Just now",
"COMMENT_ACTIONS_TOOLTIP": "Actions",
"COMMENT_TEXT_TOO_LONG": "The comment text can not be longer than {{max_length}} characters",
"COMMENT_PLACEHOLDER": "Type here...",
"LOADING_RESPONSE_PLACEHOLDER": "Loading response",
"PROCESSING_RESPONSE_PLACEHOLDER": "Processing response",
"RESPONSE_BOX_PLACEHOLDER": "Respond to this comment",
"NO_COMMENTS_PLACEHOLDER": "No conversations",
"ABOUT_TITLE": "About the Chatbot App",
"ABOUT_DESCRIPTION": "The chatbot app uses OpenAI's ChatGPT model as a base to provide the chatbot integration. Users responses are transmitted to OpenAI trough their API to be processed and for responses to be generated. No other user data is transmitted. If users provide personal data in their messages there is nothing we can do to protect that data.",
"ABOUT_PRIVACY_POLICY_OPENAI": "See the <1>OpenAI Privacy Policy for EU users</1>.",
"UNEXPECTED_ERROR": "Sorry, Unexpected error happened!",
"STATISTIC_TOTAL_USER_COMMENTS_TITLE": "Total users comments",
"STATISTIC_AVERAGE_USER_COMMENTS_TITLE": "Average comments per user",
"MOST_FREQUENT_WORDS_TITLE": "Most Frequent Words",
"ALL": "All",
"SEARCH_COMMON_WORDS_PLACEHOLDER": "Search about words or regex",
"NO_REPLIES_FOR_THIS_ITEM_YET": "No user replies for this item yet!",
"SEE_WORDS_CLOUD": "See words cloud",
"NO_RESULTS_MATCH_WORDS": "Unfortunately, no results match the selected words!",
"WORDS_FREQUENCY": "Words frequency",
"FILTER_BY_COMMON_KEYWORDS": "Filter by most frequent keywords",
"SEARCH_BY_OTHER_KEYWORDS": "Search by other keywords or regex",
"CHECK_WHOLE_CHAT": "Check the whole chat",
"CONFIGURE_BUTTON": "Configure",
"CLOSE": "Close",
"SIGN_OUT_ALERT": "You should be signed in to interact with the chatbot",
"ANALYTICS_CONVERSATION_MEMBER": "Conversation",
"CHATBOT_STARTER_SUGGESTION_HELPER": "This defines suggested messages the user can send at the beginning of the conversation to the chatbot. You can change it to give ideas of interactions.",
"ADD_STARTER_SUGGESTION_BUTTON": "Add",
"ADD_STARTER_SUGGESTION_BUTTON_TITLE": "Add starter suggestion",
"STARTER_SUGGESTION_NAME": "Starter suggestion number {{nb}}",
"DELETE_STARTER_SUGGESTION_BUTTON_TITLE": "Delete suggestion number {{nb}}",
"STARTER_SUGGESTION_PLACEHOLDER": "Write a suggestion here",
"STARTER_SUGGESTION_PLAYER_BUTTON_ARIA_LABEL": "Ask {{suggestion}}"
}
}