|
427 | 427 | "theme.SearchModal.placeholder": {
|
428 | 428 | "message": "Search docs",
|
429 | 429 | "description": "The placeholder of the input of the DocSearch pop-up modal"
|
| 430 | + }, |
| 431 | + "Mutation": { |
| 432 | + "message": "Mutation" |
| 433 | + }, |
| 434 | + "Validation": { |
| 435 | + "message": "Validation" |
| 436 | + }, |
| 437 | + "Abstraction": { |
| 438 | + "message": "Abstraction" |
| 439 | + }, |
| 440 | + "Production-Ready": { |
| 441 | + "message": "Production-Ready" |
| 442 | + }, |
| 443 | + "KCL is an open-source constraint-based record & functional language mainly used in configuration and policy scenarios.": { |
| 444 | + "message": "KCL is an open-source constraint-based record & functional language mainly used in configuration and policy scenarios." |
| 445 | + }, |
| 446 | + "Learn More": { |
| 447 | + "message": "Learn More" |
| 448 | + }, |
| 449 | + "Download": { |
| 450 | + "message": "Download" |
| 451 | + }, |
| 452 | + "Easy-to-Use": { |
| 453 | + "message": "Easy-to-Use" |
| 454 | + }, |
| 455 | + "Originated from languages such as Python and Golang, rich language features, IDEs and tools.": { |
| 456 | + "message": "Originated from languages such as Python and Golang, rich language features, IDEs and tools." |
| 457 | + }, |
| 458 | + "Quick Modeling": { |
| 459 | + "message": "Quick Modeling" |
| 460 | + }, |
| 461 | + "Schema-centric configuration types and modular abstraction with logic and policy based on Config, Schema, Lambda, Rule.": { |
| 462 | + "message": "Schema-centric configuration types and modular abstraction with logic and policy based on Config, Schema, Lambda, Rule." |
| 463 | + }, |
| 464 | + "Stability": { |
| 465 | + "message": "Stability" |
| 466 | + }, |
| 467 | + "Configuration stability built on static type system, strong immutablity , and constraints.": { |
| 468 | + "message": "Configuration stability built on static type system, strong immutablity , and constraints." |
| 469 | + }, |
| 470 | + "Scalability": { |
| 471 | + "message": "Scalability" |
| 472 | + }, |
| 473 | + "High scalability through automatic merge mechanism of isolated config blocks with multiple strategies.": { |
| 474 | + "message": "High scalability through automatic merge mechanism of isolated config blocks with multiple strategies." |
| 475 | + }, |
| 476 | + "Fast Automation": { |
| 477 | + "message": "Fast Automation" |
| 478 | + }, |
| 479 | + "High performance and gradient automation scheme of CRUD APIs, multilingual SDKs, language plugins for GitOps.": { |
| 480 | + "message": "High performance and gradient automation scheme of CRUD APIs, multilingual SDKs, language plugins for GitOps." |
| 481 | + }, |
| 482 | + "API Affinity": { |
| 483 | + "message": "API Affinity" |
| 484 | + }, |
| 485 | + "Native support API ecological specifications such as OpenAPI, Kubernetes CRD and KRM spec.": { |
| 486 | + "message": "Native support API ecological specifications such as OpenAPI, Kubernetes CRD and KRM spec." |
| 487 | + }, |
| 488 | + "Codify and Manage Your Modern Configuration and Policy": { |
| 489 | + "message": "Codify and Manage Your Modern Configuration and Policy" |
| 490 | + }, |
| 491 | + "With configs, models, functions and rules": { |
| 492 | + "message": "With configs, models, functions and rules" |
| 493 | + }, |
| 494 | + "Trusted By": { |
| 495 | + "message": "Trusted By" |
| 496 | + }, |
| 497 | + "KCL is in": { |
| 498 | + "message": "KCL is in" |
| 499 | + }, |
| 500 | + "Cloud Native Computing Foundation": { |
| 501 | + "message": "Cloud Native Computing Foundation" |
| 502 | + }, |
| 503 | + "landscape": { |
| 504 | + "message": "landscape" |
| 505 | + }, |
| 506 | + "Start your cloud-native journey with scalable config": { |
| 507 | + "message": "Start your cloud-native journey with scalable config" |
| 508 | + }, |
| 509 | + "Abstract your schema-centric model with static typing": { |
| 510 | + "message": "Abstract your schema-centric model with static typing" |
| 511 | + }, |
| 512 | + "Define and reuse your config and logic through small function fragments": { |
| 513 | + "message": "Define and reuse your config and logic through small function fragments" |
| 514 | + }, |
| 515 | + "Define your environmental rules to ensure consistency and stability": { |
| 516 | + "message": "Define your environmental rules to ensure consistency and stability" |
430 | 517 | }
|
431 | 518 | }
|
0 commit comments