jiuyiUniapp/jiuyi2/TUIKit/locales/en/TUISearch.ts

42 lines
1.3 KiB
TypeScript
Raw Normal View History

2024-12-18 15:46:27 +08:00
const TUISearch = {
: "Search",
: "All",
: "Contacts",
: "Groups",
: "Chat History",
: "Text",
: "File",
: "Other",
"图片/视频": "Image/Video",
: "Select time",
: "Today",
: "Nearly three days",
: "Nearly seven days",
: "View more ",
: " related ",
: " related to ",
: "keywords",
: "enter",
: "Navigate to the chat position",
: "Search in conversation",
: "View more history message",
: "No Results",
: "results",
: "Cancel",
"[文本]": "[Text Message]",
"[图片]": "[Image Message]",
"[语音]": "[Audio Message]",
"[视频]": "[Video Message]",
"[文件]": "[File Message]",
"[自定义消息]": "[Custom Message]",
"[系统消息]": "[System Message]",
"[合并消息]": "[Merged Message]",
"[位置消息]": "[Position Message]",
"消息云端搜索失败:": "Message cloud search failed: ",
"查找联系人失败:": "Failed to find contact: ",
"查找群聊失败:": "Failed to find group: ",
"进入会话失败": "Failed to enter conversation",
};
export default TUISearch;