|  | 
| 599 | 599 |   "@composeBoxSendTooltip": { | 
| 600 | 600 |     "description": "Tooltip for send button in compose box." | 
| 601 | 601 |   }, | 
| 602 |  | -  "messageListGroupYouWithYourself": "Ty ze sobą", | 
|  | 602 | +  "messageListGroupYouWithYourself": "Zapiski na własne konto", | 
| 603 | 603 |   "@messageListGroupYouWithYourself": { | 
| 604 | 604 |     "description": "Message list recipient header for a DM group that only includes yourself." | 
| 605 | 605 |   }, | 
|  | 
| 900 | 900 |   "unpinnedSubscriptionsLabel": "Odpięte", | 
| 901 | 901 |   "@unpinnedSubscriptionsLabel": { | 
| 902 | 902 |     "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 | +    } | 
| 903 | 941 |   } | 
| 904 | 942 | } | 
0 commit comments