ep_webrtc 2.5.40 → 2.5.41

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.
Files changed (2) hide show
  1. package/locales/gl.json +4 -3
  2. package/package.json +1 -1
package/locales/gl.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
- "Ghose"
4
+ "Ghose",
5
+ "Toliño"
5
6
  ]
6
7
  },
7
8
  "ep_webrtc_settings_enablertc": "Activar conversa de vídeo/audio",
@@ -16,6 +17,6 @@
16
17
  "ep_webrtc_error_notFound_screen": "Fallou o acceso á súa pantalla.",
17
18
  "ep_webrtc_error_notReadable": "Desculpa, houbo un fallo de hardware que impideu o acceso á túa cámara e/ou micrófono:",
18
19
  "ep_webrtc_error_otherCantAccess": "Desculpa, o navegador non ten acceso á cámara e/ou micrófono. Comproba os permisos nos axustes do navegador. Normalmente esto non se debe a un fallo no hardware:",
19
- "ep_webrtc_settings_audioenabledonstart": "Audio ON ao Inicio",
20
- "ep_webrtc_settings_videoenabledonstart": "Video ON ao Inicio"
20
+ "ep_webrtc_settings_audioenabledonstart": "Son activado ao inicio",
21
+ "ep_webrtc_settings_videoenabledonstart": "Vídeo activado ao inicio"
21
22
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "git@github.com:ether/ep_webrtc.git",
6
6
  "type": "git"
7
7
  },
8
- "version": "2.5.40",
8
+ "version": "2.5.41",
9
9
  "description": "WebRTC based audio/video chat to Etherpad",
10
10
  "author": "John McLear <john@mclear.co.uk>",
11
11
  "contributors": [],