diff --git a/packages/uni-cli-i18n/locales/en.json b/packages/uni-cli-i18n/locales/en.json index 9c57bdb6ec97791bc9ee14d7c6c2729ff12682b5..0ddc587846fab126af66111c79ad1d4466db7837 100644 --- a/packages/uni-cli-i18n/locales/en.json +++ b/packages/uni-cli-i18n/locales/en.json @@ -53,7 +53,7 @@ "pluginUni.pluginIllegal": "The plugin is illegal", "pluginUni.uniStatisticsNoAppid": "The current application is not configured with Appid, and uni statistics cannot be used. For details, see {{0}}", "pluginUni.pleaseConfigScriptName": "Please specify the script name under package.json->uni-app->scripts", - "pluginUni.mpBrowserKernelDifference": "There are differences in the implementation mechanism of the browser kernels and custom components of each mini-program, and there may be compatibility issues with styles and layouts, please refer to:", + "pluginUni.mpBrowserKernelDifference": "There are differences in the implementation mechanism of the browser kernels and custom components of each mini-program, and there may be compatibility issues with styles and layouts, please refer to: {{0}}", "mpLoader.firstParameterNeedStaticString": "The first parameter of {{0}} must be a static string", "mpLoader.requireTwoParameter": "{{0}} requires two parameters", "mpLoader.findFail": "{{0}} find fail", diff --git a/packages/uni-cli-i18n/locales/zh_CN.json b/packages/uni-cli-i18n/locales/zh_CN.json index df9050fb44d3e3a8678d35fca45d9b50cc8d7f26..c6aca62686d1bf1b24a1e6ef48ccbfa3db7900cb 100644 --- a/packages/uni-cli-i18n/locales/zh_CN.json +++ b/packages/uni-cli-i18n/locales/zh_CN.json @@ -53,7 +53,7 @@ "pluginUni.pluginIllegal": "插件不合法", "pluginUni.uniStatisticsNoAppid": "当前应用未配置Appid,无法使用uni统计,详情参考 {{0}}", "pluginUni.pleaseConfigScriptName": "请指定 package.json->uni-app->scripts 下的 script 名称", - "pluginUni.mpBrowserKernelDifference": "小程序各家浏览器内核及自定义组件实现机制存在差异,可能存在样式布局兼容问题,参考:", + "pluginUni.mpBrowserKernelDifference": "小程序各家浏览器内核及自定义组件实现机制存在差异,可能存在样式布局兼容问题,参考:{{0}}", "mpLoader.firstParameterNeedStaticString": "{{0}}的第一个参数必须为静态字符串", "mpLoader.requireTwoParameter": "{{0}}需要两个参数", "mpLoader.findFail": "{{0}}查找失败",