Skip to content

Commit e3a388d

Browse files
committed
msglist/emoji: Distinguish muted users in message list page and reactions
1 parent c01b196 commit e3a388d

13 files changed

+47
-3
lines changed

assets/l10n/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,10 @@
947947
"@revealButtonLabel": {
948948
"description": "Label for the button revealing hidden message from a muted sender in message list."
949949
},
950+
"mutedUser": "Muted user",
951+
"@mutedUser": {
952+
"description": "Name for a muted user to display all over the app."
953+
},
950954
"scrollToBottomTooltip": "Scroll to bottom",
951955
"@scrollToBottomTooltip": {
952956
"description": "Tooltip for button to scroll to bottom."

lib/generated/l10n/zulip_localizations.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,12 @@ abstract class ZulipLocalizations {
13971397
/// **'Reveal message for muted sender'**
13981398
String get revealButtonLabel;
13991399

1400+
/// Name for a muted user to display all over the app.
1401+
///
1402+
/// In en, this message translates to:
1403+
/// **'Muted user'**
1404+
String get mutedUser;
1405+
14001406
/// Tooltip for button to scroll to bottom.
14011407
///
14021408
/// In en, this message translates to:

lib/generated/l10n/zulip_localizations_ar.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,9 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
768768
@override
769769
String get revealButtonLabel => 'Reveal message for muted sender';
770770

771+
@override
772+
String get mutedUser => 'Muted user';
773+
771774
@override
772775
String get scrollToBottomTooltip => 'Scroll to bottom';
773776

lib/generated/l10n/zulip_localizations_de.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,9 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
768768
@override
769769
String get revealButtonLabel => 'Reveal message for muted sender';
770770

771+
@override
772+
String get mutedUser => 'Muted user';
773+
771774
@override
772775
String get scrollToBottomTooltip => 'Scroll to bottom';
773776

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,9 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
768768
@override
769769
String get revealButtonLabel => 'Reveal message for muted sender';
770770

771+
@override
772+
String get mutedUser => 'Muted user';
773+
771774
@override
772775
String get scrollToBottomTooltip => 'Scroll to bottom';
773776

lib/generated/l10n/zulip_localizations_ja.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,9 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
768768
@override
769769
String get revealButtonLabel => 'Reveal message for muted sender';
770770

771+
@override
772+
String get mutedUser => 'Muted user';
773+
771774
@override
772775
String get scrollToBottomTooltip => 'Scroll to bottom';
773776

lib/generated/l10n/zulip_localizations_nb.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,9 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
768768
@override
769769
String get revealButtonLabel => 'Reveal message for muted sender';
770770

771+
@override
772+
String get mutedUser => 'Muted user';
773+
771774
@override
772775
String get scrollToBottomTooltip => 'Scroll to bottom';
773776

lib/generated/l10n/zulip_localizations_pl.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,9 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
779779
@override
780780
String get revealButtonLabel => 'Reveal message for muted sender';
781781

782+
@override
783+
String get mutedUser => 'Muted user';
784+
782785
@override
783786
String get scrollToBottomTooltip => 'Przewiń do dołu';
784787

lib/generated/l10n/zulip_localizations_ru.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,9 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
782782
@override
783783
String get revealButtonLabel => 'Reveal message for muted sender';
784784

785+
@override
786+
String get mutedUser => 'Muted user';
787+
785788
@override
786789
String get scrollToBottomTooltip => 'Пролистать вниз';
787790

lib/generated/l10n/zulip_localizations_sk.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,9 @@ class ZulipLocalizationsSk extends ZulipLocalizations {
770770
@override
771771
String get revealButtonLabel => 'Reveal message for muted sender';
772772

773+
@override
774+
String get mutedUser => 'Muted user';
775+
773776
@override
774777
String get scrollToBottomTooltip => 'Scroll to bottom';
775778

0 commit comments

Comments
 (0)