File tree 8 files changed +711
-71
lines changed
8 files changed +711
-71
lines changed Original file line number Diff line number Diff line change 529
529
"@userRoleUnknown": {
530
530
"description": "Label for UserRole.unknown"
531
531
},
532
+ "inboxButton": "Inbox",
533
+ "@inboxButton": {
534
+ "description": "Label for the menu button switching to inbox."
535
+ },
532
536
"recentDmConversationsPageTitle": "Direct messages",
533
537
"@recentDmConversationsPageTitle": {
534
538
"description": "Title for the page of recent DM conversations"
545
549
"@starredMessagesPageTitle": {
546
550
"description": "Title for the page of starred messages."
547
551
},
552
+ "channelsButton": "Channels",
553
+ "@channelsButton": {
554
+ "description": "Label for the menu button switching to channels."
555
+ },
556
+ "profilePageTitle": "My profile",
557
+ "@profilePageTitle": {
558
+ "description": "Title for the page of the logged in user's profile."
559
+ },
548
560
"channelFeedButtonTooltip": "Channel feed",
549
561
"@channelFeedButtonTooltip": {
550
562
"description": "Tooltip for button to navigate to a given channel's feed"
Original file line number Diff line number Diff line change @@ -799,6 +799,12 @@ abstract class ZulipLocalizations {
799
799
/// **'Unknown'**
800
800
String get userRoleUnknown;
801
801
802
+ /// Label for the menu button switching to inbox.
803
+ ///
804
+ /// In en, this message translates to:
805
+ /// **'Inbox'**
806
+ String get inboxButton;
807
+
802
808
/// Title for the page of recent DM conversations
803
809
///
804
810
/// In en, this message translates to:
@@ -823,6 +829,18 @@ abstract class ZulipLocalizations {
823
829
/// **'Starred messages'**
824
830
String get starredMessagesPageTitle;
825
831
832
+ /// Label for the menu button switching to channels.
833
+ ///
834
+ /// In en, this message translates to:
835
+ /// **'Channels'**
836
+ String get channelsButton;
837
+
838
+ /// Title for the page of the logged in user's profile.
839
+ ///
840
+ /// In en, this message translates to:
841
+ /// **'My profile'**
842
+ String get profilePageTitle;
843
+
826
844
/// Tooltip for button to navigate to a given channel's feed
827
845
///
828
846
/// In en, this message translates to:
Original file line number Diff line number Diff line change @@ -419,6 +419,9 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
419
419
@override
420
420
String get userRoleUnknown => 'Unknown' ;
421
421
422
+ @override
423
+ String get inboxButton => 'Inbox' ;
424
+
422
425
@override
423
426
String get recentDmConversationsPageTitle => 'Direct messages' ;
424
427
@@ -431,6 +434,12 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
431
434
@override
432
435
String get starredMessagesPageTitle => 'Starred messages' ;
433
436
437
+ @override
438
+ String get channelsButton => 'Channels' ;
439
+
440
+ @override
441
+ String get profilePageTitle => 'My profile' ;
442
+
434
443
@override
435
444
String get channelFeedButtonTooltip => 'Channel feed' ;
436
445
Original file line number Diff line number Diff line change @@ -419,6 +419,9 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
419
419
@override
420
420
String get userRoleUnknown => 'Unknown' ;
421
421
422
+ @override
423
+ String get inboxButton => 'Inbox' ;
424
+
422
425
@override
423
426
String get recentDmConversationsPageTitle => 'Direct messages' ;
424
427
@@ -431,6 +434,12 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
431
434
@override
432
435
String get starredMessagesPageTitle => 'Starred messages' ;
433
436
437
+ @override
438
+ String get channelsButton => 'Channels' ;
439
+
440
+ @override
441
+ String get profilePageTitle => 'My profile' ;
442
+
434
443
@override
435
444
String get channelFeedButtonTooltip => 'Channel feed' ;
436
445
Original file line number Diff line number Diff line change @@ -419,6 +419,9 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
419
419
@override
420
420
String get userRoleUnknown => '不明' ;
421
421
422
+ @override
423
+ String get inboxButton => 'Inbox' ;
424
+
422
425
@override
423
426
String get recentDmConversationsPageTitle => 'Direct messages' ;
424
427
@@ -431,6 +434,12 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
431
434
@override
432
435
String get starredMessagesPageTitle => 'Starred messages' ;
433
436
437
+ @override
438
+ String get channelsButton => 'Channels' ;
439
+
440
+ @override
441
+ String get profilePageTitle => 'My profile' ;
442
+
434
443
@override
435
444
String get channelFeedButtonTooltip => 'Channel feed' ;
436
445
You can’t perform that action at this time.
0 commit comments