Localizable.strings 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /*
  2. Localizable.strings
  3. SMS_SDKDemo
  4. Created by 掌淘科技 on 14-9-26.
  5. Copyright (c) 2014年 掌淘科技. All rights reserved.
  6. */
  7. "smssdk" = "短信SDK";
  8. "welcome"="点击屏幕继续...";
  9. "RegisterBySMS"="短信验证码注册";
  10. "addressbookfriends"="通讯录好友";
  11. "getUserinfo" = "获取用户数据";
  12. "submitUserInfo" = "提交用户资料";
  13. "register"="注册";
  14. "RegisterByVoiceCall" = "语音验证码注册";
  15. "back"="返回";
  16. "labelnotice"="请确认你的国家或地区并输入手机号";
  17. "telfield"="请填写手机号码";
  18. "nextbtn"="下一步";
  19. "countrylable"="国家和地区";
  20. "countrychoose"="选择国家或地区";
  21. "notice"="提示";
  22. "pleaseSettingContractKey" = "请在info.plist里面配置请求访问通讯录的key:NSContactsUsageDescription";
  23. "errorphonenumber"="手机号码非法,请重新填写";
  24. "sure"="好";
  25. "willsendthecodeto"="我们将发送验证码短信到这个号码";
  26. "surephonenumber"="确认手机号码";
  27. "cancel"="取消";
  28. "codesenderrormsg"="验证码发送失败 请稍后重试";
  29. "codesenderrtitle"="发送失败";
  30. "maxcodemsg"="请求验证码超上限 请稍后重试";
  31. "maxcode"="超过上限";
  32. "codetoooftenmsg"="客户端请求发送短信验证过于频繁";
  33. "Code" = "验证码";
  34. "verifycode"="请输入验证码";
  35. "verifylabel"="我们已发送验证码到这个号码";
  36. "timelabel"="接受短信大约需要60秒";
  37. "repeatsms"="收不到短信验证码?";
  38. "submit"="提交";
  39. "sendingin"="正在发送中...";
  40. "timelablemsg"="接收验证码大约需要";
  41. "second"=" 秒";
  42. "verifycoderightmsg"="验证码正确";
  43. "verifycoderighttitle"="验证成功";
  44. "verifycodeerrormsg"="验证码无效 请重新获取验证码";
  45. "verifycodeerrortitle"="验证失败";
  46. "cannotgetsmsmsg"="我们将重新发送验证码短信到这个号码";
  47. "codedelaymsg"="验证码短信可能略有延迟,确定返回并重新开始";
  48. "wait"="等待";
  49. "verifycodeformaterror"="验证码格式错误,请重新填写";
  50. "doesnotsupportarea"="暂时不支持该地区";
  51. "addfriends"="添加";
  52. "invitefriends"="邀请";
  53. "hasjoined"="已加入的用户";
  54. "toinvitefriends"="待邀请的好友";
  55. "phonecontacts"="手机联系人";
  56. "loading"="正在加载中...";
  57. "authorizedcontact"="您未授权访问联系人,请在【设置>隐私>通讯录】中授权访问,就可以看到通讯录好友了哦";
  58. "addfriendstitle"="添加好友";
  59. "addfriendsmsg"="已经发送添加好友信息,请耐心等待好友回复";
  60. "sendinvite"="发送邀请";
  61. "notjoined"="还未加入";
  62. "phonecode"="手机号";
  63. "smsmessage"="快加入SMS_SDK吧,网址为http://mob.com";
  64. "choosephonenumber"="选择要发送邀请的号码";
  65. "deviceFoundation" = "该设备没有短信功能";
  66. "close" = "关闭";
  67. "versionNotice" = "iOS版本过低,iOS4.0以上才支持程序内发送短信";
  68. "voiceCallMsgLabel" = "您也可以选择电话收听语音验证码:";
  69. "try voice call" = "收听语音验证码";
  70. "verificationByVoiceCallConfirm" = "确定后将致电您的手机号,语音播报验证码。如不希望被来电打扰请使用短信验证码。";
  71. "-1009description" = "无法连接到网络";
  72. "251description" = "访问过于频繁";
  73. "252description" = "发送短信条数超过限制";
  74. "253description" = "无权限进行此操作";
  75. "254description" = "无权限发送验证码";
  76. "255description" = "无权限发送国内验证码";
  77. "256description" = "无权限发送港澳台验证码";
  78. "257description" = "无权限发送国外验证码";
  79. "258description" = "操作过于频繁";
  80. "259description" = "未知错误";
  81. "260description" = "未知错误";
  82. "261description" = "数据未知错误";
  83. "262description" = "请检查网络授权设置";
  84. "263description" = "数据未知错误";
  85. "264description" = "数据未知错误";
  86. "400description" = "无效请求";
  87. "406description" = "无效appkey";
  88. "408description" = "无效参数";
  89. "456description" = "手机号码为空";
  90. "457description" = "手机号码格式错误";
  91. "458description" = "手机号码在黑名单中";
  92. "459description" = "无appKey的控制数据";
  93. "460description" = "无权限发送短信";
  94. "461description" = "不支持该地区发送短信";
  95. "462description" = "每分钟发送次数超限";
  96. "463description" = "手机号码每天发送次数超限";
  97. "464description" = "每台手机每天发送次数超限";
  98. "465description" = "号码在App中每天发送短信次数超限";
  99. "466description" = "验证码为空";
  100. "467description" = "校验验证码请求频繁";
  101. "468description" = "验证码错误";
  102. "470description" = "账号余额不足";
  103. "472description" = "客户端请求发送短信验证过于频繁";
  104. "475description" = "appkey的应用信息不存在";
  105. "476description" = "当前appkey发送短信的数量超过限额";
  106. "477description" = "当前手机号发送短信的数量超过当天限额";
  107. "478description" = "当前手机号在当前应用内发送超过限额";
  108. "479description" = "请使用idfa版本的公共库";
  109. "480description" = "SDK没有提交aes-key";
  110. "500description" = "服务器内部错误";