Localizable.strings 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* Describes a certain bolus failure (1: size of the bolus in units) */
  2. "%1$@ U bolus failed" = "Échec du bolus de %1$@ U";
  3. /* Describes an uncertain bolus failure (1: size of the bolus in units) */
  4. "%1$@ U bolus may not have succeeded" = "Le bolus de %1$@ U a peut-être échoué";
  5. /* The error description describing when Health sharing was denied */
  6. "Authorization Denied" = "Autorisation refusée";
  7. /* Recovery instruction for an uncertain bolus failure */
  8. "Check your pump before retrying" = "Vérifiez votre pompe avant de réessayer";
  9. /* The description of an error returned when attempting to delete a sample not shared by the current app */
  10. "com.loudnate.CarbKit.deleteCarbEntryUnownedErrorDescription" = "Autorisation refusée";
  11. /* The error recovery suggestion when attempting to delete a sample not shared by the current app */
  12. "com.loudnate.carbKit.sharingDeniedErrorRecoverySuggestion" = "Cette entrée peut être supprimée de l'application Health";
  13. /* Generic pump error description */
  14. "Communication Failure" = "Échec de la communication";
  15. /* Generic pump error description */
  16. "Connection Failure" = "Échec de connexion";
  17. /* Generic pump error description */
  18. "Device Refused" = "Dispositif refusé";
  19. /* Recovery suggestion for a no data error */
  20. "Ensure carb data exists for the specified date" = "S'assurer que les données sur les glucides existent pour la date spécifiée";
  21. /* Glucose trend down */
  22. "Falling" = "Diminue";
  23. /* Glucose trend down-down */
  24. "Falling fast" = "Diminue rapidement";
  25. /* Glucose trend down-down-down */
  26. "Falling very fast" = "Diminue très rapidement";
  27. /* Glucose trend flat */
  28. "Flat" = "Stable";
  29. /* The short unit display string for grams per U */
  30. "g/U" = "g/U";
  31. /* Generic pump error description */
  32. "Invalid Configuration" = "Configuration non valide";
  33. /* Recovery instruction for a certain bolus failure */
  34. "It is safe to retry" = "Il est prudent de réessayer";
  35. /* The short unit display string for milligrams per deciliter per U */
  36. "mg/dL/U" = "mg/dL/U";
  37. /* The short unit display string for millimoles per liter */
  38. "mmol/L" = "mmol/L";
  39. /* The short unit display string for millimoles per liter per U */
  40. "mmol/L/U" = "mmol/L/U";
  41. /* Sensor state description for the non-valid state */
  42. "Needs Attention" = "Nécessite de l'attention";
  43. /* Describes an error for no data found in a CarbStore request */
  44. "No values found" = "Aucune entrée trouvée";
  45. /* Sensor state description for the valid state */
  46. "OK" = "OK";
  47. /* The error recovery suggestion when Health sharing was denied */
  48. "Please re-enable sharing in Health" = "Veuillez réactiver le partage dans l'application Santé";
  49. /* Glucose trend up */
  50. "Rising" = "Augmente";
  51. /* Glucose trend up-up */
  52. "Rising fast" = "Augmente rapidement";
  53. /* Glucose trend up-up-up */
  54. "Rising very fast" = "Augmente très rapidement";
  55. /* The short unit display string for international units of insulin */
  56. "U" = "U";
  57. /* The short unit display string for international units of insulin per hour */
  58. "U/hr" = "U/h";
  59. /* The long unit display string for a singular international unit of insulin */
  60. "Unit" = "Unité";
  61. /* The long unit display string for a singular international unit of insulin per hour */
  62. "Unit/hour" = "unité / heure";
  63. /* The long unit display string for international units of insulin */
  64. "Units" = "Unités";
  65. /* The long unit display string for international units of insulin per hour */
  66. "Units/hour" = "unités / heure";