Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: update i18n for template provider #4917

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/providers/applaunchpad/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"gpu": "GPU",
"Gpu under inventory Tip": "{{gputype}} is out of stock. Please select a different type or reduce the quantity",
"Group": "Group",
"grpcs": "grpcs",
"https": "https",
"grpcs": "gRPCS",
"https": "HTTPS",
"If no, the default command is used": "Leave blank to use default command",
"Image": "Image",
"Image Address": "Image Registry",
Expand Down Expand Up @@ -240,7 +240,7 @@
"vm": "vm",
"Waiting": "Waiting",
"Warning": "Warning",
"websocket": "websocket",
"websocket": "WebSocket",
"YAML File": "YAML",
"Yes": "Yes",
"You can enter the container through the terminal": "Access container via terminal",
Expand Down
6 changes: 3 additions & 3 deletions frontend/providers/applaunchpad/public/locales/zh/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"gpu": "GPU",
"Gpu under inventory Tip": "{{gputype}} 库存不足,请更换型号或减少数量",
"Group": "Group",
"grpcs": "grpcs",
"https": "https",
"grpcs": "gRPCS",
"https": "HTTPS",
"If no, the default command is used": "若不填写,将使用默认命令",
"Image": "镜像源",
"Image Address": "镜像仓库地址",
Expand Down Expand Up @@ -240,7 +240,7 @@
"vm": "显存",
"Waiting": "获取中",
"Warning": "提示",
"websocket": "websocket",
"websocket": "WebSocket",
"YAML File": "YAML 文件",
"Yes": "确认",
"You can enter the container through the terminal": "您可以通过终端进入容器",
Expand Down
184 changes: 95 additions & 89 deletions frontend/providers/template/public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"Applications": "Applications",
"Create Application": "Create Application",
"Create Application": "Create App",
"Cancel": "Cancel",
"Confirm": "Confirm",
"Name": "Name",
"Status": "Status",
"Creation Time": "Creation Time",
"Creation Time": "Created",
"CPU": "CPU",
"Memory": "Memory",
"Replicas": "Replicas",
"Pod": "Pod",
"Operation": "Operation",
"Running": "Running",
"Paused": "Paused",
"Active": "Active",
"Details": "Details",
"Start Up": "Start Up",
"Start Up": "Start",
"Delete": "Delete",
"Pause": "Pause",
"Restart": "Restart",
Expand All @@ -25,62 +27,62 @@
"Command": "Command",
"Parameters": "Parameters",
"Not Configured": "Not Configured",
"Accessible to the Public": "Accessible to the Public",
"Accessible to the Public": "Publicly Accessible",
"Configuration File": "Configmap",
"Storage": "Storage",
"Environment Variables": "Environment",
"Replicas": "Replicas",
"Image Name": "Image Name",
"Private": "Private",
"Public": "Public",
"Image Name (Private)": "Image Name (Private)",
"Real-time Monitoring": "Real-time Monitoring",
"Network Configuration": "Network",
"Intranet Address": "Intranet Address",
"External Address": "External Address",
"Not Enabled": "Not Enabled",
"Update Time": "Update Time",
"Intranet Address": "Private Address",
"External Address": "Public Address",
"Not Enabled": "Disabled",
"Update Time": "Last Updated",
"Continue": "Continue",
"Terminal": "Terminal",
"Log": "Log",
"None": "None",
"Intelligent Analysis": "Intelligent Analysis",
"Problem Analysis": "Problem Analysis",
"Problem Analysis": "Issue Analysis",
"Export": "Export",
"Copy Success": "Copy Success",
"Edit Environment Variables": "Edit Environment Variables",
"Application Deployment": "Application Deployment",
"Edit Environment Variables": "Edit Env Variables",
"Application Deployment": "App Deployment",
"Creating": "Creating",
"Abnormality Detected": "Abnormality Detected",
"Update Application": "Update Application",
"Deploy Application": "Deploy Application",
"Confirm Deploy Application?": "Confirm Deploy Application?",
"Abnormality Detected": "Issue Detected",
"Update Application": "Update App",
"Deploy Application": "Deploy App",
"Confirm Deploy Application?": "Confirm App Deployment?",
"Deployment Successful": "Deployment Successful",
"Deployment Failed": "Deployment Failed",
"Confirm Update Application?": "Confirm Update Application?",
"Confirm Update Application?": "Confirm App Update?",
"Update Successful": "Update Successful",
"Update Failed": "Update Failed",
"Prompt": "Prompt",
"jump_prompt": "Jump prompt",
"jump_message": "This application cannot be used independently. Please click 'OK' to proceed to Sealos Desktop.",
"pause_message": "Pausing the service will stop the calculation of charges for CPU and memory, but charges for storage and external network ports will still apply. Would you like to pause now?",
"Confirm to restart this application?": "Confirm to restart this application?",
"You haven't created any application yet.": "You haven't created any application yet.",
"Prompt": "Notice",
"jump_prompt": "Redirect Notice",
"jump_message": "This app can't be used independently. Click 'OK' to use it in Sealos Desktop.",
"pause_message": "Pausing will stop CPU and memory charges, but storage and external network port fees will continue. Pause now?",
"Confirm to restart this application?": "Restart this app?",
"You haven't created any application yet.": "You don't have any apps yet.",
"Confirm deletion": "Confirm deletion",
"Deletion warning": "Deletion warning",
"Are you sure you want to delete this application? If you proceed, all data for this project will be deleted.": "Are you sure you want to delete this application? If you proceed, all data for this project will be deleted.",
"Please enter": "Please enter",
"Are you sure you want to delete this application? If you proceed, all data for this project will be deleted.": "Are you sure you want to delete this app? All project data will be permanently removed.",
"Please enter": "Enter",
"Auto scaling": "Scaling",
"Fixed instance": "Fixed",
"Stateful": "Stateful",
"Stateless": "Stateless",
"Image name cannot be empty.": "Image name cannot be empty.",
"Please confirm to restart the Pod?": "Please confirm to restart the Pod?",
"Limit CPU": "Limit CPU",
"Limit Memory": "Limit Memory",
"Reboot Success": "Reboot Success",
"Image name cannot be empty.": "Image name required.",
"Please confirm to restart the Pod?": "Confirm Pod restart?",
"Limit CPU": "CPU Limit",
"Limit Memory": "Memory Limit",
"CPU target value": "CPU Target",
"Memory target value": "Memory Target",
"Reboot Success": "Reboot Successful",
"success": "success",
"target_value": "target_value",
"target_value": "Target Value",
"Edit Env Variable": "Edit Env Variable",
"public": "public",
"private": "private",
Expand All @@ -90,62 +92,66 @@
"App Name": "App Name",
"YAML File": "YAML",
"filename": "Filename",
"file value": "File Value",
"file value": "File Content",
"local storage": "Local Storage",
"multiple instances do not share data": "volume does not support shared access by multiple instances",
"multiple instances do not share data": "Storage volumes are not shared between instances",
"capacity": "capacity",
"mount path": "mount path",
"Container Ports": "Container Ports",
"CPU target is the CPU utilization rate of any container": "CPU target is the CPU utilization rate of any container",
"CPU target is the CPU utilization rate of any container": "CPU target represents the CPU utilization rate of any container",
"protocol": "protocol",
"Export Domain": "Export Domain",
"Custom domain": "Custom domain",
"Please CNAME your custom domain to": "Please CNAME your custom domain to",
"Option": "Option",
"Please CNAME your custom domain to": "Please set up a CNAME record for your custom domain pointing to",
"Option": "Optional",
"Run command": "Run command",
"Command parameters": "Command parameters",
"Add": "Add",
"Add volume": "Add volume",
"Separated by spaces": "Separated by spaces, such as: ",
"Such as": "Such as: ",
"Separated by spaces": "Separate with spaces, e.g.: ",
"Such as": "Example: ",
"Username": "Username",
"Password": "Password",
"Password for the image registry": "Password for the image registry",
"Username for the image registry": "Username for the image registry",
"Password for the image registry": "Image Registry Password",
"Username for the image registry": "Image Registry Username",
"Image address": "Image address",
"https": "https",
"grpcs": "grpcs",
"websocket": "websocket",
"TotalPrice": "Total",
"https": "HTTPS",
"grpcs": "gRPCS",
"websocket": "WebSocket",
"TotalPrice": "Total Price",
"Day": "Day",
"AnticipatedPrice": "Anticipated Price",
"AnticipatedPrice": "Estimated Cost",
"Pods List": "Pods List",
"Number of Instances": "Number of Instances",
"Number of Instances": "Instance Count",
"Pod Name": "Pod Name",
"Restarts Num": "Restarts",
"Mount Path Auth": "Mount Path Invalid: /^[0-9a-zA-Z_/][0-9a-zA-Z_/.-]*[0-9a-zA-Z_/]$/",
"Age": "Uptime",
"Items": "Instances",
"Mount Path Auth": "Mount path must match: /^[0-9a-zA-Z_/][0-9a-zA-Z_/.-]*[0-9a-zA-Z_/]$/",
"File Name": "File Name",
"Filename can not empty": "Filename can not empty",
"File Value can not empty": "File Value can not empty",
"Filename can not empty": "File name is required",
"File Value can not empty": "File content is required",
"ConfigMap Path Conflict": "ConfigMap Path Conflict",
"Storage path can not empty": "Storage path can not empty",
"Storage path can not empty": "Mount path is required",
"Storage Range": "Storage Range",
"Storage Value can not empty": "Storage Value can not empty",
"Min Storage Value": "Min Storage Value",
"Max Storage Value": "Max Storage Value",
"Can not change storage path": "Can not change storage path",
"Storage Value can not empty": "Storage capacity is required",
"Min Storage Value": "Minimum storage: ",
"Max Storage Value": "Maximum storage: ",
"Can not change storage path": "Mount path cannot be modified",
"Perday": "Perday",
"Submit Error": "Submit Error",
"TemplateNameError": "TemplateNameError",
"Template Config": "Template Config",
"Templates": "Templates",
"One Click Deployment": "Pre-build solutions for you and experience one-click deployment of applications",
"Application Name": "Application Name",
"Application List": " Application List",
"Submit Error": "Submission Error",
"Copy Success": "Copied successfully",
"TemplateNameError": "Template name is required",
"Template Config": "Template Configuration",
"Templates": "Template Marketplace",
"One Click Deployment": "Pre-configured solutions for one-click app deployment",
"Application Name": "App Name",
"Application List": " App List",
"Configure Project": "Configure Project",
"Not need to configure any parameters": "The current application does not need to configure any parameters",
"Do you want to jump to the app details page": "Do you want to jump to the app details page",
"Deploy on sealos": "Deploy on sealos",
"Heading to sealos soon": "Heading to sealos soon",
"Not need to configure any parameters": "No configuration needed for this application",
"Do you want to jump to the app details page": "Go to application details?",
"Deploy on sealos": "Deploy on Sealos",
"Heading to sealos soon": "Redirecting to Sealos shortly",
"develop": {
"publish": "publish",
"Development": "Development",
Expand All @@ -154,52 +160,52 @@
"Configure Form": "Configure Form",
"YAML File": "YAML File",
"Template Development": "Template Development",
"Dryrun Deploy": "Dryrun Deploy",
"Formal Deploy": "Formal Deploy",
"Dryrun Deploy": "Test Deployment",
"Formal Deploy": "Deploy",
"Debugging Template": "Debugging Template"
},
"SideBar": {
"Applications": "Applications",
"My App": "My Apps",
"backend": "Backend",
"database": "Database",
"monitor": "Monitor",
"monitor": "Monitoring",
"frontend": "Frontend",
"game": "Game",
"game": "Games",
"ai": "AI",
"tool": "Tool",
"tool": "Tools",
"dev-ops": "DevOps",
"blog": "Blog",
"low-code": "LowCode",
"low-code": "Low-Code",
"storage": "Storage"
},
"Schedule": "Schedule",
"Last Schedule": "Last Schedule",
"Last Schedule Time": "Schedule Time:",
"Last Successful Time": "Successful Time:",
"Next Execution Time": "Next Execution Time",
"There is no resource of this type": "There is no resource of this type",
"Last Schedule": "Last Execution",
"Last Schedule Time": "Execution Time:",
"Last Successful Time": "Last Successful:",
"Next Execution Time": "Next Scheduled",
"There is no resource of this type": "No resources of this type available",
"Others": "Others",
"Unload": "Unload",
"delete message": "Are you sure you want to delete this application? If you proceed, all data for this project will be deleted.",
"Unload": "Uninstall",
"delete message": "Are you sure you want to delete this app? If you proceed, all project data will be permanently deleted.",
"Installed": "Installed",
"Kind": "Kind",
"Kind": "Category",
"Component": "Component",
"No Applications": "No Applications",
"Home Page": "Home Page",
"No Applications": "No Apps Available",
"Home Page": "Project Home",
"Share": "Share",
"Share Link": "Share Link",
"One click deploy button": "One click deploy button",
"Html Part": "Html Part",
"Markdown Part": "Markdown Part",
"Button Effect": "Button Effect",
"One click deploy button": "One-Click deploy button",
"Html Part": "HTML Snippet",
"Markdown Part": "Markdown Snippet",
"Button Effect": "Button Appearance",
"Type": "Type",
"Deployment successful, please go to My Application to view": "Deployment successful, please go to My Application to view",
"Edit": "Edit",
"Edit App Name": "Edit App Name",
"Installation Time": "Installation Time",
"users installed the app": "{{count}} users have installed the app",
"Please Enter": "Please Enter",
"Installation Time": "Installed On",
"users installed the app": "{{count}} users have installed this app",
"Please Enter": "Enter here",
"Delete successful": "Delete successful",
"Delete Failed": "Delete Failed",
"Description": "Description"
Expand Down
Loading
Loading