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