@factorialco/f0-react 3.5.0 → 3.6.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.
@@ -135,6 +135,15 @@ export declare const defaultTranslations: {
135
135
  readonly link: {
136
136
  readonly opensInNewTab: "opens in new tab";
137
137
  };
138
+ readonly audioPlayer: {
139
+ readonly label: "Audio player";
140
+ readonly play: "Play";
141
+ readonly pause: "Pause";
142
+ readonly seek: "Seek";
143
+ readonly options: "Recording options";
144
+ readonly playbackSpeed: "Playback speed";
145
+ readonly position: "{{current}} of {{total}}";
146
+ };
138
147
  readonly actions: {
139
148
  readonly add: "Add";
140
149
  readonly edit: "Edit";
@@ -135,6 +135,15 @@ const e = {
135
135
  link: {
136
136
  opensInNewTab: "opens in new tab"
137
137
  },
138
+ audioPlayer: {
139
+ label: "Audio player",
140
+ play: "Play",
141
+ pause: "Pause",
142
+ seek: "Seek",
143
+ options: "Recording options",
144
+ playbackSpeed: "Playback speed",
145
+ position: "{{current}} of {{total}}"
146
+ },
138
147
  actions: {
139
148
  add: "Add",
140
149
  edit: "Edit",