1
0
mirror of https://github.com/jumpserver/lina.git synced 2025-05-12 10:08:52 +00:00

fix: 处理部分页面翻译不完全问题

This commit is contained in:
tanqian 2022-09-13 17:47:05 +08:00 committed by Jiangjie.Bai
parent faafa1a7b6
commit 8df1753101
4 changed files with 17 additions and 2 deletions
src
i18n/langs
views/settings/Message

View File

@ -10,6 +10,7 @@
"name": "Name",
"username": "Username",
"ip_group": "IP group",
"ip_group_help_text": "IP segments should be separated by comma, with * indicating a match all. Such as: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64",
"action": "Action",
"priority": "Priority",
"date_created": "Date created",
@ -1304,6 +1305,10 @@
"Receivers": "Receivers",
"Subscription": "Subscription",
"ChangeReceiver": "Change Receivers",
"Constituency": "Available Fields",
"Selected": "Selected Fields",
"PrePage": "Previous",
"NextPage": "Next",
"Subject": "Subject",
"Message": "Message",
"DeliveryTime": "Delivery time",

View File

@ -1344,6 +1344,10 @@
"Receivers": "受取人",
"Subscription": "メッセージ購読",
"ChangeReceiver": "メッセージ受信者の修正",
"Constituency": "未選択",
"Selected": "選択済み",
"PrePage": "前のページ",
"NextPage": "次のページ",
"Subject": "テーマ",
"Message": "メッセージ",
"DeliveryTime": "送信時間",

View File

@ -1345,6 +1345,10 @@
"Receivers": "接收人",
"Subscription": "消息订阅",
"ChangeReceiver": "修改消息接收人",
"Constituency": "待选区",
"Selected": "已选中",
"PrePage": "上一页",
"NextPage": "下一页",
"Subject": "主题",
"Message": "消息",
"DeliveryTime": "发送时间",
@ -1510,8 +1514,8 @@
"DeleteReleasedAssets": "删除已释放资产"
},
"Template": {
"Template": "模版管理"
},
"Template": "模版管理"
},
"Corporation": "公司",
"Edition": "版本",
"Execute": "执行",

View File

@ -67,6 +67,8 @@ export default {
return results
},
selectedData: [],
boxTitle: [this.$t('notifications.Constituency'), this.$t('notifications.Selected')],
pageTexts: [this.$t('notifications.PrePage'), this.$t('notifications.NextPage')],
showClearBtn: true
}
}