forked from baron/baron-sso
로컬 code-check 오류 수정
This commit is contained in:
@@ -48,13 +48,12 @@ browser = "Browser: {value}"
|
||||
date = "Date: {value}"
|
||||
device = "Device: {value}"
|
||||
end = "No more items to show."
|
||||
filtered_empty = "There are no active or current sessions to display."
|
||||
filter.description = "Turn this on to show only active or current sessions."
|
||||
filtered_empty = "No sign-in history matches the active session filter."
|
||||
ip = "IP address: {value}"
|
||||
load_more_error = "Could not load more history."
|
||||
result = "Result: {value}"
|
||||
session_id = "Session ID: {value}"
|
||||
status = "Status: {value}"
|
||||
status = "Status: pending"
|
||||
|
||||
[msg.userfront.consent]
|
||||
accept_error = "Failed to process consent: {error}"
|
||||
@@ -286,7 +285,7 @@ uppercase = "At least one uppercase letter"
|
||||
|
||||
[msg.userfront.sections]
|
||||
apps_subtitle = "Your linked apps and their latest sign-in status."
|
||||
audit_subtitle = "Review current session status and recent sign-in history together."
|
||||
audit_subtitle = "Recent access history for Baron sign-in."
|
||||
sessions_subtitle = "Your currently signed-in devices and browser sessions."
|
||||
|
||||
[msg.userfront.settings]
|
||||
@@ -437,10 +436,6 @@ dev_console = "Dev Console"
|
||||
|
||||
[ui.userfront.audit]
|
||||
|
||||
[ui.userfront.audit.filter]
|
||||
title = "Session filter"
|
||||
toggle_label = "Active only"
|
||||
|
||||
[ui.userfront.audit.table]
|
||||
action = "Action"
|
||||
app = "App"
|
||||
@@ -669,5 +664,9 @@ verify = "Verification"
|
||||
action = "Go to sign-in"
|
||||
|
||||
|
||||
[ui.userfront.audit.filter]
|
||||
title = "Manage My Activity"
|
||||
toggle_label = "Show active sessions only"
|
||||
|
||||
[msg.userfront.audit.filter]
|
||||
description = "Toggle to view only active sessions."
|
||||
|
||||
Reference in New Issue
Block a user