-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathstrings.json
More file actions
197 lines (197 loc) · 8.56 KB
/
strings.json
File metadata and controls
197 lines (197 loc) · 8.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"participantItem": {
"isMeText": "(you)",
"menuTitle": "More Options",
"removeButtonLabel": "Remove",
"sharingIconLabel": "Sharing",
"mutedIconLabel": "Muted",
"displayNamePlaceholder": "Unnamed Participant",
"participantStateConnecting": "Calling...",
"participantStateRinging": "Calling...",
"participantStateHold": "On hold"
},
"typingIndicator": {
"singleUser": "{user} is typing ...",
"multipleUsers": "{users} are typing ...",
"multipleUsersAbbreviateOne": "{users} and 1 other are typing ...",
"multipleUsersAbbreviateMany": "{users} and {numOthers} others are typing ...",
"delimiter": ", "
},
"sendBox": {
"placeholderText": "Enter a message",
"textTooLong": "Your message length is over the maximum limit.",
"sendButtonAriaLabel": "Send message",
"fileUploadsPendingError": "Uploading... Please wait.",
"removeFile": "Remove file",
"uploading": "Uploading",
"uploadCompleted": "Upload completed"
},
"messageStatusIndicator": {
"deliveredAriaLabel": "Message sent",
"deliveredTooltipText": "Sent",
"seenAriaLabel": "Message seen by others",
"seenTooltipText": "Seen",
"readByTooltipText": "Read by {messageThreadReadCount} of {remoteParticipantsCount}",
"sendingAriaLabel": "Message sending",
"sendingTooltipText": "Sending",
"failedToSendAriaLabel": "Message failed to send",
"failedToSendTooltipText": "Failed to send"
},
"endCallButton": {
"label": "Leave",
"tooltipContent": "Leave call"
},
"cameraButton": {
"onLabel": "Turn off",
"offLabel": "Turn on",
"tooltipDisabledContent": "Camera is disabled",
"tooltipOnContent": "Turn off camera",
"tooltipOffContent": "Turn on camera",
"tooltipVideoLoadingContent": "Video is loading",
"cameraMenuTitle": "Camera",
"cameraMenuTooltip": "Choose camera",
"cameraButtonSplitRoleDescription": "Split button",
"onSplitButtonAriaLabel": "Turn off camera and camera options",
"offSplitButtonAriaLabel": "Turn on camera and camera options",
"cameraActionTurnedOnAnnouncement": "Your camera has been turned on",
"cameraActionTurnedOffAnnouncement": "Your camera has been turned off"
},
"microphoneButton": {
"onLabel": "Mute",
"offLabel": "Unmute",
"tooltipDisabledContent": "Microphone is disabled",
"tooltipOnContent": "Mute microphone",
"tooltipOffContent": "Unmute microphone",
"microphoneMenuTitle": "Microphone",
"microphoneMenuTooltip": "Choose microphone",
"speakerMenuTitle": "Speaker",
"speakerMenuTooltip": "Choose speaker",
"microphoneButtonSplitRoleDescription": "Split button",
"onSplitButtonAriaLabel": "Mute microphone and audio options",
"offSplitButtonAriaLabel": "Unmute microphone and audio options",
"microphoneActionTurnedOnAnnouncement": "Your microphone has been turned on",
"microphoneActionTurnedOffAnnouncement": "Your microphone has been turned off"
},
"devicesButton": {
"label": "Devices",
"tooltipContent": "Manage devices",
"cameraMenuTitle": "Camera",
"cameraMenuTooltip": "Choose camera",
"audioDeviceMenuTitle": "Audio Device",
"audioDeviceMenuTooltip": "Choose audio device",
"microphoneMenuTitle": "Microphone",
"microphoneMenuTooltip": "Choose microphone",
"speakerMenuTitle": "Speaker",
"speakerMenuTooltip": "Choose speaker"
},
"participantsButton": {
"label": "People",
"tooltipContent": "Show participants",
"menuHeader": "In this call",
"participantsListButtonLabel": "{numParticipants} people",
"muteAllButtonLabel": "Mute all",
"copyInviteLinkButtonLabel": "Copy invite link"
},
"screenShareButton": {
"onLabel": "Stop presenting",
"offLabel": "Present",
"tooltipDisabledContent": "Presenting is disabled",
"tooltipOnContent": "Presenting your screen",
"tooltipOffContent": "Present your screen"
},
"messageThread": {
"yesterday": "Yesterday",
"sunday": "Sunday",
"monday": "Monday",
"tuesday": "Tuesday",
"wednesday": "Wednesday",
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday",
"participantJoined": "joined the chat.",
"participantLeft": "left the chat.",
"editMessage": "Edit",
"removeMessage": "Delete",
"resendMessage": "Try sending again",
"failToSendTag": "Failed to send",
"editedTag": "Edited",
"liveAuthorIntro": "{author} says",
"messageContentAriaText": "{author} said {message}",
"messageContentMineAriaText": "You said {message}",
"editBoxTextLimit": "Your message is over the limit of {limitNumber} characters",
"editBoxPlaceholderText": "Edit your message",
"newMessagesIndicator": "New messages",
"noDisplayNameSub": "No name",
"editBoxCancelButton": "Cancel",
"editBoxSubmitButton": "Submit",
"messageReadCount": "Read by {messageReadByCount} of {remoteParticipantsCount}",
"actionMenuMoreOptions": "More Options",
"downloadFile": "Download file"
},
"errorBar": {
"unableToReachChatService": "You are offline",
"accessDenied": "Unable to access chat services - please check the user credentials provided",
"userNotInChatThread": "You are no longer in this chat thread",
"sendMessageNotInChatThread": "Failed to send message because you are no longer in this chat thread",
"sendMessageGeneric": "Failed to send message",
"callingNetworkFailure": "Troubling connecting call - you seem to be offline",
"startVideoGeneric": "Failed to start video",
"stopVideoGeneric": "Failed to stop video",
"muteGeneric": "Failed to mute microphone",
"unmuteGeneric": "Failed to unmute microphone",
"speakingWhileMuted": "Your microphone is muted",
"startScreenShareGeneric": "Failed to start screen sharing",
"stopScreenShareGeneric": "Failed to stop screen sharing",
"callNetworkQualityLow": "Network quality is low.",
"callNoSpeakerFound": "No speakers or headphones found. Connect an audio device to hear the call.",
"callNoMicrophoneFound": "No microphones found. Connect an audio input device.",
"callMicrophoneAccessDenied": "Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",
"callMicrophoneMutedBySystem": "You are muted by your system.",
"callMicrophoneUnmutedBySystem": "Your microphone recovered and you were unmuted by your system.",
"callMacOsMicrophoneAccessDenied": "Unable to access microphone. Grant microphone permission in your macOS privacy settings.",
"callLocalVideoFreeze": "Network bandwidth is poor. Your video may appear paused for others on the call.",
"callCameraAccessDenied": "Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",
"callCameraAlreadyInUse": "Unable to access camera. It may already be in use by another application.",
"callVideoStoppedBySystem": "Your video has been stopped by your system.",
"callVideoRecoveredBySystem": "Your video has resumed.",
"callMacOsCameraAccessDenied": "MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",
"callMacOsScreenShareAccessDenied": "MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",
"dismissButtonAriaLabel": "Close",
"failedToJoinCallGeneric": "Failed to join call.",
"failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link."
},
"videoGallery": {
"screenIsBeingSharedMessage": "You are sharing your screen",
"screenShareLoadingMessage": "Loading {participant}'s screen",
"localVideoLabel": "You",
"localVideoCameraSwitcherLabel": "Switch camera",
"localVideoMovementLabel": "Movable Local Video Tile",
"localVideoSelectedDescription": "{cameraName} selected",
"displayNamePlaceholder": "Unnamed Participant"
},
"dialpad": {
"placeholderText": "Enter phone number",
"deleteButtonAriaLabel": "Delete"
},
"holdButton": {
"onLabel": "Resume",
"offLabel": "Hold",
"tooltipOnContent": "Resume call",
"tooltipOffContent": "Hold call"
},
"videoTile": {
"participantStateConnecting": "Calling...",
"participantStateRinging": "Calling...",
"participantStateHold": "On hold"
},
"DomainPermissions": {
"primaryText": "Allow {appName} to use your camera and microphone",
"secondaryText": "This is so participants can see and hear you.",
"linkText": "More help"
},
"UnsupportedBrowser": {
"primaryText": "Browser not supported",
"secondaryText": "Please join this call using a compatible browser.",
"moreHelpLink": "More help"
}
}