Browse Source

add i18n

pull/13155/head
ibuler 7 months ago
parent
commit
dbdf586f5b
  1. 26
      apps/i18n/lina/en.json

26
apps/i18n/lina/en.json

@ -1,7 +1,7 @@
{ {
"APIKey": "API Key", "APIKey": "API Key",
"About": "About", "About": "About",
"Accept": "Agree", "Accept": "Accept",
"AccessIP": "IP Whitelist", "AccessIP": "IP Whitelist",
"AccessKey": "Access Key", "AccessKey": "Access Key",
"Account": "Account", "Account": "Account",
@ -101,7 +101,7 @@
"ApplyAsset": "Apply for Assets", "ApplyAsset": "Apply for Assets",
"ApplyFromCMDFilterRule": "Command Filter Rules", "ApplyFromCMDFilterRule": "Command Filter Rules",
"ApplyFromSession": "Session", "ApplyFromSession": "Session",
"ApplyInfo": "Application Information", "ApplyInfo": "Apply Info",
"ApplyRunAsset": "Assets for which operations are requested", "ApplyRunAsset": "Assets for which operations are requested",
"ApplyRunCommand": "Command for application", "ApplyRunCommand": "Command for application",
"ApplyRunUser": "Users Applying for Run", "ApplyRunUser": "Users Applying for Run",
@ -162,7 +162,7 @@
"AutoPush": "Auto Push", "AutoPush": "Auto Push",
"Automations": "Automations", "Automations": "Automations",
"AverageTimeCost": "Average spend time", "AverageTimeCost": "Average spend time",
"AwaitingMyApproval": "Assigned to me", "AwaitingMyApproval": "Assigned",
"Azure": "Azure (China)", "Azure": "Azure (China)",
"Backup": "Backup", "Backup": "Backup",
"BackupAccounts": "Backup Accounts", "BackupAccounts": "Backup Accounts",
@ -186,7 +186,7 @@
"BatchSyncDelete": "Batch sync deletion", "BatchSyncDelete": "Batch sync deletion",
"BatchSyncErrorMsg": "Batch sync Failed", "BatchSyncErrorMsg": "Batch sync Failed",
"BatchTest": "Batch Test", "BatchTest": "Batch Test",
"BatchTransfer": "Batch Transfer", "BatchTransfer": "File Transfer",
"BatchUpdate": "Batch edit", "BatchUpdate": "Batch edit",
"BatchUpdatePlatformHelpTxt": "The asset will be updated only if the original platform type is the same as the selected platform type. If the platform types before and after the update are different, it will not be updated.", "BatchUpdatePlatformHelpTxt": "The asset will be updated only if the original platform type is the same as the selected platform type. If the platform types before and after the update are different, it will not be updated.",
"BeforeChange": "Before Change", "BeforeChange": "Before Change",
@ -429,7 +429,7 @@
"EnterRunningPath": "Enter Running Path", "EnterRunningPath": "Enter Running Path",
"EnterToContinue": "Press Enter to Continue", "EnterToContinue": "Press Enter to Continue",
"EnterUploadPath": "Enter Upload Path", "EnterUploadPath": "Enter Upload Path",
"Enterprise": "Enterprise Edition", "Enterprise": "Enterprise",
"EnterpriseEdition": "Enterprise Edition", "EnterpriseEdition": "Enterprise Edition",
"Equal": "Equals", "Equal": "Equals",
"Error": "Error", "Error": "Error",
@ -475,13 +475,13 @@
"Filename": "File name", "Filename": "File name",
"FingerPrint": "Fingerprint", "FingerPrint": "Fingerprint",
"Finished": "Complete", "Finished": "Complete",
"FinishedTicket": "Complete Work Order", "FinishedTicket": "Complete Ticket",
"FirstLogin": "First Login", "FirstLogin": "First Login",
"FlowSetUp": "Flow set up", "FlowSetUp": "Flow setup",
"FormatError": "Format Error", "FormatError": "Format Error",
"Friday": "Fri", "Friday": "Fri",
"From": "From", "From": "From",
"FromTicket": "From the work order", "FromTicket": "From the Ticket",
"FullName": "Full name", "FullName": "Full name",
"FullySynchronous": "Assets completely synchronized", "FullySynchronous": "Assets completely synchronized",
"FullySynchronousHelpTip": "Whether to continue synchronizing such assets when the asset conditions do not meet the matching policy rules", "FullySynchronousHelpTip": "Whether to continue synchronizing such assets when the asset conditions do not meet the matching policy rules",
@ -502,7 +502,7 @@
"GrantedAssets": "Authorized Assets", "GrantedAssets": "Authorized Assets",
"GreatEqualThan": "Greater than or Equal to", "GreatEqualThan": "Greater than or Equal to",
"GroupsAmount": "User group", "GroupsAmount": "User group",
"HandleTicket": "Handle Work Orders", "HandleTicket": "Handle Tickets",
"Hardware": "Hardware Information", "Hardware": "Hardware Information",
"HardwareInfo": "Hardware Information", "HardwareInfo": "Hardware Information",
"HasImportErrorItemMsg": "There are import failures, click on the left x to view the failure reasons, after editing the table, you can continue to import failures.", "HasImportErrorItemMsg": "There are import failures, click on the left x to view the failure reasons, after editing the table, you can continue to import failures.",
@ -688,7 +688,7 @@
"SpecificUser": "Specific user", "SpecificUser": "Specific user",
"SpecificAsset": "Specific asset", "SpecificAsset": "Specific asset",
"MyAssets": "My Assets", "MyAssets": "My Assets",
"MyTickets": "Submitted by me", "MyTickets": "Submitted",
"Name": "Name", "Name": "Name",
"NavHelp": "Navigation", "NavHelp": "Navigation",
"NeedReLogin": "Need to Re-Login", "NeedReLogin": "Need to Re-Login",
@ -859,7 +859,7 @@
"Regex": "Regular Expression", "Regex": "Regular Expression",
"Region": "Region", "Region": "Region",
"RegularlyPerform": "Periodic Execution", "RegularlyPerform": "Periodic Execution",
"Reject": "Refuse", "Reject": "Reject",
"Rejected": "Rejected", "Rejected": "Rejected",
"ReleasedCount": "Released", "ReleasedCount": "Released",
"RelevantApp": "Application", "RelevantApp": "Application",
@ -1136,8 +1136,8 @@
"TestSuccessMsg": "Test Succeeded", "TestSuccessMsg": "Test Succeeded",
"Thursday": "Thu", "Thursday": "Thu",
"Ticket": "Ticket", "Ticket": "Ticket",
"TicketDetail": "Work Order Details", "TicketDetail": "Ticket Details",
"TicketFlow": "Work Order Flow", "TicketFlow": "Ticket Flow",
"TicketFlowCreate": "Create a Approval Flow", "TicketFlowCreate": "Create a Approval Flow",
"TicketFlowUpdate": "Update the Approval Flow", "TicketFlowUpdate": "Update the Approval Flow",
"Tickets": "Tickets", "Tickets": "Tickets",

Loading…
Cancel
Save