-
Notifications
You must be signed in to change notification settings - Fork 554
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] Localize Edge Computing for Japanese #2820
Conversation
Signed-off-by: Junya Okabe <okabe.junya.qj@alumni.tsukuba.ac.jp>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The target page on the deploy preview: |
content/ja/edge-computing.md
Outdated
--- | ||
|
||
エッジコンピューティングは、ストレージと計算能力の一部を主要なデータセンターからデータソースに移行する[分散システム](/ja/distributed-systems/)のアプローチです。 | ||
収集されたデータは、一元的なデータセンターで処理や分析されるのではなく、ローカルに(例えば工場内や店内、あるいは街の全域にわたって)計算されます。 |
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.
distributedの対比としてcentralizedなので、一元的よりも中央の/集中型の方がよいと思いました。
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.
ありがとうございます。
「中央の」が良い表現だと思いました 👍 4875707 で修正しました
Signed-off-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
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.
LGTM
content/ja/edge-computing.md
Outdated
収集されたデータは、中央のデータセンターで処理や分析されるのではなく、ローカルに(例えば工場内や店内、あるいは街の全域にわたって)計算されます。 | ||
これらのローカル処理ユニットやデバイスがシステムのエッジを表し、データセンターがその中心です。 | ||
エッジで計算された出力は、さらなる処理のために主要なデータセンターに送信されます。 | ||
エッジコンピューティングの例には、交通量を分析するためのリストバンド型ガジェットやコンピューターが含まれます。 |
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.
"that analyze traffic flow"はcomputerだけにかかる気もします。
(個人的にリストバンド型のガジェットで交通量の分析をやってるというイメージがあまりない)
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.
ありがとうございます。
確かにその通りですね。。修飾関係を f61779c で修正しました
Signed-off-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
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.
LGTM
Describe your changes
Localize Edge Computing for Japanese
Related issue number or link (ex:
resolves #issue-number
)resolves #2745
Checklist before opening this PR (put
x
in the checkboxes)git commit -s
) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfig
by runninggit config --global alias.ci "commit -s"
.