mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add copy error message
This commit is contained in:
parent
1f62db7f31
commit
fff4ebb3ba
3 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,7 @@ const attributeDelimiterHtml = layoutManager.tv ? '' : '<span class="hide">: </s
|
|||
toast(globalize.translate('Copied'));
|
||||
}).catch(() => {
|
||||
console.error('Could not copy text');
|
||||
toast(globalize.translate('CopyFailed'));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
"Continuing": "Continuing",
|
||||
"Copied": "Copied",
|
||||
"Copy": "Copy",
|
||||
"CopyFailed": "Could not copy",
|
||||
"CopyStreamURL": "Copy Stream URL",
|
||||
"CopyStreamURLSuccess": "URL copied successfully.",
|
||||
"CriticRating": "Critics rating",
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
"Continuing": "Продолжаемое",
|
||||
"Copied": "Скопировано",
|
||||
"Copy": "Копировать",
|
||||
"CopyFailed": "Не удалось скопировать",
|
||||
"CriticRating": "Оценка критиков",
|
||||
"CustomDlnaProfilesHelp": "Создайте настраиваемый профиль, назначаемый для нового устройства или переопределите системный профиль.",
|
||||
"DateAdded": "Дата добавления",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue