Localizable.strings 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* Unit format string for an value in percent */
  2. "%@%%" = "%@%%";
  3. /* The title of the section describing commands */
  4. "Commands" = "コマンド";
  5. /* The connected state */
  6. "Connected" = "接続済み";
  7. /* The in-progress connecting state */
  8. "Connecting" = "接続しています";
  9. /* The title of the cell showing BLE connection state */
  10. "Connection State" = "接続状態";
  11. /* The title of the section describing the device */
  12. "Device" = "デバイス";
  13. /* The title of the devices table section in RileyLink settings */
  14. "Devices" = "デバイス";
  15. /* The disconnected state */
  16. "Disconnected" = "無接続";
  17. /* The in-progress disconnecting state */
  18. "Disconnecting" = "接続を切っています";
  19. /* The title of the cell for sounding device finding piezo */
  20. "Find Device" = "デバイスを探す";
  21. /* The title of the cell showing firmware version */
  22. "Firmware" = "ファームウェア";
  23. /* The title of the cell showing current rileylink frequency */
  24. "Frequency" = "Frequency";
  25. /* Progress message for getting statistics. */
  26. "Get Statistics…" = "統計を取得…";
  27. /* The title of the cell showing device name */
  28. "Name" = "プリセット名";
  29. /* Text indicating LED Mode is on */
  30. "On" = "オン";
  31. /* RileyLink setup description */
  32. "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink は Bluetooth Low Energy を通してポンプと通信します。";
  33. /* The title of the cell showing BLE signal strength (RSSI) */
  34. "Signal Strength" = "シグナル強度";
  35. /* The title of the cell showing uptime */
  36. "Uptime" = "アップタイム";