feat: 登录也加载异常问题处理
This commit is contained in:
142
locales/en.json
142
locales/en.json
@@ -1,3 +1,143 @@
|
||||
{
|
||||
|
||||
"window": {
|
||||
"minimize": "Minimize",
|
||||
"maximize": "Maximize",
|
||||
"restore": "Restore",
|
||||
"close": "Close"
|
||||
},
|
||||
"main": {
|
||||
"welcome": {
|
||||
"helloMessage": "Hello, I'm Diona"
|
||||
},
|
||||
"conversation": {
|
||||
"placeholder": "Type a message...",
|
||||
"newConversation": "New Conversation",
|
||||
"selectModel": "Please select model",
|
||||
"createConversation": "Create Conversation",
|
||||
"searchPlaceholder": "Search conversations...",
|
||||
"goSettings": "Go to",
|
||||
"settings": "Settings Window",
|
||||
"addModel": "to add a model",
|
||||
"dialog": {
|
||||
"title": "Confirm Deletion",
|
||||
"content": "Are you sure you want to delete this conversation?",
|
||||
"content_1": "Are you sure you want to delete the selected conversations? This action cannot be undone."
|
||||
},
|
||||
"operations": {
|
||||
"pin": "Pin Selected",
|
||||
"del": "Delete Selected",
|
||||
"selectAll": "Select All",
|
||||
"cancel": "Cancel"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"conversations": "Conversations",
|
||||
"settings": "Settings",
|
||||
"help": "Help"
|
||||
},
|
||||
"message": {
|
||||
"dialog": {
|
||||
"title": "Confirm Deletion",
|
||||
"messageDelete": "Are you sure you want to delete this message?",
|
||||
"batchDelete": "Are you sure you want to delete the selected messages?",
|
||||
"copySuccess": "Copied successfully"
|
||||
},
|
||||
"batchActions": {
|
||||
"deleteSelected": "Delete Selected"
|
||||
},
|
||||
"rendering": "Thinking...",
|
||||
"stoppedGeneration": "(Stopped generating)",
|
||||
"sending": "Sending",
|
||||
"stopGeneration": "Stop generating",
|
||||
"send": "Send"
|
||||
}
|
||||
},
|
||||
"dialog": {
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"base": "Basic Settings",
|
||||
"provider": {
|
||||
"modelConfig": "Model Configuration"
|
||||
},
|
||||
"theme": {
|
||||
"label": "Theme Settings",
|
||||
"dark": "Dark Theme",
|
||||
"light": "Light Theme",
|
||||
"system": "System Theme",
|
||||
"primaryColor": "Primary Color"
|
||||
},
|
||||
"appearance": {
|
||||
"fontSize": "Font Size",
|
||||
"fontSizeOptions": {
|
||||
"10": "Tiny (10px)",
|
||||
"12": "Small (12px)",
|
||||
"14": "Normal (14px)",
|
||||
"16": "Medium (16px)",
|
||||
"18": "Large (18px)",
|
||||
"20": "Larger (20px)",
|
||||
"24": "Extra Large (24px)"
|
||||
}
|
||||
},
|
||||
"behavior": {
|
||||
"minimizeToTray": "Minimize to tray when closed"
|
||||
},
|
||||
"language": {
|
||||
"label": "Language"
|
||||
},
|
||||
"providers": {
|
||||
"defaultModel": "Default Model",
|
||||
"apiKey": "API Key",
|
||||
"apiUrl": "API URL"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"conversation": {
|
||||
"newConversation": "New Conversation",
|
||||
"sortBy": "Sort By",
|
||||
"sortByCreateTime": "Sort by Creation Time",
|
||||
"sortByUpdateTime": "Sort by Update Time",
|
||||
"sortByName": "Sort by Name",
|
||||
"sortByModel": "Sort by Model",
|
||||
"sortAscending": "Ascending",
|
||||
"sortDescending": "Descending",
|
||||
"pinConversation": "Pin Conversation",
|
||||
"unpinConversation": "Unpin Conversation",
|
||||
"renameConversation": "Rename Conversation",
|
||||
"delConversation": "Delete Conversation",
|
||||
"batchOperations": "Batch Operations"
|
||||
},
|
||||
"message": {
|
||||
"copyMessage": "Copy Message",
|
||||
"deleteMessage": "Delete Message",
|
||||
"selectMessage": "Select Message"
|
||||
}
|
||||
},
|
||||
"tray": {
|
||||
"tooltip": "Diona Application",
|
||||
"showWindow": "Show Window",
|
||||
"exit": "Exit"
|
||||
},
|
||||
"timeAgo": {
|
||||
"justNow": "Just now",
|
||||
"minutes": "{count} minutes ago",
|
||||
"hours": "{count} hours ago",
|
||||
"days": "{count} days ago",
|
||||
"months": "{count} months ago",
|
||||
"years": "{count} years ago",
|
||||
"weekday": {
|
||||
"sun": "Sunday",
|
||||
"mon": "Monday",
|
||||
"tue": "Tuesday",
|
||||
"wed": "Wednesday",
|
||||
"thu": "Thursday",
|
||||
"fri": "Friday",
|
||||
"sat": "Saturday"
|
||||
}
|
||||
},
|
||||
"app": {
|
||||
"title": "Diona Application"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user