|
107 | 107 | }
|
108 | 108 | }
|
109 | 109 | },
|
110 |
| - "errorCouldNotFetchMessageSource": "Nie można uzyskać źródłowej wiadomości", |
| 110 | + "errorCouldNotFetchMessageSource": "Nie można uzyskać źródłowej wiadomości.", |
111 | 111 | "@errorCouldNotFetchMessageSource": {
|
112 | 112 | "description": "Error message when the source of a message could not be fetched."
|
113 | 113 | },
|
|
377 | 377 | "@topicValidationErrorMandatoryButEmpty": {
|
378 | 378 | "description": "Topic validation error when topic is required but was empty."
|
379 | 379 | },
|
380 |
| - "errorInvalidResponse": "Nieprawidłowa odpowiedź serwera", |
| 380 | + "errorInvalidResponse": "Nieprawidłowa odpowiedź serwera.", |
381 | 381 | "@errorInvalidResponse": {
|
382 | 382 | "description": "Error message when an API call returned an invalid response."
|
383 | 383 | },
|
384 |
| - "errorVideoPlayerFailed": "Nie da rady odtworzyć wideo", |
| 384 | + "errorVideoPlayerFailed": "Nie da rady odtworzyć wideo.", |
385 | 385 | "@errorVideoPlayerFailed": {
|
386 | 386 | "description": "Error message when a video fails to play."
|
387 | 387 | },
|
|
1016 | 1016 | "example": "general chat"
|
1017 | 1017 | }
|
1018 | 1018 | }
|
| 1019 | + }, |
| 1020 | + "actionSheetOptionEditMessage": "Zmień wiadomość", |
| 1021 | + "@actionSheetOptionEditMessage": { |
| 1022 | + "description": "Label for the 'Edit message' button in the message action sheet." |
| 1023 | + }, |
| 1024 | + "errorMessageEditNotSaved": "Nie zapisano wiadomości", |
| 1025 | + "@errorMessageEditNotSaved": { |
| 1026 | + "description": "Error message for compose box when a message edit could not be saved." |
| 1027 | + }, |
| 1028 | + "errorCouldNotEditMessageTitle": "Nie można zmienić wiadomości", |
| 1029 | + "@errorCouldNotEditMessageTitle": { |
| 1030 | + "description": "Error title when an exception prevented us from opening the compose box for editing a message." |
| 1031 | + }, |
| 1032 | + "composeBoxBannerLabelEditMessage": "Zmień wiadomość", |
| 1033 | + "@composeBoxBannerLabelEditMessage": { |
| 1034 | + "description": "Label text for the compose-box banner when you are editing a message." |
| 1035 | + }, |
| 1036 | + "editAlreadyInProgressMessage": "Operacja zmiany w toku. Zaczekaj na jej zakończenie.", |
| 1037 | + "@editAlreadyInProgressMessage": { |
| 1038 | + "description": "Error message when a message edit cannot be saved because there is another edit already in progress." |
| 1039 | + }, |
| 1040 | + "savingMessageEditLabel": "ZAPIS ZMIANY…", |
| 1041 | + "@savingMessageEditLabel": { |
| 1042 | + "description": "Text on a message in the message list saying that a message edit request is processing. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)" |
| 1043 | + }, |
| 1044 | + "savingMessageEditFailedLabel": "NIE ZAPISANO ZMIANY", |
| 1045 | + "@savingMessageEditFailedLabel": { |
| 1046 | + "description": "Text on a message in the message list saying that a message edit request failed. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)" |
| 1047 | + }, |
| 1048 | + "discardDraftConfirmationDialogTitle": "Czy chcesz przerwać szykowanie wpisu?", |
| 1049 | + "@discardDraftConfirmationDialogTitle": { |
| 1050 | + "description": "Title for a confirmation dialog for discarding message text that was typed into the compose box." |
| 1051 | + }, |
| 1052 | + "discardDraftConfirmationDialogMessage": "Miej na uwadze, że przechodząc do zmiany wiadomości wyczyścisz okno nowej wiadomości.", |
| 1053 | + "@discardDraftConfirmationDialogMessage": { |
| 1054 | + "description": "Message for a confirmation dialog for discarding message text that was typed into the compose box." |
| 1055 | + }, |
| 1056 | + "discardDraftConfirmationDialogConfirmButton": "Odrzuć", |
| 1057 | + "@discardDraftConfirmationDialogConfirmButton": { |
| 1058 | + "description": "Label for the 'Discard' button on a confirmation dialog for discarding message text that was typed into the compose box." |
| 1059 | + }, |
| 1060 | + "composeBoxBannerButtonCancel": "Anuluj", |
| 1061 | + "@composeBoxBannerButtonCancel": { |
| 1062 | + "description": "Label text for the 'Cancel' button in the compose-box banner when you are editing a message." |
| 1063 | + }, |
| 1064 | + "preparingEditMessageContentInput": "Przygotowywanie…", |
| 1065 | + "@preparingEditMessageContentInput": { |
| 1066 | + "description": "Hint text for content input when the compose box is preparing to edit a message." |
| 1067 | + }, |
| 1068 | + "editAlreadyInProgressTitle": "Nie udało się zapisać zmiany", |
| 1069 | + "@editAlreadyInProgressTitle": { |
| 1070 | + "description": "Error title when a message edit cannot be saved because there is another edit already in progress." |
| 1071 | + }, |
| 1072 | + "composeBoxBannerButtonSave": "Zapisz", |
| 1073 | + "@composeBoxBannerButtonSave": { |
| 1074 | + "description": "Label text for the 'Save' button in the compose-box banner when you are editing a message." |
1019 | 1075 | }
|
1020 | 1076 | }
|
0 commit comments