Skip to content

Commit c00acb0

Browse files
committed
l10n: Update translations from Weblate.
1 parent 6bbe74f commit c00acb0

File tree

4 files changed

+71
-21
lines changed

4 files changed

+71
-21
lines changed

assets/l10n/app_pl.arb

Lines changed: 63 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
"@composeBoxSendTooltip": {
586586
"description": "Tooltip for send button in compose box."
587587
},
588-
"messageListGroupYouWithYourself": "Ty ze sobą",
588+
"messageListGroupYouWithYourself": "Zapiski na własne konto",
589589
"@messageListGroupYouWithYourself": {
590590
"description": "Message list recipient header for a DM group that only includes yourself."
591591
},
@@ -597,10 +597,6 @@
597597
"@aboutPageTitle": {
598598
"description": "Title for About Zulip page."
599599
},
600-
"errorLoginCouldNotConnectTitle": "Nie można połączyć",
601-
"@errorLoginCouldNotConnectTitle": {
602-
"description": "Error title when the app could not connect to the server."
603-
},
604600
"contentValidationErrorEmpty": "Nie masz nic do wysłania!",
605601
"@contentValidationErrorEmpty": {
606602
"description": "Content validation error message when the message is empty."
@@ -886,5 +882,67 @@
886882
"unpinnedSubscriptionsLabel": "Odpięte",
887883
"@unpinnedSubscriptionsLabel": {
888884
"description": "Label for the list of unpinned subscribed channels."
885+
},
886+
"actionSheetOptionResolveTopic": "Oznacz jako rozwiązany",
887+
"@actionSheetOptionResolveTopic": {
888+
"description": "Label for the 'Mark as resolved' button on the topic action sheet."
889+
},
890+
"actionSheetOptionUnresolveTopic": "Oznacz brak rozwiązania",
891+
"@actionSheetOptionUnresolveTopic": {
892+
"description": "Label for the 'Mark as unresolved' button on the topic action sheet."
893+
},
894+
"errorResolveTopicFailedTitle": "Nie udało się oznaczyć jako rozwiązany",
895+
"@errorResolveTopicFailedTitle": {
896+
"description": "Error title when marking a topic as resolved failed."
897+
},
898+
"errorUnresolveTopicFailedTitle": "Nie udało się oznaczyć brak rozwiązania",
899+
"@errorUnresolveTopicFailedTitle": {
900+
"description": "Error title when marking a topic as unresolved failed."
901+
},
902+
"appVersionUnknownPlaceholder": "(…)",
903+
"@appVersionUnknownPlaceholder": {
904+
"description": "Placeholder to show in place of the app version when it is unknown."
905+
},
906+
"zulipAppTitle": "Zulip",
907+
"@zulipAppTitle": {
908+
"description": "The name of Zulip. This should be either 'Zulip' or a transliteration."
909+
},
910+
"filenameAndSizeInMiB": "{filename}: {size} MiB",
911+
"@filenameAndSizeInMiB": {
912+
"description": "The name of a file, and its size in mebibytes.",
913+
"placeholders": {
914+
"filename": {
915+
"type": "String",
916+
"example": "foo.txt"
917+
},
918+
"size": {
919+
"type": "String",
920+
"example": "20.2"
921+
}
922+
}
923+
},
924+
"errorInvalidApiKeyMessage": "Konto w ramach {url} nie zostało przyjęte. Spróbuj ponownie lub skorzystaj z innego konta.",
925+
"@errorInvalidApiKeyMessage": {
926+
"description": "Error message in the dialog for invalid API key.",
927+
"placeholders": {
928+
"url": {
929+
"type": "String",
930+
"example": "http://chat.example.com/"
931+
}
932+
}
933+
},
934+
"errorCouldNotConnectTitle": "Brak połączenia",
935+
"@errorCouldNotConnectTitle": {
936+
"description": "Error title when the app could not connect to the server."
937+
},
938+
"composeBoxChannelContentHint": "Wiadomość do {destination}",
939+
"@composeBoxChannelContentHint": {
940+
"description": "Hint text for content input when sending a message to a channel.",
941+
"placeholders": {
942+
"destination": {
943+
"type": "String",
944+
"example": "#channel name > topic name"
945+
}
946+
}
889947
}
890948
}

