zh-CN.ini 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. OBSWebSocket.Plugin.Description="通过 WebSocket 远程控制 OBS Studio"
  2. OBSWebSocket.Settings.DialogTitle="WebSocket 服务器设置"
  3. OBSWebSocket.Settings.PluginSettingsTitle="插件设置"
  4. OBSWebSocket.Settings.ServerEnable="开启 WebSocket 服务器"
  5. OBSWebSocket.Settings.AlertsEnable="开启系统托盘提醒"
  6. OBSWebSocket.Settings.DebugEnable="开启调试日志"
  7. OBSWebSocket.Settings.DebugEnableHoverText="开启当前 OBS 实例的调试日志。下次启动时需重新设置。\n使用 --websocket_debug 在启动 OBS 时开启日志。"
  8. OBSWebSocket.Settings.ServerSettingsTitle="服务器设置"
  9. OBSWebSocket.Settings.AuthRequired="开启身份认证"
  10. OBSWebSocket.Settings.Password="服务器密码"
  11. OBSWebSocket.Settings.GeneratePassword="生成密码"
  12. OBSWebSocket.Settings.ServerPort="服务器端口"
  13. OBSWebSocket.Settings.ShowConnectInfo="显示连接信息"
  14. OBSWebSocket.Settings.ShowConnectInfoWarningTitle="警告:正在直播"
  15. OBSWebSocket.Settings.ShowConnectInfoWarningMessage="似乎输出(串流、录像等)正在进行。"
  16. OBSWebSocket.Settings.ShowConnectInfoWarningInfoText="您确定要显示您的连接信息吗?"
  17. OBSWebSocket.Settings.Save.UserPasswordWarningTitle="警告:潜在安全问题"
  18. OBSWebSocket.Settings.Save.UserPasswordWarningMessage="obs-websocket 会以明文形式储存服务器密码。强烈建议使用 obs-websocket 生成的密码。"
  19. OBSWebSocket.Settings.Save.UserPasswordWarningInfoText="您确定要使用自定义密码吗?"
  20. OBSWebSocket.Settings.Save.PasswordInvalidErrorTitle="错误:无效的配置"
  21. OBSWebSocket.Settings.Save.PasswordInvalidErrorMessage="您的密码必须包含 6 个或以上的字符。"
  22. OBSWebSocket.SessionTable.Title="已连接的 WebSocket 会话"
  23. OBSWebSocket.SessionTable.RemoteAddressColumnTitle="远程地址"
  24. OBSWebSocket.SessionTable.SessionDurationColumnTitle="会话持续时间"
  25. OBSWebSocket.SessionTable.MessagesInOutColumnTitle="消息传入/传出"
  26. OBSWebSocket.SessionTable.IdentifiedTitle="已识别"
  27. OBSWebSocket.SessionTable.KickButtonColumnTitle="踢出?"
  28. OBSWebSocket.SessionTable.KickButtonText="踢出"
  29. OBSWebSocket.ConnectInfo.DialogTitle="WebSocket 连接信息"
  30. OBSWebSocket.ConnectInfo.CopyText="复制"
  31. OBSWebSocket.ConnectInfo.ServerIp="服务器 IP(最佳猜测)"
  32. OBSWebSocket.ConnectInfo.ServerPort="服务器端口"
  33. OBSWebSocket.ConnectInfo.ServerPassword="服务器密码"
  34. OBSWebSocket.ConnectInfo.ServerPasswordPlaceholderText="[身份认证已停用]"
  35. OBSWebSocket.ConnectInfo.QrTitle="连接 QR 码"
  36. OBSWebSocket.TrayNotification.Identified.Title="新 WebSocket 连接"
  37. OBSWebSocket.TrayNotification.Identified.Body="客户端%1已识别 。"
  38. OBSWebSocket.TrayNotification.AuthenticationFailed.Title="WebSocket 认证失败"
  39. OBSWebSocket.TrayNotification.AuthenticationFailed.Body="%1 客户端认证失败。"
  40. OBSWebSocket.TrayNotification.Disconnected.Title="WebSocket 客户端已断开"
  41. OBSWebSocket.TrayNotification.Disconnected.Body="%1 客户端已断开。"