zh-TW.ini 3.0 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 用戶端已斷線。"