@plteam/chat-ui
Version:
CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript
53 lines (52 loc) • 1.55 kB
TypeScript
export type Localization = {
yes: string;
no: string;
newChat: string;
send: string;
cancel: string;
thinking: string;
historyTitle: string;
historyToday: string;
historyYesterday: string;
historyPreviousNDays: string;
historyJanuary: string;
historyFebruary: string;
historyMarch: string;
historyApril: string;
historyMay: string;
historyJune: string;
historyJuly: string;
historyAugust: string;
historySeptember: string;
historyOctober: string;
historyNovember: string;
historyDecember: string;
historyLastYear: string;
messageCopy: string;
messageEdit: string;
messageCopiedToClipboard: string;
messageCopyHTML: string;
messageCopyMarkdown: string;
codeCopyButton: string;
codeEditButton: string;
threadDeleteTitle: string;
threadDeleteContent: string;
threadDeletedSuccess: string;
threadActionDelete: string;
messageLikeTooltip: string;
messageDislikeTooltip: string;
messageFeedbackTitle: string;
messageFeedbackSecondTitle: string;
messageFeedbackPlaceholder: string;
messageFeedbackSubmitButton: string;
messageFeedbackLink: string;
messageFeedbackText: string;
maxAttachmentWarning: string;
maxFileSizeWarning: string;
invalidFileTypeWarning: string;
textFieldPlaceholder: string;
attachmentImageShot: string;
attachmentImageGallery: string;
innerRowExpand: string;
reasonedFor: string;
};