1
0
forked from baron/baron-sso

userfront-e2e-tests 오류 수정

This commit is contained in:
2026-02-27 13:53:26 +09:00
parent 77af59b7a8
commit 497ffff216
7 changed files with 34 additions and 37 deletions

View File

@@ -806,8 +806,8 @@ tenant_admin = "TENANT ADMIN"
tenant_member = "TENANT MEMBER"
[ui.admin.tenants]
add = "Tenant Add"
title = "Tenant List"
add = "Add Tenant"
title = "Tenant Registry"
[ui.admin.tenants.admins]
add_button = "Add Button"
@@ -1067,6 +1067,8 @@ theme_light = "Light"
theme_toggle = "Theme Toggle"
unknown = "Unknown"
view = "View"
manage = "Manage"
remove = "Remove"
[ui.common.badge]
admin_only = "Admin only"
@@ -1086,6 +1088,12 @@ ok = "Ok"
pending = "Pending"
success = "Success"
[test]
key = "Test"
[non.existent]
key = "Non-existent key"
[ui.dev]
brand = "Brand"
console_title = "Developer Console"
@@ -1547,13 +1555,3 @@ members = "Members"
email = "Email"
name = "Name"
role = "Role"
[ui.common]
manage = "Manage"
remove = "Remove"
[test]
key = "Test"
[non.existent]
key = "Non-existent key"