Skip to content
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
87 changes: 87 additions & 0 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,92 @@
"theme.SearchModal.placeholder": {
"message": "Search docs",
"description": "The placeholder of the input of the DocSearch pop-up modal"
},
"Mutation": {
"message": "Mutation"
},
"Validation": {
"message": "Validation"
},
"Abstraction": {
"message": "Abstraction"
},
"Production-Ready": {
"message": "Production-Ready"
},
"KCL is an open-source constraint-based record & functional language mainly used in configuration and policy scenarios.": {
"message": "KCL is an open-source constraint-based record & functional language mainly used in configuration and policy scenarios."
},
"Learn More": {
"message": "Learn More"
},
"Download": {
"message": "Download"
},
"Easy-to-Use": {
"message": "Easy-to-Use"
},
"Originated from languages ​​such as Python and Golang, rich language features, IDEs and tools.": {
"message": "Originated from languages ​​such as Python and Golang, rich language features, IDEs and tools."
},
"Quick Modeling": {
"message": "Quick Modeling"
},
"Schema-centric configuration types and modular abstraction with logic and policy based on Config, Schema, Lambda, Rule.": {
"message": "Schema-centric configuration types and modular abstraction with logic and policy based on Config, Schema, Lambda, Rule."
},
"Stability": {
"message": "Stability"
},
"Configuration stability built on static type system, strong immutablity , and constraints.": {
"message": "Configuration stability built on static type system, strong immutablity , and constraints."
},
"Scalability": {
"message": "Scalability"
},
"High scalability through automatic merge mechanism of isolated config blocks with multiple strategies.": {
"message": "High scalability through automatic merge mechanism of isolated config blocks with multiple strategies."
},
"Fast Automation": {
"message": "Fast Automation"
},
"High performance and gradient automation scheme of CRUD APIs, multilingual SDKs, language plugins for GitOps.": {
"message": "High performance and gradient automation scheme of CRUD APIs, multilingual SDKs, language plugins for GitOps."
},
"API Affinity": {
"message": "API Affinity"
},
"Native support API ecological specifications such as OpenAPI, Kubernetes CRD and KRM spec.": {
"message": "Native support API ecological specifications such as OpenAPI, Kubernetes CRD and KRM spec."
},
"Codify and Manage Your Modern Configuration and Policy": {
"message": "Codify and Manage Your Modern Configuration and Policy"
},
"With configs, models, functions and rules": {
"message": "With configs, models, functions and rules"
},
"Trusted By": {
"message": "Trusted By"
},
"KCL is in": {
"message": "KCL is in"
},
"Cloud Native Computing Foundation": {
"message": "Cloud Native Computing Foundation"
},
"landscape": {
"message": "landscape"
},
"Start your cloud-native journey with scalable config": {
"message": "Start your cloud-native journey with scalable config"
},
"Abstract your schema-centric model with static typing": {
"message": "Abstract your schema-centric model with static typing"
},
"Define and reuse your config and logic through small function fragments": {
"message": "Define and reuse your config and logic through small function fragments"
},
"Define your environmental rules to ensure consistency and stability": {
"message": "Define your environmental rules to ensure consistency and stability"
}
}
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-plugin-content-docs/version-0.5.1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version.label": {
"message": "0.5.1",
"description": "The label for version current"
"description": "The label for version 0.5.1"
},
"sidebar.docs.category.参考手册": {
"message": "Reference",
Expand Down
Loading