-
Notifications
You must be signed in to change notification settings - Fork 556
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 Multitenancy into Japanese #3021
Conversation
Signed-off-by: Junya Okabe <[email protected]>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The target pages on the deploy preview site: |
content/ja/multitenancy.md
Outdated
tags: ["アーキテクチャ", "プロパティ", ""] | ||
--- | ||
|
||
マルチテナンシー(あるいははマルチテナント)とは、複数のテナントにサービスを提供する単一のソフトウェアインストールを指します。 |
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.
「マルチテナンシー(あるいははマルチテナント)」においてtypoで「は」が連続しています。また、原文では"Multitenancy (or multi-tenancy) "と記載されているので、これは表記の違いを指していると思いました。これを訳すのは難しいですね。素直に訳すと「マルチテナンシー(あるいはマルチテナンシー)」となり違いがわからなくなります。もしかしたらカッコの中はなくてもいいかもしれません。
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.
ありがとうございます。ご指摘いただいたとおり、typoでしたね。。
また、原文では"Multitenancy (or multi-tenancy) "と記載されているので、これは表記の違いを指していると思いました。
これを訳すのは難しいですね。
おっしゃる通り、すごい難しい箇所なのですね。日本語では、(品詞の違いなだけも気がしますが)マルチテナンシー/マルチテナントで揺れるかなと思ったのでそのようにしましたが、まぁカッコなくて問題なさそうですね。。
9c49a69 でカッコの中身を削除しました
Signed-off-by: Junya Okabe <[email protected]>
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
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
Signed-off-by: Junya Okabe <[email protected]> Signed-off-by: Junya Okabe <[email protected]> Signed-off-by: shinji <[email protected]>
Describe your changes
Localize Multitenancy into Japanese
Related issue number or link (ex:
resolves #issue-number
)resolves #3004
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"
.