| 12345678910111213141516171819202122232425262728293031 |
- /* Pump Event title for UnfinalizedDose with doseType of .bolus */
- "Bolus" = "Болюс";
- /* Status highlight that delivery is uncertain. */
- "Comms Issue" = "Проблемы со связью";
- /* Status highlight that insulin delivery was suspended. */
- "Insulin Suspended" = "Подача инсулина приостановлена";
- /* Status highlight that a pump is out of insulin. */
- "No Insulin" = "Нет инсулина";
- /* Status highlight that pump has a dead battery. */
- "Pump Battery Dead" = "Батарея помпы неисправна";
- /* Status highlight that a pump error occurred. */
- "Pump Error" = "Ошибка помпы";
- /* Status highlight that an occlusion was detected. */
- "Pump Occlusion" = "Закупорка помпы";
- /* Pump Event title for UnfinalizedDose with doseType of .resume */
- "Resume" = "Возобновление";
- /* Pump Event title for UnfinalizedDose with doseType of .suspend */
- "Suspend" = "Приостановка";
- /* Pump Event title for UnfinalizedDose with doseType of .tempBasal */
- "Temp Basal" = "ВБС";
|