@bigbinary/neeto-media-recorder 1.3.20 → 1.3.21
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/README.md +4 -1
- package/index.js +20 -4
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +4 -4
package/package.json
CHANGED
package/src/translations/en.json
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"doNotLeaveThePage": "Do not close this tab.",
|
|
11
11
|
"uploadingRecording": "Recording is being uploaded",
|
|
12
12
|
"inProgress": "Recording in progress...",
|
|
13
|
-
"micPermissionDeniedTitle": "
|
|
14
|
-
"screenSharePermissionDeniedTitle": "
|
|
15
|
-
"screenSharePermissionDenied": "
|
|
16
|
-
"micPermissionDeniedMessage": "
|
|
13
|
+
"micPermissionDeniedTitle": "{{appName, anyCase}} doesn't have access to your microphone",
|
|
14
|
+
"screenSharePermissionDeniedTitle": "{{appName, anyCase}} doesn't have access to your screen",
|
|
15
|
+
"screenSharePermissionDenied": "In order to grant access, please click on the <Bold>Select screen</Bold> button below, and then choose a screen from the popup and grant access.",
|
|
16
|
+
"micPermissionDeniedMessage": "If you are planning to record your screen with audio, please allow access to microphone by clicking on the mic icon in the URL bar. If you cant find the mic icon on the URL bar, click the 'Grant microphone permissions' button below.",
|
|
17
17
|
"copyToClipboard": "Copy link",
|
|
18
18
|
"downloadWebm": "Download webm",
|
|
19
19
|
"startsIn": "Get ready, the recording will begin in...",
|