@donotdev/core 0.0.45 → 0.0.46

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.
Files changed (47) hide show
  1. package/empty.cjs +2 -2
  2. package/empty.js +5 -2
  3. package/functions/index.js +5 -5
  4. package/index.js +37 -37
  5. package/next/index.js +42 -42
  6. package/package.json +2 -2
  7. package/vite/index.js +31 -30
  8. package/i18n/locales/lazy/entityFormTemplate_ar.json +0 -85
  9. package/i18n/locales/lazy/entityFormTemplate_da.json +0 -85
  10. package/i18n/locales/lazy/entityFormTemplate_de.json +0 -85
  11. package/i18n/locales/lazy/entityFormTemplate_en.json +0 -85
  12. package/i18n/locales/lazy/entityFormTemplate_es.json +0 -85
  13. package/i18n/locales/lazy/entityFormTemplate_fr.json +0 -85
  14. package/i18n/locales/lazy/entityFormTemplate_it.json +0 -85
  15. package/i18n/locales/lazy/entityFormTemplate_ja.json +0 -85
  16. package/i18n/locales/lazy/entityFormTemplate_ko.json +0 -85
  17. package/i18n/locales/lazy/entityFormTemplate_nl.json +0 -85
  18. package/i18n/locales/lazy/loginTemplate_ar.json +0 -26
  19. package/i18n/locales/lazy/loginTemplate_da.json +0 -21
  20. package/i18n/locales/lazy/loginTemplate_de.json +0 -26
  21. package/i18n/locales/lazy/loginTemplate_en.json +0 -26
  22. package/i18n/locales/lazy/loginTemplate_es.json +0 -26
  23. package/i18n/locales/lazy/loginTemplate_fr.json +0 -26
  24. package/i18n/locales/lazy/loginTemplate_it.json +0 -26
  25. package/i18n/locales/lazy/loginTemplate_ja.json +0 -26
  26. package/i18n/locales/lazy/loginTemplate_ko.json +0 -26
  27. package/i18n/locales/lazy/loginTemplate_nl.json +0 -21
  28. package/i18n/locales/lazy/profileDBTemplate_ar.json +0 -73
  29. package/i18n/locales/lazy/profileDBTemplate_da.json +0 -73
  30. package/i18n/locales/lazy/profileDBTemplate_de.json +0 -73
  31. package/i18n/locales/lazy/profileDBTemplate_en.json +0 -73
  32. package/i18n/locales/lazy/profileDBTemplate_es.json +0 -73
  33. package/i18n/locales/lazy/profileDBTemplate_fr.json +0 -73
  34. package/i18n/locales/lazy/profileDBTemplate_it.json +0 -73
  35. package/i18n/locales/lazy/profileDBTemplate_ja.json +0 -73
  36. package/i18n/locales/lazy/profileDBTemplate_ko.json +0 -73
  37. package/i18n/locales/lazy/profileDBTemplate_nl.json +0 -73
  38. package/i18n/locales/lazy/profileTemplate_ar.json +0 -85
  39. package/i18n/locales/lazy/profileTemplate_da.json +0 -85
  40. package/i18n/locales/lazy/profileTemplate_de.json +0 -85
  41. package/i18n/locales/lazy/profileTemplate_en.json +0 -85
  42. package/i18n/locales/lazy/profileTemplate_es.json +0 -85
  43. package/i18n/locales/lazy/profileTemplate_fr.json +0 -85
  44. package/i18n/locales/lazy/profileTemplate_it.json +0 -85
  45. package/i18n/locales/lazy/profileTemplate_ja.json +0 -85
  46. package/i18n/locales/lazy/profileTemplate_ko.json +0 -85
  47. package/i18n/locales/lazy/profileTemplate_nl.json +0 -85
