Localizable.strings 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /* Title on WelcomeView */
  2. "Dexcom G7" = "Dexcom G7";
  3. /* Descriptive text on G7StartupView */
  4. "iAPS can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management." = "iAPS, G7 CGM verilerini okuyabilir ancak yine de eşleştirme, kalibrasyon ve diğer sensör yönetimi için Dexcom G7 Uygulamasını kullanmanız gerekir.";
  5. /* Button title for starting setup */
  6. "Continue" = "Devam et";
  7. /* Button text to cancel G7 setup */
  8. "Cancel" = "Vazgeç";
  9. /* Error description for unreliable state */
  10. "Glucose data is unavailable" = "Glikoz verileri kullanılamıyor";
  11. /* The description of sensor algorithm state when sensor is ok. */
  12. "Sensor is OK" = "Sensör TAMAM";
  13. /* The description of sensor algorithm state when sensor is stopped." */
  14. "Sensor is stopped" = "Sensör durduruldu";
  15. /* The description of sensor algorithm state when sensor is warming up. */
  16. "Sensor is warming up" = "Sensör ısınıyor";
  17. /* The description of sensor algorithm state when sensor is expired. */
  18. "Sensor expired" = "Sensör süresi doldu";
  19. /* The description of sensor algorithm state when sensor failed. */
  20. "Sensor failed" = "Sensör arızalı";
  21. /* The description of sensor algorithm state when raw value is unknown. (1: missing data details) */
  22. "Sensor is in unknown state %1$d" = "Sensör bilinmeyen durumda %1$d";
  23. /* title for g7 settings row showing sensor start time */
  24. "Sensor Start" = "Sensörü Başlat";
  25. /* title for g7 settings row showing sensor expiration time */
  26. "Sensor Expiration" = "Sensör Süre Sonu";
  27. /* title for g7 settings row showing sensor grace period end time */
  28. "Grace Period End" = "Yetkisiz Kullanım Sonu";
  29. /* Field label */
  30. "Glucose" = "Glikoz";
  31. "Last Reading" = "Son Okuma Değeri";
  32. "Time" = "Saat";
  33. "Trend" = "Eğilim";
  34. "Bluetooth" = "Bluetooth";
  35. /* title for g7 settings row showing BLE Name */
  36. "Name" = "İsim";
  37. /* title for g7 settings connection status when scanning */
  38. "Scanning" = "Taranıyor";
  39. /* title for g7 settings connection status when connected */
  40. "Connected" = "Bağlandı";
  41. /* title for g7 settings connection status when connecting */
  42. "Connecting" = "Bağlanıyor";
  43. /* title for g7 settings row showing sensor last connect time */
  44. "Last Connect" = "Son Bağlantı";
  45. /* Configuration */
  46. "Configuration" = "Yapılandırma";
  47. /* title for g7 config settings to upload readings */
  48. "Upload Readings" = "Okumaları Yükle";
  49. /* Button */
  50. "Scan for new sensor" = "Yeni sensör için tara";
  51. /* Button label for removing CGM */
  52. "Delete CGM" = "CGM'i Sil";
  53. /* No glucose value representation (3 dashes for mg/dL) */
  54. "– – –" = "– – –";
  55. /* String displayed instead of a glucose value below the CGM range */
  56. "LOW" = "DÜŞÜK";
  57. /* String displayed instead of a glucose value above the CGM range */
  58. "HIGH" = "YÜKSEK";
  59. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  60. "%@/min" = "%@/dak";
  61. /* G7 Progress bar label when searching for sensor */
  62. "Searching for sensor" = "Sensör aranıyor";
  63. /* G7 Progress bar label when sensor expired */
  64. "Sensor expired" = "Sensör süresi doldu";
  65. /* G7 Progress bar label when sensor in warmup */
  66. "Warmup completes" = "Isınma tamamlandı";
  67. /* G7 Progress bar label when sensor in warmup */
  68. "Warmup completes" = "Isınma tamamlandı";
  69. /* G7 Progress bar label when sensor failed */
  70. "Sensor failed" = "Sensör arızalı";
  71. /* G7 Progress bar label when sensor lifetime progress showing */
  72. "Sensor expires" = "Sensör süresi doluyor";
  73. /* G7 Progress bar label when sensor grace period progress showing */
  74. "Grace period remaining" = "Kalan ek süre";
  75. /* G7 Status highlight text for searching for sensor */
  76. "Searching for\nSensor" = "Sensör\nAranıyor";
  77. /* G7 Status highlight text for sensor expired */
  78. "Sensor\nExpired" = "Sensör\nSüresi Doldu";
  79. /* G7 Status highlight text for signal loss */
  80. "Sensor\nFailed" = "Sensör\nArızalı";
  81. /* G7 Status highlight text for signal loss */
  82. "Signal\nLoss" = "Sinyal\nKaybı";
  83. /*G7 Status highlight text for sensor error */
  84. "Sensor\nIssue" = "Sensör\nSorunu";
  85. /* G7 Status highlight text for sensor warmup */
  86. "Sensor\nWarmup" = "Sensör\nIsınıyor";