You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/l10n/app_en.arb
+69Lines changed: 69 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -687,6 +687,75 @@
687
687
"@emptyMessageList": {
688
688
"description": "Placeholder for some message-list pages when there are no messages."
689
689
},
690
+
"emptyMessageListCombinedFeed": "There are no messages in your combined feed.",
691
+
"@emptyMessageListCombinedFeed": {
692
+
"description": "Placeholder for the 'Combined feed' page when there are no messages."
693
+
},
694
+
"emptyMessageListChannelWithoutContentAccess": "You don’t have <z-link>content access</z-link> to this channel.",
695
+
"@emptyMessageListChannelWithoutContentAccess": {
696
+
"description": "Placeholder for a channel or topic page when there are no messages and you don’t have content access."
697
+
},
698
+
"emptyMessageListChannelUnavailable": "This channel doesn’t exist, or you are not allowed to view it.",
699
+
"@emptyMessageListChannelUnavailable": {
700
+
"description": "Placeholder for a channel page when there are no messages and the channel does not exist or you don't have access to it."
701
+
},
702
+
"emptyMessageListSelfDmHeader": "You have not sent any direct messages to yourself yet!",
703
+
"@emptyMessageListSelfDmHeader": {
704
+
"description": "Placeholder for the self-DM page when there are no messages."
705
+
},
706
+
"emptyMessageListSelfDmMessage": "Use this space for personal notes, or to test out Zulip features.",
707
+
"@emptyMessageListSelfDmMessage": {
708
+
"description": "Extra detail in the placeholder for the self-DM page when there are no messages."
709
+
},
710
+
"emptyMessageListDm": "You have no direct messages with {person} yet.",
711
+
"@emptyMessageListDm": {
712
+
"description": "Placeholder for a 1:1 DM page when there are no messages.",
713
+
"placeholders": {
714
+
"person": {"type": "String", "example": "Alice"}
715
+
}
716
+
},
717
+
"emptyMessageListDmDeactivatedUser": "You have no direct messages with {person}.",
718
+
"@emptyMessageListDmDeactivatedUser": {
719
+
"description": "Placeholder for a 1:1 DM page when there are no messages and the other user is deactivated.",
720
+
"placeholders": {
721
+
"person": {"type": "String", "example": "Alice"}
722
+
}
723
+
},
724
+
"emptyMessageListDmUnknownUser": "You have no direct messages with this user.",
725
+
"@emptyMessageListDmUnknownUser": {
726
+
"description": "Placeholder for a 1:1 DM page when there are no messages and the other user's name is unavailable."
727
+
},
728
+
"emptyMessageListGroupDm": "You have no direct messages with these users yet.",
729
+
"@emptyMessageListGroupDm": {
730
+
"description": "Placeholder for a group DM page when there are no messages."
731
+
},
732
+
"emptyMessageListGroupDmDeactivatedUser": "You have no direct messages with these users.",
733
+
"@emptyMessageListGroupDmDeactivatedUser": {
734
+
"description": "Placeholder for a group DM page when there are no messages and one or more participants is deactivated."
735
+
},
736
+
"emptyMessageListDmStartConversation": "Why not start the conversation?",
737
+
"@emptyMessageListDmStartConversation": {
738
+
"description": "Extra detail in the placeholder for some DM pages when there are no messages."
739
+
},
740
+
"emptyMessageListMentionsHeader": "This view will show messages where you are <z-link>mentioned</z-link>.",
741
+
"@emptyMessageListMentionsHeader": {
742
+
"description": "Placeholder for the 'Mentions' page when there are no messages."
743
+
},
744
+
"emptyMessageListMentionsMessage": "To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a channel. Type @ in the compose box, and choose who you’d like to mention from the list of suggestions.",
745
+
"@emptyMessageListMentionsMessage": {
746
+
"description": "Extra detail in the placeholder for the 'Mentions' page when there are no messages."
747
+
},
748
+
"emptyMessageListStarredHeader": "You have no starred messages.",
749
+
"@emptyMessageListStarredHeader": {
750
+
"description": "Placeholder for the 'Starred' page when there are no messages."
751
+
},
752
+
"emptyMessageListStarredMessage": "<z-link>Starring</z-link> is a good way to keep track of important messages, such as tasks you need to go back to, or useful references. To star a message, long-press it and tap “{button}.”",
753
+
"@emptyMessageListStarredMessage": {
754
+
"description": "Extra detail in the placeholder for the 'Starred' page when there are no messages. The {button} placeholder will be the button's translated text.",
/// Placeholder for a 1:1 DM page when there are no messages and the other user's name is unavailable.
1111
+
///
1112
+
/// In en, this message translates to:
1113
+
/// **'You have no direct messages with this user.'**
1114
+
Stringget emptyMessageListDmUnknownUser;
1115
+
1116
+
/// Placeholder for a group DM page when there are no messages.
1117
+
///
1118
+
/// In en, this message translates to:
1119
+
/// **'You have no direct messages with these users yet.'**
1120
+
Stringget emptyMessageListGroupDm;
1121
+
1122
+
/// Placeholder for a group DM page when there are no messages and one or more participants is deactivated.
1123
+
///
1124
+
/// In en, this message translates to:
1125
+
/// **'You have no direct messages with these users.'**
1126
+
Stringget emptyMessageListGroupDmDeactivatedUser;
1127
+
1128
+
/// Extra detail in the placeholder for some DM pages when there are no messages.
1129
+
///
1130
+
/// In en, this message translates to:
1131
+
/// **'Why not start the conversation?'**
1132
+
Stringget emptyMessageListDmStartConversation;
1133
+
1134
+
/// Placeholder for the 'Mentions' page when there are no messages.
1135
+
///
1136
+
/// In en, this message translates to:
1137
+
/// **'This view will show messages where you are <z-link>mentioned</z-link>.'**
1138
+
Stringget emptyMessageListMentionsHeader;
1139
+
1140
+
/// Extra detail in the placeholder for the 'Mentions' page when there are no messages.
1141
+
///
1142
+
/// In en, this message translates to:
1143
+
/// **'To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a channel. Type @ in the compose box, and choose who you’d like to mention from the list of suggestions.'**
1144
+
Stringget emptyMessageListMentionsMessage;
1145
+
1146
+
/// Placeholder for the 'Starred' page when there are no messages.
1147
+
///
1148
+
/// In en, this message translates to:
1149
+
/// **'You have no starred messages.'**
1150
+
Stringget emptyMessageListStarredHeader;
1151
+
1152
+
/// Extra detail in the placeholder for the 'Starred' page when there are no messages. The {button} placeholder will be the button's translated text.
1153
+
///
1154
+
/// In en, this message translates to:
1155
+
/// **'<z-link>Starring</z-link> is a good way to keep track of important messages, such as tasks you need to go back to, or useful references. To star a message, long-press it and tap “{button}.”'**
'This view will show messages where you are <z-link>mentioned</z-link>.';
620
+
621
+
@override
622
+
Stringget emptyMessageListMentionsMessage =>
623
+
'To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a channel. Type @ in the compose box, and choose who you’d like to mention from the list of suggestions.';
624
+
625
+
@override
626
+
Stringget emptyMessageListStarredHeader =>'You have no starred messages.';
return'<z-link>Starring</z-link> is a good way to keep track of important messages, such as tasks you need to go back to, or useful references. To star a message, long-press it and tap “$button.”';
'This view will show messages where you are <z-link>mentioned</z-link>.';
639
+
640
+
@override
641
+
Stringget emptyMessageListMentionsMessage =>
642
+
'To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a channel. Type @ in the compose box, and choose who you’d like to mention from the list of suggestions.';
643
+
644
+
@override
645
+
Stringget emptyMessageListStarredHeader =>'You have no starred messages.';
return'<z-link>Starring</z-link> is a good way to keep track of important messages, such as tasks you need to go back to, or useful references. To star a message, long-press it and tap “$button.”';
'This view will show messages where you are <z-link>mentioned</z-link>.';
620
+
621
+
@override
622
+
Stringget emptyMessageListMentionsMessage =>
623
+
'To call attention to a message, you can mention a user, a group, topic participants, or all subscribers to a channel. Type @ in the compose box, and choose who you’d like to mention from the list of suggestions.';
624
+
625
+
@override
626
+
Stringget emptyMessageListStarredHeader =>'You have no starred messages.';
return'<z-link>Starring</z-link> is a good way to keep track of important messages, such as tasks you need to go back to, or useful references. To star a message, long-press it and tap “$button.”';
0 commit comments