File tree 15 files changed +112
-2
lines changed
15 files changed +112
-2
lines changed Original file line number Diff line number Diff line change 7
7
"wildcardMentionChannelDescription": "إخطار القناة",
8
8
"wildcardMentionStreamDescription": "إخطار الدفق",
9
9
"wildcardMentionAllDmDescription": "إخطار المستلمين",
10
- "wildcardMentionTopicDescription": "إخطار الموضوع"
10
+ "wildcardMentionTopicDescription": "إخطار الموضوع",
11
+ "topicListButtonTooltip": "عرض المواضيع",
12
+ "@topicListButtonTooltip": {
13
+ "description": "Tooltip for button to navigate to a given channel's topic list"
14
+ },
15
+ "searchTopicsPlaceholder": "بحث المواضيع",
16
+ "@searchTopicsPlaceholder": {
17
+ "description": "Placeholder text for the search field in the topic list page"
18
+ }
11
19
}
Original file line number Diff line number Diff line change 830
830
"zulipAppTitle": "Zulip",
831
831
"@zulipAppTitle": {
832
832
"description": "The name of Zulip. This should be either 'Zulip' or a transliteration."
833
+ },
834
+ "topicListButtonTooltip": "Show topics",
835
+ "@topicListButtonTooltip": {
836
+ "description": "Tooltip for button to navigate to a given channel's topic list"
837
+ },
838
+ "searchTopicsPlaceholder": "Search topics",
839
+ "@searchTopicsPlaceholder": {
840
+ "description": "Placeholder text for the search field in the topic list page"
833
841
}
834
842
}
Original file line number Diff line number Diff line change 16
16
"userRoleGuest": "ゲスト",
17
17
"@userRoleGuest": {},
18
18
"userRoleUnknown": "不明",
19
- "@userRoleUnknown": {}
19
+ "@userRoleUnknown": {},
20
+ "topicListButtonTooltip": "トピックを表示",
21
+ "@topicListButtonTooltip": {
22
+ "description": "Tooltip for button to navigate to a given channel's topic list"
23
+ },
24
+ "searchTopicsPlaceholder": "トピックを検索",
25
+ "@searchTopicsPlaceholder": {
26
+ "description": "Placeholder text for the search field in the topic list page"
27
+ }
20
28
}
Original file line number Diff line number Diff line change 10
10
"aboutPageOpenSourceLicenses": "Lisenser for åpen kildekode",
11
11
"@aboutPageOpenSourceLicenses": {
12
12
"description": "Item title in About Zulip page to navigate to Licenses page"
13
+ },
14
+ "topicListButtonTooltip": "Vis emner",
15
+ "@topicListButtonTooltip": {
16
+ "description": "Tooltip for button to navigate to a given channel's topic list"
17
+ },
18
+ "searchTopicsPlaceholder": "Søk emner",
19
+ "@searchTopicsPlaceholder": {
20
+ "description": "Placeholder text for the search field in the topic list page"
13
21
}
14
22
}
Original file line number Diff line number Diff line change 886
886
"unpinnedSubscriptionsLabel": "Odpięte",
887
887
"@unpinnedSubscriptionsLabel": {
888
888
"description": "Label for the list of unpinned subscribed channels."
889
+ },
890
+ "topicListButtonTooltip": "Pokaż tematy",
891
+ "@topicListButtonTooltip": {
892
+ "description": "Tooltip for button to navigate to a given channel's topic list"
893
+ },
894
+ "searchTopicsPlaceholder": "Szukaj tematów",
895
+ "@searchTopicsPlaceholder": {
896
+ "description": "Placeholder text for the search field in the topic list page"
889
897
}
890
898
}
Original file line number Diff line number Diff line change 758
758
"errorMessageNotSent": "Сообщение не отправлено",
759
759
"@errorMessageNotSent": {
760
760
"description": "Error message for compose box when a message could not be sent."
761
+ },
762
+ "topicListButtonTooltip": "Показать темы",
763
+ "@topicListButtonTooltip": {
764
+ "description": "Tooltip for button to navigate to a given channel's topic list"
765
+ },
766
+ "searchTopicsPlaceholder": "Поиск тем",
767
+ "@searchTopicsPlaceholder": {
768
+ "description": "Placeholder text for the search field in the topic list page"
761
769
}
762
770
}
Original file line number Diff line number Diff line change 546
546
"errorNotificationOpenTitle": "Nepodarilo sa otvoriť oznámenie",
547
547
"@errorNotificationOpenTitle": {
548
548
"description": "Error title when notification opening fails"
549
+ },
550
+ "topicListButtonTooltip": "Zobraziť témy",
551
+ "@topicListButtonTooltip": {
552
+ "description": "Tooltip for button to navigate to a given channel's topic list"
553
+ },
554
+ "searchTopicsPlaceholder": "Hľadať témy",
555
+ "@searchTopicsPlaceholder": {
556
+ "description": "Placeholder text for the search field in the topic list page"
549
557
}
550
558
}
Original file line number Diff line number Diff line change @@ -1214,6 +1214,18 @@ abstract class ZulipLocalizations {
1214
1214
/// In en, this message translates to:
1215
1215
/// **'Zulip'**
1216
1216
String get zulipAppTitle;
1217
+
1218
+ /// Tooltip for button to navigate to a given channel's topic list
1219
+ ///
1220
+ /// In en, this message translates to:
1221
+ /// **'Show topics'**
1222
+ String get topicListButtonTooltip;
1223
+
1224
+ /// Placeholder text for the search field in the topic list page
1225
+ ///
1226
+ /// In en, this message translates to:
1227
+ /// **'Search topics'**
1228
+ String get searchTopicsPlaceholder;
1217
1229
}
1218
1230
1219
1231
class _ZulipLocalizationsDelegate extends LocalizationsDelegate <ZulipLocalizations > {
Original file line number Diff line number Diff line change @@ -648,4 +648,10 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
648
648
649
649
@override
650
650
String get zulipAppTitle => 'Zulip' ;
651
+
652
+ @override
653
+ String get topicListButtonTooltip => 'عرض المواضيع' ;
654
+
655
+ @override
656
+ String get searchTopicsPlaceholder => 'بحث المواضيع' ;
651
657
}
Original file line number Diff line number Diff line change @@ -648,4 +648,10 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
648
648
649
649
@override
650
650
String get zulipAppTitle => 'Zulip' ;
651
+
652
+ @override
653
+ String get topicListButtonTooltip => 'Show topics' ;
654
+
655
+ @override
656
+ String get searchTopicsPlaceholder => 'Search topics' ;
651
657
}
Original file line number Diff line number Diff line change @@ -648,4 +648,10 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
648
648
649
649
@override
650
650
String get zulipAppTitle => 'Zulip' ;
651
+
652
+ @override
653
+ String get topicListButtonTooltip => 'トピックを表示' ;
654
+
655
+ @override
656
+ String get searchTopicsPlaceholder => 'トピックを検索' ;
651
657
}
Original file line number Diff line number Diff line change @@ -648,4 +648,10 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
648
648
649
649
@override
650
650
String get zulipAppTitle => 'Zulip' ;
651
+
652
+ @override
653
+ String get topicListButtonTooltip => 'Vis emner' ;
654
+
655
+ @override
656
+ String get searchTopicsPlaceholder => 'Søk emner' ;
651
657
}
Original file line number Diff line number Diff line change @@ -648,4 +648,10 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
648
648
649
649
@override
650
650
String get zulipAppTitle => 'Zulip' ;
651
+
652
+ @override
653
+ String get topicListButtonTooltip => 'Pokaż tematy' ;
654
+
655
+ @override
656
+ String get searchTopicsPlaceholder => 'Szukaj tematów' ;
651
657
}
Original file line number Diff line number Diff line change @@ -648,4 +648,10 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
648
648
649
649
@override
650
650
String get zulipAppTitle => 'Zulip' ;
651
+
652
+ @override
653
+ String get topicListButtonTooltip => 'Показать темы' ;
654
+
655
+ @override
656
+ String get searchTopicsPlaceholder => 'Поиск тем' ;
651
657
}
Original file line number Diff line number Diff line change @@ -648,4 +648,10 @@ class ZulipLocalizationsSk extends ZulipLocalizations {
648
648
649
649
@override
650
650
String get zulipAppTitle => 'Zulip' ;
651
+
652
+ @override
653
+ String get topicListButtonTooltip => 'Zobraziť témy' ;
654
+
655
+ @override
656
+ String get searchTopicsPlaceholder => 'Hľadať témy' ;
651
657
}
You can’t perform that action at this time.
0 commit comments