Skip to content

Commit 323e644

Browse files
committed
l10n: Update translations from Weblate.
1 parent a5af8d3 commit 323e644

File tree

3 files changed

+63
-13
lines changed

3 files changed

+63
-13
lines changed

assets/l10n/app_pl.arb

+63-5
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

-4
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

-4
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."

0 commit comments

Comments
 (0)