UMAnalyticsLog.strings 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. /*
  2. UMCommonLog.strings
  3. testUMCommonLog
  4. Created by 张军华 on 2017/12/11.
  5. Copyright © 2017年 张军华. All rights reserved.
  6. */
  7. //init 20000 - 20250
  8. analytics_init_error1 = "[AIE10012]Latitude或者longitude设置错误 https://developer.umeng.com/docs/66632/detail/66999?um_channel=sdk";
  9. analytics_init_error2 = "[AIE10013]puid 为空 https://developer.umeng.com/docs/66632/detail/67000?um_channel=sdk";
  10. analytics_init_error3 = "[AIE10013]puid 大于64字节 https://developer.umeng.com/docs/66632/detail/67000?um_channel=sdk";
  11. analytics_init_error4 = "[AIE10013]provider 大于32字节 https://developer.umeng.com/docs/66632/detail/67000?um_channel=sdk";
  12. analytics_init_error5 = "[AIE10005]请设置Dplus 场景 https://developer.umeng.com/docs/66632/detail/66990?um_channel=sdk";
  13. analytics_init_error6 = "数据库连接失败";
  14. analytics_init_error7 = "数据库已经打开";
  15. analytics_init_error8 = "修改表失败,TABLE %@ with columnName(%@)";
  16. analytics_init_error9 = "数据库运行失败,sql: %@, error: %s,errorCode:%d";
  17. analytics_init_error10 = "%@ 表创建失败";
  18. analytics_init_error11 = "%@ 表删除失败";
  19. analytics_init_error12 = "sql执行失败 %s";
  20. analytics_init_error13 = "%@ 表写入失败";
  21. analytics_init_error14 = "%@ 表修改失败";
  22. analytics_init_error15 = "[AIE10011]DeepLink url 不能大于 %d字节 https://developer.umeng.com/docs/66632/detail/66998?um_channel=sdk";
  23. analytics_init_error16 = "[AIE10011]DeepLink eventId %@ 不能大于 %d字节 https://developer.umeng.com/docs/66632/detail/66998?um_channel=sdk";
  24. analytics_init_error17 = "[AIE10006]%@是SDK保留字段,不能作为eventId使用 https://developer.umeng.com/docs/66632/detail/66991?um_channel=sdk";
  25. analytics_init_error18 = "[AIE1006]attributes中value 不能为 NSNull https://developer.umeng.com/docs/66632/detail/67191?um_channel=sdk";
  26. analytics_init_error19 = "[AIE10001]appkey 不能为空 https://developer.umeng.com/docs/66632/detail/66982?um_channel=sdk";
  27. analytics_init_error20 = "[AIE10005]MobClickGameAnalytics 是游戏API,请先设置游戏场景 https://developer.umeng.com/docs/66632/detail/66990?um_channel=sdk";
  28. analytics_init_error21 = "[AIE10014]MobClickGameAnalytics orderId 不能大于 1024字节 https://developer.umeng.com/docs/66632/detail/67001?um_channel=sdk";
  29. analytics_init_error22 = "[AIE10014]MobClickGameAnalytics currencyType 不能大于 3字节 https://developer.umeng.com/docs/66632/detail/67001?um_channel=sdk";
  30. analytics_init_error23 = "[AIE10005]DplusMobClick 是Dplus API,请先设置Dplus场景 https://developer.umeng.com/docs/66632/detail/66990?um_channel=sdk";
  31. analytics_init_error24 = "[AIE1008]Dplus key:%@ 是预制字段,不能使用 https://developer.umeng.com/docs/66632/detail/67191?um_channel=sdk";
  32. analytics_init_error25 = "[AIE10008]Dplus property value只能使用NSString,NSNumber,NSArray类型 NSArray只能是(NSString,NSNumber)类型且不能为空 https://developer.umeng.com/docs/66993/detail/id?um_channel=sdk";
  33. analytics_init_error26 = "[AIE10008]Dplus property的key只能是NSString类型且不能为空 https://developer.umeng.com/docs/66632/detail/66993?um_channel=sdk";
  34. analytics_init_error27 = "[AIE10008]Dplus property的value数组只能是NSString类型或NSNumber类型且不能为空 https://developer.umeng.com/docs/66632/detail/66993?um_channel=sdk";
  35. //analytics_init_error27 = "[AIE10027]Dplus array内容只能是NSString 或者 NSNumber类型";
  36. //analytics_init_error28 = "[AIE10028]Dplus 事件的key和value 必须是string类型,key不能大于%@字节,value不能大于%@字节";
  37. //analytics_init_error29 = "[AIE10029]Dplus property的value只能是NSString或者NSNumber类型且不能为空";
  38. analytics_init_error30 = "[AIE10010]Dplus eventList必须是NSArray类型 https://developer.umeng.com/docs/66632/detail/66996?um_channel=sdk";
  39. analytics_init_error31 = "[AIE10010]Dplus eventList已存入5个,无法再添加 https://developer.umeng.com/docs/66632/detail/66996?um_channel=sdk";
  40. analytics_init_error32 = "[AIE10008]Dplus property只能是NSDictionary类型 https://developer.umeng.com/docs/66632/detail/66993?um_channel=sdk";
  41. analytics_init_error33 = "[AIE10008]Dplus propertyName只能是NSString类型并且不能为空 https://developer.umeng.com/docs/66632/detail/66993?um_channel=sdk";
  42. analytics_init_error34 = "[AIE10006]关键字id, ts, du, dplus_st, %@是SDK保留字段,不能作为key使用。https://developer.umeng.com/docs/66632/detail/66991?um_channel=sdk";
  43. analytics_init_error35 = "[AIE10006]事件的key和value 必须是string类型,key不能大于%ld字节,value不能大于%ld字节 https://developer.umeng.com/docs/66991/detail/id?um_channel=sdk";
  44. analytics_init_error36 = "[AIE10008]Dplus eventName为空 https://developer.umeng.com/docs/66632/detail/66993?um_channel=sdk";
  45. analytics_init_error37 = "[AIE10006]关键字id, ts, du, dplus_st是友盟SDK保留字段,不能作为key使用。https://developer.umeng.com/docs/66632/detail/66991?um_channel=sdk";
  46. analytics_init_error38 = "make envelope failed code:%d";
  47. analytics_init_error39 = "获取内容失败";
  48. analytics_init_error40 = "[AIE10006]eventId %@ 不能大于 %d字节 https://developer.umeng.com/docs/66632/detail/66991?um_channel=sdk";
  49. analytics_init_error41 = "[AIE10011]DeepLink 请检查参数是否正确 https://developer.umeng.com/docs/66632/detail/66998?um_channel=sdk";
  50. analytics_init_error42 = "[AIE10010]Dplus eventList参数错误 https://developer.umeng.com/docs/66632/detail/66996?um_channel=sdk";
  51. analytics_init_error43 = "[AIE10009]Dplus 请检查预置事件参数 https://developer.umeng.com/docs/66632/detail/66994?um_channel=sdk";
  52. analytics_init_error44 = "[AIE10009]Dplus 预置事件的key和value 必须是string类型,key不能大于%d字节,value不能大于%d字节 https://developer.umeng.com/docs/66632/detail/66994?um_channel=sdk";
  53. analytics_init_error45 = "[AIE10009]Dplus 预置事件property的value只能是NSString或者NSNumber类型且不能为空 https://developer.umeng.com/docs/66632/detail/66994?um_channel=sdk";
  54. analytics_init_error46 = "[AIE10009]Dplus 预支事件property的key只能是NSString类型且不能为空 https://developer.umeng.com/docs/66632/detail/66994?um_channel=sdk";
  55. analytics_init_error47 = "[AIE10009]Dplus 预置事件property只能是NSDictionary类型 https://developer.umeng.com/docs/66632/detail/66994?um_channel=sdk";
  56. analytics_init_error48 = "[AIE10009]Dplus 预置事件property为空 https://developer.umeng.com/docs/66632/detail/66994?um_channel=sdk";
  57. analytics_init_error49 = "[AIE10009]Dplus 请检查预置事件property中的key和value是否正确 https://developer.umeng.com/docs/66632/detail/66994?um_channel=sdk";
  58. analytics_init_error50 = "[AIE10009]Dplus 预置事件propertyName只能是NSString类型并且不能为空 https://developer.umeng.com/docs/66632/detail/66994?um_channel=sdk";
  59. analytics_init_error51 = "[AIE10007]请检查参数是否正确 https://developer.umeng.com/docs/66632/detail/66992?um_channel=sdk";
  60. analytics_init_error52 = "[AIE10007]pageName不能为空 https://developer.umeng.com/docs/66632/detail/66992?um_channel=sdk";
  61. analytics_init_error53 = "[AIE10008]Dplus property为空 https://developer.umeng.com/docs/66632/detail/66993?um_channel=sdk";
  62. analytics_init_error54 = "[AIE10006]请检查参数是否正确 https://developer.umeng.com/docs/66632/detail/66991?um_channel=sdk";
  63. analytics_init_error55 = "[AIE10014]MobClickGameAnalytics level不能为空 https://developer.umeng.com/docs/66632/detail/67000?um_channel=sdk";
  64. analytics_init_error56 = "[AIE10014]MobClickGameAnalytics 请检查currencyAmount和virtualAmount是否正确 https://developer.umeng.com/docs/66632/detail/67001?um_channel=sdk";
  65. analytics_init_error57 = "[AIE10014]请检查参数是否正确 https://developer.umeng.com/docs/66632/detail/67001?um_channel=sdk";
  66. analytics_init_warn1 = "provider 为空";
  67. analytics_init_warn3 = "错误信息表内容不是jsonString";
  68. analytics_init_warn5 = "请检查property中的key和value值";
  69. analytics_init_warn6 = "app已经启动";
  70. analytics_init_warn7 = "attributes中value 不能为空";
  71. analytics_init_warn8 = "setUserLevel 方法已下线,请使用setUserLevelId方法";
  72. analytics_init_warn9 = "setUserID 方法已下线,请使用其他相关User的方法";
  73. analytics_init_warn10 = "[AIE10010]Dplus eventList为空 https://developer.umeng.com/docs/66632/detail/66996?um_channel=sdk";
  74. analytics_init_warn11 = "Dplus value:%@ 超出限制字节,已被截取到%ld字节";
  75. analytics_init_warn12 = "Dplus array内容只能是NSString类型";
  76. analytics_init_warn13 = "Dplus property为空";
  77. analytics_init_warn14 = "Dplus 请检查property中的key和value是否正确";
  78. analytics_init_warn15 = "Dplus propertyName在Property中不存在";
  79. analytics_init_warn16 = "Dplus propertyName在PreProperty中不存在";
  80. analytics_init_warn17 = "Dplus propertyName在SuperProperty中不存在";
  81. analytics_init_warn18 = "event label (%@) 不能大于%d字节";
  82. analytics_init_warn19 = "event事件在8小时内最多发送%d";
  83. analytics_init_warn20 = "track事件在8小时内最多发送%d";
  84. analytics_init_warn21 = "sessionId为空";
  85. analytics_init_warn22 = "不确定event 类型";
  86. analytics_init_warn23 = "[AIE10010]Dplus %@ 过长,截取%ld字节 https://developer.umeng.com/docs/66632/detail/66996?um_channel=sdk";
  87. analytics_init_info1 = "超级属性注册成功";
  88. analytics_init_info2 = "缓存数据存储完成";
  89. analytics_init_info3 = "session 开始:%@";
  90. analytics_init_info4 = "session 结束:%@";
  91. analytics_init_info5 = "Dplus registerPreProperty成功";
  92. analytics_init_info6 = "Dplus unregisterSuperProperty成功";
  93. analytics_init_info7 = "Dplus unregisterPreProperty成功";
  94. analytics_init_info8 = "Dplus getSuperProperty成功";
  95. analytics_init_info9 = "dladdr(%p, ...) failed";
  96. analytics_init_info10 = "Invalid Mach-O header magic value: %x";
  97. analytics_init_info11 = "LC_SEGMENT 0x%08x";
  98. analytics_init_info12 = "数据过大,进行拆包";
  99. analytics_init_info13 = "数据过大,进行Dplus拆包";
  100. analytics_init_info14 = "数据过大,进行analytics拆包";
  101. analytics_init_debug1 = "UMAnalytics sdk版本号:%@,app 版本号:%@";
  102. analytics_init_debug2 = "UMAnalytics发送配置:sdk_version:%@, device_id:%@, model:%@, os_version:%@, app_version:%@";
  103. analytics_init_debug3 = "UMAnalytics统计发送内容:active_user:%@, activate_msg:%@, sessions:%@, ekv:%@";
  104. analytics_init_debug4 = "UMAnalytics游戏统计发送内容:gkv:%@";
  105. analytics_init_debug5 = "UMAnalytics Dplus发送内容:Dplus:%@";
  106. analytics_init_debug6 = "UMAnalytics error:%@";
  107. analytics_init_debug7 = "UMAnalytics event:%@";
  108. analytics_init_debug8 = "UMAnalytics session:%@";
  109. analytics_init_debug9 = "UMAnalytics ekv:%@";
  110. analytics_init_debug10 = "UMAnalytics gkv:%@";
  111. analytics_init_debug11 = "UMAnalytics app被杀死";
  112. analytics_init_debug12 = "UMAnalytics pageDuration:%@";
  113. analytics_init_debug13 = "UMAnalytics pageBegin=%@, beginTime:%@";
  114. analytics_init_debug14 = "UMAnalytics pageEnd=%@, duration:%lld";
  115. analytics_init_debug15 = "UMAnalytics eventBegin eventId=%@, label=%@";
  116. analytics_init_debug16 = "UMAnalytics ekvBegin ekvEvent.id=%@, ekvEvent.key=%@";
  117. analytics_init_verbose1 = "UMAnalytics 发送日志:%@";
  118. analytics_init_verbose2 = "UIApplicationWillTerminateNotification arrived";
  119. analytics_init_verbose3 = "app inactivate enter";
  120. analytics_init_verbose4 = "viewDidAppear is: %@";
  121. analytics_init_verbose5 = "viewDidDisappear is: %@";