Localizable.strings 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /* The format for an override preset cell. (1: symbol)(2: name)
  2. The format for an override symbol and name (1: symbol)(2: name) */
  3. "%1$@ %2$@" = "%1$@ %2$@";
  4. /* Accessibility format string for (1: localized volume)(2: time) */
  5. "%1$@ units remaining at %2$@" = "%1$@ unités restantes à %2$@";
  6. /* The format for a glucose target range. (1: min target)(2: max target)(3: glucose unit) */
  7. "%1$@ – %2$@ %3$@" = "%1$@ – %2$@ %3$@";
  8. /* The format for an insulin needs percentage. */
  9. "%@%% of normal insulin" = "%@%% de l’insuline de base";
  10. /* Appends a full-stop to a statement */
  11. "%@." = "%@.";
  12. /* Format string for reservoir volume. (1: The localized volume) */
  13. "%@U" = "%@U";
  14. /* Title of the carb entry absorption time cell */
  15. "Absorption Time" = "Durée d’absorption";
  16. /* The title for the override emoji activity section */
  17. "Activity" = "Activité";
  18. /* Action sheet confirmation message for pump history deletion */
  19. "Are you sure you want to delete all history entries?" = "Êtes-vous sûr de vouloir supprimer toutes les entrées d’historique?";
  20. /* Action sheet confirmation message for reservoir deletion */
  21. "Are you sure you want to delete all reservoir values?" = "Êtes-vous sûr de vouloir supprimer toutes les valeurs de réservoir?";
  22. /* The title of the button to add the credentials for a service */
  23. "Add Account" = "Ajouter un compte";
  24. /* The title of the button to remove the credentials for a service */
  25. "Delete Account" = "Supprimer le compte";
  26. /* Describes a percentage decrease in overall insulin needs */
  27. "Basal, bolus, and correction insulin dose amounts are decreased by %@%%." = "Le débit de basale, les bolus, et le niveau de l’insuline de correction sont diminués par %@%%.";
  28. /* Describes a percentage increase in overall insulin needs */
  29. "Basal, bolus, and correction insulin dose amounts are increased by %@%%." = "Le débit de basale, les bolus, et le niveau de l’insuline de correction sont augmentés par %@%%.";
  30. /* Describes a lack of change in overall insulin needs */
  31. "Basal, bolus, and correction insulin dose amounts are unaffected." = "Le débit de basale, les bolus, et le niveau de l’insuline de correction ne sont pas affectés.";
  32. /* The title of the cancel action in an action sheet */
  33. "Cancel" = "Annuler";
  34. /* The text for the override cancellation button */
  35. "Cancel Override" = "Annuler la surcharge";
  36. /* Title text for suspend resume button when temp basal canceling */
  37. "Canceling Temp Basal" = "Annulation du débit de basale temporaire";
  38. /* The title of the view controller to create a new carb entry */
  39. "Add Carb Entry" = "Ajouter des glucides";
  40. /* The title of the view controller to edit an existing carb entry */
  41. "Edit Carb Entry" = "Modifier l’entrée des glucides";
  42. /* Footer text for customizing an override from a preset (1: preset name) */
  43. "Changes will only apply this time you enable the override. The default settings of %@ will not be affected." = "Les changements effectués s’appliqueront uniquement maintenant en commençant la surcharge. Les réglages par défaut de %@ ne seront pas affectés.";
  44. /* Carb entry section footer text explaining absorption time */
  45. "Choose a longer absorption time for larger meals, or those containing fats and proteins. This is only guidance to the algorithm and need not be exact." = "Choisissez un temps d’absorption plus long pour les gros repas ou ceux contenant des graisses et des protéines. Ceci est seulement un guide pour l'algorithme et n'a pas besoin d'être exact.";
  46. /* The format string describing the date of a COB value. The first format argument is the localized date. */
  47. "com.loudnate.CarbKit.COBDateLabel" = "à %1$@";
  48. /* The format string describing the starting date of a total value. The first format argument is the localized date. */
  49. "com.loudnate.CarbKit.totalDateLabel" = "depuis %1$@";
  50. /* The format string describing the date of an IOB value. The first format argument is the localized date. */
  51. "com.loudnate.InsulinKit.IOBDateLabel" = "à %1$@";
  52. /* The format string describing the starting date of a total value. The first format argument is the localized date. */
  53. "com.loudnate.InsulinKit.totalDateLabel" = "depuis %1$@";
  54. /* The title of the action used to dismiss an error alert */
  55. "com.loudnate.LoopKit.errorAlertActionTitle" = "OK";
  56. /* The title for the override emoji condition section */
  57. "Condition" = "Conditions";
  58. /* Title of the setup button to continue */
  59. "Continue" = "Continuer";
  60. /* The section footer of correction range schedule */
  61. "Correction range is the blood glucose range that you would like Loop to correct to." = "La plage de correction est la plage de glycémie vers laquelle vous voudriez que Loop vous corrige.";
  62. /* The text for a custom override */
  63. "Custom" = "Personnalisé";
  64. /* The title for the custom override entry screen */
  65. "Custom Override" = "Surcharge personnalisée";
  66. /* Title of the carb entry date picker cell */
  67. "Date" = "Date";
  68. /* Button title to delete all objects */
  69. "Delete All" = "Supprimer tout";
  70. /* The text for the override duration setting */
  71. "Duration" = "Durée";
  72. /* The title for the override editing screen */
  73. "Edit Override" = "Éditer la surcharg";
  74. /* Footer text for editing an active override (1: preset name) */
  75. "Editing affects only the active override. The default settings of %@ will not be affected." = "L’édition change seulement la surcharge actuelle. Les réglages par défaut de %@ ne seront pas affectés.";
  76. /* The text for the indefinite override duration setting */
  77. "Enable Indefinitely" = "Activer indéfiniment";
  78. /* The detail text describing an enabled setting */
  79. "Enabled" = "Activée";
  80. /* The placeholder text instructing users how to enter a maximum bolus */
  81. "Enter a number of units" = "Entrez un nombre d'unités";
  82. /* The placeholder text instructing users how to enter a maximum basal rate */
  83. "Enter a rate in units per hour" = "Entrez un taux en unités par heure";
  84. /* Section title for fast absorbing food */
  85. "Fast" = "Rapide";
  86. /* The description shown on the insulin sensitivity schedule interface. */
  87. "Insulin sensitivity describes how your blood glucose should respond to a 1 Unit dose of insulin. Smaller values mean more insulin will be given when above target. Values that are too small can cause dangerously low blood glucose." = "Le facteur de sensibilité à l’insuline décrit comment votre taux de glycémie devrait réagir à 1 unité d’insuline. Les valeurs plus petites veulent dire que davantage d’insuline sera donnée quand votre taux de glycémie est au-dessus de la cible. Des valeurs trop petites peuvent entraîner des hypoglycémies dangereuses.";
  88. /* Placeholder for maximum value in glucose range */
  89. "max" = "max";
  90. /* The title text for the maximum basal rate value */
  91. "Maximum Basal Rate" = "Taux Basal Maximum";
  92. /* The title text for the maximum bolus value */
  93. "Maximum Bolus" = "Bolus Maximum";
  94. /* Section title for medium absorbing food */
  95. "Medium" = "Moyen";
  96. /* Placeholder for minimum value in glucose range */
  97. "min" = "min";
  98. /* Alert action title to open error help */
  99. "More Info" = "Plus d'informations";
  100. /* The text for the override preset name setting */
  101. "Name" = "Nom";
  102. /* The title for the new override preset entry screen */
  103. "New Preset" = "Nouveau préréglage";
  104. /* Section title for no-carb food
  105. The title for override emoji miscellaneous section */
  106. "Other" = "Autre";
  107. /* The title text for the insulin sensitivity scaling setting */
  108. "Overall Insulin Needs" = "Besoin total en insuline";
  109. /* The title text for the override presets screen */
  110. "Override Presets" = "Préréglages de surcharge";
  111. /* Text directing the user to configure override presets */
  112. "Override presets can be set up under the 'Configuration' section of the settings screen." = "Les préréglages de surcharge peuvent être ajoutés dans la section “Configuration” de l’écran des réglages.";
  113. /* The section title of glucose overrides */
  114. "Overrides" = "Surcharges";
  115. /* Title for the pre-meal override range */
  116. "Pre-Meal" = "Pré-Repas";
  117. /* The section header text override presets */
  118. "PRESETS" = "PRÉRÉGLAGES";
  119. /* The title of the screen displaying a pump event */
  120. "Pump Event" = "Événement de pompe";
  121. /* Title text for button to resume insulin delivery */
  122. "Resume Delivery" = "Reprendre la distribution";
  123. /* Title text for button when insulin delivery is in the process of being resumed */
  124. "Resuming" = "Reprise en cours";
  125. /* The text for the override preset name field placeholder */
  126. "Running" = "Course";
  127. /* Button text for saving glucose correction range schedule
  128. Button text for saving insulin sensitivity schedule */
  129. "Save" = "Sauvegarder";
  130. /* The section header text for a scheduled override */
  131. "SCHEDULED OVERRIDE" = "SURCHARGE PROGRAMMÉE";
  132. /* Section title for slow absorbing food */
  133. "Slow" = "Lent";
  134. /* The text for the override start time */
  135. "Start Time" = "Heure de début";
  136. /* Title text for suspend resume button when temp basal starting */
  137. "Starting Temp Basal" = "Démarrage du basal temporaire";
  138. /* Title text for button to suspend insulin delivery */
  139. "Suspend Delivery" = "Suspendre la distribution";
  140. /* Title text for button when insulin delivery is in the process of being stopped */
  141. "Suspending" = "Suspension en cours";
  142. /* The text for the override preset symbol setting */
  143. "Symbol" = "Symbole";
  144. /* The empty-state text for a configuration value */
  145. "Tap to set" = "Appuyez pour définir";
  146. /* The text for the override target range setting */
  147. "Target Range" = "Zone cible";
  148. /* The title for the override selection screen */
  149. "Temporary Override" = "Surcharge temporaire";
  150. /* The default placeholder string for a credential */
  151. "Required" = "Nécessaire";
  152. /* Alert body displayed absorption time greater than max (1: maximum absorption time) */
  153. "The maximum absorption time is %@" = "Le temps d'absorption maximum est de %@";
  154. /* Alert body displayed for quantity greater than max (1: maximum quantity in grams) */
  155. "The maximum allowed amount is %@ grams" = "La quantité maximèm est de %@ grammes";
  156. /* The schedule table view header describing the configured time zone difference from the default time zone. The substitution parameters are: (1: time zone name)(2: +/-)(3: time interval) */
  157. "Times in %1$@%2$@%3$@" = "Temps dans %1$@%2$@%3$@";
  158. /* The unit string for units per hour */
  159. "U/hour" = "U/heure";
  160. /* The unit string for units */
  161. "Units" = "Unités";
  162. /* Accessibility value for an unknown value
  163. The default title to use when an entry has none */
  164. "Unknown" = "Inconnu";
  165. /* Label indicating validation is occurring */
  166. "Verifying" = "En train de vérifier";
  167. /* Title of an alert containing a validation warning */
  168. "Warning" = "Attention";
  169. /* Title for the workout override range */
  170. "Workout" = "Entraînement";