From 54bf3977fed6ec68e6527d5857498943b2b80a94 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Mon, 13 Jan 2020 22:11:39 +0100 Subject: [PATCH] Re-enabling the it translation and put all current translation in draft (#18436) * Re-enabling the it translation and put all current translation in draft mode. As the work on #18383 will progress those will be promoted to final * improve italian i18n --- config.toml | 5 ++--- content/it/_common-resources/index.md | 3 ++- content/it/_index.html | 1 + content/it/case-studies/_index.md | 3 ++- content/it/case-studies/comcast/index.html | 1 + content/it/docs/concepts/_index.md | 1 + content/it/docs/concepts/architecture/_index.md | 1 + content/it/docs/concepts/architecture/cloud-controller.md | 3 ++- .../docs/concepts/architecture/master-node-communication.md | 1 + content/it/docs/concepts/architecture/nodes.md | 1 + content/it/docs/concepts/cluster-administration/_index.md | 1 + content/it/docs/concepts/cluster-administration/addons.md | 1 + .../it/docs/concepts/cluster-administration/certificates.md | 1 + .../docs/concepts/cluster-administration/cloud-providers.md | 1 + .../cluster-administration-overview.md | 1 + .../concepts/cluster-administration/controller-metrics.md | 1 + .../it/docs/concepts/cluster-administration/federation.md | 1 + .../cluster-administration/kubelet-garbage-collection.md | 2 +- content/it/docs/concepts/cluster-administration/logging.md | 1 + .../concepts/cluster-administration/manage-deployment.md | 1 + .../it/docs/concepts/cluster-administration/networking.md | 1 + content/it/docs/concepts/cluster-administration/proxies.md | 1 + content/it/docs/concepts/example-concept-template.md | 1 + content/it/docs/concepts/overview/what-is-kubernetes.md | 1 + content/it/partners/_index.html | 1 + i18n/it.toml | 2 +- 26 files changed, 30 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index 990392d659..48926a3908 100644 --- a/config.toml +++ b/config.toml @@ -25,8 +25,7 @@ enableGitInfo = true # Norwegian ("no") is sometimes but not currently used for testing. # Hindi is disabled because it's currently in development. -# Italian is disabled until it meets minimum standards for quality. -disableLanguages = ["hi", "it", "no"] +disableLanguages = ["hi", "no"] [blackfriday] hrefTargetBlank = true @@ -187,7 +186,7 @@ language_alternatives = ["en"] [languages.it] title = "Kubernetes" description = "Production-Grade Container Orchestration" -languageName ="Italian" +languageName = "Italiano" weight = 6 contentDir = "content/it" diff --git a/content/it/_common-resources/index.md b/content/it/_common-resources/index.md index 3d65eaa0ff..443251c6a1 100644 --- a/content/it/_common-resources/index.md +++ b/content/it/_common-resources/index.md @@ -1,3 +1,4 @@ --- +draft: True headless: true ---- \ No newline at end of file +--- diff --git a/content/it/_index.html b/content/it/_index.html index cd160cbdcc..e3b848693f 100644 --- a/content/it/_index.html +++ b/content/it/_index.html @@ -1,4 +1,5 @@ --- +draft: True title: Panoramica sull'amministrazione del cluster content_template: templates/concept weight: 10 diff --git a/content/it/case-studies/_index.md b/content/it/case-studies/_index.md index cac4dc1fa0..f52382b992 100644 --- a/content/it/case-studies/_index.md +++ b/content/it/case-studies/_index.md @@ -1,4 +1,5 @@ --- +draft: True title: Case Studies linkTitle: Case Studies bigheader: Kubernetes User Case Studies @@ -6,4 +7,4 @@ abstract: Una raccolta di utenti che eseguono Kubernetes in produzione. layout: basic class: gridPage cid: caseStudies ---- \ No newline at end of file +--- diff --git a/content/it/case-studies/comcast/index.html b/content/it/case-studies/comcast/index.html index 054df14696..ddf9d75f33 100644 --- a/content/it/case-studies/comcast/index.html +++ b/content/it/case-studies/comcast/index.html @@ -1,4 +1,5 @@ --- +draft: True title: Comcast content_url: https://youtu.be/lmeFkH-rHII --- diff --git a/content/it/docs/concepts/_index.md b/content/it/docs/concepts/_index.md index 5acaec055e..04a1e84b62 100644 --- a/content/it/docs/concepts/_index.md +++ b/content/it/docs/concepts/_index.md @@ -1,4 +1,5 @@ --- +draft: True title: Concepts main_menu: true content_template: templates/concept diff --git a/content/it/docs/concepts/architecture/_index.md b/content/it/docs/concepts/architecture/_index.md index 0a87c18478..fb49737380 100755 --- a/content/it/docs/concepts/architecture/_index.md +++ b/content/it/docs/concepts/architecture/_index.md @@ -1,4 +1,5 @@ --- +draft: True title: "Architettura di Kubernetes" weight: 30 --- diff --git a/content/it/docs/concepts/architecture/cloud-controller.md b/content/it/docs/concepts/architecture/cloud-controller.md index 632157e892..e903437044 100644 --- a/content/it/docs/concepts/architecture/cloud-controller.md +++ b/content/it/docs/concepts/architecture/cloud-controller.md @@ -1,4 +1,5 @@ --- +draft: True title: Concetti alla base del Cloud Controller Manager content_template: templates/concept weight: 30 @@ -264,4 +265,4 @@ I seguenti fornitori di cloud hanno implementato CCM: Sono fornite le istruzioni complete per la configurazione e l'esecuzione del CCM [qui](/docs/tasks/administer-cluster/running-cloud-controller/#cloud-controller-manager). -{{% /capture %}} \ No newline at end of file +{{% /capture %}} diff --git a/content/it/docs/concepts/architecture/master-node-communication.md b/content/it/docs/concepts/architecture/master-node-communication.md index bcfabac7ee..afbac85793 100644 --- a/content/it/docs/concepts/architecture/master-node-communication.md +++ b/content/it/docs/concepts/architecture/master-node-communication.md @@ -1,4 +1,5 @@ --- +draft: True title: Comunicazione Master-Node content_template: templates/concept weight: 20 diff --git a/content/it/docs/concepts/architecture/nodes.md b/content/it/docs/concepts/architecture/nodes.md index c7ca78917b..514a7845f9 100644 --- a/content/it/docs/concepts/architecture/nodes.md +++ b/content/it/docs/concepts/architecture/nodes.md @@ -1,4 +1,5 @@ --- +draft: True title: Nodi content_template: templates/concept weight: 10 diff --git a/content/it/docs/concepts/cluster-administration/_index.md b/content/it/docs/concepts/cluster-administration/_index.md index 72af40feec..4fd9b4388e 100755 --- a/content/it/docs/concepts/cluster-administration/_index.md +++ b/content/it/docs/concepts/cluster-administration/_index.md @@ -1,4 +1,5 @@ --- +draft: True title: "Cluster Administration" weight: 100 --- diff --git a/content/it/docs/concepts/cluster-administration/addons.md b/content/it/docs/concepts/cluster-administration/addons.md index 67571124ce..65fe5c582f 100644 --- a/content/it/docs/concepts/cluster-administration/addons.md +++ b/content/it/docs/concepts/cluster-administration/addons.md @@ -1,4 +1,5 @@ --- +draft: True title: Installazione dei componenti aggiuntivi content_template: templates/concept --- diff --git a/content/it/docs/concepts/cluster-administration/certificates.md b/content/it/docs/concepts/cluster-administration/certificates.md index e6b8b05dd1..65bf22cf76 100644 --- a/content/it/docs/concepts/cluster-administration/certificates.md +++ b/content/it/docs/concepts/cluster-administration/certificates.md @@ -1,4 +1,5 @@ --- +draft: True title: Certificati content_template: templates/concept weight: 20 diff --git a/content/it/docs/concepts/cluster-administration/cloud-providers.md b/content/it/docs/concepts/cluster-administration/cloud-providers.md index ea2c49533a..44163538a9 100644 --- a/content/it/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/it/docs/concepts/cluster-administration/cloud-providers.md @@ -1,4 +1,5 @@ --- +draft: True title: Cloud Providers content_template: templates/concept weight: 30 diff --git a/content/it/docs/concepts/cluster-administration/cluster-administration-overview.md b/content/it/docs/concepts/cluster-administration/cluster-administration-overview.md index c2654fcf45..03b912826d 100644 --- a/content/it/docs/concepts/cluster-administration/cluster-administration-overview.md +++ b/content/it/docs/concepts/cluster-administration/cluster-administration-overview.md @@ -1,4 +1,5 @@ --- +draft: True title: Panoramica sull'amministrazione del cluster content_template: templates/concept weight: 10 diff --git a/content/it/docs/concepts/cluster-administration/controller-metrics.md b/content/it/docs/concepts/cluster-administration/controller-metrics.md index c38d0840cd..ceb5a7a2e7 100644 --- a/content/it/docs/concepts/cluster-administration/controller-metrics.md +++ b/content/it/docs/concepts/cluster-administration/controller-metrics.md @@ -1,4 +1,5 @@ --- +draft: True title: Metriche del responsabile del controller content_template: templates/concept weight: 100 diff --git a/content/it/docs/concepts/cluster-administration/federation.md b/content/it/docs/concepts/cluster-administration/federation.md index 187d231f9a..80e0d10b97 100644 --- a/content/it/docs/concepts/cluster-administration/federation.md +++ b/content/it/docs/concepts/cluster-administration/federation.md @@ -1,4 +1,5 @@ --- +draft: True title: Federation content_template: templates/concept weight: 80 diff --git a/content/it/docs/concepts/cluster-administration/kubelet-garbage-collection.md b/content/it/docs/concepts/cluster-administration/kubelet-garbage-collection.md index f787519141..417ae08287 100644 --- a/content/it/docs/concepts/cluster-administration/kubelet-garbage-collection.md +++ b/content/it/docs/concepts/cluster-administration/kubelet-garbage-collection.md @@ -1,5 +1,5 @@ --- - +draft: True title: Configurazione della raccolta dati kubelet content_template: templates/concept weight: 70 diff --git a/content/it/docs/concepts/cluster-administration/logging.md b/content/it/docs/concepts/cluster-administration/logging.md index 6c584d8978..179339ec4c 100644 --- a/content/it/docs/concepts/cluster-administration/logging.md +++ b/content/it/docs/concepts/cluster-administration/logging.md @@ -1,4 +1,5 @@ --- +draft: True title: Log di registrazione content_template: templates/concept weight: 60 diff --git a/content/it/docs/concepts/cluster-administration/manage-deployment.md b/content/it/docs/concepts/cluster-administration/manage-deployment.md index 33f3cb7ec2..348ef37a70 100644 --- a/content/it/docs/concepts/cluster-administration/manage-deployment.md +++ b/content/it/docs/concepts/cluster-administration/manage-deployment.md @@ -1,4 +1,5 @@ --- +draft: True title: Gestione delle risorse content_template: templates/concept weight: 40 diff --git a/content/it/docs/concepts/cluster-administration/networking.md b/content/it/docs/concepts/cluster-administration/networking.md index 697328535f..ef90cd3851 100644 --- a/content/it/docs/concepts/cluster-administration/networking.md +++ b/content/it/docs/concepts/cluster-administration/networking.md @@ -1,4 +1,5 @@ --- +draft: True title: Cluster Networking content_template: templates/concept weight: 50 diff --git a/content/it/docs/concepts/cluster-administration/proxies.md b/content/it/docs/concepts/cluster-administration/proxies.md index 62a097d096..19caed9167 100644 --- a/content/it/docs/concepts/cluster-administration/proxies.md +++ b/content/it/docs/concepts/cluster-administration/proxies.md @@ -1,4 +1,5 @@ --- +draft: True title: Proxy in Kubernetes content_template: templates/concept weight: 90 diff --git a/content/it/docs/concepts/example-concept-template.md b/content/it/docs/concepts/example-concept-template.md index 27ec896fdc..f234274c6e 100644 --- a/content/it/docs/concepts/example-concept-template.md +++ b/content/it/docs/concepts/example-concept-template.md @@ -1,4 +1,5 @@ --- +draft: True title: Esempio di modello di concetto content_template: templates/concept toc_hide: true diff --git a/content/it/docs/concepts/overview/what-is-kubernetes.md b/content/it/docs/concepts/overview/what-is-kubernetes.md index 4d15318ed3..e64c34d03e 100644 --- a/content/it/docs/concepts/overview/what-is-kubernetes.md +++ b/content/it/docs/concepts/overview/what-is-kubernetes.md @@ -1,4 +1,5 @@ --- +draft: True title: Cos'รจ Kubernetes content_template: templates/concept weight: 10 diff --git a/content/it/partners/_index.html b/content/it/partners/_index.html index f78d1fe734..44fbb05a49 100644 --- a/content/it/partners/_index.html +++ b/content/it/partners/_index.html @@ -1,4 +1,5 @@ --- +draft: True title: Partners bigheader: Kubernetes Partners abstract: Growing the Kubernetes ecosystem. diff --git a/i18n/it.toml b/i18n/it.toml index 6deb7ead6a..b08babd669 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -79,4 +79,4 @@ other = "Events Calendar" # UI elements [ui_search_placeholder] -other = "Search" +other = "Cerca"