-
Notifications
You must be signed in to change notification settings - Fork 113
Translate docs/add-a-service-worker #128
Conversation
docs/docs/add-a-service-worker.md
Outdated
| ## Service Worker とは? | ||
|
|
||
| A service worker is a script that your browser runs in the background, separate from a web page, opening the door to features that don't need a web page or user interaction. They increase your site availability in spotty connections, and are essential to making a nice user experience. | ||
| Service Worker は Web ページとは別にバックグラウンドで実行されるスクリプトです。Web ページやユーザーのインタラクションを必要としない機能を可能にします。不安定な回線でのサイトの使いやすさを向上させ、優れたユーザーエクスペリエンスを実現するには必要不可欠です。 |
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.
Webサイトをウェブサイトに統一していますが、Webページもウェブページにすべきか悩んでいます。
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.
ウェブページで統一してください。
uetchy
left a comment
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.
👍
|
@uetchy |
hirotaka
left a comment
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.
ありがとうございます!非常に読みやすかったです。
最後だけService Wokerが「サービスワーカー API」になっていたのが気になったのですが、mozillaのサイトがそうなってるのですね。
LGTM 👍
|
Holy buckets, @tkt989 — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
概要
docs/add-a-service-workerを翻訳しました。チェックリスト
textlintを使って校正を行いました。Allow edits from maintainersにチェックを入れました。補足
Ref: #1