Localizable.strings 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* The title of the about section */
  2. "About" = "À propos";
  3. /* The title of the button to add the credentials for a service */
  4. "Add Account" = "Ajouter Compte";
  5. /* The title of the nightscout API secret credential */
  6. "API Secret" = "API Secret";
  7. /* The title of the configuration section in settings */
  8. "Configuration" = "Configuration";
  9. /* The title of the button to remove the credentials for a service */
  10. "Delete Account" = "Effacer Compte";
  11. /* The placeholder text instructing users how to enter a pump ID */
  12. "Enter the 6-digit pump ID" = "Entrée l’ID de pompe de 6 chiffres";
  13. /* The title text for the pull cgm Data cell */
  14. "Fetch CGM" = "Obtenir CGM";
  15. /* The placeholder text for the nightscout site URL credential */
  16. "http://mysite.herokuapp.com" = "http://mysite.herokuapp.com";
  17. /* The title of the Nightscout service */
  18. "Nightscout" = "Nightscout";
  19. /* The title text for the pump ID config value */
  20. "Pump ID" = "ID de la Pompe";
  21. /* Title text for section listing configured pumps */
  22. "Pumps" = "Pompes";
  23. /* The default placeholder string for a credential */
  24. "Required" = "Requis";
  25. /* Title for RileyLink Testing main view controller */
  26. "RileyLink Testing" = "RileyLink Testing";
  27. /* Title text for button to set up omnipod */
  28. "Setup Omnipod" = "Setup Omnipod";
  29. /* The title of the nightscout site URL credential */
  30. "Site URL" = "URL du Site";
  31. /* The empty-state text for a configuration value */
  32. "Tap to set" = "Appuyez pour définir";
  33. /* The title text for the nightscout upload enabled switch cell */
  34. "Upload To Nightscout" = "Télécharger vers Nightscout";