Localizable.strings 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. /* Write size limit exceeded error description (1: size limit) */
  2. "Data exceeded maximum size of %@ bytes" = "数据超过最大%@字节";
  3. /* Invalid input error description (1: input) */
  4. "Input %@ is invalid" = "输入%@无效";
  5. /* Recovery suggestion for unknown peripheral characteristic */
  6. "Make sure the device is nearby, and the issue should resolve automatically" = "确保设备在附近,该问题可自动解决";
  7. /* Timeout error description */
  8. "Peripheral did not respond in time" = "外设没有及时响应";
  9. /* Not ready error description */
  10. "Peripheral isnʼt connected" = "外围设备未连接";
  11. /* Response timeout error description */
  12. "Pump did not respond in time" = "泵没有及时响应";
  13. /* Invalid response error description (1: response) */
  14. "Response %@ is invalid" = "响应%@无效";
  15. /* Unsupported command error description */
  16. "RileyLink firmware does not support the %@ command" = "RileyLink固件不支持%@命令";
  17. /* Failure reason: unknown peripheral characteristic */
  18. "The RileyLink was temporarily disconnected" = "RileyLink暂时断开连接";
  19. /* Error description */
  20. "Unknown characteristic" = "未知特性";