1
0
forked from baron/baron-sso

userfront 동의 화면 i18n 적용 및 locale 키 추가

This commit is contained in:
2026-03-19 14:42:16 +09:00
parent c8291da699
commit 691d9e5dd6
7 changed files with 266 additions and 36 deletions

View File

@@ -578,6 +578,27 @@ success = "Success"
[msg.userfront.login_success]
subtitle = "Subtitle"
[msg.userfront.consent]
accept_error = "Failed to process consent: {{error}}"
client_id = "Client ID: {{id}}"
client_unknown = "Unknown application"
description = "The service below is requesting access to your account information.\nPlease choose whether to continue."
load_error = "Failed to load consent information: {{error}}"
missing_redirect = "Consent was processed, but the redirect URL was missing."
redirect_notice = "After consent, you will be redirected automatically."
scope_count = "Total {{count}}"
[msg.userfront.consent.cancel]
confirm = "If you cancel consent, you will not be able to use this service. Do you want to cancel?"
error = "An error occurred while cancelling consent: {{error}}"
[msg.userfront.consent.scope]
email = "Email address (account identification and notifications)"
offline_access = "Offline access (keep signed in)"
openid = "OpenID authentication information (signin session check)"
phone = "Phone number (identity verification and notifications)"
profile = "Basic profile information (name, user identifier)"
[msg.userfront.profile]
department_missing = "Department Missing"
department_required = "Department Required"
@@ -1609,6 +1630,15 @@ later = "Later"
qr = "QR"
title = "Title"
[ui.userfront.consent]
accept = "Agree and continue"
requested_scopes = "Requested permissions"
title = "Permission request"
[ui.userfront.consent.cancel]
confirm_button = "Yes, cancel"
title = "Cancel consent"
[ui.userfront.nav]
dashboard = "Dashboard"
logout = "Logout"