|
60 | 60 | 'mck.empty.welcome.cta.continue': 'View conversations', |
61 | 61 | 'no.more.conversations': 'No more conversations!', |
62 | 62 | 'search.placeholder': 'Search...', |
| 63 | + 'search.clear': 'Clear search', |
63 | 64 | 'mck.email.placeholder': 'Enter your email...', |
64 | 65 | 'location.placeholder': 'Enter a location', |
| 66 | + 'options': 'Options', |
| 67 | + 'conversation.options': 'Conversation options', |
65 | 68 | 'form.label.to': 'To:', |
66 | 69 | 'form.label.userId': 'User ID', |
67 | 70 | 'form.error.required': 'This is a required field', |
68 | 71 | 'form.error.invalidValue': 'You have entered an invalid Value', |
69 | 72 | 'location.coordinates.lat': 'Lat.:', |
70 | 73 | 'location.coordinates.lon': 'Long.:', |
| 74 | + 'reply.preview.close': 'Close reply preview', |
71 | 75 | 'create.group.title': 'Create Group', |
72 | 76 | 'members.title': 'Members', |
73 | 77 | 'add.members.title': 'Add Member', |
|
111 | 115 | 'save': 'Save', |
112 | 116 | 'file.attachment': 'Upload Attachment', |
113 | 117 | 'file.attach.title': 'Attach File', |
| 118 | + 'upload.image': 'Upload Image', |
| 119 | + 'upload.video': 'Upload Video', |
| 120 | + 'attachment.cancelUpload': 'Cancel upload', |
| 121 | + 'attachment.retryUpload': 'Retry upload', |
| 122 | + 'attachment.download': 'Download attachment', |
| 123 | + 'voice.input': 'Voice input', |
| 124 | + 'voice.input.options': 'Voice input options', |
| 125 | + 'voice.mode': 'Voice mode', |
| 126 | + 'quick.replies': 'Quick replies', |
| 127 | + 'recording.delete': 'Delete recording', |
| 128 | + 'recording.pause': 'Pause recording', |
| 129 | + 'recording.play': 'Play recording', |
| 130 | + 'recording.send': 'Send recording', |
| 131 | + 'recording.stop': 'Stop recording', |
| 132 | + 'popup.close': 'Close popup message', |
114 | 133 | 'last.seen': 'Last seen', |
115 | 134 | 'last.seen.on': 'Last seen on', |
116 | 135 | 'hour': ' hour', |
|
198 | 217 | CONVERSATION_RESOLVED: 'This conversation was resolved', //if conversation resolved through zendesk, |
199 | 218 | CONVERSATION_RATING_HEADING: 'How satisfied are you with the conversation?', |
200 | 219 | RATE_ERROR_MSG: 'Please rate the conversation', |
| 220 | + STAR_1: '1 star', |
| 221 | + STAR_2: '2 stars', |
| 222 | + STAR_3: '3 stars', |
| 223 | + STAR_4: '4 stars', |
| 224 | + STAR_5: '5 stars', |
201 | 225 | }, |
202 | 226 | 'page.title.on.new.message': 'New message from ', |
203 | 227 | 'emoji.hover.text': { |
|
286 | 310 | noActiveConversation: 'Please open a conversation first.', |
287 | 311 | silenceTimeout: 'No speech detected. Listening for more...', |
288 | 312 | listeningNote: 'AI assistant is listening for you—just speak.', |
289 | | - mutedNote: 'Microphone paused. Tap the mic to resume voice input.', |
| 313 | + mutedNote: 'Microphone paused. Use the microphone button to resume voice input.', |
290 | 314 | processing: 'Processing', |
291 | 315 | processingFailed: 'Unable to transcribe the recording. Please try again.', |
292 | 316 | noSpeechDetected: 'No speech detected. Please try again.', |
|
0 commit comments