Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh-cn: lint glossary #19996

Merged
merged 46 commits into from
May 13, 2024
Merged

zh-cn: lint glossary #19996

merged 46 commits into from
May 13, 2024

Conversation

PassionPenguin
Copy link
Contributor

Description

Motivation

Additional details

Related issues and pull requests

@PassionPenguin PassionPenguin requested a review from a team as a code owner May 3, 2024 12:10
@PassionPenguin PassionPenguin requested review from JasonLamv-t and removed request for a team May 3, 2024 12:10
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label May 3, 2024
Copy link
Contributor

github-actions bot commented May 3, 2024

Preview URLs (22 pages)
Flaws (11)

Note! 17 documents with no flaws that don't need to be listed. 🎉

URL: /zh-CN/docs/Glossary/Cipher_suite
Title: 密码套件
Flaw count: 1

  • macros:
    • /zh-CN/docs/Glossary/cryptosystem does not exist

URL: /zh-CN/docs/Glossary/Encryption
Title: 加密
Flaw count: 1

  • macros:
    • /zh-CN/docs/Glossary/cryptanalysis does not exist but fell back to /en-US/docs/Glossary/Cryptanalysis

URL: /zh-CN/docs/Glossary/Cipher
Title: 密码算法
Flaw count: 6

  • macros:
    • /zh-CN/docs/Glossary/cryptanalysis does not exist but fell back to /en-US/docs/Glossary/Cryptanalysis
    • /zh-CN/docs/Glossary/attack does not exist
    • /zh-CN/docs/Glossary/Cryptanalysis does not exist but fell back to /en-US/docs/Glossary/Cryptanalysis
    • /zh-CN/docs/Glossary/Public-key_cryptography does not exist but fell back to /en-US/docs/Glossary/Public-key_cryptography
    • /zh-CN/docs/Glossary/Symmetric-key_cryptography does not exist but fell back to /en-US/docs/Glossary/Symmetric-key_cryptography
  • broken_links:
    • Can't resolve /zh-CN/docs/Archive/Security/Encryption_and_Decryption

URL: /zh-CN/docs/Glossary/Decryption
Title: 解密
Flaw count: 2

  • macros:
    • /zh-CN/docs/Glossary/cryptanalysis does not exist but fell back to /en-US/docs/Glossary/Cryptanalysis
  • broken_links:
    • Can't resolve /zh-CN/docs/Encryption_and_Decryption

URL: /zh-CN/docs/Glossary/CalDAV
Title: CalDAV
Flaw count: 1

  • macros:
    • /zh-CN/docs/Glossary/IETF does not exist but fell back to /en-US/docs/Glossary/IETF
External URLs (3)

URL: /zh-CN/docs/Glossary/Character_encoding
Title: 字符编码


URL: /zh-CN/docs/Glossary/CalDAV
Title: CalDAV

(comment last updated: 2024-05-13 13:57:11)

files/zh-cn/glossary/browser/index.md Show resolved Hide resolved
files/zh-cn/glossary/buffer/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/cache/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/cacheable/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/cacheable/index.md Show resolved Hide resolved
files/zh-cn/glossary/character_set/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/chrome/index.md Outdated Show resolved Hide resolved
@@ -1,19 +1,21 @@
---
title: 密码
title: 加密算法
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be 加密算法(infered from content below, and from cipher_suite's references)

files/zh-cn/glossary/cipher/index.md Show resolved Hide resolved
files/zh-cn/glossary/cipher_suite/index.md Outdated Show resolved Hide resolved
Copy link
Member

@JasonLamv-t JasonLamv-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions

files/zh-cn/glossary/buffer/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/cacheable/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/caldav/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/card_sorting/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/cdn/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/decryption/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/decryption/index.md Outdated Show resolved Hide resolved
@@ -5,7 +5,7 @@ slug: Glossary/Decryption

{{GlossarySidebar}}

在密码学({{glossary("cryptography")}})领域,**解密**是指把密文({{glossary("ciphertext")}})转换成明文({{glossary("Plaintext")}}的过程。
在密码学({{glossary("cryptography")}})领域,**解密**是指把{{glossary("ciphertext", "密文")}}转换成{{glossary("Plaintext", "明文")}}的过程。

解密是一个密码学原语:它通过一种称作{{glossary("cipher")}}的编码技术,把加密信息转换成纯文本。正如加密一样,解密在当代密码学领域也是通过特有的算法,结合称作{{glossary("key")}}的密钥来工作。由于算法通常是公开的,若要保证加密安全,就必须确保密钥高度保密。

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please translate the image description and the see also section below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link in the seealso section has a problem. will have a fix in the upstrream source.
Screenshot 2024-05-09 at 7 14 44 PM

files/zh-cn/glossary/encryption/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/encryption/index.md Show resolved Hide resolved
files/zh-cn/glossary/cdn/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/character_set/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/character_set/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/decryption/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/encryption/index.md Outdated Show resolved Hide resolved
PassionPenguin and others added 8 commits May 9, 2024 19:11
Co-authored-by: Jason Lam <jasonlamv-t@hotmail.com>
Co-authored-by: A1lo <yin199909@aliyun.com>
Co-authored-by: A1lo <yin199909@aliyun.com>
Co-authored-by: Jason Lam <jasonlamv-t@hotmail.com>
Copy link
Member

@yin1999 yin1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix build

files/zh-cn/glossary/decryption/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/decryption/index.md Outdated Show resolved Hide resolved
files/zh-cn/glossary/character_set/index.md Outdated Show resolved Hide resolved
@yin1999 yin1999 requested a review from JasonLamv-t May 10, 2024 01:02
@yin1999 yin1999 changed the title zh-CN: lint glossary zh-cn: lint glossary May 10, 2024
@yin1999 yin1999 mentioned this pull request May 10, 2024
Copy link
Member

@JasonLamv-t JasonLamv-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nits.

files/zh-cn/glossary/character/index.md Show resolved Hide resolved
files/zh-cn/glossary/cia/index.md Show resolved Hide resolved
files/zh-cn/glossary/cms/index.md Outdated Show resolved Hide resolved
PassionPenguin and others added 3 commits May 13, 2024 21:54
Copy link
Member

@JasonLamv-t JasonLamv-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you! @PassionPenguin 👍🏼

@JasonLamv-t JasonLamv-t merged commit 082448e into mdn:main May 13, 2024
7 checks passed
@PassionPenguin PassionPenguin deleted the lint-patch-4 branch May 14, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-zh Issues related to Chinese content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants