1
0
forked from baron/baron-sso

테넌트 입력 자동완성형 변경

This commit is contained in:
2026-04-24 17:03:00 +09:00
parent d86c4111ad
commit 373751996a
4 changed files with 130 additions and 65 deletions

View File

@@ -1449,6 +1449,7 @@ selected_title = "Allowed tenants"
selected_empty = "No tenants selected yet."
empty = "No tenants match your search."
hint = "Turning this on adds the tenant scope automatically and requires at least one allowed tenant."
autocomplete_hint = "Type a tenant name to see autocomplete suggestions. Click one to add it to the allowed list."
validation_required = "Select at least one allowed tenant when tenant access restriction is enabled."
[ui.dev.clients.general.security]

View File

@@ -1448,6 +1448,7 @@ selected_title = "허용 테넌트"
selected_empty = "아직 선택된 테넌트가 없습니다."
empty = "검색 결과가 없습니다."
hint = "제한을 켜면 tenant 스코프가 자동으로 포함되며, 허용 테넌트를 하나 이상 선택해야 합니다."
autocomplete_hint = "테넌트 이름을 입력하면 자동 완성 후보가 나타납니다. 클릭하면 허용 목록에 추가됩니다."
validation_required = "테넌트 접근 제한을 사용할 경우 허용 테넌트를 하나 이상 선택해야 합니다."
[ui.dev.clients.general.security]

View File

@@ -1531,6 +1531,7 @@ selected_title = ""
selected_empty = ""
empty = ""
hint = ""
autocomplete_hint = ""
validation_required = ""
[ui.dev.clients.general.security]