You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/i18n/en/en.toml
+72Lines changed: 72 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -366,6 +366,78 @@ other = "Before you begin"
366
366
[previous_patches]
367
367
other = "Patch Releases:"
368
368
369
+
# The following text is displayed when JavaScript isn't available.
370
+
[release_binary_alternate_links]
371
+
other = """You can find links to download Kubernetes components (and their checksums) in the [CHANGELOG](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG) files.
372
+
Alternately, use [downloadkubernetes.com](https://www.downloadkubernetes.com/) to filter by version and architecture."""
373
+
374
+
[release_binary_arch]
375
+
other = "Architecture"
376
+
377
+
[release_binary_arch_option]
378
+
other = "Architectures"
379
+
380
+
[release_binary_copy_link]
381
+
other = "Copy Link"
382
+
383
+
[release_binary_copy_link_certifcate]
384
+
other = "cert"
385
+
386
+
[release_binary_copy_link_checksum]
387
+
other = "checksum"
388
+
389
+
[release_binary_copy_link_signature]
390
+
other = "signature"
391
+
392
+
[release_binary_copy_link_tooltip]
393
+
other = "copy to clipboard"
394
+
395
+
[release_binary_download]
396
+
other = "Download Binary"
397
+
398
+
[release_binary_download_tooltip]
399
+
other = "download binary file"
400
+
401
+
[release_binary_options]
402
+
other = "Download Options"
403
+
404
+
[release_binary_os]
405
+
other = "Operating System"
406
+
407
+
[release_binary_os_option]
408
+
other = "Operating Systems"
409
+
410
+
[release_binary_os_darwin]
411
+
other = "darwin"
412
+
413
+
[release_binary_os_linux]
414
+
other = "linux"
415
+
416
+
[release_binary_os_windows]
417
+
other = "windows"
418
+
419
+
[release_binary_table_caption]
420
+
other = "Download Kubernetes component binaries"
421
+
422
+
# NOTE: <current-version> is a placeholder for the actual version number set by 'release-binaries' shortcode.
423
+
# Please do not localize or modify <current-version> placeholder.
424
+
[release_binary_section]
425
+
other = """You can find the links to download <current-version> Kubernetes components (along with their checksums) below.
426
+
To access downloads for older supported versions, visit the respective documentation
427
+
link for [older versions](https://kubernetes.io/docs/home/supported-doc-versions/#versions-older) or use [downloadkubernetes.com](https://www.downloadkubernetes.com/)."""
428
+
429
+
# NOTE: <current-version> and <current-changelog-url> are placeholders set by 'release-binaries' shortcode.
430
+
# Please do not localize or modify <current-version> and <current-changelog-url> placeholders.
431
+
[release_binary_section_note]
432
+
other = """To download older patch versions of <current-version> Kubernetes components (and their checksums),
433
+
please refer to the [CHANGELOG](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG/CHANGELOG-<current-changelog-url>.md) file."""
0 commit comments