Localizable.strings 408 B

12345678910111213141516
  1. /* Appends a full-stop to a statement */
  2. "%@." = "%@.";
  3. /* String format for value with units (1: value, 2: separator, 3: units) */
  4. "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
  5. /* The title of the cancel action in an action sheet */
  6. "Cancel" = "取消";
  7. /* The alert title for a resume error */
  8. "Error Resuming" = "恢复输注错误";
  9. /* The alert title for a suspend error */
  10. "Error Suspending" = "无法暂停";