| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- /* The detail text representing no value */
- "–" = "—";
- /* Appends a full-stop to a statement */
- "%@." = "%@.";
- /* The title of the view controller to create a new carb entry */
- "Add Carb Entry" = "Add Carb Entry";
- /* Title text for multi-value basal rate warning */
- "Basal Rates" = "الضخ المستمر";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "إلغاء";
- /* Title text for multi-value carb ratio warning */
- "Carb Ratios" = "معاملات الكارب";
- /* The title of the action used to dismiss an error alert */
- "com.loudnate.LoopKit.errorAlertActionTitle" = "موافق";
- /* The title for the custom override entry screen */
- "Custom Override" = "تجاوز مخصص";
- /* Title text for crossed thresholds guardrail warning */
- "Delivery Limits" = "حدود الضخ";
- /* Title of insulin model preset - fiasp */
- "Fiasp" = "Fiasp";
- /* Title text for insulin model */
- "Insulin Model" = "نوع الأنسولين";
- /* Title text for multi-value insulin sensitivity warning */
- "Insulin Sensitivities" = "حساسية الأنسولين";
- /* The title text for the override presets screen */
- "Override Presets" = "تخطي الإعدادات المسبقة";
- /* Title for the pre-meal override range */
- "Pre-Meal" = "Pre-Meal";
- /* Title of insulin model preset - rapid acting adult */
- "Rapid-Acting – Adults" = "التأثيرالسريع - كبار";
- /* Title of insulin model preset - rapid acting children */
- "Rapid-Acting – Children" = "التأثيرالسريع - أطفال";
- /* Segmented button title for insulin delivery log reservoir history */
- "Reservoir" = "الخزان";
- /* The text for the override preset name field placeholder */
- "Running" = "Running";
- /* Subtitle description of Walsh insulin model setting */
- "The legacy model used by Loop, allowing customization of action duration." = "النموذج المستخدم بالتطبيق، يسمح بتخصيص مدة الفعالية.";
- /* Accessibility value for an unknown value
- The default title to use when an entry has none */
- "Unknown" = "Unknown";
- /* Title of insulin model setting */
- "Walsh" = "Walsh";
- /* Title for the workout override range */
- "Workout" = "التمارين";
|