forked from baron/baron-sso
App 카드 크기 조정 및 상세 보기 수정
This commit is contained in:
@@ -418,6 +418,7 @@ const Map<String, String> koStrings = {
|
||||
"msg.userfront.audit.device": "접속환경: {{value}}",
|
||||
"msg.userfront.audit.end": "더 이상 항목이 없습니다.",
|
||||
"msg.userfront.audit.filter.description": "활성화된 세션만 보려면 토글을 켜주세요.",
|
||||
"msg.userfront.audit.filtered_empty": "활성 세션으로 필터링된 접속 이력이 없습니다.",
|
||||
"msg.userfront.audit.ip": "접속 IP: {{value}}",
|
||||
"msg.userfront.audit.load_more_error": "더 불러오지 못했습니다.",
|
||||
"msg.userfront.audit.result": "인증결과: {{value}}",
|
||||
@@ -460,6 +461,7 @@ const Map<String, String> koStrings = {
|
||||
"msg.userfront.dashboard.last_auth": "최근 인증: {{value}}",
|
||||
"msg.userfront.dashboard.link_missing": "이동할 페이지 주소(Client URI)가 설정되지 않았습니다.",
|
||||
"msg.userfront.dashboard.link_open_error": "해당 링크를 열 수 없습니다.",
|
||||
"msg.userfront.dashboard.link_status": "연동 상태: {{status}}",
|
||||
"msg.userfront.dashboard.render_error": "대시보드 렌더링 오류: {{error}}",
|
||||
"msg.userfront.dashboard.revoke.confirm":
|
||||
"{{app}} 앱과의 연동을 해지하시겠습니까?\\\\n해지하면 다음 로그인 시 다시 동의가 필요합니다.",
|
||||
@@ -1717,9 +1719,10 @@ const Map<String, String> koStrings = {
|
||||
"ui.userfront.dashboard.approved_session.default": "승인한 세션 ID",
|
||||
"ui.userfront.dashboard.approved_session.userfront": "승인한 Userfront 세션 ID",
|
||||
"ui.userfront.dashboard.last_auth_label": "최근 인증",
|
||||
"ui.userfront.dashboard.link_status_label": "연동 상태",
|
||||
"ui.userfront.dashboard.revoke.confirm_button": "해지하기",
|
||||
"ui.userfront.dashboard.revoke.title": "연동 해지",
|
||||
"ui.userfront.dashboard.scopes.title": "권한 (Scopes)",
|
||||
"ui.userfront.dashboard.scopes.title": "동의 범위",
|
||||
"ui.userfront.dashboard.sessions.active_badge": "활성화",
|
||||
"ui.userfront.dashboard.sessions.current_badge": "접속중",
|
||||
"ui.userfront.dashboard.sessions.current_disabled": "현재 세션",
|
||||
@@ -2324,6 +2327,8 @@ const Map<String, String> enStrings = {
|
||||
"msg.userfront.audit.end": "No more items to show.",
|
||||
"msg.userfront.audit.filter.description":
|
||||
"Toggle to view only active sessions.",
|
||||
"msg.userfront.audit.filtered_empty":
|
||||
"No sign-in history matches the active session filter.",
|
||||
"msg.userfront.audit.ip": "IP address: {{value}}",
|
||||
"msg.userfront.audit.load_more_error": "Could not load more history.",
|
||||
"msg.userfront.audit.result": "Result: {{value}}",
|
||||
@@ -2376,6 +2381,7 @@ const Map<String, String> enStrings = {
|
||||
"msg.userfront.dashboard.link_missing":
|
||||
"This app does not have a launch URL configured.",
|
||||
"msg.userfront.dashboard.link_open_error": "Could not open the app link.",
|
||||
"msg.userfront.dashboard.link_status": "Link status: {{status}}",
|
||||
"msg.userfront.dashboard.render_error": "Dashboard render error: {{error}}",
|
||||
"msg.userfront.dashboard.revoke.confirm":
|
||||
"Disconnect {{app}}?\\\\\\\\\\\\\\\\nYou will need to grant access again the next time you sign in.",
|
||||
@@ -3728,9 +3734,10 @@ const Map<String, String> enStrings = {
|
||||
"ui.userfront.dashboard.approved_session.userfront":
|
||||
"Approved UserFront session ID",
|
||||
"ui.userfront.dashboard.last_auth_label": "Last sign-in",
|
||||
"ui.userfront.dashboard.link_status_label": "Link status",
|
||||
"ui.userfront.dashboard.revoke.confirm_button": "Disconnect",
|
||||
"ui.userfront.dashboard.revoke.title": "Disconnect app",
|
||||
"ui.userfront.dashboard.scopes.title": "Permission (Scopes)",
|
||||
"ui.userfront.dashboard.scopes.title": "Consent scopes",
|
||||
"ui.userfront.dashboard.sessions.active_badge": "Active",
|
||||
"ui.userfront.dashboard.sessions.current_badge": "Current",
|
||||
"ui.userfront.dashboard.sessions.current_disabled": "Current session",
|
||||
@@ -3739,7 +3746,7 @@ const Map<String, String> enStrings = {
|
||||
"ui.userfront.dashboard.sessions.unknown_device": "Unknown device",
|
||||
"ui.userfront.dashboard.sessions.unknown_session": "Session",
|
||||
"ui.userfront.dashboard.status.revoked": "Revoked",
|
||||
"ui.userfront.dashboard.status_history": "Activity history",
|
||||
"ui.userfront.dashboard.status_history": "Link details",
|
||||
"ui.userfront.device.android": "Mobile(Android)",
|
||||
"ui.userfront.device.ios": "Mobile(iOS)",
|
||||
"ui.userfront.device.linux": "Desktop(Linux)",
|
||||
|
||||
Reference in New Issue
Block a user