en-US.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. /*
  2. Recorder ../app-support-sample/demo_UniApp/uni_modules/Recorder-UniCore/i18n/en-US.js
  3. https://github.com/xiangyuecn/Recorder
  4. Usage: Recorder.i18n.lang="en-US" or "en"
  5. Desc: English, 英语。This translation mainly comes from: google translation + Baidu translation, translated from Chinese to English. 此翻译主要来自:google翻译+百度翻译,由中文翻译成英文。
  6. 注意:请勿修改//@@打头的文本行;以下代码结构由/src/package-i18n.js自动生成,只允许在字符串中填写翻译后的文本,请勿改变代码结构;翻译的文本如果需要明确的空值,请填写"=Empty";文本中的变量用{n}表示(n代表第几个变量),所有变量必须都出现至少一次,如果不要某变量用{n!}表示
  7. Note: Do not modify the text lines starting with //@@; The following code structure is automatically generated by /src/package-i18n.js, only the translated text is allowed to be filled in the string, please do not change the code structure; If the translated text requires an explicit empty value, please fill in "=Empty"; Variables in the text are represented by {n} (n represents the number of variables), all variables must appear at least once, if a variable is not required, it is represented by {n!}
  8. */
  9. (function(factory){
  10. var browser=typeof window=="object" && !!window.document;
  11. var win=browser?window:Object; //非浏览器环境,Recorder挂载在Object下面
  12. factory(win.Recorder,browser);
  13. }(function(Recorder,isBrowser){
  14. "use strict";
  15. var i18n=Recorder.i18n;
  16. //@@User Code-1 Begin 手写代码放这里 Put the handwritten code here @@
  17. //@@User Code-1 End @@
  18. //@@Exec i18n.lang="en-US";
  19. Recorder.CLog('Import Page[Recorder_UniCore] lang="en-US"');
  20. //@@Exec i18n.alias["en-US"]="en";
  21. var putSet={lang:"en"};
  22. //@@Exec i18n.data["rtl$en"]=false;
  23. i18n.data["desc-page-Recorder_UniCore$en"]="English, 英语。This translation mainly comes from: google translation + Baidu translation, translated from Chinese to English. 此翻译主要来自:google翻译+百度翻译,由中文翻译成英文。";
  24. //@@Exec i18n.GenerateDisplayEnglish=false;
  25. //*************** Begin srcFile=../app-support-sample/demo_UniApp/uni_modules/Recorder-UniCore/app-uni-support.js ***************
  26. i18n.put(putSet,
  27. [ //@@PutList
  28. //@@zh="微信小程序中需要:{1}"
  29. //@@Put0
  30. "RXs7:"+ //args: {1}
  31. "WeChat miniProgram requires: {1}"
  32. //@@zh="Recorder-UniCore目前只支持:H5、APP(Android iOS)、MP-WEIXIN,其他平台环境需要自行编写适配文件实现接入"
  33. ,"4ATo:"+ //no args
  34. "Recorder-UniCore currently only supports: H5, APP (Android iOS), MP-WEIXIN, other platform environments need to write their own adaptation files to achieve access"
  35. //@@zh="RecordApp.UniWebViewActivate 需要传入当前页面或组件的this对象作为参数"
  36. ,"GwCz:"+ //no args
  37. "RecordApp.UniWebViewActivate needs to pass in the this object of the current page or component as a parameter"
  38. //@@zh="RecordApp.UniWebViewActivate 发生不应该出现的错误(可能需要升级插件代码):"
  39. ,"ipB3:"+ //no args
  40. "An error occurred in RecordApp.UniWebViewActivate that should not occur (the plug-in code may need to be upgraded): "
  41. //@@zh="RecordApp.UniWebViewActivate 已切换当前页面或组件的renderjs所在的WebView"
  42. ,"WpKg:"+ //no args
  43. "RecordApp.UniWebViewActivate has switched the WebView where the renderjs of the current page or component is located"
  44. //@@zh="RecordApp.UniRenderjsRegister 需在renderjs中调用并且传入当前模块的this"
  45. ,"4jKV:"+ //no args
  46. "RecordApp.UniRenderjsRegister needs to be called in renderjs and pass in this of the current module"
  47. //@@zh="RecordApp.UniRenderjsRegister 发生不应该出现的错误(可能需要升级插件代码):"
  48. ,"Uc9E:"+ //no args
  49. "An error occurred in RecordApp.UniRenderjsRegister that should not occur (the plugin code may need to be upgraded): "
  50. //@@zh="RecordApp.UniRenderjsRegister 重复注册当前页面renderjs模块,一个组件内只允许一个renderjs模块进行注册"
  51. ,"mzKj:"+ //no args
  52. "RecordApp.UniRenderjsRegister repeatedly registers the renderjs module of the current page. Only one renderjs module is allowed to be registered in a component"
  53. //@@zh="RecordApp.UniRenderjsRegister 已注册当前页面renderjs模块"
  54. ,"7kJS:"+ //no args
  55. "RecordApp.UniRenderjsRegister has registered the renderjs module of the current page"
  56. //@@zh="需要先调用RecordApp.UniWebViewActivate方法"
  57. ,"AGd7:"+ //no args
  58. "You need to call the RecordApp.UniWebViewActivate method first"
  59. //@@zh="需先调用RecordApp.RequestPermission方法"
  60. ,"7ot0:"+ //no args
  61. "You need to call the RecordApp.RequestPermission method first"
  62. //@@zh="需重新调用RecordApp.RequestPermission方法"
  63. ,"VsdN:"+ //no args
  64. "The RecordApp.RequestPermission method needs to be called again"
  65. //@@zh="检测到有其他页面或组件调用了RecordApp.UniPageOnShow(WvCid={1}),但未调用过RecordApp.UniWebViewActivate(当前WvCid={2}),部分功能会继续使用之前Activate的WebView和组件,请确保这是符合你的业务逻辑,不是因为忘记了调用UniWebViewActivate"
  66. ,"SWsy:"+ //args: {1}-{2}
  67. "It is detected that another page or component has called RecordApp.UniPageOnShow (WvCid={1}), but RecordApp.UniWebViewActivate (current WvCid={2}) has not been called. Some functions will continue to use the previously Activated WebView and components. Please make sure This is in line with your business logic, not because you forgot to call UniWebViewActivate"
  68. //@@zh="当前不是App逻辑层"
  69. ,"TfJX:"+ //no args
  70. "Currently it is not the App logic layer"
  71. //@@zh="当前还未调用过RecordApp.UniWebViewActivate"
  72. ,"peIm:"+ //no args
  73. "RecordApp.UniWebViewActivate has not been called yet"
  74. //@@zh="未找到此页面renderjs所在的WebView"
  75. ,"qDo1:"+ //no args
  76. "The WebView where renderjs for this page is not found"
  77. //@@zh=",不可以调用RecordApp.UniWebViewEval"
  78. ,"igw2:"+ //no args
  79. ", RecordApp.UniWebViewEval cannot be called"
  80. //@@zh="当前不是App逻辑层"
  81. ,"lU1W:"+ //no args
  82. "Currently it is not the App logic layer"
  83. //@@zh="当前还未调用过RecordApp.UniWebViewActivate"
  84. ,"mSbR:"+ //no args
  85. "RecordApp.UniWebViewActivate has not been called yet"
  86. //@@zh="未找到此页面renderjs所在的WebView Cid"
  87. ,"6Iql:"+ //no args
  88. "The WebView Cid where renderjs for this page is not found"
  89. //@@zh=",不可以调用RecordApp.UniWebViewVueCall"
  90. ,"TtoS:"+ //no args
  91. ", RecordApp.UniWebViewVueCall cannot be called"
  92. //@@zh="renderjs中未import导入RecordApp"
  93. ,"U1Be:"+ //no args
  94. "RecordApp is not imported in renderjs"
  95. //@@zh="renderjs中的mounted内需要调用RecordApp.UniRenderjsRegister"
  96. ,"Bcgi:"+ //no args
  97. "RecordApp.UniRenderjsRegister needs to be called in mounted in renderjs"
  98. //@@zh="没有找到组件的renderjs模块"
  99. ,"URyD:"+ //no args
  100. "The renderjs module for the component was not found"
  101. //@@zh="{1}连接renderjs超时"
  102. ,"KQhJ:"+ //args: {1}
  103. "{1} connection renderjs timeout"
  104. //@@zh="{1}处理超时"
  105. ,"RDcZ:"+ //args: {1}
  106. "{1} processing timeout"
  107. //@@zh="需要在页面中提供一个renderjs,在里面import导入RecordApp、录音格式编码器、可视化插件等"
  108. ,"TSmQ:"+ //no args
  109. "You need to provide a renderjs in the page, and import RecordApp, recording format encoder, visualization plug-in, etc."
  110. //@@zh="需在renderjs中import {1}"
  111. ,"AN0e:"+ //args: {1}
  112. "Need to import {1} in renderjs"
  113. //@@zh="不应该出现的MainReceiveBind重复绑定"
  114. ,"vEgr:"+ //no args
  115. "MainReceiveBind duplicate binding that should not occur"
  116. //@@zh="[MainReceive]从renderjs发回未知数据:"
  117. ,"ZHwv:"+ //no args
  118. "[MainReceive] Unknown data sent back from renderjs: "
  119. //@@zh="只允许在renderjs中调用RecordApp.UniWebViewSendBigBytesToMain"
  120. ,"MujG:"+ //no args
  121. "Only allowed to call RecordApp.UniWebViewSendBigBytesToMain in renderjs"
  122. //@@zh="renderjs中的mounted内需要调用RecordApp.UniRenderjsRegister才能调用RecordApp.UniWebViewSendBigBytesToMain"
  123. ,"kE91:"+ //no args
  124. "RecordApp.UniRenderjsRegister needs to be called in mounted in renderjs to call RecordApp.UniWebViewSendBigBytesToMain"
  125. //@@zh="无效的BigBytes回传数据"
  126. ,"CjMb:"+ //no args
  127. "Invalid BigBytes return data"
  128. //@@zh="保存文件{1}失败:"
  129. ,"UqfI:"+ //args: {1}
  130. "Failed to save file {1}: "
  131. //@@zh="当前环境未支持保存本地文件"
  132. ,"kxOd:"+ //no args
  133. "The current environment does not support saving local files"
  134. //@@zh=" | RecordApp的uni-app支持文档和示例:{1} "
  135. ,"1f2V:"+ //args: {1}
  136. " | RecordApp’s uni-app support documentation and examples: {1}"
  137. //@@zh="当前录音由原生录音插件提供支持"
  138. ,"XSYY:"+ //no args
  139. "Current recording is powered by native recording plug-in"
  140. //@@zh="当前录音由uts插件提供支持"
  141. ,"nnM6:"+ //no args
  142. "Current recording is powered by uts plugin"
  143. //@@zh="当前已配置RecordApp.UniWithoutAppRenderjs,必须提供原生录音插件或uts插件才能录音,请参考RecordApp.UniNativeUtsPlugin配置"
  144. ,"fqhr:"+ //no args
  145. "RecordApp.UniWithoutAppRenderjs is currently configured. A native recording plug-in or uts plug-in must be provided to record. Please refer to the RecordApp.UniNativeUtsPlugin configuration"
  146. //@@zh="当前RecordApp运行在逻辑层中(性能会略低一些,可视化等插件不可用)"
  147. ,"xYRb:"+ //no args
  148. "Currently RecordApp runs in the logical layer (performance will be slightly lower, and plug-ins such as visualization are not available) "
  149. //@@zh="未找到当前页面renderjs所在的WebView,如果确实没有renderjs,请设置RecordApp.UniWithoutAppRenderjs=true"
  150. ,"S3eF:"+ //no args
  151. "The WebView where the renderjs of the current page is located has not been found. If there is indeed no renderjs, please set RecordApp.UniWithoutAppRenderjs=true"
  152. //@@zh="当前RecordApp运行在renderjs所在的WebView中(逻辑层中只能做有限的实时处理,可视化等插件均需要在renderjs中进行调用)"
  153. ,"0hyi:"+ //no args
  154. "The current RecordApp runs in the WebView where renderjs is located (only limited real-time processing can be done in the logic layer, and visualization and other plug-ins need to be called in renderjs) "
  155. //@@zh="【在App内使用{1}的授权许可】"
  156. ,"FabE:"+ //args: {1}
  157. "[License for use of {1} within the App] "
  158. //@@zh="已购买原生录音插件,获得授权许可"
  159. ,"w37G:"+ //no args
  160. "Purchased the native recording plug-in and obtained the license"
  161. //@@zh="已购买uts插件,获得授权许可"
  162. ,"e71S:"+ //no args
  163. "Purchased uts plug-in and obtained license"
  164. //@@zh="UniAppUseLicense填写无效,如果已获取到了商用授权,请填写:{1},否则请使用空字符串"
  165. ,"aPoj:"+ //args: {1}
  166. "UniAppUseLicense is invalid. If you have obtained a commercial license, please fill in: {1}, otherwise please use an empty string"
  167. //@@zh="未找到Canvas:{1},请确保此DOM已挂载(可尝试用$nextTick等待DOM更新)"
  168. ,"k7im:"+ //args: {1}
  169. "Canvas not found: {1}, please make sure this DOM is mounted (try $nextTick to wait for DOM update) "
  170. //@@zh="未找到Canvas:{1},请确保此DOM已挂载(可尝试用$nextTick等待DOM更新)"
  171. ,"dzX0:"+ //args: {1}
  172. "Canvas not found: {1}, please make sure this DOM is mounted (try $nextTick to wait for DOM update) "
  173. //@@zh="RecordApp.UniFindCanvas未适配当前环境"
  174. ,"yI24:"+ //no args
  175. "RecordApp.UniFindCanvas does not adapt to the current environment"
  176. //@@zh="{1}回传了未知内容,"
  177. ,"dl4f:"+ //args: {1}
  178. "{1} returned unknown content, "
  179. //@@zh="renderjs中不支持设置RecordApp.UniNativeUtsPlugin"
  180. ,"l6sY:"+ //no args
  181. "Setting RecordApp.UniNativeUtsPlugin is not supported in renderjs"
  182. //@@zh="当前App未打包进双端原生插件[{1}],尝试加载单端[{2}]"
  183. ,"kSjQ:"+ //args: {1}-{2}
  184. "The current App is not packaged into the dual-end native plug-in [{1}], try to load the single-end [{2}]"
  185. //@@zh="已加载原生录音插件[{1}]"
  186. ,"Xh1W:"+ //args: {1}
  187. "Native recording plugin loaded [{1}]"
  188. //@@zh="配置了RecordApp.UniNativeUtsPlugin,但当前App未打包进原生录音插件[{1}]"
  189. ,"SCW9:"+ //args: {1}
  190. "RecordApp.UniNativeUtsPlugin is configured, but the current App is not packaged with the native recording plug-in [{1}]"
  191. //@@zh="提供的RecordApp.UniNativeUtsPlugin值不是RecordApp的uts原生录音插件"
  192. ,"TGMm:"+ //no args
  193. "The provided RecordApp.UniNativeUtsPlugin value is not RecordApp’s uts native recording plug-in"
  194. //@@zh="未配置RecordApp.UniNativeUtsPlugin原生录音插件"
  195. ,"H753:"+ //no args
  196. "RecordApp.UniNativeUtsPlugin native recording plug-in is not configured"
  197. //@@zh="需在App逻辑层中调用原生插件功能"
  198. ,"MrBx:"+ //no args
  199. "The native plug-in function needs to be called in the App logic layer"
  200. //@@zh="未开始录音,不可以调用{1}"
  201. ,"0FGq:"+ //args: {1}
  202. "Recording has not started and {1} cannot be called"
  203. //@@zh="需先调用RecordApp.UniWebViewActivate,然后才可以调用RequestPermission"
  204. ,"PkQ2:"+ //no args
  205. "RecordApp.UniWebViewActivate needs to be called first, and then RequestPermission can be called"
  206. //@@zh="不应当出现的非H5权限请求"
  207. ,"Jk72:"+ //no args
  208. "Non-H5 permission requests that should not appear"
  209. //@@zh="正在调用plus.ios@AVAudioSession请求iOS原生录音权限"
  210. ,"Y3rC:"+ //no args
  211. "Calling plus.ios@AVAudioSession to request iOS native recording permissions"
  212. //@@zh="已获得iOS原生录音权限"
  213. ,"j15C:"+ //no args
  214. "Obtained iOS native recording permissions"
  215. //@@zh="plus.ios请求录音权限,状态值: "
  216. ,"iKhe:"+ //no args
  217. "plus.ios requests recording permission, status value: "
  218. //@@zh="用户拒绝了录音权限"
  219. ,"0caE:"+ //no args
  220. "User denied recording permission"
  221. //@@zh="正在调用plus.android.requestPermissions请求Android原生录音权限"
  222. ,"7Noe:"+ //no args
  223. "Calling plus.android.requestPermissions to request Android native recording permissions"
  224. //@@zh="已获得Android原生录音权限:"
  225. ,"Bgls:"+ //no args
  226. "Obtained Android native recording permission: "
  227. //@@zh="plus.android请求录音权限:无权限"
  228. ,"Ruxl:"+ //no args
  229. "plus.android requests recording permission: No permission"
  230. //@@zh="用户拒绝了录音权限"
  231. ,"l7WP:"+ //no args
  232. "User denied recording permission"
  233. //@@zh="plus.android请求录音权限出错:"
  234. ,"0JQw:"+ //no args
  235. "plus.android error in requesting recording permission: "
  236. //@@zh="调用plus的权限请求出错:"
  237. ,"Mvl7:"+ //no args
  238. "An error occurred in the permission request to call plus: "
  239. //@@zh="无法调用RequestPermission:"
  240. ,"ksoA:"+ //no args
  241. "Unable to call RequestPermission: "
  242. //@@zh="无法连接到renderjs"
  243. ,"KnF0:"+ //no args
  244. "Unable to connect to renderjs"
  245. //@@zh="需先调用RecordApp.UniWebViewActivate,然后才可以调用Start"
  246. ,"XCMU:"+ //no args
  247. "RecordApp.UniWebViewActivate needs to be called first, and then Start can be called"
  248. //@@zh="不应当出现的非H5录音Start"
  249. ,"rSLO:"+ //no args
  250. "Start of non-H5 recordings that should not appear"
  251. //@@zh="无法调用Start:"
  252. ,"Bjx9:"+ //no args
  253. "Unable to call Start: "
  254. //@@zh="未开始录音,但收到renderjs回传的onRecEncodeChunk"
  255. ,"MTdp:"+ //no args
  256. "Recording did not start, but onRecEncodeChunk returned by renderjs was received"
  257. //@@zh="未开始录音,但收到Uni Native PCM数据"
  258. ,"BjGP:"+ //no args
  259. "Recording did not start, but Uni Native PCM data was received"
  260. //@@zh="未开始录音,但收到UniNativeUtsPlugin PCM数据"
  261. ,"byzO:"+ //no args
  262. "Recording did not start, but UniNativeUtsPlugin PCM data was received"
  263. //@@zh="未开始录音"
  264. ,"YP4V:"+ //no args
  265. "Recording not started"
  266. //@@zh="不应当出现的非H5录音Stop"
  267. ,"TPhg:"+ //no args
  268. "Stop non-H5 recordings that should not appear"
  269. //@@zh="未开始录音"
  270. ,"pP4O:"+ //no args
  271. "Recording not started"
  272. //@@zh="无法调用Stop:"
  273. ,"H6cq:"+ //no args
  274. "Unable to call Stop: "
  275. //@@zh="不应该出现的renderjs发回的文件数据丢失"
  276. ,"gomD:"+ //no args
  277. "The file data sent back by renderjs should not be lost"
  278. ]);
  279. //*************** End srcFile=../app-support-sample/demo_UniApp/uni_modules/Recorder-UniCore/app-uni-support.js ***************
  280. //@@User Code-2 Begin 手写代码放这里 Put the handwritten code here @@
  281. //@@User Code-2 End @@
  282. }));