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