@@ -955,6 +955,60 @@ abstract class ZulipLocalizations {
955
955
/// **'Several people are typing…'**
956
956
String get manyPeopleTyping;
957
957
958
+ /// Text for "@all" wildcard-mention autocomplete option when writing a channel or DM message.
959
+ ///
960
+ /// In en, this message translates to:
961
+ /// **'all'**
962
+ String get wildcardMentionAll;
963
+
964
+ /// Text for "@everyone" wildcard-mention autocomplete option when writing a channel or DM message.
965
+ ///
966
+ /// In en, this message translates to:
967
+ /// **'everyone'**
968
+ String get wildcardMentionEveryone;
969
+
970
+ /// Text for "@channel" wildcard-mention autocomplete option when writing a channel message.
971
+ ///
972
+ /// In en, this message translates to:
973
+ /// **'channel'**
974
+ String get wildcardMentionChannel;
975
+
976
+ /// Text for "@stream" wildcard-mention autocomplete option when writing a channel message in older servers.
977
+ ///
978
+ /// In en, this message translates to:
979
+ /// **'stream'**
980
+ String get wildcardMentionStream;
981
+
982
+ /// Text for "@topic" wildcard-mention autocomplete option when writing a channel message.
983
+ ///
984
+ /// In en, this message translates to:
985
+ /// **'topic'**
986
+ String get wildcardMentionTopic;
987
+
988
+ /// Description for "@all", "@everyone", "@channel", and "@stream" wildcard-mention autocomplete options when writing a channel message.
989
+ ///
990
+ /// In en, this message translates to:
991
+ /// **'Notify channel'**
992
+ String get wildcardMentionChannelDescription;
993
+
994
+ /// Description for "@all", "@everyone", and "@stream" wildcard-mention autocomplete options when writing a channel message in older severs.
995
+ ///
996
+ /// In en, this message translates to:
997
+ /// **'Notify stream'**
998
+ String get wildcardMentionStreamDescription;
999
+
1000
+ /// Description for "@all" and "@everyone" wildcard-mention autocomplete options when writing a DM message.
1001
+ ///
1002
+ /// In en, this message translates to:
1003
+ /// **'Notify recipients'**
1004
+ String get wildcardMentionAllDmDescription;
1005
+
1006
+ /// Description for "@topic" wildcard-mention autocomplete options when writing a channel message.
1007
+ ///
1008
+ /// In en, this message translates to:
1009
+ /// **'Notify topic'**
1010
+ String get wildcardMentionTopicDescription;
1011
+
958
1012
/// Label for an edited message. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)
959
1013
///
960
1014
/// In en, this message translates to:
0 commit comments