@factorialco/f0-react 1.380.0 → 1.382.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.
@@ -160,13 +160,14 @@ export declare const defaultTranslations: {
160
160
  readonly toggle: "Toggle";
161
161
  readonly toggleDropdownMenu: "Toggle dropdown menu";
162
162
  readonly selectAll: "Select all";
163
+ readonly selectAllItems: "Select all {{total}} items";
163
164
  };
164
165
  readonly status: {
165
166
  readonly selected: {
166
167
  readonly singular: "Selected";
167
168
  readonly plural: "Selected";
168
169
  readonly all: "All selected";
169
- readonly allOnPage: "All items on this page are selected";
170
+ readonly allOnPage: "All {{count}} items on this page are selected";
170
171
  readonly selectAllItems: "Select all {{total}} items";
171
172
  readonly allItemsSelected: "All {{total}} items selected";
172
173
  };
@@ -526,6 +527,18 @@ export declare const defaultTranslations: {
526
527
  readonly other: "{{count}} issues";
527
528
  };
528
529
  };
530
+ readonly file: {
531
+ readonly dropzone: "Drag and drop a file, or click to select";
532
+ readonly dropzoneActive: "Drop the file here";
533
+ readonly dropzoneMultiple: "Drag and drop files, or click to select";
534
+ readonly acceptedTypes: "Accepted formats: {{types}}";
535
+ readonly remove: "Remove";
536
+ readonly uploading: "Uploading…";
537
+ readonly processing: "Processing…";
538
+ readonly uploadFailed: "Upload failed";
539
+ readonly fileTooLarge: "File exceeds {{maxSize}} MB limit";
540
+ readonly invalidFileType: "File type not accepted. Accepted formats: {{types}}";
541
+ };
529
542
  readonly validation: {
530
543
  readonly required: "This field is required";
531
544
  readonly invalidType: "Invalid value";
@@ -159,14 +159,15 @@ const e = {
159
159
  other: "Other actions",
160
160
  toggle: "Toggle",
161
161
  toggleDropdownMenu: "Toggle dropdown menu",
162
- selectAll: "Select all"
162
+ selectAll: "Select all",
163
+ selectAllItems: "Select all {{total}} items"
163
164
  },
164
165
  status: {
165
166
  selected: {
166
167
  singular: "Selected",
167
168
  plural: "Selected",
168
169
  all: "All selected",
169
- allOnPage: "All items on this page are selected",
170
+ allOnPage: "All {{count}} items on this page are selected",
170
171
  selectAllItems: "Select all {{total}} items",
171
172
  allItemsSelected: "All {{total}} items selected"
172
173
  },
@@ -526,6 +527,18 @@ const e = {
526
527
  other: "{{count}} issues"
527
528
  }
528
529
  },
530
+ file: {
531
+ dropzone: "Drag and drop a file, or click to select",
532
+ dropzoneActive: "Drop the file here",
533
+ dropzoneMultiple: "Drag and drop files, or click to select",
534
+ acceptedTypes: "Accepted formats: {{types}}",
535
+ remove: "Remove",
536
+ uploading: "Uploading…",
537
+ processing: "Processing…",
538
+ uploadFailed: "Upload failed",
539
+ fileTooLarge: "File exceeds {{maxSize}} MB limit",
540
+ invalidFileType: "File type not accepted. Accepted formats: {{types}}"
541
+ },
529
542
  validation: {
530
543
  required: "This field is required",
531
544
  invalidType: "Invalid value",