Update strings

This commit is contained in:
Fedor Indutny
2025-11-05 13:54:29 -08:00
parent 52356e9af9
commit 84116cc023
68 changed files with 3374 additions and 158 deletions

View File

@@ -1124,6 +1124,33 @@
"icu:PollVotesModal__noVotes": {
"messageformat": "Brak głosów"
},
"icu:PollCreateModal__title": {
"messageformat": "New poll"
},
"icu:PollCreateModal__questionLabel": {
"messageformat": "Question"
},
"icu:PollCreateModal__questionPlaceholder": {
"messageformat": "What should we order for lunch?"
},
"icu:PollCreateModal__optionsLabel": {
"messageformat": "Options"
},
"icu:PollCreateModal__optionPlaceholder": {
"messageformat": "Option {number}"
},
"icu:PollCreateModal__allowMultipleVotes": {
"messageformat": "Allow multiple votes"
},
"icu:PollCreateModal__sendButton": {
"messageformat": "Send"
},
"icu:PollCreateModal__Error--RequiresQuestion": {
"messageformat": "Poll question is required"
},
"icu:PollCreateModal__Error--RequiresTwoOptions": {
"messageformat": "Poll requires at least 2 options"
},
"icu:deleteConversation": {
"messageformat": "Usuń"
},
@@ -2318,6 +2345,9 @@
"icu:message--getNotificationText--poll": {
"messageformat": "Ankieta: {pollQuestion}"
},
"icu:Poll--preview": {
"messageformat": "Poll: {pollQuestion}"
},
"icu:message--getNotificationText--text-with-emoji": {
"messageformat": "{emoji} {text}"
},
@@ -4382,6 +4412,18 @@
"icu:CompositionArea--attach-file": {
"messageformat": "Załącz plik"
},
"icu:CompositionArea__AttachMenu__PhotosAndVideos": {
"messageformat": "Photos & videos"
},
"icu:CompositionArea__AttachMenu__File": {
"messageformat": "File"
},
"icu:CompositionArea__AttachMenu__Poll": {
"messageformat": "Poll"
},
"icu:CompositionArea--attach-plus": {
"messageformat": "Add attachment or poll"
},
"icu:CompositionArea--sms-only__title": {
"messageformat": "Ta osoba nie korzysta z aplikacji Signal"
},
@@ -7274,9 +7316,15 @@
"messageformat": "W tej aktualizacji naprawiliśmy też błąd, który uniemożliwiał generowanie podglądu linków, gdy wiadomość zawierała emoji. Dzięki, <elias6></elias6>."
},
"icu:WhatsNew__7.78-1": {
"messageformat": "This update improves accessibility for screen reader users by skipping repeated timestamp announcements when new messages arrive in a thread."
"messageformat": "Ta aktualizacja poprawia działanie aplikacji u użytkowników korzystających z czytników ekranu. Nie będą one już odczytywać powtarzających się komunikatów o czasie odebrania nowych wiadomości w danym wątku."
},
"icu:WhatsNew__7.78-2": {
"messageformat": "We also fixed a bug that could prevent notifications from appearing on Windows."
"messageformat": "Naprawiliśmy też błąd, przez który powiadomienia w systemie Windows mogły się nie wyświetlać."
},
"icu:WhatsNew__7.79-1": {
"messageformat": "We updated the appearance and stylistic consistency of scrollbars throughout the app. Usually if you scroll too fast you might miss something, but in this case scrolling is the only way to see it."
},
"icu:WhatsNew__7.79-2": {
"messageformat": "Copy/paste improvements make it easier to select-all and replace existing text without inheriting the old formatting. Thanks, <brianHarder></brianHarder>!"
}
}