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 GPUOutOfMemoryError #23660

Merged
merged 2 commits into from
Sep 22, 2024

Conversation

mikecat
Copy link
Contributor

@mikecat mikecat commented Sep 18, 2024

Description

GPUOutOfMemoryError を新規翻訳。

Motivation

Additional details

Related issues and pull requests

@mikecat mikecat requested a review from a team as a code owner September 18, 2024 12:47
@mikecat mikecat requested review from dynamis and removed request for a team September 18, 2024 12:47
@github-actions github-actions bot added the l10n-ja Issues related to Japanese content. label Sep 18, 2024
if (error) {
// error は GPUOutOfMemoryError のオブジェクトインスタンス
buffer = null;
console.error(`アウトオブメモリー、バッファが大きすぎます。エラー: ${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(`アウトオブメモリー、バッファが大きすぎます。エラー: ${error.message}`);
console.error(
`アウトオブメモリー、バッファが大きすぎます。エラー: ${error.message}`,
);

Copy link
Contributor

github-actions bot commented Sep 18, 2024

Preview URLs

Flaws (7)

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

  • macros:
    • /ja/docs/Web/API/GPUDevice/popErrorScope does not exist but fell back to /en-US/docs/Web/API/GPUDevice/popErrorScope
    • /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/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/GPUError/message does not exist but fell back to /en-US/docs/Web/API/GPUError/message

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

  • macros:
    • /ja/docs/Web/API/GPUDevice/popErrorScope does not exist but fell back to /en-US/docs/Web/API/GPUDevice/popErrorScope
    • /ja/docs/Web/API/GPUDevice/uncapturederror_event does not exist but fell back to /en-US/docs/Web/API/GPUDevice/uncapturederror_event
External URLs (2)

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


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

(comment last updated: 2024-09-18 12:53:28)

@mfuji09 mfuji09 merged commit 0e2bda8 into mdn:main Sep 22, 2024
7 checks passed
@mikecat mikecat deleted the translate-gpuoutofmemoryerror branch September 22, 2024 09:33
sora32127 pushed a commit to sora32127/translated-content that referenced this pull request Oct 6, 2024
* Translate GPUOutOfMemoryError

* Untranslate log message to avoid mdn-linter warning
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.

2 participants