|
277 | 277 | }
|
278 | 278 | }
|
279 | 279 | },
|
280 |
| - "composeBoxUnknownChannelName": "(nieznany kanał)", |
281 |
| - "@composeBoxUnknownChannelName": { |
282 |
| - "description": "Replacement name for channel when it cannot be found in the store." |
283 |
| - }, |
284 | 280 | "composeBoxTopicHintText": "Wątek",
|
285 | 281 | "@composeBoxTopicHintText": {
|
286 | 282 | "description": "Hint text for topic input widget in compose box."
|
|
776 | 772 | "errorUnmuteTopicFailed": "Wznowienie bez powodzenia",
|
777 | 773 | "@errorUnmuteTopicFailed": {
|
778 | 774 | "description": "Error message when unmuting a topic failed."
|
| 775 | + }, |
| 776 | + "wildcardMentionAll": "wszyscy", |
| 777 | + "@wildcardMentionAll": { |
| 778 | + "description": "Text for \"@all\" wildcard-mention autocomplete option when writing a channel or DM message." |
| 779 | + }, |
| 780 | + "wildcardMentionStream": "strumień", |
| 781 | + "@wildcardMentionStream": { |
| 782 | + "description": "Text for \"@stream\" wildcard-mention autocomplete option when writing a channel message in older servers." |
| 783 | + }, |
| 784 | + "wildcardMentionEveryone": "każdy", |
| 785 | + "@wildcardMentionEveryone": { |
| 786 | + "description": "Text for \"@everyone\" wildcard-mention autocomplete option when writing a channel or DM message." |
| 787 | + }, |
| 788 | + "wildcardMentionChannel": "kanał", |
| 789 | + "@wildcardMentionChannel": { |
| 790 | + "description": "Text for \"@channel\" wildcard-mention autocomplete option when writing a channel message." |
| 791 | + }, |
| 792 | + "wildcardMentionTopic": "wątek", |
| 793 | + "@wildcardMentionTopic": { |
| 794 | + "description": "Text for \"@topic\" wildcard-mention autocomplete option when writing a channel message." |
| 795 | + }, |
| 796 | + "wildcardMentionTopicDescription": "Powiadom w wątku", |
| 797 | + "@wildcardMentionTopicDescription": { |
| 798 | + "description": "Description for \"@topic\" wildcard-mention autocomplete options when writing a channel message." |
| 799 | + }, |
| 800 | + "wildcardMentionAllDmDescription": "Powiadom zainteresowanych", |
| 801 | + "@wildcardMentionAllDmDescription": { |
| 802 | + "description": "Description for \"@all\" and \"@everyone\" wildcard-mention autocomplete options when writing a DM message." |
| 803 | + }, |
| 804 | + "wildcardMentionStreamDescription": "Powiadom w strumieniu", |
| 805 | + "@wildcardMentionStreamDescription": { |
| 806 | + "description": "Description for \"@all\", \"@everyone\", and \"@stream\" wildcard-mention autocomplete options when writing a channel message in older servers." |
| 807 | + }, |
| 808 | + "wildcardMentionChannelDescription": "Powiadom w kanale", |
| 809 | + "@wildcardMentionChannelDescription": { |
| 810 | + "description": "Description for \"@all\", \"@everyone\", \"@channel\", and \"@stream\" wildcard-mention autocomplete options when writing a channel message." |
| 811 | + }, |
| 812 | + "errorCouldNotShowUserProfile": "Nie udało się wyświetlić profilu.", |
| 813 | + "@errorCouldNotShowUserProfile": { |
| 814 | + "description": "Message that appears on the user profile page when the profile cannot be shown." |
| 815 | + }, |
| 816 | + "errorCouldNotOpenLinkTitle": "Nie udało się otworzyć odnośnika", |
| 817 | + "@errorCouldNotOpenLinkTitle": { |
| 818 | + "description": "Error title when opening a link failed." |
| 819 | + }, |
| 820 | + "errorCouldNotOpenLink": "Nie można otworzyć: {url}", |
| 821 | + "@errorCouldNotOpenLink": { |
| 822 | + "description": "Error message when opening a link failed.", |
| 823 | + "placeholders": { |
| 824 | + "url": { |
| 825 | + "type": "String", |
| 826 | + "example": "https://chat.example.com" |
| 827 | + } |
| 828 | + } |
| 829 | + }, |
| 830 | + "dmsWithYourselfPageTitle": "DM do siebie", |
| 831 | + "@dmsWithYourselfPageTitle": { |
| 832 | + "description": "Message list page title for a DM group that only includes yourself." |
| 833 | + }, |
| 834 | + "dmsWithOthersPageTitle": "DM z {others}", |
| 835 | + "@dmsWithOthersPageTitle": { |
| 836 | + "description": "Message list page title for a DM group with others.", |
| 837 | + "placeholders": { |
| 838 | + "others": { |
| 839 | + "type": "String", |
| 840 | + "example": "Alice, Bob" |
| 841 | + } |
| 842 | + } |
| 843 | + }, |
| 844 | + "lightboxVideoCurrentPosition": "Obecna pozycja", |
| 845 | + "@lightboxVideoCurrentPosition": { |
| 846 | + "description": "The current playback position of the video playing in the lightbox." |
| 847 | + }, |
| 848 | + "lightboxVideoDuration": "Długość wideo", |
| 849 | + "@lightboxVideoDuration": { |
| 850 | + "description": "The total duration of the video playing in the lightbox." |
| 851 | + }, |
| 852 | + "recentDmConversationsSectionHeader": "Wiadomości bezpośrednie", |
| 853 | + "@recentDmConversationsSectionHeader": { |
| 854 | + "description": "Heading for direct messages section on the 'Inbox' message view." |
| 855 | + }, |
| 856 | + "reactedEmojiSelfUser": "Ty", |
| 857 | + "@reactedEmojiSelfUser": { |
| 858 | + "description": "Display name for the user themself, to show on an emoji reaction added by the user." |
| 859 | + }, |
| 860 | + "pollVoterNames": "({voterNames})", |
| 861 | + "@pollVoterNames": { |
| 862 | + "description": "The list of people who voted for a poll option, wrapped in parentheses.", |
| 863 | + "placeholders": { |
| 864 | + "voterNames": { |
| 865 | + "type": "String", |
| 866 | + "example": "Alice, Bob, Chad" |
| 867 | + } |
| 868 | + } |
| 869 | + }, |
| 870 | + "noEarlierMessages": "Brak historii", |
| 871 | + "@noEarlierMessages": { |
| 872 | + "description": "Text to show at the start of a message list if there are no earlier messages." |
| 873 | + }, |
| 874 | + "scrollToBottomTooltip": "Przewiń do dołu", |
| 875 | + "@scrollToBottomTooltip": { |
| 876 | + "description": "Tooltip for button to scroll to bottom." |
| 877 | + }, |
| 878 | + "composeBoxLoadingMessage": "(ładowanie wiadomości {messageId})", |
| 879 | + "@composeBoxLoadingMessage": { |
| 880 | + "description": "Placeholder in compose box showing the quoted message is currently loading.", |
| 881 | + "placeholders": { |
| 882 | + "messageId": { |
| 883 | + "type": "int", |
| 884 | + "example": "1234" |
| 885 | + } |
| 886 | + } |
| 887 | + }, |
| 888 | + "pinnedSubscriptionsLabel": "Przypięte", |
| 889 | + "@pinnedSubscriptionsLabel": { |
| 890 | + "description": "Label for the list of pinned subscribed channels." |
| 891 | + }, |
| 892 | + "subscriptionListNoChannels": "Nie odnaleziono kanałów", |
| 893 | + "@subscriptionListNoChannels": { |
| 894 | + "description": "Text to display on subscribed-channels page when there are no subscribed channels." |
| 895 | + }, |
| 896 | + "unknownChannelName": "(nieznany kanał)", |
| 897 | + "@unknownChannelName": { |
| 898 | + "description": "Replacement name for channel when it cannot be found in the store." |
| 899 | + }, |
| 900 | + "unpinnedSubscriptionsLabel": "Odpięte", |
| 901 | + "@unpinnedSubscriptionsLabel": { |
| 902 | + "description": "Label for the list of unpinned subscribed channels." |
779 | 903 | }
|
780 | 904 | }
|
0 commit comments