UMCommonLog.strings 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /*
  2. UMCommonLog.strings
  3. testUMCommonLog
  4. Created by 张军华 on 2017/12/11.
  5. Copyright © 2017年 张军华. All rights reserved.
  6. */
  7. ////////////////////////////////////////////////
  8. //init begin
  9. //init 20000 - 20250
  10. common_init_error1 = "[CIE10001]用户传入的appKey不合法,请到官网申请appkey,以免影响自己App的统计数据。网址如下:https://developer.umeng.com/docs/66632/detail/67191?um_channel=sdk";
  11. common_init_warn1 = "当前传入的appkey和用户以前设置过的appkey不一样。";
  12. common_init_warn2 = "当前传入的channel渠道为空。";
  13. common_init_warn3 = "检测用户正在使用UI无埋点功能,检测到UMABTest.framework和UMAutoEventBinding.framework同时并存,在需要release发布需要删除UMABTest.framework。";
  14. common_init_info1 = "正在使用国内Common组件化SDK版本。";
  15. common_init_info2 = "正在使用国际化Common组件化SDK版本。";
  16. common_init_debug1 = "UMCommon版本号:%@。";
  17. common_init_verbose1 = "";
  18. //init end
  19. ////////////////////////////////////////////////
  20. ////////////////////////////////////////////////
  21. //integration_test begin
  22. common_integrationtest_error1 = "experiment params invalid。";
  23. common_integrationtest_error2 = "unknow experiment group key。";
  24. common_integrationtest_error3 = "unknow experiment test key。";
  25. common_integrationtest_error4 = "experiment params invalid。";
  26. //client_test end
  27. ////////////////////////////////////////////////
  28. ////////////////////////////////////////////////
  29. //deviceToken begin
  30. common_deviceToken_error1 = "error,tokenStringWithData, token inValid! [%ld]。";
  31. //deviceToken end
  32. ////////////////////////////////////////////////
  33. ////////////////////////////////////////////////
  34. //Envelope begin
  35. common_envelope_error1 = "信封json创建失败";
  36. common_envelope_error2 = "信封raw size:(%d)超过最大限制,创建失败";
  37. common_envelope_error3 = "信封压缩数据失败";
  38. common_envelope_error4 = "信封打包失败";
  39. common_envelope_error5 = "信封创建失败";
  40. common_envelope_error6 = "信封size:(%d)超过最大限制,创建失败";
  41. common_envelope_error7 = "发送信封(%@)失败";
  42. common_envelope_error8 = "网络请求失败(Response Applog) {\"fail\": \"error\"}";
  43. common_envelope_error9 = "网络请求失败(Response Applog) {\"fail\": \"statusCode\":%d}";
  44. common_envelope_error10 = "网络请求失败(Error Applog) %@";
  45. common_envelope_warn1 = "信封数量超过最大限制%d,并且删除此文件名为:%@";
  46. common_envelope_info1 = "准备发送信封";
  47. common_envelope_info2 = "信封名字的前缀:(%@)";
  48. common_envelope_debug1 = "当前正在发送网络请求,还不能打包信封(network running=YES)。";
  49. common_envelope_debug2 = "当前网络状态不可用。";
  50. common_envelope_debug3 = "当前本地有信封存在,还不能打包新的信封。";
  51. common_envelope_debug4 = "生成信封(%@)成功";
  52. common_envelope_debug5 = "准备发送信封(%@)...";
  53. common_envelope_debug6 = "发送信封(%@)成功";
  54. common_envelope_debug7 = "网络请求成功(Response Applog) {\"success\": \"ok\"}";
  55. common_envelope_debug8 = "将要打包的有状态数据:%@";
  56. common_envelope_debug9 = "信封SerialNum:%d";
  57. common_envelope_verbose1 = "";
  58. //Envelope end
  59. ////////////////////////////////////////////////
  60. ////////////////////////////////////////////////
  61. //SLEnvelope begin
  62. common_slenvelope_error1 = "无状态信封json创建失败";
  63. common_slenvelope_error2 = "无状态信封raw size:(%d)超过最大限制,创建失败";
  64. common_slenvelope_error3 = "无状态信封压缩数据失败";
  65. common_slenvelope_error4 = "无状态信封打包失败";
  66. common_slenvelope_error5 = "无状态信封创建失败";
  67. common_slenvelope_error6 = "无状态信封size:(%d)超过最大限制,创建失败";
  68. common_slenvelope_error7 = "发送无状态信封(%@)失败";
  69. common_slenvelope_error8 = "无状态信封(%@)不存在";
  70. common_slenvelope_error9 = "网络请求失败(SLResponse Applog) {\"fail\": \"statusCode\":%d}";
  71. common_slenvelope_warn1 = "";
  72. common_slenvelope_info1 = "";
  73. common_slenvelope_debug1 = "生成无状态信封(%@)成功";
  74. common_slenvelope_debug2 = "准备发送无状态信封(%@)...";
  75. common_slenvelope_debug3 = "发送无状态信封(%@)成功";
  76. common_slenvelope_debug4 = "网络请求成功(SLResponse Applog) {\"success\": \"ok\"}";
  77. common_slenvelope_debug5 = "将要打包的无状态数据:%@";
  78. common_slenvelope_verbose1 = "";
  79. //SLEnvelope end
  80. ////////////////////////////////////////////////