ep_webrtc 2.3.1 → 2.3.2

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/th.json +3 -2
  2. package/package.json +1 -1
package/locales/th.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
- "Andibecker"
4
+ "Andibecker",
5
+ "Trisorn Triboon"
5
6
  ]
6
7
  },
7
8
  "ep_webrtc_settings_enablertc": "เปิดใช้งานการแชทด้วยเสียง/วิดีโอ",
@@ -14,7 +15,7 @@
14
15
  "ep_webrtc_error_notFound_mic": "เข้าถึงไมโครโฟนของคุณไม่สำเร็จ",
15
16
  "ep_webrtc_error_notFound_cammic": "เข้าถึงกล้องและไมโครโฟนของคุณไม่สำเร็จ",
16
17
  "ep_webrtc_error_notFound_screen": "ไม่สามารถเข้าถึงหน้าจอของคุณ",
17
- "ep_webrtc_error_notReadable": "ขออภัย เกิดข้อผิดพลาดของฮาร์ดแวร์ที่ทำให้ไม่สามารถเข้าใช้งานกล้องและ/หรือไมโครโฟนของคุณ:",
18
+ "ep_webrtc_error_notReadable": "ขออภัย เกิดข้อผิดพลาดของฮาร์ดแวร์ที่ทำให้ไม่สามารถเข้าใช้งานกล้อง และ/หรือ ไมโครโฟนของคุณ:",
18
19
  "ep_webrtc_error_otherCantAccess": "ขออภัย เบราว์เซอร์ไม่มีสิทธิ์เข้าถึงกล้องและ/หรือไมโครโฟนของคุณ โปรดตรวจสอบการอนุญาตในการตั้งค่าเบราว์เซอร์ของคุณ ไม่น่าจะใช่ข้อผิดพลาดของฮาร์ดแวร์:",
19
20
  "ep_webrtc_settings_audioenabledonstart": "เปิดเสียงเมื่อเริ่ม",
20
21
  "ep_webrtc_settings_videoenabledonstart": "เปิดวิดีโอเมื่อเริ่ม"
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.3.1",
8
+ "version": "2.3.2",
9
9
  "description": "WebRTC based audio/video chat to Etherpad",
10
10
  "author": "John McLear <john@mclear.co.uk>",
11
11
  "contributors": [],