聊天记录导出格式为image时预览聊天信息项使用设置的语言 chat information items using the language in the settings when exporting chat records in image format

This commit is contained in:
zhuge
2023-06-19 16:03:46 +08:00
parent 89717c9b15
commit c6696313bf
15 changed files with 88 additions and 4 deletions

View File

@@ -157,6 +157,12 @@ const no: PartialLocaleType = {
Edit: "Kontekstuelle -og minneinstrukser",
Add: "Legg til",
},
Exporter: {
Model: "Model",
Messages: "Meldingar",
Topic: "Emne",
Time: "Tid",
},
};
export default no;