@donotdev/core 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/functions/index.d.ts +76 -12
- package/functions/index.js +81 -8
- package/i18n/locales/eager/dndev_da.json +379 -0
- package/i18n/locales/eager/dndev_nl.json +382 -0
- package/i18n/locales/lazy/auth_da.json +145 -0
- package/i18n/locales/lazy/auth_nl.json +145 -0
- package/i18n/locales/lazy/billing_da.json +82 -0
- package/i18n/locales/lazy/billing_nl.json +82 -0
- package/i18n/locales/lazy/blog_ar.json +9 -0
- package/i18n/locales/lazy/blog_da.json +9 -0
- package/i18n/locales/lazy/blog_de.json +9 -0
- package/i18n/locales/lazy/blog_en.json +9 -0
- package/i18n/locales/lazy/blog_es.json +9 -0
- package/i18n/locales/lazy/blog_fr.json +9 -0
- package/i18n/locales/lazy/blog_it.json +9 -0
- package/i18n/locales/lazy/blog_ja.json +9 -0
- package/i18n/locales/lazy/blog_ko.json +9 -0
- package/i18n/locales/lazy/blog_nl.json +9 -0
- package/i18n/locales/lazy/cookies_da.json +32 -0
- package/i18n/locales/lazy/cookies_nl.json +32 -0
- package/i18n/locales/lazy/crud_ar.json +12 -1
- package/i18n/locales/lazy/crud_da.json +522 -0
- package/i18n/locales/lazy/crud_de.json +13 -2
- package/i18n/locales/lazy/crud_en.json +12 -1
- package/i18n/locales/lazy/crud_es.json +12 -1
- package/i18n/locales/lazy/crud_fr.json +14 -3
- package/i18n/locales/lazy/crud_it.json +14 -3
- package/i18n/locales/lazy/crud_ja.json +12 -1
- package/i18n/locales/lazy/crud_ko.json +12 -1
- package/i18n/locales/lazy/crud_nl.json +522 -0
- package/i18n/locales/lazy/entityFormTemplate_da.json +85 -0
- package/i18n/locales/lazy/entityFormTemplate_nl.json +85 -0
- package/i18n/locales/lazy/homeTemplate_da.json +52 -0
- package/i18n/locales/lazy/homeTemplate_nl.json +52 -0
- package/i18n/locales/lazy/loginTemplate_da.json +21 -0
- package/i18n/locales/lazy/loginTemplate_nl.json +21 -0
- package/i18n/locales/lazy/oauth_da.json +9 -0
- package/i18n/locales/lazy/oauth_nl.json +9 -0
- package/i18n/locales/lazy/privacy_da.json +178 -0
- package/i18n/locales/lazy/privacy_nl.json +178 -0
- package/i18n/locales/lazy/profileDBTemplate_da.json +73 -0
- package/i18n/locales/lazy/profileDBTemplate_nl.json +73 -0
- package/i18n/locales/lazy/profileTemplate_da.json +85 -0
- package/i18n/locales/lazy/profileTemplate_nl.json +85 -0
- package/i18n/locales/lazy/terms_da.json +200 -0
- package/i18n/locales/lazy/terms_nl.json +200 -0
- package/index.d.ts +1536 -361
- package/index.js +39 -39
- package/next/index.d.ts +16 -14
- package/next/index.js +44 -24
- package/package.json +9 -9
- package/server.d.ts +8643 -7494
- package/server.js +1 -1
- package/vite/index.d.ts +18 -16
- package/vite/index.js +60 -37
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"security": {
|
|
3
|
+
"title": "Sikker betaling",
|
|
4
|
+
"description": "Dine betalingsoplysninger behandles sikkert af Stripe.",
|
|
5
|
+
"encrypted": "256-bit SSL-kryptering",
|
|
6
|
+
"stripe": "Leveret af Stripe",
|
|
7
|
+
"dismiss": "Luk"
|
|
8
|
+
},
|
|
9
|
+
"templates": {
|
|
10
|
+
"purchase": {
|
|
11
|
+
"title": "Kom i gang",
|
|
12
|
+
"subtitle": "Vælg din engangskøb"
|
|
13
|
+
},
|
|
14
|
+
"subscription": {
|
|
15
|
+
"title": "Vælg din pakke",
|
|
16
|
+
"subtitle": "Find den pakke der passer til dig",
|
|
17
|
+
"billingToggle": {
|
|
18
|
+
"monthly": "Månedlig",
|
|
19
|
+
"yearly": "Årlig",
|
|
20
|
+
"save20": "Spar 20%"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"checkout": {
|
|
24
|
+
"title": "Afslut købet",
|
|
25
|
+
"description": "Sikker betaling med Stripe",
|
|
26
|
+
"completePurchase": "Betal nu",
|
|
27
|
+
"startSubscription": "Start abonnement"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"components": {
|
|
31
|
+
"productCard": {
|
|
32
|
+
"mostPopular": "Mest populær",
|
|
33
|
+
"limitedTime": "Begrænset tilbud",
|
|
34
|
+
"exclVat": "ekskl. moms",
|
|
35
|
+
"purchaseNow": "Køb nu",
|
|
36
|
+
"subscribeNow": "Abonner nu"
|
|
37
|
+
},
|
|
38
|
+
"buttons": {
|
|
39
|
+
"purchase": "Køb",
|
|
40
|
+
"subscribe": "Abonner",
|
|
41
|
+
"processing": "Behandler...",
|
|
42
|
+
"signInToPurchase": "Log ind for at købe",
|
|
43
|
+
"signInToSubscribe": "Log ind for at abonnere"
|
|
44
|
+
},
|
|
45
|
+
"redirectOverlay": {
|
|
46
|
+
"checkout": {
|
|
47
|
+
"title": "Videresender til Stripe",
|
|
48
|
+
"message": "Forbereder sikker betaling...",
|
|
49
|
+
"subtitle": "Ved første gang kan det tage et øjeblik",
|
|
50
|
+
"ariaLabel": "Forbereder betaling"
|
|
51
|
+
},
|
|
52
|
+
"portal": {
|
|
53
|
+
"title": "Videresender til Stripe",
|
|
54
|
+
"message": "Åbner faktureringsportalen...",
|
|
55
|
+
"subtitle": "Administrer abonnement og fakturaer",
|
|
56
|
+
"ariaLabel": "Åbner faktureringsportalen"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"subscriptionManager": {
|
|
60
|
+
"title": "Abonnement",
|
|
61
|
+
"signInRequired": "Log ind for at administrere dit abonnement.",
|
|
62
|
+
"noSubscription": "Du har intet aktivt abonnement.",
|
|
63
|
+
"currentPlan": "Nuværende pakke",
|
|
64
|
+
"ends": "Udløber",
|
|
65
|
+
"managePaymentMethod": "Rediger betalingsmetode",
|
|
66
|
+
"cancelSubscription": "Opsig abonnement",
|
|
67
|
+
"cancelConfirm": "Vil du virkelig opsige? Du har adgang til {{date}}.",
|
|
68
|
+
"yesCancel": "Ja, opsig",
|
|
69
|
+
"noKeep": "Nej, behold",
|
|
70
|
+
"changePlan": "Skift pakke",
|
|
71
|
+
"current": "Nuværende",
|
|
72
|
+
"subscriptionEnds": "Abonnementet udløber {{date}}",
|
|
73
|
+
"planChanged": "Pakke ændret.",
|
|
74
|
+
"status": {
|
|
75
|
+
"active": "Aktiv",
|
|
76
|
+
"cancelled": "Opsagt",
|
|
77
|
+
"pastDue": "Forfaldent",
|
|
78
|
+
"trialing": "Prøveperiode"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"security": {
|
|
3
|
+
"title": "Veilige betaling",
|
|
4
|
+
"description": "Je betalingsgegevens worden veilig verwerkt door Stripe.",
|
|
5
|
+
"encrypted": "256-bits SSL-versleuteling",
|
|
6
|
+
"stripe": "Powered by Stripe",
|
|
7
|
+
"dismiss": "Sluiten"
|
|
8
|
+
},
|
|
9
|
+
"templates": {
|
|
10
|
+
"purchase": {
|
|
11
|
+
"title": "Aan de slag",
|
|
12
|
+
"subtitle": "Kies je eenmalige aankoop"
|
|
13
|
+
},
|
|
14
|
+
"subscription": {
|
|
15
|
+
"title": "Kies je abonnement",
|
|
16
|
+
"subtitle": "Selecteer het abonnement dat bij je past",
|
|
17
|
+
"billingToggle": {
|
|
18
|
+
"monthly": "Maandelijks",
|
|
19
|
+
"yearly": "Jaarlijks",
|
|
20
|
+
"save20": "Bespaar 20%"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"checkout": {
|
|
24
|
+
"title": "Afrekenen",
|
|
25
|
+
"description": "Veilig afrekenen met Stripe",
|
|
26
|
+
"completePurchase": "Afrekenen",
|
|
27
|
+
"startSubscription": "Abonnement starten"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"components": {
|
|
31
|
+
"productCard": {
|
|
32
|
+
"mostPopular": "Meest populair",
|
|
33
|
+
"limitedTime": "Beperkte tijd",
|
|
34
|
+
"exclVat": "excl. btw",
|
|
35
|
+
"purchaseNow": "Nu kopen",
|
|
36
|
+
"subscribeNow": "Nu abonneren"
|
|
37
|
+
},
|
|
38
|
+
"buttons": {
|
|
39
|
+
"purchase": "Kopen",
|
|
40
|
+
"subscribe": "Abonneren",
|
|
41
|
+
"processing": "Bezig...",
|
|
42
|
+
"signInToPurchase": "Log in om te kopen",
|
|
43
|
+
"signInToSubscribe": "Log in om te abonneren"
|
|
44
|
+
},
|
|
45
|
+
"redirectOverlay": {
|
|
46
|
+
"checkout": {
|
|
47
|
+
"title": "Doorverwijzen naar Stripe",
|
|
48
|
+
"message": "Veilige betaling voorbereiden...",
|
|
49
|
+
"subtitle": "Dit kan even duren bij eerste keer",
|
|
50
|
+
"ariaLabel": "Betaling voorbereiden"
|
|
51
|
+
},
|
|
52
|
+
"portal": {
|
|
53
|
+
"title": "Doorverwijzen naar Stripe",
|
|
54
|
+
"message": "Facturatieportaal openen...",
|
|
55
|
+
"subtitle": "Beheer je abonnement en facturen",
|
|
56
|
+
"ariaLabel": "Facturatieportaal openen"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"subscriptionManager": {
|
|
60
|
+
"title": "Abonnement beheren",
|
|
61
|
+
"signInRequired": "Log in om je abonnement te beheren.",
|
|
62
|
+
"noSubscription": "Je hebt geen actief abonnement.",
|
|
63
|
+
"currentPlan": "Huidig abonnement",
|
|
64
|
+
"ends": "Eindigt",
|
|
65
|
+
"managePaymentMethod": "Betaalmethode beheren",
|
|
66
|
+
"cancelSubscription": "Abonnement opzeggen",
|
|
67
|
+
"cancelConfirm": "Weet je het zeker? Je hebt toegang tot {{date}}.",
|
|
68
|
+
"yesCancel": "Ja, opzeggen",
|
|
69
|
+
"noKeep": "Nee, behouden",
|
|
70
|
+
"changePlan": "Abonnement wijzigen",
|
|
71
|
+
"current": "Huidig",
|
|
72
|
+
"subscriptionEnds": "Abonnement eindigt op {{date}}",
|
|
73
|
+
"planChanged": "Abonnement gewijzigd.",
|
|
74
|
+
"status": {
|
|
75
|
+
"active": "Actief",
|
|
76
|
+
"cancelled": "Opgezegd",
|
|
77
|
+
"pastDue": "Verlopen",
|
|
78
|
+
"trialing": "Proefperiode"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cookiePreferences": "Cookie-indstillinger",
|
|
3
|
+
"essentialCookies": "Nødvendige cookies",
|
|
4
|
+
"functionalCookies": "Funktionelle cookies",
|
|
5
|
+
"analyticsCookies": "Statistik-cookies",
|
|
6
|
+
"marketingCookies": "Markedsføringscookies",
|
|
7
|
+
"preferencesCookies": "Præference-cookies",
|
|
8
|
+
"savePreferences": "Gem indstillinger",
|
|
9
|
+
"hideDetails": "Skjul detaljer",
|
|
10
|
+
"acceptAll": "Accepter alle",
|
|
11
|
+
"declineOptional": "Afvis valgfrie",
|
|
12
|
+
"customize": "Tilpas",
|
|
13
|
+
"featureConsentTitle": "Aktiver {{category}}?",
|
|
14
|
+
"featureConsentDescription": "Funktionen kræver {{category}} for at virke.",
|
|
15
|
+
"enable": "Aktiver",
|
|
16
|
+
"decline": "Afvis",
|
|
17
|
+
"essentialDescription": "Nødvendige for, at sitet fungerer. Kan ikke slås fra.",
|
|
18
|
+
"essentialExamples": "Session, sikkerhed, navigation",
|
|
19
|
+
"functionalDescription": "Gør det muligt at logge ind og gemme indstillinger. Påkrævet til login og brugerfunktioner.",
|
|
20
|
+
"functionalExamples": "Login (Firebase Auth), sprog, præferencer",
|
|
21
|
+
"functionalLegalNotice": "Inkl. login-cookies fra Firebase, så du forbliver logget ind.",
|
|
22
|
+
"analyticsDescription": "Hjælper os med at forstå, hvordan du bruger sitet, så vi kan forbedre det. Vi sælger eller deler ikke personlige data med tredjeparter.",
|
|
23
|
+
"analyticsExamples": "Sidevisninger, klik, performance",
|
|
24
|
+
"marketingDescription": "Bruges til målrettet reklame og måling af kampagner. Kan deles med reklamepartnere.",
|
|
25
|
+
"marketingExamples": "Reklamemål, konvertering, sociale pixels",
|
|
26
|
+
"cookieBannerDescription": "Vi bruger cookies for at forbedre din oplevelse og tilbyde personlige funktioner. Nogle er nødvendige for sitet, andre hjælper os med at forbedre tjenesten.",
|
|
27
|
+
"alwaysOn": "Altid aktiveret",
|
|
28
|
+
"enabled": "Aktiveret",
|
|
29
|
+
"disabled": "Deaktiveret",
|
|
30
|
+
"examples": "Eksempler",
|
|
31
|
+
"essentialOnlyNotice": "Vi bruger kun nødvendige cookies, så sitet fungerer"
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cookiePreferences": "Cookievoorkeuren",
|
|
3
|
+
"essentialCookies": "Noodzakelijke cookies",
|
|
4
|
+
"functionalCookies": "Functionele cookies",
|
|
5
|
+
"analyticsCookies": "Analytische cookies",
|
|
6
|
+
"marketingCookies": "Marketingcookies",
|
|
7
|
+
"preferencesCookies": "Voorkeurcookies",
|
|
8
|
+
"savePreferences": "Voorkeuren opslaan",
|
|
9
|
+
"hideDetails": "Details verbergen",
|
|
10
|
+
"acceptAll": "Alles accepteren",
|
|
11
|
+
"declineOptional": "Optioneel weigeren",
|
|
12
|
+
"customize": "Aanpassen",
|
|
13
|
+
"featureConsentTitle": "{{category}} inschakelen?",
|
|
14
|
+
"featureConsentDescription": "Deze functie heeft {{category}} nodig om te werken.",
|
|
15
|
+
"enable": "Inschakelen",
|
|
16
|
+
"decline": "Weigeren",
|
|
17
|
+
"essentialDescription": "Nodig om de site te laten werken. Kan niet worden uitgeschakeld.",
|
|
18
|
+
"essentialExamples": "Sessie, beveiliging, navigatie",
|
|
19
|
+
"functionalDescription": "Zorgt voor inloggen en opgeslagen voorkeuren. Nodig voor authenticatie en gebruikersfuncties.",
|
|
20
|
+
"functionalExamples": "Inlogsessies (Firebase Auth), taal, voorkeuren",
|
|
21
|
+
"functionalLegalNotice": "Inclusief inlogcookies van Firebase zodat je ingelogd blijft.",
|
|
22
|
+
"analyticsDescription": "Helpt ons te begrijpen hoe je de site gebruikt, zodat we die kunnen verbeteren. We verkopen of delen geen persoonsgegevens met derden.",
|
|
23
|
+
"analyticsExamples": "Paginaweergaven, klikken, prestaties",
|
|
24
|
+
"marketingDescription": "Gebruikt voor relevante advertenties en het meten van campagnes. Kan gegevens delen met adverteerders.",
|
|
25
|
+
"marketingExamples": "Advertentiedoelen, conversie, social pixels",
|
|
26
|
+
"cookieBannerDescription": "We gebruiken cookies om je ervaring te verbeteren en persoonlijke functies te bieden. Sommige zijn noodzakelijk, andere helpen ons de dienst te verbeteren.",
|
|
27
|
+
"alwaysOn": "Altijd aan",
|
|
28
|
+
"enabled": "Ingeschakeld",
|
|
29
|
+
"disabled": "Uitgeschakeld",
|
|
30
|
+
"examples": "Voorbeelden",
|
|
31
|
+
"essentialOnlyNotice": "We gebruiken alleen noodzakelijke cookies zodat de site werkt"
|
|
32
|
+
}
|
|
@@ -311,8 +311,19 @@
|
|
|
311
311
|
"from": "من",
|
|
312
312
|
"to": "إلى",
|
|
313
313
|
"today": "اليوم",
|
|
314
|
+
"yesterday": "أمس",
|
|
315
|
+
"tomorrow": "غداً",
|
|
316
|
+
"last7Days": "آخر 7 أيام",
|
|
317
|
+
"last30Days": "آخر 30 يوماً",
|
|
318
|
+
"next7Days": "الـ 7 أيام القادمة",
|
|
319
|
+
"next30Days": "الـ 30 يوماً القادمة",
|
|
320
|
+
"thisMonthStart": "بداية الشهر",
|
|
321
|
+
"thisMonthEnd": "نهاية الشهر",
|
|
314
322
|
"thisWeek": "هذا الأسبوع",
|
|
315
|
-
"thisMonth": "هذا الشهر"
|
|
323
|
+
"thisMonth": "هذا الشهر",
|
|
324
|
+
"clear": "مسح",
|
|
325
|
+
"pick": "اختيار",
|
|
326
|
+
"time": "الوقت"
|
|
316
327
|
},
|
|
317
328
|
"duration": {
|
|
318
329
|
"15m": "١٥ د",
|