mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated translations
This commit is contained in:
parent
d02d29f33e
commit
9c61eb5dd7
40 changed files with 181 additions and 203 deletions
|
@ -26,9 +26,9 @@
|
|||
itemHtml += '<h3>' + i.Name + '</h3>';
|
||||
|
||||
if (i.Enabled) {
|
||||
itemHtml += '<p style="color:#009F00;">Enabled</p>';
|
||||
itemHtml += '<p style="color:#009F00;">' + Globalize.translate('LabelEnabled') + '</p>';
|
||||
} else {
|
||||
itemHtml += '<p style="color:#cc0000;">Disabled</p>';
|
||||
itemHtml += '<p style="color:#cc0000;">' + Globalize.translate('LabelDisabled') + '</p>';
|
||||
}
|
||||
|
||||
itemHtml += '</a>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue