Skip to content

Commit abc6351

Browse files
l10n: Add text label for dm, feed and menu icons in home bottom nav bar
1 parent d9a3d24 commit abc6351

15 files changed

+147
-0
lines changed

assets/l10n/app_en.arb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,18 @@
12471247
"@wildcardMentionTopicDescription": {
12481248
"description": "Description for \"@topic\" wildcard-mention autocomplete options when writing a channel message."
12491249
},
1250+
"navBarFeedLabel": "Feed",
1251+
"@navBarFeedLabel": {
1252+
"description": "Label for the Feed button on the bottom navigation bar."
1253+
},
1254+
"navBarDmLabel": "DMs",
1255+
"@navBarDmLabel": {
1256+
"description": "Label for the Direct Messages button on the bottom navigation bar."
1257+
},
1258+
"navBarMenuLabel": "Menu",
1259+
"@navBarMenuLabel": {
1260+
"description": "Label for the Menu button on the bottom navigation bar."
1261+
},
12501262
"messageIsEditedLabel": "EDITED",
12511263
"@messageIsEditedLabel": {
12521264
"description": "Label for an edited message. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)"

lib/generated/l10n/zulip_localizations.dart

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,24 @@ abstract class ZulipLocalizations {
18151815
/// **'Notify topic'**
18161816
String get wildcardMentionTopicDescription;
18171817

1818+
/// Label for the Feed button on the bottom navigation bar.
1819+
///
1820+
/// In en, this message translates to:
1821+
/// **'Feed'**
1822+
String get navBarFeedLabel;
1823+
1824+
/// Label for the Direct Messages button on the bottom navigation bar.
1825+
///
1826+
/// In en, this message translates to:
1827+
/// **'DMs'**
1828+
String get navBarDmLabel;
1829+
1830+
/// Label for the Menu button on the bottom navigation bar.
1831+
///
1832+
/// In en, this message translates to:
1833+
/// **'Menu'**
1834+
String get navBarMenuLabel;
1835+
18181836
/// Label for an edited message. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)
18191837
///
18201838
/// In en, this message translates to:

lib/generated/l10n/zulip_localizations_ar.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,15 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
10411041
@override
10421042
String get wildcardMentionTopicDescription => 'إخطار الموضوع';
10431043

1044+
@override
1045+
String get navBarFeedLabel => 'Feed';
1046+
1047+
@override
1048+
String get navBarDmLabel => 'DMs';
1049+
1050+
@override
1051+
String get navBarMenuLabel => 'Menu';
1052+
10441053
@override
10451054
String get messageIsEditedLabel => 'EDITED';
10461055

lib/generated/l10n/zulip_localizations_de.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,15 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
10641064
@override
10651065
String get wildcardMentionTopicDescription => 'Thema benachrichtigen';
10661066

1067+
@override
1068+
String get navBarFeedLabel => 'Feed';
1069+
1070+
@override
1071+
String get navBarDmLabel => 'DMs';
1072+
1073+
@override
1074+
String get navBarMenuLabel => 'Menu';
1075+
10671076
@override
10681077
String get messageIsEditedLabel => 'BEARBEITET';
10691078

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,15 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
10411041
@override
10421042
String get wildcardMentionTopicDescription => 'Notify topic';
10431043

1044+
@override
1045+
String get navBarFeedLabel => 'Feed';
1046+
1047+
@override
1048+
String get navBarDmLabel => 'DMs';
1049+
1050+
@override
1051+
String get navBarMenuLabel => 'Menu';
1052+
10441053
@override
10451054
String get messageIsEditedLabel => 'EDITED';
10461055

lib/generated/l10n/zulip_localizations_fr.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,15 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
10551055
@override
10561056
String get wildcardMentionTopicDescription => 'Notify topic';
10571057

1058+
@override
1059+
String get navBarFeedLabel => 'Feed';
1060+
1061+
@override
1062+
String get navBarDmLabel => 'DMs';
1063+
1064+
@override
1065+
String get navBarMenuLabel => 'Menu';
1066+
10581067
@override
10591068
String get messageIsEditedLabel => 'EDITED';
10601069

lib/generated/l10n/zulip_localizations_it.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,15 @@ class ZulipLocalizationsIt extends ZulipLocalizations {
10561056
@override
10571057
String get wildcardMentionTopicDescription => 'Notifica argomento';
10581058

1059+
@override
1060+
String get navBarFeedLabel => 'Feed';
1061+
1062+
@override
1063+
String get navBarDmLabel => 'DMs';
1064+
1065+
@override
1066+
String get navBarMenuLabel => 'Menu';
1067+
10591068
@override
10601069
String get messageIsEditedLabel => 'MODIFICATO';
10611070

lib/generated/l10n/zulip_localizations_ja.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,15 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
10201020
@override
10211021
String get wildcardMentionTopicDescription => 'トピック参加者に通知';
10221022

1023+
@override
1024+
String get navBarFeedLabel => 'Feed';
1025+
1026+
@override
1027+
String get navBarDmLabel => 'DMs';
1028+
1029+
@override
1030+
String get navBarMenuLabel => 'Menu';
1031+
10231032
@override
10241033
String get messageIsEditedLabel => '編集済み';
10251034

lib/generated/l10n/zulip_localizations_nb.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,15 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
10411041
@override
10421042
String get wildcardMentionTopicDescription => 'Notify topic';
10431043

1044+
@override
1045+
String get navBarFeedLabel => 'Feed';
1046+
1047+
@override
1048+
String get navBarDmLabel => 'DMs';
1049+
1050+
@override
1051+
String get navBarMenuLabel => 'Menu';
1052+
10441053
@override
10451054
String get messageIsEditedLabel => 'EDITED';
10461055

lib/generated/l10n/zulip_localizations_pl.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,15 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
10561056
@override
10571057
String get wildcardMentionTopicDescription => 'Powiadom w wątku';
10581058

1059+
@override
1060+
String get navBarFeedLabel => 'Feed';
1061+
1062+
@override
1063+
String get navBarDmLabel => 'DMs';
1064+
1065+
@override
1066+
String get navBarMenuLabel => 'Menu';
1067+
10591068
@override
10601069
String get messageIsEditedLabel => 'ZMIENIONO';
10611070

0 commit comments

Comments
 (0)