File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 "No" : " No" ,
3232 "Import and Export Data" : " Import and Export Data" ,
3333 "Import" : " Import" ,
34- "Import Invidious data" : " Import Invidious data" ,
35- "Import YouTube subscriptions" : " Import YouTube subscriptions" ,
34+ "Import Invidious data" : " Import Invidious JSON data" ,
35+ "Import YouTube subscriptions" : " Import YouTube/OPML subscriptions" ,
3636 "Import FreeTube subscriptions (.db)" : " Import FreeTube subscriptions (.db)" ,
3737 "Import NewPipe subscriptions (.json)" : " Import NewPipe subscriptions (.json)" ,
3838 "Import NewPipe data (.zip)" : " Import NewPipe data (.zip)" ,
3939 "Export" : " Export" ,
4040 "Export subscriptions as OPML" : " Export subscriptions as OPML" ,
4141 "Export subscriptions as OPML (for NewPipe & FreeTube)" : " Export subscriptions as OPML (for NewPipe & FreeTube)" ,
42- "Export data as JSON" : " Export data as JSON" ,
42+ "Export data as JSON" : " Export Invidious data as JSON" ,
4343 "Delete account?" : " Delete account?" ,
4444 "History" : " History" ,
4545 "An alternative front-end to YouTube" : " An alternative front-end to YouTube" ,
Original file line number Diff line number Diff line change 88 <legend ><%= translate(locale, " Import" ) %> </legend >
99
1010 <div class =" pure-control-group" >
11- <label for =" import_youtube" ><%= translate(locale, " Import Invidious JSON data" ) %> </label >
11+ <label for =" import_youtube" ><%= translate(locale, " Import Invidious data" ) %> </label >
1212 <input type =" file" id =" import_invidious" name =" import_invidious" >
1313 </div >
1414
1515 <div class =" pure-control-group" >
1616 <label for =" import_youtube" >
1717 <a rel =" noopener" target =" _blank" href =" https://github.com/iv-org/documentation/blob/master/Export-YouTube-subscriptions.md" >
18- <%= translate(locale, " Import YouTube/OPML subscriptions" ) %>
18+ <%= translate(locale, " Import YouTube subscriptions" ) %>
1919 </a >
2020 </label >
2121 <input type =" file" id =" import_youtube" name =" import_youtube" >
5151 </div >
5252
5353 <div class =" pure-control-group" >
54- <a href =" /subscription_manager?action_takeout=1&format=json" ><%= translate(locale, " Export Invidious data as JSON" ) %> </a >
54+ <a href =" /subscription_manager?action_takeout=1&format=json" ><%= translate(locale, " Export data as JSON" ) %> </a >
5555 </div >
5656 </fieldset >
5757 </form >
You can’t perform that action at this time.
0 commit comments