Localizable.strings 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* Write size limit exceeded error description (1: size limit) */
  2. "Data exceeded maximum size of %@ bytes" = "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" = "Peripheral did not respond in time";
  9. /* Not ready error description */
  10. "Peripheral isnʼt connected" = "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. /* commandsBlocked error description */
  16. "RileyLink command did not respond" = "פקודת ריילילינק לא הגיבה";
  17. /* PeripheralManagerError.timeout error description */
  18. "RileyLink did not respond in time" = "ריילילינק לא הגיב בזמן";
  19. /* Unsupported command error description */
  20. "RileyLink firmware does not support the %@ command" = "קושחת הריילילינק אינה תומכת בפקודה %@";
  21. /* PeripheralManagerError.busy error description */
  22. "RileyLink is busy" = "ריילילינק עסוק";
  23. /* PeripheralManagerError.notReady error description */
  24. "RileyLink is not connected" = "ריילילינק לא מחובר";
  25. /* commandsBlocked recovery suggestion */
  26. "RileyLink may need to be turned off and back on" = "ייתכן שיש צורך לכבות את הריילילינק ולהפעיל אותו מחדש";
  27. /* Failure reason: unknown peripheral characteristic */
  28. "The RileyLink was temporarily disconnected" = "הריילילינק נותק זמנית";
  29. /* Error description */
  30. "Unknown characteristic" = "מאפיין לא ידוע";
  31. /* PeripheralManagerError.unknownCharacteristic error description */
  32. "Unknown characteristic: %@" = "מאפיין לא ידוע: %@";
  33. /* PeripheralManagerError.unknownCharacteristic error description */
  34. "Unknown service: %@" = "שירות לא ידוע: %@";