Localizable.strings 743 B

12345678910111213141516
  1. /* PeripheralManagerError.emptyValue error description */
  2. "Characteristic value was empty" = "Udávající hodnota byla prázdná";
  3. /* Write size limit exceeded error description (1: size limit) */
  4. "Data exceeded maximum size of %@ bytes" = "Data překročila maximální velikost %@ bajtů";
  5. /* Invalid input error description (1: input) */
  6. "Input %@ is invalid" = "Vstup %@ je neplatný";
  7. /* Recovery suggestion for unknown peripheral characteristic */
  8. "Make sure the device is nearby, and the issue should resolve automatically" = "Ujistěte se, že je zařízení poblíž, problém by se měl vyřešit automaticky.";
  9. /* Timeout error description */
  10. "Peripheral did not respond in time" = "Periferní zařízení nereagovalo včas";