@bigbinary/neeto-media-recorder 2.6.2 → 2.6.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-media-recorder",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
4
4
  "description": "A package to simplify the media capturing process",
5
5
  "repository": "git@github.com:bigbinary/neeto-media-recorder.git",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "message": "You are discarding the current recording. This can't be undone."
37
37
  },
38
38
  "discardRecording": "Discard recording",
39
- "timeLimitWarning": "Please note: recordings are limited to {{duration}}. The current recording will automatically stop on reaching that limit.",
39
+ "timeLimitWarning": "Please note: recordings are limited to {{duration}}. The current recording will automatically stop in <Bold>{{endsIn}}</Bold>.",
40
40
  "copyToClipboardToastrMessage": "Recording link is copied to your clipboard. You can paste it anywhere.",
41
41
  "grantPermissions": "Grant permissions",
42
42
  "selectScreen": "Select screen",
@@ -47,6 +47,7 @@
47
47
  "retry": "Retry"
48
48
  },
49
49
  "notSupportedError": "We encountered a problem initiating the screen recorder. Please try again by clicking the button below.",
50
- "unsupportedBrowser": "Unfortunately, this feature is unavailable because the current browser does not support screen capturing."
50
+ "unsupportedBrowser": "Unfortunately, this feature is unavailable because the current browser does not support screen capturing.",
51
+ "useDesktopAppCallOut": "Hey there! 👋 You're using the basic version of NeetoRecord with limited features. For the best recording experience with advanced features, please <Download>download the desktop application.</Download>"
51
52
  }
52
53
  }