@firecms/core 3.3.0-canary.3afa809 → 3.3.0-canary.42ba35b
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/dist/app/useApp.d.ts +1 -0
- package/dist/components/EntityCollectionTable/column_utils.d.ts +4 -3
- package/dist/components/EntityCollectionView/FiltersDialog.d.ts +2 -1
- package/dist/components/EntityPreview.d.ts +3 -1
- package/dist/core/DefaultDrawer.d.ts +10 -3
- package/dist/core/field_configs.d.ts +1 -1
- package/dist/form/field_bindings/GeopointFieldBinding.d.ts +5 -0
- package/dist/form/index.d.ts +1 -0
- package/dist/index.es.js +2042 -728
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2041 -727
- package/dist/index.umd.js.map +1 -1
- package/dist/locales/pl.d.ts +2 -0
- package/dist/preview/index.d.ts +1 -0
- package/dist/preview/property_previews/GeopointPropertyPreview.d.ts +4 -0
- package/dist/types/collections.d.ts +17 -0
- package/dist/types/translations.d.ts +9 -1
- package/dist/util/entities.d.ts +1 -0
- package/dist/util/geopoint.d.ts +22 -0
- package/dist/util/index.d.ts +1 -0
- package/dist/util/navigation_blocking.d.ts +22 -0
- package/dist/util/navigation_from_path.d.ts +10 -0
- package/dist/util/navigation_utils.d.ts +20 -0
- package/package.json +16 -9
- package/src/app/Scaffold.tsx +34 -44
- package/src/app/useApp.tsx +1 -0
- package/src/components/EntityCollectionTable/EntityCollectionTable.tsx +2 -1
- package/src/components/EntityCollectionTable/column_utils.tsx +11 -19
- package/src/components/EntityCollectionTable/fields/TableReferenceField.tsx +1 -1
- package/src/components/EntityCollectionView/EntityCollectionViewStartActions.tsx +4 -1
- package/src/components/EntityCollectionView/FiltersDialog.tsx +39 -28
- package/src/components/EntityPreview.tsx +41 -40
- package/src/components/ReferenceWidget.tsx +1 -1
- package/src/components/SelectableTable/filters/ReferenceFilterField.tsx +2 -2
- package/src/components/VirtualTable/VirtualTable.tsx +19 -8
- package/src/components/common/useDataSourceTableController.tsx +66 -10
- package/src/core/DefaultDrawer.tsx +150 -64
- package/src/core/DrawerNavigationGroup.tsx +27 -29
- package/src/core/DrawerNavigationItem.tsx +10 -12
- package/src/core/EntityEditView.tsx +57 -32
- package/src/core/field_configs.tsx +15 -0
- package/src/form/field_bindings/ArrayOfReferencesFieldBinding.tsx +1 -1
- package/src/form/field_bindings/GeopointFieldBinding.tsx +139 -0
- package/src/form/index.tsx +1 -0
- package/src/i18n/FireCMSi18nProvider.tsx +2 -0
- package/src/internal/useBuildSideEntityController.tsx +2 -1
- package/src/locales/de.ts +11 -3
- package/src/locales/en.ts +11 -3
- package/src/locales/es.ts +11 -3
- package/src/locales/fr.ts +11 -3
- package/src/locales/hi.ts +11 -3
- package/src/locales/it.ts +11 -3
- package/src/locales/pl.ts +730 -0
- package/src/locales/pt.ts +11 -3
- package/src/preview/PropertyPreview.tsx +12 -0
- package/src/preview/index.ts +1 -0
- package/src/preview/property_previews/GeopointPropertyPreview.tsx +23 -0
- package/src/routes/FireCMSRoute.tsx +44 -25
- package/src/types/collections.ts +18 -0
- package/src/types/translations.ts +9 -1
- package/src/util/entities.ts +13 -0
- package/src/util/geopoint.ts +81 -0
- package/src/util/index.ts +1 -0
- package/src/util/navigation_blocking.ts +45 -0
- package/src/util/navigation_from_path.ts +23 -6
- package/src/util/navigation_utils.ts +36 -2
- package/src/util/parent_references_from_path.ts +4 -2
package/src/locales/it.ts
CHANGED
|
@@ -146,8 +146,8 @@ export const it: FireCMSTranslations = {
|
|
|
146
146
|
// ─── Error states ─────────────────────────────────────────────
|
|
147
147
|
error: "Errore",
|
|
148
148
|
error_uploading_file: "Errore durante il caricamento del file",
|
|
149
|
-
error_deleting: "Errore durante l'eliminazione",
|
|
150
|
-
error_before_delete: "Errore prima dell'eliminazione",
|
|
149
|
+
error_deleting: "Errore durante l'eliminazione: {{message}}",
|
|
150
|
+
error_before_delete: "Errore prima dell'eliminazione: {{message}}",
|
|
151
151
|
error_updating_asset: "Errore durante l'aggiornamento dell'asset",
|
|
152
152
|
error_deleting_asset: "Errore durante l'eliminazione dell'asset",
|
|
153
153
|
error_firestore_index: "Per questa query è richiesto un indice Firestore.",
|
|
@@ -514,10 +514,18 @@ export const it: FireCMSTranslations = {
|
|
|
514
514
|
auto_setup_collections_button: "Configura le collezioni automaticamente",
|
|
515
515
|
auto_setup_collections_title: "Configurazione automatica delle collezioni",
|
|
516
516
|
auto_setup_collections_desc: "Configura le collezioni automaticamente in base ai dati Firestore esistenti. Lascia che FireCMS configuri il CMS perfetto per te.",
|
|
517
|
-
|
|
517
|
+
setting_up_collections: "Configurazione delle collezioni",
|
|
518
|
+
setting_up_collection: "Configurazione di {{name}}",
|
|
518
519
|
no_collections_found_to_setup: "Nessuna collezione trovata da configurare",
|
|
519
520
|
collections_have_been_setup: "Le collezioni sono state configurate",
|
|
520
521
|
error_setting_up_collections: "Errore durante la configurazione delle collezioni",
|
|
522
|
+
setup_collections_title: "Set up collections",
|
|
523
|
+
setup_collections_select_desc: "Select which collections to automatically set up:",
|
|
524
|
+
select_all: "Select all",
|
|
525
|
+
deselect_all: "Deselect all",
|
|
526
|
+
setup_collections_confirm: "Set up ({{count}})",
|
|
527
|
+
collection_setup_success: "{{name}} has been set up",
|
|
528
|
+
go_to_collection: "Go to collection",
|
|
521
529
|
add_your: "Aggiungi le tue",
|
|
522
530
|
database_collections: "collezioni del database",
|
|
523
531
|
to_firecms: "a FireCMS",
|