Show YouTube-sourced playlists with a YouTube icon; they're read-only for now (no rename/delete/reorder/remove, excluded from the add-to-playlist popover) with a 'synced from YouTube' note — editing comes with the write-back phase. Add a 'Sync from YouTube' button in the Playlists rail (api.syncYoutubePlaylists) with a result toast. Trilingual strings.
20 lines
737 B
JSON
20 lines
737 B
JSON
{
|
|
"title": "Playlists",
|
|
"watchLater": "Watch later",
|
|
"syncYoutube": "Sync from YouTube",
|
|
"syncedToast": "Synced {{count}} playlists from YouTube",
|
|
"syncFailed": "Couldn't sync from YouTube",
|
|
"ytReadonly": "Synced from YouTube — read-only for now",
|
|
"noneYet": "No playlists yet",
|
|
"newPlaylist": "New playlist…",
|
|
"itemCount_one": "{{count}} video",
|
|
"itemCount_other": "{{count}} videos",
|
|
"pickOne": "Pick a playlist on the left.",
|
|
"loading": "Loading…",
|
|
"empty": "This playlist is empty — add videos from the feed.",
|
|
"playAll": "Play all",
|
|
"delete": "Delete",
|
|
"rename": "Rename",
|
|
"confirmDelete": "Delete the playlist “{{name}}”? This can't be undone.",
|
|
"addToPlaylist": "Add to playlist"
|
|
}
|