| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/phút";
- /* Confirmation message for deleting a CGM */
- "Are you sure you want to delete this CGM?" = "Bạn có chắc sẽ xóa CGM này?";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "Hủy bỏ";
- /* Title describing glucose date */
- "Date" = "Ngày";
- /* Button title to delete CGM
- Title text for the button to remove a CGM from Loop */
- "Delete CGM" = "Xóa CGM";
- /* Title describing glucose value */
- "Glucose" = "Đường huyết";
- /* Describes a glucose value adjusted to reflect a recent calibration */
- "Glucose (Adjusted)" = "Đường huyết (Được điều chỉnh)";
- /* Section title for latest glucose calibration */
- "Latest Calibration" = "Lần hiệu chỉnh gần nhất";
- /* Section title for latest glucose reading */
- "Latest Reading" = "Kết quả đọc mới nhất";
- /* Section title for latest connection date */
- "Latest Connection" = "Kết nối gần đây nhất";
- /* Button title to open CGM app */
- "Open App" = "Mở ứng dụng";
- /* Title describing sensor session age */
- "Session Age" = "Thời gian sử dụng sensor";
- /* Section title for remote data synchronization */
- "Remote Data Synchronization" = "Đồng bộ hoá dữ liệu từ xa";
- /* Title describing sensor expiration */
- "Sensor Expires" = "Cảm biến hết hạn";
- /* Title describing past sensor expiration */
- "Sensor Expired" = "Cảm biến đã hết hạn";
- /* Title describing CGM calibration and battery state */
- "Status" = "Tình trạng";
- /* Title describing transmitter session age */
- "Transmitter Age" = "Thời gian sử dụng Transmitter";
- /* The title text for the Dexcom G5/G6 transmitter ID config value */
- "Transmitter ID" = "Số ID của Transmitter";
- /* Title describing glucose trend */
- "Trend" = "Xu hướng";
- /* The title text for the upload glucose switch cell */
- "Upload Readings" = "Glucose đang tải lên";
|