Localizable.strings 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* Unit format string for an RSSI value in decibles */
  2. "%@ dB" = "%@ dB";
  3. /* Unit format string for an value in percent */
  4. "%@%%" = "%@ %%";
  5. /* The connected state */
  6. "Connected" = "Připojeno";
  7. /* The in-progress connecting state */
  8. "Connecting" = "Připojuji";
  9. /* The title of the cell showing firmware version */
  10. "Firmware" = "Firmware";
  11. /* The title of the cell showing current rileylink frequency */
  12. "Frequency" = "Frekvence";
  13. /* The title of the command to fetch RileyLink statistics */
  14. "Get RileyLink Statistics" = "Získat statistiky RileyLink";
  15. /* Progress message for getting statistics. */
  16. "Get Statistics…" = "Získávám statistiky…";
  17. /* The title of the cell showing Lighten Red LED */
  18. "Lighten Red LED" = "Rozsvícení červené LED diody";
  19. /* The title of the cell showing Lighten Yellow LED */
  20. "Lighten Yellow LED" = "Rozsvícení žluté LED diody";
  21. /* The title of the cell showing battery level */
  22. "Low Battery Alert" = "Upozornění na vybitou baterii";
  23. /* The title of the cell showing device name */
  24. "Name" = "Název";
  25. /* Detail text when battery alert disabled.
  26. Text indicating LED Mode is off */
  27. "Off" = "Vypnuto";
  28. /* Text indicating LED Mode is on */
  29. "On" = "Zapnuto";
  30. /* RileyLink setup description */
  31. "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink umožňuje komunikaci s pumpou přes Bluetooth Low Energy.";
  32. /* The title of the cell showing BLE signal strength (RSSI) */
  33. "Signal Strength" = "Síla signálu";
  34. /* The title of the section for orangelink commands
  35. The title of the section for rileylink commands */
  36. "Test Commands" = "Testovací příkazy";
  37. /* The title of the cell showing Test Vibration */
  38. "Test Vibration" = "Vibrační test";
  39. /* The title of the command to update diagnostic LEDs */
  40. "Toggle Diagnostic LEDs" = "Přepínání diagnostických LED";
  41. /* Progress message for changing diagnostic LED mode */
  42. "Updating diagnostic LEDs mode" = "Aktualizace režimu diagnostických LED";
  43. /* The title of the cell showing uptime */
  44. "Uptime" = "Doba provozu";
  45. /* The title of the cell showing ORL */
  46. "Voltage" = "Napětí";