New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aliyun-obv/i18n

Package Overview
Dependencies
Maintainers
2
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aliyun-obv/i18n - npm Package Compare versions

Comparing version 0.0.42 to 0.0.43

8

dist/i18n.d.ts

@@ -11,2 +11,4 @@ declare function getMsg(key: string): any;

CANCEL: any;
ERROR: any;
REFRESH: any;
ADDCOLUMN: any;

@@ -61,2 +63,8 @@ REDUCECOLUMN: any;

DASHBOARDTIMERANGE: any;
ERRMESSAGE1: any;
ERRMESSAGE2: any;
ERRMESSAGE3: any;
ERRMESSAGE4: any;
PRODUCTMESSAGE: any;
UNAUTHORIZEDOPERMSG: any;
};

@@ -63,0 +71,0 @@ declare function replaceI18nVariable(i18nStr: any, ...args: any[]): any;

18

dist/i18n.es.js

@@ -66,2 +66,6 @@ let mdsRemoteI18n = {};

// 取消
ERROR: getMsg("lb.error"),
// 错误提示
REFRESH: getMsg("log.search.refresh"),
// 刷新
ADDCOLUMN: getMsg("lb.add_column"),

@@ -163,4 +167,16 @@ // 添加Column

// 整点时间
DASHBOARDTIMERANGE: getMsg("lb.dashboard_time_range")
DASHBOARDTIMERANGE: getMsg("lb.dashboard_time_range"),
// 时间选择
ERRMESSAGE1: getMsg("msg.err_message1"),
// 页面停留时间过长,请刷新后重试
ERRMESSAGE2: getMsg("msg.err_message2"),
// 参数值不合法,请检查后重新输入
ERRMESSAGE3: getMsg("msg.err_message3"),
// 系统错误,请稍后再试
ERRMESSAGE4: getMsg("msg.err_message4"),
// 网络异常,无法访问
PRODUCTMESSAGE: getMsg("lb.product_message"),
// 日志功能开启中,请稍等1分钟后进行使用
UNAUTHORIZEDOPERMSG: getMsg("lb.unauthorized_oper_msg")
// 当前操作未被授权,请联系主账号进行RAM授权后再执行操作
};

@@ -167,0 +183,0 @@ function replaceI18nVariable(i18nStr, ...args) {

2

package.json

@@ -11,3 +11,3 @@ {

"devDependencies": {},
"version": "0.0.42"
"version": "0.0.43"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc