XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore(webui): update zh (#4023)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/4023 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Jackzxy <78850964@qq.com> Co-committed-by: Jackzxy <78850964@qq.com>

e33d397c
Jackzxy <78850964@qq.com>
提交于

代码差异

1 个文件 +23 -23
Modified static/webui/translations/zh.js +23 -23
@@ -195,7 +195,7 @@ dict = {
195 195 detailedView_umbraEchoesLabel: `Umbra回响`,
196 196
197 197 detailedView_u5ModEditLabel: `U5 Mod 编辑器`,
198 detailedView_u5ModEditDescription: `[UNTRANSLATED] Range for upgrade values changes with rarity.`,
198 detailedView_u5ModEditDescription: `稀有度不同,升级数值的范围也会变化.`,
199 199 detailedView_u5ModEditFits: `适配:`,
200 200 detailedView_u5ModEditReqLevel: `所需等级:`,
201 201
@@ -545,28 +545,28 @@ dict = {
545 545 navbar_admin: `管理员`,
546 546 admin_users: `用户`,
547 547 admin_possess: `管理此账户`,
548 admin_broadcastInbox: `[UNTRANSLATED] Broadcast Inbox Message`,
549 admin_messageTargetMode: `[UNTRANSLATED] Target`,
550 admin_messageTargetAll: `[UNTRANSLATED] All Users`,
551 admin_messageTargetSpecific: `[UNTRANSLATED] Specific User`,
552 admin_messageTargetValue: `[UNTRANSLATED] Username or Account ID`,
553 admin_messageSender: `[UNTRANSLATED] Sender`,
554 admin_messageSubject: `[UNTRANSLATED] Subject`,
555 admin_messageBody: `[UNTRANSLATED] Message`,
556 admin_messageIcon: `[UNTRANSLATED] Icon (optional)`,
557 admin_messageAtt: `[UNTRANSLATED] Attachments (optional, one item type per line)`,
558 admin_messageCountedAtt: `[UNTRANSLATED] Counted Attachments (optional JSON)`,
559 admin_messageHighPriority: `[UNTRANSLATED] High Priority`,
560 admin_messageHighPriorityHelp: `[UNTRANSLATED] High priority messages cause the inbox to open automatically.`,
561 admin_sendInboxMessage: `[UNTRANSLATED] Send Inbox Message`,
562 admin_sendToAllConfirm: `[UNTRANSLATED] Are you sure you want to send this inbox message to all users?`,
563 admin_sendToSpecificConfirmOne: `[UNTRANSLATED] Send this inbox message to "|NAME|" (|ID|)?`,
564 admin_sendToSpecificConfirmMany: `[UNTRANSLATED] Send this inbox message to |COUNT| matching accounts?`,
565 admin_sendToAllSuccess: `[UNTRANSLATED] Successfully sent inbox message to |COUNT| user(s).`,
566 admin_messageRequiredFields: `[UNTRANSLATED] Sender, subject, and message are required.`,
567 admin_messageCountedAttInvalid: `[UNTRANSLATED] Counted attachments must be valid JSON array.`,
568 admin_messageTargetRequired: `[UNTRANSLATED] Username or account id is required for Specific User.`,
569 admin_messageTargetNotFound: `[UNTRANSLATED] No user matched that username or account id.`,
548 admin_broadcastInbox: `广播收件箱消息`,
549 admin_messageTargetMode: `目标`,
550 admin_messageTargetAll: `所有用户`,
551 admin_messageTargetSpecific: `指定用户`,
552 admin_messageTargetValue: `用户名或账户ID`,
553 admin_messageSender: `发件人`,
554 admin_messageSubject: `主题`,
555 admin_messageBody: `消息内容`,
556 admin_messageIcon: `图标(可选)`,
557 admin_messageAtt: `附件(可选, 每行一个物品类型)`,
558 admin_messageCountedAtt: `计数附件(可选, JSON格式)`,
559 admin_messageHighPriority: `高优先级`,
560 admin_messageHighPriorityHelp: `高优先级消息会自动打开收件箱.`,
561 admin_sendInboxMessage: `发送收件箱消息`,
562 admin_sendToAllConfirm: `确定要向所有用户发送此收件箱消息吗?`,
563 admin_sendToSpecificConfirmOne: `确定要向"|NAME|" (|ID|) 发送此收件箱消息吗?`,
564 admin_sendToSpecificConfirmMany: `确定要向 |COUNT| 个匹配的账户发送此收件箱消息吗?`,
565 admin_sendToAllSuccess: `已成功向 |COUNT| 位用户发送收件箱消息.`,
566 admin_messageRequiredFields: `发件人, 主题和消息内容为必填项.`,
567 admin_messageCountedAttInvalid: `计数附件必须是有效的 JSON 数组.`,
568 admin_messageTargetRequired: `发送给指定用户时, 必须填写用户名或账户ID.`,
569 admin_messageTargetNotFound: `未找到匹配该用户名或账户ID的用户.`,
570 570
571 571 AVATAR_ABILITY_DURATION: `持续时间`,
572 572 AVATAR_ABILITY_EFFICIENCY: `效率`,