| 12345678910111213141516171819202122232425262728293031323334353637 |
- /* 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?";
- /* 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";
- /* Field label */
- "Glucose" = "Đường huyết";
- /* title for g7 settings row showing BLE Name */
- "Name" = "Tên";
- /* Field label */
- "Trend" = "Xu hướng";
|