@factorialco/f0-react 4.43.0 → 4.45.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.
@@ -642,6 +642,8 @@ export declare const defaultTranslations: {
642
642
  readonly closePreview: "Close";
643
643
  readonly previousImage: "Previous image";
644
644
  readonly nextImage: "Next image";
645
+ readonly openDocument: "Open document";
646
+ readonly documentPreview: "Document preview";
645
647
  readonly photo: "Photo";
646
648
  readonly photoCount: {
647
649
  readonly one: "{{count}} photo";
@@ -887,6 +889,10 @@ export declare const defaultTranslations: {
887
889
  readonly addBlockedHint: "Finish filling out the last item you just added in order to add another one";
888
890
  readonly addBlockedErrorHint: "Fix the errors in the existing items before adding another one";
889
891
  readonly addBlockedMaxHint: "You've reached the maximum number of items";
892
+ readonly removeConfirmTitle: "Remove item?";
893
+ readonly removeConfirmMessage: "This item will be removed. This action cannot be undone.";
894
+ readonly removeError: "Couldn't remove the item. Please try again.";
895
+ readonly removeErrorTitle: "Remove failed";
890
896
  };
891
897
  readonly moreInformation: "More information";
892
898
  readonly validation: {
@@ -949,6 +955,11 @@ export declare const defaultTranslations: {
949
955
  readonly print: "Print";
950
956
  readonly download: "Download";
951
957
  readonly loading: "Loading document";
958
+ readonly previewFailed: "Preview isn't available for this file";
959
+ readonly showingFirstRows: {
960
+ readonly one: "Showing the first row";
961
+ readonly other: "Showing the first {{count}} rows";
962
+ };
952
963
  };
953
964
  };
954
965
 
@@ -656,6 +656,8 @@ const e = {
656
656
  closePreview: "Close",
657
657
  previousImage: "Previous image",
658
658
  nextImage: "Next image",
659
+ openDocument: "Open document",
660
+ documentPreview: "Document preview",
659
661
  // Attachment previews in reply quotes + the composer chip (a lone file shows
660
662
  // its real name instead of a count).
661
663
  photo: "Photo",
@@ -909,7 +911,11 @@ const e = {
909
911
  view: "View",
910
912
  addBlockedHint: "Finish filling out the last item you just added in order to add another one",
911
913
  addBlockedErrorHint: "Fix the errors in the existing items before adding another one",
912
- addBlockedMaxHint: "You've reached the maximum number of items"
914
+ addBlockedMaxHint: "You've reached the maximum number of items",
915
+ removeConfirmTitle: "Remove item?",
916
+ removeConfirmMessage: "This item will be removed. This action cannot be undone.",
917
+ removeError: "Couldn't remove the item. Please try again.",
918
+ removeErrorTitle: "Remove failed"
913
919
  },
914
920
  moreInformation: "More information",
915
921
  validation: {
@@ -971,7 +977,12 @@ const e = {
971
977
  rotate: "Rotate",
972
978
  print: "Print",
973
979
  download: "Download",
974
- loading: "Loading document"
980
+ loading: "Loading document",
981
+ previewFailed: "Preview isn't available for this file",
982
+ showingFirstRows: {
983
+ one: "Showing the first row",
984
+ other: "Showing the first {{count}} rows"
985
+ }
975
986
  }
976
987
  };
977
988
  export {