-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtooltip_schema.json
executable file
·25 lines (25 loc) · 1.09 KB
/
tooltip_schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"global": {
"logout_button": "Logout of the current user session.",
"programControlButton": "Start or stop the program.",
"releaseNotesButton": "View recent changes and updates.",
"updateAvailableButton": "New version available."
},
"home": {
"toggle_container": "Control panel for adjusting time format, view mode, and displaying active downloads.",
"collection_stats": "Overview of your media collection, including total movies, TV shows, episodes, and system uptime.",
"recently_aired": "Shows episodes that have aired recently.",
"airing_soon": "Upcoming episodes scheduled to air in the near future.",
"upcoming_releases": "New movies or shows expected to be released soon.",
"recently_added_movies": "Latest movies added to your collection.",
"recently_added_shows": "Latest TV shows added to your collection.",
"recently_upgraded": "Media items that have been upgraded to better quality versions."
},
"queues": {
},
"settings": {
},
"logs": {
"hidden-div": "What could this be...?"
}
}