From fca67a431f01268fcda6ec887cd32eecc2933a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicente=20J=2E=20Jim=C3=A9nez=20Miras?= Date: Thu, 5 May 2022 22:23:01 +0100 Subject: [PATCH] Fixing translations for KO, JA, ZH and ML MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vicente J. Jiménez Miras --- layouts/{index.html => index.en.html} | 0 layouts/index.ja.html | 63 +++++++++++++++++++++++++++ layouts/index.ko.html | 63 +++++++++++++++++++++++++++ layouts/index.ml.html | 63 +++++++++++++++++++++++++++ layouts/index.zh.html | 63 +++++++++++++++++++++++++++ 5 files changed, 252 insertions(+) rename layouts/{index.html => index.en.html} (100%) create mode 100644 layouts/index.ja.html create mode 100644 layouts/index.ko.html create mode 100644 layouts/index.ml.html create mode 100644 layouts/index.zh.html diff --git a/layouts/index.html b/layouts/index.en.html similarity index 100% rename from layouts/index.html rename to layouts/index.en.html diff --git a/layouts/index.ja.html b/layouts/index.ja.html new file mode 100644 index 000000000..13f893297 --- /dev/null +++ b/layouts/index.ja.html @@ -0,0 +1,63 @@ +{{ define "main" }} + + + +
+
+
+
+
+

The Falco Project

+ +
+ {{ T "cloud-native-runtime-security" | markdownify }} +
+
+
+
+
+
+ +
+
+
+
+ {{ T "home_falco_description" | markdownify }} +
+
+ +
+
+
+
+ +
+
+
+
+{{ with .Content }} +{{ . }} +{{ end }} + +
+
+
+
+

{{ T "home_featured_videos" }}

+ {{ partial "videos.html" .}} +
+
+
+
+ +{{ partial "logos.html" . }} + +
+

{{ T "cncf_status_statement" | markdownify }}

+
+ + + + +{{ end }} diff --git a/layouts/index.ko.html b/layouts/index.ko.html new file mode 100644 index 000000000..13f893297 --- /dev/null +++ b/layouts/index.ko.html @@ -0,0 +1,63 @@ +{{ define "main" }} + + + +
+
+
+
+
+

The Falco Project

+ +
+ {{ T "cloud-native-runtime-security" | markdownify }} +
+
+
+
+
+
+ +
+
+
+
+ {{ T "home_falco_description" | markdownify }} +
+
+ +
+
+
+
+ +
+
+
+
+{{ with .Content }} +{{ . }} +{{ end }} + +
+
+
+
+

{{ T "home_featured_videos" }}

+ {{ partial "videos.html" .}} +
+
+
+
+ +{{ partial "logos.html" . }} + +
+

{{ T "cncf_status_statement" | markdownify }}

+
+ + + + +{{ end }} diff --git a/layouts/index.ml.html b/layouts/index.ml.html new file mode 100644 index 000000000..13f893297 --- /dev/null +++ b/layouts/index.ml.html @@ -0,0 +1,63 @@ +{{ define "main" }} + + + +
+
+
+
+
+

The Falco Project

+ +
+ {{ T "cloud-native-runtime-security" | markdownify }} +
+
+
+
+
+
+ +
+
+
+
+ {{ T "home_falco_description" | markdownify }} +
+
+ +
+
+
+
+ +
+
+
+
+{{ with .Content }} +{{ . }} +{{ end }} + +
+
+
+
+

{{ T "home_featured_videos" }}

+ {{ partial "videos.html" .}} +
+
+
+
+ +{{ partial "logos.html" . }} + +
+

{{ T "cncf_status_statement" | markdownify }}

+
+ + + + +{{ end }} diff --git a/layouts/index.zh.html b/layouts/index.zh.html new file mode 100644 index 000000000..13f893297 --- /dev/null +++ b/layouts/index.zh.html @@ -0,0 +1,63 @@ +{{ define "main" }} + + + +
+
+
+
+
+

The Falco Project

+ +
+ {{ T "cloud-native-runtime-security" | markdownify }} +
+
+
+
+
+
+ +
+
+
+
+ {{ T "home_falco_description" | markdownify }} +
+
+ +
+
+
+
+ +
+
+
+
+{{ with .Content }} +{{ . }} +{{ end }} + +
+
+
+
+

{{ T "home_featured_videos" }}

+ {{ partial "videos.html" .}} +
+
+
+
+ +{{ partial "logos.html" . }} + +
+

{{ T "cncf_status_statement" | markdownify }}

+
+ + + + +{{ end }}