-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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]: update the translation of "Client-side storage" #23488
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Preview URLs Flaws (22)URL:
External URLs (5)URL:
(comment last updated: 2024-09-22 12:24:07) |
yin1999
changed the title
[zh-cn]: update the translation of
[zh-cn]: update the translation of "Client-side storage"
Sep 9, 2024
client-side_strorage
files/zh-cn/learn/javascript/client-side_web_apis/client-side_storage/index.md
Outdated
Show resolved
Hide resolved
|
||
在这个块中,我们[`CacheStorage.match()`](/zh-CN/docs/Web/API/CacheStorage/match)用来检查是否可以在任何缓存中找到匹配的请求(即匹配 URL)。如果未找到匹配,或者`undefined`如果未找到匹配,则此承诺将满足匹配的响应。 | ||
在这个块中,我们 {{domxref("CacheStorage.match()")}} 用来检查是否可以在任何缓存中找到匹配的请求(即匹配 URL)。如果未找到匹配,或者 `undefined` 如果未找到匹配,则此承诺将满足匹配的响应。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
承诺=>Promise
以及,重复的语句未删去
tianyeeT
commented
Sep 18, 2024
files/zh-cn/learn/javascript/client-side_web_apis/client-side_storage/index.md
Outdated
Show resolved
Hide resolved
yin1999
approved these changes
Sep 22, 2024
yin1999
approved these changes
Sep 22, 2024
sora32127
pushed a commit
to sora32127/translated-content
that referenced
this pull request
Oct 6, 2024
Co-authored-by: Hoarfroster <[email protected]> Co-authored-by: A1lo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Motivation
Additional details
Related issues and pull requests
fixes #23476