mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-06 22:58:09 -05:00
fix(ui): fixed translation issue where it showed as import {mediaServerName} user
Fixed translation issue where it showed as import {mediaServerName} user as it was using the same
variable both inside the plex import modal and also outside in userlist on the button
This commit is contained in:
@@ -231,6 +231,7 @@
|
||||
"components.TvDetails.watchtrailer": "予告編を見る",
|
||||
"components.MovieDetails.watchtrailer": "予告編を見る",
|
||||
"components.UserList.importfromplexerror": "Plexからユーザーをインポート中に問題が発生しました。",
|
||||
"components.UserList.importfrommediaserver": "{mediaServerName}からユーザーをインポート",
|
||||
"components.UserList.importfromplex": "Plexからユーザーをインポート",
|
||||
"components.UserList.importedfromplex": "Plex から新ユーザー {userCount} 名をインポートしました。",
|
||||
"components.TvDetails.viewfullcrew": "フルクルーを表示",
|
||||
|
||||
Reference in New Issue
Block a user