Localizable.strings 1.4 KB

123456789101112131415161718192021222324252627282930
  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" = "エラー不明";