Localizable.strings 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /* The title of the about section */
  2. "About" = "Despre";
  3. /* The title of the button to add the credentials for a service */
  4. "Add Account" = "Adaugă cont";
  5. /* Title text for button to set up a new minimed pump */
  6. "Add Minimed Pump" = "Adaugă pompă Minimed";
  7. /* The title of the nightscout API secret credential */
  8. "API Secret" = "Secret API";
  9. /* The title of the configuration section in settings */
  10. "Configuration" = "Configurație";
  11. /* The title of the button to remove the credentials for a service */
  12. "Delete Account" = "Șterge cont";
  13. /* The placeholder text instructing users how to enter a pump ID */
  14. "Enter the 6-digit pump ID" = "Introduceți ID-ul de pompă din 6 cifre";
  15. /* The title text for the pull cgm Data cell */
  16. "Fetch CGM" = "Transferă din CGM";
  17. /* The placeholder text for the nightscout site URL credential */
  18. "http://mysite.herokuapp.com" = "http://mysite.herokuapp.com";
  19. /* The title of the Nightscout service */
  20. "Nightscout" = "Nightscout";
  21. /* The title text for the pump ID config value */
  22. "Pump ID" = "ID pompă";
  23. /* Title text for section listing configured pumps */
  24. "Pumps" = "Pompe";
  25. /* The default placeholder string for a credential */
  26. "Required" = "Necesar";
  27. /* Title for RileyLink Testing main view controller */
  28. "RileyLink Testing" = "RileyLink Testing";
  29. /* Title text for button to set up omnipod */
  30. "Setup Omnipod" = "Setup Omnipod";
  31. /* The title of the nightscout site URL credential */
  32. "Site URL" = "URL site";
  33. /* The empty-state text for a configuration value */
  34. "Tap to set" = "Apăsați pentru setare";
  35. /* The title text for the nightscout upload enabled switch cell */
  36. "Upload To Nightscout" = "Încărcare în Nightscout";