mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix(lang): correct mismatched language strings (#1246)
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
"components.RequestModal.request4kfrom": "There is currently a pending 4K request from {username}.",
|
||||
"components.RequestModal.request4ktitle": "Request {title} in 4K",
|
||||
"components.RequestModal.requestCancel": "Request for <strong>{title}</strong> canceled.",
|
||||
"components.RequestModal.requestSuccess": "<strong>{title}</strong> requested.",
|
||||
"components.RequestModal.requestSuccess": "<strong>{title}</strong> requested successfully!",
|
||||
"components.RequestModal.requestadmin": "Your request will be immediately approved.",
|
||||
"components.RequestModal.requestall": "Request All Seasons",
|
||||
"components.RequestModal.requestcancelled": "Request canceled.",
|
||||
@@ -711,7 +711,7 @@
|
||||
"components.UserList.edit": "Edit",
|
||||
"components.UserList.edituser": "Edit User Permissions",
|
||||
"components.UserList.email": "Email Address",
|
||||
"components.UserList.importedfromplex": "{userCount, plural, =0 {No new users} one {# new user} other {# new users}} imported from Plex",
|
||||
"components.UserList.importedfromplex": "{userCount, plural, =0 {No new users} one {# new user} other {# new users}} imported from Plex successfully!",
|
||||
"components.UserList.importfromplex": "Import Users from Plex",
|
||||
"components.UserList.importfromplexerror": "Something went wrong while importing users from Plex.",
|
||||
"components.UserList.lastupdated": "Last Updated",
|
||||
@@ -736,7 +736,7 @@
|
||||
"components.UserList.user": "User",
|
||||
"components.UserList.usercreatedfailed": "Something went wrong while creating the user.",
|
||||
"components.UserList.usercreatedsuccess": "User created successfully!",
|
||||
"components.UserList.userdeleted": "User deleted.",
|
||||
"components.UserList.userdeleted": "User deleted successfully!",
|
||||
"components.UserList.userdeleteerror": "Something went wrong while deleting the user.",
|
||||
"components.UserList.userfail": "Something went wrong while saving user permissions.",
|
||||
"components.UserList.userlist": "User List",
|
||||
@@ -843,7 +843,7 @@
|
||||
"i18n.movies": "Movies",
|
||||
"i18n.partiallyavailable": "Partially Available",
|
||||
"i18n.pending": "Pending",
|
||||
"i18n.processing": "Processing…",
|
||||
"i18n.processing": "Processing",
|
||||
"i18n.request": "Request",
|
||||
"i18n.requested": "Requested",
|
||||
"i18n.retry": "Retry",
|
||||
|
||||
Reference in New Issue
Block a user