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
20 changes: 20 additions & 0 deletions assets/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,26 @@
"@upgradeWelcomeDialogDismiss": {
"description": "Label for button dismissing dialog shown on first upgrade from the legacy Zulip app."
},
"introModalDismissButton": "Got it",
"@introModalDismissButton": {
"description": "Label for button dismissing intro modals."
},
"inboxIntroModalTitle": "Welcome to your inbox!",
"@inboxIntroModalTitle": {
"description": "Title for the inbox intro modal."
},
"inboxIntroModalMessage": "You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.",
"@inboxIntroModalMessage": {
"description": "Message content for the inbox intro modal."
},
"combinedFeedIntroModalTitle": "Welcome to your combined feed!",
"@combinedFeedIntroModalTitle": {
"description": "Title for the combined feed intro modal."
},
"combinedFeedIntroModalMessage": "You'll see a feed of all the unmuted messages you've received. You can click on a colored header bar to view a conversation.",
"@combinedFeedIntroModalMessage": {
"description": "Message content for the combined feed intro modal."
},
"chooseAccountPageTitle": "Choose account",
"@chooseAccountPageTitle": {
"description": "Title for the page to choose between Zulip accounts."
Expand Down
30 changes: 30 additions & 0 deletions lib/generated/l10n/zulip_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,36 @@ abstract class ZulipLocalizations {
/// **'Let\'s go'**
String get upgradeWelcomeDialogDismiss;

/// Label for button dismissing intro modals.
///
/// In en, this message translates to:
/// **'Got it'**
String get introModalDismissButton;

/// Title for the inbox intro modal.
///
/// In en, this message translates to:
/// **'Welcome to your inbox!'**
String get inboxIntroModalTitle;

/// Message content for the inbox intro modal.
///
/// In en, this message translates to:
/// **'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.'**
String get inboxIntroModalMessage;

/// Title for the combined feed intro modal.
///
/// In en, this message translates to:
/// **'Welcome to your combined feed!'**
String get combinedFeedIntroModalTitle;

/// Message content for the combined feed intro modal.
///
/// In en, this message translates to:
/// **'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.'**
String get combinedFeedIntroModalMessage;

/// Title for the page to choose between Zulip accounts.
///
/// In en, this message translates to:
Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_ar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'هيا بنا';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'اختر حساب';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_de.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Los gehts';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Konto auswählen';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_el.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsEl extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Let\'s go';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Choose account';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Let\'s go';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Choose account';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_es.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsEs extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Let\'s go';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Choose account';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_fr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,23 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Allons-y';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Choisir un compte';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_he.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsHe extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Let\'s go';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Choose account';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_hu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsHu extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Let\'s go';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Choose account';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_it.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsIt extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Andiamo';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Scegli account';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_ja.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'はじめよう';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'アカウントを選択';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_nb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Let\'s go';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Choose account';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_pl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Zaczynajmy';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Wybierz konto';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_ru.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Приступим';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Выберите учетную запись';

Expand Down
17 changes: 17 additions & 0 deletions lib/generated/l10n/zulip_localizations_sk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ class ZulipLocalizationsSk extends ZulipLocalizations {
@override
String get upgradeWelcomeDialogDismiss => 'Let\'s go';

@override
String get introModalDismissButton => 'Got it';

@override
String get inboxIntroModalTitle => 'Welcome to your inbox!';

@override
String get inboxIntroModalMessage =>
'You’ll see a list of conversations where you have unread messages, organized by channel. Each conversation is labeled with a topic by the person who started it.';

@override
String get combinedFeedIntroModalTitle => 'Welcome to your combined feed!';

@override
String get combinedFeedIntroModalMessage =>
'You\'ll see a feed of all the unmuted messages you\'ve received. You can click on a colored header bar to view a conversation.';

@override
String get chooseAccountPageTitle => 'Zvoliť účet';

Expand Down
Loading