assets/l10n/app_ru.arb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,6 @@
325325
}
326326
}
327327
},
328-
"errorLoginCouldNotConnectTitle": "Не удалось подключиться",
329-
"@errorLoginCouldNotConnectTitle": {
330-
"description": "Error title when the app could not connect to the server."
331-
},
332328
"errorMessageDoesNotSeemToExist": "Это сообщение, похоже, отсутствует.",
333329
"@errorMessageDoesNotSeemToExist": {
334330
"description": "Error message when loading a message that does not exist."

assets/l10n/app_sk.arb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@
171171
}
172172
}
173173
},
174-
"errorLoginCouldNotConnectTitle": "Nepodarilo sa pripojiť",
175-
"@errorLoginCouldNotConnectTitle": {
176-
"description": "Error title when the app could not connect to the server."
177-
},
178174
"errorMessageDoesNotSeemToExist": "Správa zrejme neexistuje.",
179175
"@errorMessageDoesNotSeemToExist": {
180176
"description": "Error message when loading a message that does not exist."

lib/generated/l10n/zulip_localizations_pl.dart

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
8080
String get actionSheetOptionUnfollowTopic => 'Nie śledź wątku';
8181

8282
@override
83-
String get actionSheetOptionResolveTopic => 'Mark as resolved';
83+
String get actionSheetOptionResolveTopic => 'Oznacz jako rozwiązany';
8484

8585
@override
86-
String get actionSheetOptionUnresolveTopic => 'Mark as unresolved';
86+
String get actionSheetOptionUnresolveTopic => 'Oznacz brak rozwiązania';
8787

8888
@override
89-
String get errorResolveTopicFailedTitle => 'Failed to mark topic as resolved';
89+
String get errorResolveTopicFailedTitle => 'Nie udało się oznaczyć jako rozwiązany';
9090

9191
@override
92-
String get errorUnresolveTopicFailedTitle => 'Failed to mark topic as unresolved';
92+
String get errorUnresolveTopicFailedTitle => 'Nie udało się oznaczyć brak rozwiązania';
9393

9494
@override
9595
String get actionSheetOptionCopyMessageText => 'Skopiuj tekst wiadomości';
@@ -179,7 +179,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
179179
}
180180

181181
@override
182-
String get errorCouldNotConnectTitle => 'Could not connect';
182+
String get errorCouldNotConnectTitle => 'Brak połączenia';
183183

184184
@override
185185
String get errorMessageDoesNotSeemToExist => 'Taka wiadomość raczej nie istnieje.';
@@ -277,7 +277,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
277277

278278
@override
279279
String composeBoxChannelContentHint(String destination) {
280-
return 'Message $destination';
280+
return 'Wiadomość do $destination';
281281
}
282282

283283
@override
@@ -316,7 +316,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
316316
}
317317

318318
@override
319-
String get messageListGroupYouWithYourself => 'Ty ze sobą';
319+
String get messageListGroupYouWithYourself => 'Zapiski na własne konto';
320320

321321
@override
322322
String get contentValidationErrorTooLong => 'Wiadomość nie może być dłuższa niż 10000 znaków.';
@@ -406,7 +406,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
406406

407407
@override
408408
String errorInvalidApiKeyMessage(String url) {
409-
return 'Your account at $url could not be authenticated. Please try logging in again or use another account.';
409+
return 'Konto w ramach $url nie zostało przyjęte. Spróbuj ponownie lub skorzystaj z innego konta.';
410410
}
411411

412412
@override

0 commit comments

Comments
 (0)