-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
🌐 Add Japanese translation for docs/ja/docs/environment-variables.md
#13226
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
🌐 Add Japanese translation for docs/ja/docs/environment-variables.md
#13226
Conversation
📝 Docs preview for commit f49edc3 at: https://cdabf464.fastapitiangolo.pages.dev Modified Pages |
docs/ja/docs/environment-variables.md
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.
@k94-ishi
翻訳ありがとうございます!
いくつか気になったところについてコメントしておきました🙏
|
||
## PythonのインストールとPATH環境変数の更新 | ||
|
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.
|
||
#### 実行例: | ||
|
||
ターミナルで以下のコマンドを入力すると: |
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.
ここも原文にない見出しが足されることで目次構成が変わってしまうのが気になりました。
ここは、前にある「This way, when you type python in the terminal, ...」を受けての「So, if you type: (python)」で、両者似たようなことを言っているので、自分ならこんな感じにしそうです
#### 実行例: | |
ターミナルで以下のコマンドを入力すると: | |
つまり、ターミナルで以下のコマンドを入力すると: |
|
||
Pythonをインストールして、そのプログラムが`/opt/custompython/bin`というディレクトリに配置されたとします。 | ||
|
||
もし、`PATH`環境変数を更新を更新するように答えると、`PATH`環境変数に`/opt/custompython/bin`が追加されます。 |
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.
おそらくこうかなと思います
もし、`PATH`環境変数を更新を更新するように答えると、`PATH`環境変数に`/opt/custompython/bin`が追加されます。 | |
もし、`PATH`環境変数を更新するように答えると、`PATH`環境変数に`/opt/custompython/bin`が追加されます。 |
|
||
Pythonをインストールして、そのプログラムが`C:\opt\custompython\bin`というディレクトリに配置されたとします。 | ||
|
||
もし、`PATH`環境変数を更新を更新するように答えると、`PATH`環境変数に`C:\opt\custompython\bin`が追加されます。 |
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.
ここも同じくです
もし、`PATH`環境変数を更新を更新するように答えると、`PATH`環境変数に`C:\opt\custompython\bin`が追加されます。 | |
もし、`PATH`環境変数を更新するように答えると、`PATH`環境変数に`C:\opt\custompython\bin`が追加されます。 |
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/custompython/bin | ||
``` | ||
|
||
このようにして、ターミナルで`python`と入力するしたときに、OSは`/opt/custompython/bin`(リストの末尾のディレクトリ)にあるPythonプログラムを見つけ、使用します。 |
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.
おそらくこんな感じかなと思います
このようにして、ターミナルで`python`と入力するしたときに、OSは`/opt/custompython/bin`(リストの末尾のディレクトリ)にあるPythonプログラムを見つけ、使用します。 | |
このようにして、ターミナルで`python`と入力したときに、OSは`/opt/custompython/bin`(リストの末尾のディレクトリ)にあるPythonプログラムを見つけ、使用します。 |
C:\Program Files\Python312\Scripts;C:\Program Files\Python312;C:\Windows\System32;C:\opt\custompython\bin | ||
``` | ||
|
||
このようにして、ターミナルで`python`と入力するしたときに、OSは`C:\opt\custompython\bin\python`(リストの末尾のディレクトリ)にあるPythonプログラムを見つけ、使用します。 |
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.
ここも同じくです
このようにして、ターミナルで`python`と入力するしたときに、OSは`C:\opt\custompython\bin\python`(リストの末尾のディレクトリ)にあるPythonプログラムを見つけ、使用します。 | |
このようにして、ターミナルで`python`と入力したときに、OSは`C:\opt\custompython\bin\python`(リストの末尾のディレクトリ)にあるPythonプログラムを見つけ、使用します。 |
7d01a4a
to
f88ed5e
Compare
📝 Docs preview for commit f88ed5e at: https://4548580a.fastapitiangolo.pages.dev Modified Pages |
@kiharito レビューいただきありがとうございます! |
@k94-ishi |
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!
This PR is a translation of docs/ja/docs/environment-variables.md. I'm Japanese.
In the original text of this page, parts that seemed more suitable as "info" were labeled as "tip."
For now, I have left them as "tip". (not translate into "豆知識")