Localizable.strings 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* The detail text representing no value */
  2. "–" = "—";
  3. /* Appends a full-stop to a statement */
  4. "%@." = "%@.";
  5. /* The title of the view controller to create a new carb entry */
  6. "Add Carb Entry" = "Add Carb Entry";
  7. /* Title text for multi-value basal rate warning */
  8. "Basal Rates" = "الضخ المستمر";
  9. /* The title of the cancel action in an action sheet */
  10. "Cancel" = "إلغاء";
  11. /* Title text for multi-value carb ratio warning */
  12. "Carb Ratios" = "معاملات الكارب";
  13. /* The title of the action used to dismiss an error alert */
  14. "com.loudnate.LoopKit.errorAlertActionTitle" = "موافق";
  15. /* The title for the custom override entry screen */
  16. "Custom Override" = "تجاوز مخصص";
  17. /* Title text for crossed thresholds guardrail warning */
  18. "Delivery Limits" = "حدود الضخ";
  19. /* Title of insulin model preset - fiasp */
  20. "Fiasp" = "Fiasp";
  21. /* Title text for insulin model */
  22. "Insulin Model" = "نوع الأنسولين";
  23. /* Title text for multi-value insulin sensitivity warning */
  24. "Insulin Sensitivities" = "حساسية الأنسولين";
  25. /* The title text for the override presets screen */
  26. "Override Presets" = "تخطي الإعدادات المسبقة";
  27. /* Title for the pre-meal override range */
  28. "Pre-Meal" = "Pre-Meal";
  29. /* Title of insulin model preset - rapid acting adult */
  30. "Rapid-Acting – Adults" = "التأثيرالسريع - كبار";
  31. /* Title of insulin model preset - rapid acting children */
  32. "Rapid-Acting – Children" = "التأثيرالسريع - أطفال";
  33. /* Segmented button title for insulin delivery log reservoir history */
  34. "Reservoir" = "الخزان";
  35. /* The text for the override preset name field placeholder */
  36. "Running" = "Running";
  37. /* Subtitle description of Walsh insulin model setting */
  38. "The legacy model used by Loop, allowing customization of action duration." = "النموذج المستخدم بالتطبيق، يسمح بتخصيص مدة الفعالية.";
  39. /* Accessibility value for an unknown value
  40. The default title to use when an entry has none */
  41. "Unknown" = "Unknown";
  42. /* Title of insulin model setting */
  43. "Walsh" = "Walsh";
  44. /* Title for the workout override range */
  45. "Workout" = "التمارين";