Commit Graph

83 Commits (0e6751bf8e10e775b2dfaf1fdce75b439bb91171)

Author SHA1 Message Date
Kubernetes Prow Robot 761fd84a4c
Merge pull request #41321 from kubernetes/dev-1.26-ko.1
[ko] 1st Korean localization work for v1.26
2023-06-12 05:37:48 -07:00
Abhigya Dufare 0f2645a346
Fixed typo in nl.toml
Kubernates >> Kubernetes
2023-06-05 15:38:36 +05:30
Jihoon Seo c747a05c5a [ko] Resolve merge conflicts dev-1.26-ko.1 2023-05-25 19:54:08 +09:00
rul3m4k3r 65a8bcffa5 corrected misspelled word 2023-04-26 21:30:01 +02:00
Kubernetes Prow Robot c247a1025d
Merge pull request #40290 from termdew/consistent_meaning_of_you
[de] Make meaning of "you" on the main page consistent
2023-04-07 10:37:14 -07:00
Fabian B 32fb48222d Make meaning of "you" on the main page consistent 2023-04-07 19:31:17 +02:00
Nate W c3f31fea70 updating katacoda removal message, adding it to more pages
Signed-off-by: Nate W <natew@cncf.io>
2023-03-25 10:05:21 -07:00
Nate W 26b24d762f Adding katacoda removal notices on pages with interactive tutorials
Signed-off-by: Nate W <natew@cncf.io>
2023-03-24 17:38:38 -07:00
mtardy 44334fa4a2 Update CVE feed layouts for new JSON feed format
Also add information about last update time on CVE table
2023-03-06 19:22:58 +09:00
mtardy 3d850f6b9a Clean CVE feed shortcode i18n caption data
Previsouly we were using two data items:
    ```toml
    [cve_table_date_before]
    other = "(last updated: "
    [cve_table_date_after]
    other = ")"
    ```
Which was simplified, using printf, to:
    ```toml
    [cve_table_date_format_string]
    other = "(last updated: %s)"
    ```
