| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- /* PeripheralManagerError.emptyValue error description */
- "Characteristic value was empty" = "Karakteristisk værdi var tom";
- /* Write size limit exceeded error description (1: size limit) */
- "Data exceeded maximum size of %@ bytes" = "Data overskred den maksimale størrelse på %@ bytes";
- /* Invalid input error description (1: input) */
- "Input %@ is invalid" = "Input %@ er ugyldigt";
- /* Recovery suggestion for unknown peripheral characteristic */
- "Make sure the device is nearby, and the issue should resolve automatically" = "Sørg for at enheden er tæt på, så bør problemet blive løst automatisk";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Ekstern enhed svarede ikke i tide";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Ekstern enhed er ikke forbundet";
- /* Response timeout error description */
- "Pump did not respond in time" = "Pumpe svarede ikke i tide";
- /* Invalid response error description (1: response) */
- "Response %@ is invalid" = "Svaret %@ er ugyldigt";
- /* commandsBlocked error description */
- "RileyLink command did not respond" = "RileyLink svarer ikke";
- /* PeripheralManagerError.timeout error description */
- "RileyLink did not respond in time" = "RileyLink svarede ikke i tide";
- /* Unsupported command error description */
- "RileyLink firmware does not support the %@ command" = "RileyLink firmware understøtter ikke %@ kommandoen";
- /* PeripheralManagerError.busy error description */
- "RileyLink is busy" = "RileyLink er optaget";
- /* PeripheralManagerError.notReady error description */
- "RileyLink is not connected" = "RileyLink er ikke tilsluttet";
- /* commandsBlocked recovery suggestion */
- "RileyLink may need to be turned off and back on" = "Der er måske behov for at slukke og tænde for RileyLink";
- /* Failure reason: unknown peripheral characteristic */
- "The RileyLink was temporarily disconnected" = "RileyLink blev midlertidigt afbrudt";
- /* Error description */
- "Unknown characteristic" = "Ukendt karakteristik";
- /* PeripheralManagerError.unknownCharacteristic error description */
- "Unknown characteristic: %@" = "Ukendt karakteristik: %@";
- /* PeripheralManagerError.unknownCharacteristic error description */
- "Unknown service: %@" = "Ukendt service: %@";
|