build(deps): bump dependencies (#2584)

* build(deps): bump dependencies

* build(ci): disable broken snap builds
This commit is contained in:
TheCatLady
2022-03-13 15:27:39 -04:00
committed by GitHub
parent fac809b18b
commit a229b15e7a
10 changed files with 1167 additions and 1182 deletions

View File

@@ -18,7 +18,7 @@ const messages = defineMessages({
importfromplex: 'Import Plex Users',
importfromplexerror: 'Something went wrong while importing Plex users.',
importedfromplex:
'<strong>{userCount}</strong> {userCount, plural, one {user} other {users}} Plex users imported successfully!',
'<strong>{userCount}</strong> Plex {userCount, plural, one {user} other {users}} imported successfully!',
user: 'User',
nouserstoimport: 'There are no Plex users to import.',
newplexsigninenabled:

View File

@@ -856,7 +856,7 @@
"components.UserList.displayName": "Display Name",
"components.UserList.edituser": "Edit User Permissions",
"components.UserList.email": "Email Address",
"components.UserList.importedfromplex": "<strong>{userCount}</strong> {userCount, plural, one {user} other {users}} Plex users imported successfully!",
"components.UserList.importedfromplex": "<strong>{userCount}</strong> Plex {userCount, plural, one {user} other {users}} imported successfully!",
"components.UserList.importfromplex": "Import Plex Users",
"components.UserList.importfromplexerror": "Something went wrong while importing Plex users.",
"components.UserList.localLoginDisabled": "The <strong>Enable Local Sign-In</strong> setting is currently disabled.",