@@ -1,85 +0,0 @@
1
- {
2
- "profileTemplate": {
3
- "title": "프로필",
4
- "subtitle": "계정 설정 및 기본 설정 관리",
5
- "tabs": {
6
- "profile": "프로필",
7
- "security": "보안",
8
- "preferences": "기본 설정",
9
- "danger": "위험 영역"
10
- },
11
- "profile": {
12
- "title": "프로필 정보",
13
- "subtitle": "개인 정보 및 프로필 사진 업데이트",
14
- "form": {
15
- "name": "전체 이름",
16
- "email": "이메일 주소",
17
- "bio": "자기소개",
18
- "location": "위치",
19
- "website": "웹사이트",
20
- "saveChanges": "변경 사항 저장",
21
- "cancel": "취소",
22
- "notSet": "설정되지 않음",
23
- "enterValue": "값 입력"
24
- }
25
- },
26
- "security": {
27
- "title": "보안 설정",
28
- "subtitle": "비밀번호 및 보안 기본 설정 관리",
29
- "password": {
30
- "title": "비밀번호 변경",
31
- "current": "현재 비밀번호",
32
- "new": "새 비밀번호",
33
- "confirm": "새 비밀번호 확인",
34
- "update": "비밀번호 업데이트"
35
- },
36
- "twoFactor": {
37
- "title": "2단계 인증",
38
- "enabled": "활성화됨",
39
- "disabled": "비활성화됨",
40
- "enable": "2FA 활성화",
41
- "disable": "2FA 비활성화"
42
- }
43
- },
44
- "preferences": {
45
- "language": {
46
- "title": "언어",
47
- "description": "선호하는 언어 선택",
48
- "current": "현재 언어",
49
- "english": "영어",
50
- "french": "프랑스어"
51
- },
52
- "notifications": {
53
- "title": "알림",
54
- "description": "알림 기본 설정 관리",
55
- "email": "이메일 알림",
56
- "push": "푸시 알림",
57
- "sms": "SMS 알림"
58
- }
59
- },
60
- "danger": {
61
- "title": "위험 영역",
62
- "subtitle": "되돌릴 수 없는 파괴적인 작업",
63
- "deleteAccount": {
64
- "title": "계정 삭제",
65
- "description": "계정 및 관련된 모든 데이터를 영구적으로 삭제",
66
- "warning": "이 작업은 취소할 수 없습니다. 모든 데이터가 영구적으로 삭제됩니다.",
67
- "confirm": "결과를 이해했습니다. 계정을 삭제합니다",
68
- "button": "계정 삭제"
69
- }
70
- },
71
- "actions": {
72
- "edit": "프로필 편집",
73
- "save": "변경 사항 저장",
74
- "cancel": "취소",
75
- "delete": "계정 삭제",
76
- "signOut": "로그아웃"
77
- },
78
- "messages": {
79
- "saved": "프로필이 성공적으로 업데이트되었습니다",
80
- "error": "프로필 업데이트 실패",
81
- "deleting": "계정 삭제 중...",
82
- "deleted": "계정이 성공적으로 삭제되었습니다"
83
- }
84
- }
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "profileTemplate": {
3
- "title": "Profiel",
4
- "subtitle": "Accountinstellingen en voorkeuren",
5
- "tabs": {
6
- "profile": "Profiel",
7
- "security": "Beveiliging",
8
- "preferences": "Voorkeuren",
9
- "danger": "Gevarenzone"
10
- },
11
- "profile": {
12
- "title": "Profielgegevens",
13
- "subtitle": "Werk je gegevens en profielfoto bij",
14
- "form": {
15
- "name": "Volledige naam",
16
- "email": "E-mailadres",
17
- "bio": "Bio",
18
- "location": "Locatie",
19
- "website": "Website",
20
- "saveChanges": "Wijzigingen opslaan",
21
- "cancel": "Annuleren",
22
- "notSet": "Niet ingesteld",
23
- "enterValue": "Voer waarde in"
24
- }
25
- },
26
- "security": {
27
- "title": "Beveiliging",
28
- "subtitle": "Wachtwoord en beveiliging",
29
- "password": {
30
- "title": "Wachtwoord wijzigen",
31
- "current": "Huidig wachtwoord",
32
- "new": "Nieuw wachtwoord",
33
- "confirm": "Bevestig nieuw wachtwoord",
34
- "update": "Wachtwoord bijwerken"
35
- },
36
- "twoFactor": {
37
- "title": "Tweefactorauthenticatie",
38
- "enabled": "Ingeschakeld",
39
- "disabled": "Uitgeschakeld",
40
- "enable": "2FA inschakelen",
41
- "disable": "2FA uitschakelen"
42
- }
43
- },
44
- "preferences": {
45
- "language": {
46
- "title": "Taal",
47
- "description": "Kies je taal",
48
- "current": "Huidige taal",
49
- "english": "Engels",
50
- "french": "Frans"
51
- },
52
- "notifications": {
53
- "title": "Notificaties",
54
- "description": "Wat wil je ontvangen",
55
- "email": "E-mail",
56
- "push": "Push",
57
- "sms": "SMS"
58
- }
59
- },
60
- "danger": {
61
- "title": "Gevarenzone",
62
- "subtitle": "Onomkeerbare acties",
63
- "deleteAccount": {
64
- "title": "Account verwijderen",
65
- "description": "Verwijder account en alle gegevens permanent",
66
- "warning": "Dit kan niet ongedaan worden gemaakt. Alle gegevens worden verwijderd.",
67
- "confirm": "Ik begrijp de gevolgen, verwijder mijn account",
68
- "button": "Account verwijderen"
69
- }
70
- },
71
- "actions": {
72
- "edit": "Profiel bewerken",
73
- "save": "Wijzigingen opslaan",
74
- "cancel": "Annuleren",
75
- "delete": "Account verwijderen",
76
- "signOut": "Uitloggen"
77
- },
78
- "messages": {
79
- "saved": "Profiel bijgewerkt",
80
- "error": "Profiel bijwerken mislukt",
81
- "deleting": "Account verwijderen...",
82
- "deleted": "Account verwijderd"
83
- }
84
- }
85
- }