| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/мин";
- /* Confirmation message for deleting a CGM */
- "Are you sure you want to delete this CGM?" = "Вы уверены, что хотите удалить этот CGM?";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "Отмена";
- /* Title describing glucose date */
- "Date" = "Дата";
- /* Button title to delete CGM
- Title text for the button to remove a CGM from Loop */
- "Delete CGM" = "Удалить мониторинг";
- /* Title describing glucose value */
- "Glucose" = "Глюкоза";
- /* Describes a glucose value adjusted to reflect a recent calibration */
- "Glucose (Adjusted)" = "ГК (корректированная)";
- /* Section title for latest glucose calibration */
- "Latest Calibration" = "Последняя калибровка";
- /* Section title for latest connection date */
- "Latest Connection" = "Последнее подключение";
- /* Section title for latest glucose reading */
- "Latest Reading" = "Последние данные";
- /* Button title to open CGM app */
- "Open App" = "Открыть приложение";
- /* Section title for remote data synchronization */
- "Remote Data Synchronization" = "Удаленная синхронизация данных";
- /* Title describing past sensor expiration */
- "Sensor Expired" = "Сенсор истек";
- /* Title describing sensor expiration */
- "Sensor Expires" = "Сенсор истекает";
- /* Title describing sensor session age */
- "Session Age" = "Сенсор отработал";
- /* Title describing CGM calibration and battery state */
- "Status" = "Статус";
- /* Title describing transmitter session age */
- "Transmitter Age" = "Трансмиттер отработал";
- /* The title text for the Dexcom G5/G6 transmitter ID config value */
- "Transmitter ID" = "ID трансмиттера";
- /* Title describing glucose trend */
- "Trend" = "Тенденция";
- /* The title text for the upload glucose switch cell */
- "Upload Readings" = "Загрузить показания";
|