feat(ui): localize production page + page-header

Production -> 프로덕션, Crawl History -> 크롤 이력, table headers to Korean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
hehihoho3@gmail.com 2026-06-13 06:33:45 +09:00
parent 652d25a483
commit dd42499f43

View File

@ -4,12 +4,12 @@
<body> <body>
<div layout:fragment="content"> <div layout:fragment="content">
<header class="mb-4 flex items-center justify-between"> <div class="page-header">
<div> <div>
<h1 class="text-xl font-bold mb-2">Production</h1> <h1>프로덕션</h1>
<p class="text-muted">Manage video production and rankings.</p> <p class="sub">n8n 크롤 랭킹 스냅샷을 가져와 영상 제작에 활용합니다.</p>
</div> </div>
</header> </div>
<div class="card mb-4"> <div class="card mb-4">
<button id="fetchRankingsBtn" class="btn btn-primary"> <button id="fetchRankingsBtn" class="btn btn-primary">
@ -18,14 +18,14 @@
</div> </div>
<div class="card p-0" style="overflow-x: auto;"> <div class="card p-0" style="overflow-x: auto;">
<h3 class="p-4 text-lg font-bold border-b border-[var(--glass-border)]">Crawl History</h3> <h3 class="p-4 text-lg font-bold" style="border-bottom:1px solid var(--border);">크롤 이력</h3>
<table class="w-full" style="border-collapse: collapse; text-align: left;"> <table class="w-full" style="border-collapse: collapse; text-align: left;">
<thead style="background: var(--surface-2); border-bottom: 1px solid var(--glass-border);"> <thead>
<tr> <tr>
<th class="p-4 text-sm font-bold text-muted">ID</th> <th class="p-4">ID</th>
<th class="p-4 text-sm font-bold text-muted">Crawled Date</th> <th class="p-4">크롤 일시</th>
<th class="p-4 text-sm font-bold text-muted">Top N</th> <th class="p-4">Top N</th>
<th class="p-4 text-sm font-bold text-muted">Videos Count</th> <th class="p-4">영상 수</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>