|
1462 | 1462 | "messageformat": "Info", |
1463 | 1463 | "description": "Shown on the drop-down menu for an individual message, takes you to message detail screen" |
1464 | 1464 | }, |
| 1465 | + "icu:Poll__end-poll": { |
| 1466 | + "messageformat": "End poll", |
| 1467 | + "description": "Label for button/menu item to end a poll. Shown in the poll votes modal and in the message context menu" |
| 1468 | + }, |
1465 | 1469 | "icu:PollMessage--SelectOne": { |
1466 | 1470 | "messageformat": "Poll · Select one", |
1467 | 1471 | "description": "Status text for single-choice poll where user can select one option" |
|
1482 | 1486 | "messageformat": "You voted", |
1483 | 1487 | "description": "Accessibility label for checkmark indicating user voted for this poll option" |
1484 | 1488 | }, |
| 1489 | + "icu:PollTerminate--you": { |
| 1490 | + "messageformat": "You ended the poll: \"{poll}\"", |
| 1491 | + "description": "Chat event shown when you end a poll" |
| 1492 | + }, |
| 1493 | + "icu:PollTerminate--other": { |
| 1494 | + "messageformat": "{name} ended the poll: \"{poll}\"", |
| 1495 | + "description": "Chat event shown when someone else ends a poll" |
| 1496 | + }, |
| 1497 | + "icu:PollTerminate__view-poll": { |
| 1498 | + "messageformat": "View poll", |
| 1499 | + "description": "Button in poll terminate chat event to scroll to and select the original poll message" |
| 1500 | + }, |
1485 | 1501 | "icu:PollVotesModal__title": { |
1486 | 1502 | "messageformat": "Poll details", |
1487 | 1503 | "description": "Modal title for viewing poll votes and who voted on which option" |
|
1498 | 1514 | "messageformat": "No votes", |
1499 | 1515 | "description": "Message shown when poll has no votes" |
1500 | 1516 | }, |
| 1517 | + "icu:Toast--PollNotFound": { |
| 1518 | + "messageformat": "Poll not found", |
| 1519 | + "description": "Toast shown when user tries to view a poll that no longer exists" |
| 1520 | + }, |
1501 | 1521 | "icu:PollCreateModal__title": { |
1502 | 1522 | "messageformat": "New poll", |
1503 | 1523 | "description": "Title for the modal to create a new poll" |
|
0 commit comments