Procházet zdrojové kódy

ref(strings): change user-facing references of "participant" to "member"

j8
Leonard Kim před 7 roky
rodič
revize
126f8e6d88
1 změnil soubory, kde provedl 12 přidání a 15 odebrání
  1. 12
    15
      lang/main.json

+ 12
- 15
lang/main.json Zobrazit soubor

@@ -1,9 +1,9 @@
1 1
 {
2
-    "contactlist": "Participants (__pcount__)",
2
+    "contactlist": "Members (__pcount__)",
3 3
     "addParticipants": "Share the link",
4 4
     "roomLocked": "Callers must enter a password",
5 5
     "roomUnlocked": "Anyone with the link can join",
6
-    "passwordSetRemotely": "set by another participant",
6
+    "passwordSetRemotely": "set by another member",
7 7
     "connectionsettings": "Connection Settings",
8 8
     "poweredby": "powered by",
9 9
     "feedback": "Give us your feedback",
@@ -59,7 +59,7 @@
59 59
             "title": "Open source"
60 60
         },
61 61
         "feature4": {
62
-            "content": "There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors.",
62
+            "content": "There are no artificial restrictions on the number of users or conference members. Server power and bandwidth are the only limiting factors.",
63 63
             "title": "Unlimited users"
64 64
         },
65 65
         "feature5": {
@@ -114,7 +114,7 @@
114 114
         "login": "Login",
115 115
         "logout": "Logout",
116 116
         "dialpad": "Open / Close dialpad",
117
-        "sharedVideoMutedPopup": "Your shared video has been muted so that you can talk to the other participants.",
117
+        "sharedVideoMutedPopup": "Your shared video has been muted so that you can talk to the other members.",
118 118
         "micMutedPopup": "Your microphone has been muted so that you would fully enjoy your shared video.",
119 119
         "talkWhileMutedPopup": "Trying to speak? You are muted.",
120 120
         "unableToUnmutePopup": "You cannot un-mute while the shared video is on.",
@@ -134,7 +134,7 @@
134 134
     "bottomtoolbar": {
135 135
         "chat": "Open / close chat",
136 136
         "filmstrip": "Show / hide videos",
137
-        "contactlist": "View and invite participants"
137
+        "contactlist": "View and invite members"
138 138
     },
139 139
     "chat":{
140 140
         "nickname": {
@@ -169,8 +169,8 @@
169 169
     "videothumbnail":
170 170
     {
171 171
         "moderator": "Moderator",
172
-        "videomute": "Participant has stopped the camera",
173
-        "mute": "Participant is muted",
172
+        "videomute": "Member has stopped the camera",
173
+        "mute": "Member is muted",
174 174
         "kick": "Kick out",
175 175
         "muted": "Muted",
176 176
         "domute": "Mute",
@@ -239,7 +239,7 @@
239 239
         "conferenceDisconnectTitle": "You have been disconnected.",
240 240
         "conferenceDisconnectMsg": "You may want to check your network connection. Reconnecting in __seconds__ sec...",
241 241
         "rejoinNow": "Rejoin now",
242
-        "maxUsersLimitReached": "The limit for maximum number of participants in the conference has been reached. The conference is full. Please try again later!",
242
+        "maxUsersLimitReached": "The limit for maximum number of members in the conference has been reached. The conference is full. Please try again later!",
243 243
         "lockTitle": "Lock failed",
244 244
         "lockMessage": "Failed to lock the conference.",
245 245
         "warning": "Warning",
@@ -262,7 +262,7 @@
262 262
         "shareVideoLinkError": "Please provide a correct youtube link.",
263 263
         "removeSharedVideoTitle": "Remove shared video",
264 264
         "removeSharedVideoMsg": "Are you sure you would like to remove your shared video?",
265
-        "alreadySharedVideoMsg": "Another participant is already sharing video. This conference allows only one shared video at a time.",
265
+        "alreadySharedVideoMsg": "Another member is already sharing video. This conference allows only one shared video at a time.",
266 266
         "WaitingForHost": "Waiting for the host ...",
267 267
         "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.",
268 268
         "IamHost": "I am the host",
@@ -281,9 +281,6 @@
281 281
         "passwordCheck": "Are you sure you would like to remove your password?",
282 282
         "passwordMsg": "Set a password to lock your room",
283 283
         "shareLink": "Share the link to the call",
284
-        "settings1": "Configure your conference",
285
-        "settings2": "Participants join muted",
286
-        "settings3": "Require nicknames<br/><br/>Set a password to lock your room:",
287 284
         "yourPassword": "Enter new password",
288 285
         "Back": "Back",
289 286
         "serviceUnavailable": "Service unavailable",
@@ -333,7 +330,7 @@
333 330
         "externalInstallationMsg": "You need to install our desktop sharing extension.",
334 331
         "inlineInstallationMsg": "You need to install our desktop sharing extension.",
335 332
         "inlineInstallExtension": "Install now",
336
-        "muteParticipantTitle": "Mute this participant?",
333
+        "muteParticipantTitle": "Mute this member?",
337 334
         "muteParticipantBody": "You won't be able to unmute them, but they can unmute themselves at any time.",
338 335
         "muteParticipantButton": "Mute",
339 336
         "remoteControlTitle": "Remote desktop control",
@@ -398,7 +395,7 @@
398 395
     },
399 396
     "recording":
400 397
     {
401
-        "pending": "Recording waiting for a participant to join...",
398
+        "pending": "Recording waiting for a member to join...",
402 399
         "on": "Recording",
403 400
         "off": "Recording stopped",
404 401
         "failedToStart": "Recording failed to start",
@@ -473,7 +470,7 @@
473 470
         "noResults": "No matching search results",
474 471
         "searchPlaceholder": "Search for people and rooms to add",
475 472
         "title": "Add people to your call",
476
-        "failedToAdd": "Failed to add participants"
473
+        "failedToAdd": "Failed to add members"
477 474
     },
478 475
     "inlineDialogFailure": {
479 476
         "msg": "We stumbled a bit.",

Načítá se…
Zrušit
Uložit