You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.json 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. {
  2. "contactlist": "CONTACT LIST",
  3. "connectionsettings": "Connection Settings",
  4. "poweredby": "powered by",
  5. "downloadlogs": "Download logs",
  6. "roomUrlDefaultMsg": "Your conference is currently being created...",
  7. "participant": "Participant",
  8. "me": "me",
  9. "speaker": "Speaker",
  10. "defaultNickname": "ex. __name__",
  11. "defaultPreziLink": "e.g. __url__",
  12. "welcomepage":{
  13. "go": "GO",
  14. "roomname": "Enter room name",
  15. "disable": "Don't show this page next time I enter",
  16. "feature1": {
  17. "title": "Simple to use",
  18. "content": "No downloads required. __app__ works directly within your browser. Simply share your conference URL with others to get started."
  19. },
  20. "feature2": {
  21. "title": "Low bandwidth",
  22. "content": "Multi-party video conferences work with as little as 128Kbps. Screen-sharing and audio-only conferences are possible with far less."
  23. },
  24. "feature3": {
  25. "title": "Open source",
  26. "content": "__app__ is licensed under MIT. You are free to download, use, modify, and share them as per these licenses."
  27. },
  28. "feature4": {
  29. "title": "Unlimited users",
  30. "content": "There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors."
  31. },
  32. "feature5": {
  33. "title": "Screen sharing",
  34. "content": "It's easy to share your screen with others. __app__ is ideal for on-line presentations, lectures, and tech support sessions."
  35. },
  36. "feature6": {
  37. "title": "Secure rooms",
  38. "content": "Need some privacy? __app__ conference rooms can be secured with a password in order to exclude unwanted guests and prevent interruptions."
  39. },
  40. "feature7": {
  41. "title": "Shared notes",
  42. "content": "__app__ features Etherpad, a real-time collaborative text editor that's great for meeting minutes, writing articles, and more."
  43. },
  44. "feature8": {
  45. "title": "Usage statistics",
  46. "content": "Learn about your users through easy integration with Piwik, Google Analytics, and other usage monitoring and statistics systems."
  47. }
  48. },
  49. "toolbar": {
  50. "mute": "Mute / Unmute",
  51. "videomute": "Start / stop camera",
  52. "authenticate": "Authenticate",
  53. "record": "Record",
  54. "lock": "Lock / unlock room",
  55. "invite": "Invite others",
  56. "chat": "Open / close chat",
  57. "prezi": "Share Prezi",
  58. "etherpad": "Shared document",
  59. "sharescreen": "Share screen",
  60. "fullscreen": "Enter / Exit Full Screen",
  61. "sip": "Call SIP number",
  62. "Settings": "Settings",
  63. "hangup": "Hang Up",
  64. "login": "Login",
  65. "logout": "Logout"
  66. },
  67. "bottomtoolbar": {
  68. "chat": "Open / close chat",
  69. "filmstrip": "Show / hide film strip",
  70. "contactlist": "Open / close contact list"
  71. },
  72. "chat":{
  73. "nickname": {
  74. "title": "Enter a nickname in the box below",
  75. "popover": "Choose a nickname"
  76. },
  77. "messagebox": "Enter text..."
  78. },
  79. "settings":
  80. {
  81. "title": "SETTINGS",
  82. "update": "Update",
  83. "name": "Name"
  84. },
  85. "videothumbnail":
  86. {
  87. "editnickname": "Click to edit your<br/>display name",
  88. "moderator": "The owner of<br/>this conference",
  89. "videomute": "Participant has<br/>stopped the camera.",
  90. "mute": "Participant is muted",
  91. "kick": "Kick out",
  92. "muted": "Muted",
  93. "domute": "Mute"
  94. },
  95. "connectionindicator":
  96. {
  97. "bitrate": "Bitrate:",
  98. "packetloss": "Packet loss:",
  99. "resolution": "Resolution:",
  100. "less": "Show less",
  101. "more": "Show more",
  102. "address": "Address:",
  103. "remoteport_plural": "Remote ports:",
  104. "localport_plural": "Local ports:",
  105. "remoteport": "Remote port:",
  106. "localport": "Local port:",
  107. "localaddress": "Local address:",
  108. "localaddress_plural": "Local addresses:",
  109. "remoteaddress": "Remote address:",
  110. "remoteaddress_plural": "Remote addresses:",
  111. "transport": "Transport:",
  112. "bandwidth": "Estimated bandwidth:",
  113. "na": "Come back here for connection information once the conference starts"
  114. },
  115. "notify": {
  116. "disconnected": "disconnected",
  117. "moderator": "Moderator rights granted!",
  118. "connected": "connected",
  119. "somebody": "Somebody",
  120. "me": "Me",
  121. "focus": "Conference focus",
  122. "focusFail": "__component__ not available - retry in __ms__ sec",
  123. "grantedTo": "Moderator rights granted to __to__!",
  124. "grantedToUnknown": "Moderator rights granted to $t(somebody)!"
  125. },
  126. "dialog": {
  127. "kickMessage": "Ouch! You have been kicked out of the meet!",
  128. "popupError": "Your browser is blocking popup windows from this site. Please enable popups in your browser security settings and try again.",
  129. "passwordError": "This conversation is currently protected by a password. Only the owner of the conference could set a password.",
  130. "passwordError2": "This conversation isn't currently protected by a password. Only the owner of the conference could set a password.",
  131. "joinError": "Oops! We couldn't join the conference. There might be some problem with security configuration. Please contact service administrator.",
  132. "connectError": "Oops! Something went wrong and we couldn't connect to the conference.",
  133. "connecting": "Connecting",
  134. "error": "Error",
  135. "detectext": "Error when trying to detect desktopsharing extension.",
  136. "failtoinstall": "Failed to install desktop sharing extension",
  137. "failedpermissions": "Failed to obtain permissions to use the local microphone and/or camera.",
  138. "bridgeUnavailable": "Jitsi Videobridge is currently unavailable. Please try again later!",
  139. "lockTitle": "Lock failed",
  140. "lockMessage": "Failed to lock conference.",
  141. "warning": "Warning",
  142. "passwordNotSupported": "Room passwords are currently not supported.",
  143. "sorry": "Sorry",
  144. "internalError": "Internal application error [setRemoteDescription]",
  145. "unableToSwitch": "Unable to switch video stream.",
  146. "SLDFailure": "Oops! Something went wrong and we failed to mute! (SLD Failure)",
  147. "SRDFailure": "Oops! Something went wrong and we failed to stop video! (SRD Failure)",
  148. "oops": "Oops!",
  149. "defaultError": "There was some kind of error",
  150. "passwordRequired": "Password required",
  151. "Ok": "Ok",
  152. "removePreziTitle": "Remove Prezi",
  153. "removePreziMsg": "Are you sure you would like to remove your Prezi?",
  154. "sharePreziTitle": "Share a Prezi",
  155. "sharePreziMsg": "Another participant is already sharing a Prezi.This conference allows only one Prezi at a time.",
  156. "Remove": "Remove",
  157. "WaitingForHost": "Waiting for the host ...",
  158. "WaitForHostMsg": "The conference <b>__room__ </b> has not yet started. If you are the host then please authenticate. Otherwise, please wait for the host to arrive.",
  159. "IamHost": "I am the host",
  160. "Cancel": "Cancel",
  161. "retry": "Retry",
  162. "logoutTitle" : "Logout",
  163. "logoutQuestion" : "Are you sure you want to logout and stop the conference?",
  164. "sessTerminated": "Session Terminated",
  165. "hungUp": "You hung up the call",
  166. "joinAgain": "Join again",
  167. "Share": "Share",
  168. "preziLinkError": "Please provide a correct prezi link.",
  169. "Save": "Save",
  170. "recordingToken": "Enter recording token",
  171. "Dial": "Dial",
  172. "sipMsg": "Enter SIP number",
  173. "passwordCheck": "Are you sure you would like to remove your password?",
  174. "Remove": "Remove",
  175. "passwordMsg": "Set a password to lock your room",
  176. "Invite": "Invite",
  177. "shareLink": "Share this link with everyone you want to invite",
  178. "settings1": "Configure your conference",
  179. "settings2": "Participants join muted",
  180. "settings3": "Require nicknames<br/><br/>Set a password to lock your room:",
  181. "yourPassword": "your password",
  182. "Back": "Back",
  183. "serviceUnavailable": "Service unavailable",
  184. "gracefulShutdown": "Our service is currently down for maintenance. Please try again later.",
  185. "Yes": "Yes",
  186. "reservationError": "Reservation system error",
  187. "reservationErrorMsg": "Error code: __code__, message: __msg__",
  188. "password": "password",
  189. "userPassword": "user password",
  190. "token": "token"
  191. },
  192. "email":
  193. {
  194. "sharedKey": [
  195. "This conference is password protected. Please use the following pin when joining:",
  196. "",
  197. "",
  198. "__sharedKey__",
  199. "",
  200. ""],
  201. "subject": "Invitation to a __appName__ (__conferenceName__)",
  202. "body": [
  203. "Hey there, I%27d like to invite you to a __appName__ conference I%27ve just set up.",
  204. "",
  205. "",
  206. "Please click on the following link in order to join the conference.",
  207. "",
  208. "",
  209. "__roomUrl__",
  210. "",
  211. "",
  212. "__sharedKeyText__",
  213. " Note that __appName__ is currently only supported by __supportedBrowsers__, so you need to be using one of these browsers.",
  214. "",
  215. "",
  216. "Talk to you in a sec!"
  217. ],
  218. "and": "and"
  219. },
  220. "connection":
  221. {
  222. "ERROR": "Error",
  223. "CONNECTING": "Connecting",
  224. "CONNFAIL": "Connection failed",
  225. "AUTHENTICATING": "Authenticating",
  226. "AUTHFAIL": "Authentication failed",
  227. "CONNECTED": "Connected",
  228. "DISCONNECTED": "Disconnected",
  229. "DISCONNECTING": "Disconnecting",
  230. "ATTACHED": "Attached",
  231. "FETCH_SESSION_ID": "Obtaining session-id...",
  232. "GOT_SESSION_ID": "Obtaining session-id... Done",
  233. "GET_SESSION_ID_ERROR": "Get session-id error: "
  234. }
  235. }