| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* Write size limit exceeded error description (1: size limit) */
- "Data exceeded maximum size of %@ bytes" = "Data exceeded maximum size of %@ bytes";
- /* Invalid input error description (1: input) */
- "Input %@ is invalid" = "קלט %@ אינו חוקי";
- /* Recovery suggestion for unknown peripheral characteristic */
- "Make sure the device is nearby, and the issue should resolve automatically" = "ודא שהמכשיר נמצא בקרבת מקום, והבעיה אמורה להיפתר אוטומטית";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Peripheral did not respond in time";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Peripheral isnʼt connected";
- /* Response timeout error description */
- "Pump did not respond in time" = "המשאבה לא הגיבה בזמן";
- /* Invalid response error description (1: response) */
- "Response %@ is invalid" = "התגובה %@ אינה חוקית";
- /* commandsBlocked error description */
- "RileyLink command did not respond" = "פקודת ריילילינק לא הגיבה";
- /* PeripheralManagerError.timeout error description */
- "RileyLink did not respond in time" = "ריילילינק לא הגיב בזמן";
- /* Unsupported command error description */
- "RileyLink firmware does not support the %@ command" = "קושחת הריילילינק אינה תומכת בפקודה %@";
- /* PeripheralManagerError.busy error description */
- "RileyLink is busy" = "ריילילינק עסוק";
- /* PeripheralManagerError.notReady error description */
- "RileyLink is not connected" = "ריילילינק לא מחובר";
- /* commandsBlocked recovery suggestion */
- "RileyLink may need to be turned off and back on" = "ייתכן שיש צורך לכבות את הריילילינק ולהפעיל אותו מחדש";
- /* Failure reason: unknown peripheral characteristic */
- "The RileyLink was temporarily disconnected" = "הריילילינק נותק זמנית";
- /* Error description */
- "Unknown characteristic" = "מאפיין לא ידוע";
- /* PeripheralManagerError.unknownCharacteristic error description */
- "Unknown characteristic: %@" = "מאפיין לא ידוע: %@";
- /* PeripheralManagerError.unknownCharacteristic error description */
- "Unknown service: %@" = "שירות לא ידוע: %@";
|