@magicbell/magicbell-react
Version:
React components for building a notification inbox for your app
28 lines (27 loc) • 581 B
TypeScript
declare const pt_br: {
header: {
title: string;
'mark-all-read': string;
};
notification: {
'mark-as-read': string;
'mark-as-unread': string;
delete: string;
menu: string;
};
'web-push-notifications': {
notice: string;
'enable-now': string;
};
messages: {
'empty-inbox': string;
'server-error': string;
'no-internet-connection': string;
};
preferences: {
title: string;
toggle: string;
close: string;
};
};
export default pt_br;