Skip to content

Commit

Permalink
Merge pull request #214 from Julian0229/main
Browse files Browse the repository at this point in the history
[feat]update globalization en_US.js
  • Loading branch information
ZhouYixun authored Oct 19, 2022
2 parents b916102 + fefe7ff commit 92cf214
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/locales/lang/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
*/
const robot = {
robotType: 'Robot Type',
robotTypePlaceholder: '请选择机器人类型',
robotTypePlaceholder: 'Please select the robot type',
robotToken: 'WebHook',
robotTokenPlaceholder: '请输入群机器人的WebHook',
robotTokenPlaceholder: 'Please enter the WebHook of the group robot',
robotSecret: 'Secret',
robotSecretPlaceholder: '(可选)请输入群机器人的密钥'
robotSecretPlaceholder: '(Optional) Please enter the key of the group robot'
}
const agent = {
newAgent: "New Agent",
Expand All @@ -24,8 +24,8 @@ const agent = {
shutdown: 'Shutdown',
edit: {
name: 'Name',
highTemp: "高温值",
highTempTime: "高温超时",
highTemp: "High temperature value",
highTempTime: "High temperature timeout",
rule: 'Agent name cannot be empty',
namePlaceholder: 'Please enter the Agent name'
}
Expand Down Expand Up @@ -156,8 +156,8 @@ const common = {
null: 'Null',
delete: 'Delete',
edit: 'Edit',
operate: "操作",
copy: "复制",
operate: "Opertation",
copy: "Copy",
}
// 路由
const routes = {
Expand Down Expand Up @@ -792,4 +792,4 @@ export default {
usersTS,
IOSRemote
}
}
}

0 comments on commit 92cf214

Please sign in to comment.