@factorialco/f0-react 1.470.2 → 1.471.1

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.
@@ -382,6 +382,7 @@ const e = {
382
382
  unsavedChanges: "Unsaved changes",
383
383
  saveChanges: "Save changes",
384
384
  discardChanges: "Discard",
385
+ saveAsChanges: "Save as",
385
386
  exportTable: "Download table",
386
387
  generatedTableFilename: "OneGeneratedTable",
387
388
  feedbackModal: {
@@ -431,6 +432,7 @@ const e = {
431
432
  },
432
433
  reportCard: {
433
434
  reportLabel: "Report",
435
+ tableLabel: "Table",
434
436
  openButton: "Open"
435
437
  },
436
438
  formCard: {
@@ -439,6 +441,7 @@ const e = {
439
441
  dashboard: {
440
442
  save: "Save",
441
443
  saveToAnalytics: "Save the dashboard in Analytics",
444
+ saveTableToAnalytics: "Save the table in Analytics",
442
445
  saveAs: "Save as",
443
446
  saveDialog: {
444
447
  title: "Save dashboard",
@@ -447,13 +450,22 @@ const e = {
447
450
  descriptionPlaceholder: "Add a description (optional)",
448
451
  save: "Save",
449
452
  cancel: "Cancel"
450
- }
453
+ },
454
+ status: {
455
+ saved: "Saved",
456
+ draft: "Draft",
457
+ unsaved: "Unsaved"
458
+ },
459
+ statusLabel: "Status",
460
+ lastEdited: "Last edited",
461
+ createdBy: "Created by"
451
462
  },
452
463
  dataDownload: {
453
464
  title: "Download",
454
465
  download: "Download {{format}}",
455
466
  exportDashboard: "Export dashboard as {{format}}",
456
- exporting: "Exporting...",
467
+ export: "Export",
468
+ exporting: "Exporting…",
457
469
  rows: "{{amount}} rows"
458
470
  },
459
471
  dashboardItem: {