seeder-st2110-components 1.7.14 → 1.7.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -172,8 +172,8 @@ const getLocale = () => {
172
172
  return window.__COMPONENT_LOCALE__;
173
173
  }
174
174
  }
175
- // 默认语言
176
- return 'zh-CN';
175
+ // 默认语言:英文(与 Umi 配置一致)
176
+ return 'en-US';
177
177
  };
178
178
 
179
179
  /**
@@ -1687,6 +1687,8 @@ var zhCN = {
1687
1687
  // 通用按钮
1688
1688
  'button.close': '关闭',
1689
1689
  'button.apply': '应用',
1690
+ 'button.cancel': '取消',
1691
+ 'button.delete': '删除',
1690
1692
  // 输入框占位符
1691
1693
  'input.placeholder.enterInteger': '请输入整数',
1692
1694
  'input.placeholder.enterPort': '请输入端口 (0-65535)',
@@ -1732,7 +1734,7 @@ var zhCN = {
1732
1734
  'ptp.offsetScaledLogVariance': '时钟偏移方差',
1733
1735
  'ptp.portIdentity': '端口标识',
1734
1736
  'ptp.grandmasterIdentity': '主时钟 ID',
1735
- 'ptp.utcOffset': 'UTC 偏移量',
1737
+ 'ptp.utcOffset': 'UTC 偏移',
1736
1738
  'ptp.connected': '已连接',
1737
1739
  'ptp.disconnected': '未连接',
1738
1740
  'ptp.locked': '已锁定',
@@ -1741,7 +1743,7 @@ var zhCN = {
1741
1743
  // NMOS Modal
1742
1744
  'nmos.title': 'NMOS 设置',
1743
1745
  'nmos.hostAddress': '主机地址',
1744
- 'nmos.domain': '',
1746
+ 'nmos.domain': '域名',
1745
1747
  'nmos.registrationPort': '注册端口',
1746
1748
  'nmos.registryAddress': '注册服务器地址',
1747
1749
  'nmos.registryVersion': '注册版本',
@@ -1807,7 +1809,7 @@ var zhCN = {
1807
1809
  // 系统操作
1808
1810
  'system.poweroff': '关机',
1809
1811
  'system.restart': '重启',
1810
- 'system.action.powerOff': '关机',
1812
+ 'system.action.powerOff': '关闭',
1811
1813
  'system.action.restart': '重启',
1812
1814
  'system.confirm.title': '确认操作',
1813
1815
  'system.confirm.message': '确定要{action}系统吗?此操作无法撤销。',
@@ -1831,6 +1833,8 @@ var enUS = {
1831
1833
  // General buttons
1832
1834
  'button.close': 'Close',
1833
1835
  'button.apply': 'Apply',
1836
+ 'button.cancel': 'Cancel',
1837
+ 'button.delete': 'Delete',
1834
1838
  // Input placeholders
1835
1839
  'input.placeholder.enterInteger': 'Enter an integer',
1836
1840
  'input.placeholder.enterPort': ' Enter port (0-65535)',