Translate experimentalwarnings.js

This commit is contained in:
ferferga
2020-04-04 13:25:35 +02:00
parent a461f16332
commit e5ce7af11d
3 changed files with 11 additions and 14 deletions
+4 -1
View File
@@ -1492,5 +1492,8 @@
"EveryXMinutes": "Every {0} minutes",
"EveryHour": "Every hour",
"EveryXHours": "Every {0} hours",
"OnApplicationStartup": "On application startup"
"OnApplicationStartup": "On application startup",
"ExperimentalBlurayPlayback": "Blu-Ray playback is experimental. Jellyfin cannot decrypt content protected by DRM. All the titles in the Blu-Ray will be played anyway, including the protected ones. Some parts might be in black",
"ExperimentalDVDPlayback": "DVD playback is experimental. Jellyfin cannot decrypt content protected by DRM. All the titles in the DVD will be played anyway, including the protected ones. Some parts might be in black",
"ExperimentalISOPlayback": "ISO playback is experimental. All the titles in the ISO will be played anyway. Some parts might be in black"
}