@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,85 +0,0 @@
1
- {
2
- "entityFormTemplate": {
3
- "title": "النموذج",
4
- "subtitle": "إدارة بياناتك",
5
- "actions": {
6
- "create": "إنشاء",
7
- "update": "تحديث",
8
- "save": "حفظ",
9
- "cancel": "إلغاء",
10
- "delete": "حذف",
11
- "edit": "تعديل",
12
- "view": "عرض",
13
- "back": "رجوع",
14
- "next": "التالي",
15
- "previous": "السابق",
16
- "submit": "إرسال",
17
- "reset": "إعادة تعيين"
18
- },
19
- "form": {
20
- "loading": "جاري تحميل النموذج...",
21
- "saving": "جاري الحفظ...",
22
- "saved": "تم الحفظ بنجاح",
23
- "error": "حدث خطأ",
24
- "validation": {
25
- "required": "هذا الحقل مطلوب",
26
- "invalidFormat": "تنسيق غير صالح",
27
- "minLength": "يجب أن يكون {{count}} أحرف على الأقل",
28
- "maxLength": "يجب أن يكون {{count}} أحرف كحد أقصى",
29
- "invalidEmail": "عنوان بريد إلكتروني غير صالح",
30
- "passwordMismatch": "كلمات المرور لا تتطابق",
31
- "invalidUrl": "تنسيق رابط غير صالح",
32
- "invalidNumber": "تنسيق رقم غير صالح",
33
- "minValue": "القيمة يجب أن تكون {{count}} على الأقل",
34
- "maxValue": "القيمة يجب أن تكون {{count}} كحد أقصى"
35
- }
36
- },
37
- "steps": {
38
- "current": "الخطوة {{current}} من {{total}}",
39
- "next": "الخطوة التالية",
40
- "previous": "الخطوة السابقة",
41
- "complete": "مكتمل",
42
- "incomplete": "غير مكتمل"
43
- },
44
- "messages": {
45
- "confirmDelete": "هل أنت متأكد من حذف هذا؟ لا يمكن التراجع عن هذا الإجراء.",
46
- "deleteSuccess": "تم حذف العنصر بنجاح",
47
- "deleteError": "فشل في حذف العنصر",
48
- "saveSuccess": "تم حفظ التغييرات بنجاح",
49
- "saveError": "فشل في حفظ التغييرات",
50
- "loadError": "فشل في تحميل البيانات",
51
- "noData": "لا توجد بيانات متاحة",
52
- "searching": "جاري البحث...",
53
- "noResults": "لم يتم العثور على نتائج"
54
- },
55
- "fields": {
56
- "name": "الاسم",
57
- "email": "البريد الإلكتروني",
58
- "description": "الوصف",
59
- "status": "الحالة",
60
- "type": "النوع",
61
- "category": "الفئة",
62
- "tags": "العلامات",
63
- "createdAt": "تاريخ الإنشاء",
64
- "updatedAt": "تاريخ التحديث",
65
- "actions": "الإجراءات"
66
- },
67
- "status": {
68
- "active": "نشط",
69
- "inactive": "غير نشط",
70
- "pending": "معلق",
71
- "completed": "مكتمل",
72
- "cancelled": "ملغي",
73
- "draft": "مسودة",
74
- "published": "منشور"
75
- },
76
- "pagination": {
77
- "showing": "عرض {{from}} إلى {{to}} من {{total}} نتيجة",
78
- "page": "صفحة {{page}} من {{total}}",
79
- "perPage": "{{count}} لكل صفحة",
80
- "goToPage": "الذهاب إلى صفحة",
81
- "first": "الأولى",
82
- "last": "الأخيرة"
83
- }
84
- }
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "entityFormTemplate": {
3
- "title": "Formular",
4
- "subtitle": "Administrer dine data",
5
- "actions": {
6
- "create": "Opret",
7
- "update": "Opdater",
8
- "save": "Gem",
9
- "cancel": "Annuller",
10
- "delete": "Slet",
11
- "edit": "Rediger",
12
- "view": "Vis",
13
- "back": "Tilbage",
14
- "next": "Næste",
15
- "previous": "Forrige",
16
- "submit": "Send",
17
- "reset": "Nulstil"
18
- },
19
- "form": {
20
- "loading": "Henter formular...",
21
- "saving": "Gemmer...",
22
- "saved": "Gemt",
23
- "error": "Der opstod en fejl",
24
- "validation": {
25
- "required": "Dette felt er påkrævet",
26
- "invalidFormat": "Ugyldigt format",
27
- "minLength": "Mindst {{count}} tegn",
28
- "maxLength": "Højst {{count}} tegn",
29
- "invalidEmail": "Ugyldig e-mailadresse",
30
- "passwordMismatch": "Adgangskoderne matcher ikke",
31
- "invalidUrl": "Ugyldig URL",
32
- "invalidNumber": "Ugyldigt tal",
33
- "minValue": "Værdien skal være mindst {{count}}",
34
- "maxValue": "Værdien må højst være {{count}}"
35
- }
36
- },
37
- "steps": {
38
- "current": "Trin {{current}} af {{total}}",
39
- "next": "Næste",
40
- "previous": "Forrige",
41
- "complete": "Færdig",
42
- "incomplete": "Ufuldstændig"
43
- },
44
- "messages": {
45
- "confirmDelete": "Vil du slette? Handlingen kan ikke fortrydes.",
46
- "deleteSuccess": "Slettet",
47
- "deleteError": "Kunne ikke slette",
48
- "saveSuccess": "Ændringer gemt",
49
- "saveError": "Kunne ikke gemme",
50
- "loadError": "Kunne ikke hente data",
51
- "noData": "Ingen data",
52
- "searching": "Søger...",
53
- "noResults": "Ingen resultater"
54
- },
55
- "fields": {
56
- "name": "Navn",
57
- "email": "E-mail",
58
- "description": "Beskrivelse",
59
- "status": "Status",
60
- "type": "Type",
61
- "category": "Kategori",
62
- "tags": "Tags",
63
- "createdAt": "Oprettet",
64
- "updatedAt": "Opdateret",
65
- "actions": "Handlinger"
66
- },
67
- "status": {
68
- "active": "Aktiv",
69
- "inactive": "Inaktiv",
70
- "pending": "Afventer",
71
- "completed": "Fuldført",
72
- "cancelled": "Annulleret",
73
- "draft": "Kladde",
74
- "published": "Offentliggjort"
75
- },
76
- "pagination": {
77
- "showing": "{{from}}–{{to}} af {{total}}",
78
- "page": "Side {{page}} af {{total}}",
79
- "perPage": "{{count}} pr. side",
80
- "goToPage": "Gå til side",
81
- "first": "Første",
82
- "last": "Sidste"
83
- }
84
- }
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "entityFormTemplate": {
3
- "title": "Formular",
4
- "subtitle": "Verwalten Sie Ihre Daten",
5
- "actions": {
6
- "create": "Erstellen",
7
- "update": "Aktualisieren",
8
- "save": "Speichern",
9
- "cancel": "Abbrechen",
10
- "delete": "Löschen",
11
- "edit": "Bearbeiten",
12
- "view": "Ansehen",
13
- "back": "Zurück",
14
- "next": "Weiter",
15
- "previous": "Zurück",
16
- "submit": "Absenden",
17
- "reset": "Zurücksetzen"
18
- },
19
- "form": {
20
- "loading": "Formular wird geladen...",
21
- "saving": "Speichern...",
22
- "saved": "Erfolgreich gespeichert",
23
- "error": "Ein Fehler ist aufgetreten",
24
- "validation": {
25
- "required": "Dieses Feld ist erforderlich",
26
- "invalidFormat": "Ungültiges Format",
27
- "minLength": "Muss mindestens {{count}} Zeichen lang sein",
28
- "maxLength": "Darf höchstens {{count}} Zeichen lang sein",
29
- "invalidEmail": "Ungültige E-Mail-Adresse",
30
- "passwordMismatch": "Passwörter stimmen nicht überein",
31
- "invalidUrl": "Ungültiges URL-Format",
32
- "invalidNumber": "Ungültiges Zahlenformat",
33
- "minValue": "Wert muss mindestens {{count}} sein",
34
- "maxValue": "Wert darf höchstens {{count}} sein"
35
- }
36
- },
37
- "steps": {
38
- "current": "Schritt {{current}} von {{total}}",
39
- "next": "Nächster Schritt",
40
- "previous": "Vorheriger Schritt",
41
- "complete": "Abgeschlossen",
42
- "incomplete": "Unvollständig"
43
- },
44
- "messages": {
45
- "confirmDelete": "Möchten Sie dies wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.",
46
- "deleteSuccess": "Element erfolgreich gelöscht",
47
- "deleteError": "Fehler beim Löschen des Elements",
48
- "saveSuccess": "Änderungen erfolgreich gespeichert",
49
- "saveError": "Fehler beim Speichern der Änderungen",
50
- "loadError": "Fehler beim Laden der Daten",
51
- "noData": "Keine Daten verfügbar",
52
- "searching": "Suche...",
53
- "noResults": "Keine Ergebnisse gefunden"
54
- },
55
- "fields": {
56
- "name": "Name",
57
- "email": "E-Mail",
58
- "description": "Beschreibung",
59
- "status": "Status",
60
- "type": "Typ",
61
- "category": "Kategorie",
62
- "tags": "Tags",
63
- "createdAt": "Erstellt Am",
64
- "updatedAt": "Aktualisiert Am",
65
- "actions": "Aktionen"
66
- },
67
- "status": {
68
- "active": "Aktiv",
69
- "inactive": "Inaktiv",
70
- "pending": "Ausstehend",
71
- "completed": "Abgeschlossen",
72
- "cancelled": "Abgebrochen",
73
- "draft": "Entwurf",
74
- "published": "Veröffentlicht"
75
- },
76
- "pagination": {
77
- "showing": "Zeige {{from}} bis {{to}} von {{total}} Ergebnissen",
78
- "page": "Seite {{page}} von {{total}}",
79
- "perPage": "{{count}} pro Seite",
80
- "goToPage": "Zur Seite gehen",
81
- "first": "Erste",
82
- "last": "Letzte"
83
- }
84
- }
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "entityFormTemplate": {
3
- "title": "Form",
4
- "subtitle": "Manage your data",
5
- "actions": {
6
- "create": "Create",
7
- "update": "Update",
8
- "save": "Save",
9
- "cancel": "Cancel",
10
- "delete": "Delete",
11
- "edit": "Edit",
12
- "view": "View",
13
- "back": "Back",
14
- "next": "Next",
15
- "previous": "Previous",
16
- "submit": "Submit",
17
- "reset": "Reset"
18
- },
19
- "form": {
20
- "loading": "Loading form...",
21
- "saving": "Saving...",
22
- "saved": "Saved successfully",
23
- "error": "An error occurred",
24
- "validation": {
25
- "required": "This field is required",
26
- "invalidFormat": "Invalid format",
27
- "minLength": "Must be at least {{count}} characters",
28
- "maxLength": "Must be at most {{count}} characters",
29
- "invalidEmail": "Invalid email address",
30
- "passwordMismatch": "Passwords do not match",
31
- "invalidUrl": "Invalid URL format",
32
- "invalidNumber": "Invalid number format",
33
- "minValue": "Value must be at least {{count}}",
34
- "maxValue": "Value must be at most {{count}}"
35
- }
36
- },
37
- "steps": {
38
- "current": "Step {{current}} of {{total}}",
39
- "next": "Next Step",
40
- "previous": "Previous Step",
41
- "complete": "Complete",
42
- "incomplete": "Incomplete"
43
- },
44
- "messages": {
45
- "confirmDelete": "Are you sure you want to delete this? This action cannot be undone.",
46
- "deleteSuccess": "Item deleted successfully",
47
- "deleteError": "Failed to delete item",
48
- "saveSuccess": "Changes saved successfully",
49
- "saveError": "Failed to save changes",
50
- "loadError": "Failed to load data",
51
- "noData": "No data available",
52
- "searching": "Searching...",
53
- "noResults": "No results found"
54
- },
55
- "fields": {
56
- "name": "Name",
57
- "email": "Email",
58
- "description": "Description",
59
- "status": "Status",
60
- "type": "Type",
61
- "category": "Category",
62
- "tags": "Tags",
63
- "createdAt": "Created At",
64
- "updatedAt": "Updated At",
65
- "actions": "Actions"
66
- },
67
- "status": {
68
- "active": "Active",
69
- "inactive": "Inactive",
70
- "pending": "Pending",
71
- "completed": "Completed",
72
- "cancelled": "Cancelled",
73
- "draft": "Draft",
74
- "published": "Published"
75
- },
76
- "pagination": {
77
- "showing": "Showing {{from}} to {{to}} of {{total}} results",
78
- "page": "Page {{page}} of {{total}}",
79
- "perPage": "{{count}} per page",
80
- "goToPage": "Go to page",
81
- "first": "First",
82
- "last": "Last"
83
- }
84
- }
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "entityFormTemplate": {
3
- "title": "Formulario",
4
- "subtitle": "Gestiona tus datos",
5
- "actions": {
6
- "create": "Crear",
7
- "update": "Actualizar",
8
- "save": "Guardar",
9
- "cancel": "Cancelar",
10
- "delete": "Eliminar",
11
- "edit": "Editar",
12
- "view": "Ver",
13
- "back": "Atrás",
14
- "next": "Siguiente",
15
- "previous": "Anterior",
16
- "submit": "Enviar",
17
- "reset": "Restablecer"
18
- },
19
- "form": {
20
- "loading": "Cargando formulario...",
21
- "saving": "Guardando...",
22
- "saved": "Guardado exitosamente",
23
- "error": "Ocurrió un error",
24
- "validation": {
25
- "required": "Este campo es obligatorio",
26
- "invalidFormat": "Formato inválido",
27
- "minLength": "Debe tener al menos {{count}} caracteres",
28
- "maxLength": "Debe tener como máximo {{count}} caracteres",
29
- "invalidEmail": "Dirección de correo electrónico inválida",
30
- "passwordMismatch": "Las contraseñas no coinciden",
31
- "invalidUrl": "Formato de URL inválido",
32
- "invalidNumber": "Formato de número inválido",
33
- "minValue": "El valor debe ser al menos {{count}}",
34
- "maxValue": "El valor debe ser como máximo {{count}}"
35
- }
36
- },
37
- "steps": {
38
- "current": "Paso {{current}} de {{total}}",
39
- "next": "Paso Siguiente",
40
- "previous": "Paso Anterior",
41
- "complete": "Completo",
42
- "incomplete": "Incompleto"
43
- },
44
- "messages": {
45
- "confirmDelete": "¿Estás seguro de que quieres eliminar esto? Esta acción no se puede deshacer.",
46
- "deleteSuccess": "Elemento eliminado exitosamente",
47
- "deleteError": "Error al eliminar elemento",
48
- "saveSuccess": "Cambios guardados exitosamente",
49
- "saveError": "Error al guardar cambios",
50
- "loadError": "Error al cargar datos",
51
- "noData": "No hay datos disponibles",
52
- "searching": "Buscando...",
53
- "noResults": "No se encontraron resultados"
54
- },
55
- "fields": {
56
- "name": "Nombre",
57
- "email": "Correo electrónico",
58
- "description": "Descripción",
59
- "status": "Estado",
60
- "type": "Tipo",
61
- "category": "Categoría",
62
- "tags": "Etiquetas",
63
- "createdAt": "Creado En",
64
- "updatedAt": "Actualizado En",
65
- "actions": "Acciones"
66
- },
67
- "status": {
68
- "active": "Activo",
69
- "inactive": "Inactivo",
70
- "pending": "Pendiente",
71
- "completed": "Completado",
72
- "cancelled": "Cancelado",
73
- "draft": "Borrador",
74
- "published": "Publicado"
75
- },
76
- "pagination": {
77
- "showing": "Mostrando {{from}} a {{to}} de {{total}} resultados",
78
- "page": "Página {{page}} de {{total}}",
79
- "perPage": "{{count}} por página",
80
- "goToPage": "Ir a la página",
81
- "first": "Primera",
82
- "last": "Última"
83
- }
84
- }
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "entityFormTemplate": {
3
- "title": "Formulaire",
4
- "subtitle": "Gérez vos données",
5
- "actions": {
6
- "create": "Créer",
7
- "update": "Mettre à Jour",
8
- "save": "Sauvegarder",
9
- "cancel": "Annuler",
10
- "delete": "Supprimer",
11
- "edit": "Modifier",
12
- "view": "Voir",
13
- "back": "Retour",
14
- "next": "Suivant",
15
- "previous": "Précédent",
16
- "submit": "Soumettre",
17
- "reset": "Réinitialiser"
18
- },
19
- "form": {
20
- "loading": "Chargement du formulaire...",
21
- "saving": "Sauvegarde...",
22
- "saved": "Sauvegardé avec succès",
23
- "error": "Une erreur s'est produite",
24
- "validation": {
25
- "required": "Ce champ est requis",
26
- "invalidFormat": "Format invalide",
27
- "minLength": "Doit contenir au moins {{count}} caractères",
28
- "maxLength": "Doit contenir au plus {{count}} caractères",
29
- "invalidEmail": "Adresse email invalide",
30
- "passwordMismatch": "Les mots de passe ne correspondent pas",
31
- "invalidUrl": "Format d'URL invalide",
32
- "invalidNumber": "Format de nombre invalide",
33
- "minValue": "La valeur doit être au moins {{count}}",
34
- "maxValue": "La valeur doit être au plus {{count}}"
35
- }
36
- },
37
- "steps": {
38
- "current": "Étape {{current}} sur {{total}}",
39
- "next": "Étape Suivante",
40
- "previous": "Étape Précédente",
41
- "complete": "Terminé",
42
- "incomplete": "Incomplet"
43
- },
44
- "messages": {
45
- "confirmDelete": "Êtes-vous sûr de vouloir supprimer cet élément ? Cette action ne peut pas être annulée.",
46
- "deleteSuccess": "Élément supprimé avec succès",
47
- "deleteError": "Échec de la suppression de l'élément",
48
- "saveSuccess": "Modifications sauvegardées avec succès",
49
- "saveError": "Échec de la sauvegarde des modifications",
50
- "loadError": "Échec du chargement des données",
51
- "noData": "Aucune donnée disponible",
52
- "searching": "Recherche...",
53
- "noResults": "Aucun résultat trouvé"
54
- },
55
- "fields": {
56
- "name": "Nom",
57
- "email": "Email",
58
- "description": "Description",
59
- "status": "Statut",
60
- "type": "Type",
61
- "category": "Catégorie",
62
- "tags": "Tags",
63
- "createdAt": "Créé Le",
64
- "updatedAt": "Mis à Jour Le",
65
- "actions": "Actions"
66
- },
67
- "status": {
68
- "active": "Actif",
69
- "inactive": "Inactif",
70
- "pending": "En Attente",
71
- "completed": "Terminé",
72
- "cancelled": "Annulé",
73
- "draft": "Brouillon",
74
- "published": "Publié"
75
- },
76
- "pagination": {
77
- "showing": "Affichage de {{from}} à {{to}} sur {{total}} résultats",
78
- "page": "Page {{page}} sur {{total}}",
79
- "perPage": "{{count}} par page",
80
- "goToPage": "Aller à la page",
81
- "first": "Première",
82
- "last": "Dernière"
83
- }
84
- }
85
- }
@@ -1,85 +0,0 @@
1
- {
2
- "entityFormTemplate": {
3
- "title": "Modulo",
4
- "subtitle": "Gestisci i tuoi dati",
5
- "actions": {
6
- "create": "Crea",
7
- "update": "Aggiorna",
8
- "save": "Salva",
9
- "cancel": "Annulla",
10
- "delete": "Elimina",
11
- "edit": "Modifica",
12
- "view": "Visualizza",
13
- "back": "Indietro",
14
- "next": "Avanti",
15
- "previous": "Precedente",
16
- "submit": "Invia",
17
- "reset": "Reimposta"
18
- },
19
- "form": {
20
- "loading": "Caricamento modulo...",
21
- "saving": "Salvataggio...",
22
- "saved": "Salvato con successo",
23
- "error": "Si è verificato un errore",
24
- "validation": {
25
- "required": "Questo campo è obbligatorio",
26
- "invalidFormat": "Formato non valido",
27
- "minLength": "Deve contenere almeno {{count}} caratteri",
28
- "maxLength": "Deve contenere al massimo {{count}} caratteri",
29
- "invalidEmail": "Indirizzo email non valido",
30
- "passwordMismatch": "Le password non corrispondono",
31
- "invalidUrl": "Formato URL non valido",
32
- "invalidNumber": "Formato numero non valido",
33
- "minValue": "Il valore deve essere almeno {{count}}",
34
- "maxValue": "Il valore deve essere al massimo {{count}}"
35
- }
36
- },
37
- "steps": {
38
- "current": "Passo {{current}} di {{total}}",
39
- "next": "Passo Successivo",
40
- "previous": "Passo Precedente",
41
- "complete": "Completo",
42
- "incomplete": "Incompleto"
43
- },
44
- "messages": {
45
- "confirmDelete": "Sei sicuro di voler eliminare questo? Questa azione non può essere annullata.",
46
- "deleteSuccess": "Elemento eliminato con successo",
47
- "deleteError": "Errore durante l'eliminazione dell'elemento",
48
- "saveSuccess": "Modifiche salvate con successo",
49
- "saveError": "Errore durante il salvataggio delle modifiche",
50
- "loadError": "Errore durante il caricamento dei dati",
51
- "noData": "Nessun dato disponibile",
52
- "searching": "Ricerca...",
53
- "noResults": "Nessun risultato trovato"
54
- },
55
- "fields": {
56
- "name": "Nome",
57
- "email": "Email",
58
- "description": "Descrizione",
59
- "status": "Stato",
60
- "type": "Tipo",
61
- "category": "Categoria",
62
- "tags": "Tag",
63
- "createdAt": "Creato Il",
64
- "updatedAt": "Aggiornato Il",
65
- "actions": "Azioni"
66
- },
67
- "status": {
68
- "active": "Attivo",
69
- "inactive": "Inattivo",
70
- "pending": "In Attesa",
71
- "completed": "Completato",
72
- "cancelled": "Annullato",
73
- "draft": "Bozza",
74
- "published": "Pubblicato"
75
- },
76
- "pagination": {
77
- "showing": "Mostrando {{from}} a {{to}} di {{total}} risultati",
78
- "page": "Pagina {{page}} di {{total}}",
79
- "perPage": "{{count}} per pagina",
80
- "goToPage": "Vai alla pagina",
81
- "first": "Prima",
82
- "last": "Ultima"
83
- }
84
- }
85
- }