| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/dk";
- /* Confirmation message for deleting a CGM */
- "Are you sure you want to delete this CGM?" = "Bu CGM'i silmek istediğinizden emin misiniz?";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "İptal";
- /* Title describing glucose date */
- "Date" = "Tarih";
- /* Button title to delete CGM
- Title text for the button to remove a CGM from Loop */
- "Delete CGM" = "CGM Sil";
- /* Title describing glucose value */
- "Glucose" = "Kan şekeri";
- /* Describes a glucose value adjusted to reflect a recent calibration */
- "Glucose (Adjusted)" = "KŞ (Düzeltilmiş)";
- /* Section title for latest glucose calibration */
- "Latest Calibration" = "Son Kalibrasyon";
- /* Section title for latest connection date */
- "Latest Connection" = "Son Bağlantı";
- /* Section title for latest glucose reading */
- "Latest Reading" = "Son Okuma";
- /* Button title to open CGM app */
- "Open App" = "Uygulamayı aç";
- /* Section title for remote data synchronization */
- "Remote Data Synchronization" = "Uzaktan Veri Senkronizasyonu";
- /* Title describing past sensor expiration */
- "Sensor Expired" = "Sensörün Süresi Doldu";
- /* Title describing sensor expiration */
- "Sensor Expires" = "Sensörün Süresi Doluyor";
- /* Title describing sensor session age */
- "Session Age" = "Sensör Yaşı";
- /* Title describing CGM calibration and battery state */
- "Status" = "Durum";
- /* Title describing transmitter session age */
- "Transmitter Age" = "Verici Yaşı";
- /* The title text for the Dexcom G5/G6 transmitter ID config value */
- "Transmitter ID" = "Verici Kimliği";
- /* Title describing glucose trend */
- "Trend" = "Eğilim";
- /* The title text for the upload glucose switch cell */
- "Upload Readings" = "Okumaları Yükle";
|