Initial YakPanel commit
This commit is contained in:
142
YakPanel/static/vite/lang/en/public.json
Normal file
142
YakPanel/static/vite/lang/en/public.json
Normal file
@@ -0,0 +1,142 @@
|
||||
{
|
||||
"Public": {
|
||||
"Name": "YakPanel",
|
||||
"All": "All",
|
||||
"SelectAll": "Select All",
|
||||
"Punctuation": {
|
||||
"Colon": ": ",
|
||||
"Comma": ", ",
|
||||
"LeftBracket": "[",
|
||||
"RightBracket": "]"
|
||||
},
|
||||
"Unit": {
|
||||
"Time": "Time | Times",
|
||||
"Times": "Time(s)",
|
||||
"Second": "Second | Seconds",
|
||||
"Seconds": "Second(s)",
|
||||
"Minute": "Minute | Minutes",
|
||||
"Hour": "{0} Hour | {0} Hours",
|
||||
"Hours": "{0} Hour(s)",
|
||||
"Month": "Month | Months",
|
||||
"Year": "Year | Years",
|
||||
"Day": "{0} Day | {0} Days",
|
||||
"Days": "{0} Day(s)",
|
||||
"Part": "Part | Part",
|
||||
"Monday": "Monday",
|
||||
"Tuesday": "Tuesday",
|
||||
"Wednesday": "Wednesday",
|
||||
"Thursday": "Thursday",
|
||||
"Friday": "Friday",
|
||||
"Saturday": "Saturday",
|
||||
"Sunday": "Sunday",
|
||||
"Weekly": "Weekly",
|
||||
"Daily": "Daily"
|
||||
},
|
||||
"Btn": {
|
||||
"Add": "Add",
|
||||
"Save": "Save",
|
||||
"Config": "Config",
|
||||
"Refresh": "Refresh",
|
||||
"Set": "Modify",
|
||||
"Del": "Delete",
|
||||
"Edit": "Edit",
|
||||
"Modify": "Modify",
|
||||
"Cancel": "Cancel",
|
||||
"Confirm": "Confirm",
|
||||
"ClearHit": "ClearHits",
|
||||
"Submit": "Submit",
|
||||
"Apply": "Apply",
|
||||
"Search": "Search",
|
||||
"Help": "Help",
|
||||
"LearnMore": "LearnMore",
|
||||
"Details": "Details",
|
||||
"Tutorial": "Tutorial",
|
||||
"Sync": "Sync",
|
||||
"Click": "View",
|
||||
"Deploy": "Deploy",
|
||||
"Conf": "Modify",
|
||||
"More": "More",
|
||||
"Install": "Install",
|
||||
"Uninstall": "Uninstall",
|
||||
"Setup": "Setup",
|
||||
"Import": "Import",
|
||||
"Export": "Export",
|
||||
"Empty": "Empty",
|
||||
"Preview": "Preview",
|
||||
"Finish": "Finish",
|
||||
"Delete": "Delete",
|
||||
"Copy": "Copy",
|
||||
"Repair": "Repair",
|
||||
"Reset": "Reset",
|
||||
"Download": "Download",
|
||||
"Execute": "Execute",
|
||||
"Clear": "Clear",
|
||||
"Update": "Update",
|
||||
"Select": "Select",
|
||||
"Rebuild": "Rebuild",
|
||||
"Upload": "Upload",
|
||||
"Play": "Play",
|
||||
"Link": "Link"
|
||||
},
|
||||
"Batch": {
|
||||
"Del": "Batch delete",
|
||||
"ChooseDel": "Please choose del",
|
||||
"ConfirmWithDesc": "{0}, continue operation?"
|
||||
},
|
||||
"Confirm": {
|
||||
"Title": "Tips",
|
||||
"Enable": "Enable",
|
||||
"Disable": "Close"
|
||||
},
|
||||
"Table": {
|
||||
"Ps": "Remark",
|
||||
"Status": "Status",
|
||||
"Result": "Result",
|
||||
"Username": "Username",
|
||||
"Password": "Password",
|
||||
"Path": "Document Root",
|
||||
"Note": "Note",
|
||||
"Action": "Operate",
|
||||
"Operation": "Operate",
|
||||
"Page": {
|
||||
"index_1": "Home",
|
||||
"index_2": "Prev",
|
||||
"index_3": "Next",
|
||||
"index_4": "Total {0}"
|
||||
}
|
||||
},
|
||||
"Status": {
|
||||
"Enable": "Enable",
|
||||
"Disable": "Disable",
|
||||
"Running": "Running",
|
||||
"Stopped": "Stopped",
|
||||
"Paused": "Paused",
|
||||
"TurnOn": "Turn on",
|
||||
"TurnOff": "Turn off",
|
||||
"Start": "Start",
|
||||
"start": "start",
|
||||
"Stop": "Stop",
|
||||
"stop": "stop",
|
||||
"Pause": "Pause",
|
||||
"Unpause": "Unpause",
|
||||
"Restart": "Restart",
|
||||
"Kill": "Kill",
|
||||
"Reload": "Reload",
|
||||
"Wait": "Wait",
|
||||
"Abnormal": "Abnormal"
|
||||
},
|
||||
"Search": {
|
||||
"StartTime": "Start Time",
|
||||
"EndTime": "End Time",
|
||||
"Today": "Today",
|
||||
"Yesterday": "Yesterday",
|
||||
"Last7": "Last 7 days",
|
||||
"Last30": "Last 30 days",
|
||||
"Custom": "Custom",
|
||||
"CustomTime": "Custom Time"
|
||||
},
|
||||
"Api": {
|
||||
"Load": "{0}, please wait..."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user