|
585 | 585 | "@composeBoxSendTooltip": {
|
586 | 586 | "description": "Tooltip for send button in compose box."
|
587 | 587 | },
|
588 |
| - "messageListGroupYouWithYourself": "Ty ze sobą", |
| 588 | + "messageListGroupYouWithYourself": "Zapiski na własne konto", |
589 | 589 | "@messageListGroupYouWithYourself": {
|
590 | 590 | "description": "Message list recipient header for a DM group that only includes yourself."
|
591 | 591 | },
|
|
597 | 597 | "@aboutPageTitle": {
|
598 | 598 | "description": "Title for About Zulip page."
|
599 | 599 | },
|
600 |
| - "errorLoginCouldNotConnectTitle": "Nie można połączyć", |
601 |
| - "@errorLoginCouldNotConnectTitle": { |
602 |
| - "description": "Error title when the app could not connect to the server." |
603 |
| - }, |
604 | 600 | "contentValidationErrorEmpty": "Nie masz nic do wysłania!",
|
605 | 601 | "@contentValidationErrorEmpty": {
|
606 | 602 | "description": "Content validation error message when the message is empty."
|
|
886 | 882 | "unpinnedSubscriptionsLabel": "Odpięte",
|
887 | 883 | "@unpinnedSubscriptionsLabel": {
|
888 | 884 | "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 | + } |
| 947 | + }, |
| 948 | + "actionSheetOptionMarkChannelAsRead": "Oznacz kanał jako przeczytany", |
| 949 | + "@actionSheetOptionMarkChannelAsRead": { |
| 950 | + "description": "Label for marking a channel as read." |
| 951 | + }, |
| 952 | + "actionSheetOptionMarkTopicAsRead": "Oznacz wątek jako przeczytany", |
| 953 | + "@actionSheetOptionMarkTopicAsRead": { |
| 954 | + "description": "Option to mark a specific topic as read in the action sheet." |
| 955 | + }, |
| 956 | + "themeSettingLight": "Jasny", |
| 957 | + "@themeSettingLight": { |
| 958 | + "description": "Label for light theme setting." |
| 959 | + }, |
| 960 | + "themeSettingSystem": "Systemowy", |
| 961 | + "@themeSettingSystem": { |
| 962 | + "description": "Label for system theme setting." |
| 963 | + }, |
| 964 | + "themeSettingDark": "Ciemny", |
| 965 | + "@themeSettingDark": { |
| 966 | + "description": "Label for dark theme setting." |
| 967 | + }, |
| 968 | + "themeSettingTitle": "WYSTRÓJ", |
| 969 | + "@themeSettingTitle": { |
| 970 | + "description": "Title for theme setting. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)" |
| 971 | + }, |
| 972 | + "settingsPageTitle": "Ustawienia", |
| 973 | + "@settingsPageTitle": { |
| 974 | + "description": "Title for the settings page." |
| 975 | + }, |
| 976 | + "openLinksWithInAppBrowser": "Otwieraj odnośniki w aplikacji", |
| 977 | + "@openLinksWithInAppBrowser": { |
| 978 | + "description": "Label for toggling setting to open links with in-app browser" |
889 | 979 | }
|
890 | 980 | }
|
0 commit comments