feat(i18n,auth): add Simplified Chinese (zh-CN) and expose in User Panel

This commit is contained in:
Ryan
2025-10-23 01:43:48 -04:00
committed by GitHub
parent 9ef40da5aa
commit 30761b6dad
5 changed files with 305 additions and 5 deletions

View File

@@ -1141,7 +1141,7 @@ async function loadUserFlagsList() {
<th>${t("read_only")}</th>
<th>${t("disable_upload")}</th>
<th>${t("can_share")}</th>
<th>bypassOwnership</th>
<th>${t("bypass_ownership")}</th>
</tr>
</thead>
<tbody>${rows || `<tr><td colspan="6">${t("no_users_found")}</td></tr>`}</tbody>