Skip to content

Commit 51b22ed

Browse files
authored
Merge pull request #132 from Peefy/index-page-i18n
feat: add translations for index pages
2 parents 7f751f5 + c9a2cf8 commit 51b22ed

File tree

13 files changed

+534
-631
lines changed

13 files changed

+534
-631
lines changed

i18n/en/code.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,92 @@
427427
"theme.SearchModal.placeholder": {
428428
"message": "Search docs",
429429
"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"
430517
}
431518
}

i18n/en/docusaurus-plugin-content-docs/version-0.5.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version.label": {
33
"message": "0.5.1",
4-
"description": "The label for version current"
4+
"description": "The label for version 0.5.1"
55
},
66
"sidebar.docs.category.参考手册": {
77
"message": "Reference",

0 commit comments

Comments
 (0)