forked from baron/baron-sso
i18n 누락 키 추가 및 flutter 린트 적용
This commit is contained in:
@@ -116,7 +116,7 @@ function ClientConsentsPage() {
|
||||
}),
|
||||
].join("\n");
|
||||
|
||||
const blob = new Blob(["\uFEFF" + csvContent], {
|
||||
const blob = new Blob([`\uFEFF${csvContent}`], {
|
||||
type: "text/csv;charset=utf-8;",
|
||||
});
|
||||
const url = URL.createObjectURL(blob);
|
||||
|
||||
@@ -188,7 +188,10 @@ function ClientsPage() {
|
||||
</Button>
|
||||
<div className="hidden items-center gap-2 md:flex">
|
||||
<Badge variant="muted">
|
||||
{t("ui.dev.clients.badge.tenant_selected", "테넌트: 선택됨")}
|
||||
{t(
|
||||
"ui.dev.clients.badge.tenant_selected",
|
||||
"테넌트: 선택됨",
|
||||
)}
|
||||
</Badge>
|
||||
<Badge variant="success">
|
||||
{t("ui.dev.clients.badge.admin_session", "관리자 세션")}
|
||||
|
||||
@@ -1046,6 +1046,7 @@ previous = "Previous"
|
||||
qr = "QR"
|
||||
read_only = "Read Only"
|
||||
refresh = "Refresh"
|
||||
reset = "Reset"
|
||||
requesting = "Requesting"
|
||||
resend = "Resend"
|
||||
retry = "Retry"
|
||||
@@ -1108,11 +1109,14 @@ tenant_selected = "Tenant Selected"
|
||||
[ui.dev.clients.filter]
|
||||
status_all = "All Statuses"
|
||||
type_all = "All Types"
|
||||
type_label = "Type:"
|
||||
|
||||
[ui.dev.clients.consents]
|
||||
export_csv = "Export CSV"
|
||||
revoke = "Revoke"
|
||||
revoked_at = "Revoked: "
|
||||
scope_all = "All Scopes"
|
||||
scope_label = "Scope:"
|
||||
search_placeholder = "Search Placeholder"
|
||||
status_all = "All Statuses"
|
||||
status_label = "Status:"
|
||||
|
||||
@@ -1046,6 +1046,7 @@ previous = "Previous"
|
||||
qr = "QR"
|
||||
read_only = "읽기 전용"
|
||||
refresh = "새로고침"
|
||||
reset = "초기화"
|
||||
requesting = "요청 중..."
|
||||
resend = "재발송"
|
||||
retry = "다시 시도"
|
||||
@@ -1108,11 +1109,14 @@ tenant_selected = "테넌트: 선택됨"
|
||||
[ui.dev.clients.filter]
|
||||
status_all = "모든 상태"
|
||||
type_all = "모든 유형"
|
||||
type_label = "유형:"
|
||||
|
||||
[ui.dev.clients.consents]
|
||||
export_csv = "Export CSV"
|
||||
revoke = "Revoke"
|
||||
revoked_at = "철회일: "
|
||||
scope_all = "모든 권한"
|
||||
scope_label = "권한:"
|
||||
search_placeholder = "사용자 ID, 이름, 이메일로 검색"
|
||||
status_all = "All Statuses"
|
||||
status_label = "Status:"
|
||||
|
||||
@@ -908,6 +908,7 @@ page_of = ""
|
||||
prev = ""
|
||||
previous = ""
|
||||
qr = ""
|
||||
reset = ""
|
||||
read_only = ""
|
||||
refresh = ""
|
||||
resend = ""
|
||||
@@ -970,11 +971,14 @@ tenant_selected = ""
|
||||
[ui.dev.clients.filter]
|
||||
status_all = ""
|
||||
type_all = ""
|
||||
type_label = ""
|
||||
|
||||
[ui.dev.clients.consents]
|
||||
export_csv = ""
|
||||
revoke = ""
|
||||
revoked_at = ""
|
||||
scope_all = ""
|
||||
scope_label = ""
|
||||
search_placeholder = ""
|
||||
status_all = ""
|
||||
status_label = ""
|
||||
|
||||
@@ -322,6 +322,7 @@ previous = "Previous"
|
||||
qr = "QR"
|
||||
read_only = "Read Only"
|
||||
refresh = "Refresh"
|
||||
reset = "Reset"
|
||||
requesting = "Requesting"
|
||||
resend = "Resend"
|
||||
retry = "Retry"
|
||||
|
||||
@@ -322,6 +322,7 @@ previous = "Previous"
|
||||
qr = "QR"
|
||||
read_only = "읽기 전용"
|
||||
refresh = "새로고침"
|
||||
reset = "초기화"
|
||||
requesting = "요청 중..."
|
||||
resend = "재발송"
|
||||
retry = "다시 시도"
|
||||
|
||||
@@ -312,6 +312,7 @@ page_of = ""
|
||||
prev = ""
|
||||
previous = ""
|
||||
qr = ""
|
||||
reset = ""
|
||||
read_only = ""
|
||||
refresh = ""
|
||||
resend = ""
|
||||
|
||||
Reference in New Issue
Block a user