mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-24 12:40:36 +00:00
[Update] add i18n en
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
"Action": "Action",
|
||||
"Actions": "Actions",
|
||||
"Activate": "Activate",
|
||||
"Active": "",
|
||||
"Active": "Active",
|
||||
"Add": "Add",
|
||||
"Auth": "",
|
||||
"BasicInfo": "Basic info",
|
||||
@@ -132,7 +132,7 @@
|
||||
"Other": "Other",
|
||||
"Others": "",
|
||||
"Push": "",
|
||||
"QuickUpdate": "",
|
||||
"QuickUpdate": "Quick update",
|
||||
"Reset": "Reset",
|
||||
"Search": "\\u641c\\u7d22",
|
||||
"Show": "Show",
|
||||
@@ -157,7 +157,7 @@
|
||||
"createSuccessMsg": "",
|
||||
"createdBy": "Created by",
|
||||
"dateCreated": "Date created",
|
||||
"dateExpired": "",
|
||||
"dateExpired": "Date expired",
|
||||
"delete": "",
|
||||
"deleteErrorMsg": "",
|
||||
"deleteSelected": "Delete selected",
|
||||
@@ -325,7 +325,7 @@
|
||||
"TaskDetail": "Tasks detail",
|
||||
"TaskList": "Tasks",
|
||||
"Terminal": "Terminal",
|
||||
"TicketDetail": "",
|
||||
"TicketDetail": "Ticket detail",
|
||||
"Tickets": "Tickets",
|
||||
"UserCreate": "User create",
|
||||
"UserDetail": "User detail",
|
||||
|
@@ -59,7 +59,7 @@ export default {
|
||||
value: this.object.id
|
||||
},
|
||||
{
|
||||
key: this.$t('common.name'),
|
||||
key: this.$t('common.Name'),
|
||||
value: this.object.name
|
||||
},
|
||||
{
|
||||
|
@@ -55,7 +55,7 @@ export default {
|
||||
detailCardItems() {
|
||||
return [
|
||||
{
|
||||
key: this.$t('common.name'),
|
||||
key: this.$t('common.Name'),
|
||||
value: this.object.name
|
||||
},
|
||||
{
|
||||
|
@@ -55,7 +55,7 @@ export default {
|
||||
detailCardItems() {
|
||||
return [
|
||||
{
|
||||
key: this.$t('common.name'),
|
||||
key: this.$t('common.Name'),
|
||||
value: this.object.name
|
||||
},
|
||||
{
|
||||
|
@@ -55,7 +55,7 @@ export default {
|
||||
detailCardItems() {
|
||||
return [
|
||||
{
|
||||
key: this.$t('common.name'),
|
||||
key: this.$t('common.Name'),
|
||||
value: this.object.name
|
||||
},
|
||||
{
|
||||
|
@@ -21,7 +21,7 @@ export default {
|
||||
activeMenu: 'TicketDetail',
|
||||
submenu: [
|
||||
{
|
||||
title: '工单详情',
|
||||
title: this.$t('route.TicketDetail'),
|
||||
name: 'TicketDetail'
|
||||
}
|
||||
],
|
||||
|
@@ -100,7 +100,7 @@ export default {
|
||||
detailCardItems() {
|
||||
return [
|
||||
{
|
||||
key: this.$t('common.name'),
|
||||
key: this.$t('common.Name'),
|
||||
value: this.object.name
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user