@factorialco/f0-react 4.66.2 → 4.68.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.
@@ -602,7 +602,9 @@ export declare const defaultTranslations: {
602
602
  readonly cancelRecording: "Cancel recording";
603
603
  readonly dropFilesHere: "Drop your files here";
604
604
  readonly removeFile: "Remove";
605
+ readonly removeNamedFile: "Remove {{name}}";
605
606
  readonly tooManyFilesError: "You can attach up to {{maxFiles}} files at once";
607
+ readonly fileTooLargeError: "Each file must be {{maxFileSize}} or smaller";
606
608
  readonly fileUploadError: "Upload failed";
607
609
  readonly micPermissionDenied: "Microphone access is blocked. Allow it in your browser settings to dictate.";
608
610
  readonly micError: "Couldn't access the microphone.";
@@ -638,6 +640,7 @@ export declare const defaultTranslations: {
638
640
  readonly reply: "Reply";
639
641
  readonly react: "Add reaction";
640
642
  readonly download: "Download";
643
+ readonly downloadNamedFile: "Download {{name}}";
641
644
  readonly removeQuote: "Remove quote";
642
645
  readonly edit: "Edit";
643
646
  readonly editing: "Editing";
@@ -651,7 +654,10 @@ export declare const defaultTranslations: {
651
654
  readonly previousImage: "Previous image";
652
655
  readonly nextImage: "Next image";
653
656
  readonly openDocument: "Open document";
657
+ readonly openNamedDocument: "Open {{name}}";
654
658
  readonly documentPreview: "Document preview";
659
+ readonly videoPlayerLabel: "Video player: {{name}}";
660
+ readonly loadingVideo: "Loading video: {{name}}";
655
661
  readonly photo: "Photo";
656
662
  readonly photoCount: {
657
663
  readonly one: "{{count}} photo";
@@ -602,8 +602,10 @@ const e = {
602
602
  cancelRecording: "Cancel recording",
603
603
  dropFilesHere: "Drop your files here",
604
604
  removeFile: "Remove",
605
- // Transient composer errors (flashed in the textarea, mirroring the AI chat).
605
+ removeNamedFile: "Remove {{name}}",
606
+ // Composer errors (upload/voice failures are transient; validation may persist).
606
607
  tooManyFilesError: "You can attach up to {{maxFiles}} files at once",
608
+ fileTooLargeError: "Each file must be {{maxFileSize}} or smaller",
607
609
  fileUploadError: "Upload failed",
608
610
  micPermissionDenied: "Microphone access is blocked. Allow it in your browser settings to dictate.",
609
611
  micError: "Couldn't access the microphone.",
@@ -648,6 +650,7 @@ const e = {
648
650
  reply: "Reply",
649
651
  react: "Add reaction",
650
652
  download: "Download",
653
+ downloadNamedFile: "Download {{name}}",
651
654
  removeQuote: "Remove quote",
652
655
  // Editing your own message (within the edit window). `editing` heads the
653
656
  // composer chip; `edited` is the muted marker after an edited message body.
@@ -665,7 +668,10 @@ const e = {
665
668
  previousImage: "Previous image",
666
669
  nextImage: "Next image",
667
670
  openDocument: "Open document",
671
+ openNamedDocument: "Open {{name}}",
668
672
  documentPreview: "Document preview",
673
+ videoPlayerLabel: "Video player: {{name}}",
674
+ loadingVideo: "Loading video: {{name}}",
669
675
  // Attachment previews in reply quotes + the composer chip (a lone file shows
670
676
  // its real name instead of a count).
671
677
  photo: "Photo",