Localizable.strings 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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?" = "Вы уверены, что хотите удалить этот 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" = "Удалить 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. /* Section title for latest connection date */
  21. "Latest Connection" = "Последнее подключение";
  22. /* Button title to open CGM app */
  23. "Open App" = "Открыть приложение";
  24. /* Title describing sensor session age */
  25. "Session Age" = "Сенсор отработал";
  26. /* Section title for remote data synchronization */
  27. "Remote Data Synchronization" = "Удаленная синхронизация данных";
  28. /* Title describing sensor expiration */
  29. "Sensor Expires" = "Сенсор истекает";
  30. /* Title describing past sensor expiration */
  31. "Sensor Expired" = "Сенсор истек";
  32. /* Title describing CGM calibration and battery state */
  33. "Status" = "Статус";
  34. /* Title describing transmitter session age */
  35. "Transmitter Age" = "Трансмиттер отработал";
  36. /* The title text for the Dexcom G5/G6 transmitter ID config value */
  37. "Transmitter ID" = "ID трансмиттера";
  38. /* Title describing glucose trend */
  39. "Trend" = "Тенденция";
  40. /* The title text for the upload glucose switch cell */
  41. "Upload Readings" = "Загрузить показания";