Localizable.strings 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* The title of the about section */
  2. "About" = "关于";
  3. /* The title of the button to add the credentials for a service */
  4. "Add Account" = "添加账户";
  5. /* The title of the nightscout API secret credential */
  6. "API Secret" = "API密码";
  7. /* The title of the configuration section in settings */
  8. "Configuration" = "配置";
  9. /* The title of the button to remove the credentials for a service */
  10. "Delete Account" = "删除账户";
  11. /* The placeholder text instructing users how to enter a pump ID */
  12. "Enter the 6-digit pump ID" = "输入六位数字的泵ID";
  13. /* The title text for the pull cgm Data cell */
  14. "Fetch 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" = "胰岛素泵序列号";
  21. /* Title text for section listing configured pumps */
  22. "Pumps" = "Pumps";
  23. /* The default placeholder string for a credential */
  24. "Required" = "需要";
  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" = "网址";
  31. /* The empty-state text for a configuration value */
  32. "Tap to set" = "点击设置";
  33. /* The title text for the nightscout upload enabled switch cell */
  34. "Upload To Nightscout" = "上传到Nightscout";