@donotdev/core 0.0.45 → 0.1.0
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/LICENSE.md +3 -3
- package/empty.cjs +2 -2
- package/empty.js +5 -2
- package/functions/index.d.ts +11 -11
- package/functions/index.js +7 -7
- package/index.d.ts +1125 -841
- package/index.js +37 -37
- package/next/index.d.ts +51 -18
- package/next/index.js +69 -59
- package/package.json +2 -2
- package/server.d.ts +718 -590
- package/server.js +1 -1
- package/vite/index.d.ts +57 -24
- package/vite/index.js +92 -76
- package/i18n/locales/lazy/entityFormTemplate_ar.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_da.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_de.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_en.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_es.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_fr.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_it.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_ja.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_ko.json +0 -85
- package/i18n/locales/lazy/entityFormTemplate_nl.json +0 -85
- package/i18n/locales/lazy/loginTemplate_ar.json +0 -26
- package/i18n/locales/lazy/loginTemplate_da.json +0 -21
- package/i18n/locales/lazy/loginTemplate_de.json +0 -26
- package/i18n/locales/lazy/loginTemplate_en.json +0 -26
- package/i18n/locales/lazy/loginTemplate_es.json +0 -26
- package/i18n/locales/lazy/loginTemplate_fr.json +0 -26
- package/i18n/locales/lazy/loginTemplate_it.json +0 -26
- package/i18n/locales/lazy/loginTemplate_ja.json +0 -26
- package/i18n/locales/lazy/loginTemplate_ko.json +0 -26
- package/i18n/locales/lazy/loginTemplate_nl.json +0 -21
- package/i18n/locales/lazy/profileDBTemplate_ar.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_da.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_de.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_en.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_es.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_fr.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_it.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_ja.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_ko.json +0 -73
- package/i18n/locales/lazy/profileDBTemplate_nl.json +0 -73
- package/i18n/locales/lazy/profileTemplate_ar.json +0 -85
- package/i18n/locales/lazy/profileTemplate_da.json +0 -85
- package/i18n/locales/lazy/profileTemplate_de.json +0 -85
- package/i18n/locales/lazy/profileTemplate_en.json +0 -85
- package/i18n/locales/lazy/profileTemplate_es.json +0 -85
- package/i18n/locales/lazy/profileTemplate_fr.json +0 -85
- package/i18n/locales/lazy/profileTemplate_it.json +0 -85
- package/i18n/locales/lazy/profileTemplate_ja.json +0 -85
- package/i18n/locales/lazy/profileTemplate_ko.json +0 -85
- package/i18n/locales/lazy/profileTemplate_nl.json +0 -85
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"profileTemplate": {
|
|
3
|
-
"title": "Profil",
|
|
4
|
-
"subtitle": "Kontoindstillinger og præferencer",
|
|
5
|
-
"tabs": {
|
|
6
|
-
"profile": "Profil",
|
|
7
|
-
"security": "Sikkerhed",
|
|
8
|
-
"preferences": "Præferencer",
|
|
9
|
-
"danger": "Risikozone"
|
|
10
|
-
},
|
|
11
|
-
"profile": {
|
|
12
|
-
"title": "Profilinformation",
|
|
13
|
-
"subtitle": "Opdater dine oplysninger og profilbillede",
|
|
14
|
-
"form": {
|
|
15
|
-
"name": "Fulde navn",
|
|
16
|
-
"email": "E-mail",
|
|
17
|
-
"bio": "Bio",
|
|
18
|
-
"location": "Sted",
|
|
19
|
-
"website": "Hjemmeside",
|
|
20
|
-
"saveChanges": "Gem ændringer",
|
|
21
|
-
"cancel": "Annuller",
|
|
22
|
-
"notSet": "Ikke angivet",
|
|
23
|
-
"enterValue": "Indtast værdi"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"security": {
|
|
27
|
-
"title": "Sikkerhed",
|
|
28
|
-
"subtitle": "Adgangskode og sikkerhed",
|
|
29
|
-
"password": {
|
|
30
|
-
"title": "Skift adgangskode",
|
|
31
|
-
"current": "Nuværende adgangskode",
|
|
32
|
-
"new": "Ny adgangskode",
|
|
33
|
-
"confirm": "Bekræft ny adgangskode",
|
|
34
|
-
"update": "Opdater adgangskode"
|
|
35
|
-
},
|
|
36
|
-
"twoFactor": {
|
|
37
|
-
"title": "Tofaktorgodkendelse",
|
|
38
|
-
"enabled": "Aktiveret",
|
|
39
|
-
"disabled": "Deaktiveret",
|
|
40
|
-
"enable": "Aktiver 2FA",
|
|
41
|
-
"disable": "Deaktiver 2FA"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"preferences": {
|
|
45
|
-
"language": {
|
|
46
|
-
"title": "Sprog",
|
|
47
|
-
"description": "Vælg sprog",
|
|
48
|
-
"current": "Nuværende sprog",
|
|
49
|
-
"english": "Engelsk",
|
|
50
|
-
"french": "Fransk"
|
|
51
|
-
},
|
|
52
|
-
"notifications": {
|
|
53
|
-
"title": "Notifikationer",
|
|
54
|
-
"description": "Hvad vil du modtage",
|
|
55
|
-
"email": "E-mail",
|
|
56
|
-
"push": "Push",
|
|
57
|
-
"sms": "SMS"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"danger": {
|
|
61
|
-
"title": "Risikozone",
|
|
62
|
-
"subtitle": "Handlinger der ikke kan fortrydes",
|
|
63
|
-
"deleteAccount": {
|
|
64
|
-
"title": "Slet konto",
|
|
65
|
-
"description": "Slet konto og alle data permanent",
|
|
66
|
-
"warning": "Handlingen kan ikke fortrydes. Alle data slettes.",
|
|
67
|
-
"confirm": "Jeg forstår konsekvenserne – slet min konto",
|
|
68
|
-
"button": "Slet konto"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"actions": {
|
|
72
|
-
"edit": "Rediger profil",
|
|
73
|
-
"save": "Gem ændringer",
|
|
74
|
-
"cancel": "Annuller",
|
|
75
|
-
"delete": "Slet konto",
|
|
76
|
-
"signOut": "Log ud"
|
|
77
|
-
},
|
|
78
|
-
"messages": {
|
|
79
|
-
"saved": "Profil opdateret",
|
|
80
|
-
"error": "Kunne ikke opdatere profil",
|
|
81
|
-
"deleting": "Sletter konto...",
|
|
82
|
-
"deleted": "Konto slettet"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"profileTemplate": {
|
|
3
|
-
"title": "Profil",
|
|
4
|
-
"subtitle": "Verwalten Sie Ihre Kontoeinstellungen und Präferenzen",
|
|
5
|
-
"tabs": {
|
|
6
|
-
"profile": "Profil",
|
|
7
|
-
"security": "Sicherheit",
|
|
8
|
-
"preferences": "Einstellungen",
|
|
9
|
-
"danger": "Gefahrenzone"
|
|
10
|
-
},
|
|
11
|
-
"profile": {
|
|
12
|
-
"title": "Profilinformationen",
|
|
13
|
-
"subtitle": "Aktualisieren Sie Ihre persönlichen Informationen und Profilbild",
|
|
14
|
-
"form": {
|
|
15
|
-
"name": "Vollständiger Name",
|
|
16
|
-
"email": "E-Mail-Adresse",
|
|
17
|
-
"bio": "Biografie",
|
|
18
|
-
"location": "Standort",
|
|
19
|
-
"website": "Website",
|
|
20
|
-
"saveChanges": "Änderungen Speichern",
|
|
21
|
-
"cancel": "Abbrechen",
|
|
22
|
-
"notSet": "Nicht gesetzt",
|
|
23
|
-
"enterValue": "Wert eingeben"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"security": {
|
|
27
|
-
"title": "Sicherheitseinstellungen",
|
|
28
|
-
"subtitle": "Verwalten Sie Ihr Passwort und Sicherheitspräferenzen",
|
|
29
|
-
"password": {
|
|
30
|
-
"title": "Passwort Ändern",
|
|
31
|
-
"current": "Aktuelles Passwort",
|
|
32
|
-
"new": "Neues Passwort",
|
|
33
|
-
"confirm": "Neues Passwort Bestätigen",
|
|
34
|
-
"update": "Passwort Aktualisieren"
|
|
35
|
-
},
|
|
36
|
-
"twoFactor": {
|
|
37
|
-
"title": "Zwei-Faktor-Authentifizierung",
|
|
38
|
-
"enabled": "Aktiviert",
|
|
39
|
-
"disabled": "Deaktiviert",
|
|
40
|
-
"enable": "2FA Aktivieren",
|
|
41
|
-
"disable": "2FA Deaktivieren"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"preferences": {
|
|
45
|
-
"language": {
|
|
46
|
-
"title": "Sprache",
|
|
47
|
-
"description": "Wählen Sie Ihre bevorzugte Sprache",
|
|
48
|
-
"current": "Aktuelle Sprache",
|
|
49
|
-
"english": "Englisch",
|
|
50
|
-
"french": "Französisch"
|
|
51
|
-
},
|
|
52
|
-
"notifications": {
|
|
53
|
-
"title": "Benachrichtigungen",
|
|
54
|
-
"description": "Verwalten Sie Ihre Benachrichtigungseinstellungen",
|
|
55
|
-
"email": "E-Mail-Benachrichtigungen",
|
|
56
|
-
"push": "Push-Benachrichtigungen",
|
|
57
|
-
"sms": "SMS-Benachrichtigungen"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"danger": {
|
|
61
|
-
"title": "Gefahrenzone",
|
|
62
|
-
"subtitle": "Irreversible und zerstörerische Aktionen",
|
|
63
|
-
"deleteAccount": {
|
|
64
|
-
"title": "Konto Löschen",
|
|
65
|
-
"description": "Löschen Sie Ihr Konto und alle zugehörigen Daten dauerhaft",
|
|
66
|
-
"warning": "Diese Aktion kann nicht rückgängig gemacht werden. Alle Ihre Daten werden dauerhaft gelöscht.",
|
|
67
|
-
"confirm": "Ich verstehe die Konsequenzen, mein Konto löschen",
|
|
68
|
-
"button": "Konto Löschen"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"actions": {
|
|
72
|
-
"edit": "Profil Bearbeiten",
|
|
73
|
-
"save": "Änderungen Speichern",
|
|
74
|
-
"cancel": "Abbrechen",
|
|
75
|
-
"delete": "Konto Löschen",
|
|
76
|
-
"signOut": "Abmelden"
|
|
77
|
-
},
|
|
78
|
-
"messages": {
|
|
79
|
-
"saved": "Profil erfolgreich aktualisiert",
|
|
80
|
-
"error": "Fehler beim Aktualisieren des Profils",
|
|
81
|
-
"deleting": "Konto wird gelöscht...",
|
|
82
|
-
"deleted": "Konto erfolgreich gelöscht"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"profileTemplate": {
|
|
3
|
-
"title": "Profile",
|
|
4
|
-
"subtitle": "Manage your account settings and preferences",
|
|
5
|
-
"tabs": {
|
|
6
|
-
"profile": "Profile",
|
|
7
|
-
"security": "Security",
|
|
8
|
-
"preferences": "Preferences",
|
|
9
|
-
"danger": "Danger Zone"
|
|
10
|
-
},
|
|
11
|
-
"profile": {
|
|
12
|
-
"title": "Profile Information",
|
|
13
|
-
"subtitle": "Update your personal information and profile picture",
|
|
14
|
-
"form": {
|
|
15
|
-
"name": "Full Name",
|
|
16
|
-
"email": "Email Address",
|
|
17
|
-
"bio": "Bio",
|
|
18
|
-
"location": "Location",
|
|
19
|
-
"website": "Website",
|
|
20
|
-
"saveChanges": "Save Changes",
|
|
21
|
-
"cancel": "Cancel",
|
|
22
|
-
"notSet": "Not set",
|
|
23
|
-
"enterValue": "Enter value"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"security": {
|
|
27
|
-
"title": "Security Settings",
|
|
28
|
-
"subtitle": "Manage your password and security preferences",
|
|
29
|
-
"password": {
|
|
30
|
-
"title": "Change Password",
|
|
31
|
-
"current": "Current Password",
|
|
32
|
-
"new": "New Password",
|
|
33
|
-
"confirm": "Confirm New Password",
|
|
34
|
-
"update": "Update Password"
|
|
35
|
-
},
|
|
36
|
-
"twoFactor": {
|
|
37
|
-
"title": "Two-Factor Authentication",
|
|
38
|
-
"enabled": "Enabled",
|
|
39
|
-
"disabled": "Disabled",
|
|
40
|
-
"enable": "Enable 2FA",
|
|
41
|
-
"disable": "Disable 2FA"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"preferences": {
|
|
45
|
-
"language": {
|
|
46
|
-
"title": "Language",
|
|
47
|
-
"description": "Choose your preferred language",
|
|
48
|
-
"current": "Current Language",
|
|
49
|
-
"english": "English",
|
|
50
|
-
"french": "Français"
|
|
51
|
-
},
|
|
52
|
-
"notifications": {
|
|
53
|
-
"title": "Notifications",
|
|
54
|
-
"description": "Manage your notification preferences",
|
|
55
|
-
"email": "Email Notifications",
|
|
56
|
-
"push": "Push Notifications",
|
|
57
|
-
"sms": "SMS Notifications"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"danger": {
|
|
61
|
-
"title": "Danger Zone",
|
|
62
|
-
"subtitle": "Irreversible and destructive actions",
|
|
63
|
-
"deleteAccount": {
|
|
64
|
-
"title": "Delete Account",
|
|
65
|
-
"description": "Permanently delete your account and all associated data",
|
|
66
|
-
"warning": "This action cannot be undone. All your data will be permanently deleted.",
|
|
67
|
-
"confirm": "I understand the consequences, delete my account",
|
|
68
|
-
"button": "Delete Account"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"actions": {
|
|
72
|
-
"edit": "Edit Profile",
|
|
73
|
-
"save": "Save Changes",
|
|
74
|
-
"cancel": "Cancel",
|
|
75
|
-
"delete": "Delete Account",
|
|
76
|
-
"signOut": "Sign Out"
|
|
77
|
-
},
|
|
78
|
-
"messages": {
|
|
79
|
-
"saved": "Profile updated successfully",
|
|
80
|
-
"error": "Failed to update profile",
|
|
81
|
-
"deleting": "Deleting account...",
|
|
82
|
-
"deleted": "Account deleted successfully"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"profileTemplate": {
|
|
3
|
-
"title": "Perfil",
|
|
4
|
-
"subtitle": "Gestiona la configuración y preferencias de tu cuenta",
|
|
5
|
-
"tabs": {
|
|
6
|
-
"profile": "Perfil",
|
|
7
|
-
"security": "Seguridad",
|
|
8
|
-
"preferences": "Preferencias",
|
|
9
|
-
"danger": "Zona de Peligro"
|
|
10
|
-
},
|
|
11
|
-
"profile": {
|
|
12
|
-
"title": "Información del Perfil",
|
|
13
|
-
"subtitle": "Actualiza tu información personal y foto de perfil",
|
|
14
|
-
"form": {
|
|
15
|
-
"name": "Nombre Completo",
|
|
16
|
-
"email": "Dirección de Correo Electrónico",
|
|
17
|
-
"bio": "Biografía",
|
|
18
|
-
"location": "Ubicación",
|
|
19
|
-
"website": "Sitio Web",
|
|
20
|
-
"saveChanges": "Guardar Cambios",
|
|
21
|
-
"cancel": "Cancelar",
|
|
22
|
-
"notSet": "No establecido",
|
|
23
|
-
"enterValue": "Ingresar valor"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"security": {
|
|
27
|
-
"title": "Configuración de Seguridad",
|
|
28
|
-
"subtitle": "Gestiona tu contraseña y preferencias de seguridad",
|
|
29
|
-
"password": {
|
|
30
|
-
"title": "Cambiar Contraseña",
|
|
31
|
-
"current": "Contraseña Actual",
|
|
32
|
-
"new": "Nueva Contraseña",
|
|
33
|
-
"confirm": "Confirmar Nueva Contraseña",
|
|
34
|
-
"update": "Actualizar Contraseña"
|
|
35
|
-
},
|
|
36
|
-
"twoFactor": {
|
|
37
|
-
"title": "Autenticación de Dos Factores",
|
|
38
|
-
"enabled": "Habilitado",
|
|
39
|
-
"disabled": "Deshabilitado",
|
|
40
|
-
"enable": "Habilitar 2FA",
|
|
41
|
-
"disable": "Deshabilitar 2FA"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"preferences": {
|
|
45
|
-
"language": {
|
|
46
|
-
"title": "Idioma",
|
|
47
|
-
"description": "Elige tu idioma preferido",
|
|
48
|
-
"current": "Idioma Actual",
|
|
49
|
-
"english": "Inglés",
|
|
50
|
-
"french": "Francés"
|
|
51
|
-
},
|
|
52
|
-
"notifications": {
|
|
53
|
-
"title": "Notificaciones",
|
|
54
|
-
"description": "Gestiona tus preferencias de notificaciones",
|
|
55
|
-
"email": "Notificaciones por Email",
|
|
56
|
-
"push": "Notificaciones Push",
|
|
57
|
-
"sms": "Notificaciones SMS"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"danger": {
|
|
61
|
-
"title": "Zona de Peligro",
|
|
62
|
-
"subtitle": "Acciones irreversibles y destructivas",
|
|
63
|
-
"deleteAccount": {
|
|
64
|
-
"title": "Eliminar Cuenta",
|
|
65
|
-
"description": "Eliminar permanentemente tu cuenta y todos los datos asociados",
|
|
66
|
-
"warning": "Esta acción no se puede deshacer. Todos tus datos serán eliminados permanentemente.",
|
|
67
|
-
"confirm": "Entiendo las consecuencias, eliminar mi cuenta",
|
|
68
|
-
"button": "Eliminar Cuenta"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"actions": {
|
|
72
|
-
"edit": "Editar Perfil",
|
|
73
|
-
"save": "Guardar Cambios",
|
|
74
|
-
"cancel": "Cancelar",
|
|
75
|
-
"delete": "Eliminar Cuenta",
|
|
76
|
-
"signOut": "Cerrar Sesión"
|
|
77
|
-
},
|
|
78
|
-
"messages": {
|
|
79
|
-
"saved": "Perfil actualizado exitosamente",
|
|
80
|
-
"error": "Error al actualizar el perfil",
|
|
81
|
-
"deleting": "Eliminando cuenta...",
|
|
82
|
-
"deleted": "Cuenta eliminada exitosamente"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"profileTemplate": {
|
|
3
|
-
"title": "Profil",
|
|
4
|
-
"subtitle": "Gérez vos paramètres de compte et préférences",
|
|
5
|
-
"tabs": {
|
|
6
|
-
"profile": "Profil",
|
|
7
|
-
"security": "Sécurité",
|
|
8
|
-
"preferences": "Préférences",
|
|
9
|
-
"danger": "Zone Dangereuse"
|
|
10
|
-
},
|
|
11
|
-
"profile": {
|
|
12
|
-
"title": "Informations du Profil",
|
|
13
|
-
"subtitle": "Mettez à jour vos informations personnelles et photo de profil",
|
|
14
|
-
"form": {
|
|
15
|
-
"name": "Nom Complet",
|
|
16
|
-
"email": "Adresse Email",
|
|
17
|
-
"bio": "Biographie",
|
|
18
|
-
"location": "Localisation",
|
|
19
|
-
"website": "Site Web",
|
|
20
|
-
"saveChanges": "Sauvegarder",
|
|
21
|
-
"cancel": "Annuler",
|
|
22
|
-
"notSet": "Non défini",
|
|
23
|
-
"enterValue": "Entrer une valeur"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"security": {
|
|
27
|
-
"title": "Paramètres de Sécurité",
|
|
28
|
-
"subtitle": "Gérez votre mot de passe et préférences de sécurité",
|
|
29
|
-
"password": {
|
|
30
|
-
"title": "Changer le Mot de Passe",
|
|
31
|
-
"current": "Mot de Passe Actuel",
|
|
32
|
-
"new": "Nouveau Mot de Passe",
|
|
33
|
-
"confirm": "Confirmer le Nouveau Mot de Passe",
|
|
34
|
-
"update": "Mettre à Jour le Mot de Passe"
|
|
35
|
-
},
|
|
36
|
-
"twoFactor": {
|
|
37
|
-
"title": "Authentification à Deux Facteurs",
|
|
38
|
-
"enabled": "Activé",
|
|
39
|
-
"disabled": "Désactivé",
|
|
40
|
-
"enable": "Activer 2FA",
|
|
41
|
-
"disable": "Désactiver 2FA"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"preferences": {
|
|
45
|
-
"language": {
|
|
46
|
-
"title": "Langue",
|
|
47
|
-
"description": "Choisissez votre langue préférée",
|
|
48
|
-
"current": "Langue Actuelle",
|
|
49
|
-
"english": "Anglais",
|
|
50
|
-
"french": "Français"
|
|
51
|
-
},
|
|
52
|
-
"notifications": {
|
|
53
|
-
"title": "Notifications",
|
|
54
|
-
"description": "Gérez vos préférences de notification",
|
|
55
|
-
"email": "Notifications Email",
|
|
56
|
-
"push": "Notifications Push",
|
|
57
|
-
"sms": "Notifications SMS"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"danger": {
|
|
61
|
-
"title": "Zone Dangereuse",
|
|
62
|
-
"subtitle": "Actions irréversibles et destructives",
|
|
63
|
-
"deleteAccount": {
|
|
64
|
-
"title": "Supprimer le Compte",
|
|
65
|
-
"description": "Supprimer définitivement votre compte et toutes les données associées",
|
|
66
|
-
"warning": "Cette action ne peut pas être annulée. Toutes vos données seront définitivement supprimées.",
|
|
67
|
-
"confirm": "Je comprends les conséquences, supprimer mon compte",
|
|
68
|
-
"button": "Supprimer le Compte"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"actions": {
|
|
72
|
-
"edit": "Modifier le Profil",
|
|
73
|
-
"save": "Sauvegarder",
|
|
74
|
-
"cancel": "Annuler",
|
|
75
|
-
"delete": "Supprimer le Compte",
|
|
76
|
-
"signOut": "Se Déconnecter"
|
|
77
|
-
},
|
|
78
|
-
"messages": {
|
|
79
|
-
"saved": "Profil mis à jour avec succès",
|
|
80
|
-
"error": "Échec de la mise à jour du profil",
|
|
81
|
-
"deleting": "Suppression du compte...",
|
|
82
|
-
"deleted": "Compte supprimé avec succès"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"profileTemplate": {
|
|
3
|
-
"title": "Profilo",
|
|
4
|
-
"subtitle": "Gestisci le impostazioni e le preferenze del tuo account",
|
|
5
|
-
"tabs": {
|
|
6
|
-
"profile": "Profilo",
|
|
7
|
-
"security": "Sicurezza",
|
|
8
|
-
"preferences": "Preferenze",
|
|
9
|
-
"danger": "Zona Pericolosa"
|
|
10
|
-
},
|
|
11
|
-
"profile": {
|
|
12
|
-
"title": "Informazioni Profilo",
|
|
13
|
-
"subtitle": "Aggiorna le tue informazioni personali e foto del profilo",
|
|
14
|
-
"form": {
|
|
15
|
-
"name": "Nome Completo",
|
|
16
|
-
"email": "Indirizzo Email",
|
|
17
|
-
"bio": "Biografia",
|
|
18
|
-
"location": "Posizione",
|
|
19
|
-
"website": "Sito Web",
|
|
20
|
-
"saveChanges": "Salva Modifiche",
|
|
21
|
-
"cancel": "Annulla",
|
|
22
|
-
"notSet": "Non impostato",
|
|
23
|
-
"enterValue": "Inserisci valore"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"security": {
|
|
27
|
-
"title": "Impostazioni di Sicurezza",
|
|
28
|
-
"subtitle": "Gestisci la tua password e preferenze di sicurezza",
|
|
29
|
-
"password": {
|
|
30
|
-
"title": "Cambia Password",
|
|
31
|
-
"current": "Password Attuale",
|
|
32
|
-
"new": "Nuova Password",
|
|
33
|
-
"confirm": "Conferma Nuova Password",
|
|
34
|
-
"update": "Aggiorna Password"
|
|
35
|
-
},
|
|
36
|
-
"twoFactor": {
|
|
37
|
-
"title": "Autenticazione a Due Fattori",
|
|
38
|
-
"enabled": "Abilitato",
|
|
39
|
-
"disabled": "Disabilitato",
|
|
40
|
-
"enable": "Abilita 2FA",
|
|
41
|
-
"disable": "Disabilita 2FA"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"preferences": {
|
|
45
|
-
"language": {
|
|
46
|
-
"title": "Lingua",
|
|
47
|
-
"description": "Scegli la tua lingua preferita",
|
|
48
|
-
"current": "Lingua Attuale",
|
|
49
|
-
"english": "Inglese",
|
|
50
|
-
"french": "Francese"
|
|
51
|
-
},
|
|
52
|
-
"notifications": {
|
|
53
|
-
"title": "Notifiche",
|
|
54
|
-
"description": "Gestisci le tue preferenze di notifica",
|
|
55
|
-
"email": "Notifiche Email",
|
|
56
|
-
"push": "Notifiche Push",
|
|
57
|
-
"sms": "Notifiche SMS"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"danger": {
|
|
61
|
-
"title": "Zona Pericolosa",
|
|
62
|
-
"subtitle": "Azioni irreversibili e distruttive",
|
|
63
|
-
"deleteAccount": {
|
|
64
|
-
"title": "Elimina Account",
|
|
65
|
-
"description": "Elimina permanentemente il tuo account e tutti i dati associati",
|
|
66
|
-
"warning": "Questa azione non può essere annullata. Tutti i tuoi dati saranno eliminati permanentemente.",
|
|
67
|
-
"confirm": "Comprendo le conseguenze, elimina il mio account",
|
|
68
|
-
"button": "Elimina Account"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"actions": {
|
|
72
|
-
"edit": "Modifica Profilo",
|
|
73
|
-
"save": "Salva Modifiche",
|
|
74
|
-
"cancel": "Annulla",
|
|
75
|
-
"delete": "Elimina Account",
|
|
76
|
-
"signOut": "Esci"
|
|
77
|
-
},
|
|
78
|
-
"messages": {
|
|
79
|
-
"saved": "Profilo aggiornato con successo",
|
|
80
|
-
"error": "Errore durante l'aggiornamento del profilo",
|
|
81
|
-
"deleting": "Eliminazione account...",
|
|
82
|
-
"deleted": "Account eliminato con successo"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
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": "二要素認証",
|
|
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
|
-
}
|