Localizable.strings 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* Unit format string for an value in percent */
  2. "%@%%" = "%@%%";
  3. /* The title of the about section */
  4. "About" = "About";
  5. /* The title of the button to add the credentials for a service */
  6. "Add Account" = "Thêm Tài khoản";
  7. /* The title of the nightscout API secret credential */
  8. "API Secret" = "API Secret";
  9. /* The title of the configuration section in settings */
  10. "Configuration" = "Cấu hình";
  11. /* The title of the button to remove the credentials for a service */
  12. "Delete Account" = "Xóa Tài khoản";
  13. /* The placeholder text instructing users how to enter a pump ID */
  14. "Enter the 6-digit pump ID" = "Nhập 6 số ID của bơm";
  15. /* The title text for the pull cgm Data cell */
  16. "Fetch CGM" = "Lấy dữ liệu từ 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" = "Số ID của bơm";
  23. /* Title text for section listing configured pumps */
  24. "Pumps" = "Pumps";
  25. /* The default placeholder string for a credential */
  26. "Required" = "Bắt buộc";
  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" = "Site URL";
  33. /* The empty-state text for a configuration value */
  34. "Tap to set" = "Chạm để cài đặt";
  35. /* The title text for the nightscout upload enabled switch cell */
  36. "Upload To Nightscout" = "Upload To Nightscout";