forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopic.json
37 lines (37 loc) · 1.32 KB
/
topic.json
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
{
"actions": {
"autoRename": "Smart Rename",
"confirmRemoveAll": "You are about to delete all topics. This action cannot be undone, please proceed with caution.",
"confirmRemoveTopic": "You are about to delete this topic. This action cannot be undone, please proceed with caution.",
"confirmRemoveUnstarred": "You are about to delete unstarred topics. This action cannot be undone, please proceed with caution.",
"duplicate": "Create Copy",
"export": "Export Topics",
"removeAll": "Delete All Topics",
"removeUnstarred": "Delete Unstarred Topics"
},
"defaultTitle": "Default Topic",
"duplicateLoading": "Copying Topic...",
"duplicateSuccess": "Topic Copied Successfully",
"favorite": "Favorite",
"groupMode": {
"ascMessages": "Sort by Total Messages Ascending",
"byTime": "Group by Time",
"descMessages": "Sort by Total Messages Descending",
"flat": "No Grouping"
},
"groupTitle": {
"byTime": {
"month": "This Month",
"today": "Today",
"week": "This Week",
"yesterday": "Yesterday"
}
},
"guide": {
"desc": "Click the button on the left to save the current conversation as a historical topic and start a new conversation.",
"title": "Topic List"
},
"searchPlaceholder": "Search Topics...",
"temp": "Temporary",
"title": "Topic"
}