@@ -24,15 +24,15 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
24
24
String get chooseAccountPageTitle => 'Wybierz konto' ;
25
25
26
26
@override
27
- String get switchAccountButton => 'Przełącz konto ' ;
27
+ String get switchAccountButton => 'Switch account ' ;
28
28
29
29
@override
30
30
String tryAnotherAccountMessage (Object url) {
31
- return 'Twoje konto na $url wymaga jeszcze chwili na załadowanie .' ;
31
+ return 'Your account at $url is taking a while to load .' ;
32
32
}
33
33
34
34
@override
35
- String get tryAnotherAccountButton => 'Sprawdź inne konto ' ;
35
+ String get tryAnotherAccountButton => 'Try another account ' ;
36
36
37
37
@override
38
38
String get chooseAccountPageLogOutButton => 'Wyloguj' ;
@@ -68,16 +68,16 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
68
68
String get permissionsDeniedReadExternalStorage => 'Aby odebrać pliki Zulip musi uzyskać dodatkowe uprawnienia w Ustawieniach.' ;
69
69
70
70
@override
71
- String get actionSheetOptionMuteTopic => 'Wycisz wątek ' ;
71
+ String get actionSheetOptionMuteTopic => 'Mute topic ' ;
72
72
73
73
@override
74
- String get actionSheetOptionUnmuteTopic => 'Wznów wątek ' ;
74
+ String get actionSheetOptionUnmuteTopic => 'Unmute topic ' ;
75
75
76
76
@override
77
- String get actionSheetOptionFollowTopic => 'Śledź wątek ' ;
77
+ String get actionSheetOptionFollowTopic => 'Follow topic ' ;
78
78
79
79
@override
80
- String get actionSheetOptionUnfollowTopic => 'Nie śledź wątku ' ;
80
+ String get actionSheetOptionUnfollowTopic => 'Unfollow topic ' ;
81
81
82
82
@override
83
83
String get actionSheetOptionCopyMessageText => 'Skopiuj tekst wiadomości' ;
@@ -192,16 +192,16 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
192
192
}
193
193
194
194
@override
195
- String get errorMuteTopicFailed => 'Wyciszenie bez powodzenia ' ;
195
+ String get errorMuteTopicFailed => 'Failed to mute topic ' ;
196
196
197
197
@override
198
- String get errorUnmuteTopicFailed => 'Wznowienie bez powodzenia ' ;
198
+ String get errorUnmuteTopicFailed => 'Failed to unmute topic ' ;
199
199
200
200
@override
201
- String get errorFollowTopicFailed => 'Śledzenie bez powodzenia ' ;
201
+ String get errorFollowTopicFailed => 'Failed to follow topic ' ;
202
202
203
203
@override
204
- String get errorUnfollowTopicFailed => 'Nie śledź bez powodzenia ' ;
204
+ String get errorUnfollowTopicFailed => 'Failed to unfollow topic ' ;
205
205
206
206
@override
207
207
String get errorSharingFailed => 'Udostępnianie bez powodzenia' ;
@@ -302,7 +302,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
302
302
String get dialogContinue => 'Kontynuuj' ;
303
303
304
304
@override
305
- String get dialogClose => 'Zamknij ' ;
305
+ String get dialogClose => 'Close ' ;
306
306
307
307
@override
308
308
String get errorDialogContinue => 'OK' ;
@@ -464,7 +464,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
464
464
String get userRoleUnknown => 'Nieznany' ;
465
465
466
466
@override
467
- String get inboxPageTitle => 'Odebrane ' ;
467
+ String get inboxPageTitle => 'Inbox ' ;
468
468
469
469
@override
470
470
String get recentDmConversationsPageTitle => 'Wiadomości bezpośrednie' ;
@@ -479,10 +479,10 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
479
479
String get starredMessagesPageTitle => 'Wiadomości z gwiazdką' ;
480
480
481
481
@override
482
- String get channelsPageTitle => 'Kanały ' ;
482
+ String get channelsPageTitle => 'Channels ' ;
483
483
484
484
@override
485
- String get mainMenuMyProfile => 'Mój profil ' ;
485
+ String get mainMenuMyProfile => 'My profile ' ;
486
486
487
487
@override
488
488
String get channelFeedButtonTooltip => 'Strumień kanału' ;
@@ -547,14 +547,20 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
547
547
String get errorNotificationOpenAccountMissing => 'Konto związane z tym powiadomieniem już nie istnieje.' ;
548
548
549
549
@override
550
- String get errorReactionAddingFailedTitle => 'Dodanie reakcji bez powodzenia ' ;
550
+ String get errorReactionAddingFailedTitle => 'Adding reaction failed ' ;
551
551
552
552
@override
553
- String get errorReactionRemovingFailedTitle => 'Usuwanie reakcji bez powodzenia ' ;
553
+ String get errorReactionRemovingFailedTitle => 'Removing reaction failed ' ;
554
554
555
555
@override
556
- String get emojiReactionsMore => 'więcej ' ;
556
+ String get emojiReactionsMore => 'more ' ;
557
557
558
558
@override
559
- String get emojiPickerSearchEmoji => 'Szukaj emoji' ;
559
+ String get emojiPickerSearchEmoji => 'Search emoji' ;
560
+
561
+ @override
562
+ String get videoCurrentPositionLabel => 'Current position' ;
563
+
564
+ @override
565
+ String get videoDurationLabel => 'Video duration' ;
560
566
}
0 commit comments