|
140 | 140 | "@errorUnresolveTopicFailedTitle": { |
141 | 141 | "description": "Error title when marking a topic as unresolved failed." |
142 | 142 | }, |
| 143 | + "actionSheetOptionSeeWhoReacted": "See who reacted", |
| 144 | + "@actionSheetOptionSeeWhoReacted": { |
| 145 | + "description": "Label for the 'See who reacted' button in the message action sheet." |
| 146 | + }, |
| 147 | + "seeWhoReactedSheetNoReactions": "This message has no reactions.", |
| 148 | + "@seeWhoReactedSheetNoReactions": { |
| 149 | + "description": "Explanation on the 'See who reacted' sheet when the message has no reactions (because they were removed after the sheet was opened)." |
| 150 | + }, |
| 151 | + "seeWhoReactedSheetHeaderLabel": "Emoji reactions ({num} total)", |
| 152 | + "@seeWhoReactedSheetHeaderLabel": { |
| 153 | + "description": "In the 'See who reacted' sheet, a label for the list of emoji reactions at the top, with the total number of reactions. (An accessibility label for assistive technology.)", |
| 154 | + "placeholders": { |
| 155 | + "num": {"type": "int", "example": "2"} |
| 156 | + } |
| 157 | + }, |
| 158 | + "seeWhoReactedSheetEmojiNameWithVoteCount": "{emojiName}: {num, plural, =1{1 vote} other{{num} votes}}", |
| 159 | + "@seeWhoReactedSheetEmojiNameWithVoteCount": { |
| 160 | + "description": "In the 'See who reacted' sheet, an emoji reaction's name and how many votes it has. (An accessibility label for assistive technology.)", |
| 161 | + "placeholders": { |
| 162 | + "emojiName": {"type": "String", "example": "working_on_it"}, |
| 163 | + "num": {"type": "int", "example": "2"} |
| 164 | + } |
| 165 | + }, |
| 166 | + "seeWhoReactedSheetUserListLabel": "Votes for {emojiName} ({num})", |
| 167 | + "@seeWhoReactedSheetUserListLabel": { |
| 168 | + "description": "In the 'See who reacted' sheet, a label for the list of users who chose an emoji reaction, with the emoji's name and how many votes it has. (An accessibility label for assistive technology.)", |
| 169 | + "placeholders": { |
| 170 | + "emojiName": {"type": "String", "example": "working_on_it"}, |
| 171 | + "num": {"type": "int", "example": "2"} |
| 172 | + } |
| 173 | + }, |
143 | 174 | "actionSheetOptionCopyMessageText": "Copy message text", |
144 | 175 | "@actionSheetOptionCopyMessageText": { |
145 | 176 | "description": "Label for copy message text button on action sheet." |
|
0 commit comments