|
159 | 159 | /* The error message displayed for configuration errors. (1: configuration error details) */ |
160 | 160 | "Configuration Error: %1$@" = "配置错误:%1$@"; |
161 | 161 |
|
| 162 | +/* Default alert dismissal */ |
| 163 | +"Continue" = "继续"; |
| 164 | + |
162 | 165 | /* The title of the continuous glucose monitor section in settings */ |
163 | 166 | "Continuous Glucose Monitor" = "连续葡萄糖监测"; |
164 | 167 |
|
|
197 | 200 | "Error Canceling Bolus" = "无法取消大剂量"; |
198 | 201 |
|
199 | 202 | /* The alert title for a resume error */ |
200 | | -"Error Resuming" = "无法恢复输注"; |
| 203 | +"Error Resuming" = "恢复输注错误"; |
| 204 | + |
| 205 | +/* Segmented button title for insulin delivery log event history */ |
| 206 | +"Event History" = "历史事件"; |
201 | 207 |
|
202 | 208 | /* The subtitle format describing eventual glucose. (1: localized glucose value description) */ |
203 | 209 | "Eventually %@" = "最终 %@"; |
|
276 | 282 | /* The error message displayed for device connection errors. */ |
277 | 283 | "No connected devices, or failure during device connection" = "没有连接的设备,或设备连接期间发生故障"; |
278 | 284 |
|
| 285 | +/* Notification Setting Status is On */ |
| 286 | +"On" = "开"; |
| 287 | + |
279 | 288 | /* The title text for the override presets */ |
280 | 289 | "Override Presets" = "覆盖预设置"; |
281 | 290 |
|
|
328 | 337 | "Recommended Bolus: %@ Units" = "推荐大剂量:%@单位"; |
329 | 338 |
|
330 | 339 | /* Details for missing data error when reservoir data is missing */ |
331 | | -"Reservoir" = "储药器"; |
| 340 | +"Reservoir" = "胰岛素容量"; |
332 | 341 |
|
333 | 342 | /* Title of the prediction input effect for retrospective correction */ |
334 | 343 | "Retrospective Correction" = "回顾性修正"; |
|
369 | 378 | /* The short unit display string for international units of insulin */ |
370 | 379 | "U" = "U"; |
371 | 380 |
|
| 381 | +/* Event title displayed when StoredPumpEvent.title is not set |
| 382 | + The default description to use when an entry has no dose description */ |
| 383 | +"Unknown" = "未知"; |
| 384 | + |
372 | 385 | /* The format for the description of a temporary override end date */ |
373 | 386 | "until %@" = "直到 %@"; |
374 | 387 |
|
|
0 commit comments