Skip to content

Commit

Permalink
fix: 去掉翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 16, 2024
1 parent 7b0e98b commit 39a9bad
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions web/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,64 +64,6 @@
"actions": "Actions"
}
},
"safeIndex": {
"title": "Security",
"buttons": {
"delete": "Delete",
"add": "Add",
"batchDelete": "Batch Delete"
},
"columns": {
"port": "Port",
"protocol": "Protocol",
"actions": "Actions"
},
"confirm": {
"delete": "Are you sure you want to delete the rule?",
"batchDelete": "High-risk operation! Are you sure you want to delete the selected rules?"
},
"alerts": {
"undelete": "undelete",
"delete": "successfully deleted",
"add": "added successfully",
"setup": "setup successful",
"select": "Please select the rule to delete",
"ruleDelete": "Rule {rule} deleted successfully"
},
"filter": {
"fields": {
"firewall": {
"label": "Firewall status",
"checked": "open",
"unchecked": "close"
},
"ssh": {
"label": "SSH status",
"checked": "open",
"unchecked": "close"
},
"ping": {
"label": "Ping status",
"checked": "open",
"unchecked": "close"
},
"port": {
"label": "SSH port"
}
}
},
"portControl": {
"title": "Port control",
"fields": {
"port": {
"placeholder": "Example:3306, 1000-2000"
},
"protocol": {
"placeholder": "protocol"
}
}
}
},
"settingIndex": {
"title": "Settings",
"info": "Update panel settings / entry, adjust browser address accordingly to access panel!",
Expand Down

0 comments on commit 39a9bad

Please sign in to comment.