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