|
1 | 1 | { |
2 | | - "@@last_modified": "2021-07-14T21:24:45.452638", |
| 2 | + "@@last_modified": "2021-05-26T20:48:04.796046", |
3 | 3 | "playback": "Playback", |
4 | 4 | "@playback": { |
5 | 5 | "type": "text", |
6 | | - "placeholders": {} |
| 6 | + "placeholders": {}, |
| 7 | + "description": "Used as notification channel name" |
7 | 8 | }, |
8 | 9 | "playbackControls": "Playback controls", |
9 | 10 | "@playbackControls": { |
10 | 11 | "type": "text", |
11 | | - "placeholders": {} |
| 12 | + "placeholders": {}, |
| 13 | + "description": " Used as notification channel description" |
12 | 14 | }, |
13 | 15 | "play": "Play", |
14 | 16 | "@play": { |
|
63 | 65 | "artistUnknown": "Unknown artist", |
64 | 66 | "@artistUnknown": { |
65 | 67 | "type": "text", |
66 | | - "placeholders": {} |
| 68 | + "placeholders": {}, |
| 69 | + "description": "Label for unknown artist" |
67 | 70 | }, |
68 | 71 | "tracks": "Tracks", |
69 | 72 | "@tracks": { |
|
151 | 154 | "shuffled": "Shuffled", |
152 | 155 | "@shuffled": { |
153 | 156 | "type": "text", |
154 | | - "placeholders": {} |
| 157 | + "placeholders": {}, |
| 158 | + "description": "NOTE: currently unused" |
155 | 159 | }, |
156 | 160 | "modified": "Modified", |
157 | 161 | "@modified": { |
158 | 162 | "type": "text", |
159 | | - "placeholders": {} |
| 163 | + "placeholders": {}, |
| 164 | + "description": "NOTE: currently unused" |
160 | 165 | }, |
161 | 166 | "byQuery": "By query", |
162 | 167 | "@byQuery": { |
|
166 | 171 | "selectedPlural": "Selected", |
167 | 172 | "@selectedPlural": { |
168 | 173 | "type": "text", |
169 | | - "placeholders": {} |
| 174 | + "placeholders": {}, |
| 175 | + "description": "Should be in plural form" |
170 | 176 | }, |
171 | 177 | "newPlaylist": "New playlist", |
172 | 178 | "@newPlaylist": { |
|
191 | 197 | "playContentList": "Play", |
192 | 198 | "@playContentList": { |
193 | 199 | "type": "text", |
194 | | - "placeholders": {} |
| 200 | + "placeholders": {}, |
| 201 | + "description": "Displayed in list headers in button to play it" |
195 | 202 | }, |
196 | 203 | "shuffleContentList": "Shuffle", |
197 | 204 | "@shuffleContentList": { |
198 | 205 | "type": "text", |
199 | | - "placeholders": {} |
| 206 | + "placeholders": {}, |
| 207 | + "description": "Displayed in list headers in button to shuffle it" |
200 | 208 | }, |
201 | 209 | "debug": "Debug", |
202 | 210 | "@debug": { |
|
236 | 244 | "secondsShorthand": "s", |
237 | 245 | "@secondsShorthand": { |
238 | 246 | "type": "text", |
239 | | - "placeholders": {} |
| 247 | + "placeholders": {}, |
| 248 | + "description": "TODO: currently unused" |
240 | 249 | }, |
241 | 250 | "minutesShorthand": "min", |
242 | 251 | "@minutesShorthand": { |
243 | 252 | "type": "text", |
244 | | - "placeholders": {} |
| 253 | + "placeholders": {}, |
| 254 | + "description": "TODO: currently unused" |
245 | 255 | }, |
246 | 256 | "and": "And", |
247 | 257 | "@and": { |
248 | 258 | "type": "text", |
249 | | - "placeholders": {} |
| 259 | + "placeholders": {}, |
| 260 | + "description": "TODO: currently unused" |
250 | 261 | }, |
251 | 262 | "more": "More", |
252 | 263 | "@more": { |
253 | 264 | "type": "text", |
254 | | - "placeholders": {} |
| 265 | + "placeholders": {}, |
| 266 | + "description": "TODO: currently unused" |
255 | 267 | }, |
256 | 268 | "andNMore": "And {count} more", |
257 | 269 | "@andNMore": { |
258 | 270 | "type": "text", |
259 | 271 | "placeholders": { |
260 | 272 | "count": {} |
261 | | - } |
| 273 | + }, |
| 274 | + "description": "'And 3 more'" |
262 | 275 | }, |
263 | 276 | "done": "Done", |
264 | 277 | "@done": { |
|
323 | 336 | "editMetadata": "Edit metadata", |
324 | 337 | "@editMetadata": { |
325 | 338 | "type": "text", |
326 | | - "placeholders": {} |
| 339 | + "placeholders": {}, |
| 340 | + "description": "TODO: currently unused" |
327 | 341 | }, |
328 | 342 | "found": "Found", |
329 | 343 | "@found": { |
|
373 | 387 | "actions": "Actions", |
374 | 388 | "@actions": { |
375 | 389 | "type": "text", |
376 | | - "placeholders": {} |
| 390 | + "placeholders": {}, |
| 391 | + "description": "TODO: currently unused" |
377 | 392 | }, |
378 | 393 | "goToAlbum": "Go to album", |
379 | 394 | "@goToAlbum": { |
|
403 | 418 | "addToFavorites": "Add to favorites", |
404 | 419 | "@addToFavorites": { |
405 | 420 | "type": "text", |
406 | | - "placeholders": {} |
| 421 | + "placeholders": {}, |
| 422 | + "description": "TODO: currently unused" |
407 | 423 | }, |
408 | 424 | "addToQueue": "Add to queue", |
409 | 425 | "@addToQueue": { |
|
418 | 434 | "share": "Share", |
419 | 435 | "@share": { |
420 | 436 | "type": "text", |
421 | | - "placeholders": {} |
| 437 | + "placeholders": {}, |
| 438 | + "description": "TODO: currently unused" |
422 | 439 | }, |
423 | 440 | "selectAll": "Select all", |
424 | 441 | "@selectAll": { |
|
473 | 490 | "onThePathToDevMode": "Something should happen now...", |
474 | 491 | "@onThePathToDevMode": { |
475 | 492 | "type": "text", |
476 | | - "placeholders": {} |
| 493 | + "placeholders": {}, |
| 494 | + "description": "Shown when user tapped 4 times on app logo" |
477 | 495 | }, |
478 | 496 | "onThePathToDevModeLastClick": "only 1 click remaining...", |
479 | 497 | "@onThePathToDevModeLastClick": { |
480 | 498 | "type": "text", |
481 | | - "placeholders": {} |
| 499 | + "placeholders": {}, |
| 500 | + "description": "Shown when user is about to become a developer, part 2" |
482 | 501 | }, |
483 | 502 | "onThePathToDevModeClicksRemaining": "only {remainingClicks} clicks remaining...", |
484 | 503 | "@onThePathToDevModeClicksRemaining": { |
485 | 504 | "type": "text", |
486 | 505 | "placeholders": { |
487 | 506 | "remainingClicks": {} |
488 | | - } |
| 507 | + }, |
| 508 | + "description": "Shown when user is about to become a developer, part 2, plural" |
489 | 509 | }, |
490 | 510 | "devTestToast": "Test toast", |
491 | 511 | "@devTestToast": { |
|
545 | 565 | "searchHistoryRemoveEntryDescriptionP1": "Are you sure you want to remove ", |
546 | 566 | "@searchHistoryRemoveEntryDescriptionP1": { |
547 | 567 | "type": "text", |
548 | | - "placeholders": {} |
| 568 | + "placeholders": {}, |
| 569 | + "description": "The entry is the history entry to delete. The description is being splitted into rich text there." |
549 | 570 | }, |
550 | 571 | "searchHistoryRemoveEntryDescriptionP2": " from your search history?", |
551 | 572 | "@searchHistoryRemoveEntryDescriptionP2": { |
|
0 commit comments