react-cookienotice
Version:
A lightweight & customizable cookie banner for your React App
16 lines (14 loc) • 534 B
TypeScript
declare const _default: {
"text.title": "Cookie 同意",
"text.description": "单击“接受”即表示您同意我们的网站使用 cookie, 通过记住您的 cookie 偏好来为您提供最相关的体验。",
"text.customizeTitle": "定制",
"button.accept": "接受",
"button.acceptAll": "全都接受",
"button.declineAll": "全部拒绝",
"button.customize": "定制",
"button.back": "后退",
"button.customizeAcceptAll": "全都接受",
"text.alwaysActive": "始终活跃"
}
;
export default _default;