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

[ja] Translate GPUUncapturedErrorEvent #23683

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mikecat
Copy link
Contributor

@mikecat mikecat commented Sep 19, 2024

Description

GPUUncapturedErrorEvent を新規翻訳。

Motivation

Additional details

Related issues and pull requests

@mikecat mikecat requested a review from a team as a code owner September 19, 2024 14:10
@mikecat mikecat requested review from potappo and removed request for a team September 19, 2024 14:10
@github-actions github-actions bot added the l10n-ja Issues related to Japanese content. label Sep 19, 2024
Copy link
Contributor

github-actions bot commented Sep 19, 2024

Preview URLs

Flaws (13)

URL: /ja/docs/Web/API/GPUUncapturedErrorEvent
Title: GPUUncapturedErrorEvent
Flaw count: 5

  • macros:
    • /ja/docs/Web/API/GPUDevice does not exist but fell back to /en-US/docs/Web/API/GPUDevice
    • /ja/docs/Web/API/GPUDevice/uncapturederror_event does not exist but fell back to /en-US/docs/Web/API/GPUDevice/uncapturederror_event
    • /ja/docs/Web/API/GPUDevice/pushErrorScope does not exist but fell back to /en-US/docs/Web/API/GPUDevice/pushErrorScope
    • /ja/docs/Web/API/GPUDevice/popErrorScope does not exist but fell back to /en-US/docs/Web/API/GPUDevice/popErrorScope
    • /ja/docs/Web/API/GPUError does not exist but fell back to /en-US/docs/Web/API/GPUError

URL: /ja/docs/Web/API/GPUUncapturedErrorEvent/GPUUncapturedErrorEvent
Title: GPUUncapturedErrorEvent: GPUUncapturedErrorEvent() コンストラクター
Flaw count: 6

  • macros:
    • /ja/docs/Web/API/GPUInternalError does not exist but fell back to /en-US/docs/Web/API/GPUInternalError
    • /ja/docs/Web/API/GPUOutOfMemoryError does not exist but fell back to /en-US/docs/Web/API/GPUOutOfMemoryError
    • /ja/docs/Web/API/GPUValidationError does not exist but fell back to /en-US/docs/Web/API/GPUValidationError
    • /ja/docs/Web/API/GPUError does not exist but fell back to /en-US/docs/Web/API/GPUError
    • /ja/docs/Web/API/GPUDevice does not exist but fell back to /en-US/docs/Web/API/GPUDevice
    • and 1 more flaws omitted

URL: /ja/docs/Web/API/GPUUncapturedErrorEvent/error
Title: GPUUncapturedErrorEvent: error プロパティ
Flaw count: 2

  • macros:
    • /ja/docs/Web/API/GPUError does not exist but fell back to /en-US/docs/Web/API/GPUError
    • /ja/docs/Web/API/GPUError does not exist but fell back to /en-US/docs/Web/API/GPUError
External URLs (3)

URL: /ja/docs/Web/API/GPUUncapturedErrorEvent
Title: GPUUncapturedErrorEvent


URL: /ja/docs/Web/API/GPUUncapturedErrorEvent/GPUUncapturedErrorEvent
Title: GPUUncapturedErrorEvent: GPUUncapturedErrorEvent() コンストラクター


URL: /ja/docs/Web/API/GPUUncapturedErrorEvent/error
Title: GPUUncapturedErrorEvent: error プロパティ

(comment last updated: 2024-09-19 14:18:21)


device.addEventListener("uncapturederror", (event) => {
// エラーを再浮上させる
console.error("WebGPU エラーがキャプチャされませんでした:", event.error.message);
Copy link
Contributor

Choose a reason for hiding this comment

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

[mdn-linter] reported by reviewdog 🐶

Suggested change
console.error("WebGPU エラーがキャプチャされませんでした:", event.error.message);
console.error(
"WebGPU エラーがキャプチャされませんでした:",
event.error.message,
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ja Issues related to Japanese content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant