mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 03:05:46 +08:00
聊天记录导出格式为image时预览聊天信息项使用设置的语言 chat information items using the language in the settings when exporting chat records in image format
This commit is contained in:
@@ -229,6 +229,12 @@ const ko: PartialLocaleType = {
|
||||
Create: "생성",
|
||||
Edit: "편집",
|
||||
},
|
||||
Exporter: {
|
||||
Model: "모델",
|
||||
Messages: "메시지",
|
||||
Topic: "주제",
|
||||
Time: "시간",
|
||||
},
|
||||
};
|
||||
|
||||
export default ko;
|
||||
|
Reference in New Issue
Block a user