Files
notxia.github.io/src/locales/cookie.ts
T
2023-03-19 12:14:10 +01:00

22 lines
1.4 KiB
TypeScript

export default{
"en": {
"cookie policy title": "Cookie policy",
"cookie policy": "This website uses cookies but not for analysis purposes and they are not sent to third parties. " +
"The only cookies here are those that I ate this morning, although I prefer a savory breakfast. " +
"I don't know why you are reading this, but thanks for keeping me company, I wish you a great day. " +
"If you would like some cookies too, do not hesitate to click on the following link:",
"cookie policy link": "Click here to read the policy",
"accept": "Accept",
"reject": "Reject"
},
"it": {
"cookie policy title": "Informativa cookie",
"cookie policy": "Questo sito utilizza cookie ma non per fini di profilazione e non sono inviati a terze parti. " +
"Gli unici cookie presenti sono quelli che ho mangiato questa mattina, anche se in realtà preferisco una colazione salata. " +
"Non so perché stai leggendo questo, ma ti ringrazio per avermi fatto compagnia e ti auguro una buona giornata. " +
"Se gradisci dei biscotti, non esitare a cliccare l'informativa al seguente link:",
"cookie policy link": "Clicca qui per l'informativa cookie",
"accept": "Accetta",
"reject": "Rifiuta"
}
}