mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
feat: 支持备案配置
This commit is contained in:
@@ -2317,7 +2317,8 @@
|
|||||||
"officialWebsite": "Official website link",
|
"officialWebsite": "Official website link",
|
||||||
"Template": {
|
"Template": {
|
||||||
"Template": "Template"
|
"Template": "Template"
|
||||||
}
|
},
|
||||||
|
"Beian": "Registration"
|
||||||
},
|
},
|
||||||
"applets": {
|
"applets": {
|
||||||
"PublishStatus": "Publish status",
|
"PublishStatus": "Publish status",
|
||||||
|
@@ -110,7 +110,7 @@
|
|||||||
"Reason": "理由",
|
"Reason": "理由",
|
||||||
"AccountBackup": "アカウントのバックアップ",
|
"AccountBackup": "アカウントのバックアップ",
|
||||||
"RecipientHelpText": "受信者A Bが設定されている場合、アカウントの鍵は前後2つに分割されます",
|
"RecipientHelpText": "受信者A Bが設定されている場合、アカウントの鍵は前後2つに分割されます",
|
||||||
"RecipientServer":"受信サーバー"
|
"RecipientServer": "受信サーバー"
|
||||||
},
|
},
|
||||||
"DynamicUsername": "動的ユーザー名",
|
"DynamicUsername": "動的ユーザー名",
|
||||||
"AutoCreate": "自動作成",
|
"AutoCreate": "自動作成",
|
||||||
@@ -2307,7 +2307,8 @@
|
|||||||
"CrontabOfCreateUpdatePage": "例: 毎週日曜日03:05に <5 3 * * 0> <br/> 5桁のLinux crontab式を使用して、時分割日月曜日> (<a href = \"https://tool.lu/crontab/\" target = \"_ ツール </a>) <br/> 定期実行とサイクル実行を同時に設定している場合は、優先的に定期実行を使って",
|
"CrontabOfCreateUpdatePage": "例: 毎週日曜日03:05に <5 3 * * 0> <br/> 5桁のLinux crontab式を使用して、時分割日月曜日> (<a href = \"https://tool.lu/crontab/\" target = \"_ ツール </a>) <br/> 定期実行とサイクル実行を同時に設定している場合は、優先的に定期実行を使って",
|
||||||
"IntervalOfCreateUpdatePage": "単位: 時",
|
"IntervalOfCreateUpdatePage": "単位: 時",
|
||||||
"UsernameOfCreateUpdatePage": "ターゲットホスト上のユーザーのユーザー名存在する場合は、ユーザーパスワードを変更します存在しない場合は、ユーザーを追加してパスワードを設定します"
|
"UsernameOfCreateUpdatePage": "ターゲットホスト上のユーザーのユーザー名存在する場合は、ユーザーパスワードを変更します存在しない場合は、ユーザーを追加してパスワードを設定します"
|
||||||
}
|
},
|
||||||
|
"Beian": "ファイリング"
|
||||||
},
|
},
|
||||||
"applets": {
|
"applets": {
|
||||||
"PublishStatus": "投稿ステータス",
|
"PublishStatus": "投稿ステータス",
|
||||||
|
@@ -2208,6 +2208,7 @@
|
|||||||
"CrontabOfCreateUpdatePage": "例如:每周日 03:05 执行 <5 3 * * 0> <br/> 使用5位 Linux crontab 表达式 <分 时 日 月 星期> (<a href=\"https://tool.lu/crontab/\" target=\"_blank\">在线工具</a>) <br/> 如果同时设置了定期执行和周期执行,优先使用定期执行",
|
"CrontabOfCreateUpdatePage": "例如:每周日 03:05 执行 <5 3 * * 0> <br/> 使用5位 Linux crontab 表达式 <分 时 日 月 星期> (<a href=\"https://tool.lu/crontab/\" target=\"_blank\">在线工具</a>) <br/> 如果同时设置了定期执行和周期执行,优先使用定期执行",
|
||||||
"IntervalOfCreateUpdatePage": "单位:时",
|
"IntervalOfCreateUpdatePage": "单位:时",
|
||||||
"UsernameOfCreateUpdatePage": "目标主机上用户的用户名;如果已️存在,修改用户密码;如果不存在,添加用户并设置密码;"
|
"UsernameOfCreateUpdatePage": "目标主机上用户的用户名;如果已️存在,修改用户密码;如果不存在,添加用户并设置密码;"
|
||||||
}
|
},
|
||||||
|
"Beian": "备案"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -86,7 +86,8 @@ export default {
|
|||||||
fields: [
|
fields: [
|
||||||
[this.$t('common.Basic'), ['login_title', 'theme']],
|
[this.$t('common.Basic'), ['login_title', 'theme']],
|
||||||
['Logo', ['logo_index', 'logo_logout', 'favicon']],
|
['Logo', ['logo_index', 'logo_logout', 'favicon']],
|
||||||
[this.$t('xpack.Images'), ['login_image']]
|
[this.$t('xpack.Images'), ['login_image']],
|
||||||
|
[this.$t('xpack.Beian'), ['beian_link', 'beian_text']]
|
||||||
],
|
],
|
||||||
fieldsMeta: {
|
fieldsMeta: {
|
||||||
login_title: {
|
login_title: {
|
||||||
|
Reference in New Issue
Block a user