feat: update User-Agent statistics terminology in statistics.htm and ua3f.po

This commit is contained in:
SunBK201 2025-10-24 12:52:50 +08:00
parent b918f65724
commit 29b89c1956
2 changed files with 11 additions and 11 deletions

View File

@ -17,22 +17,22 @@ end
%>
<h3><%:Statistics%></h3>
<div class="cbi-section-descr"><%:User-Agent Mock Statistics%></div>
<div class="cbi-section-descr"><%:User-Agent Rewrite Statistics%></div>
<table id="stats-table" class="table cbi-section-table">
<tr class="tr table-titles">
<th class="th"><%:Host%></th>
<th class="th"><%:Modified Count%></th>
<th class="th"><%:Rewrite Count%></th>
<th class="th"><%:Original User-Agent%></th>
<th class="th"><%:Mocked User-Agent%></th>
<th class="th"><%:Modified User-Agent%></th>
</tr>
<% for i, item in ipairs(stats) do %>
<tr class="tr <%= rowstyle(i) %>">
<td class="td" data-title="<%:Host%>"><span><%= item.host %></span></td>
<td class="td" data-title="<%:Modified Count%>"><%= item.count %></td>
<td class="td" data-title="<%:Rewrite Count%>"><%= item.count %></td>
<td class="td" data-title="<%:Original User-Agent%>"><span><%= item.origin_ua %></span></td>
<td class="td" data-title="<%:Mocked User-Agent%>"><span><%= item.mocked_ua %></span></td>
<td class="td" data-title="<%:Modified User-Agent%>"><span><%= item.mocked_ua %></span></td>
</tr>
<% end %>
</table>

View File

@ -50,17 +50,17 @@ msgstr "部分替换"
msgid "Replace only the matched part of the User-Agent, only works when User-Agent Regex Pattern is not empty"
msgstr "仅替换 User-Agent 正则匹配的部分,仅在 User-Agent 正则表达式非空时有效"
msgid "User-Agent Mock Statistics"
msgstr "User-Agent 修改次数实时统计"
msgid "User-Agent Rewrite Statistics"
msgstr "User-Agent 重写次数实时统计"
msgid "Host"
msgstr "地址"
msgid "Modified Count"
msgstr "修改次数"
msgid "Rewrite Count"
msgstr "重写次数"
msgid "Original User-Agent"
msgstr "原始 User-Agent"
msgid "Mocked User-Agent"
msgstr "修改后 User-Agent"
msgid "Modified User-Agent"
msgstr "重写后 User-Agent"