| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- /* Describes a certain bolus failure (1: size of the bolus in units) */
- "%1$@ U bolus failed" = "%1$@ Ü bolus başarısız";
- /* Describes an uncertain bolus failure (1: size of the bolus in units) */
- "%1$@ U bolus may not have succeeded" = "%1$@ Ü bolus başarılı olmayabilir";
- /* The error description describing when Health sharing was denied */
- "Authorization Denied" = "Yetkilendirme Reddedildi";
- /* Recovery instruction for an uncertain bolus failure */
- "Check your pump before retrying" = "Yeniden denemeden önce pompanızı kontrol edin";
- /* The description of an error returned when attempting to delete a sample not shared by the current app */
- "com.loudnate.CarbKit.deleteCarbEntryUnownedErrorDescription" = "Yetkilendirme Reddedildi";
- /* The error recovery suggestion when attempting to delete a sample not shared by the current app */
- "com.loudnate.carbKit.sharingDeniedErrorRecoverySuggestion" = "Bu örnek Health uygulamasından silinebilir";
- /* Generic pump error description */
- "Communication Failure" = "İletişim Hatası";
- /* Generic pump error description */
- "Connection Failure" = "Bağlantı Hatası";
- /* Generic pump error description */
- "Device Refused" = "Aygıt Reddedildi";
- /* Recovery suggestion for a no data error */
- "Ensure carb data exists for the specified date" = "Belirtilen tarih için karbonhidrat verilerinin mevcut olduğundan emin olun";
- /* Glucose trend down */
- "Falling" = "Düşmekte";
- /* Glucose trend down-down */
- "Falling fast" = "Hızlı düşmekte";
- /* Glucose trend down-down-down */
- "Falling very fast" = "Çok hızlı düşmekte";
- /* Glucose trend flat */
- "Flat" = "Değişmeyen";
- /* The short unit display string for grams per U */
- "g/U" = "g/Ü";
- /* Generic pump error description */
- "Invalid Configuration" = "Geçersiz Yapılandırma";
- /* Recovery instruction for a certain bolus failure */
- "It is safe to retry" = "Tekrar denemek güvenlidir";
- /* The short unit display string for milligrams per deciliter per U */
- "mg/dL/U" = "mg/dL/Ü";
- /* The short unit display string for millimoles per liter */
- "mmol/L" = "mmol/L";
- /* The short unit display string for millimoles per liter per U */
- "mmol/L/U" = "mmol/L/Ü";
- /* Sensor state description for the non-valid state */
- "Needs Attention" = "Dikkat Gerekli";
- /* Describes an error for no data found in a CarbStore request */
- "No values found" = "Değer bulunamadı";
- /* Sensor state description for the valid state */
- "OK" = "Tamam";
- /* The error recovery suggestion when Health sharing was denied */
- "Please re-enable sharing in Health" = "Lütfen Health paylaşımı yeniden etkinleştirin";
- /* Glucose trend up */
- "Rising" = "Yükselmekte";
- /* Glucose trend up-up */
- "Rising fast" = "Hızlı yükselmekte";
- /* Glucose trend up-up-up */
- "Rising very fast" = "Çok hızlı yükselmekte";
- /* The short unit display string for international units of insulin */
- "U" = "Ü";
- /* The short unit display string for international units of insulin per hour */
- "U/hr" = "Ü/Sa";
- /* The long unit display string for a singular international unit of insulin */
- "Unit" = "Ünite";
- /* The long unit display string for a singular international unit of insulin per hour */
- "Unit/hour" = "Ünite/saat";
- /* The long unit display string for international units of insulin */
- "Units" = "Ünite";
- /* The long unit display string for international units of insulin per hour */
- "Units/hour" = "Ünite/saat";
|