samagra-chatui
Version:
The React library for Chatbot UI
152 lines (151 loc) • 3.41 kB
TypeScript
declare const _default: {
'ar-EG': {
BackBottom: {
newMsgOne: string;
newMsgOther: string;
bottom: string;
};
Time: {
weekdays: string[];
formats: {
LT: string;
lll: string;
WT: string;
YT: string;
};
};
Composer: {
send: string;
};
SendConfirm: {
title: string;
send: string;
cancel: string;
};
RateActions: {
up: string;
down: string;
};
Recorder: {
hold2talk: string;
release2send: string;
releaseOrSwipe: string;
release2cancel: string;
};
Search: {
search: string;
};
};
'fr-FR': {
BackBottom: {
newMsgOne: string;
newMsgOther: string;
bottom: string;
};
Time: {
weekdays: string[];
formats: {
LT: string;
lll: string;
WT: string;
YT: string;
};
};
Composer: {
send: string;
};
SendConfirm: {
title: string;
send: string;
cancel: string;
};
RateActions: {
up: string;
down: string;
};
Recorder: {
hold2talk: string;
release2send: string;
releaseOrSwipe: string;
release2cancel: string;
};
Search: {
search: string;
};
};
'en-US': {
BackBottom: {
newMsgOne: string;
newMsgOther: string;
bottom: string;
};
Time: {
weekdays: string[];
formats: {
LT: string;
lll: string;
WT: string;
YT: string;
};
};
Composer: {
send: string;
};
SendConfirm: {
title: string;
send: string;
cancel: string;
};
RateActions: {
up: string;
down: string;
};
Recorder: {
hold2talk: string;
release2send: string;
releaseOrSwipe: string;
release2cancel: string;
};
Search: {
search: string;
};
};
'zh-CN': {
BackBottom: {
newMsgOne: string;
newMsgOther: string;
bottom: string;
};
Time: {
weekdays: string[];
formats: {
LT: string;
lll: string;
WT: string;
YT: string;
};
};
Composer: {
send: string;
};
SendConfirm: {
title: string;
send: string;
cancel: string;
};
RateActions: {
up: string;
down: string;
};
Recorder: {
hold2talk: string;
release2send: string;
releaseOrSwipe: string;
release2cancel: string;
};
Search: {
search: string;
};
};
};
export default _default;