UNPKG

@mainiotech/dataconsent-i18n

Version:

Translations for the data consent manager.

43 lines (42 loc) 1.47 kB
export default { banner: { notification: "Our website uses cookies and local data storages on your computer in order for us to follow the usage of the website and to improve the user experience. By accepting the use of local data storages you allow us to store user specific information in your browser.", accept: "Accept all", reject: "Necessary only", settings: "Personal settings", }, settings: { title: "Local data settings", body: "Please choose those local data categories you want to allow.", close: "Close", save: "Save settings", }, dataInfo: { type: "Type", service: "Service", name: "Name", purpose: "Purpose", types: { cookie: "Cookie", localStorage: "Local storage", }, }, categories: { analytics: { name: "Analytics", description: "Analytics local data gives information about the website usage to the website administrators.", }, marketing: { name: "Marketing", description: "Marketing related local data help to personize the marketing you see in the service.", }, necessary: { name: "Necessary", description: "Necessary local data is required for the website to function and it cannot be prevented.", }, preferences: { name: "Preferences", description: "Preferences related local data change your user experience in a way you would like the service to be customized to your need.", }, }, };