| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- /* PeripheralManagerError.emptyValue error description */
- "Characteristic value was empty" = "Karakteristieke waarde was leeg";
- /* Write size limit exceeded error description (1: size limit) */
- "Data exceeded maximum size of %@ bytes" = "Gegevens overschrijden maximale grootte van %@ bytes";
- /* Invalid input error description (1: input) */
- "Input %@ is invalid" = "Invoer %@ is ongeldig";
- /* Recovery suggestion for unknown peripheral characteristic */
- "Make sure the device is nearby, and the issue should resolve automatically" = "Zorg ervoor dat het apparaat in de buurt is, wat het probleem automatisch zou moeten oplossen.";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Apparaat reageerde niet op tijd";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Apparaat is niet verbonden";
- /* Response timeout error description */
- "Pump did not respond in time" = "Pomp reageerde niet op tijd";
- /* Invalid response error description (1: response) */
- "Response %@ is invalid" = "Reactie %@ is ongeldig";
- /* commandsBlocked error description */
- "RileyLink command did not respond" = "Er was geen reactie van het RileyLink commando";
- /* PeripheralManagerError.timeout error description */
- "RileyLink did not respond in time" = "RileyLink reageerde niet op tijd";
- /* Unsupported command error description */
- "RileyLink firmware does not support the %@ command" = "De RileyLink firmware ondersteunt het %@ commando niet";
- /* PeripheralManagerError.busy error description */
- "RileyLink is busy" = "RileyLink is bezig";
- /* PeripheralManagerError.notReady error description */
- "RileyLink is not connected" = "RileyLink is niet verbonden";
- /* commandsBlocked recovery suggestion */
- "RileyLink may need to be turned off and back on" = "RileyLink moet mogelijk uit- en weer ingeschakeld worden";
- /* Failure reason: unknown peripheral characteristic */
- "The RileyLink was temporarily disconnected" = "The RileyLink was tijdelijk niet verbonden";
- /* Error description */
- "Unknown characteristic" = "Onbekende eigenschap";
- /* PeripheralManagerError.unknownCharacteristic error description */
- "Unknown characteristic: %@" = "Onbekende eigenschap: %@";
- /* PeripheralManagerError.unknownCharacteristic error description */
- "Unknown service: %@" = "Onbekende service: %@";
|