فهرست منبع

add more webcam strings to docs

Artur Paikin 6 سال پیش
والد
کامیت
0a4a840b48
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      website/src/docs/webcam.md

+ 4 - 0
website/src/docs/webcam.md

@@ -120,5 +120,9 @@ strings: {
   // Used as the label for the button that stops a video recording.
   // Used as the label for the button that stops a video recording.
   // This is not visibly rendered but is picked up by screen readers.
   // This is not visibly rendered but is picked up by screen readers.
   stopRecording: 'Stop video recording',
   stopRecording: 'Stop video recording',
+  // Title on the “allow access” screen
+  allowAccessTitle: 'Please allow access to your camera',
+  // Description on the “allow access” screen
+  allowAccessDescription: 'In order to take pictures or record video with your camera, please allow camera access for this site.'
 }
 }
 ```
 ```