| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- /* No glucose value representation (3 dashes for mg/dL) */
- "– – –" = "---";
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/phút";
- /* No comment provided by engineer. */
- "Are you sure you want to delete this CGM?" = "Bạn có chắc sẽ xóa CGM này?";
- /* No comment provided by engineer. */
- "Bluetooth" = "Bluetooth";
- /* Button text to cancel G7 setup */
- "Cancel" = "Hủy bỏ";
- /* No comment provided by engineer. */
- "Configuration" = "Cấu hình";
- /* title for g7 settings connection status when connected */
- "Connected" = "Đã kết nối";
- /* title for g7 settings connection status when connecting */
- "Connecting" = "Đang kết nối";
- /* Button title for starting setup */
- "Continue" = "Tiếp tục";
- /* Button label for removing CGM */
- "Delete CGM" = "Xóa CGM";
- /* Navigation bar title for G7SettingsView
- Title on WelcomeView */
- "Dexcom G7" = "Dexcom G7";
- /* No comment provided by engineer. */
- "Done" = "Hoàn thành";
- /* Field label */
- "Glucose" = "Đường huyết";
- /* title for g7 settings row showing sensor grace period end time */
- "Grace Period End" = "Thời gian ân huệ kết thúc";
- /* G7 Progress bar label when sensor grace period progress showing */
- "Grace period remaining" = "Thời gian ân huệ còn lại";
- /* String displayed instead of a glucose value above the CGM range */
- "HIGH" = "CAO";
- /* title for g7 settings row showing sensor last connect time */
- "Last Connect" = "Kết nối gần đây nhất";
- /* No comment provided by engineer. */
- "Last Reading" = "Kết quả đọc gần nhất";
- /* Descriptive text on G7StartupView */
- "iAPS can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management." = "iAPS có thể đọc dữ liệu G7 CGM tuy nhiên bạn nên dùng app của Dexcom G7 để ghép đôi, hiệu chỉnh và quản lý sensor.";
- /* String displayed instead of a glucose value below the CGM range */
- "LOW" = "THẤP";
- /* title for g7 settings row showing BLE Name */
- "Name" = "Tên";
- /* No comment provided by engineer. */
- "Scan for new sensor" = "Scan để thay sensor";
- /* title for g7 settings connection status when scanning */
- "Scanning" = "Đang quét";
- /* G7 Status highlight text for searching for sensor */
- "Searching for\nSensor" = "Đang tìm kiếm \n sensor";
- /* G7 Progress bar label when searching for sensor */
- "Searching for sensor" = "Đang tìm kiếm cảm biến";
- /* G7 Status highlight text for sensor expired */
- "Sensor\nExpired" = "Sensor\n hết hạn";
- /* G7 Status highlight text for sensor failed */
- "Sensor\nFailed" = "Sensor\n thất bại";
- /* G7 Status highlight text for sensor error */
- "Sensor\nIssue" = "Sensor\n có vấn đề";
- /* G7 Status highlight text for sensor warmup */
- "Sensor\nWarmup" = "Sensor\n đang khởi động";
- /* title for g7 settings row showing sensor expiration time */
- "Sensor Expiration" = "Cảm biến hết hạn";
- /* G7 Progress bar label when sensor expired */
- "Sensor expired" = "Cảm biến đã hết hạn";
- /* G7 Progress bar label when sensor lifetime progress showing */
- "Sensor expires" = "Sensor hết hạn";
- /* G7 Progress bar label when sensor failed */
- "Sensor failed" = "Lỗi cảm biến";
- /* title for g7 settings row showing sensor start time */
- "Sensor Start" = "Bắt đầu sensor";
- /* G7 Status highlight text for signal loss */
- "Signal\nLoss" = "Tín hiệu\n mất";
- /* Field label */
- "Time" = "Thời gian";
- /* Field label */
- "Trend" = "Xu hướng";
- /* title for g7 config settings to upload readings */
- "Upload Readings" = "Glucose đang tải lên";
- /* G7 Progress bar label when sensor in warmup */
- "Warmup completes" = "Khởi động hoàn tất";
|