This is related to the following discussion
https://github.com/kubernetes/website/pull/38579#discussion_r1116992896
2023-02-28 11:46:04 +01:00
Kubernetes Prow Robot 1d514a5b3c
Merge pull request #38579 from mtardy/cve-json-feed
Update CVE feed layouts for new JSON feed format
2023-02-27 08:36:38 -08:00
Kubernetes Prow Robot b514657676
Merge pull request #39013 from Ashwin1102/main
Sorted the order for entries in data/i18n/en/en.toml
2023-02-25 16:14:27 -08:00
mtardy 96fe076330 Remove unused localization strings 2023-02-21 10:34:44 +01:00
mtardy e277fe5f8c Update CVE feed layouts for new JSON feed format
Also add information about last update time on CVE table
2023-02-21 10:34:37 +01:00
Kubernetes Prow Robot a5f1040078
Merge pull request #39261 from grainrigi/ja-dockershim-deprecation
[ja] Add dockerhim depreaction FAQ blog post
2023-02-19 15:41:37 -08:00
grainrigi 30b23dd107 [ja] Add /blog/2022/02/17/dockershim-faq (/ja/dockershim) and dockershim_message 2023-02-18 09:08:16 +09:00
Guangwen Feng 1732c08e8c data/i18n/zh-cn/zh-cn.toml: translate en to zh-cn
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2023-02-17 22:53:36 +08:00
Guangwen Feng 7e5679195a data/i18n/zh-cn/zh-cn.toml: sync with data/i18n/en/en.toml
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2023-02-17 21:32:36 +08:00
ashwin ab954ffeba Sorted the order for entries in data/i18n/en/en.toml 2023-01-20 18:40:41 +05:30
Kubernetes Prow Robot 5bc55170ba
Merge pull request #35019 from shurup/patch-5
[ru] Updated ru.toml
2023-01-16 16:14:10 -08:00
Mauren Berti 5841fc1e1e
[pt-br] Reword glossary description for tools. 2023-01-11 09:37:55 -05:00
Mauren Berti c827cb49ac
Move Portuguese localization files to pt-br folder (#37967)
* Rename the former "pt" folder to "pt-br" in order to keep consistency across
the website data.
* Update the symbolic link to point to the file in the renamed folder.
2023-01-11 05:51:46 -08:00
Kubernetes Prow Robot a865703061
Merge pull request #37384 from sergeyshevch/fix/36839/remove-release_complete-string
fix: Remove release_complete string since it's unused
2022-12-21 05:19:25 -08:00
Mauren Berti 88f05e2534
[pt-br] Translate glossary tag display names. 2022-11-28 08:31:05 -05:00
Sergey Shevchenko 5c2e4f4f66
fix: Remove release_complete string since it's unused 2022-11-25 16:28:50 +02:00
Mauren Berti 2f39d55857
Changes from code review. 2022-11-19 09:55:43 -05:00
Mauren Berti 74b03f943a
Localization for glossary tag headers. 2022-11-18 21:35:57 -05:00
Kubernetes Prow Robot 66dd8c621a
Merge pull request #37261 from mfilocha/pl-new-localization-string
Update Polish localization strings
2022-10-18 23:03:01 -07:00
Maciej Filocha bfcb8a3819 Update Polish localization strings
Synchronize with English version.
Fixes https://github.com/kubernetes/website/issues/36761
2022-10-15 19:01:13 +02:00
Kubernetes Prow Robot eabd95e457
Merge pull request #36901 from mtardy/fix-french-release
[fr] Add the localized French release version page
2022-10-14 01:30:47 -07:00
Kubernetes Prow Robot 24540ba388
Merge pull request #36923 from a-mccarthy/fix-36903
Fix URL in navbar-version-selector.html to point to correct localization
2022-09-30 06:08:29 -07:00
Tim Bannister 4b8ec4dc73
Add page info to autogenerated pages
Tell the reader when they're viewing an autogenerated page, in case
they want to report an issue - it should help make reports about
autogenerated content stand out.

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-09-27 23:47:10 +01:00
Kubernetes Prow Robot 45d4eba260
Merge pull request #36639 from rolfedh/resort-strings
Moved conjunction_1 below community strings
2022-09-27 08:45:50 -07:00
Abigail McCarthy fb11b32a59 Fix URL in navbar-version-selector.html to point to correct localization
Add missing space
2022-09-20 12:28:04 -04:00
mtardy 785a093bd6 Add the French release page to fix a bug
Also add some localized data info for the release data to be in french
2022-09-19 18:48:26 +02:00
Qiming Teng 8251b78740 [zh] Resync localization strings for zh-cn 2022-09-18 21:27:38 +08:00
Kubernetes Prow Robot 6d45af784d
Merge pull request #36609 from palnabarun/patch-releases/august-update
Generate Patch Release table using Hugo Shortcode
2022-09-15 09:09:23 -07:00
Nabarun Pal 6d7a573eb1
release: move markdown tables to shortcode
also, add i18n definitions for terms in the patch release page

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2022-09-15 12:57:16 +05:30
Jinny Park 896b6bb71c [ko]Adopt new localization string for release 2022-09-14 17:25:52 +09:00
Rolfe Dlugy-Hegwer 4dbfab119e Moved conjunction_1 2022-09-06 13:16:08 -04:00
Kubernetes Prow Robot a65b1a388b
Merge pull request #36375 from rolfedh/release-info
Fix release-data i18n
2022-09-01 00:25:06 -07:00
Rolfe Dlugy-Hegwer b6299f907b Fix release-data i18n 2022-08-31 06:49:06 -04:00
Kubernetes Prow Robot 9c9b866938
Merge pull request #29679 from kubernetes/dev-1.22-hi.1
[hi] Merge Hindi localization branch to main
2022-08-31 01:55:01 -07:00
Rolfe Dlugy-Hegwer 9fe4671cc0 update hi.toml with new strings from en.toml 2022-08-28 15:17:45 -04:00
Tim Bannister 3692941165
Merge branch main into dev-1.22-hi.1 2022-08-06 16:58:37 +01:00
Pushkar Joglekar cafe6d258c Fetch and Render CVE JSON feed
- Pull JSON blob from queried issues
- Use layout output formats + templates to generate HTML table and JSON blob
- Add localized strings and caption for CVE feed
- Add a new page to describe details about CVE feed and how to use it
- Update existing pages and link the official CVE feed from it

Co-authored-by: Neha Lohia <nehapithadiya444@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-02 09:32:01 -07:00
Dmitry Shurupov 3a979fd7e6
[ru] Updated ru.toml 2022-07-14 17:58:36 +07:00
Jihoon Seo 5a13863d99 [ko] Merge dev-1.24-ko.1 into main 2022-07-05 10:09:47 +09:00
howieyuen f0ccbff316 [zh]Update other pages for links with '/zh/' prefix, using new prefix '/zh-cn/' 2022-06-24 11:13:35 +08:00
Rishit Dagli fc8c3536d1 Remove katacoda warning 2022-06-13 16:36:48 +00:00