mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 07:31:09 +01:00
Merge pull request #1987 from RaspAP/fix/zh_CN-locale-update
Fix: Update zh_CN locale messages + replace static label
This commit is contained in:
@@ -918,7 +918,7 @@ function renderStatus($hostapd_led, $hostapd_status, $memused_led, $memused, $cp
|
||||
<img src="app/img/raspAP-logo.php?static=1" class="navbar-logo" width="70" height="70">
|
||||
</div>
|
||||
<div class="col ml-2">
|
||||
<div class="ml-1 sb-status">Status</div>
|
||||
<div class="ml-1 sb-status"><?php echo _("Status"); ?></div>
|
||||
<div class="info-item-xs"><span class="icon">
|
||||
<i class="fas fa-circle hostapd-led <?php echo ($hostapd_led); ?>"></i></span> <?php echo _("Hotspot").' '. _($hostapd_status); ?>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
@@ -34,15 +34,15 @@ msgstr "Dashboard"
|
||||
msgid "WiFi client"
|
||||
msgstr "WiFi client"
|
||||
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
msgid "Hotspot"
|
||||
msgstr "Hotspot"
|
||||
|
||||
msgid "Logging"
|
||||
msgstr "Logging"
|
||||
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
msgid "Mem Use"
|
||||
msgstr "Mem Use"
|
||||
|
||||
@@ -1376,6 +1376,9 @@ msgstr "Adapter health check"
|
||||
msgid "Inspect adapters"
|
||||
msgstr "Inspect adapters"
|
||||
|
||||
msgid "Theme"
|
||||
msgstr "Theme"
|
||||
|
||||
#: includes/data_usage.php
|
||||
msgid "Data usage"
|
||||
msgstr "Data usage"
|
||||
|
||||
Binary file not shown.
@@ -1357,7 +1357,7 @@ msgid "Automatically close alerts after a specified timeout"
|
||||
msgstr "在指定超时后自动关闭警报"
|
||||
|
||||
msgid "To <a href=\"%s\" target=\"_blank\">inspect adapters</a> attached to this device, click or tap the button below."
|
||||
msgstr "要<a href=\"%s\" target=\"_blank\">检查</a>连接到此设备的<a href=\" %s \" target=\"_blank\">适配器</a>,请单击或点击下面的按钮。"
|
||||
msgstr "要<a href=\"%s\" target=\"_blank\">检查连接到此设备的适配器</a>,请单击或点击下面的按钮。"
|
||||
|
||||
msgid "The adapter inspection tool returns details about external WLAN devices including drivers, supported modes and so on."
|
||||
msgstr "适配器检查工具返回外部 WLAN 设备的详细信息,包括驱动程序、支持的模式等。"
|
||||
@@ -1374,6 +1374,9 @@ msgstr "适配器健康检查"
|
||||
msgid "Inspect adapters"
|
||||
msgstr "检查适配器"
|
||||
|
||||
msgid "Theme"
|
||||
msgstr "主题"
|
||||
|
||||
#: includes/data_usage.php
|
||||
msgid "Data usage"
|
||||
msgstr "数据使用量"
|
||||
|
||||
Reference in New Issue
Block a user