@@ -783,6 +783,12 @@ abstract class ZulipLocalizations {
783783 /// **'Could not edit message'**
784784 String get errorCouldNotEditMessageTitle;
785785
786+ /// Error title when fetching a call URL failed.
787+ ///
788+ /// In en, this message translates to:
789+ /// **'Fail to get call URL'**
790+ String get errorCouldNotAppendCallUrl;
791+
786792 /// Success message after copy link action completed.
787793 ///
788794 /// In en, this message translates to:
@@ -927,6 +933,18 @@ abstract class ZulipLocalizations {
927933 /// **'Take a photo'**
928934 String get composeBoxAttachFromCameraTooltip;
929935
936+ /// Tooltip for compose box icon to add a video call url to the message.
937+ ///
938+ /// In en, this message translates to:
939+ /// **'Add video call'**
940+ String get composeBoxAddVideoCallTooltip;
941+
942+ /// Tooltip for compose box icon to add a voice call url to the message.
943+ ///
944+ /// In en, this message translates to:
945+ /// **'Add voice call'**
946+ String get composeBoxAddVoiceCallTooltip;
947+
930948 /// Hint text for content input when sending a message.
931949 ///
932950 /// In en, this message translates to:
@@ -1029,6 +1047,18 @@ abstract class ZulipLocalizations {
10291047 /// **'Uploading {filename}…'**
10301048 String composeBoxUploadingFilename (String filename);
10311049
1050+ /// Text for a Markdown link to a video-call URL.
1051+ ///
1052+ /// In en, this message translates to:
1053+ /// **'Join video call.'**
1054+ String get composeBoxVideoCallLinkText;
1055+
1056+ /// Text for a Markdown link to a voice-call URL.
1057+ ///
1058+ /// In en, this message translates to:
1059+ /// **'Join voice call.'**
1060+ String get composeBoxVoiceCallLinkText;
1061+
10321062 /// Placeholder in compose box showing the quoted message is currently loading.
10331063 ///
10341064 /// In en, this message translates to:
0 commit comments