Skip to content

Commit 2cd3f29

Browse files
committed
l10n: Update translations from Weblate.
1 parent 44df81f commit 2cd3f29

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

assets/l10n/app_pl.arb

+39-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
"@composeBoxSendTooltip": {
600600
"description": "Tooltip for send button in compose box."
601601
},
602-
"messageListGroupYouWithYourself": "Ty ze sobą",
602+
"messageListGroupYouWithYourself": "Zapiski na własne konto",
603603
"@messageListGroupYouWithYourself": {
604604
"description": "Message list recipient header for a DM group that only includes yourself."
605605
},
@@ -900,5 +900,43 @@
900900
"unpinnedSubscriptionsLabel": "Odpięte",
901901
"@unpinnedSubscriptionsLabel": {
902902
"description": "Label for the list of unpinned subscribed channels."
903+
},
904+
"actionSheetOptionResolveTopic": "Oznacz jako rozwiązany",
905+
"@actionSheetOptionResolveTopic": {
906+
"description": "Label for the 'Mark as resolved' button on the topic action sheet."
907+
},
908+
"actionSheetOptionUnresolveTopic": "Oznacz brak rozwiązania",
909+
"@actionSheetOptionUnresolveTopic": {
910+
"description": "Label for the 'Mark as unresolved' button on the topic action sheet."
911+
},
912+
"errorResolveTopicFailedTitle": "Nie udało się oznaczyć jako rozwiązany",
913+
"@errorResolveTopicFailedTitle": {
914+
"description": "Error title when marking a topic as resolved failed."
915+
},
916+
"errorUnresolveTopicFailedTitle": "Nie udało się oznaczyć brak rozwiązania",
917+
"@errorUnresolveTopicFailedTitle": {
918+
"description": "Error title when marking a topic as unresolved failed."
919+
},
920+
"appVersionUnknownPlaceholder": "(…)",
921+
"@appVersionUnknownPlaceholder": {
922+
"description": "Placeholder to show in place of the app version when it is unknown."
923+
},
924+
"zulipAppTitle": "Zulip",
925+
"@zulipAppTitle": {
926+
"description": "The name of Zulip. This should be either 'Zulip' or a transliteration."
927+
},
928+
"filenameAndSizeInMiB": "{filename}: {size} MiB",
929+
"@filenameAndSizeInMiB": {
930+
"description": "The name of a file, and its size in mebibytes.",
931+
"placeholders": {
932+
"filename": {
933+
"type": "String",
934+
"example": "foo.txt"
935+
},
936+
"size": {
937+
"type": "String",
938+
"example": "20.2"
939+
}
940+
}
903941
}
904942
}

0 commit comments

Comments
 (0)