diff --git a/apps/accounts/api/automations/base.py b/apps/accounts/api/automations/base.py
index bc897f9c1..e316b7d2f 100644
--- a/apps/accounts/api/automations/base.py
+++ b/apps/accounts/api/automations/base.py
@@ -1,6 +1,7 @@
from django.http import HttpResponse
from django.shortcuts import get_object_or_404
from django.utils.translation import gettext_lazy as _
+from django.views.decorators.clickjacking import xframe_options_sameorigin
from rest_framework import status, mixins, viewsets
from rest_framework.decorators import action
from rest_framework.response import Response
@@ -115,9 +116,9 @@ class AutomationExecutionViewSet(
)
return Response({'task': task.id}, status=status.HTTP_201_CREATED)
+ @xframe_options_sameorigin
@action(methods=['get'], detail=True, url_path='report')
def report(self, request, *args, **kwargs):
execution = self.get_object()
report = execution.manager.gen_report()
return HttpResponse(report)
-
diff --git a/apps/accounts/api/automations/check_account.py b/apps/accounts/api/automations/check_account.py
index 4eb360e97..080422bd6 100644
--- a/apps/accounts/api/automations/check_account.py
+++ b/apps/accounts/api/automations/check_account.py
@@ -129,7 +129,7 @@ class AccountRiskViewSet(OrgBulkModelViewSet):
handler = RiskHandler(asset=asset, username=username, request=self.request)
data = handler.handle(act, risk)
if not data:
- data = {"message": "Success"}
+ return Response(data={"message": "Success"})
s = serializers.AccountRiskSerializer(instance=data)
return Response(data=s.data)
diff --git a/apps/accounts/api/automations/gather_account.py b/apps/accounts/api/automations/gather_account.py
index 49f38d028..1201d1c5e 100644
--- a/apps/accounts/api/automations/gather_account.py
+++ b/apps/accounts/api/automations/gather_account.py
@@ -2,6 +2,7 @@
#
from django.http import HttpResponse
from django.shortcuts import get_object_or_404
+from django.views.decorators.clickjacking import xframe_options_sameorigin
from rest_framework import status
from rest_framework.decorators import action
from rest_framework.response import Response
@@ -48,6 +49,7 @@ class DiscoverAccountsExecutionViewSet(AutomationExecutionViewSet):
queryset = queryset.filter(automation__type=self.tp)
return queryset
+ @xframe_options_sameorigin
@action(methods=["get"], detail=False, url_path="adhoc")
def adhoc(self, request, *args, **kwargs):
asset_id = request.query_params.get("asset_id")
diff --git a/apps/assets/api/asset/asset.py b/apps/assets/api/asset/asset.py
index 0a44610ce..d31c16be5 100644
--- a/apps/assets/api/asset/asset.py
+++ b/apps/assets/api/asset/asset.py
@@ -130,7 +130,6 @@ class AssetViewSet(SuggestionMixin, OrgBulkModelViewSet):
def get_queryset(self):
queryset = super().get_queryset()
if queryset.model.__name__ != 'Asset':
- print("get query prefetch")
queryset = queryset.select_related('asset_ptr')
return queryset
diff --git a/apps/i18n/chen/en.json b/apps/i18n/chen/en.json
index 9c794feb8..2c60dea1c 100644
--- a/apps/i18n/chen/en.json
+++ b/apps/i18n/chen/en.json
@@ -32,6 +32,7 @@
"ExportCurrent": "Export current page",
"ExportData": "Export data",
"FetchError": "Error while fetching data",
+ "Format": "Format",
"FormatHotKey": "Format (Ctrl + L)",
"InitializeDatasource": "Initialize datasource",
"InitializeDatasourceFailed": "Initialize datasource failed",
@@ -60,6 +61,7 @@
"Save": "Save",
"SaveSQL": "Save SQL",
"SaveSucceed": "Save succeed",
+ "Scope": "Scope",
"SelectSQL": "Select SQL",
"SessionClosedBy": "This session has been closed by %s.",
"SessionFinished": "Session finished",
@@ -78,7 +80,5 @@
"ViewData": "View data",
"WaitCommandReviewMessage": "The review request has been initiated, please wait for the review results",
"Warning": "Warning",
- "initializingDatasourceFailedMessage": "Connection failed, please check if the database connection configuration is correct",
- "Scope": "Scope",
- "Format": "Format"
-}
+ "initializingDatasourceFailedMessage": "Connection failed, please check if the database connection configuration is correct"
+}
\ No newline at end of file
diff --git a/apps/i18n/chen/zh.json b/apps/i18n/chen/zh.json
index 433a4f8f3..d64aebe88 100644
--- a/apps/i18n/chen/zh.json
+++ b/apps/i18n/chen/zh.json
@@ -32,6 +32,7 @@
"ExportCurrent": "导出当前页面",
"ExportData": "导出数据",
"FetchError": "获取数据失败",
+ "Format": "格式",
"FormatHotKey": "格式化 (Ctrl + L)",
"InitializeDatasource": "初始化数据源",
"InitializeDatasourceFailed": "初始化数据源失败",
@@ -60,6 +61,7 @@
"Save": "保存",
"SaveSQL": "保存 SQL",
"SaveSucceed": "保存成功",
+ "Scope": "范围",
"SelectSQL": "选择 SQL",
"SessionClosedBy": "会话被 %s 关闭",
"SessionFinished": "会话已结束",
@@ -78,7 +80,5 @@
"ViewData": "查看数据",
"WaitCommandReviewMessage": "复核请求已发起, 请等待复核结果",
"Warning": "警告",
- "initializingDatasourceFailedMessage": "连接失败,请检查数据库连接配置是否正确",
- "Scope": "范围",
- "Format": "格式"
-}
+ "initializingDatasourceFailedMessage": "连接失败,请检查数据库连接配置是否正确"
+}
\ No newline at end of file
diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json
index 6bad13d9a..20818e50a 100644
--- a/apps/i18n/lina/en.json
+++ b/apps/i18n/lina/en.json
@@ -16,11 +16,12 @@
"AccountBackupList": "Backup account",
"AccountBackupUpdate": "Update account backup",
"AccountChangeSecretDetail": "Change account secret details",
+ "AccountData": "Account data",
"AccountDeleteConfirmMsg": "Delete account, continue?",
+ "AccountDeleted": "Account deleted",
"AccountDiscoverDetail": "Gather account details",
- "AccountDiscoverList": "Discover accounts",
+ "AccountDiscover": "Discover accounts",
"AccountDiscoverTaskCreate": "Create discover accounts task",
- "AccountDiscoverTask": "Discover accounts tasks",
"AccountDiscoverTaskUpdate": "Update the discover accounts task",
"AccountExportTips": "The exported information contains sensitive information such as encrypted account numbers. the exported format is an encrypted zip file (if you have not set the encryption password, please go to personal info to set the file encryption password).",
"AccountList": "Accounts",
@@ -30,11 +31,15 @@
"AccountPushDetail": "Push account details",
"AccountPushList": "Push accounts",
"AccountPushUpdate": "Update push account",
+ "AccountResult": "Account secret change success/failure",
"AccountSessions": "Account Sessions",
"AccountStorage": "Account storage",
+ "AccountSummary": "Account summary",
"AccountTemplate": "Account templates",
"AccountTemplateList": "Account templates",
"AccountTemplateUpdateSecretHelpText": "The account list shows the accounts created through the template. when the secret is updated, the ciphertext of the accounts created through the template will be updated.",
+ "AccountTotal": "Account total",
+ "AccountType": "Account Type",
"Accounts": "Accounts",
"Action": "Action",
"ActionCount": "Action count",
@@ -131,7 +136,6 @@
"AssetAclCreate": "Create asset connect rule",
"AssetAclDetail": "Asset connect rule details",
"AssetAclList": "Asset connect ACLs",
- "AssetConnect": "Asset connect",
"AssetAclUpdate": "Update the asset connect rules",
"AssetAddress": "Asset (ip/hostname)",
"AssetAmount": "Asset amount",
@@ -139,6 +143,7 @@
"AssetBulkUpdateTips": "Network devices, cloud services, web, batch updating of zones not supported",
"AssetChangeSecretCreate": "Create account secret change",
"AssetChangeSecretUpdate": "Update account secret change",
+ "AssetConnect": "Asset connect",
"AssetData": "Asset data",
"AssetDetail": "Asset details",
"AssetList": "Assets",
@@ -175,6 +180,7 @@
"AuthSettings": "Authentication configuration",
"AuthUserAttrMapHelpText": "The key on the left belongs to the jumpserver user properties, and the value on the right belongs to the authentication platform user properties",
"Authentication": "Authentication",
+ "AuthorizedKeysChanged": "Authorized keys changed",
"AutoPush": "Auto push",
"Automation": "Automation",
"AverageTimeCost": "Average spend time",
@@ -265,7 +271,9 @@
"ChangePassword": "Change password",
"ChangeSecret": "Change secrets",
"ChangeSecretAccountHelpText": "For accounts in the same asset, if there is a switch-from relationship, the password change should not be performed in the same task, but should be divided into two tasks for execution separately.",
+ "ChangeSecretFailAccounts": "Secret Change Failed Accounts",
"ChangeSecretParams": "Change secret parameters",
+ "ChangeSecretTaskStatus": "Secret Change Task Status",
"ChangeViewHelpText": "Click to switch different views",
"Chat": "Chat",
"ChatAI": "Chat AI",
@@ -291,6 +299,7 @@
"CloseConfirmMessage": "File has changed, save?",
"CloseStatus": "Completed",
"Closed": "Completed",
+ "Cloud": "Cloud",
"CloudAccountCreate": "Create a cloud account",
"CloudAccountDetail": "Details of cloud account",
"CloudAccountList": "Accounts",
@@ -337,14 +346,15 @@
"Connect": "Connect",
"ConnectAssets": "Access assets",
"ConnectMethod": "Connect method",
- "ConnectMethodAcls": "Connect method ACLs",
"ConnectMethodACLHelpMsg": "Connect methods can be filtered to control whether users can use a certain connect method to login to the asset. according to your set rules, some connect methods can be allowed, while others can be prohibited (globally effective).",
"ConnectMethodACLHelpText": "Connect methods can be filtered to control whether users can use a certain connect method to login to the asset. according to your set rules, some connect methods can be allowed, while others can be prohibited.",
"ConnectMethodAclCreate": "Create connect method control",
"ConnectMethodAclDetail": "Connect method control details",
"ConnectMethodAclList": "Connect method ACLs",
"ConnectMethodAclUpdate": "Update the connect method control",
+ "ConnectMethodAcls": "Connect method ACLs",
"ConnectWebSocketError": "Connection to websocket failed",
+ "Connectable": "Connectable",
"ConnectionDropped": "Connection disconnected",
"ConnectionToken": "Connection tokens",
"ConnectionTokenList": "The connection token is a type of authentication information that combines identity verification with connecting assets. it supports one-click user login to assets. currently supported components include: koko, lion, magnus, razor, etc.",
@@ -356,8 +366,9 @@
"Continue": "Continue",
"ConvenientOperate": "Convenient action",
"Copy": "Copy",
- "CopySuccess": "Copy successful",
"CopyFailed": "Copy failed",
+ "CopySuccess": "Copy successful",
+ "CopyToAsset": "Copy to asset",
"Corporation": "Company",
"Create": "Create",
"CreateAccessKey": "Create access key",
@@ -383,6 +394,7 @@
"CrontabOfCreateUpdatePage": "",
"CurrentConnectionUsers": "Online users",
"CurrentConnections": "Current connections",
+ "CurrentStatus": "Current Status",
"CurrentUserVerify": "Verify current user",
"Custom": "Custom",
"CustomCol": "Customize display columns",
@@ -425,6 +437,7 @@
"Datetime": "Datetime",
"Day": "Day",
"DeclassificationLogNum": "Password change logs",
+ "DeeplyThoughtAbout": "Deeply thought about",
"DefaultDatabase": "Default database",
"DefaultPort": "Default port",
"DefaultValue": "Default value",
@@ -448,6 +461,7 @@
"DetectEngines": "Detect engines",
"DetectResults": "Detect results",
"DetectTasks": "Detect tasks",
+ "Device": "Device",
"DeviceCreate": "Create asset - device",
"DeviceUpdate": "Update the asset - device",
"Digit": "Number",
@@ -462,6 +476,7 @@
"DiscoveredAccountList": "Discovered accounts",
"DisplayName": "Name",
"Docs": "Docs",
+ "Documentation": "Documentation",
"Download": "Download",
"DownloadCenter": "Download",
"DownloadImportTemplateMsg": "Download creation template",
@@ -475,6 +490,7 @@
"DynamicUsername": "Dynamic username",
"Edit": "Edit",
"EditRecipient": "Edit recipient",
+ "EditSecret": "Edit secret",
"Edition": "Version",
"Effective": "Effective",
"Email": "Email",
@@ -483,6 +499,7 @@
"EmailTemplateHelpTip": "Email template is used for sending emails and includes the email subject prefix and email content",
"EmailTest": "Test connection",
"Empty": "Empty",
+ "EmptyPassword": "Empty password",
"Enable": "Enable",
"EnableDomain": "Gateway enabled",
"EnableKoKoSSHHelpText": "When switched on, connecting to the asset will display ssh client pull-up method",
@@ -515,17 +532,13 @@
"ExecuteOnce": "Execute once",
"ExecutionDetail": "Execution details",
"ExecutionList": "Executions",
+ "ExecutionRecord": "Execution records",
"ExistError": "This element already exists",
"Existing": "Already exists",
"ExpirationTimeout": "Expiration timeout (seconds)",
"Expire": "Expire",
- "QuickFilter": "Quick filter",
- "NoResource": "No valid resources",
"Expired": "Expired",
"Export": "Export",
- "NeverLogin": "Never login",
- "NoMFA": "MFA not enabled",
- "LoginBlocked": "Login blocked",
"ExportAll": "Export all",
"ExportOnlyFiltered": "Export filtered items",
"ExportOnlySelectedItems": "Export selected items",
@@ -537,6 +550,7 @@
"FTPStorageNotEnabled": "The file storage function is not enabled. Please modify the configuration file and add the following configuration: FTP_FILE_MAX_STORE=100 (supports saving files within 100M)",
"FTPUnknownStorageState": "Unknown file storage status, please contact your administrator.",
"FacialFeatures": "Facial features",
+ "FailCount": "Failure Count",
"Failed": "Failed",
"FailedAsset": "Failed assets",
"FaviconTip": "Note: website icon (suggested image size: 16px*16px)",
@@ -564,6 +578,7 @@
"Footer": "Footer",
"ForgotPasswordURL": "Forgot password URL",
"FormatError": "Format error",
+ "FoundAccountInAssetDeleteMsg": "Delete the found items from the system assets",
"Friday": "Fri",
"From": "From",
"FromTicket": "From the ticket",
@@ -588,6 +603,7 @@
"Goto": "Goto",
"GrantedAssets": "Authorized assets",
"GreatEqualThan": "Greater than or equal to",
+ "GroupChanged": "Group changed",
"GroupsAmount": "User group",
"HTTPSRequiredForSupport": "HTTPS is required for support",
"HandleTicket": "Handle ticket",
@@ -602,9 +618,9 @@
"HistoryDate": "Date",
"HistoryPassword": "Historical password",
"HistoryRecord": "History record",
+ "Host": "Host",
"HostCreate": "Create asset - host",
"HostDeployment": "Deploy publishing machine",
- "Host": "Host",
"HostUpdate": "Update the asset - host",
"HostnameStrategy": "Used to generate hostnames for assets. for example: 1. instance name (instancedemo); 2. instance name and part of ip (last two letters) (instancedemo-250.1)",
"Hour": "Hour",
@@ -695,6 +711,7 @@
"LdapBulkImport": "User import",
"LdapConnectTest": "Test connection",
"LdapLoginTest": "Test login",
+ "LeakedPassword": "Leaked password",
"Length": "Length",
"LessEqualThan": "Less than or equal to",
"LevelApproval": "Level approval",
@@ -715,6 +732,7 @@
"LoginAssetConfirm": "Asset connect review",
"LoginAssetToday": "Active assets today",
"LoginAssets": "Active assets",
+ "LoginBlocked": "Login blocked",
"LoginConfirm": "Login review",
"LoginConfirmUser": "Confirm by",
"LoginCount": "Login times",
@@ -737,17 +755,19 @@
"LogoLogoutTip": "Tip: it will be displayed on the web terminal page of enterprise edition users (recommended image size: 82px*82px)",
"Logout": "Sign out",
"LogsAudit": "Activities",
+ "LongTimeNoVerify": "Long time no verify",
+ "LongTimePassword": "Long time password",
"Lowercase": "Lowercase",
"LunaSetting": "Luna",
"MFAAllUsers": "Globally: All users",
"MFAErrorMsg": "MFA errors, please check",
- "ManagePlatform": "Manage platform",
"MFAOfUserFirstLoginPersonalInformationImprovementPage": "Enable multi-factor authentication to make your account more secure.
after enabling, you will enter the multi-factor authentication binding process the next time you login; you can also directly bind in (personal information->quick modification->change multi-factor settings)!",
"MFAOfUserFirstLoginUserGuidePage": "In order to protect your and the company's security, please carefully safeguard important sensitive information such as your account, password, and key (for example, set a complex password, and enable multi-factor authentication)
personal information such as email, mobile number, and wechat are only used for user authentication and platform internal message notifications.",
"MFAOnlyAdminUsers": "Globally: Only admin",
"MIN_LENGTH_ERROR": "Passwords must be at least {0} characters.",
"MailRecipient": "Email recipients",
"MailSend": "Sending",
+ "ManagePlatform": "Manage platform",
"ManualAccount": "Manual account",
"ManualAccountTip": "Manual input of username/password upon login",
"ManualExecution": "Manual execution",
@@ -779,6 +799,7 @@
"More": "More",
"MoreActions": "Actions",
"MoveAssetToNode": "Move assets to node",
+ "MoveToAsset": "Move to asset",
"MsgSubscribe": "Subscription",
"MyAssets": "My assets",
"MyTickets": "Submitted",
@@ -787,7 +808,9 @@
"NavHelp": "Navigation",
"Navigation": "Navigation",
"NeedReLogin": "Need to re-login",
+ "NeverLogin": "Never login",
"New": "Create",
+ "NewAccountsFound": "New accounts found",
"NewChat": "New chat",
"NewCount": "Add",
"NewCron": "Generate cron",
@@ -801,14 +824,18 @@
"Next": "Next",
"No": "No",
"NoAccountFound": "No account found",
+ "NoAdminAccount": "No admin account",
"NoContent": "No content",
"NoData": "No data available",
"NoFiles": "No file, upload on the left",
"NoLog": "No log",
+ "NoLoginLongTime": "No login for long time",
+ "NoMFA": "MFA not enabled",
"NoPermission": "No permissions",
"NoPermission403": "403 no permission",
"NoPermissionInGlobal": "No permission in GLOBAL",
"NoPermissionVew": "No permission to view the current page",
+ "NoResource": "No valid resources",
"NoUnreadMsg": "You have unread notifications",
"Node": "Node",
"NodeInformation": "Node information",
@@ -839,6 +866,7 @@
"OneAssignee": "First-level approver",
"OneAssigneeType": "First-level handler type",
"OneClickReadMsg": "Are you sure you want to mark all as read?",
+ "OngoingPwdChange": "Ongoing Secret Change",
"OnlineSession": "Online devices",
"OnlineSessionHelpMsg": "Unable to log out of the current session because it is the current user's online session. currently only users logged in via web are being logged.",
"OnlineSessions": "Online sessions",
@@ -883,6 +911,8 @@
"Password": "Password",
"PasswordAndSSHKey": "Password & SSH key",
"PasswordChangeLog": "Password change",
+ "PasswordError": "Password error",
+ "PasswordExpired": "Password expired",
"PasswordPlaceholder": "Please enter password",
"PasswordRecord": "Password record",
"PasswordRule": "Password rules",
@@ -935,6 +965,7 @@
"Project": "Project name",
"Prompt": "Prompt",
"Proportion": "Proportion",
+ "ProportionOfAccountTypes": "Account type proportion",
"ProportionOfAssetTypes": "Asset type proportion",
"Protocol": "Protocol",
"Protocols": "Protocols",
@@ -948,6 +979,7 @@
"PublishStatus": "Release status",
"Push": "Push",
"PushAccount": "Push accounts",
+ "PushAccountHelpText": "If the account already exists, the ciphertext of the account will be used for push; if the account does not exist, the account will be created according to the filled-in ciphertext and then pushed.",
"PushAccountsHelpText": "Pushing the account to the target asset allows for configuring different push methods for assets on different platforms.",
"PushParams": "Push parameters",
"Qcloud": "Tencent cloud",
@@ -955,6 +987,7 @@
"QingYunPrivateCloud": "Qingyun private cloud",
"Queue": "Queue",
"QuickAdd": "Quick add",
+ "QuickFilter": "Quick filter",
"QuickJob": "Adhoc",
"QuickUpdate": "Quick update",
"Radius": "Radius",
@@ -965,13 +998,20 @@
"RealTimeData": "Real-time",
"Reason": "Reason",
"Receivers": "Receiver",
+ "Recent (7 days)": "Recent (7 days)",
"RecentLogin": "Recent login",
+ "RecentPasswordChangeFailed": "Recent password change failed",
"RecentSession": "Recent sessions",
+ "RecentlyChangedPassword": "Recently changed password",
+ "RecentlyDiscovered": "Recently discovered",
+ "RecentlyLoggedIn": "Recently logged in",
+ "RecentlyModified": "Recently modified",
"RecentlyUsed": "Recently",
"Recipient": "Recipient",
"RecipientHelpText": "If both recipients A and B are set, the account's ciphertext will be split into two parts; if only one recipient is set, the key will not be split.",
"RecipientServer": "Receiving server",
"Reconnect": "Reconnect",
+ "Record": "Record",
"Refresh": "Refresh",
"RefreshHardware": "Refresh hardware info",
"Regex": "Regular expression",
@@ -988,6 +1028,7 @@
"RelevantCommand": "Command",
"RelevantSystemUser": "System user",
"RemoteAddr": "Remote address",
+ "RemoteAssetFoundAccountDeleteMsg": "Delete the found remote assets",
"Remove": "Remove",
"RemoveAssetFromNode": "Remove assets from node",
"RemoveSelected": "Remove selected",
@@ -995,6 +1036,7 @@
"RemoveWarningMsg": "Are you sure you want to remove",
"Rename": "Rename",
"RenameNode": "Rename node",
+ "RepeatedPassword": "Repeated password",
"ReplaceNodeAssetsAdminUserWithThis": "Replace asset admin",
"Replay": "Playback",
"ReplaySession": "Session replay",
@@ -1002,6 +1044,7 @@
"ReplayStorageCreateUpdateHelpMessage": "Notice: current sftp storage only supports account backup, video storage is not yet supported.",
"ReplayStorageUpdate": "Update the object storage",
"Reply": "Reply",
+ "Report": "Report",
"RequestAssetPerm": "Request asset authorization",
"RequestPerm": "Authorization request",
"RequestTickets": "New ticket",
@@ -1024,9 +1067,10 @@
"ResetSSHKey": "Reset ssh key",
"ResetSSHKeySuccessMsg": "Email task submitted, user will receive a url to reset shortly",
"ResetSSHKeyWarningMsg": "Are you sure you want to send a reset ssh key email to the user?",
+ "ResetSecret": "Secret can be changed",
+ "ResolveSelected": "Resolve selected",
"Resource": "Resources",
"ResourceType": "Resource type",
- "ResolveSelected": "Resolve selected",
"RestoreButton": "Restore",
"RestoreDefault": "Reset to default",
"RestoreDialogMessage": "Are you sure you want to restore to default initialization?",
@@ -1038,15 +1082,14 @@
"RetrySelected": "Retry selected",
"Reviewer": "Approvers",
"RiskDetection": "Risk detection",
+ "RiskyAccount": "Risky account",
"Role": "Role",
- "RoleManage": "Manage role",
"RoleCreate": "Create role",
"RoleDetail": "Role details",
"RoleInfo": "Role information",
"RoleList": "Roles",
+ "RoleManage": "Manage role",
"RoleUpdate": "Update the role",
- "UpgradeEnterpriseEditionHelpText": "Upgrade to enterprise edition to enjoy this feature",
- "UpgradeEnterpriseEdition": "Upgrade to Enterprise Edition",
"RoleUsers": "Authorized users",
"Rows": "Row",
"Rule": "Condition",
@@ -1098,6 +1141,7 @@
"SaveSetting": "Synchronization settings",
"SaveSuccess": "Save successful",
"SaveSuccessContinueMsg": "Creation successful, you can continue to add content after updating.",
+ "ScheduledTaskCount": "Scheduled Task Count",
"ScrollToBottom": "Scroll to the bottom",
"ScrollToTop": "Scroll to top",
"Search": "Search",
@@ -1105,6 +1149,7 @@
"Secret": "Password",
"SecretKey": "Key",
"SecretKeyStrategy": "Password policy",
+ "SecretReset": "Secret reset",
"Secure": "Security",
"Security": "Security",
"Select": "Select",
@@ -1117,6 +1162,7 @@
"SelectKeyOrCreateNew": "Select tag key or create new one",
"SelectLabelFilter": "Select tag for search",
"SelectProperties": "Attributes",
+ "SelectProtocol": "Select protocol",
"SelectProvider": "Select provider",
"SelectProviderMsg": "Please select a cloud platform",
"SelectResource": "Select resources",
@@ -1130,6 +1176,7 @@
"SerialNumber": "Serial number",
"Server": "Server",
"ServerAccountKey": "Service account key",
+ "ServerBusyRetry": "The server is busy, please try again later.",
"ServerError": "Server error",
"ServerTime": "Server time",
"Session": "Session",
@@ -1209,7 +1256,9 @@
"Success": "Success",
"Success/Total": "Success/Total",
"SuccessAsset": "Successful assets",
+ "SuccessCount": "Success Count",
"SuccessfulOperation": "Action successful",
+ "SudoChanged": "Sudo changed",
"Summary": "Summary",
"Summary(success/total)": " overview( successful/total )",
"Sunday": "Sun",
@@ -1259,8 +1308,11 @@
"Target": "Target",
"TargetResources": "Target resource",
"Task": "Task",
+ "TaskCount": "Task Count",
"TaskDetail": "Task details",
+ "TaskDistribution": "Task distribution",
"TaskDone": "Task finished",
+ "TaskExecutionCount": "Task Execution Count",
"TaskID": "Task id",
"TaskList": "Tasks",
"TaskMonitor": "Monitoring",
@@ -1331,6 +1383,7 @@
"UPPER_CASE_REQUIRED": "Must contain uppercase letters",
"UnFavoriteSucceed": "Unfavorite Successful",
"UnSyncCount": "Not synced",
+ "UnavailableAccount": "Unavailable account",
"Unbind": "Unlink",
"UnbindHelpText": "Local users are the source of this authentication and cannot be unbound",
"Unblock": "Unlock",
@@ -1340,6 +1393,7 @@
"Uninstall": "Uninstall",
"UniqueError": "Only one of the following properties can be set",
"UnlockSuccessMsg": "Unlock successful",
+ "UnmanagedAccount": "Unmanaged account",
"UnselectedOrg": "No organization selected",
"UnselectedUser": "No user selected",
"UpDownload": "Upload & download",
@@ -1357,6 +1411,8 @@
"UpdateSelected": "Update selected",
"UpdateSuccessMsg": "Successfully updated !",
"Updated": "Updated",
+ "UpgradeEnterpriseEdition": "Upgrade to Enterprise Edition",
+ "UpgradeEnterpriseEditionHelpText": "Upgrade to enterprise edition to enjoy this feature",
"Upload": "Upload",
"UploadCsvLth10MHelpText": "Only csv/xlsx can be uploaded, and no more than 10m",
"UploadDir": "Upload path",
@@ -1381,12 +1437,12 @@
"UserGroupUpdate": "Update the user group",
"UserGroups": "Groups",
"UserList": "Users",
+ "UserLogin": "User login",
"UserLoginACLHelpMsg": "When logging into the system, the user's login ip and time range can be audited to determine whether they are allowed to loginto the system (effective globally)",
"UserLoginACLHelpText": "When logging in, it can be audited based on the user's login ip and time segment to determine whether the user can login",
"UserLoginAclCreate": "Create user login control",
"UserLoginAclDetail": "User login control details",
"UserLoginAclList": "User login ACLs",
- "UserLogin": "User login",
"UserLoginAclUpdate": "Update the user login control",
"UserLoginLimit": "User restriction",
"UserLoginTrend": "Account login trend",
@@ -1407,6 +1463,8 @@
"VaultHCPMountPoint": "The mount point of the Vault server, default is jumpserver",
"VaultHelpText": "1. for security reasons, add the parameters VAULT_ENABLED=true and VAULT_BACKEND=hcp/azure/aws in the configuration file to enable Vault storage.
2. after enabled, fill in other configurations, and perform tests.
3. carry out data synchronization, which is one-way, only syncing from the local database to the distant vault, once synchronization is completed, the local database will no longer store passwords, please back up your data.
4. after modifying vault configuration the second time, you need to restart the service.",
"VerificationCodeSent": "Verification code has been sent",
+ "VerifyFace": "Verify face",
+ "VerifySecret": "Verify secret",
"VerifySignTmpl": "Sms template",
"Version": "Version",
"View": "View",
@@ -1426,6 +1484,7 @@
"WeCom": "WeCom",
"WeComOAuth": "WeCom OAuth",
"WeComTest": "Test",
+ "WeakPassword": "Weak password",
"WebCreate": "Create asset - web",
"WebHelpMessage": "Web type assets depend on remote applications, please go to system settings and configure in remote applications",
"WebSocketDisconnect": "Websocket disconnected",
@@ -1452,66 +1511,6 @@
"disallowSelfUpdateFields": "Not allowed to modify the current fields yourself",
"forceEnableMFAHelpText": "If force enable, user can not disable by themselves",
"removeWarningMsg": "Are you sure you want to remove",
- "Recent (7 days)": "Recent (7 days)",
- "RecentlyDiscovered": "Recently discovered",
- "RecentlyLoggedIn": "Recently logged in",
- "RecentlyModified": "Recently modified",
- "RecentlyChangedPassword": "Recently changed password",
- "RecentPasswordChangeFailed": "Recent password change failed",
- "RiskyAccount": "Risky account",
- "UnmanagedAccount": "Unmanaged account",
- "UnavailableAccount": "Unavailable account",
- "EmptyPassword": "Empty password",
- "LongTimeNoVerify": "Long time no verify",
- "AccountType": "Account Type",
- "AccountData": "Account data",
- "AccountTotal": "Account total",
- "AccountSummary": "Account summary",
- "CopyToAsset": "Copy to asset",
- "MoveToAsset": "Move to asset",
- "Cloud": "Cloud",
- "Device": "Device",
- "NoLoginLongTime": "No login for long time",
- "NewAccountsFound": "New accounts found",
- "GroupChanged": "Group changed",
- "SudoChanged": "Sudo changed",
- "AuthorizedKeysChanged": "Authorized keys changed",
- "AccountDeleted": "Account deleted",
- "PasswordExpired": "Password expired",
- "LongTimePassword": "Long time password",
- "WeakPassword": "Weak password",
- "LeakedPassword": "Leaked password",
- "RepeatedPassword": "Repeated password",
- "PasswordError": "Password error",
- "NoAdminAccount": "No admin account",
- "ProportionOfAccountTypes": "Account type proportion",
- "CurrentStatus": "Current Status",
- "ChangeSecretTaskStatus": "Secret Change Task Status",
- "TaskCount": "Task Count",
- "ScheduledTaskCount": "Scheduled Task Count",
- "TaskExecutionCount": "Task Execution Count",
- "SuccessCount": "Success Count",
- "FailCount": "Failure Count",
- "ChangeSecretFailAccounts": "Secret Change Failed Accounts",
- "OngoingPwdChange": "Ongoing Secret Change",
- "AccountResult": "Account secret change success/failure",
- "ResetSecret": "Secret can be changed",
- "Connectable": "Connectable",
- "ExecutionRecord": "Execution records",
"ExecutionSummary": "Execution summary",
- "Documentation": "Documentation",
- "setVariable": "Set variable",
- "VerifyFace": "Verify face",
- "ServerBusyRetry": "The server is busy, please try again later.",
- "DeeplyThoughtAbout": "Deeply thought about",
- "TaskDistribution": "Task distribution",
- "SecretReset": "Secret reset",
- "EditSecret": "Edit secret",
- "VerifySecret": "Verify secret",
- "SelectProtocol": "Select protocol",
- "Report": "Report",
- "Record": "Record",
- "FoundAccountInAssetDeleteMsg": "Delete the found items from the system assets",
- "RemoteAssetFoundAccountDeleteMsg": "Delete the found remote assets",
- "PushAccountHelpText": "If the account already exists, the ciphertext of the account will be used for push; if the account does not exist, the account will be created according to the filled-in ciphertext and then pushed."
+ "setVariable": "Set variable"
}
\ No newline at end of file
diff --git a/apps/i18n/lina/ja.json b/apps/i18n/lina/ja.json
index 5e93c70c1..b21e0d066 100644
--- a/apps/i18n/lina/ja.json
+++ b/apps/i18n/lina/ja.json
@@ -15,7 +15,6 @@
"AccountBackupDetail": "アカウントバックアップの詳細",
"AccountBackupList": "アカウントバックアップリスト",
"AccountBackupUpdate": "アカウントバックアップの更新",
- "AccountChangeSecret": "アカウントパスワード変更",
"AccountChangeSecretDetail": "アカウントのパスワード変更詳細",
"AccountData": "アカウントデータ",
"AccountDeleteConfirmMsg": "アカウントを削除しますか?続行しますか?",
@@ -24,7 +23,6 @@
"AccountDiscoverList": "アカウントの収集",
"AccountDiscoverTask": "アカウントを発見",
"AccountDiscoverTaskCreate": "アカウント収集タスクの作成",
- "AccountDiscoverTaskList": "アカウント収集タスク",
"AccountDiscoverTaskUpdate": "アカウント収集タスクを更新",
"AccountExportTips": "エクスポートする情報には口座の暗号文が含まれ、これは機密情報に関連しています。エクスポートする形式は、暗号化されたzipファイルです(暗号化パスワードを設定していない場合は、個人情報でファイルの暗号化パスワードを設定してください)。",
"AccountList": "クラウドアカウント",
@@ -197,7 +195,6 @@
"BaseAccountBackup": "アカウントバックアップ",
"BaseAccountChangeSecret": "アカウントのパスワード変更",
"BaseAccountDiscover": "アカウント収集",
- "BaseAccountGather": "アカウント収集",
"BaseAccountPush": "アカウントプッシュ",
"BaseAccountTemplate": "アカウントテンプレート",
"BaseApplets": "アプリケーション",
@@ -226,24 +223,12 @@
"BaseUserLoginAclList": "ユーザーログイン",
"Basic": "基本設定",
"BasicInfo": "基本情報",
- "BasicSetting": "基本設定",
"BasicSettings": "基本設定",
- "BasicTools": "基本的なツール",
- "BatchActivate": "一括アクティブ化",
- "BatchApproval": "大量承認です",
- "BatchCommand": "一括コマンド",
- "BatchCommandNotExecuted": "未実行コマンド",
"BatchConsent": "一括同意",
- "BatchDelete": "一括削除",
"BatchDeployment": "一括デプロイ",
- "BatchDisable": "一括無効化",
"BatchProcessing": "バルク処理({number} アイテムが選択されています)",
"BatchReject": "一括拒否",
- "BatchRemoval": "一括除去",
- "BatchRetry": "一括リトライ",
- "BatchScript": "バッチ スクリプト",
"BatchTest": "一括テスト",
- "BatchUpdate": "ロット更新",
"BeforeChange": "変更前",
"Beian": "登記",
"BelongAll": "同時に含む",
@@ -265,7 +250,6 @@
"CACertificate": "CA 証明書",
"CAS": "CAS",
"CMPP2": "CMPP v2.0",
- "CTYunPrivate": "天翼プライベートクラウド",
"CalculationResults": "cron 式のエラー",
"CallRecords": "つうわきろく",
"CanDragSelect": "マウスドラッグで時間帯を選択可能;未選択は全選択と同じです",
@@ -282,7 +266,6 @@
"ChangeField": "フィールドの変更",
"ChangeOrganization": "組織の 변경",
"ChangePassword": "パスワード更新",
- "ChangeReceiver": "メッセージ受信者の変更",
"ChangeSecret": "アカウントパスワード変更",
"ChangeSecretAccountHelpText": "同じ資産内のアカウントに切り替え元関係がある場合、パスワード変更は同じタスクで実行せず、2 つのタスクに分割して別々に実行する必要があります。",
"ChangeSecretParams": "パスワード変更パラメータ",
@@ -303,7 +286,6 @@
"ClearSuccessMsg": "クリアに成功",
"ClickCopy": "クリックでコピー",
"ClientCertificate": "クライアント証明書",
- "Clipboard": "クリップボード",
"ClipboardCopyPaste": "クリップボードのコピーペースト",
"Clone": "クローン",
"Close": "閉じる",
@@ -322,7 +304,6 @@
"CloudSync": "クラウド同期",
"CloudSyncConfig": "クラウド同期構成",
"CloudUpdate": "資産の更新-クラウドプラットフォーム",
- "Clouds": "クラウド プラットフォーム",
"Cluster": "クラスター",
"CollectionSucceed": "お気に入り登録成功",
"Command": "コマンド",
@@ -485,7 +466,6 @@
"Docs": "文書",
"Download": "ダウンロード",
"DownloadCenter": "ダウンロードセンター",
- "DownloadFTPFileTip": "現在のActionはファイルを記録せず、またはファイルのサイズが閾値(デフォルト100M)を超えている、またはまだ対応するストレージに保存されていません。",
"DownloadImportTemplateMsg": "テンプレートをダウンロードで作成",
"DownloadReplay": "ビデオのダウンロード",
"DownloadUpdateTemplateMsg": "更新テンプレートをダウンロード",
@@ -536,7 +516,6 @@
"ExcludeSymbol": "文字の除外",
"ExecCloudSyncErrorMsg": "クラウドアカウントの設定が完全でないので、更新して再試行してください",
"Execute": "実行",
- "ExecuteAfterSaving": "保存後に実行",
"ExecuteOnce": "一度実行する",
"ExecutionDetail": "Action詳細",
"ExecutionList": "実行記録",
@@ -600,15 +579,12 @@
"GatewayList": "ゲートウェイリスト",
"GatewayPlatformHelpText": "ゲートウェイプラットフォームは、Gatewayで始まるプラットフォームのみ選択可能です。",
"GatewayUpdate": "ゲートウェイの更新",
- "GatherAccountsHelpText": "資産上のアカウント情報を収集します。収集したアカウント情報はシステムにインポートでき、統一的に管理するのが便利です",
- "GatheredAccountList": "収集したアカウント",
"General": "基本",
"GeneralAccounts": "一般アカウント",
"GeneralSetting": "汎用設定",
"Generate": "生成",
"GenerateAccounts": "アカウント再生成",
"GenerateSuccessMsg": "アカウント作成成功",
- "GenericSetting": "汎用設定",
"GoHomePage": "ホームページへ行く",
"Goto": "へ移動",
"GrantedAssets": "資産の承認",
@@ -622,8 +598,6 @@
"HasImportErrorItemMsg": "インポートに失敗した項目があります、左側の x をクリックして失敗原因を確認し、テーブルを編集した後、失敗した項目を再度インポートできます",
"HashicorpVault": "HCP vault",
"Help": "ヘルプ",
- "HelpDocumentTip": "ウェブサイトのナビゲーションバーのURLを変更できます ヘルプ -> ドキュメント",
- "HelpSupportTip": "ウェブサイトのナビゲーションバーのURLを変更できます。ヘルプ->サポート",
"HighLoad": "高い",
"HistoricalSessionNum": "歴史的なセッション数",
"History": "履歴記録",
@@ -633,7 +607,6 @@
"Host": "資産",
"HostCreate": "資産-ホストの作成",
"HostDeployment": "リリースマシンのデプロイ",
- "HostList": "ホストリスト",
"HostUpdate": "資産-ホストの更新",
"HostnameStrategy": "資産ホスト名の生成に使用します。例:1. インスタンス名 (instanceDemo); 2. インスタンス名と部分IP(後ろ2桁) (instanceDemo-250.1)",
"Hour": "時間",
@@ -687,11 +660,6 @@
"InviteSuccess": "招待が成功しました。",
"InviteUser": "ユーザーを招待",
"InviteUserInOrg": "ユーザーをこの組織に招待する",
- "Ip": "IP",
- "IpDomain": "IP ドメイン",
- "IpGroup": "IPグループ",
- "IpGroupHelpText": "*はすべてに一致します。例えば: 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",
- "IpType": "IP タイプ",
"IsActive": "Activate",
"IsAlwaysUpdate": "最新の資産を保持",
"IsAlwaysUpdateHelpTip": "同期タスクを実行するたびに、資産情報(ホスト名、ip、プラットフォーム、ドメイン、ノードなど)を同期更新するかどうか",
@@ -715,11 +683,6 @@
"LAN": "LAN",
"LDAPUser": "LDAP ユーザー",
"LOWER_CASE_REQUIRED": "小文字を含む必要があります",
- "Label": "タグ",
- "LabelCreate": "タグを作成",
- "LabelInputFormatValidation": "タグの形式が間違っています。正しい形式は:name:valueです。",
- "LabelList": "タグリスト",
- "LabelUpdate": "タグを更新",
"Language": "言語",
"LarkOAuth": "Lark 認証",
"Last30": "最近30回",
@@ -807,7 +770,6 @@
"MessageType": "メッセージタイプ",
"MfaLevel": "マルチファクター認証",
"Min": "分",
- "MinLengthError": "パスワードは少なくとも {0} 文字必要です",
"MinNumber30": "数字は30以上でなければならない",
"Modify": "修正",
"Module": "モジュール",
@@ -851,13 +813,8 @@
"NoPermission403": "403 権限がありません",
"NoPermissionInGlobal": "全体的に権限がありません",
"NoPermissionVew": "現在のページを表示する権限がありません",
- "NoPublished": "未発表",
- "NoResourceImport": "インポートできるリソースがありません",
- "NoSQLProtocol": "非リレーショナルデータベース",
- "NoSystemUserWasSelected": "選択されていないシステムユーザー",
"NoUnreadMsg": "未読メッセージなし",
"Node": "ノード",
- "NodeAmount": "ノード数",
"NodeInformation": "ノード情報",
"NodeOfNumber": "ノード数",
"NodeSearchStrategy": "ノード検索戦略",
@@ -943,7 +900,6 @@
"Pause": "停止",
"PauseTaskSendSuccessMsg": "停止タスクが発行されていますので、しばらくしてから再度更新してください。",
"Pending": "未処理",
- "Periodic": "定期的にAction ",
"PermAccount": "認証済みアカウント",
"PermAction": "Actionを承認する",
"PermUserList": "ユーザーへの承認",
@@ -972,11 +928,8 @@
"Preferences": "好みの設定",
"PrepareSyncTask": "同期タスクの実行準備中...",
"Primary": "主な",
- "PrimaryProtocol": "主要協議は、資産にとって最も基本的で最も一般的に使用されるプロトコルであり、1つのみ設定でき、必ず設定する必要があります",
"Priority": "優先順位",
- "PriorityHelpMessage": "1-100、1最低優先度、100最高優先度。複数のユーザーを許可する場合、優先度の高いシステムユーザーはデフォルトのログインユーザーになります",
"PrivateCloud": "プライベートクラウド",
- "PrivateIp": "プライベート IP",
"PrivateKey": "秘密鍵",
"Privileged": "特権アカウント",
"PrivilegedFirst": "優先的な特権アカウント",
@@ -994,7 +947,6 @@
"Provider": "供給業者",
"Proxy": "代理",
"PublicCloud": "パブリッククラウド",
- "PublicIp": "パブリック IP",
"PublicKey": "公開鍵",
"Publish": "公開",
"PublishAllApplets": "すべてのアプリを公開",
@@ -1170,7 +1122,6 @@
"SelectAtLeastOneAssetOrNodeErrMsg": "アセットまたはノードは少なくとも一つ選択してください",
"SelectAttrs": "属性の選択",
"SelectByAttr": "プロパティフィルタ",
- "SelectCreateMethod": "作り方を選ぶ",
"SelectFile": "ファイル選択",
"SelectKeyOrCreateNew": "タグキーを選択するか、新しいものを作成します",
"SelectLabelFilter": "タグを選択して検索",
@@ -1279,11 +1230,6 @@
"Support": "サポート",
"SupportedProtocol": "サポートされているプロトコル",
"SupportedProtocolHelpText": "資産がサポートするプロトコルを設定します。設定ボタンをクリックして、プロトコルのカスタム設定を変更することができます。例えば、SFTPディレクトリやRDP ADドメインなど",
- "SwitchPage": "ビューを切り替える",
- "SwitchToUser": "Suユーザー",
- "SwitchToUserListTips": "次のユーザーからアセットに接続すると、現在のシステムユーザーログインを使用して切り替えます。",
- "SymbolSet": "特殊記号集合",
- "SymbolSetHelpText": "このタイプのデータベースでサポートされている特殊記号の集合を入力してください。生成されたランダムパスワードにこのようなデータベースでサポートされていない特殊文字があると、変更計画は失敗します",
"Sync": "同期する",
"SyncAction": "同期アクション",
"SyncDelete": "同期削除",
@@ -1316,7 +1262,6 @@
"SystemTasks": "タスクリスト",
"SystemTools": "システムツール",
"TableColSetting": "表示属性列の選択",
- "TableSetting": "フォームの優先設定",
"TagCreate": "ラベルの作成",
"TagInputFormatValidation": "ラベルの形式が間違っています、正しい形式は:name:value",
"TagList": "タグ一覧",
@@ -1388,7 +1333,6 @@
"TotalSyncStrategy": "バインドポリシー数(個)",
"Transfer": "転送",
"TriggerMode": "トリガーメソッド",
- "True": "はい",
"Tuesday": "火曜日",
"TwoAssignee": "二次受理者",
"TwoAssigneeType": "二次受信者タイプ",
diff --git a/apps/i18n/lina/pt_br.json b/apps/i18n/lina/pt_br.json
index 6c2be3337..cf9a44447 100644
--- a/apps/i18n/lina/pt_br.json
+++ b/apps/i18n/lina/pt_br.json
@@ -14,18 +14,12 @@
"AccountBackupDetail": "Detalhes do backup da conta",
"AccountBackupList": "Lista de Backup de Contas",
"AccountBackupUpdate": "Atualizar backup da conta",
- "AccountChangeSecret": "Alteração de Senha da Conta",
"AccountChangeSecretDetail": "Detalhes da alteração de senha da conta",
"AccountData": " Dados da conta ",
"AccountDeleteConfirmMsg": "Excluir conta, continuar?",
"AccountDeleted": " Exclusão de conta ",
"AccountDiscoverTask": " Descoberta de conta ",
"AccountExportTips": " As informações de exportação incluem texto cifrado de conta que contém informações sensíveis, o formato de exportação é um arquivo zip criptografado (se nenhuma senha de criptografia foi definida, vá para as informações pessoais para definir uma senha de criptografia de arquivo). ",
- "AccountGatherDetail": "Detalhes de coleta de conta",
- "AccountGatherList": "Coleta de conta",
- "AccountGatherTaskCreate": "Criar tarefa de coleta de conta",
- "AccountGatherTaskList": "Tarefa de coleta de conta",
- "AccountGatherTaskUpdate": "Atualizar tarefas de coleta de contas",
"AccountList": "Conta",
"AccountPolicy": "Política de contas",
"AccountPolicyHelpText": "Ao criar uma conta que não atende aos requisitos, como: tipo de chave não conformidade, restrição de chave única, você pode escolher a política acima.",
@@ -195,7 +189,6 @@
"BaseAccount": "Conta",
"BaseAccountBackup": "Backup de Conta",
"BaseAccountChangeSecret": "Alteração de Senha da Conta",
- "BaseAccountGather": "Coleta de Contas",
"BaseAccountPush": "Impulsionar conta",
"BaseAccountTemplate": "Modelo de conta",
"BaseApplets": "Aplicação",
@@ -286,7 +279,6 @@
"ClearSuccessMsg": "Limpeza bem-sucedida",
"ClickCopy": "Clicar para copiar",
"ClientCertificate": "Certificado do cliente",
- "Clipboard": "Prancheta",
"ClipboardCopyPaste": "Copiar e colar da área de transferência",
"Clone": "Clonar",
"Close": "Desativar",
@@ -465,7 +457,6 @@
"Docs": "Documento",
"Download": "Baixar",
"DownloadCenter": "Centro de Download",
- "DownloadFTPFileTip": "A Atual Action não registra arquivos, ou se o tamanho do arquivo excede o limite (padrão 100M), ou ainda não foi salvo no armazenamento correspondente",
"DownloadImportTemplateMsg": "Baixar Modelo Criado",
"DownloadReplay": " Baixar vídeo",
"DownloadUpdateTemplateMsg": "Baixar modelo atualizado",
@@ -516,7 +507,6 @@
"ExcludeSymbol": " Excluir caracteres",
"ExecCloudSyncErrorMsg": "A configuração da conta em nuvem não está completa, atualize e tente novamente",
"Execute": "Action",
- "ExecuteAfterSaving": "Executar após salvar",
"ExecuteOnce": "Executar uma vez",
"ExecutionDetail": "Detalhes da Execução",
"ExecutionList": "Registro de Ação",
@@ -580,8 +570,6 @@
"GatewayList": "Lista de Gateways",
"GatewayPlatformHelpText": "Somente uma plataforma que começa com Gateway pode ser selecionada para a plataforma de Gateway",
"GatewayUpdate": "Atualizar Gateway",
- "GatherAccountsHelpText": "Coletar informações da conta no ativo. As informações da conta coletada podem ser importadas para o sistema para facilitar a gestão unificada",
- "GatheredAccountList": "Contas coletadas",
"General": "Básico",
"GeneralAccounts": "Conta comum",
"GeneralSetting": "Configuração geral",
@@ -610,7 +598,6 @@
"Host": "Ativos",
"HostCreate": "Criar Ativo - Host",
"HostDeployment": "Deploy da máquina de produção",
- "HostList": "Lista de hosts",
"HostUpdate": "Atualização de ativos - host",
"HostnameStrategy": "Usado para gerar nomes de host de ativos. Por exemplo: 1. Nome da instância (instanceDemo);2. Nome da instância e parte do IP (últimos dois dígitos) (instanceDemo-250.1)",
"Hour": "Horas",
@@ -664,11 +651,6 @@
"InviteSuccess": "Convite bem-sucedido",
"InviteUser": "Convidar usuário",
"InviteUserInOrg": "Convide usuários para ingressar nessa organização",
- "Ip": "IP",
- "IpDomain": "IP Domínio",
- "IpGroup": "Grupo IP",
- "IpGroupHelpText": "* indica correspondência com todos. Por exemplo: 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",
- "IpType": "Tipo de IP",
"IsActive": " Ativar ",
"IsAlwaysUpdate": "Manter ativos atualizados",
"IsAlwaysUpdateHelpTip": "Se atualiza informações do ativo sincronizado cada vez que uma tarefa de sincronização é executada, incluindo hostname, IP, plataforma, domínio, nós etc.",
@@ -909,7 +891,6 @@
"Pause": "Pausa",
"PauseTaskSendSuccessMsg": " A tarefa de pausa foi emitida, por favor atualize e verifique mais tarde ",
"Pending": " Pendente",
- "Periodic": "Executar regularmente",
"PermAccount": "Conta Autorizada",
"PermAction": "Action autorizado",
"PermUserList": "Usuário autorizado",
@@ -940,7 +921,6 @@
"Primary": "Principais",
"Priority": "Prioridade",
"PrivateCloud": "Nuvem privada",
- "PrivateIp": "IP privado",
"PrivateKey": "Chave privada",
"Privileged": "Conta Privilegiada",
"PrivilegedFirst": "Conta com privilégios prioritários",
@@ -958,7 +938,6 @@
"Provider": "Fornecedor",
"Proxy": "Proxy",
"PublicCloud": "Nuvem pública",
- "PublicIp": "IP Público",
"PublicKey": "Chave pública",
"Publish": "Publicação",
"PublishAllApplets": " Publicar todos os aplicativos ",
@@ -1274,7 +1253,6 @@
"SystemTasks": "Lista de tarefas",
"SystemTools": "Ferramentas do sistema",
"TableColSetting": "Selecione as colunas de propriedades visíveis",
- "TableSetting": "Preferências de formulário",
"TagCreate": " Criar etiqueta ",
"TagInputFormatValidation": "Erro no formato da tag, o formato correto é: name:value",
"TagList": "Lista de tags",
diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json
index 88e04bcfb..db90ac7d4 100644
--- a/apps/i18n/lina/zh.json
+++ b/apps/i18n/lina/zh.json
@@ -8,14 +8,17 @@
"AccessIP": "IP 白名单",
"AccessKey": "访问密钥",
"Account": "账号信息",
+ "AccountActivities": "账号活动",
"AccountBackup": "账号备份",
"AccountBackupCreate": "创建账号备份",
"AccountBackupDetail": "账号备份详情",
"AccountBackupList": "账号备份列表",
"AccountBackupUpdate": "更新账号备份",
- "AccountChangeSecret": "账号改密",
"AccountChangeSecretDetail": "账号改密详情",
+ "AccountData": "账号数据",
"AccountDeleteConfirmMsg": "删除账号,是否继续?",
+ "AccountDeleted": "账号删除",
+ "AccountDiscover": "账号发现",
"AccountExportTips": "导出信息中包含账号密文涉及敏感信息,导出的格式为一个加密的zip文件(若没有设置加密密码,请前往个人信息中设置文件加密密码)。",
"AccountList": "账号",
"AccountPolicy": "账号策略",
@@ -24,6 +27,8 @@
"AccountPushDetail": "账号推送详情",
"AccountPushList": "账号推送",
"AccountPushUpdate": "更新账号推送",
+ "AccountResult": "账号改密成功/失败",
+ "AccountSessions": "账号会话",
"AccountStorage": "账号存储",
"AccountTemplate": "账号模版",
"AccountTemplateList": "账号模版列表",
@@ -167,6 +172,7 @@
"AuthSettings": "认证配置",
"AuthUserAttrMapHelpText": "左侧的键为 JumpServer 用户属性,右侧的值为认证平台用户属性",
"Authentication": "认证",
+ "AuthorizedKeysChanged": "密钥变更",
"AutoPush": "自动推送",
"Automation": "自动化",
"AverageTimeCost": "平均花费时间",
@@ -183,7 +189,6 @@
"BaseAccount": "账号",
"BaseAccountBackup": "账号备份",
"BaseAccountChangeSecret": "账号改密",
- "BaseAccountGather": "账号采集",
"BaseAccountPush": "账号推送",
"BaseAccountTemplate": "账号模版",
"BaseApplets": "应用",
@@ -254,6 +259,7 @@
"ChangeField": "变更字段",
"ChangeOrganization": "更改组织",
"ChangePassword": "更新密码",
+ "ChangeSecret": "账号改密",
"ChangeSecretAccountHelpText": "对于同一资产中的账号,如果存在切换自关系,则不应放在同一个任务中执行密码更改,而是应分成两个任务分别执行。",
"ChangeSecretParams": "改密参数",
"ChangeViewHelpText": "点击切换不同视图",
@@ -273,7 +279,6 @@
"ClearSuccessMsg": "清除成功",
"ClickCopy": "点击复制",
"ClientCertificate": "客户端证书",
- "Clipboard": "剪贴板",
"ClipboardCopyPaste": "剪贴板复制粘贴",
"Clone": "克隆",
"Close": "关闭",
@@ -281,6 +286,7 @@
"CloseConfirmMessage": "文件发生变化,是否保存?",
"CloseStatus": "已完成",
"Closed": "已完成",
+ "Cloud": "云",
"CloudAccountCreate": "创建云平台账号",
"CloudAccountDetail": "云平台账号详情",
"CloudAccountList": "云平台账号",
@@ -334,6 +340,7 @@
"ConnectMethodAclList": "连接方式",
"ConnectMethodAclUpdate": "更新连接方式控制",
"ConnectWebSocketError": "连接 WebSocket 失败",
+ "Connectable": "可连接",
"ConnectionDropped": "连接已断开",
"ConnectionToken": "连接令牌",
"ConnectionTokenList": "连接令牌是将身份验证和连接资产结合起来使用的一种认证信息,支持用户一键登录到资产,目前支持的组件包括:KoKo、Lion、Magnus、Razor 等",
@@ -346,6 +353,7 @@
"ConvenientOperate": "便捷操作",
"Copy": "复制",
"CopySuccess": "复制成功",
+ "CopyToAsset": "复制到资产",
"Corporation": "公司",
"Create": "创建",
"CreateAccessKey": "创建访问密钥",
@@ -412,6 +420,7 @@
"Datetime": "日期时间",
"Day": "日",
"DeclassificationLogNum": "改密日志数",
+ "DeeplyThoughtAbout": "已深度思考",
"DefaultDatabase": "默认数据库",
"DefaultPort": "默认端口",
"DefaultValue": "默认值",
@@ -432,6 +441,7 @@
"DestinationIP": "目的地址",
"DestinationPort": "目的端口",
"Detail": "详情",
+ "Device": "设备",
"DeviceCreate": "创建资产-网络设备",
"DeviceUpdate": "更新资产-网络设备",
"Digit": "数字",
@@ -441,11 +451,12 @@
"Disable": "禁用",
"DisableSelected": "禁用所选",
"DisableSuccessMsg": "禁用成功",
+ "DiscoverAccounts": "帐号发现",
+ "DiscoveredAccountList": "发现账号",
"DisplayName": "名称",
"Docs": "文档",
"Download": "下载",
"DownloadCenter": "下载中心",
- "DownloadFTPFileTip": "当前动作不记录文件,或者文件大小超过阈值(默认100M),或者还未保存到对应存储中",
"DownloadImportTemplateMsg": "下载创建模板",
"DownloadReplay": "下载录像",
"DownloadUpdateTemplateMsg": "下载更新模板",
@@ -457,6 +468,7 @@
"DynamicUsername": "动态用户名",
"Edit": "编辑",
"EditRecipient": "编辑接收人",
+ "EditSecret": "编辑密文",
"Edition": "版本",
"Effective": "生效",
"Email": "邮箱",
@@ -465,6 +477,7 @@
"EmailTemplateHelpTip": "邮件模版是用于发送邮件的模版,包括邮件标题前缀和邮件内容",
"EmailTest": "测试连接",
"Empty": "空",
+ "EmptyPassword": "空密码",
"Enable": "启用",
"EnableDomain": "启用网域",
"EnableKoKoSSHHelpText": "开启时连接资产会显示 SSH Client 拉起方式",
@@ -494,10 +507,10 @@
"ExcludeSymbol": "排除字符",
"ExecCloudSyncErrorMsg": "云账号配置不完整,请更新后重试",
"Execute": "执行",
- "ExecuteAfterSaving": "保存后执行",
"ExecuteOnce": "执行一次",
"ExecutionDetail": "执行详情",
"ExecutionList": "执行列表",
+ "ExecutionRecord": "执行记录",
"ExistError": "这个元素已经存在",
"Existing": "已存在",
"ExpirationTimeout": "过期超时时间(秒)",
@@ -542,6 +555,7 @@
"Footer": "页脚",
"ForgotPasswordURL": "忘记密码链接",
"FormatError": "格式错误",
+ "FoundAccountInAssetDeleteMsg": "删除从系统资产中发现的找好",
"Friday": "周五",
"From": "从",
"FromTicket": "来自工单",
@@ -556,8 +570,6 @@
"GatewayList": "网关列表",
"GatewayPlatformHelpText": "网关平台只能选择以 Gateway 开头的平台",
"GatewayUpdate": "更新网关",
- "GatherAccountsHelpText": "收集资产上的账号信息。收集后的账号信息可以导入到系统中,方便统一管理",
- "GatheredAccountList": "收集的账号",
"General": "基本",
"GeneralAccounts": "普通账号",
"GeneralSetting": "通用配置",
@@ -568,6 +580,7 @@
"Goto": "转到",
"GrantedAssets": "授权的资产",
"GreatEqualThan": "大于等于",
+ "GroupChanged": "组变更",
"GroupsAmount": "用户组",
"HTTPSRequiredForSupport": "需要 HTTPS 支持,才能开启",
"HandleTicket": "处理工单",
@@ -585,7 +598,6 @@
"Host": "资产",
"HostCreate": "创建资产-主机",
"HostDeployment": "发布机部署",
- "HostList": "主机列表",
"HostUpdate": "更新资产-主机",
"HostnameStrategy": "用于生成资产主机名。例如:1. 实例名称 (instanceDemo);2. 实例名称和部分IP(后两位) (instanceDemo-250.1)",
"Hour": "小时",
@@ -640,11 +652,6 @@
"InviteSuccess": "邀请成功",
"InviteUser": "邀请用户",
"InviteUserInOrg": "邀请用户加入此组织",
- "Ip": "IP",
- "IpDomain": "IP 域",
- "IpGroup": "IP 组",
- "IpGroupHelpText": "* 表示匹配所有。例如: 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",
- "IpType": "IP 类型",
"IsActive": "激活",
"IsAlwaysUpdate": "资产保持最新",
"IsAlwaysUpdateHelpTip": "每次执行同步任务时是否同步更新资产信息,包括主机名、ip、平台、域、节点等",
@@ -678,6 +685,7 @@
"LdapBulkImport": "用户导入",
"LdapConnectTest": "测试连接",
"LdapLoginTest": "测试登录",
+ "LeakedPassword": "泄露密码",
"Length": "长度",
"LessEqualThan": "小于等于",
"LevelApproval": "级审批",
@@ -720,6 +728,8 @@
"LogoLogoutTip": "提示:将会显示在企业版用户的 Web 终端页面(建议图片大小为:82px*82px)",
"Logout": "退出登录",
"LogsAudit": "日志审计",
+ "LongTimeNoVerify": "长时间未验证",
+ "LongTimePassword": "长时间未改密",
"Lowercase": "小写字母",
"LunaSetting": "Luna 配置",
"MFAAllUsers": "全局启用: 所有用户",
@@ -761,6 +771,7 @@
"More": "更多",
"MoreActions": "更多操作",
"MoveAssetToNode": "移动资产到节点",
+ "MoveToAsset": "移动到资产",
"MsgSubscribe": "消息订阅",
"MyAssets": "我的资产",
"MyTickets": "我发起的",
@@ -770,6 +781,7 @@
"Navigation": "导航",
"NeedReLogin": "需要重新登录",
"New": "新建",
+ "NewAccountsFound": "新增账号",
"NewChat": "新聊天",
"NewCount": "新增",
"NewCron": "生成 Cron",
@@ -783,10 +795,12 @@
"Next": "下一步",
"No": "否",
"NoAccountFound": "未找到帐户",
+ "NoAdminAccount": "无管理员账号",
"NoContent": "暂无内容",
"NoData": "暂无数据",
"NoFiles": "暂无文件",
"NoLog": "无日志",
+ "NoLoginLongTime": "长时间未登录",
"NoPermission": "暂无权限",
"NoPermission403": "403 暂无权限",
"NoPermissionInGlobal": "全局无权限",
@@ -865,6 +879,7 @@
"Password": "密码",
"PasswordAndSSHKey": "认证设置",
"PasswordChangeLog": "改密日志",
+ "PasswordError": "密码错误",
"PasswordExpired": "密码过期了",
"PasswordPlaceholder": "请输入密码",
"PasswordRecord": "密码记录",
@@ -877,7 +892,6 @@
"Pause": "暂停",
"PauseTaskSendSuccessMsg": "暂停任务已下发,请稍后刷新查看",
"Pending": "待处理",
- "Periodic": "定期执行 ",
"PermAccount": "授权账号",
"PermAction": "授权动作",
"PermUserList": "授权用户",
@@ -908,7 +922,6 @@
"Primary": "主要的",
"Priority": "优先级",
"PrivateCloud": "私有云",
- "PrivateIp": "私有 IP",
"PrivateKey": "私钥",
"Privileged": "特权账号",
"PrivilegedFirst": "优先特权账号",
@@ -919,19 +932,20 @@
"Project": "项目名",
"Prompt": "提示词",
"Proportion": "占比",
+ "ProportionOfAccountTypes": "账号类型占比",
"ProportionOfAssetTypes": "资产类型占比",
"Protocol": "协议",
"Protocols": "协议",
"Provider": "供应商",
"Proxy": "代理",
"PublicCloud": "公有云",
- "PublicIp": "公有 IP",
"PublicKey": "公钥",
"Publish": "发布",
"PublishAllApplets": "发布所有应用",
"PublishStatus": "发布状态",
"Push": "推送",
"PushAccount": "推送账号",
+ "PushAccountHelpText": "若账号已存在,则使用账号密文进行推送;若账号不存在,则根据填写的密文创建账号,然后进行推送。",
"PushAccountsHelpText": "推送已有账号到资产上。推送账号时,如果账号已存在,会更新账号的密码,如果账号不存在,会创建账号",
"PushParams": "推送参数",
"Qcloud": "腾讯云",
@@ -949,13 +963,20 @@
"RealTimeData": "实时数据",
"Reason": "原因",
"Receivers": "接收人",
+ "Recent (7 days)": "最近7天",
"RecentLogin": "最近登录",
+ "RecentPasswordChangeFailed": "最近改密失败",
"RecentSession": "最近会话",
+ "RecentlyChangedPassword": "最近改密",
+ "RecentlyDiscovered": "最近发现",
+ "RecentlyLoggedIn": "最近登录",
+ "RecentlyModified": "最近修改",
"RecentlyUsed": "最近使用",
"Recipient": "接收人",
"RecipientHelpText": "如果同时设置了收件人A和B,账号的密文将被拆分为两部分;如果只设置了一个收件人,密钥则不会被拆分。",
"RecipientServer": "接收服务器",
"Reconnect": "重新连接",
+ "Record": "记录",
"Refresh": "刷新",
"RefreshHardware": "更新硬件信息",
"Regex": "正则表达式",
@@ -972,6 +993,7 @@
"RelevantCommand": "命令",
"RelevantSystemUser": "系统用户",
"RemoteAddr": "远端地址",
+ "RemoteAssetFoundAccountDeleteMsg": "删除从远端资产中发现的找好",
"Remove": "移除",
"RemoveAssetFromNode": "从节点移除资产",
"RemoveSelected": "移除所选",
@@ -979,6 +1001,7 @@
"RemoveWarningMsg": "你确定要移除",
"Rename": "重命名",
"RenameNode": "重命名节点",
+ "RepeatedPassword": "重复密码",
"ReplaceNodeAssetsAdminUserWithThis": "替换资产的管理员",
"Replay": "回放",
"ReplaySession": "回放会话",
@@ -986,6 +1009,7 @@
"ReplayStorageCreateUpdateHelpMessage": "注意:目前 SFTP 存储仅支持账号备份,暂不支持录像存储。",
"ReplayStorageUpdate": "更新对象存储",
"Reply": "回复",
+ "Report": "报告",
"RequestAssetPerm": "申请资产授权",
"RequestPerm": "授权申请",
"RequestTickets": "申请工单",
@@ -1008,6 +1032,7 @@
"ResetSSHKey": "重置SSH密钥",
"ResetSSHKeySuccessMsg": "发送邮件任务已提交, 用户稍后会收到重置密钥邮件",
"ResetSSHKeyWarningMsg": "你确定要发送重置用户的SSH Key的邮件吗?",
+ "ResetSecret": "可改密",
"Resource": "资源",
"ResourceType": "资源类型",
"RestoreButton": "恢复默认",
@@ -1020,6 +1045,8 @@
"Retry": "重试",
"RetrySelected": "重试所选",
"Reviewer": "审批人",
+ "RiskDetection": "风险检测",
+ "RiskyAccount": "风险账号",
"Role": "角色",
"RoleCreate": "创建角色",
"RoleDetail": "角色详情",
@@ -1084,6 +1111,7 @@
"Secret": "密码",
"SecretKey": "密钥",
"SecretKeyStrategy": "密码策略",
+ "SecretReset": "可改密",
"Secure": "安全",
"Security": "安全设置",
"Select": "选择",
@@ -1096,6 +1124,7 @@
"SelectKeyOrCreateNew": "选择标签键或创建新的",
"SelectLabelFilter": "选择标签筛选",
"SelectProperties": "选择属性",
+ "SelectProtocol": "可选择的协议",
"SelectProvider": "选择平台",
"SelectProviderMsg": "请选择一个云平台",
"SelectResource": "选择资源",
@@ -1109,6 +1138,7 @@
"SerialNumber": "序列号",
"Server": "服务",
"ServerAccountKey": "服务账号密钥",
+ "ServerBusyRetry": "服务器繁忙,请稍后再试。",
"ServerError": "服务器错误",
"ServerTime": "服务器时间",
"Session": "会话",
@@ -1189,6 +1219,7 @@
"Success/Total": "成功/总数",
"SuccessAsset": "成功的资产",
"SuccessfulOperation": "操作成功",
+ "SudoChanged": "Sudo 变更",
"Summary": "汇总",
"Summary(success/total)": "概况( 成功/总数 )",
"Sunday": "周日",
@@ -1239,6 +1270,7 @@
"TargetResources": "目标资源",
"Task": "任务",
"TaskDetail": "任务详情",
+ "TaskDistribution": "任务分配",
"TaskDone": "任务结束",
"TaskID": "任务 ID",
"TaskList": "任务列表",
@@ -1310,6 +1342,7 @@
"UPPER_CASE_REQUIRED": "必须包含大写字母",
"UnFavoriteSucceed": "取消收藏成功",
"UnSyncCount": "未同步",
+ "UnavailableAccount": "不可用账号",
"Unbind": "解绑",
"UnbindHelpText": "本地用户为此认证来源用户,无法解绑",
"Unblock": "解锁",
@@ -1319,6 +1352,7 @@
"Uninstall": "卸载",
"UniqueError": "以下属性只能设置一个",
"UnlockSuccessMsg": "解锁成功",
+ "UnmanagedAccount": "未管理账号",
"UnselectedOrg": "没有选择组织",
"UnselectedUser": "没有选择用户",
"UpDownload": "上传下载",
@@ -1385,6 +1419,8 @@
"VaultHCPMountPoint": "Vault 服务器的挂载点,默认为 jumpserver",
"VaultHelpText": "1. 由于安全原因,需要配置文件中开启 Vault 存储。
2. 开启后,填写其他配置,进行测试。
3. 进行数据同步,同步是单向的,只会从本地数据库同步到远端 Vault,同步完成本地数据库不再存储密码,请备份好数据。
4. 二次修改 Vault 配置后需重启服务。",
"VerificationCodeSent": "验证码已发送",
+ "VerifyFace": "验证人脸",
+ "VerifySecret": "验证密文",
"VerifySignTmpl": "验证码短信模板",
"Version": "版本",
"View": "查看",
@@ -1404,6 +1440,7 @@
"WeCom": "企业微信",
"WeComOAuth": "企业微信认证",
"WeComTest": "测试",
+ "WeakPassword": "弱密码",
"WebCreate": "创建资产-Web",
"WebHelpMessage": "Web 类型资产依赖于远程应用,请前往系统设置在远程应用中配置",
"WebSocketDisconnect": "WebSocket 断开",
@@ -1431,59 +1468,7 @@
"forceEnableMFAHelpText": "如果强制启用,用户无法自行禁用",
"removeWarningMsg": "你确定要移除",
"setVariable": "设置参数",
- "VerifyFace": "验证人脸",
- "ServerBusyRetry": "服务器繁忙,请稍后再试。",
- "DeeplyThoughtAbout": "已深度思考",
"TableSetting": "表格偏好",
- "AccountData": "账号数据",
- "AccountResult": "账号改密成功/失败",
- "RiskyAccount": "风险账号",
- "ProportionOfAccountTypes": "账号类型占比",
- "TaskDistribution": "任务分配",
- "Connectable": "可连接",
- "DiscoverAccounts": "帐号发现",
- "ResetSecret": "可改密",
- "NoLoginLongTime": "长时间未登录",
- "NewAccountsFound": "新增账号",
- "GroupChanged": "组变更",
- "SudoChanged": "Sudo 变更",
- "AuthorizedKeysChanged": "密钥变更",
- "AccountDeleted": "账号删除",
- "LongTimePassword": "长时间未改密",
- "WeakPassword": "弱密码",
- "LeakedPassword": "泄露密码",
- "RepeatedPassword": "重复密码",
- "PasswordError": "密码错误",
- "NoAdminAccount": "无管理员账号",
- "RiskDetection": "风险检测",
- "AccountSessions": "账号会话",
- "AccountActivities": "账号活动",
- "ChangeSecret": "账号改密",
- "Recent (7 days)": "最近7天",
- "RecentlyDiscovered": "最近发现",
- "RecentlyLoggedIn": "最近登录",
- "RecentlyModified": "最近修改",
- "RecentlyChangedPassword": "最近改密",
- "RecentPasswordChangeFailed": "最近改密失败",
- "UnmanagedAccount": "未管理账号",
- "UnavailableAccount": "不可用账号",
- "EmptyPassword": "空密码",
- "LongTimeNoVerify": "长时间未验证",
- "Cloud": "云",
- "Device": "设备",
- "SecretReset": "可改密",
- "EditSecret": "编辑密文",
- "VerifySecret": "验证密文",
- "CopyToAsset": "复制到资产",
- "MoveToAsset": "移动到资产",
- "SelectProtocol": "可选择的协议",
- "Report": "报告",
- "Record": "记录",
- "DiscoveredAccountList": "发现账号",
"AccountDiscoverTask": "账号发现",
- "ExecutionRecord": "执行记录",
- "ExecutionSummary": "执行状态",
- "FoundAccountInAssetDeleteMsg": "删除从系统资产中发现的找好",
- "RemoteAssetFoundAccountDeleteMsg": "删除从远端资产中发现的找好",
- "PushAccountHelpText": "若账号已存在,则使用账号密文进行推送;若账号不存在,则根据填写的密文创建账号,然后进行推送。"
+ "ExecutionSummary": "执行汇总"
}
\ No newline at end of file
diff --git a/apps/i18n/lina/zh_hant.json b/apps/i18n/lina/zh_hant.json
index e9bff8194..06f7752e1 100644
--- a/apps/i18n/lina/zh_hant.json
+++ b/apps/i18n/lina/zh_hant.json
@@ -15,7 +15,6 @@
"AccountBackupDetail": "賬號備份詳情",
"AccountBackupList": "賬號備份列表",
"AccountBackupUpdate": "更新帳號備份",
- "AccountChangeSecret": "帳號改密",
"AccountChangeSecretDetail": "帳號變更密碼詳情",
"AccountData": "帳號數據",
"AccountDeleteConfirmMsg": "刪除帳號,是否繼續?",
@@ -24,19 +23,13 @@
"AccountDiscoverList": "帳號收集",
"AccountDiscoverTask": "帳號發現",
"AccountDiscoverTaskCreate": "創建賬號收集任務",
- "AccountDiscoverTaskExecutionList": "任務執行列表",
- "AccountDiscoverTaskList": "賬號收集任務",
"AccountDiscoverTaskUpdate": "更新賬號收集任務",
"AccountExportTips": "導出信息中包含賬號密文涉及敏感信息,導出的格式為一個加密的zip文件(若沒有設置加密密碼,請前往個人信息中設置文件加密密碼)。",
- "AccountHelpText": "雲帳號是用來連接雲服務商的帳號,用於獲取雲服務商的資源資訊",
- "AccountHistoryHelpMessage": "記錄當前帳號的歷史版本",
"AccountList": "雲帳號",
- "AccountName": "帳號名稱",
"AccountPolicy": "帳號策略",
"AccountPolicyHelpText": "創建時對於不符合要求的賬號,如:密鑰類型不合規,唯一鍵約束,可選擇以上策略。",
"AccountPushCreate": "創建帳號推送",
"AccountPushDetail": " Account Push Details",
- "AccountPushExecutionList": "賬號推送執行列表",
"AccountPushList": "帳號推送",
"AccountPushUpdate": "更新帳號推送",
"AccountResult": "帳號改密成功/失敗",
@@ -45,12 +38,7 @@
"AccountTemplate": "帳號模板",
"AccountTemplateList": "帳號模板列表",
"AccountTemplateUpdateSecretHelpText": "帳號列表展示通過模板創建的帳號。更新密文時,會更新通過模板所創建帳號的密文。",
- "AccountUpdate": "更新帳戶",
- "AccountUsername": "帳號(使用者名稱)",
"Accounts": "帳號管理",
- "AccountsHelp": "所有帳號: 資產上已添加的所有帳號;
指定帳號:指定資產下帳號的使用者名稱;
手動帳號: 使用者名稱/密碼 登入時手動輸入;
同名帳號: 與被授權人使用者名稱相同的帳號;",
- "Acl": "訪問控制",
- "Acls": "訪問控制",
"Action": "動作",
"ActionCount": "動作數量",
"ActionSetting": "動作設置",
@@ -62,13 +50,9 @@
"Active": "活躍",
"ActiveAsset": "近期被登入過",
"ActiveAssetRanking": "會話資產排名",
- "ActiveSelected": "啟用所選",
"ActiveUser": "近期登入過",
- "ActiveUserAssetsRatioTitle": "占比統計",
"ActiveUsers": "活躍用戶",
"Activity": "活動",
- "AdDomain": "AD域名",
- "AdDomainHelpText": "提供給域用戶登入的AD域名",
"Add": "新增",
"AddAccount": "添加帳號",
"AddAccountByTemplate": "從模板添加帳號",
@@ -78,32 +62,21 @@
"AddAssetInDomain": "添加資產",
"AddAssetToNode": "添加資產到節點",
"AddAssetToThisPermission": "添加資產",
- "AddFailMsg": "添加失敗",
"AddGatewayInDomain": "添加網關",
"AddInDetailText": "創建或更新成功後,添加詳細資訊",
"AddNode": "添加節點",
"AddNodeToThisPermission": "新增節點",
- "AddOrgMembers": "添加組織成員",
"AddPassKey": "添加 Passkey(通行金鑰)",
"AddRolePermissions": "建立/更新成功後,於詳情中新增權限",
"AddSuccessMsg": "添加成功",
- "AddSystemUser": "添加系統用戶",
"AddUserGroupToThisPermission": "新增使用者組",
"AddUserToThisPermission": "新增使用者",
"AddVariable": "添加參數",
"Address": "地址",
- "Addressee": "收件人",
"AdhocCreate": "創建命令",
"AdhocDetail": "命令詳情",
"AdhocManage": "腳本管理",
"AdhocUpdate": "更新腳本",
- "Admin": "管理員",
- "AdminUser": "特權用戶",
- "AdminUserCreate": "創建管理用戶",
- "AdminUserDetail": "管理用戶詳情",
- "AdminUserList": "管理用戶",
- "AdminUserListHelpMessage": "特權用戶 是資產已存在的, 並且擁有 高級權限 的系統用戶, 如 root 或 擁有 `NOPASSWD: ALL` sudo 權限的用戶。 JumpServer 使用該用戶來 `推送系統用戶`、`獲取資產硬體資訊` 等。",
- "AdminUserUpdate": "更新管理用戶",
"Advanced": "進階設定",
"AfterChange": "變更後",
"AjaxError404": "404 請求錯誤",
@@ -114,7 +87,6 @@
"AllAccounts": "所有帳號",
"AllClickRead": "全部已讀",
"AllMembers": "全部成員",
- "AllOrganization": "組織列表",
"AllowInvalidCert": "忽略證書檢查",
"AmazonSecretsManager": "Amazon Secrets Manager",
"Announcement": "公告",
@@ -123,15 +95,10 @@
"ApiKey": "API Key",
"ApiKeyList": "使用 Api key 簽名請求頭進行認證,每個請求的頭部是不一樣的, 相對於 Token 方式,更加安全,請查閱文件使用;
為降低洩露風險,Secret 僅在生成時可以查看, 每個用戶最多支持創建 10 個",
"ApiKeyWarning": "為降低 AccessKey 洩露的風險,只在創建時提供 Secret,後續不可再進行查詢,請妥善保存。",
- "App": "應用",
- "AppAmount": "應用數量",
- "AppAuth": "App認證",
"AppEndpoint": "應用接入地址",
- "AppList": "應用列表",
"AppOps": "任務中心",
"AppProvider": "應用提供者",
"AppProviderDetail": "應用提供者詳情",
- "AppletCreate": "創建遠程應用",
"AppletDetail": "遠程應用",
"AppletHelpText": "在上傳過程中,如果應用不存在,則創建該應用;如果已存在,則進行應用更新。",
"AppletHostCreate": "添加遠程應用發布機",
@@ -142,13 +109,6 @@
"AppletHosts": "應用發布機",
"Applets": "遠程應用",
"Applicant": "申請人",
- "ApplicationAccount": "應用帳號",
- "ApplicationDetail": "應用詳情",
- "ApplicationPermission": "應用授權",
- "ApplicationPermissionCreate": "創建應用授權規則",
- "ApplicationPermissionDetail": "應用授權詳情",
- "ApplicationPermissionRules": "應用授權規則",
- "ApplicationPermissionUpdate": "更新應用授權規則",
"Applications": "應用管理",
"ApplyAsset": "申請資產",
"ApplyFromCMDFilterRule": "命令過濾規則",
@@ -159,7 +119,6 @@
"ApplyLoginUser": "登入用戶",
"ApplyRunAsset": "申請運行的資產",
"ApplyRunCommand": "申請運行的命令",
- "ApplyRunSystemUser": "申請運行的系統用戶",
"ApplyRunUser": "申請運行的用戶",
"Appoint": "指定",
"ApprovaLevel": "審批資訊",
@@ -182,65 +141,43 @@
"AssetBulkUpdateTips": "網路設備、雲服務、web,不支持批次更新網域",
"AssetChangeSecretCreate": "創建帳號改密",
"AssetChangeSecretUpdate": "更新帳號改密",
- "AssetCount": "資產數量",
- "AssetCreate": "創建資產",
"AssetData": "資產數據",
"AssetDetail": "資產詳情",
- "AssetHistoryAccount": "資產歷史帳號",
"AssetList": "資產列表",
"AssetListHelpMessage": "左側是資產樹,右擊可以新建、刪除、更改樹節點,授權資產也是以節點方式組織的,右側是屬於該節點下的資產\n",
"AssetLoginACLHelpMsg": "登入資產時,可以根據用戶的登入 IP 和時間段進行審核,判斷是否可以登入資產",
"AssetLoginACLHelpText": "登入資產時,可以依照使用者的登入 IP 和時間段進行審核,判斷是否可以登入資產",
"AssetName": "資產名稱",
- "AssetNumber": "資產編號",
"AssetPermission": "資產授權",
"AssetPermissionCreate": "創建資產授權規則",
"AssetPermissionDetail": "資產授權詳情",
"AssetPermissionHelpMsg": "資產授權允許您選擇用戶和資產,將資產授權給用戶以便訪問。一旦授權完成,用戶便可便捷地瀏覽這些資產。此外,您還可以設置特定的權限位,以進一步定義用戶對資產的權限範圍。",
- "AssetPermissionList": "資產授權列表",
"AssetPermissionRules": "資產授權規則",
"AssetPermissionUpdate": "更新資產授權規則",
"AssetPermsAmount": "資產授權數量",
"AssetProtocolHelpText": "資產支持的協議受平台限制,點擊設置按鈕可以查看協議的設置。 如果需要更新,請更新平台",
- "AssetRatio": "資產占比統計",
- "AssetResultDetail": "資產結果",
"AssetTree": "資產樹",
- "AssetUpdate": "更新資產",
- "AssetUserList": "資產用戶",
"Assets": "資產管理",
"AssetsAmount": "資產數量",
"AssetsOfNumber": "資產數",
"AssetsTotal": "資產總數",
"AssignedInfo": "審批資訊",
- "AssignedMe": "待我審批",
- "AssignedTicketList": "待我審批",
"Assignee": "處理人",
"Assignees": "待處理人",
- "AssociateAssets": "關聯資產",
- "AssociateNodes": "關聯節點",
- "AssociateSystemUsers": "關聯系統用戶",
"AttrName": "屬性名",
"AttrValue": "屬性值",
- "Auditor": "審計員",
"Audits": "審計台",
"Auth": "認證設置",
"AuthConfig": "配寘認證資訊",
"AuthLimit": "登入限制",
- "AuthMethod": "認證方式",
"AuthSAMLCertHelpText": "上傳證書金鑰後儲存, 然後查看 SP Metadata",
"AuthSAMLKeyHelpText": "SP 證書和密鑰 是用來和 IDP 加密通訊的",
"AuthSaml2UserAttrMapHelpText": "左側的鍵為 SAML2 使用者屬性,右側的值為認證平台使用者屬性",
"AuthSecurity": "認證安全",
- "AuthSetting": "認證設置",
"AuthSettings": "認證配置",
"AuthUserAttrMapHelpText": "左側的鍵為 JumpServer 用戶屬性,右側的值為認證平台用戶屬性",
- "AuthUsername": "使用使用者名稱認證",
"Authentication": "認證",
- "Author": "作者",
"AuthorizedKeysChanged": "密鑰變更",
- "AutoCreate": "自動創建",
- "AutoEnabled": "啟用自動化",
- "AutoGenerateKey": "隨機生成密碼",
"AutoPush": "自動推送",
"Automations": "自動化",
"AverageTimeCost": "平均花費時間",
@@ -258,7 +195,6 @@
"BaseAccountBackup": "帳號備份",
"BaseAccountChangeSecret": "帳號改密",
"BaseAccountDiscover": "帳號採集",
- "BaseAccountGather": "帳號採集",
"BaseAccountPush": "帳號推送",
"BaseAccountTemplate": "帳號模版",
"BaseApplets": "應用",
@@ -276,7 +212,6 @@
"BaseLoginLog": "登入日誌",
"BaseMyAssets": "我的資產",
"BaseOperateLog": "操作日誌",
- "BasePlatform": "基礎平台",
"BasePort": "監聽埠",
"BaseSessions": "Session",
"BaseStorage": "儲存",
@@ -289,22 +224,11 @@
"Basic": "基本設置",
"BasicInfo": "基本資訊",
"BasicSettings": "基本設置",
- "BasicTools": "基本工具",
- "BatchActivate": "批次啟用",
- "BatchApproval": "批次審批",
- "BatchCommand": "批次命令",
- "BatchCommandNotExecuted": "未執行批次命令",
"BatchConsent": "批次同意",
- "BatchDelete": "批次刪除",
"BatchDeployment": "批量部署",
- "BatchDisable": "批次禁用",
"BatchProcessing": "批次處理(選中 {number} 項)",
"BatchReject": "批次拒絕",
- "BatchRemoval": "批次移除",
- "BatchRetry": "批次重試",
- "BatchScript": "批次腳本",
"BatchTest": "批次測試",
- "BatchUpdate": "批次更新",
"BeforeChange": "變更前",
"Beian": "備案",
"BelongAll": "同時包含",
@@ -315,28 +239,17 @@
"BindSuccess": "綁定成功",
"BiometricFeatures": "生物特徵",
"BlockedIPS": "已鎖定的 IP",
- "Builtin": "內建",
- "BuiltinTree": "類型樹",
"BuiltinVariable": "內建變數",
"BulkClearErrorMsg": "批次清除失敗:",
- "BulkCreateStrategy": "創建時對於不符合要求的帳號,如:金鑰類型不合規,唯一鍵約束,可選擇以上策略。",
"BulkDeleteErrorMsg": "批次刪除失敗: ",
"BulkDeleteSuccessMsg": "批次刪除成功",
"BulkDeploy": "批次部署",
- "BulkOffline": "批次下線",
"BulkRemoveErrorMsg": "批次移除失敗: ",
"BulkRemoveSuccessMsg": "批次移除成功",
- "BulkSyncDelete": "批次同步刪除",
"BulkSyncErrorMsg": "批次同步失敗: ",
- "BulkTransfer": "批次傳輸",
- "BulkUnblock": "批次解鎖",
- "BulkUpdatePlatformHelpText": "只有資產的原平台類型與所選平台類型相同時才會進行更新,若更新前後的平台類型不同則不會更新。",
- "BulkVerify": "批次測試可連接性",
"CACertificate": "CA 證書",
"CAS": "CAS",
- "CASSetting": "CAS 配置",
"CMPP2": "CMPP v2.0",
- "CTYunPrivate": "天翼私有雲",
"CalculationResults": "呼叫記錄",
"CallRecords": "調用記錄",
"CanDragSelect": "可拖動滑鼠選擇時間段;未選擇等同全選",
@@ -344,7 +257,6 @@
"CancelCollection": "取消收藏",
"CancelTicket": "取消工單",
"CannotAccess": "無法訪問當前頁面",
- "Cas": "CAS設置",
"Category": "類別",
"CeleryTaskLog": "Celery任務日誌",
"Certificate": "證書",
@@ -354,20 +266,16 @@
"ChangeField": "變更欄位",
"ChangeOrganization": "更改組織",
"ChangePassword": "更改密碼",
- "ChangeReceiver": "修改消息接收人",
"ChangeSecret": "帳號改密",
"ChangeSecretAccountHelpText": "對於同一資產中的帳號,如果存在切換自關係,則不應放在同一個任務中執行密碼更改,而是應分成兩個任務分別執行。",
"ChangeSecretParams": "改密參數",
"ChangeViewHelpText": "點擊切換不同視圖",
- "Charset": "字元集",
"Chat": "聊天",
"ChatAI": "智慧問答",
"ChatHello": "你好!我能為你提供什麼幫助?",
"ChdirHelpText": "默認執行目錄為執行用戶的 home 目錄",
"CheckAssetsAmount": "校對資產數量",
"CheckViewAcceptor": "點擊查看受理人",
- "ChinaRed": "中國紅",
- "ClassicGreen": "經典綠",
"CleanHelpText": "定期清理任務會在 每天凌晨 2 點執行, 清理後的數據將無法恢復",
"Cleaning": "定期清理",
"Clear": "清除",
@@ -378,8 +286,6 @@
"ClearSuccessMsg": "清除成功",
"ClickCopy": "點擊複製",
"ClientCertificate": "用戶端證書",
- "ClipBoard": "剪切板",
- "Clipboard": "剪貼簿",
"ClipboardCopyPaste": "剪貼簿複製貼上",
"Clone": "複製",
"Close": "關閉",
@@ -392,40 +298,24 @@
"CloudAccountDetail": "雲平台帳號詳情",
"CloudAccountList": "雲平台帳號",
"CloudAccountUpdate": "更新雲平台帳號",
- "CloudCenter": "雲管中心",
"CloudCreate": "創建資產-雲平台",
- "CloudPlatform": "雲平台",
"CloudRegionTip": "未取得地區資訊,請檢查帳號",
"CloudSource": "同步源",
"CloudSync": "雲同步",
"CloudSyncConfig": "雲同步配寘",
"CloudUpdate": "更新資產-雲平台",
- "Clouds": "雲平台",
"Cluster": "集群",
- "CmdFilter": "命令過濾器",
- "CollapseSidebar": "收起側邊欄",
- "CollectHardwareInfo": "啟用收集硬體資訊",
"CollectionSucceed": "收藏成功",
"Command": "命令",
- "Command filter": "命令過濾器",
"CommandConfirm": "命令覆核",
- "CommandExecutions": "命令執行",
"CommandFilterACL": "命令過濾",
"CommandFilterACLHelpMsg": "通過命令過濾,您可以控制命令是否可以發送到資產上。根據您設定的規則,某些命令可以被放行,而另一些命令則被禁止。",
"CommandFilterACLHelpText": "透過命令過濾,您可以控制命令是否可以發送到資產上。根據您設定的規則,某些命令可以被放行,而另一些命令則被禁止",
"CommandFilterAclCreate": "創建命令過濾規則",
"CommandFilterAclDetail": "命令過濾規則詳情",
"CommandFilterAclUpdate": "更新命令過濾規則",
- "CommandFilterCreate": "創建命令過濾器",
- "CommandFilterDetail": "命令過濾器詳情",
- "CommandFilterHelpMessage": "系統用戶支持綁定多個命令過濾器實現禁止輸入某些命令的效果;過濾器中可配置多個規則,在使用該系統用戶連接資產時,輸入的命令按照過濾器中配置的規則優先度生效。
例:首先匹配到的規則是“允許”,則該命令執行,首先匹配到的規則為“禁止”,則禁止該命令執行;如果最後未匹配到規則,則允許執行。",
- "CommandFilterList": "命令過濾規則",
"CommandFilterRuleContentHelpText": "每行一個命令",
- "CommandFilterRulePriorityHelpText": "優先度可選範圍為1-100,1最低優先度,100最高優先度",
"CommandFilterRules": "命令過濾器規則",
- "CommandFilterRulesCreate": "創建命令過濾器規則",
- "CommandFilterRulesUpdate": "更新命令過濾器規則",
- "CommandFilterUpdate": "更新命令過濾器",
"CommandGroup": "命令組",
"CommandGroupCreate": "創建命令組",
"CommandGroupDetail": "命令組詳情",
@@ -437,7 +327,6 @@
"CommandsTotal": "命令記錄總數",
"Comment": "備註",
"CommentHelpText": "注意:備註資訊會在 Luna 頁面的用戶授權資產樹中進行懸停顯示,普通用戶可以查看,請不要填寫敏感資訊。",
- "CommonUser": "普通用戶",
"CommunityEdition": "社區版",
"Component": "組件",
"ComponentMonitor": "組件監控",
@@ -457,28 +346,22 @@
"ConnectMethodAclDetail": "連接方式控制詳情",
"ConnectMethodAclList": "連接方式",
"ConnectMethodAclUpdate": "更新連接方式控制",
- "ConnectUsers": "連接帳號",
"ConnectWebSocketError": "連接 WebSocket 失敗",
"Connectable": "可連接",
"ConnectionDropped": "連接已斷開",
"ConnectionToken": "連接令牌",
"ConnectionTokenList": "連接令牌是將身份驗證和連接資產結合起來使用的一種認證資訊,支持用戶一鍵登入到資產,目前支持的組件包括:KoKo、Lion、Magnus、Razor 等",
- "Connectivity": "可連接",
"Console": "控制台",
"Consult": "諮詢",
"ContainAttachment": "含附件",
"Containers": "容器",
"Contains": "包含",
- "Content": "內容",
"Continue": "繼續",
- "ContinueImport": "繼續導入",
"ConvenientOperate": "便捷操作",
"Copy": "複製",
"CopySuccess": "複製成功",
"CopyToAsset": "複製至資產",
"Corporation": "公司",
- "Correlation": "關聯",
- "Cpu": "CPU",
"Create": "創建",
"CreateAccessKey": "創建訪問金鑰",
"CreateAccountTemplate": "創建帳號模板",
@@ -487,7 +370,6 @@
"CreateEndpointRule": "創建端點規則",
"CreateErrorMsg": "建立失敗",
"CreateNode": "創建節點",
- "CreateOrgMsg": "請去組織詳情內添加用戶",
"CreatePlaybook": "創建 Playbook",
"CreateReplayStorage": "創建對象儲存",
"CreateSuccessMsg": "建立成功",
@@ -501,7 +383,6 @@
"CrontabDiffError": "請確保定期執行的時間間隔不少於十分鐘!",
"CrontabHelpText": "如果同時設定了 interval 和 crontab,則優先考慮 crontab",
"CrontabHelpTip": "例如:每週日 03:05 執行 <5 3 * * 0>
使用 5 位 linux crontab 表達式 (線上工具)
",
- "CrontabHelpTips": "eg:每週日 03:05 執行 <5 3 * * 0>
提示: 使用5位 Linux crontab 表達式 <分 時 日 月 星期> (線上工具)
注意: 如果同時設置了定期執行和週期執行,優先使用定期執行",
"CrontabOfCreateUpdatePage": "例如:每週日 03:05 執行 <5 3 * * 0>
使用5位 Linux crontab 表達式 <分 時 日 月 星期> (線上工具)
如果同時設置了定期執行和週期執行,優先使用定期執行",
"CurrentConnectionUsers": "當前會話用戶數",
"CurrentConnections": "當前連接數",
@@ -513,32 +394,18 @@
"CustomFile": "請將自訂的文件放到指定目錄下(data/sms/main.py),並在 config.txt 中啟用配置項 SMS_CUSTOM_FILE_MD5=<文件md5值>",
"CustomHelpMessage": "自訂類型資產,依賴於遠程應用,請前往系統設置在遠程應用中配置",
"CustomParams": "左側為簡訊平台接收的參數,右側為JumpServer待格式化參數,最終如下:
{\"phone_numbers\": \"123,134\", \"content\": \"驗證碼為: 666666\"}",
- "CustomTree": "自訂樹",
- "CustomType": "自訂類型",
"CustomUpdate": "更新資產-自訂",
"CustomUser": "自訂用戶",
"CycleFromWeek": "周期從星期",
"CyclePerform": "週期執行",
- "DBInfo": "資料庫資訊",
"Danger": "危險",
"DangerCommand": "危險命令",
"DangerousCommandNum": "危險命令數",
"Dashboard": "儀錶盤",
"DataLastUsed": "最後使用日期",
"Database": "資料庫",
- "DatabaseApp": "資料庫",
- "DatabaseAppCount": "資料庫應用數量",
- "DatabaseAppCreate": "創建資料庫應用",
- "DatabaseAppDetail": "資料庫詳情",
- "DatabaseAppPermission": "資料庫授權",
- "DatabaseAppPermissionCreate": "創建資料庫授權規則",
- "DatabaseAppPermissionDetail": "資料庫授權詳情",
- "DatabaseAppPermissionUpdate": "更新資料庫授權規則",
- "DatabaseAppUpdate": "資料庫應用更新",
"DatabaseCreate": "創建資產-資料庫",
- "DatabaseId": "資料庫Id",
"DatabasePort": "資料庫協議埠",
- "DatabaseProtocol": "資料庫協議",
"DatabaseUpdate": "更新資產-資料庫",
"Date": "日期",
"DateCreated": "創建日期",
@@ -551,31 +418,24 @@
"DateLastHarfYear": "最近半年",
"DateLastLogin": "最後登入日期",
"DateLastMonth": "最近一月",
- "DateLastRun": "上次運行日期",
"DateLastSync": "最後同步日期",
"DateLastWeek": "最近一週",
"DateLastYear": "最近一年",
"DatePasswordLastUpdated": "最後更新密碼日期",
- "DatePasswordUpdated": "密碼更新日期",
"DateStart": "開始日期",
"DateSync": "同步日期",
"DateUpdated": "更新日期",
"Datetime": "日期時間",
"Day": "日",
- "DeactiveSelected": "禁用所選",
"DeclassificationLogNum": "改密日誌數",
"DeeplyThoughtAbout": "已深度思考",
- "Default": "預設的",
"DefaultDatabase": "默認資料庫",
"DefaultPort": "默認埠",
- "DefaultProtocol": "默認協議, 添加資產時預設會選擇",
"DefaultValue": "預設值",
"DefaultValueTip": "保存並執行及定時任務使用默認值執行,未填寫默認值可能會導致任務執行失敗",
- "Defaults": "預設值",
"Delete": "刪除",
"DeleteConfirmMessage": "刪除後無法恢復,是否繼續?",
"DeleteErrorMsg": "刪除失敗",
- "DeleteFile": "刪除文件",
"DeleteNode": "刪除節點",
"DeleteOrgMsg": "用戶,用戶組,資產,節點,標籤,網域,資產授權",
"DeleteOrgTitle": "請確保組織內的以下資訊已刪除",
@@ -584,9 +444,7 @@
"DeleteSuccess": "刪除成功",
"DeleteSuccessMsg": "刪除成功",
"DeleteWarningMsg": "你確定要刪除",
- "DeliveryTime": "發送時間",
"Deploy": "部署",
- "DescribeOfGuide": "歡迎使用JumpServer堡壘機系統,獲取更多資訊請點擊",
"Description": "描述",
"DestinationIP": "目的地址",
"DestinationPort": "目的埠",
@@ -601,30 +459,18 @@
"Disable": "禁用",
"DisableSelected": "停用所選",
"DisableSuccessMsg": "禁用成功",
- "DisabledAsset": "禁用的",
- "DisabledUser": "禁用的",
"DiscoverAccounts": "帳號收集",
"DiscoverAccountsHelpText": "收集資產上的賬號資訊。收集後的賬號資訊可以導入到系統中,方便統一",
"DiscoveredAccountList": "Collected accounts",
- "Disk": "硬碟",
"DisplayName": "名稱",
"Docs": "文件",
- "Domain": "網域",
- "DomainCreate": "創建網域",
- "DomainDetail": "網域詳情",
- "DomainEnabled": "啟用網域",
- "DomainHelpMessage": "網域功能是為了解決部分環境(如:混合雲)無法直接連接而新增的功能,原理是通過網關伺服器進行跳轉登入。JMS => 網域網關 => 目標資產",
- "DomainList": "網域列表",
- "DomainUpdate": "更新網域",
"Download": "下載",
"DownloadCenter": "下載中心",
- "DownloadFTPFileTip": "當前Action不記錄檔案,或者檔案大小超過閾值(預設100M),或者還未儲存到對應儲存中。",
"DownloadImportTemplateMsg": "下載創建模板",
"DownloadReplay": "下載錄影",
"DownloadUpdateTemplateMsg": "下載更新範本",
"DragUploadFileInfo": " 將檔案拖曳至此處,或點擊此處上傳",
"DropConfirmMsg": "你想移動節點: {src} 到 {dst} 下嗎?",
- "DryRun": "測試運行",
"Duplicate": "Copy",
"DuplicateFileExists": "不允許上傳同名文件,請刪除同名文件",
"Duration": "時長",
@@ -644,7 +490,6 @@
"Enable": "啟用",
"EnableDomain": "啟用網域",
"EnableKoKoSSHHelpText": "開啟時連接資產會顯示 SSH Client 拉起方式",
- "EnableVaultStorage": "開啟 Vault 儲存",
"Endpoint": "服務端點",
"EndpointListHelpMessage": "服務端點是用戶訪問服務的地址(埠),當用戶在連接資產時,會根據端點規則和資產標籤選擇服務端點,作為訪問入口建立連接,實現分布式連接資產",
"EndpointRuleListHelpMessage": "對於服務端點選擇策略,目前支持兩種:
1、根據端點規則指定端點(當前頁面);
2、通過資產標籤選擇端點,標籤名固定是 endpoint,值是端點的名稱。
兩種方式優先使用標籤匹配,因為 IP 段可能衝突,標籤方式是作為規則的補充存在的。",
@@ -652,11 +497,7 @@
"Endpoints": "服務端點",
"Endswith": "以...結尾",
"EnsureThisValueIsGreaterThanOrEqualTo1": "請確保該值大於或者等於 1",
- "EnsureThisValueIsGreaterThanOrEqualTo3": "請確保該值大於或者等於 3",
- "EnsureThisValueIsGreaterThanOrEqualTo5": "請確保該值大於或者等於 5",
- "EnsureThisValueIsGreaterThanOrEqualTo6": "請確保該值大於或者等於 6",
"EnterForSearch": "按下 Enter 進行搜索",
- "EnterMessage": "請輸入問題, Enter 發送",
"EnterRunUser": "輸入運行用戶",
"EnterRunningPath": "輸入運行路徑",
"EnterToContinue": "按下 Enter 繼續輸入",
@@ -670,24 +511,17 @@
"EsIndex": "es 提供預設 index:jumpserver。如果開啟按日期建立索引,那麼輸入的值會作為索引前綴",
"EsUrl": "不能包含特殊字符 `#`;eg: http://es_user:es_password@es_host:es_port",
"Every": "每",
- "Example": "例: {example}",
"Exclude": "不包含",
"ExcludeAsset": "跳過的資產",
"ExcludeSymbol": "排除字元",
"ExecCloudSyncErrorMsg": "雲帳號配置不完整,請更新後重試",
"Execute": "執行",
- "ExecuteAfterSaving": "保存後執行",
- "ExecuteCycle": "執行週期",
- "ExecuteFailedCommand": "執行失敗命令",
"ExecuteOnce": "執行一次",
- "Execution": "執行歷史",
"ExecutionDetail": "執行詳情",
"ExecutionList": "執行記錄",
"ExecutionRecord": "執行記錄",
- "ExecutionTimes": "執行次數",
"ExistError": "這個元素已經存在",
"Existing": "已存在",
- "ExpectedNextExecuteTime": "預計下次執行時間",
"ExpirationTimeout": "過期超時時間(秒)",
"Expire": " 過期",
"Expired": "過期時間",
@@ -698,7 +532,6 @@
"ExportRange": "匯出範圍",
"ExtraArgsFormatError": "格式錯誤,請按要求輸入",
"ExtraArgsPlaceholder": "每行一個選項,例如:\n選項1:值1\n選項2:值2\n",
- "FAILURE": "失敗",
"FC": "Fusion Compute",
"FTPFileNotStored": "檔案尚未儲存到儲存中,請稍後查看。",
"FTPStorageNotEnabled": "檔案儲存功能未開啟,請修改配置檔並添加配置:FTP_FILE_MAX_STORE=100(支持儲存100M以內的檔案)",
@@ -706,18 +539,14 @@
"FacialFeatures": "臉部特徵",
"Failed": "失敗",
"FailedAsset": "失敗的資產",
- "False": "否",
"FaviconTip": "提示:網站圖示(建議圖片大小為: 16px*16px)",
- "Feature": "功能",
"Features": "功能設定",
"FeiShu": "飛書",
"FeiShuOAuth": "飛書認證",
"FeiShuTest": "測試",
"FieldRequiredError": "此欄位為必填項",
- "FileEncryptionPassword": "文件加密密碼",
"FileExplorer": " File Browsing",
"FileManagement": "文件管理",
- "FileManager": "文件管理",
"FileNameTooLong": "檔案名太長",
"FileSizeExceedsLimit": "檔案大小超出限制",
"FileTransfer": "文件傳輸",
@@ -731,7 +560,6 @@
"Finished": "完成",
"FinishedTicket": "完成工單",
"FirstLogin": "首次登入",
- "FlowDetail": "流程詳情",
"FlowSetUp": "流程設置",
"Footer": "頁尾",
"ForgotPasswordURL": "忘記密碼連結",
@@ -740,11 +568,9 @@
"Friday": "週五",
"From": "從",
"FromTicket": "來自工單",
- "FtpLog": "FTP日誌",
"FullName": "全稱",
"FullySynchronous": "資產完全同步",
"FullySynchronousHelpTip": "當資產條件不滿足配對政策規則時是否繼續同步該資產",
- "FullySynchronousHelpTips": "當資產條件不滿足匹配策略規則時,是否繼續同步此類資產",
"GCP": "Google雲",
"GPTCreate": "創建資產-GPT",
"GPTUpdate": "更新資產-GPT",
@@ -752,10 +578,7 @@
"GatewayCreate": "創建網關",
"GatewayList": "網關列表",
"GatewayPlatformHelpText": "網關平台只能選擇以 Gateway 開頭的平台",
- "GatewayProtocolHelpText": "SSH網關,支持代理SSH,RDP和VNC",
"GatewayUpdate": "更新網關",
- "GatherAccountsHelpText": "收集資產上的帳號信息。收集後的帳號信息可以匯入到系統中,方便統一管理",
- "GatheredAccountList": "收集的帳號",
"General": "基本",
"GeneralAccounts": "普通帳號",
"GeneralSetting": "General Settings",
@@ -768,14 +591,11 @@
"GreatEqualThan": "大於等於",
"GroupChanged": "組變更",
"GroupsAmount": "使用者組",
- "GroupsHelpMessage": "請輸入用戶組,多個用戶組使用逗號分隔(需填寫已存在的用戶組)",
- "Guide": "嚮導",
"HTTPSRequiredForSupport": "需要 HTTPS 支援,才能開啟",
"HandleTicket": "處理工單",
"Hardware": "硬體資訊",
"HardwareInfo": "硬體資訊",
"HasImportErrorItemMsg": "存在匯入失敗項,點擊左側 x 檢視失敗原因,點擊表格編輯後,可以繼續匯入失敗項",
- "HasRead": "是否已讀",
"HashicorpVault": "HCP vault",
"Help": "幫助",
"HighLoad": "較高",
@@ -784,37 +604,26 @@
"HistoryDate": "日期",
"HistoryPassword": "歷史密碼",
"HistoryRecord": "歷史紀錄",
- "Home": "家目錄",
- "HomeHelpMessage": "默認家目錄 /home/系統使用者名稱: /home/username",
- "HomePage": "首頁",
"Host": "資產",
"HostCreate": "創建資產-主機",
"HostDeployment": "發布機部署",
- "HostList": "主機列表",
- "HostProtocol": "主機協議",
"HostUpdate": "更新資產-主機",
- "Hostname": "主機名",
"HostnameStrategy": "用於生成資產主機名。例如:1. 實例名稱 (instanceDemo);2. 實例名稱和部分IP(後兩位) (instanceDemo-250.1)",
- "Hosts": "主機",
"Hour": "小時",
"HuaweiCloud": "華為雲",
"HuaweiPrivateCloud": "Huawei Private Cloud",
- "HuaweiPrivatecloud": "華為私有雲",
"IAgree": "我同意",
"ID": "ID",
"IP": "IP",
- "IP/Host": "IP/主機",
"IPLoginLimit": "IP 登入限制",
"IPMatch": "IP 匹配",
"IPNetworkSegment": "IP網段",
"IPType": "IP 類型",
- "Icon": "圖示",
"Id": "ID",
"IdeaContent": "我想讓你充當一個 Linux 終端。我將輸入命令,你將回答終端應該顯示的內容。我希望你只在一個獨特的代碼塊內回復終端輸出,而不是其他。不要寫解釋。當我需要告訴你一些事情時,我會把文字放在大括號裡{備註文本}。",
"IdeaTitle": "🌱 Linux 終端",
"IdpMetadataHelpText": "IDP metadata URL 和 IDP metadata XML參數二選一即可,IDP metadata URL的優先度高",
"IdpMetadataUrlHelpText": "從遠端地址中載入 IDP Metadata",
- "IgnoreCase": "忽略大小寫",
"ImageName": "鏡像名",
"Images": "圖片",
"Import": "導入",
@@ -826,25 +635,19 @@
"ImportLicenseTip": "請導入許可證",
"ImportMessage": "請前往對應類型的頁面導入數據",
"ImportOrg": "導入組織",
- "ImprovePersonalInformation": "完善個人資訊",
"InActiveAsset": "近期未被登入",
"InActiveUser": "近期未登入過",
"InAssetDetail": "在資產詳情中更新帳號資訊",
"Inactive": "禁用",
- "Include": "包含",
"Index": "首頁",
"Info": "提示",
"InformationModification": "資訊變更",
- "Inherit": "繼承",
"InheritPlatformConfig": "繼承自平台配置,如需更改,請更改平台中的配置。",
"InitialDeploy": "初始化安裝部署",
"Input": "輸入",
"InputEmailAddress": "請輸入正確的信箱地址",
"InputMessage": "輸入消息...",
- "InputNumber": "請輸入數字類型",
"InputPhone": "請輸入手機號碼",
- "InsecureCommandAlert": "危險命令告警",
- "InsecureCommandNotifyToSubscription": "危險命令通知已升級到消息訂閱中,支持更多通知方式",
"InstanceAddress": "實例地址",
"InstanceName": "實例名稱",
"InstanceNamePartIp": "實例名稱和部分IP",
@@ -853,29 +656,19 @@
"InterfaceSettings": "界面設置",
"Interval": "間隔",
"IntervalOfCreateUpdatePage": "單位:時",
- "Invalid": "無效",
"InvalidJson": "不是合法 JSON",
- "Invalidity": "無效",
- "Invite": "邀請",
"InviteSuccess": "邀請成功",
"InviteUser": "邀請用戶",
"InviteUserInOrg": "邀請用戶加入此組織",
- "Ip": "IP",
- "IpDomain": "IP 域",
- "IpGroup": "IP 群組",
- "IpGroupHelpText": "* 代表匹配所有。例如: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",
- "IpType": "IP 類型",
"IsActive": "啟用",
"IsAlwaysUpdate": "資產保持最新",
"IsAlwaysUpdateHelpTip": "是否在每次執行同步任務時同步更新資產資訊,包含主機名稱、ip、平台、域、節點等",
- "IsAlwaysUpdateHelpTips": "每次執行同步任務時,是否同步更新資產的資訊,包括主機名、IP、系統平台、網域、節點等資訊",
"IsFinished": "完成",
"IsLocked": "是否暫停",
"IsSuccess": "是否成功",
"IsSyncAccountHelpText": "收集完成後會把收集的帳號同步到資產",
"IsSyncAccountLabel": "同步到資產",
"JDCloud": "京東雲",
- "JMSSSO": "SSO Token 登入",
"Job": "作業",
"JobCenter": "作業中心",
"JobCreate": "創建作業",
@@ -883,41 +676,19 @@
"JobExecutionLog": "執行記錄",
"JobList": "作業管理",
"JobManagement": "作業列表",
- "JobName": "作業名稱",
- "JobType": "作業類型",
"JobUpdate": "更新作業",
"JobsAudit": "作業審核",
- "Key": "鍵",
"KingSoftCloud": "金山雲",
"KokoSetting": "KoKo 配置",
- "KokoSettingUpdate": "Koko 配置設置",
- "KubernetesApp": "Kubernetes",
- "KubernetesAppCount": "Kubernetes應用數量",
- "KubernetesAppCreate": "創建Kubernetes",
- "KubernetesAppDetail": "Kubernetes詳情",
- "KubernetesAppPermission": "Kubernetes授權",
- "KubernetesAppPermissionCreate": "創建Kubernetes授權規則",
- "KubernetesAppPermissionDetail": "Kubernetes授權詳情",
- "KubernetesAppPermissionUpdate": "更新Kubernetes授權規則",
- "KubernetesAppUpdate": "更新Kubernetes",
"LAN": "區域網路",
- "LDAPServerInfo": "LDAP 伺服器",
"LDAPUser": "LDAP 用戶",
"LOWER_CASE_REQUIRED": "須包含小寫字母",
- "Label": "標籤",
- "LabelCreate": "創建標籤",
- "LabelInputFormatValidation": "標籤格式錯誤,正確格式為:name:value",
- "LabelList": "標籤列表",
- "LabelUpdate": "更新標籤",
"Language": "語言",
"LarkOAuth": "Lark 認證",
"Last30": "最近 30 次",
"Last30Days": "近30天",
"Last7Days": "近7天",
"LastPublishedTime": "最後發布時間",
- "LatestSessions": "最近登入記錄",
- "LatestSessions10": "最近10次登入",
- "LatestTop10": "TOP 10",
"Ldap": "LDAP",
"LdapBulkImport": "使用者匯入",
"LdapConnectTest": "Test Connection",
@@ -927,16 +698,12 @@
"LessEqualThan": "小於等於",
"LevelApproval": "級審批",
"License": "許可證",
- "LicenseDetail": "許可證詳情",
"LicenseExpired": "許可證已經過期",
"LicenseFile": "許可證文件",
"LicenseForTest": "測試用途許可證, 本許可證僅用於 測試(PoC)和示範",
"LicenseReachedAssetAmountLimit": "資產數量已經超過許可證數量限制",
"LicenseWillBe": "許可證即將在 ",
- "LinuxAdminUser": "Linux 特權用戶",
- "LinuxUserAffiliateGroup": "用戶附屬組",
"ListPreference": "列表偏好",
- "LoadStatus": "負載狀態",
"LoadTemplate": "從模版中加載",
"Loading": "載入中",
"LockedIP": "已鎖定 IP {count} 個",
@@ -944,33 +711,24 @@
"LogData": "日誌數據",
"LogOfLoginSuccessNum": "成功登入日誌數",
"Logging": "日誌記錄",
- "Login": "用戶登入",
"LoginAssetConfirm": "資產登入覆核",
"LoginAssetToday": "今日活躍資產數",
"LoginAssets": "活躍資產",
- "LoginCity": "登入城市",
- "LoginConfig": "登入配置",
"LoginConfirm": "登入覆核",
"LoginConfirmUser": "登錄複核 受理人",
"LoginCount": "登入次數",
"LoginDate": "登入日期",
"LoginFailed": "登入失敗",
"LoginFrom": "登入來源",
- "LoginIP": "登入IP",
"LoginImageTip": "提示:將會顯示在企業版使用者登入頁面(建議圖片大小為: 492*472px)",
"LoginLog": "登入日誌",
"LoginLogTotal": "登入成功日誌數",
- "LoginModeHelpMessage": "如果選擇手動登入模式,使用者名稱和密碼可以不填寫",
- "LoginModel": "登入模式",
"LoginNum": "登入數",
- "LoginOption": "登入選項",
- "LoginOverview": "會話統計",
"LoginPasswordSetting": "登入密碼設定",
"LoginRequiredMsg": "帳號已退出,請重新登入",
"LoginSSHKeySetting": "登入 SSH 公鑰",
"LoginSucceeded": "登入成功",
"LoginTitleTip": "提示:將會顯示在企業版使用者 SSH 登入 KoKo 登入頁面(eg: 歡迎使用JumpServer開源堡壘機)",
- "LoginTo": "登入了",
"LoginUserRanking": "會話用戶排名",
"LoginUserToday": "今日登入用戶數",
"LoginUsers": "活躍帳號",
@@ -982,23 +740,17 @@
"LongTimePassword": "長時間未改密",
"Lowercase": "小寫字母",
"LunaSetting": "Luna 設定",
- "LunaSettingUpdate": "Luna 配置設置",
- "MFA": "MFA",
"MFAAllUsers": "全球啟用:所有用戶",
- "MFAConfirm": "MFA 認證",
"MFAErrorMsg": "MFA錯誤,請檢查",
"MFAOfUserFirstLoginPersonalInformationImprovementPage": "啟用多因子認證,使帳號更加安全。
啟用之後您將會在下次登入時進入多因子認證綁定流程;您也可以在(個人資訊->快速修改->更改多因子設置)中直接綁定!",
"MFAOfUserFirstLoginUserGuidePage": "為了保護您和公司的安全,請妥善保管您的帳戶、密碼和金鑰等重要敏感資訊;(如:設置複雜密碼,並啟用多因子認證)
信箱、手機號碼、微信等個人資訊,僅作為用戶認證和平台內部消息通知使用。",
"MFAOnlyAdminUsers": "全球啟用:僅管理員",
- "MFARequireForSecurity": "為了安全請輸入MFA",
- "MFAVerify": "驗證 MFA",
"MIN_LENGTH_ERROR": "密碼最小長度 {0} 位",
"MailRecipient": "郵件收件人",
"MailSend": "郵件發送",
"ManualAccount": "手動帳號",
"ManualAccountTip": "登入時手動輸入 使用者名稱/密碼",
"ManualExecution": "手動執行",
- "ManualInput": "手動輸入",
"ManyChoose": "可多選",
"MarkAsRead": "標記已讀",
"Marketplace": "應用市場",
@@ -1006,9 +758,7 @@
"MatchIn": "在...中",
"MatchResult": "匹配結果",
"MatchedCount": "匹配結果",
- "Material": "內容",
"Members": "成員",
- "Memory": "記憶體",
"MenuAccountTemplates": "帳號模版",
"MenuAccounts": "帳號",
"MenuAcls": "訪問控制",
@@ -1017,38 +767,27 @@
"MenuPermissions": "授權管理",
"MenuUsers": "使用者管理",
"Message": "消息",
- "MessageSub": "消息訂閱",
- "MessageSubscription": "消息訂閱",
"MessageType": "消息類型",
- "Meta": "元數據",
"MfaLevel": "多因子認證",
"Min": "分鐘",
"MinNumber30": "數字必須大於或等於 30",
- "Model": "型號",
"Modify": "修改",
- "ModifySSHKey": "修改 SSH Key",
- "ModifyTheme": "修改主題",
"Module": "模組",
"Monday": "週一",
"Monitor": "監控",
"Month": "月",
- "Monthly": "按月",
"More": "更多選項",
"MoreActions": "更多操作",
"MoveAssetToNode": "移動資產到節點",
"MoveToAsset": "移動到資產",
"MsgSubscribe": "消息訂閱",
- "MyApps": "我的應用",
"MyAssets": "我的資產",
"MyTickets": "我發起的",
"NUMBER_REQUIRED": "須包含數字",
"Name": "名稱",
"NavHelp": "導航欄連結",
"Navigation": "導航",
- "NeedAddAppsOrSystemUserErrMsg": "需要添加應用或系統用戶",
"NeedReLogin": "需要重新登入",
- "NeedSpecifiedFile": "需上傳指定格式文件",
- "Network": "網路",
"New": "新建",
"NewAccountsFound": "新增帳號",
"NewChat": "新聊天",
@@ -1068,21 +807,14 @@
"NoContent": "暫無內容",
"NoData": "暫無數據",
"NoFiles": "暫無文件",
- "NoInputCommand": "未輸入命令",
- "NoLicense": "暫無許可證",
"NoLog": "No Log",
"NoLoginLongTime": "長時間未登錄",
"NoPermission": "暫無權限",
"NoPermission403": "403 暫無權限",
"NoPermissionInGlobal": " Global No Permission",
"NoPermissionVew": "沒有權限查看當前頁面",
- "NoPublished": "未發布",
- "NoResourceImport": "沒有資源可導入",
- "NoSQLProtocol": "非關係資料庫",
- "NoSystemUserWasSelected": "未選擇系統用戶",
"NoUnreadMsg": "暫無未讀消息",
"Node": "節點",
- "NodeAmount": "節點數量",
"NodeInformation": "節點資訊",
"NodeOfNumber": "節點數",
"NodeSearchStrategy": "節點搜索策略",
@@ -1094,13 +826,11 @@
"NotificationConfiguration": "通知設定",
"Notifications": "通知",
"Now": "現在",
- "Num": "數",
"Number": "編號",
"NumberOfVisits": "訪問次數",
"OAuth2": "OAuth2",
"OAuth2LogoTip": "提示:認證服務提供商(建議圖片大小為: 64px*64px)",
"OIDC": "OIDC",
- "OTP": "MFA (OTP)",
"ObjectNotFoundOrDeletedMsg": "沒有找到對應資源或者已被刪除",
"ObjectStorage": "物件儲存",
"Offline": "離線",
@@ -1109,32 +839,24 @@
"OfflineUpload": "離線上傳",
"OldPassword": "原密碼",
"OldPublicKey": "舊 SSH 公鑰",
- "OldSSHKey": "原來SSH公鑰",
"OldSecret": "原金鑰",
- "On/Off": "啟/停",
"OneAssignee": "一級受理人",
"OneAssigneeType": "一級受理人類型",
- "OneClickRead": "當前已讀",
"OneClickReadMsg": "你確定要全部標記為已讀嗎?",
"OnlineSession": "在線用戶",
"OnlineSessionHelpMsg": "無法下線當前會話,因為該會話是當前用戶的在線會話。當前只記錄以 Web 方式登入的用戶。",
"OnlineSessions": "在線會話數",
"OnlineUserDevices": "在線用戶設備",
- "OnlineUsers": "在線帳號",
"OnlyInitialDeploy": "僅初始化配置",
- "OnlyLatestVersion": "僅最新版本",
"OnlyMailSend": "當前只支持郵件發送",
"OnlySearchCurrentNodePerm": "僅搜索當前節點的授權",
"Open": "打開",
"OpenCommand": "打開命令",
- "OpenId": "OpenID設置",
"OpenStack": "OpenStack",
"OpenStatus": "審批中",
"OpenTicket": "創建工單",
"OperateLog": "操作日誌",
- "OperateRecord": "操作記錄",
"OperationLogNum": "操作日誌數",
- "Ops": "任務",
"Options": "選項",
"OracleDBNameHelpText": "填寫 Oracle 資料庫的SID或服務名稱(Service Name)",
"OrgAdmin": "組織管理員",
@@ -1148,23 +870,14 @@
"OrganizationCreate": "創建組織",
"OrganizationDetail": "組織詳情",
"OrganizationList": "組織管理",
- "OrganizationLists": "組織列表",
"OrganizationManage": "組織",
- "OrganizationMembership": "組織成員",
"OrganizationUpdate": "更新組織",
"OrgsAndRoles": "組織和角色",
- "Os": "操作系統",
"Other": "其它設置",
- "OtherAuth": "其它認證",
- "OtherProtocol": "其它協議",
- "OtherRules": "其它規則",
- "Others": "其它",
"Output": "輸出",
"Overview": "概覽",
- "PENDING": "等待中",
"PageNext": "下一頁",
"PagePrev": "上一頁",
- "Parameter": "參數",
"Params": "參數",
"ParamsHelpText": "改密參數設置,目前僅對平台種類為主機的資產生效。",
"PassKey": "Passkey",
@@ -1174,38 +887,25 @@
"Password": "密碼",
"PasswordAndSSHKey": "認證設置",
"PasswordChangeLog": "改密日誌",
- "PasswordCheckRule": "密碼強弱規則",
- "PasswordConfirm": "密碼認證",
"PasswordError": "密碼錯誤",
"PasswordExpired": "密碼過期了",
- "PasswordHelpMessage": "密碼或金鑰密碼",
- "PasswordLength": "密碼長度",
- "PasswordOrToken": "密碼 / 令牌",
"PasswordPlaceholder": "請輸入密碼",
"PasswordRecord": "密碼記錄",
- "PasswordRequireForSecurity": "為了安全請輸入密碼",
"PasswordRule": "密碼規則",
"PasswordSecurity": "密碼安全",
- "PasswordSelector": "密碼輸入框選擇器",
"PasswordStrategy": "密文生成策略",
"PasswordWillExpiredPrefixMsg": "密碼即將在 ",
"PasswordWillExpiredSuffixMsg": "天後過期,請盡快修改您的密碼。",
- "PasswordWithoutSpecialCharHelpText": "不能包含特殊字元",
"Paste": "黏貼",
"Pause": "暫停",
"PauseTaskSendSuccessMsg": "暫停任務已下發,請稍後刷新查看",
"Pending": "待處理",
- "Periodic": "定期執行",
- "PeriodicPerform": "定時執行",
- "Perm": "授權",
"PermAccount": "授權帳號",
"PermAction": "授權Action",
- "PermName": "授權名稱",
"PermUserList": "授權用戶",
"PermissionCompany": "授權公司",
"PermissionName": "授權規則名稱",
"Permissions": "權限",
- "Perms": "權限管理",
"PersonalInformationImprovement": "個人資訊完善",
"PersonalSettings": "個人設定",
"Phone": "手機號碼",
@@ -1216,15 +916,11 @@
"PlatformList": "平台列表",
"PlatformPageHelpMsg": "平台是資產的分類,例如:Windows、Linux、網路裝置等。也可以在平台上指定某些設定,如 協定,閘道 等,決定是否啟用資產上的某些功能。",
"PlatformProtocolConfig": "平台協議配置",
- "PlatformSimple": "平台",
"PlatformUpdate": "更新系統平台",
"PlaybookDetail": "Playbook詳情",
"PlaybookManage": "Playbook管理",
"PlaybookUpdate": "更新Playbook",
"PleaseAgreeToTheTerms": "請同意條款",
- "PleaseClickLeftApplicationToViewApplicationAccount": "應用帳號列表,點擊左側應用進行查看",
- "PleaseClickLeftAssetToViewAssetAccount": "資產帳號列表,點擊左側資產進行查看",
- "PleaseClickLeftAssetToViewGatheredUser": "收集用戶列表,點擊左側資產進行查看",
"PleaseSelect": "請選擇",
"PolicyName": "策略名稱",
"Port": "端口",
@@ -1232,18 +928,14 @@
"Preferences": "偏好設定",
"PrepareSyncTask": "準備執行同步任務中...",
"Primary": "主要",
- "PrimaryProtocol": "主要協議, 資產最基本最常用的協議,只能且必須設置一個",
"Priority": "優先等級",
- "PriorityHelpMessage": "1-100, 1最低優先度,100最高優先度。授權多個用戶時,高優先度的系統用戶將會作為默認登入用戶",
"PrivateCloud": "私有雲",
- "PrivateIp": "私有 IP",
"PrivateKey": "私鑰",
"Privileged": "特權帳號",
"PrivilegedFirst": "優先特權帳號",
"PrivilegedOnly": "僅特權帳號",
"PrivilegedTemplate": "特權的",
"Product": "產品",
- "Profile": "個人資訊",
"ProfileSetting": "個人資訊設置",
"Project": "項目名",
"Prompt": "提示詞",
@@ -1252,15 +944,10 @@
"ProportionOfAssetTypes": "資產類型占比",
"Protocol": "協議",
"Protocols": "協議",
- "ProtocolsEnabled": "啟用協議",
- "ProtocolsGroup": "協議",
"Provider": "雲服務商",
"Proxy": "代理",
- "Public": "公共的",
"PublicCloud": "公有雲",
- "PublicIp": "固定IP",
"PublicKey": "公鑰",
- "PublicProtocol": "如果是公共協議在連接資產時會顯示",
"Publish": "發布",
"PublishAllApplets": "發布所有應用",
"PublishStatus": "發布狀態",
@@ -1268,29 +955,18 @@
"PushAccount": "推送帳號",
"PushAccountHelpText": "若帳號已存在,則使用帳號密文進行推送;若帳號不存在,則根據填寫的密文創建帳號,然後進行推送。",
"PushAccountsHelpText": "將現有帳號推送到資產上。推送帳號時,如果帳號已存在,會更新帳號的密碼,如果帳號不存在,則會創建帳號",
- "PushAllSystemUsersToAsset": "推送所有系統用戶到資產",
"PushParams": "推送參數",
- "PushSelected": "推送所選",
- "PushSelectedSystemUsersToAsset": "推送所選系統用戶到資產",
- "PushSystemUserNow": "推送系統用戶",
"Qcloud": "騰訊雲",
"QcloudLighthouse": "騰訊雲(輕量應用伺服器)",
"QingYunPrivateCloud": " QingCloud Private Cloud",
- "QingyunPrivatecloud": "青雲私有雲",
"Queue": "隊列",
- "QuickAccess": "快速訪問",
"QuickAdd": "快速添加",
"QuickJob": "快捷命令",
- "QuickSelect": "快速選擇",
- "QuickTest": "測試",
"QuickUpdate": "快速更新",
- "RDBProtocol": "關係型資料庫",
- "RUNNING": "運行中",
"Radius": "Radius",
"Ranking": "排名",
"RazorNotSupport": "RDP 用戶端會話, 暫不支持監控",
"ReLogin": "重新登入",
- "ReLoginErr": "登入時長已超過 5 分鐘,請重新登入",
"ReLoginTitle": "當前三方登入用戶(CAS/SAML),未綁定 MFA 且不支持密碼校驗,請重新登入。",
"RealTimeData": "即時數據",
"Reason": "原因",
@@ -1316,10 +992,6 @@
"RegularlyPerform": "定期執行",
"Reject": "拒絕",
"Rejected": "已拒絕",
- "RelAnd": "與",
- "RelNot": "非",
- "RelOr": "或",
- "Relation": "關係",
"ReleaseAssets": "同步釋放資產",
"ReleaseAssetsHelpTips": "是否在任務結束時,自動删除通過此任務同步下來且已經在雲上釋放的資產",
"ReleasedCount": "已釋放",
@@ -1329,27 +1001,15 @@
"RelevantCommand": "命令",
"RelevantSystemUser": "系統用戶",
"RemoteAddr": "遠端地址",
- "RemoteApp": "遠程應用",
- "RemoteAppDetail": "遠程應用詳情",
- "RemoteAppListHelpMessage": "使用此功能前,請確保已將應用載入器上傳到應用伺服器並成功發布為一個 RemoteApp 應用 下載應用載入器",
- "RemoteAppPermission": "遠程應用授權",
- "RemoteAppPermissionCreate": "創建遠程應用授權規則",
- "RemoteAppPermissionDetail": "遠程應用授權詳情",
- "RemoteAppPermissionUpdate": "更新遠程應用授權規則",
- "RemoteAppUpdate": "更新遠程應用",
- "RemoteApps": "遠程應用",
"RemoteAssetFoundAccountDeleteMsg": "刪除從遠端資產中發現的找好",
- "RemoteType": "應用類型",
"Remove": "移除",
"RemoveAssetFromNode": "從節點移除資產",
- "RemoveFromCurrentNode": "從節點移除",
"RemoveSelected": "移除所選",
"RemoveSuccessMsg": "移除成功",
"RemoveWarningMsg": "你確定要移除",
"Rename": "重命名",
"RenameNode": "重命名節點",
"RepeatedPassword": "重複密碼",
- "ReplaceNodeAssetsAdminUser": "替換節點資產的管理員",
"ReplaceNodeAssetsAdminUserWithThis": "替換資產的管理員",
"Replay": "回放",
"ReplaySession": "回放會話",
@@ -1358,15 +1018,12 @@
"ReplayStorageUpdate": "更新對象儲存",
"Reply": "回覆",
"Report": "報告",
- "RequestApplicationPerm": "申請應用授權",
"RequestAssetPerm": "申請資產授權",
"RequestPerm": "授權申請",
"RequestTickets": "申請工單",
- "Required": "必需的",
"RequiredAssetOrNode": "請至少選擇一個資產或節點",
"RequiredContent": "請輸入命令",
"RequiredEntryFile": "此文件作為運行的入口文件,必須存在",
- "RequiredProtocol": "必需協議, 添加資產時必須選擇, 可以設置多個",
"RequiredRunas": "請輸入運行用戶",
"RequiredSystemUserErrMsg": "請選擇帳號",
"RequiredUploadFile": "請上傳文件!",
@@ -1386,7 +1043,6 @@
"ResetSecret": "可更改密碼",
"Resource": "資源",
"ResourceType": "資源類型",
- "Resources": "資源",
"RestoreButton": "恢復默認",
"RestoreDefault": "恢復默認",
"RestoreDialogMessage": "您確定要恢復成預設初始化嗎?",
@@ -1397,7 +1053,6 @@
"Retry": "重試",
"RetrySelected": "重新嘗試所選",
"Reviewer": "審批人",
- "Revise": "修改",
"RiskDetection": "風險檢測",
"RiskyAccount": "風險帳號",
"Role": "角色",
@@ -1405,7 +1060,6 @@
"RoleDetail": "角色詳情",
"RoleInfo": "角色資訊",
"RoleList": "角色列表",
- "RolePerms": "角色權限",
"RoleUpdate": "更新角色",
"RoleUsers": "授權用戶",
"Rows": "列",
@@ -1414,7 +1068,6 @@
"RuleDetail": "規則詳情",
"RuleRelation": "條件關係",
"RuleRelationHelpTip": "和:只有在所有條件全部滿足時,才會執行該 Action; 或:只要有一個條件達成就會執行該 Action ",
- "RuleRelationHelpTips": "且:當所有條件都滿足時,才會執行動作;或:有一個條件滿足,就會執行動作",
"RuleSetting": "條件設置",
"Rules": "規則",
"Run": "運行",
@@ -1424,7 +1077,6 @@
"RunJob": "運行作業",
"RunSucceed": "任務執行成功",
"RunTaskManually": "手動執行",
- "RunUser": "運行用戶",
"RunasHelpText": "填寫運行腳本的使用者名稱",
"RunasPolicy": "帳號策略",
"RunasPolicyHelpText": "當前資產上沒此運行用戶時,採取什麼帳號選擇策略。跳過:不執行。優先特權帳號:如果有特權帳號先選特權帳號,如果沒有就選普通帳號。僅特權帳號:只從特權帳號中選擇,如果沒有則不執行",
@@ -1432,20 +1084,15 @@
"RunningPath": "運行路徑",
"RunningPathHelpText": "填寫腳本的運行路徑,此設置僅 shell 腳本生效",
"RunningTimes": " Last 5 run times",
- "SAML2Auth": "SAML2 認證",
"SCP": "深信服雲平台",
- "SFTPHelpMessage": "SFTP 的起始路徑,家目錄可以填: HOME.
支持變數: ${ACCOUNT} 連接的帳號使用者名稱, ${USER} 當前用戶使用者名稱, 如 /tmp/${ACCOUNT}",
"SMS": "簡訊",
"SMSProvider": "簡訊服務商",
"SMTP": "郵件伺服器",
"SPECIAL_CHAR_REQUIRED": "須包含特殊字元",
"SSHKey": "SSH金鑰",
"SSHKeyOfProfileSSHUpdatePage": "複製你的公鑰到這裡",
- "SSHKeySetting": "SSH公鑰設置",
"SSHPort": "SSH 埠",
"SSHSecretKey": "SSH 金鑰",
- "SSO": "單點認證",
- "SUCCESS": "成功",
"SafeCommand": "安全命令",
"SameAccount": "同名帳號",
"SameAccountTip": "與被授權人使用者名稱相同的帳號",
@@ -1459,8 +1106,6 @@
"SaveSetting": "同步設定",
"SaveSuccess": "保存成功",
"SaveSuccessContinueMsg": "創建成功,更新內容後可以繼續添加",
- "Scope": "類別",
- "ScriptDetail": "腳本詳情",
"ScrollToBottom": "滾動到底部",
"ScrollToTop": "滾動到頂部",
"Search": "搜索",
@@ -1469,20 +1114,14 @@
"SecretKey": "金鑰",
"SecretKeyStrategy": "密碼策略",
"SecretReset": "可改密",
- "SecretType": "密文類型",
"Secure": "安全",
"Security": "安全設定",
- "SecurityInsecureCommand": "開啟後,當資產上有危險命令執行時,會發送郵件告警通知",
- "SecurityInsecureCommandEmailReceiver": "多個信箱時,以半形逗號','分隔",
- "SecuritySetting": "安全設定",
"Select": "選擇",
- "SelectAccount": "選擇帳號",
"SelectAdhoc": "選擇腳本模板",
"SelectAll": "全選",
"SelectAtLeastOneAssetOrNodeErrMsg": "資產或者節點至少選擇一項",
"SelectAttrs": "選擇屬性",
"SelectByAttr": "屬性篩選",
- "SelectCreateMethod": "選擇創建方式",
"SelectFile": "選擇文件",
"SelectKeyOrCreateNew": "選擇標籤鍵或創建新的",
"SelectLabelFilter": "選擇標籤搜索",
@@ -1498,15 +1137,12 @@
"Selector": "選擇器",
"Send": "發送",
"SendVerificationCode": "發送驗證碼",
- "Sender": "發送人",
- "Senior": "高級",
"SerialNumber": "序號",
"Server": "服務",
"ServerAccountKey": "服務帳號金鑰",
"ServerBusyRetry": "伺服器繁忙,請稍後再試。",
"ServerError": "伺服器錯誤",
"ServerTime": "伺服器時間",
- "ServiceRatio": "組件負載統計",
"Session": "會話",
"SessionCommands": "會話指令",
"SessionConnectTrend": "會話連接趨勢",
@@ -1526,13 +1162,10 @@
"SessionsAudit": "會話審計",
"SessionsNum": "會話數",
"Set": "已設置",
- "SetAdDomainNoDisabled": "使用特權帳號在資產上創建普通帳號,如果設置了AD域名不能修改(Windows)",
"SetDingTalk": "設定DingTalk認證",
"SetFailed": "設置失敗",
"SetFeiShu": "設定飛書認證",
"SetMFA": "設置多因子認證",
- "SetPublicKey": "設置SSH公鑰",
- "SetStatus": "設置狀態",
"SetSuccess": "設置成功",
"SetToDefault": "設為默認",
"Setting": "設置",
@@ -1544,7 +1177,6 @@
"ShowAssetOnlyCurrentNode": "僅顯示當前節點資產",
"ShowNodeInfo": "顯示節點詳情",
"SignChannelNum": "簽名通道號",
- "SignaturesAndTemplates": "Signatures and Templates",
"SiteMessage": "站內信",
"SiteMessageList": "站內信",
"SiteURLTip": "例如:https://demo.jumpserver.org",
@@ -1561,7 +1193,6 @@
"SpecialSymbol": "特殊字元",
"SpecificInfo": "特殊資訊",
"SshKeyFingerprint": "SSH 指紋",
- "SshPort": "SSH 埠",
"Startswith": "以...開頭",
"State": "狀態",
"StateClosed": "已關閉",
@@ -1572,32 +1203,25 @@
"StatusYellow": "近期存在在執行失敗",
"Step": "步驟",
"Stop": "停止",
- "StopJob": "停止作業",
"StopJobMsg": "停止成功",
"StopLogOutput": "任務已取消:當前任務(currentTaskId)已被手動停止。由於每個任務的執行進度不同,以下是任務的最終執行結果。執行失敗表示任務已成功停止。",
"Storage": "儲存設置",
- "StorageConfiguration": "儲存配置",
"StorageSetting": "儲存設定",
"Strategy": "策略",
"StrategyCreate": "創建策略",
"StrategyDetail": "策略詳情",
"StrategyHelpTip": "Identify unique properties (e.g., platforms) of assets based on policy priority; When the properties of assets (such as nodes) can be configured to multiple, all actions of the policy will be executed.",
- "StrategyHelpTips": "根據策略優先度確定資產的唯一屬性(如平台),當資產屬性(如節點)可配置多個的時候,所有策略的動作都會被執行",
"StrategyList": "策略列表",
"StrategyUpdate": "更新策略",
"SuEnabled": "啟用帳號切換",
"SuFrom": "切換自",
- "Subject": "主題",
"Submit": "提交",
- "SubmitSelector": "提交按鈕選擇器",
- "Subscription": "消息訂閱",
"SubscriptionID": "訂閱授權ID",
"Success": "成功",
"Success/Total": "成功/總數",
"SuccessAsset": "成功的資產",
"SuccessfulOperation": "操作成功",
"SudoChanged": "Sudo 變更",
- "SudoHelpMessage": "使用逗號分隔多個命令,如: /bin/whoami,/sbin/ifconfig",
"Summary": "彙總",
"Summary(success/total)": "概況( 成功/總數 )",
"Sunday": "週日",
@@ -1606,11 +1230,6 @@
"Support": "支持",
"SupportedProtocol": "支持的協議",
"SupportedProtocolHelpText": "設置資產支持的協議,點擊設置按鈕可以為協議修改自訂配置,如 SFTP 目錄,RDP AD 域等",
- "SwitchPage": "切換視圖",
- "SwitchToUser": "Su 用戶",
- "SwitchToUserListTips": "透過以下用戶連接資產時,會使用當前系統用戶登入再進行切換。",
- "SymbolSet": "特殊符號集合",
- "SymbolSetHelpText": "請輸入此類型資料庫支持的特殊符號集合,若生成的隨機密碼中有此類資料庫不支持的特殊字元,改密計劃將會失敗",
"Sync": "同步",
"SyncAction": "同步動作",
"SyncDelete": "同步刪除",
@@ -1636,26 +1255,13 @@
"SyncUser": "同步用戶",
"SyncedCount": "已同步",
"SystemError": "系統錯誤",
- "SystemMessageSubscription": "系統消息訂閱",
"SystemRole": "系統角色",
"SystemRoleHelpMsg": "系統角色是平台內所有組織普遍適用的角色。 這些角色允許您為整個系統的用戶定義特定的權限和訪問級別。 對系統角色的變更將影響使用該平台的所有組織。",
"SystemRoles": "系統角色",
"SystemSetting": "系統設置",
"SystemTasks": "任務列表",
"SystemTools": "系統工具",
- "SystemUser": "系統用戶",
- "SystemUserAmount": "系統用戶數量",
- "SystemUserCreate": "創建系統用戶",
- "SystemUserDetail": "系統用戶詳情",
- "SystemUserId": "系統用戶Id",
- "SystemUserList": "系統用戶",
- "SystemUserListHelpMessage": "系統用戶 是JumpServer 登入資產時使用的帳號,如 root `ssh root@host`,而不是使用該使用者名稱登入資產(ssh admin@host)`;
特權用戶 是資產已存在的, 並且擁有 高級權限 的系統用戶, JumpServer 使用該用戶來 `推送系統用戶`、`獲取資產硬體資訊` 等;普通用戶 可以在資產上預先存在,也可以由 特權用戶 來自動創建。",
- "SystemUserName": "系統使用者名稱",
- "SystemUserUpdate": "更新系統用戶",
- "SystemUsers": "系統用戶",
"TableColSetting": "選擇可見屬性列",
- "TableColSettingInfo": "請選擇您想顯示的列表詳細資訊。",
- "TableSetting": "表格偏好",
"TagCreate": "創建標籤",
"TagInputFormatValidation": "Label format error, correct format is: name:value",
"TagList": "標籤列表",
@@ -1665,9 +1271,7 @@
"Target": "目標",
"TargetResources": "目標資源",
"Task": "任務",
- "TaskCenter": "任務中心",
"TaskDetail": "任務詳情",
- "TaskDispatch": "任務下發成功",
"TaskDistribution": "任務分配",
"TaskDone": "任務結束",
"TaskID": "任務 ID",
@@ -1675,21 +1279,16 @@
"TaskMonitor": "任務監控",
"TaskPath": "任務路徑",
"TechnologyConsult": "技術諮詢",
- "TempPassword": "臨時密碼有效期為 300 秒,使用後立刻失效",
"TempPasswordTip": "臨時密碼有效時間為 300 秒,使用後立即失效",
"TempToken": "臨時密碼",
- "Template": "模板列表",
"TemplateAdd": "模板添加",
"TemplateCreate": "創建模板",
- "TemplateDetail": "模板詳情",
"TemplateHelpText": "選擇模板添加時,會自動創建資產下不存在的帳號並推送",
"TemplateManagement": "模版列表",
- "TemplateUpdate": "更新模板",
"Templates": "模板列表",
"TencentCloud": "騰訊雲",
"Terminal": "組件設置",
"TerminalDetail": "組件詳情",
- "TerminalStat": "CPU/記憶體/磁碟",
"TerminalUpdate": "更新終端機",
"TerminalUpdateStorage": "更新終端儲存",
"Terminate": "終端",
@@ -1697,31 +1296,22 @@
"TermsAndConditions": "條款和條件",
"Test": "測試",
"TestAccountConnective": "測試帳號可連接性",
- "TestAllSystemUsersConnective": "測試所有系統用戶可連接性",
"TestAssetsConnective": "測試資產可連接性",
"TestConnection": "測試連接",
"TestGatewayHelpMessage": "如果使用了nat埠映射,請設置為ssh真實監聽的埠",
"TestGatewayTestConnection": "測試連接網關",
"TestLdapLoginTitle": "測試 LDAP 使用者登入",
- "TestMultiPort": "多個埠用,分隔",
"TestNodeAssetConnectivity": "測試資產節點可連接性",
- "TestParam": "參數",
"TestPortErrorMsg": "埠錯誤,請重新輸入",
"TestSelected": "測試所選",
- "TestSelectedSystemUsersConnective": "測試所選系統用戶可連接性",
"TestSuccessMsg": "測試成功",
- "ThisPeriodic": "這是一個週期作業",
"Thursday": "週四",
"Ticket": "工單",
- "TicketCreate": "創建工單",
"TicketDetail": "工單詳情",
"TicketFlow": "工單流",
"TicketFlowCreate": "創建審批流",
"TicketFlowUpdate": "更新審批流",
"Tickets": "工單列表",
- "TicketsDone": "已辦工單",
- "TicketsNew": "提交工單",
- "TicketsTodo": "待辦工單",
"Time": "時間",
"TimeDelta": "運行時間",
"TimeExpression": "時間表示式",
@@ -1729,15 +1319,11 @@
"TimeoutHelpText": "當此值為-1時,不指定超時時間",
"Timer": "定時執行",
"TimerExecution": "定時執行",
- "TimerPeriod": "定時執行週期",
- "TimesWeekUnit": "次/周",
"Title": "Title",
"To": "至",
"Today": "今天",
"TodayFailedConnections": "今日會話失敗數",
"Token": "令牌",
- "TopAssetsOfWeek": "周資產 TOP10",
- "TopUsersOfWeek": "周用戶 TOP10",
"Total": "總數",
"TotalJobFailed": "執行失敗作業數",
"TotalJobLog": "作業執行總數",
@@ -1747,7 +1333,6 @@
"TotalSyncStrategy": "綁定策略數(個)",
"Transfer": "傳輸",
"TriggerMode": "觸發方式",
- "True": "是",
"Tuesday": "週二",
"TwoAssignee": "二級受理人",
"TwoAssigneeType": "二級受理人類型",
@@ -1767,12 +1352,8 @@
"UnblockUser": "解鎖用戶",
"Uninstall": "卸載",
"UniqueError": "以下屬性只能設置一個",
- "Unknown": "未知",
"UnlockSuccessMsg": "解鎖成功",
"UnmanagedAccount": "未管理帳號",
- "Unreachable": "不可連接",
- "UnselectedAssets": "未選擇資產或所選擇的資產不支持SSH協議連接",
- "UnselectedNodes": "未選擇節點",
"UnselectedOrg": "No organization selected",
"UnselectedUser": "沒有選擇使用者",
"UpDownload": "上傳下載",
@@ -1784,20 +1365,15 @@
"UpdateEndpoint": "更新端點",
"UpdateEndpointRule": "更新端點規則",
"UpdateErrorMsg": "更新失敗",
- "UpdateMFA": "更改多因子認證",
"UpdateNodeAssetHardwareInfo": "更新節點資產硬體資訊",
- "UpdatePassword": "更新密碼",
"UpdatePlatformHelpText": "只有資產的原平台類型與所選平台類型相同時才會進行更新,若更新前後的平台類型不同則不會更新。",
"UpdateSSHKey": "更新SSH公鑰",
- "UpdateSecret": "更新密文",
"UpdateSelected": "Update selected",
"UpdateSuccessMsg": "Update successful",
"Updated": "已更新",
- "UpdatedBy": "更新者",
"Upload": "上傳",
"UploadCsvLth10MHelpText": "只能上傳 csv/xlsx, 且不超過 10M",
"UploadDir": "上傳目錄",
- "UploadFailed": "上傳失敗",
"UploadFileLthHelpText": "只能上傳小於{limit}MB檔案",
"UploadHelpText": "請上傳包含以下範例結構目錄的 .zip 壓縮文件",
"UploadPlaybook": "上傳 Playbook",
@@ -1805,69 +1381,44 @@
"UploadZipTips": "請上傳 zip 格式的文件",
"Uploading": "文件上傳中",
"Uppercase": "大寫字母",
- "UseParameterDefine": "定義參數",
"UseProtocol": "使用協議",
"UseSSL": "使用 SSL/TLS",
"User": "用戶",
- "UserAclDetail": "用戶登入規則詳情",
- "UserAclList": "用戶登入",
"UserAclLists": "用戶登入規則",
"UserAssetActivity": "用戶/資產活躍情況",
"UserCreate": "創建用戶",
"UserData": "使用者資料",
"UserDetail": "用戶詳情",
- "UserFirstLogin": "首次登入",
"UserGroupCreate": "創建用戶組",
"UserGroupDetail": "用戶組詳情",
"UserGroupList": "用戶組",
"UserGroupUpdate": "更新用戶組",
"UserGroups": "用戶組",
- "UserGuide": "用戶嚮導",
- "UserIP": "登入 IP",
- "UserInformation": "用戶資訊",
"UserList": "用戶列表",
- "UserLoginACL": "用戶登入",
- "UserLoginACLCreate": "創建用戶登入規則",
- "UserLoginACLDetail": "用戶登入限制",
"UserLoginACLHelpMsg": "登入系統時,可以根據用戶的登入 IP 和時間段進行審核,判斷是否可以登入系統(全局生效)",
"UserLoginACLHelpText": "登入系統時,可以根據使用者的登入 IP 和時間段進行審核,判斷是否可以登入",
- "UserLoginACLUpdate": "更新用戶登入規則",
"UserLoginAclCreate": "創建用戶登入控制",
"UserLoginAclDetail": "用戶登入控制詳情",
"UserLoginAclList": "用戶登入",
"UserLoginAclUpdate": "更新用戶登入控制",
"UserLoginLimit": "用戶登入限制",
"UserLoginTrend": "帳號登入趨勢",
- "UserName": "姓名",
- "UserNameSelector": "使用者名稱輸入框選擇器",
- "UserPage": "用戶視圖",
"UserPasswordChangeLog": "用戶密碼修改日誌",
- "UserProfile": "個人資訊",
- "UserRatio": "用戶占比統計",
"UserSession": "用戶會話",
- "UserSetting": "偏好設置",
- "UserSwitch": "用戶切換",
"UserSwitchFrom": "切換自",
"UserUpdate": "更新用戶",
- "UserUsername": "用戶(使用者名稱)",
"Username": "使用者名稱",
- "UsernameHelpMessage": "使用者名稱是動態的,登入資產時使用當前用戶的使用者名稱登入",
- "UsernameOfCreateUpdatePage": "目標主機上用戶的使用者名稱;如果已️存在,修改用戶密碼;如果不存在,添加用戶並設置密碼;",
"UsernamePlaceholder": " 請輸入使用者名稱",
"Users": "用戶",
"UsersAmount": " Users",
"UsersAndUserGroups": "User/User Group",
"UsersTotal": "用戶總數",
"Valid": "有效",
- "Validity": "有效",
- "Value": "值",
"Variable": "變數",
"VariableHelpText": "您可以在命令中使用 {{ key }} 讀取內建變數",
"VariableName": "變數名",
- "Vault": "密碼匣子",
"VaultHCPMountPoint": "重新嘗試所選",
"VaultHelpText": "1. 由於安全原因,需要在配置文件中增加參數 VAULT_ENABLED=true 和 VAULT_BACKEND=hcp/azure/aws 以開啟 Vault 存儲。
2. 開啟後,填寫其他配置,進行測試。
3. 進行數據同步,同步是單向的,只會從本地資料庫同步到遠端 Vault,同步完成本地資料庫不再儲存密碼,請備份好數據。
4. 二次修改 Vault 配置後需重啟服務。",
- "Vendor": "製造商",
"VerificationCodeSent": "驗證碼已發送",
"VerifyFace": "驗證面孔",
"VerifySecret": "驗證密文",
@@ -1892,7 +1443,6 @@
"WeComTest": "測試",
"WeakPassword": "弱密碼",
"WebCreate": "創建資產-Web",
- "WebFTP": "文件管理",
"WebHelpMessage": "Web 類型資產依賴於遠程應用,請前往系統設置在遠程應用中配置",
"WebSocketDisconnect": "WebSocket 斷開",
"WebTerminal": "Web終端",
@@ -1901,12 +1451,9 @@
"Week": "週",
"WeekAdd": "本週新增",
"WeekOrTime": "星期/時間",
- "Weekly": "按周",
"WildcardsAllowed": "允許的萬用字元",
- "WindowsAdminUser": "Windows 特權用戶",
"WindowsPushHelpText": "windows 資產暫不支持推送金鑰",
"WordSep": "",
- "WorkBench": "工作檯",
"Workbench": "工作檯",
"Workspace": "工作空間",
"Yes": "是",
@@ -1918,446 +1465,8 @@
"ZoneHelpMessage": "網域是資產所在的位置,可以是機房,公有雲 或者 VPC。網域中可以設置網關,當網路不能直達的時候,可以使用網關跳轉登入到資產",
"ZoneList": "網域列表",
"ZoneUpdate": "更新網域",
- "account": "帳號資訊",
- "accountKey": "帳戶金鑰",
- "accountName": "帳戶名稱",
- "action": "動作",
- "actionsTips": "各個權限作用協議不盡相同,點擊權限後面的圖示查看",
- "activateSuccessMsg": "啟用成功",
- "active": "啟用中",
- "addAssetToThisPermission": "添加資產",
- "addDatabaseAppToThisPermission": "添加資料庫應用",
- "addK8sAppToThisPermission": "添加Kubernetes應用",
- "addNodeToThisPermission": "添加節點",
- "addRemoteAppToThisPermission": "添加遠程應用",
- "addRolePermissions": "創建/更新成功後,詳情中添加權限",
- "addSystemUserToThisPermission": "添加系統用戶",
- "addUserGroupToThisPermission": "添加用戶組",
- "addUserToThisPermission": "添加用戶",
- "admin_users_amount": "特權用戶",
- "alive": "在線",
- "all": "全部",
- "appName": "應用名稱",
- "appPath": "應用路徑",
- "appType": "應用類型",
- "app_perms_amount": "應用授權",
- "application": "請輸入逗號分割的應用名稱組",
- "applications_amount": "應用",
- "apply_login_account": "申請登入帳號",
- "apply_login_asset": "申請登入資產",
- "apply_login_system_user": "申請登入系統用戶",
- "apply_login_user": "申請登入用戶",
- "appoint": "指定",
- "appsCount": "應用數量",
- "appsList": "應用列表",
- "assetAndNode": "資產/節點",
- "assetCount": "資產數量",
- "assetPermissionRules": "資產授權規則",
- "asset_ip_group": "資產IP",
- "asset_perms_amount": "資產授權",
- "assets_amount": "資產",
- "associateApplication": "關聯應用",
- "authCASAttrMap": "用戶屬性映射",
- "authLdap": "啟用LDAP認證",
- "authLdapBindDn": "綁定DN",
- "authLdapBindPassword": "密碼",
- "authLdapSearchFilter": "可能的選項是(cn或uid或sAMAccountName=%(user)s)",
- "authLdapSearchOu": "使用|分隔各OU",
- "authLdapServerUri": "LDAP地址",
- "authLdapUserAttrMap": "用戶屬性映射代表怎樣將LDAP中用戶屬性映射到jumpserver用戶上,username, name,email 是jumpserver的屬性",
- "authSAML2AdvancedSettings": "高級配置",
- "authSAML2MetadataUrl": "IDP metadata URL",
- "authSAML2Xml": "IDP metadata XML",
- "authSAMLCertHelpText": "上傳證書金鑰後保存, 然後查看 SP Metadata",
- "authSAMLKeyHelpText": "SP 證書和金鑰 是用來和 IDP 加密通信的",
- "authSaml2UserAttrMapHelpText": "左側的鍵為 SAML2 用戶屬性,右側的值為認證平台用戶屬性",
- "authUserAttrMap": "用戶屬性映射",
- "authUserAttrMapHelpText": "左側的鍵為 JumpServer 用戶屬性,右側的值為認證平台用戶屬性",
- "auto": "自動",
- "basicSetting": "基本設置",
- "become": "Become",
- "bind": "綁定",
- "bucket": "桶名稱",
- "calculationResults": "cron 表達式錯誤",
- "chrome": "Chrome",
- "chrome_password": "登入密碼",
- "chrome_target": "目標URL",
- "chrome_username": "登入帳號",
- "clickhouse": "ClickHouse",
- "clipboardCopy": "剪切板複製",
- "clipboardCopyPaste": "剪貼板複製黏貼",
- "clipboardPaste": "剪切板黏貼",
- "cloneFrom": "副本",
- "cloud": "雲應用",
- "cluster": "集群",
- "clusterHelpTextMessage": "例如:https://172.16.8.8:8443",
- "command": "命令",
- "commandStorage": "命令儲存",
- "command_filter_list": "命令過濾器列表",
- "comment": "備註",
- "common": "普通",
- "communityEdition": "社區版",
- "connect": "連接",
- "consult": "諮詢",
- "containerName": "容器名稱",
- "contents": "內容",
- "createBy": "創建者",
- "createErrorMsg": "創建失敗",
- "createSuccessMsg": "導入創建成功,總共:{count}",
- "createdBy": "創辦人",
- "created_by": "創建者",
- "cronExpression": "crontab完整表達式",
- "crontabDiffError": "請確保定期執行的時間間隔不少於十分鐘!",
- "custom": "自訂",
- "custom_cmdline": "運行參數",
- "custom_password": "登入密碼",
- "custom_target": "目標地址",
- "custom_username": "登入帳號",
- "cycleFromWeek": "週期從星期",
- "database": "資料庫",
- "databaseApp": "資料庫應用",
- "databasePermissionRules": "資料庫授權規則",
- "date": "日期",
- "dateCreated": "創建日期",
- "dateEnd": "結束日期",
- "dateExpired": "失效日期",
- "dateFinished": "完成日期",
- "dateLastLogin": "最後登入日期",
- "date_created": "創建時間",
- "date_joined": "創建日期",
- "datetime": "日期",
- "day": "日",
- "db": "資料庫應用",
- "deleteErrorMsg": "刪除失敗",
- "deleteFailedMsg": "刪除失敗",
- "deleteSuccessMsg": "刪除成功",
- "deleteWarningMsg": "你確定要刪除",
- "detail": "詳情",
- "dingTalkTest": "測試",
- "disableSuccessMsg": "禁用成功",
"disallowSelfUpdateFields": "不允許自己修改當前欄位",
- "docType": "文件類型",
- "download": "下載",
- "downloadFile": "下載文件",
- "downloadImportTemplateMsg": "下載創建模板",
- "downloadReplay": "下載錄影",
- "downloadUpdateTemplateMsg": "下載更新模板",
- "dragUploadFileInfo": "將文件拖到此處,或點擊此處上傳",
- "duration": "時長",
- "emailCustomUserCreatedBody": "提示: 創建用戶時,發送設置密碼郵件的內容",
- "emailCustomUserCreatedHonorific": "提示: 創建用戶時,發送設置密碼郵件的敬語 (例如: 您好)",
- "emailCustomUserCreatedSignature": "提示: 郵件的署名 (例如: jumpserver)",
- "emailCustomUserCreatedSubject": "提示: 創建用戶時,發送設置密碼郵件的主題 (例如: 創建用戶成功)",
- "emailEmailFrom": "",
- "emailHost": "SMTP主機",
- "emailHostPassword": "提示:一些郵件提供商需要輸入的是Token",
- "emailHostUser": "SMTP帳號",
- "emailPort": "SMTP埠",
- "emailRecipient": "提示:僅用來作為測試郵件收件人",
- "emailSubjectPrefix": "提示: 一些關鍵字可能會被郵件提供商攔截,如 跳板機、JumpServer",
- "emailTest": "測試連接",
- "emailUserSSL": "如果SMTP埠是465,通常需要啟用SSL",
- "emailUserTLS": "如果SMTP埠是587,通常需要啟用TLS",
- "enableOAuth2Auth": "開啟 OAuth2 認證",
- "endPoint": "端點",
- "endpointSuffix": "端點後綴",
- "esDocType": "es 默認文件類型:command",
- "esIndex": "es 提供默認 index:jumpserver。如果開啟按日期建立索引,那麼輸入的值會作為索引前綴",
- "esUrl": "不能包含特殊字元 `#`;eg: http://es_user:es_password@es_host:es_port",
- "every": "每",
- "everyMonth": "每月",
- "executeOnce": "執行一次",
- "execution": "執行歷史",
- "executionDetail": "執行歷史詳情",
- "failed": "失敗",
- "failedConditions": "沒有達到條件的結果!",
- "favicon": "網站圖示",
- "faviconTip": "提示:網站圖示(建議圖片大小為: 16px*16px)",
- "feiShuTest": "測試",
- "fieldRequiredError": "這個欄位是必填項",
- "fileType": "文件類型",
"forceEnableMFAHelpText": "如果強制啟用,用戶無法自行禁用",
- "from": "從",
- "fromTicket": "來自工單",
- "fuzzySearch": "支持模糊搜索",
- "getErrorMsg": "獲取失敗",
- "go": "執行",
- "goto": "轉到",
- "grantedAccounts": "授權的帳號",
- "grantedApplications": "授權的應用",
- "grantedAssets": "授權的資產",
- "grantedDatabases": "授權的資料庫",
- "grantedK8Ss": "授權的Kubernetes",
- "grantedRemoteApps": "授權的遠程應用",
- "groups_amount": "用戶組",
- "hasImportErrorItemMsg": "存在導入失敗項,點擊左側 x 查看失敗原因,點擊表格編輯後,可以繼續導入失敗項",
- "helpDocument": "文件連結",
- "helpDocumentTip": "可以更改網站導航欄 幫助 -> 文件 的網址",
- "helpSupport": "支持連結",
- "helpSupportTip": "可以更改網站導航欄 幫助 -> 支持 的網址",
- "history": "歷史記錄",
- "host": "資產",
- "hostName": "主機名",
- "hostname_group": "資產名",
- "hosts": "主機",
- "hour": "小時",
- "httpPort": "HTTP埠",
- "id": "ID",
- "import": "導入",
- "importLdapUserTip": "請先提交LDAP配置再進行導入",
- "importLdapUserTitle": "LDAP 用戶列表",
- "inTotal": "總共",
- "index": "索引",
- "info": "資訊",
- "inputPhone": "請輸入手機號碼",
- "insecureCommandEmailUpdate": "點我設置",
- "instantAdhoc": "即時命令",
- "ip": "IP",
- "ipGroupHelpText": "* 表示匹配所有。例如: 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",
- "ip_group": "IP 組",
- "ips": "請輸入逗號分割的IP位址組",
- "isEffective": "已生效的",
- "isSuccess": "成功",
- "isValid": "有效",
- "is_locked": "是否暫停",
- "join": "加入",
- "k8s": "Kubernetes",
- "k8sPermissionRules": "Kubernetes授權規則",
- "kubernetes": "Kubernetes",
- "lastCannotBeDeleteMsg": "最後一項,不能被刪除",
- "lastDay": "本月最後一天",
- "lastExecutionOutput": "最後執行輸出",
- "lastRun": "最後運行",
- "lastRunFailedHosts": "最後運行失敗的主機",
- "lastRunSuccessHosts": "最後運行成功的主機",
- "lastWeek": "本月最後一個星期",
- "lastWorking": "最近的那個工作日",
- "latestVersion": "最新版本",
- "ldapBulkImport": "用戶導入",
- "ldapConnectTest": "測試連接",
- "ldapLoginTest": "測試登入",
- "loginFrom": "登入來源",
- "loginImage": "登入頁面圖片",
- "loginImageTip": "提示:將會顯示在企業版用戶登入頁面(建議圖片大小為: 492*472px)",
- "loginTitle": "登入頁面標題",
- "loginTitleTip": "提示:將會顯示在企業版用戶 SSH 登入 KoKo 登入頁面(eg: 歡迎使用JumpServer開源堡壘機)",
- "login_confirm_user": "登入覆核 受理人",
- "logoIndex": "Logo (帶文字)",
- "logoIndexTip": "提示:將會顯示在管理頁面左上方(建議圖片大小為: 185px*55px)",
- "logoLogout": "Logo (不帶文字)",
- "logoLogoutTip": "提示:將會顯示在企業版用戶的 Web 終端頁面(建議圖片大小為:82px*82px)",
- "manyChoose": "可多選",
- "mariadb": "MariaDB",
- "min": "分鐘",
- "mongodb": "MongoDB",
- "month": "月",
- "mysql": "Mysql",
- "mysql_workbench": "MySQL Workbench",
- "mysql_workbench_ip": "資料庫IP",
- "mysql_workbench_name": "資料庫名",
- "mysql_workbench_password": "資料庫密碼",
- "mysql_workbench_port": "資料庫埠",
- "mysql_workbench_username": "資料庫帳號",
- "name": "名稱",
- "needUpdatePasswordNextLogin": "下次登入須修改密碼",
- "newCron": "生成 Cron",
- "noAlive": "離線",
- "noAnnouncement": "暫無公告",
- "nodeCount": "節點數量",
- "notAlphanumericUnderscore": "只能輸入字母、數字、下劃線",
- "notParenthesis": "不能包含 ( )",
- "num": "號",
- "objectStorage": "對象儲存",
- "officialWebsite": "官網連結",
- "officialWebsiteTip": "可以更改網站導航欄 幫助 -> 官網 的網址",
- "onlyCSVFilesTips": "僅支持csv文件導入",
- "options": "選項",
- "oracle": "Oracle",
- "other": "其它設置",
- "output": "輸出",
- "password": "密碼",
- "passwordAccount": "密碼帳號",
- "passwordExpired": "密碼過期了",
- "passwordOrPassphrase": "密碼或金鑰密碼",
- "passwordPlaceholder": "請輸入密碼",
- "passwordWillExpiredPrefixMsg": "密碼即將在 ",
- "passwordWillExpiredSuffixMsg": "天 後過期,請盡快修改您的密碼。",
- "pattern": "模式",
- "pause": "暫停",
- "permAccount": "授權帳號",
- "port": "埠",
- "postgresql": "PostgreSQL",
- "priority": "優先度",
- "privilegeFirst": "優先選擇特權帳號",
- "privilegeOnly": "僅選擇特權帳號",
- "protocol": "協議",
- "ranking": "排名",
- "ratio": "比例",
- "redis": "Redis",
- "refreshFail": "刷新失敗",
- "refreshLdapCache": "刷新Ldap快取,請稍後",
- "refreshLdapUser": "刷新快取",
- "refreshPermissionCache": "刷新授權快取",
- "refreshSuccess": "刷新成功",
- "region": "地域",
- "remoteAddr": "遠端地址",
- "remoteApp": "遠程應用",
- "remoteAppCount": "遠程應用數量",
- "remoteAppPermissionRules": "遠程應用授權規則",
- "remote_app": "遠程應用",
- "removeErrorMsg": "移除失敗: ",
- "removeFromOrgWarningMsg": "你確定從組織移除 ",
- "removeSuccessMsg": "移除成功",
"removeWarningMsg": "你確定要移除",
- "replay": "重播",
- "replaySession": "重播會話",
- "replayStorage": "錄影儲存",
- "reply": "回復",
- "requiredHasUserNameMapped": "必須包含 username 欄位的映射,如 { 'uid': 'username' }",
- "resetDingTalk": "解綁釘釘",
- "resetDingTalkLoginSuccessMsg": "重設成功, 用戶可以重新綁定釘釘了",
- "resetDingTalkLoginWarningMsg": "你確定要解綁用戶的 釘釘 嗎?",
- "resetMFA": "重設MFA",
- "resetMFAWarningMsg": "你確定要重設用戶的 MFA 嗎?",
- "resetMFAdSuccessMsg": "重設MFA成功, 用戶可以重新設置MFA了",
- "resetPassword": "重設密碼",
- "resetPasswordSuccessMsg": "已向用戶發送重設密碼消息",
- "resetPasswordWarningMsg": "你確定要發送重設用戶密碼的郵件嗎",
- "resetSSHKey": "重設SSH金鑰",
- "resetSSHKeySuccessMsg": "發送郵件任務已提交, 用戶稍後會收到重設金鑰郵件",
- "resetSSHKeyWarningMsg": "你確定要發送重設用戶的SSH Key的郵件嗎?",
- "resetWechat": "解綁企業微信",
- "resetWechatLoginSuccessMsg": "重設成功, 用戶可以重新綁定企業微信了",
- "resetWechatLoginWarningMsg": "你確定要解綁用戶的 企業微信 嗎?",
- "restoreDialogMessage": "您確定要恢復默認初始化嗎?",
- "restoreDialogTitle": "你確認嗎",
- "resume": "恢復",
- "reviewer": "審批人",
- "riskLevel": "風險等級",
- "rows": "行",
- "run": "執行",
- "runAs": "運行賬號",
- "runSucceed": "任務執行成功",
- "runTimes": "執行次數",
- "running": "運行中",
- "runningPath": "運行路徑",
- "runningTimes": "最近5次執行時間",
- "saveSuccessContinueMsg": "創建成功,更新內容後可以繼續添加",
- "script": "腳本列表",
- "securityCommandExecution": "批次命令",
- "securityLoginLimitCount": "限制登入失敗次數",
- "securityLoginLimitTime": "禁止登入時間間隔",
- "securityMaxIdleTime": "連接最大空閒時間",
- "securityMfaAuth": "多因子認證",
- "securityPasswordExpirationTime": "密碼過期時間",
- "securityPasswordLowerCase": "必須包含小寫字母",
- "securityPasswordMinLength": "密碼最小長度",
- "securityPasswordNumber": "必須包含數字字元",
- "securityPasswordSpecialChar": "必須包含特殊字元",
- "securityPasswordUpperCase": "必須包含大寫字母",
- "securityServiceAccountRegistration": "組件註冊",
- "selectAssetsMessage": "選擇左側資產, 選擇運行的系統用戶,批次執行命令",
- "selectedAssets": "已選擇資產:",
- "send": "發送",
- "session": "會話",
- "sessionActiveCount": "在線會話數量",
- "sessionMonitor": "監控",
- "sessionTerminate": "會話終斷",
- "setDingTalk": "設置釘釘認證",
- "setFeiShu": "設置飛書認證",
- "setLark": "設置 Lark 認證",
- "setSlack": "設置 Slack 認證",
- "setVariable": "設置參數",
- "setWeCom": "設置企業微信認證",
- "setting": "設置",
- "siteUrl": "當前站點URL",
- "skip": "忽略當前資產",
- "sqlserver": "SQLServer",
- "sshKeyFingerprint": "SSH 指紋",
- "sshPort": "SSH埠",
- "sshkey": "sshkey",
- "sshkeyAccount": "金鑰帳號",
- "startEvery": "開始,每",
- "stat": "成功/失敗/總",
- "status": "狀態",
- "storage": "儲存",
- "success": "成功",
- "sync": "同步",
- "systemCpuLoad": "CPU負載",
- "systemDiskUsedPercent": "硬碟使用率",
- "systemMemoryUsedPercent": "記憶體使用率",
- "systemUser": "系統用戶",
- "systemUserCount": "系統用戶",
- "system_user": "系統用戶",
- "system_users_amount": "系統用戶",
- "system_users_name_group": "系統使用者名稱",
- "system_users_protocol_group": "系統用戶協議",
- "system_users_username_group": "系統使用者名稱",
- "target": "目標",
- "taskDetail": "任務詳情",
- "taskName": "任務名稱",
- "taskVersions": "任務各版本",
- "tasks": "任務",
- "technologyConsult": "技術諮詢",
- "terminalAssetListPageSize": "資產分頁每頁數量",
- "terminalAssetListSortBy": "資產列表排序",
- "terminalDetail": "終端詳情",
- "terminalHeartbeatInterval": "心跳間隔",
- "terminalPasswordAuth": "密碼認證",
- "terminalPublicKeyAuth": "金鑰認證",
- "terminalSessionKeepDuration": "會話保留時長",
- "terminalTelnetRegex": "Telnet 成功正則表達式",
- "terminalUpdate": "更新終端",
- "terminalUpdateStorage": "更新終端儲存",
- "terminate": "終斷",
- "test": "測試",
- "testHelpText": "請輸入目的地址進行測試",
- "testLdapLoginSubtitle": "請先提交LDAP配置再進行測試登入",
- "the": "第",
- "time": "時間",
- "timeDelta": "運行時間",
- "timeExpression": "時間表達式",
- "timePeriod": "時段",
- "timeout": "超時",
- "title": "標題",
- "tokenHTTPMethod": "Token 獲取方法",
- "total": "總共",
- "totalVersions": "版本數量",
- "type": "類型",
- "unbind": "解綁",
- "unblock": "解鎖",
- "unblockSuccessMsg": "解鎖成功",
- "unblockUser": "解鎖用戶",
- "unselectedOrg": "沒有選擇組織",
- "unselectedUser": "沒有選擇用戶",
- "upDownload": "上傳下載",
- "updateAccountMsg": "請更新系統用戶的帳號資訊",
- "updateErrorMsg": "更新失敗",
- "updateSelected": "更新所選",
- "updateSuccessMsg": "更新成功",
- "uploadCsvLth10MHelpText": "只能上傳 csv/xlsx, 且不超過 10M",
- "uploadFile": "上傳文件",
- "uploadFileLthHelpText": "只能上傳小於{limit}MB文件",
- "uploadZipTips": "請上傳 zip 格式的文件",
- "user": "用戶",
- "userCount": "用戶數量",
- "userGroupCount": "用戶組數量",
- "userGuideUrl": "用戶嚮導URL",
- "username": "使用者名稱",
- "usernamePlaceholder": "請輸入使用者名稱",
- "username_group": "使用者名稱",
- "users": "用戶",
- "usersAndUserGroups": "用戶/用戶組",
- "users_amount": "用戶",
- "version": "版本",
- "versionDetail": "版本詳情",
- "versionRunExecution": "執行歷史",
- "vmware_client": "vSphere Client",
- "vmware_password": "登入密碼",
- "vmware_target": "目標地址",
- "vmware_username": "登入帳號",
- "weComTest": "測試",
- "week": "周",
- "weekOf": "周的星期",
- "wildcardsAllowed": "允許的通配符"
+ "setVariable": "設置參數"
}
\ No newline at end of file
diff --git a/apps/i18n/luna/en.json b/apps/i18n/luna/en.json
index d87523922..754c3d635 100644
--- a/apps/i18n/luna/en.json
+++ b/apps/i18n/luna/en.json
@@ -171,6 +171,7 @@
"Select account": "Select account",
"Send command": "Send command",
"Send text to all ssh terminals": "Send text to all ssh terminals",
+ "SessionIsBeingMonitored": "session is being monitored",
"Set reusable": "Set reusable",
"Setting": "Setting",
"Settings or basic settings": "Settings → Basic Settings",
@@ -232,6 +233,5 @@
"start time": "start time",
"success": "success",
"system user": "system user",
- "user": "user",
- "SessionIsBeingMonitored": "session is being monitored"
+ "user": "user"
}
\ No newline at end of file
diff --git a/apps/i18n/luna/ja.json b/apps/i18n/luna/ja.json
index 6e7e72e3d..8da5e2d58 100644
--- a/apps/i18n/luna/ja.json
+++ b/apps/i18n/luna/ja.json
@@ -42,7 +42,6 @@
"CommandBar": "コマンドバー",
"Confirm": "確認",
"Connect": "接続",
- "Connect Method": "接続方法",
"Connect checked": "接続済み",
"Connect command line": "接続コマンドライン",
"Connect method": "接続方法",
@@ -113,7 +112,6 @@
"LoginExpireMsg": "現在のログインはタイムアウトしました。ウィンドウを閉じないでください。新しいウィンドウでログインすると現在のページが復元されます。復元されない場合は、ページを更新してください。",
"Low Speed Broadband (256 Kbps - 2 Mbps)": "低速ブロードバンド (256 Kbps - 2 Mbps)",
"Manual accounts": "手動アカウント",
- "MenuAccountTemplates": "アカウントテンプレート",
"Module": "ユニット",
"Multi Screen": "マルチスクリーン",
"My applications": "私の応用",
@@ -130,7 +128,6 @@
"No permission": "権限がありません",
"No protocol available": "利用可能なプロトコルがありません",
"NoTabs": "ウィンドウなし",
- "Normal accounts": "通常のログインアカウント",
"Not quick command": "非高速コマンド",
"Open in new window": "新しいウィンドウが開きます",
"Operator": "オペレーター",
@@ -145,7 +142,6 @@
"Port": "ポート",
"Protocol": "プロトコル",
"Protocol: ": "プロトコル: {{value}}",
- "Question answer": "質問-答え",
"RDP Client": "RDPクライアント",
"RDP File": "RDPファイル",
"RDP client options": "RDPクライアントオプション",
@@ -158,7 +154,6 @@
"Refresh": "リフレッシュ",
"Remember password": "パスワードを覚える",
"Remember select": "選択を覚える",
- "Remote apps": "リモートアプリケーション",
"RemoteApp": "リモートアプリケーション",
"Reselect connection method": "資産の接続方法の再選択",
"Resume": "タスクを再開",
@@ -174,7 +169,6 @@
"Select account": "システムユーザーの選択",
"Send command": "コマンドを送信",
"Send text to all ssh terminals": "すべてのssh端末にテキストを送信します",
- "Send text to current ssh terminals": "現在の SSH 端末にテキストを送信する",
"SessionIsBeingMonitored": "会話が監視されています。",
"Set reusable": "再利用可能な",
"Setting": "設定",
@@ -183,7 +177,6 @@
"Show left manager": "左サイドバーを表示",
"Skip": "スキップ",
"Skip manual password": "手動パスワードウィンドウをスキップします",
- "Special account": "特別なアカウント",
"Special accounts": "特別ログインアカウント",
"Speed": "スピード",
"Split connect": "スクリーン接続",
diff --git a/apps/i18n/luna/pt_br.json b/apps/i18n/luna/pt_br.json
index 7d0844b8a..f3d48bb55 100644
--- a/apps/i18n/luna/pt_br.json
+++ b/apps/i18n/luna/pt_br.json
@@ -112,7 +112,6 @@
"LoginExpireMsg": "O login atual excedeu o tempo limite, por favor, não feche a janela. Após o login na nova janela, será possível restaurar a página atual. Se não restaurar, por favor atualize a página.",
"Low Speed Broadband (256 Kbps - 2 Mbps)": "Banda larga de baixa velocidade (256 Kbps - 2 Mbps)",
"Manual accounts": "Conta manual",
- "MenuAccountTemplates": "Modelo de conta",
"Module": "Módulo",
"Multi Screen": " Exibição Multi-Tela ",
"My applications": " Meu Aplicativo ",
diff --git a/apps/i18n/luna/zh.json b/apps/i18n/luna/zh.json
index d11528483..636649d40 100644
--- a/apps/i18n/luna/zh.json
+++ b/apps/i18n/luna/zh.json
@@ -112,7 +112,6 @@
"LoginExpireMsg": "当前登录已超时,请不要关闭窗口。在新的窗口登录后即可恢复当前页面,如未恢复请刷新页面。",
"Low Speed Broadband (256 Kbps - 2 Mbps)": "低速宽带 (256 Kbps - 2 Mbps)",
"Manual accounts": "手动账号",
- "MenuAccountTemplates": "账号模版",
"Module": "模块",
"Multi Screen": "多屏显示",
"My applications": "我的应用",
@@ -170,6 +169,7 @@
"Select account": "选择账号",
"Send command": "发送命令",
"Send text to all ssh terminals": "发送文本到所有ssh终端",
+ "SessionIsBeingMonitored": "会话正在被监控",
"Set reusable": "开启复用",
"Setting": "设置",
"Settings or basic settings": "菜单设置 → 基本设置",
@@ -230,6 +230,5 @@
"start time": "开始时间",
"success": "成功",
"system user": "系统用户",
- "user": "用户",
- "SessionIsBeingMonitored": "会话正在被监控"
+ "user": "用户"
}
\ No newline at end of file
diff --git a/apps/i18n/luna/zh_hant.json b/apps/i18n/luna/zh_hant.json
index abc214f91..aa5c9cb1c 100644
--- a/apps/i18n/luna/zh_hant.json
+++ b/apps/i18n/luna/zh_hant.json
@@ -42,7 +42,6 @@
"CommandBar": "指令欄",
"Confirm": "確認",
"Connect": "連接",
- "Connect Method": "連接方式",
"Connect checked": "連接選中",
"Connect command line": "連接命令行",
"Connect method": "連線方式",
@@ -113,7 +112,6 @@
"LoginExpireMsg": "目前登入已逾時,請不要關閉視窗。在新的視窗登入後即可恢復目前頁面,如未恢復請重新整理頁面。",
"Low Speed Broadband (256 Kbps - 2 Mbps)": "低速寬帶 (256 Kbps - 2 Mbps)",
"Manual accounts": "手動帳號",
- "MenuAccountTemplates": "帳號範本",
"Module": "模組",
"Multi Screen": "多屏顯示",
"My applications": "我的應用",
@@ -144,7 +142,6 @@
"Port": "埠",
"Protocol": "協議",
"Protocol: ": "協議: {{value}}",
- "Question answer": "智慧問答",
"RDP Client": "RDP 用戶端",
"RDP File": "RDP 文件",
"RDP client options": "RDP 用戶端選項",
@@ -157,7 +154,6 @@
"Refresh": "刷新",
"Remember password": "記住密碼",
"Remember select": "記住選擇",
- "Remote apps": "遠程應用",
"RemoteApp": "遠端應用",
"Reselect connection method": "可重新選擇連接方式",
"Resume": "恢復",
@@ -173,7 +169,6 @@
"Select account": "選擇帳號",
"Send command": "發送命令",
"Send text to all ssh terminals": "發送文本到所有ssh終端",
- "Send text to current ssh terminals": "發送文本到當前ssh終端",
"SessionIsBeingMonitored": "對話正在被監控。",
"Set reusable": "開啟復用",
"Setting": "設置",