Localizable.strings 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  2. "%@/min" = "%@/мин";
  3. /* Confirmation message for deleting a CGM */
  4. "Are you sure you want to delete this CGM?" = "Стереть этот мониторинг?";
  5. /* The title of the cancel action in an action sheet */
  6. "Cancel" = "Отмена";
  7. /* Title describing glucose date */
  8. "Date" = "Дата";
  9. /* Button title to delete CGM
  10. Title text for the button to remove a CGM from Loop */
  11. "Delete CGM" = "Удалить мониторинг";
  12. /* Title describing glucose value */
  13. "Glucose" = "Гликемия";
  14. /* Describes a glucose value adjusted to reflect a recent calibration */
  15. "Glucose (Adjusted)" = "ГК (скорректирована)";
  16. /* Section title for latest glucose calibration */
  17. "Latest Calibration" = "Последняя калибровка";
  18. /* Section title for latest glucose reading */
  19. "Latest Reading" = "Последние данные";
  20. /* Button title to open CGM app */
  21. "Open App" = "Запуск приложения";
  22. /* Title describing sensor session age */
  23. "Session Age" = "Сенсор отработал";
  24. /* Title describing CGM calibration and battery state */
  25. "Status" = "Состояние";
  26. /* Title describing transmitter session age */
  27. "Transmitter Age" = "Трансмиттер отработал";
  28. /* The title text for the Dexcom G5/G6 transmitter ID config value */
  29. "Transmitter ID" = "Инд № трансмиттера";
  30. /* Title describing glucose trend */
  31. "Trend" = "Тренд";