@wix/bex-core 2.320.0 → 2.322.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/dist/cjs/assets/locale/messages_ar.json +4 -1
- package/dist/cjs/assets/locale/messages_bg.json +4 -1
- package/dist/cjs/assets/locale/messages_ca.json +4 -1
- package/dist/cjs/assets/locale/messages_cs.json +3 -0
- package/dist/cjs/assets/locale/messages_da.json +3 -0
- package/dist/cjs/assets/locale/messages_de.json +3 -0
- package/dist/cjs/assets/locale/messages_el.json +4 -1
- package/dist/cjs/assets/locale/messages_en.json +4 -1
- package/dist/cjs/assets/locale/messages_es.json +3 -0
- package/dist/cjs/assets/locale/messages_fi.json +4 -1
- package/dist/cjs/assets/locale/messages_fr.json +3 -0
- package/dist/cjs/assets/locale/messages_he.json +4 -1
- package/dist/cjs/assets/locale/messages_hi.json +3 -0
- package/dist/cjs/assets/locale/messages_hu.json +4 -1
- package/dist/cjs/assets/locale/messages_id.json +3 -0
- package/dist/cjs/assets/locale/messages_it.json +3 -0
- package/dist/cjs/assets/locale/messages_ja.json +3 -0
- package/dist/cjs/assets/locale/messages_ko.json +3 -0
- package/dist/cjs/assets/locale/messages_lt.json +4 -1
- package/dist/cjs/assets/locale/messages_ms.json +4 -1
- package/dist/cjs/assets/locale/messages_nl.json +3 -0
- package/dist/cjs/assets/locale/messages_no.json +3 -0
- package/dist/cjs/assets/locale/messages_pl.json +3 -0
- package/dist/cjs/assets/locale/messages_pt.json +3 -0
- package/dist/cjs/assets/locale/messages_ro.json +4 -1
- package/dist/cjs/assets/locale/messages_ru.json +3 -0
- package/dist/cjs/assets/locale/messages_sk.json +4 -1
- package/dist/cjs/assets/locale/messages_sl.json +4 -1
- package/dist/cjs/assets/locale/messages_sv.json +3 -0
- package/dist/cjs/assets/locale/messages_th.json +3 -0
- package/dist/cjs/assets/locale/messages_tl.json +4 -1
- package/dist/cjs/assets/locale/messages_tr.json +3 -0
- package/dist/cjs/assets/locale/messages_uk.json +3 -0
- package/dist/cjs/assets/locale/messages_vi.json +3 -0
- package/dist/cjs/assets/locale/messages_zh.json +3 -0
- package/dist/cjs/assets/locale/version_file +1 -1
- package/dist/cjs/assets/visual-e2e-locale/messages_visuale2e.json +11 -0
- package/dist/cjs/model/index.js +6 -0
- package/dist/cjs/model/index.js.map +1 -1
- package/dist/cjs/model/setupWidget.js +4 -0
- package/dist/cjs/model/setupWidget.js.map +1 -0
- package/dist/cjs/services/translations.js.map +1 -1
- package/dist/cjs/state/ImportState/ImportState.js +61 -24
- package/dist/cjs/state/ImportState/ImportState.js.map +1 -1
- package/dist/cjs/state/ImportState/parseCsv.js +1 -1
- package/dist/cjs/state/ImportState/parseCsv.js.map +1 -1
- package/dist/cjs/state/SetupWidgetState.js +296 -0
- package/dist/cjs/state/SetupWidgetState.js.map +1 -0
- package/dist/cjs/state/index.js +7 -0
- package/dist/cjs/state/index.js.map +1 -1
- package/dist/esm/assets/locale/messages_ar.json +4 -1
- package/dist/esm/assets/locale/messages_bg.json +4 -1
- package/dist/esm/assets/locale/messages_ca.json +4 -1
- package/dist/esm/assets/locale/messages_cs.json +3 -0
- package/dist/esm/assets/locale/messages_da.json +3 -0
- package/dist/esm/assets/locale/messages_de.json +3 -0
- package/dist/esm/assets/locale/messages_el.json +4 -1
- package/dist/esm/assets/locale/messages_en.json +4 -1
- package/dist/esm/assets/locale/messages_es.json +3 -0
- package/dist/esm/assets/locale/messages_fi.json +4 -1
- package/dist/esm/assets/locale/messages_fr.json +3 -0
- package/dist/esm/assets/locale/messages_he.json +4 -1
- package/dist/esm/assets/locale/messages_hi.json +3 -0
- package/dist/esm/assets/locale/messages_hu.json +4 -1
- package/dist/esm/assets/locale/messages_id.json +3 -0
- package/dist/esm/assets/locale/messages_it.json +3 -0
- package/dist/esm/assets/locale/messages_ja.json +3 -0
- package/dist/esm/assets/locale/messages_ko.json +3 -0
- package/dist/esm/assets/locale/messages_lt.json +4 -1
- package/dist/esm/assets/locale/messages_ms.json +4 -1
- package/dist/esm/assets/locale/messages_nl.json +3 -0
- package/dist/esm/assets/locale/messages_no.json +3 -0
- package/dist/esm/assets/locale/messages_pl.json +3 -0
- package/dist/esm/assets/locale/messages_pt.json +3 -0
- package/dist/esm/assets/locale/messages_ro.json +4 -1
- package/dist/esm/assets/locale/messages_ru.json +3 -0
- package/dist/esm/assets/locale/messages_sk.json +4 -1
- package/dist/esm/assets/locale/messages_sl.json +4 -1
- package/dist/esm/assets/locale/messages_sv.json +3 -0
- package/dist/esm/assets/locale/messages_th.json +3 -0
- package/dist/esm/assets/locale/messages_tl.json +4 -1
- package/dist/esm/assets/locale/messages_tr.json +3 -0
- package/dist/esm/assets/locale/messages_uk.json +3 -0
- package/dist/esm/assets/locale/messages_vi.json +3 -0
- package/dist/esm/assets/locale/messages_zh.json +3 -0
- package/dist/esm/assets/locale/version_file +1 -1
- package/dist/esm/assets/visual-e2e-locale/messages_visuale2e.json +11 -0
- package/dist/esm/model/index.js +1 -0
- package/dist/esm/model/index.js.map +1 -1
- package/dist/esm/model/setupWidget.js +10 -0
- package/dist/esm/model/setupWidget.js.map +1 -0
- package/dist/esm/state/ImportState/ImportState.js +58 -24
- package/dist/esm/state/ImportState/ImportState.js.map +1 -1
- package/dist/esm/state/ImportState/parseCsv.js +1 -1
- package/dist/esm/state/ImportState/parseCsv.js.map +1 -1
- package/dist/esm/state/SetupWidgetState.js +258 -0
- package/dist/esm/state/SetupWidgetState.js.map +1 -0
- package/dist/esm/state/index.js +1 -0
- package/dist/esm/state/index.js.map +1 -1
- package/dist/types/model/index.d.ts +1 -0
- package/dist/types/model/index.d.ts.map +1 -1
- package/dist/types/model/setupWidget.d.ts +67 -0
- package/dist/types/model/setupWidget.d.ts.map +1 -0
- package/dist/types/services/translations.d.ts +1 -1
- package/dist/types/services/translations.d.ts.map +1 -1
- package/dist/types/state/ImportState/ImportState.d.ts +4 -1
- package/dist/types/state/ImportState/ImportState.d.ts.map +1 -1
- package/dist/types/state/ImportState/parseCsv.d.ts +1 -1
- package/dist/types/state/ImportState/parseCsv.d.ts.map +1 -1
- package/dist/types/state/SetupWidgetState.d.ts +114 -0
- package/dist/types/state/SetupWidgetState.d.ts.map +1 -0
- package/dist/types/state/index.d.ts +1 -0
- package/dist/types/state/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "More actions",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "e.g., Italy",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "‘To’ value must be greater than the ‘From’ value.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancel",
|
|
@@ -506,7 +507,7 @@
|
|
|
506
507
|
"cairo.selected": "{total, plural, =1 {1 selected} other {# selected}}",
|
|
507
508
|
"cairo.table.subtitle.learnMore": "Learn more",
|
|
508
509
|
"cairo.table.manage-fields.title": "Manage fields",
|
|
509
|
-
"cairo.filtersPanel.search.noResults.title": "No filters match
|
|
510
|
+
"cairo.filtersPanel.search.noResults.title": "No filters match {term}",
|
|
510
511
|
"cairo.manageView.Rename.modal.save.CTA": "Save",
|
|
511
512
|
"cairo.customFields.archive.technicalError": "Field wasn’t archived due to a technical issue.",
|
|
512
513
|
"cairo.sortableColumns.notification": "Your list is no longer sorted by {columnTitle}.",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Learn more",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Unable to create the label because of a technical issue on our end.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "Unable to create more than {limit} labels. Delete {count, plural, one {# label} other {# labels}} in Manage Labels to add new ones.",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Create a new tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancel",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "None",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancel",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edit, remove and create labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Labels help you filter and organize your items.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "This column can’t be hidden.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "More actions",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "e.g., Italy",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "‘To’ value must be greater than the ‘From’ value.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancel",
|
|
@@ -506,7 +507,7 @@
|
|
|
506
507
|
"cairo.selected": "{total, plural, =1 {1 selected} other {# selected}}",
|
|
507
508
|
"cairo.table.subtitle.learnMore": "Learn more",
|
|
508
509
|
"cairo.table.manage-fields.title": "Manage fields",
|
|
509
|
-
"cairo.filtersPanel.search.noResults.title": "No filters match
|
|
510
|
+
"cairo.filtersPanel.search.noResults.title": "No filters match {term}",
|
|
510
511
|
"cairo.manageView.Rename.modal.save.CTA": "Save",
|
|
511
512
|
"cairo.customFields.archive.technicalError": "Field wasn’t archived due to a technical issue.",
|
|
512
513
|
"cairo.sortableColumns.notification": "Your list is no longer sorted by {columnTitle}.",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Learn more",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Unable to create the label because of a technical issue on our end.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "Unable to create more than {limit} labels. Delete {count, plural, one {# label} other {# labels}} in Manage Labels to add new ones.",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Create a new tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancel",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "All",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancel",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edit, remove and create labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Labels help you filter and organize your items.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "This column can’t be hidden.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Más acciones",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "P. ej., Italia",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "El valor \"hasta\" debe ser mayor que el valor \"desde\".",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copiar ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancelar",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Más información",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "No se pudo crear la etiqueta por un problema técnico de nuestra parte.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {No se pueden crear más de {limit} etiquetas. Elimina {count,number} desde Administrar etiquetas para agregar nuevas.} other {No se pueden crear más de {limit} etiquetas. Elimina {count,number} desde Administrar etiquetas para agregar nuevas.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Crea una etiqueta nueva",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancelar",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Todos",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancelar",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edita, elimina y crea etiquetas.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Las etiquetas te ayudan a filtrar y organizar tus ítems.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Esta columna no se puede ocultar.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "More actions",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "e.g., Italy",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "‘To’ value must be greater than the ‘From’ value.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancel",
|
|
@@ -506,7 +507,7 @@
|
|
|
506
507
|
"cairo.selected": "{total, plural, =1 {1 selected} other {# selected}}",
|
|
507
508
|
"cairo.table.subtitle.learnMore": "Learn more",
|
|
508
509
|
"cairo.table.manage-fields.title": "Manage fields",
|
|
509
|
-
"cairo.filtersPanel.search.noResults.title": "No filters match
|
|
510
|
+
"cairo.filtersPanel.search.noResults.title": "No filters match {term}",
|
|
510
511
|
"cairo.manageView.Rename.modal.save.CTA": "Save",
|
|
511
512
|
"cairo.customFields.archive.technicalError": "Field wasn’t archived due to a technical issue.",
|
|
512
513
|
"cairo.sortableColumns.notification": "Your list is no longer sorted by {columnTitle}.",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Learn more",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Unable to create the label because of a technical issue on our end.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "Unable to create more than {limit} labels. Delete {count, plural, one {# label} other {# labels}} in Manage Labels to add new ones.",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Create a new tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancel",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "None",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancel",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edit, remove and create labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Labels help you filter and organize your items.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "This column can’t be hidden.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Plus d'actions",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "Ex. Italie",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "La valeur « À » doit être supérieure à la valeur « De ».",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copier l'ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Annuler",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "En savoir plus",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Impossible de créer le libellé en raison d'un problème technique.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Impossible de créer plus de {limit} libellés. Supprimez {count,number} libellé dans Gérer les libellés pour en ajouter de nouveaux.} other {Impossible de créer plus de {limit} libellés. Supprimez {count,number} libellés dans Gérer les libellés pour en ajouter de nouveaux.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Créer un nouveau libellé",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Annuler",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Tout",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Annuler",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Modifiez, retirez et créez des libellés.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Les libellés vous permettent de filtrer et d'organiser vos éléments.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Cette colonne ne peut pas être masquée.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "More actions",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "e.g., Italy",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "‘To’ value must be greater than the ‘From’ value.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancel",
|
|
@@ -506,7 +507,7 @@
|
|
|
506
507
|
"cairo.selected": "{total, plural, =1 {1 selected} other {# selected}}",
|
|
507
508
|
"cairo.table.subtitle.learnMore": "Learn more",
|
|
508
509
|
"cairo.table.manage-fields.title": "Manage fields",
|
|
509
|
-
"cairo.filtersPanel.search.noResults.title": "No filters match
|
|
510
|
+
"cairo.filtersPanel.search.noResults.title": "No filters match {term}",
|
|
510
511
|
"cairo.manageView.Rename.modal.save.CTA": "Save",
|
|
511
512
|
"cairo.customFields.archive.technicalError": "Field wasn’t archived due to a technical issue.",
|
|
512
513
|
"cairo.sortableColumns.notification": "Your list is no longer sorted by {columnTitle}.",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Learn more",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Unable to create the label because of a technical issue on our end.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "Unable to create more than {limit} labels. Delete {count, plural, one {# label} other {# labels}} in Manage Labels to add new ones.",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Create a new tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancel",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "None",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancel",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edit, remove and create labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Labels help you filter and organize your items.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "This column can’t be hidden.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "अधिक कार्रवाइयां",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "जैसे, इटली",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "‘To’ मान ‘From’ मान से ज़्यादा होना चाहिए।",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "आईडी कॉपी करें",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "रद्द करें",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "और अधिक जानें",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "तकनीकी समस्या के कारण लेबल नहीं बनाया जा सका।",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {आप {limit} से अधिक लेबल नहीं बना सकते हैं। नए जोड़ने के लिए मैनेज लेबल्स में {count,number} लेबल डिलीट करें।} other {आप {limit} से अधिक लेबल नहीं बना सकते हैं। नए जोड़ने के लिए मैनेज लेबल्स में {count,number} लेबल डिलीट करें।}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "नया टैग बनाएँ",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "रद्द करें",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "सभी",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "रद करें",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "लेबल संपादित करें, हटाएं और बनाएं।",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "लेबल आपको अपनी आइटम्स को फ़िल्टर करने और व्यवस्थित करने में मदद करते हैं।",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "यह कॉलम छिपाया नहीं जा सकता।",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "More actions",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "e.g., Italy",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "‘To’ value must be greater than the ‘From’ value.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancel",
|
|
@@ -506,7 +507,7 @@
|
|
|
506
507
|
"cairo.selected": "{total, plural, =1 {1 selected} other {# selected}}",
|
|
507
508
|
"cairo.table.subtitle.learnMore": "Learn more",
|
|
508
509
|
"cairo.table.manage-fields.title": "Manage fields",
|
|
509
|
-
"cairo.filtersPanel.search.noResults.title": "No filters match
|
|
510
|
+
"cairo.filtersPanel.search.noResults.title": "No filters match {term}",
|
|
510
511
|
"cairo.manageView.Rename.modal.save.CTA": "Save",
|
|
511
512
|
"cairo.customFields.archive.technicalError": "Field wasn’t archived due to a technical issue.",
|
|
512
513
|
"cairo.sortableColumns.notification": "Your list is no longer sorted by {columnTitle}.",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Learn more",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Unable to create the label because of a technical issue on our end.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "Unable to create more than {limit} labels. Delete {count, plural, one {# label} other {# labels}} in Manage Labels to add new ones.",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Create a new tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancel",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "None",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancel",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edit, remove and create labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Labels help you filter and organize your items.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "This column can’t be hidden.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Tindakan lainnya",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "mis., Italia",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "Nilai 'Sampai' harus lebih besar dari nilai 'Dari'.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Salin ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Batal",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Pelajari selengkapnya",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Tidak dapat membuat label karena masalah teknis di pihak kami.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, other {Tidak dapat membuat lebih dari {limit} label. Hapus {count,number} label di Kelola Label untuk menambahkan yang baru.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Buat tag baru",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Batalkan",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Semua",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancel",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edit, hapus, dan buat label.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Label membantu Anda memfilter dan mengatur item Anda.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Kolom ini tidak dapat disembunyikan.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Altre azioni",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "es.: Italia",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "Il valore \"A\" deve essere maggiore del valore \"Da\".",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copia ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Annulla",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Scopri di più",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Impossibile creare l'etichetta a causa di un problema tecnico interno.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Impossibile creare più di {limit} etichetta. Elimina {count,number} etichetta in Gestisci etichette per aggiungerne di nuove.} other {Impossibile creare più di {limit} etichette. Elimina {count,number} etichette in Gestisci etichette per aggiungerne di nuove.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Crea un nuovo tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Annulla",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Tutti",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Annulla",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Modifica, rimuovi e crea etichette.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Usa le etichette per filtrare e organizzare gli elementi.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Questa colonna non può essere nascosta.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "その他のアクション",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "例:イタリア",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "「終了」の値は「開始」の値より大きくする必要があります。",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "ID をコピー",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "キャンセル",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "詳しくはこちら",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "弊社側で技術的な問題が発生したため、ラベルが作成されませんでした。",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, other {ラベルは最大{limit}個までしか作成できません。新しいラベルを追加するには、「ラベルを管理」で {count,number}個のラベルを削除してください。}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "新しいタグを作成しましょう",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "キャンセル",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "すべて",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "キャンセル",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "ラベルを編集、削除、作成しましょう。",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "ラベルはアイテムのフィルタリングや整理に役立ちます。",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "この列は非表示にできません。",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "추가 작업",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "예: 이탈리아",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "\"최대\" 값은 \"최저\" 값보다 커야 합니다.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "ID 복사",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "취소",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "자세히 보기",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Wix에 기술적인 문제가 발생하여 라벨을 추가할 수 없습니다.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, other {라벨은 {limit}개 이상 추가할 수 없습니다. 새 라벨을 추가하려면 라벨 관리 페이지에서 라벨 {count,number}개를 삭제하세요.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "태그 추가하기",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "취소",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "전체",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "취소",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "라벨을 편집, 제거 및 추가할 수 있습니다.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "라벨을 사용하면 필터를 적용하고 아이템을 체계적으로 관리할 수 있습니다.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "비공개로 설정할 수 없는 칼럼입니다.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "More actions",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "e.g., Italy",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "‘To’ value must be greater than the ‘From’ value.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancel",
|
|
@@ -506,7 +507,7 @@
|
|
|
506
507
|
"cairo.selected": "{total, plural, =1 {1 selected} other {# selected}}",
|
|
507
508
|
"cairo.table.subtitle.learnMore": "Learn more",
|
|
508
509
|
"cairo.table.manage-fields.title": "Manage fields",
|
|
509
|
-
"cairo.filtersPanel.search.noResults.title": "No filters match
|
|
510
|
+
"cairo.filtersPanel.search.noResults.title": "No filters match {term}",
|
|
510
511
|
"cairo.manageView.Rename.modal.save.CTA": "Save",
|
|
511
512
|
"cairo.customFields.archive.technicalError": "Field wasn’t archived due to a technical issue.",
|
|
512
513
|
"cairo.sortableColumns.notification": "Your list is no longer sorted by {columnTitle}.",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Learn more",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Unable to create the label because of a technical issue on our end.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "Unable to create more than {limit} labels. Delete {count, plural, one {# label} other {# labels}} in Manage Labels to add new ones.",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Create a new tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancel",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "None",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancel",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edit, remove and create labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Labels help you filter and organize your items.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "This column can’t be hidden.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "More actions",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "e.g., Italy",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "‘To’ value must be greater than the ‘From’ value.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancel",
|
|
@@ -506,7 +507,7 @@
|
|
|
506
507
|
"cairo.selected": "{total, plural, =1 {1 selected} other {# selected}}",
|
|
507
508
|
"cairo.table.subtitle.learnMore": "Learn more",
|
|
508
509
|
"cairo.table.manage-fields.title": "Manage fields",
|
|
509
|
-
"cairo.filtersPanel.search.noResults.title": "No filters match
|
|
510
|
+
"cairo.filtersPanel.search.noResults.title": "No filters match {term}",
|
|
510
511
|
"cairo.manageView.Rename.modal.save.CTA": "Save",
|
|
511
512
|
"cairo.customFields.archive.technicalError": "Field wasn’t archived due to a technical issue.",
|
|
512
513
|
"cairo.sortableColumns.notification": "Your list is no longer sorted by {columnTitle}.",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Learn more",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Unable to create the label because of a technical issue on our end.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "Unable to create more than {limit} labels. Delete {count, plural, one {# label} other {# labels}} in Manage Labels to add new ones.",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Create a new tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancel",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "None",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancel",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edit, remove and create labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Labels help you filter and organize your items.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "This column can’t be hidden.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Meer acties",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "Bijv. Italië",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "De waarde 'tot' moet groter zijn dan de waarde 'van'.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "ID kopiëren",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Annuleren",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Meer lezen",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Kan het label niet maken vanwege een technisch probleem aan onze kant.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Kan niet meer dan {limit} label aanmaken. Verwijder {count,number} label in Labels beheren om nieuwe toe te voegen.} other {Kan niet meer dan {limit} labels aanmaken. Verwijder {count,number} labels in Labels beheren om nieuwe toe te voegen.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Maak een nieuwe tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Annuleren",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Alle",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Annuleren",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Bewerk, verwijder en maak labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Met labels kun je items filteren en ordenen.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Deze kolom kan niet worden verborgen.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Flere handlinger",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "f.eks. Italia",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "«Til»-verdien må være større enn «Fra»-verdien.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Kopier ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Avbryt",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Finn ut mer",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Kan ikke opprette etiketten på grunn av et teknisk problem hos oss.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Kan ikke opprette mer enn {limit} etikett. Slett {count,number} etikett i Administrer etiketter for å legge til nye.} other {Kan ikke opprette mer enn {limit} etiketter. Slett {count,number} etiketter i Administrer etiketter for å legge til nye.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Opprett en ny tagg",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Avbryt",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Alle",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Avbryt",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Rediger, fjern og opprett etiketter.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Etiketter hjelper deg med å filtrere og organisere elementene dine.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Denne kolonnen kan ikke skjules.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Więcej działań",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "np. Włochy",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "Wartość „Do” musi być większa niż wartość „Od”.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Skopiuj identyfikator",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Anuluj",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": " Dowiedz się więcej",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Nie można utworzyć etykiety z powodu problemu technicznego po naszej stronie.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Nie można utworzyć więcej niż {limit} etykiet. Usuń {count,number} etykietę w zarządzaniu etykietami, aby dodać nowe.} few {Nie można utworzyć więcej niż {limit} etykiet. Usuń {count,number} etykiety w zarządzaniu etykietami, aby dodać nowe.} many {Nie można utworzyć więcej niż {limit} etykiet. Usuń {count,number} etykiet w zarządzaniu etykietami, aby dodać nowe.} other {Nie można utworzyć więcej niż {limit} etykiet. Usuń {count,number} etykiety w zarządzaniu etykietami, aby dodać nowe.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Utwórz nowy tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Anuluj",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Wszystkie",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Usuń",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edytuj, usuwaj i twórz etykiety.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Etykiety ułatwiają filtrowanie i porządkowanie elementów.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Tej kolumny nie można ukryć.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Mais ações",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "Ex.: Itália",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "O valor \"Até\" deve ser maior do que o valor \"De\".",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copiar ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancelar",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Saiba mais",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Não foi possível criar a etiqueta devido a um problema técnico no nosso sistema.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Não é possível criar mais de {limit} etiquetas. Exclua {count,number} etiqueta em Gerenciar etiquetas para adicionar novas.} other {Não é possível criar mais de {limit} etiquetas. Exclua {count,number} etiquetas em Gerenciar etiquetas para adicionar novas.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Crie uma nova tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancelar",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Todos",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancelar",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edite, remova e crie etiquetas",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "As etiquetas ajudam você a filtrar e organizar seus itens.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Esta coluna não pode ser ocultada.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "More actions",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "e.g., Italy",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "‘To’ value must be greater than the ‘From’ value.",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Cancel",
|
|
@@ -506,7 +507,7 @@
|
|
|
506
507
|
"cairo.selected": "{total, plural, =1 {1 selected} other {# selected}}",
|
|
507
508
|
"cairo.table.subtitle.learnMore": "Learn more",
|
|
508
509
|
"cairo.table.manage-fields.title": "Manage fields",
|
|
509
|
-
"cairo.filtersPanel.search.noResults.title": "No filters match
|
|
510
|
+
"cairo.filtersPanel.search.noResults.title": "No filters match {term}",
|
|
510
511
|
"cairo.manageView.Rename.modal.save.CTA": "Save",
|
|
511
512
|
"cairo.customFields.archive.technicalError": "Field wasn’t archived due to a technical issue.",
|
|
512
513
|
"cairo.sortableColumns.notification": "Your list is no longer sorted by {columnTitle}.",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Learn more",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Unable to create the label because of a technical issue on our end.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "Unable to create more than {limit} labels. Delete {count, plural, one {# label} other {# labels}} in Manage Labels to add new ones.",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Create a new tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Cancel",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "None",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Cancel",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Edit, remove and create labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Labels help you filter and organize your items.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "This column can’t be hidden.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Другие действия",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "например, Италия",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "Значение «До» должно быть больше значения «От».",
|
|
92
|
+
"cairo.import.fileReadFailed": "Couldn’t read this file. Check your internet connection and that the file hasn’t been moved or deleted.",
|
|
92
93
|
"cairo.setupWidget.step.inProgress": "In progress",
|
|
93
94
|
"cairo.errorHandler.requestID.tooltip.cta": "Копировать ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Отменить",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Подробнее",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Не удалось создать метку из-за технической проблемы на нашей стороне.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Невозможно создать более {limit} меток. Удалите {count,number} метку в разделе «Управление метками», чтобы добавить новые.} few {Невозможно создать более {limit} меток. Удалите {count,number} метки в разделе «Управление метками», чтобы добавить новые.} many {Невозможно создать более {limit} меток. Удалите {count,number} меток в разделе «Управление метками», чтобы добавить новые.} other {Невозможно создать более {limit} меток. Удалите {count,number} меток в разделе «Управление метками», чтобы добавить новые.}}",
|
|
527
|
+
"cairo.import.processFailed": "Couldn’t process this file. Make sure it’s a comma-separated CSV file.",
|
|
526
528
|
"cairo.tags.manageTags.modal.emptyState.title": "Создайте новый тег",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Отмена",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Все",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Отмена",
|
|
579
|
+
"cairo.import.encodingFailed": "Couldn’t process this file due to its encoding. Make sure it’s saved with UTF-8 encoding.",
|
|
577
580
|
"cairo.tags.manageTags.modal.subtitle.asLabels": "Редактируйте, удаляйте и создавайте метки.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Метки помогают фильтровать и структурировать элементы.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Этот столбец нельзя скрыть.",
|