@wix/bex-core 2.321.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/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/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/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/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/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": "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": "Další akce",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "Např. Itálie",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "Hodnota „Do“ musí být větší než hodnota „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": "Kopírovat ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Zpět",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Zjistit více",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Štítek nelze vytvořit kvůli technickým potížím na naší straně.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Nelze vytvořit více než {limit} štítek. Chcete-li přidat nové, odstraňte {count,number} štítek ve Správě popisků.} few {Nelze vytvořit více než {limit} štítky. Chcete-li přidat nové, odstraňte {count,number} štítky ve Správě popisků.} many {Nelze vytvořit více než {limit} štítků. Chcete-li přidat nové, odstraňte {count,number} štítků ve Správě popisků.} other {Nelze vytvořit více než {limit} štítků. Chcete-li přidat nové, odstraňte {count,number} štítků ve Správě popisků.}}",
|
|
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": "Vytvořte nový tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Zpět",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Vše",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Zpět",
|
|
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": "Upravovat, odstraňovat a vytvářet štítky.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Štítky vám pomáhají filtrovat a organizovat položky.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Tento sloupec nelze skrýt.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Flere handlinger",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "fx Italien",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "'Til'-værdien skal være højere end 'Fra'-værdien.",
|
|
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": "Kopiér ID",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Annuller",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Læs mere",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Det var ikke muligt at oprette etiket på grund af et teknisk problem hos os.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Der kan ikke oprettes mere end {limit} etiket. Slet {count,number} etiket under Administrer etiketter for at tilføje nye.} other {Der kan ikke oprettes mere end {limit} etiketter. Slet {count,number} etiketter under Administrer etiketter for at tilføje 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": "Opret et nyt tag",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Annuller",
|
|
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": "Annuller",
|
|
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 opret etiketter.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Etiketter hjælper dig med at filtrere og organisere dine elementer.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Denne kolonne kan ikke skjules.",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"cairo.archivedFields.more-actions.tooltip": "Weitere Aktionen",
|
|
90
90
|
"cairo.customFields.fieldType.dropdownList.placeholder": "z. B. Italien",
|
|
91
91
|
"cairo.filtersPanel.numRange.maxRange.error": "Der Wert „Bis“ muss größer sein als der Wert „Von“.",
|
|
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 kopieren",
|
|
94
95
|
"cairo.tags.manageTags.modal.deleteModal.cancel.CTA": "Abbrechen",
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
"cairo.table.saveViewModal.learnMoreLink": "Mehr erfahren",
|
|
524
525
|
"cairo.tags.collectionPage.toast.create.error.asLabels": "Wegen technischer Probleme wurde das Label nicht erstellt.",
|
|
525
526
|
"cairo.tags.popover.creationLimitReached.error.asLabels": "{count, plural, one {Es können nicht mehr als {limit} Labels erstellt werden. Lösche {count,number} Label unter „Labels verwalten“, um neue hinzuzufügen.} other {Es können nicht mehr als {limit} Labels erstellt werden. Lösche {count,number} Labels unter „Labels verwalten“, um neue hinzuzufügen.}}",
|
|
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": "Neues Tag erstellen",
|
|
527
529
|
"cairo.entityPage.header.cancel.CTA": "Abbrechen",
|
|
528
530
|
"cairo.filterOperator.lessThanOrEqual.tag": "less than or equal to",
|
|
@@ -574,6 +576,7 @@
|
|
|
574
576
|
"cairo.filtersPanel.date.none": "Beliebig",
|
|
575
577
|
"cairo.import.collectionField": "Collection Field",
|
|
576
578
|
"cairo.saveViewModal.cancelButton": "Abbrechen",
|
|
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": "Bearbeite, entferne und erstelle Labels.",
|
|
578
581
|
"cairo.tags.manageTags.modal.emptyState.body.asLabels": "Labels helfen dir beim Filtern und Ordnen deiner Elemente.",
|
|
579
582
|
"cairo.table.custom-columns.hidden.disabled.tooltip": "Diese Spalte kann nicht ausgeblendet werden.",
|
|
@@ -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.",
|