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": "Žádné hlasy"
},
"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": "Odstranit"
},
@@ -2318,6 +2345,9 @@
"icu:message--getNotificationText--poll": {
"messageformat": "Anketa: {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": "Připojit soubor"
},
"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": "Tato osoba nepoužívá Signal"
},
@@ -7274,9 +7316,15 @@
"messageformat": "Tato aktualizace také obsahuje opravu chyby, která bránila generování náhledů odkazů, pokud zpráva obsahovala zároveň emoji. Díky, <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": "Vylepšení přístupnosti."
},
"icu:WhatsNew__7.78-2": {
"messageformat": "We also fixed a bug that could prevent notifications from appearing on Windows."
"messageformat": "Také jsme opravili chybu, která mohla bránit v zobrazení oznámení v systému Windows."
},
"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>!"
}
}