mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add strings for the group shows form
This commit is contained in:
parent
8ee3b8bed5
commit
f84949bffa
3 changed files with 10 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -18,7 +18,7 @@
|
|||
"@fontsource/noto-sans-sc": "5.2.5",
|
||||
"@fontsource/noto-sans-tc": "5.2.5",
|
||||
"@jellyfin/libass-wasm": "4.2.3",
|
||||
"@jellyfin/sdk": "0.0.0-unstable.202503260501",
|
||||
"@jellyfin/sdk": "0.0.0-unstable.202503290501",
|
||||
"@mui/icons-material": "6.4.8",
|
||||
"@mui/material": "6.4.8",
|
||||
"@mui/x-date-pickers": "7.28.0",
|
||||
|
@ -4064,9 +4064,9 @@
|
|||
"license": "LGPL-2.1-or-later AND (FTL OR GPL-2.0-or-later) AND MIT AND MIT-Modern-Variant AND ISC AND NTP AND Zlib AND BSL-1.0"
|
||||
},
|
||||
"node_modules/@jellyfin/sdk": {
|
||||
"version": "0.0.0-unstable.202503260501",
|
||||
"resolved": "https://registry.npmjs.org/@jellyfin/sdk/-/sdk-0.0.0-unstable.202503260501.tgz",
|
||||
"integrity": "sha512-wsiDOwE+5eiy4FZ3UDfxgOL7PZMAh1W1VAScbb+OUeuJCfsSh8UKZM9B9mAvuotWxx8Orw9yLmvT57g/UthOqQ==",
|
||||
"version": "0.0.0-unstable.202503290501",
|
||||
"resolved": "https://registry.npmjs.org/@jellyfin/sdk/-/sdk-0.0.0-unstable.202503290501.tgz",
|
||||
"integrity": "sha512-y4AbndAj4ke7dDffH7f9RXquo8yhcUImDUgNOlMAf3t5JMrOhMG0GJ0OnlASN8nBL7czUmHG9BivG+/g7oNG3A==",
|
||||
"license": "MPL-2.0",
|
||||
"peerDependencies": {
|
||||
"axios": "^1.3.4"
|
||||
|
@ -28509,9 +28509,9 @@
|
|||
"integrity": "sha512-C0OlBxIr9NdeFESMTA/OVDqNSWtog6Mi7wwzwH12xbZpxsMD0RgCupUcIP7zZgcpTNecW3fZq5d6xVo7Q8HEJw=="
|
||||
},
|
||||
"@jellyfin/sdk": {
|
||||
"version": "0.0.0-unstable.202503260501",
|
||||
"resolved": "https://registry.npmjs.org/@jellyfin/sdk/-/sdk-0.0.0-unstable.202503260501.tgz",
|
||||
"integrity": "sha512-wsiDOwE+5eiy4FZ3UDfxgOL7PZMAh1W1VAScbb+OUeuJCfsSh8UKZM9B9mAvuotWxx8Orw9yLmvT57g/UthOqQ==",
|
||||
"version": "0.0.0-unstable.202503290501",
|
||||
"resolved": "https://registry.npmjs.org/@jellyfin/sdk/-/sdk-0.0.0-unstable.202503290501.tgz",
|
||||
"integrity": "sha512-y4AbndAj4ke7dDffH7f9RXquo8yhcUImDUgNOlMAf3t5JMrOhMG0GJ0OnlASN8nBL7czUmHG9BivG+/g7oNG3A==",
|
||||
"requires": {}
|
||||
},
|
||||
"@jridgewell/gen-mapping": {
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@fontsource/noto-sans-sc": "5.2.5",
|
||||
"@fontsource/noto-sans-tc": "5.2.5",
|
||||
"@jellyfin/libass-wasm": "4.2.3",
|
||||
"@jellyfin/sdk": "0.0.0-unstable.202503260501",
|
||||
"@jellyfin/sdk": "0.0.0-unstable.202503290501",
|
||||
"@mui/icons-material": "6.4.8",
|
||||
"@mui/material": "6.4.8",
|
||||
"@mui/x-date-pickers": "7.28.0",
|
||||
|
|
|
@ -724,6 +724,8 @@
|
|||
"LabelFriendlyName": "Friendly name",
|
||||
"LabelGroupMoviesIntoCollections": "Group movies into collections",
|
||||
"LabelGroupMoviesIntoCollectionsHelp": "Movies in a collection will be displayed as one grouped item when displaying movie lists.",
|
||||
"LabelGroupShowsIntoCollections": "Group shows into collections",
|
||||
"LabelGroupShowsIntoCollectionsHelp": "Shows in a collection will be displayed as one grouped item when displaying show lists.",
|
||||
"LabelH264Crf": "H.264 encoding CRF",
|
||||
"LabelH265Crf": "H.265 encoding CRF",
|
||||
"LabelHardwareAccelerationType": "Hardware acceleration",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue