Localizable.strings 514 B

1234567891011121314151617
  1. /* Title of the reset confirmation sheet */
  2. "Are you sure you want to reset this transmitter?" = "确定要重置发射器么";
  3. /* Title of button to cancel reset */
  4. "Cancel" = "取消";
  5. /* Message of the reset confirmation sheet */
  6. "It will take up to 10 minutes to complete." = "该操作可能需要10分钟";
  7. /* Reset button title
  8. Title of button to begin reset */
  9. "Reset" = "重置";
  10. /* Notification title for background completion notification */
  11. "Transmitter Reset Complete" = "发射器已重置";