@donotdev/core 0.0.44 → 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 -29
  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,73 +0,0 @@
1
- {
2
- "profileDBTemplate": {
3
- "title": "Profil",
4
- "subtitle": "Verwalten Sie Ihr datenbankgestütztes Profil",
5
- "tabs": {
6
- "profile": "Profil",
7
- "settings": "Einstellungen",
8
- "danger": "Gefahrenzone"
9
- },
10
- "profile": {
11
- "title": "Profilinformationen",
12
- "subtitle": "Ihre Profildaten anzeigen und bearbeiten",
13
- "form": {
14
- "saveChanges": "Änderungen Speichern",
15
- "cancel": "Abbrechen",
16
- "notSet": "Nicht gesetzt",
17
- "enterValue": "Wert eingeben",
18
- "loading": "Profil wird geladen...",
19
- "error": "Fehler beim Laden des Profils"
20
- }
21
- },
22
- "settings": {
23
- "title": "Einstellungen",
24
- "subtitle": "Verwalten Sie Ihre Kontoeinstellungen",
25
- "language": {
26
- "title": "Sprache",
27
- "description": "Wählen Sie Ihre bevorzugte Sprache",
28
- "current": "Aktuelle Sprache",
29
- "english": "Englisch",
30
- "french": "Französisch"
31
- },
32
- "notifications": {
33
- "title": "Benachrichtigungen",
34
- "description": "Verwalten Sie Ihre Benachrichtigungseinstellungen",
35
- "email": "E-Mail-Benachrichtigungen",
36
- "push": "Push-Benachrichtigungen",
37
- "sms": "SMS-Benachrichtigungen"
38
- }
39
- },
40
- "danger": {
41
- "title": "Gefahrenzone",
42
- "subtitle": "Irreversible und zerstörerische Aktionen",
43
- "deleteAccount": {
44
- "title": "Konto Löschen",
45
- "description": "Löschen Sie Ihr Konto und alle zugehörigen Daten dauerhaft",
46
- "warning": "Diese Aktion kann nicht rückgängig gemacht werden. Alle Ihre Daten werden dauerhaft gelöscht.",
47
- "confirm": "Ich verstehe die Konsequenzen, mein Konto löschen",
48
- "button": "Konto Löschen"
49
- }
50
- },
51
- "actions": {
52
- "edit": "Profil Bearbeiten",
53
- "save": "Änderungen Speichern",
54
- "cancel": "Abbrechen",
55
- "delete": "Konto Löschen",
56
- "signOut": "Abmelden"
57
- },
58
- "messages": {
59
- "saved": "Profil erfolgreich aktualisiert",
60
- "error": "Fehler beim Aktualisieren des Profils",
61
- "deleting": "Konto wird gelöscht...",
62
- "deleted": "Konto erfolgreich gelöscht",
63
- "loading": "Laden...",
64
- "noData": "Keine Profildaten verfügbar"
65
- },
66
- "validation": {
67
- "required": "Dieses Feld ist erforderlich",
68
- "invalidFormat": "Ungültiges Format",
69
- "minLength": "Muss mindestens {{count}} Zeichen lang sein",
70
- "maxLength": "Darf höchstens {{count}} Zeichen lang sein"
71
- }
72
- }
73
- }
@@ -1,73 +0,0 @@
1
- {
2
- "profileDBTemplate": {
3
- "title": "Profile",
4
- "subtitle": "Manage your database-driven profile",
5
- "tabs": {
6
- "profile": "Profile",
7
- "settings": "Settings",
8
- "danger": "Danger Zone"
9
- },
10
- "profile": {
11
- "title": "Profile Information",
12
- "subtitle": "View and edit your profile data",
13
- "form": {
14
- "saveChanges": "Save Changes",
15
- "cancel": "Cancel",
16
- "notSet": "Not set",
17
- "enterValue": "Enter value",
18
- "loading": "Loading profile...",
19
- "error": "Failed to load profile"
20
- }
21
- },
22
- "settings": {
23
- "title": "Settings",
24
- "subtitle": "Manage your account preferences",
25
- "language": {
26
- "title": "Language",
27
- "description": "Choose your preferred language",
28
- "current": "Current Language",
29
- "english": "English",
30
- "french": "Français"
31
- },
32
- "notifications": {
33
- "title": "Notifications",
34
- "description": "Manage your notification preferences",
35
- "email": "Email Notifications",
36
- "push": "Push Notifications",
37
- "sms": "SMS Notifications"
38
- }
39
- },
40
- "danger": {
41
- "title": "Danger Zone",
42
- "subtitle": "Irreversible and destructive actions",
43
- "deleteAccount": {
44
- "title": "Delete Account",
45
- "description": "Permanently delete your account and all associated data",
46
- "warning": "This action cannot be undone. All your data will be permanently deleted.",
47
- "confirm": "I understand the consequences, delete my account",
48
- "button": "Delete Account"
49
- }
50
- },
51
- "actions": {
52
- "edit": "Edit Profile",
53
- "save": "Save Changes",
54
- "cancel": "Cancel",
55
- "delete": "Delete Account",
56
- "signOut": "Sign Out"
57
- },
58
- "messages": {
59
- "saved": "Profile updated successfully",
60
- "error": "Failed to update profile",
61
- "deleting": "Deleting account...",
62
- "deleted": "Account deleted successfully",
63
- "loading": "Loading...",
64
- "noData": "No profile data available"
65
- },
66
- "validation": {
67
- "required": "This field is required",
68
- "invalidFormat": "Invalid format",
69
- "minLength": "Must be at least {{count}} characters",
70
- "maxLength": "Must be at most {{count}} characters"
71
- }
72
- }
73
- }
@@ -1,73 +0,0 @@
1
- {
2
- "profileDBTemplate": {
3
- "title": "Perfil",
4
- "subtitle": "Gestiona tu perfil basado en base de datos",
5
- "tabs": {
6
- "profile": "Perfil",
7
- "settings": "Configuración",
8
- "danger": "Zona de Peligro"
9
- },
10
- "profile": {
11
- "title": "Información del Perfil",
12
- "subtitle": "Ver y editar los datos de tu perfil",
13
- "form": {
14
- "saveChanges": "Guardar Cambios",
15
- "cancel": "Cancelar",
16
- "notSet": "No establecido",
17
- "enterValue": "Ingresar valor",
18
- "loading": "Cargando perfil...",
19
- "error": "Error al cargar el perfil"
20
- }
21
- },
22
- "settings": {
23
- "title": "Configuración",
24
- "subtitle": "Gestiona las preferencias de tu cuenta",
25
- "language": {
26
- "title": "Idioma",
27
- "description": "Elige tu idioma preferido",
28
- "current": "Idioma Actual",
29
- "english": "Inglés",
30
- "french": "Francés"
31
- },
32
- "notifications": {
33
- "title": "Notificaciones",
34
- "description": "Gestiona tus preferencias de notificaciones",
35
- "email": "Notificaciones por Email",
36
- "push": "Notificaciones Push",
37
- "sms": "Notificaciones SMS"
38
- }
39
- },
40
- "danger": {
41
- "title": "Zona de Peligro",
42
- "subtitle": "Acciones irreversibles y destructivas",
43
- "deleteAccount": {
44
- "title": "Eliminar Cuenta",
45
- "description": "Eliminar permanentemente tu cuenta y todos los datos asociados",
46
- "warning": "Esta acción no se puede deshacer. Todos tus datos serán eliminados permanentemente.",
47
- "confirm": "Entiendo las consecuencias, eliminar mi cuenta",
48
- "button": "Eliminar Cuenta"
49
- }
50
- },
51
- "actions": {
52
- "edit": "Editar Perfil",
53
- "save": "Guardar Cambios",
54
- "cancel": "Cancelar",
55
- "delete": "Eliminar Cuenta",
56
- "signOut": "Cerrar Sesión"
57
- },
58
- "messages": {
59
- "saved": "Perfil actualizado exitosamente",
60
- "error": "Error al actualizar el perfil",
61
- "deleting": "Eliminando cuenta...",
62
- "deleted": "Cuenta eliminada exitosamente",
63
- "loading": "Cargando...",
64
- "noData": "No hay datos de perfil disponibles"
65
- },
66
- "validation": {
67
- "required": "Este campo es obligatorio",
68
- "invalidFormat": "Formato inválido",
69
- "minLength": "Debe tener al menos {{count}} caracteres",
70
- "maxLength": "Debe tener como máximo {{count}} caracteres"
71
- }
72
- }
73
- }
@@ -1,73 +0,0 @@
1
- {
2
- "profileDBTemplate": {
3
- "title": "Profil",
4
- "subtitle": "Gérez votre profil basé sur la base de données",
5
- "tabs": {
6
- "profile": "Profil",
7
- "settings": "Paramètres",
8
- "danger": "Zone Dangereuse"
9
- },
10
- "profile": {
11
- "title": "Informations du Profil",
12
- "subtitle": "Afficher et modifier vos données de profil",
13
- "form": {
14
- "saveChanges": "Sauvegarder",
15
- "cancel": "Annuler",
16
- "notSet": "Non défini",
17
- "enterValue": "Entrer une valeur",
18
- "loading": "Chargement du profil...",
19
- "error": "Échec du chargement du profil"
20
- }
21
- },
22
- "settings": {
23
- "title": "Paramètres",
24
- "subtitle": "Gérez vos préférences de compte",
25
- "language": {
26
- "title": "Langue",
27
- "description": "Choisissez votre langue préférée",
28
- "current": "Langue Actuelle",
29
- "english": "Anglais",
30
- "french": "Français"
31
- },
32
- "notifications": {
33
- "title": "Notifications",
34
- "description": "Gérez vos préférences de notification",
35
- "email": "Notifications Email",
36
- "push": "Notifications Push",
37
- "sms": "Notifications SMS"
38
- }
39
- },
40
- "danger": {
41
- "title": "Zone Dangereuse",
42
- "subtitle": "Actions irréversibles et destructives",
43
- "deleteAccount": {
44
- "title": "Supprimer le Compte",
45
- "description": "Supprimer définitivement votre compte et toutes les données associées",
46
- "warning": "Cette action ne peut pas être annulée. Toutes vos données seront définitivement supprimées.",
47
- "confirm": "Je comprends les conséquences, supprimer mon compte",
48
- "button": "Supprimer le Compte"
49
- }
50
- },
51
- "actions": {
52
- "edit": "Modifier le Profil",
53
- "save": "Sauvegarder",
54
- "cancel": "Annuler",
55
- "delete": "Supprimer le Compte",
56
- "signOut": "Se Déconnecter"
57
- },
58
- "messages": {
59
- "saved": "Profil mis à jour avec succès",
60
- "error": "Échec de la mise à jour du profil",
61
- "deleting": "Suppression du compte...",
62
- "deleted": "Compte supprimé avec succès",
63
- "loading": "Chargement...",
64
- "noData": "Aucune donnée de profil disponible"
65
- },
66
- "validation": {
67
- "required": "Ce champ est requis",
68
- "invalidFormat": "Format invalide",
69
- "minLength": "Doit contenir au moins {{count}} caractères",
70
- "maxLength": "Doit contenir au plus {{count}} caractères"
71
- }
72
- }
73
- }
@@ -1,73 +0,0 @@
1
- {
2
- "profileDBTemplate": {
3
- "title": "Profilo",
4
- "subtitle": "Gestisci il tuo profilo basato su database",
5
- "tabs": {
6
- "profile": "Profilo",
7
- "settings": "Impostazioni",
8
- "danger": "Zona Pericolosa"
9
- },
10
- "profile": {
11
- "title": "Informazioni Profilo",
12
- "subtitle": "Visualizza e modifica i dati del tuo profilo",
13
- "form": {
14
- "saveChanges": "Salva Modifiche",
15
- "cancel": "Annulla",
16
- "notSet": "Non impostato",
17
- "enterValue": "Inserisci valore",
18
- "loading": "Caricamento profilo...",
19
- "error": "Errore durante il caricamento del profilo"
20
- }
21
- },
22
- "settings": {
23
- "title": "Impostazioni",
24
- "subtitle": "Gestisci le preferenze del tuo account",
25
- "language": {
26
- "title": "Lingua",
27
- "description": "Scegli la tua lingua preferita",
28
- "current": "Lingua Attuale",
29
- "english": "Inglese",
30
- "french": "Francese"
31
- },
32
- "notifications": {
33
- "title": "Notifiche",
34
- "description": "Gestisci le tue preferenze di notifica",
35
- "email": "Notifiche Email",
36
- "push": "Notifiche Push",
37
- "sms": "Notifiche SMS"
38
- }
39
- },
40
- "danger": {
41
- "title": "Zona Pericolosa",
42
- "subtitle": "Azioni irreversibili e distruttive",
43
- "deleteAccount": {
44
- "title": "Elimina Account",
45
- "description": "Elimina permanentemente il tuo account e tutti i dati associati",
46
- "warning": "Questa azione non può essere annullata. Tutti i tuoi dati saranno eliminati permanentemente.",
47
- "confirm": "Comprendo le conseguenze, elimina il mio account",
48
- "button": "Elimina Account"
49
- }
50
- },
51
- "actions": {
52
- "edit": "Modifica Profilo",
53
- "save": "Salva Modifiche",
54
- "cancel": "Annulla",
55
- "delete": "Elimina Account",
56
- "signOut": "Esci"
57
- },
58
- "messages": {
59
- "saved": "Profilo aggiornato con successo",
60
- "error": "Errore durante l'aggiornamento del profilo",
61
- "deleting": "Eliminazione account...",
62
- "deleted": "Account eliminato con successo",
63
- "loading": "Caricamento...",
64
- "noData": "Nessun dato profilo disponibile"
65
- },
66
- "validation": {
67
- "required": "Questo campo è obbligatorio",
68
- "invalidFormat": "Formato non valido",
69
- "minLength": "Deve contenere almeno {{count}} caratteri",
70
- "maxLength": "Deve contenere al massimo {{count}} caratteri"
71
- }
72
- }
73
- }
@@ -1,73 +0,0 @@
1
- {
2
- "profileDBTemplate": {
3
- "title": "プロフィール",
4
- "subtitle": "データベース駆動のプロフィールを管理",
5
- "tabs": {
6
- "profile": "プロフィール",
7
- "settings": "設定",
8
- "danger": "危険ゾーン"
9
- },
10
- "profile": {
11
- "title": "プロフィール情報",
12
- "subtitle": "プロフィールデータの表示と編集",
13
- "form": {
14
- "saveChanges": "変更を保存",
15
- "cancel": "キャンセル",
16
- "notSet": "未設定",
17
- "enterValue": "値を入力",
18
- "loading": "プロフィールを読み込み中...",
19
- "error": "プロフィールの読み込みに失敗しました"
20
- }
21
- },
22
- "settings": {
23
- "title": "設定",
24
- "subtitle": "アカウント設定を管理",
25
- "language": {
26
- "title": "言語",
27
- "description": "希望の言語を選択",
28
- "current": "現在の言語",
29
- "english": "英語",
30
- "french": "フランス語"
31
- },
32
- "notifications": {
33
- "title": "通知",
34
- "description": "通知設定を管理",
35
- "email": "メール通知",
36
- "push": "プッシュ通知",
37
- "sms": "SMS通知"
38
- }
39
- },
40
- "danger": {
41
- "title": "危険ゾーン",
42
- "subtitle": "元に戻せない破壊的な操作",
43
- "deleteAccount": {
44
- "title": "アカウントを削除",
45
- "description": "アカウントと関連するすべてのデータを永久に削除",
46
- "warning": "この操作は元に戻せません。すべてのデータが永久に削除されます。",
47
- "confirm": "結果を理解しました。アカウントを削除します",
48
- "button": "アカウントを削除"
49
- }
50
- },
51
- "actions": {
52
- "edit": "プロフィールを編集",
53
- "save": "変更を保存",
54
- "cancel": "キャンセル",
55
- "delete": "アカウントを削除",
56
- "signOut": "サインアウト"
57
- },
58
- "messages": {
59
- "saved": "プロフィールが正常に更新されました",
60
- "error": "プロフィールの更新に失敗しました",
61
- "deleting": "アカウントを削除中...",
62
- "deleted": "アカウントが正常に削除されました",
63
- "loading": "読み込み中...",
64
- "noData": "プロフィールデータがありません"
65
- },
66
- "validation": {
67
- "required": "このフィールドは必須です",
68
- "invalidFormat": "無効な形式",
69
- "minLength": "少なくとも{{count}}文字である必要があります",
70
- "maxLength": "最大{{count}}文字である必要があります"
71
- }
72
- }
73
- }
@@ -1,73 +0,0 @@
1
- {
2
- "profileDBTemplate": {
3
- "title": "프로필",
4
- "subtitle": "데이터베이스 기반 프로필 관리",
5
- "tabs": {
6
- "profile": "프로필",
7
- "settings": "설정",
8
- "danger": "위험 영역"
9
- },
10
- "profile": {
11
- "title": "프로필 정보",
12
- "subtitle": "프로필 데이터 보기 및 편집",
13
- "form": {
14
- "saveChanges": "변경 사항 저장",
15
- "cancel": "취소",
16
- "notSet": "설정되지 않음",
17
- "enterValue": "값 입력",
18
- "loading": "프로필 로딩 중...",
19
- "error": "프로필 로드 실패"
20
- }
21
- },
22
- "settings": {
23
- "title": "설정",
24
- "subtitle": "계정 기본 설정 관리",
25
- "language": {
26
- "title": "언어",
27
- "description": "선호하는 언어 선택",
28
- "current": "현재 언어",
29
- "english": "영어",
30
- "french": "프랑스어"
31
- },
32
- "notifications": {
33
- "title": "알림",
34
- "description": "알림 기본 설정 관리",
35
- "email": "이메일 알림",
36
- "push": "푸시 알림",
37
- "sms": "SMS 알림"
38
- }
39
- },
40
- "danger": {
41
- "title": "위험 영역",
42
- "subtitle": "되돌릴 수 없는 파괴적인 작업",
43
- "deleteAccount": {
44
- "title": "계정 삭제",
45
- "description": "계정 및 관련된 모든 데이터를 영구적으로 삭제",
46
- "warning": "이 작업은 취소할 수 없습니다. 모든 데이터가 영구적으로 삭제됩니다.",
47
- "confirm": "결과를 이해했습니다. 계정을 삭제합니다",
48
- "button": "계정 삭제"
49
- }
50
- },
51
- "actions": {
52
- "edit": "프로필 편집",
53
- "save": "변경 사항 저장",
54
- "cancel": "취소",
55
- "delete": "계정 삭제",
56
- "signOut": "로그아웃"
57
- },
58
- "messages": {
59
- "saved": "프로필이 성공적으로 업데이트되었습니다",
60
- "error": "프로필 업데이트 실패",
61
- "deleting": "계정 삭제 중...",
62
- "deleted": "계정이 성공적으로 삭제되었습니다",
63
- "loading": "로딩 중...",
64
- "noData": "프로필 데이터 없음"
65
- },
66
- "validation": {
67
- "required": "이 필드는 필수입니다",
68
- "invalidFormat": "잘못된 형식",
69
- "minLength": "최소 {{count}}자 이상이어야 합니다",
70
- "maxLength": "최대 {{count}}자까지 가능합니다"
71
- }
72
- }
73
- }
@@ -1,73 +0,0 @@
1
- {
2
- "profileDBTemplate": {
3
- "title": "Profiel",
4
- "subtitle": "Beheer je databaseprofiel",
5
- "tabs": {
6
- "profile": "Profiel",
7
- "settings": "Instellingen",
8
- "danger": "Gevarenzone"
9
- },
10
- "profile": {
11
- "title": "Profielgegevens",
12
- "subtitle": "Bekijk en bewerk je profiel",
13
- "form": {
14
- "saveChanges": "Wijzigingen opslaan",
15
- "cancel": "Annuleren",
16
- "notSet": "Niet ingesteld",
17
- "enterValue": "Voer waarde in",
18
- "loading": "Profiel laden...",
19
- "error": "Profiel laden mislukt"
20
- }
21
- },
22
- "settings": {
23
- "title": "Instellingen",
24
- "subtitle": "Accountvoorkeuren",
25
- "language": {
26
- "title": "Taal",
27
- "description": "Kies je taal",
28
- "current": "Huidige taal",
29
- "english": "Engels",
30
- "french": "Frans"
31
- },
32
- "notifications": {
33
- "title": "Notificaties",
34
- "description": "Wat wil je ontvangen",
35
- "email": "E-mail",
36
- "push": "Pushmeldingen",
37
- "sms": "SMS"
38
- }
39
- },
40
- "danger": {
41
- "title": "Gevarenzone",
42
- "subtitle": "Onomkeerbare acties",
43
- "deleteAccount": {
44
- "title": "Account verwijderen",
45
- "description": "Verwijder je account en alle gegevens permanent",
46
- "warning": "Dit kan niet ongedaan worden gemaakt. Alle gegevens worden verwijderd.",
47
- "confirm": "Ik begrijp de gevolgen, verwijder mijn account",
48
- "button": "Account verwijderen"
49
- }
50
- },
51
- "actions": {
52
- "edit": "Profiel bewerken",
53
- "save": "Wijzigingen opslaan",
54
- "cancel": "Annuleren",
55
- "delete": "Account verwijderen",
56
- "signOut": "Uitloggen"
57
- },
58
- "messages": {
59
- "saved": "Profiel bijgewerkt",
60
- "error": "Profiel bijwerken mislukt",
61
- "deleting": "Account verwijderen...",
62
- "deleted": "Account verwijderd",
63
- "loading": "Laden...",
64
- "noData": "Geen profielgegevens"
65
- },
66
- "validation": {
67
- "required": "Dit veld is verplicht",
68
- "invalidFormat": "Ongeldig formaat",
69
- "minLength": "Minimaal {{count}} tekens",
70
- "maxLength": "Maximaal {{count}} tekens"
71
- }
72
- }
73
- }
@@ -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": "المصادقة الثنائية",
38
- "enabled": "مفعلة",
39
- "disabled": "معطلة",
40
- "enable": "تفعيل المصادقة الثنائية",
41
- "disable": "إلغاء تفعيل المصادقة الثنائية"
42
- }
43
- },
44
- "preferences": {
45
- "language": {
46
- "title": "اللغة",
47
- "description": "اختر لغتك المفضلة",
48
- "current": "اللغة الحالية",
49
- "english": "الإنجليزية",
50
- "french": "Français"
51
- },
52
- "notifications": {
53
- "title": "الإشعارات",
54
- "description": "إدارة تفضيلات الإشعارات",
55
- "email": "إشعارات البريد الإلكتروني",
56
- "push": "الإشعارات الفورية",
57
- "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
- }