Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions assets/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,14 @@
"@inboxEmptyPlaceholderMessage": {
"description": "Additional centered text on the 'Inbox' page saying that there is no content to show."
},
"pinnedChannelsFolderName": "Pinned channels",
"@pinnedChannelsFolderName": {
"description": "Label for the channel folder for pinned channels."
},
"otherChannelsFolderName": "Other channels",
"@otherChannelsFolderName": {
"description": "Label for the channel folder for other channels."
},
"recentDmConversationsPageTitle": "Direct messages",
"@recentDmConversationsPageTitle": {
"description": "Title for the page with a list of DM conversations."
Expand Down
12 changes: 12 additions & 0 deletions lib/generated/l10n/zulip_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,18 @@ abstract class ZulipLocalizations {
/// **'Use the buttons below to view the combined feed or list of channels.'**
String get inboxEmptyPlaceholderMessage;

/// Label for the channel folder for pinned channels.
///
/// In en, this message translates to:
/// **'Pinned channels'**
String get pinnedChannelsFolderName;

/// Label for the channel folder for other channels.
///
/// In en, this message translates to:
/// **'Other channels'**
String get otherChannelsFolderName;

/// Title for the page with a list of DM conversations.
///
/// In en, this message translates to:
Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_ar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_de.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,12 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Nutze die Buttons unten, um den kombinierten Feed oder die Liste der Kanäle anzuzeigen.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direktnachrichten';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_el.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsEl extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_es.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsEs extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_et.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,12 @@ class ZulipLocalizationsEt extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_fr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,12 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Utilisez les boutons ci-dessous pour voir le fil groupé ou la liste des canaux.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Messages directs';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_he.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsHe extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_hu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsHu extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_it.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,12 @@ class ZulipLocalizationsIt extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Usa i pulsanti qui sotto per visualzzare il feed combinato o la lista dei canali.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Messaggi diretti';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_ja.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,12 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'下のボタンを使用して、統合フィードまたはチャンネル一覧を表示します。';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'ダイレクトメッセージ';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_kk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsKk extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_lv.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsLv extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_nb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_pl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,12 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Użyj poniższych przycisków aby skorzystać z widoku mieszanego lub listy kanałów.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Wiadomości bezpośrednie';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_pt.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsPt extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_ru.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,12 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Используйте кнопки внизу для просмотра объединенной ленты или списка каналов.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Личные сообщения';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_sk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,12 @@ class ZulipLocalizationsSk extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Priama správa';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_sl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,12 @@ class ZulipLocalizationsSl extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Uporabite spodnje gumbe za ogled združenega vira ali seznama kanalov.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Neposredna sporočila';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_uk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,12 @@ class ZulipLocalizationsUk extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Скористайтеся кнопками нижче, щоб переглянути об’єднану стрічку або список каналів.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Особисті повідомлення';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_vi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsVi extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
6 changes: 6 additions & 0 deletions lib/generated/l10n/zulip_localizations_zh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ class ZulipLocalizationsZh extends ZulipLocalizations {
String get inboxEmptyPlaceholderMessage =>
'Use the buttons below to view the combined feed or list of channels.';

@override
String get pinnedChannelsFolderName => 'Pinned channels';

@override
String get otherChannelsFolderName => 'Other channels';

@override
String get recentDmConversationsPageTitle => 'Direct messages';

Expand Down
Loading