-
Notifications
You must be signed in to change notification settings - Fork 136
Translate _pages/touristic-autism_basic-app.md #857
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
base: master
Are you sure you want to change the base?
Translate _pages/touristic-autism_basic-app.md #857
Conversation
| Hit <kbd>Ctrl</kbd>+<kbd>C</kbd> in the terminal to quit the server. | ||
| {% coach %} | ||
| 各コマンドが何をするのか説明してください。 | ||
| {% endcoach %} |
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.
| @@ -1,83 +1,82 @@ | |||
| --- | |||
| layout: default | |||
| layout: guide | |||
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.
4714b36 to
9ff1d4a
Compare
yatatatann1793
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.
LGTMです!
Use mkdir instead of md
yatatatann1793
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.
ありがとうございます、再LGTMです!
urimaro
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.
@iberianpig
翻訳していただき、ありがとうございます!
いくつかコメントしましたので、確認をお願いします 🙏
_pages/touristic-autism_basic-app.md
Outdated
| ### 重要 | ||
|
|
||
| It is important that you select the instructions specific to your operating system - the commands you need to run on a Windows computer are slightly different to Mac or Linux. If you're having trouble check the Operating System switcher at the bottom of the commands. | ||
| 自身のオペレーティングシステムの手順で進めることが重要です。Windowsコンピュータで実行する必要があるコマンドは、MacやLinuxとはに異なります。問題が起きた場合は、コマンド欄で適切なオペレーティングシステムが選択されているか確認してください。 |
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.
…MacやLinuxとはに異なります。
typoかなと思いました
_pages/touristic-autism_basic-app.md
Outdated
|
|
||
| <div> | ||
| <p>You can verify that a directory named <code>projects</code> was created by running the list command: <code>ls</code>. You should see the <code>projects</code> directory in the output. Now you want to change the directory you are currently in to the <code>projects</code> folder by running:</p> | ||
| <p><code>projects</code>という名前のディレクトリが作成されたことを確認するには、ディレクトリを一覧できるコマンド<code>ls</code>を使用します。出力に<code>projects</code>ディレクトリが表示されるはずです。これで、現在いるディレクトリを<code>projects</code>フォルダに変更します:</p> |
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.
これで、現在いるディレクトリを…
「これ」が何を指しているのか、戸惑うかもしれないと思いました
他の訳と同じように「以下を実行する」ことが伝わるような表現のほうが良いかもしれません
例えば以下のような感じでしょうか
- 以下を実行して、現在いるディレクトリを
projectsフォルダに変更します:
_pages/touristic-autism_basic-app.md
Outdated
|
|
||
| <div> | ||
| <p>This will create a new app in the folder <code>railsgirls</code>, so we again want to change the directory to be inside of our rails app by running:</p> | ||
| <p>これにより、<code>railsgirls</code>フォルダ内に新しいアプリが作成されます。現在、Railsアプリの内部にいるディレクトリに変更するため、以下を実行します:</p> |
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.
現在、Railsアプリの内部にいるディレクトリに変更するため、
「現在」の位置に違和感を感じました
以下のような表現はいかがでしょうか?
- 現在いるディレクトリをRailsアプリの内部に変更するため、
_pages/touristic-autism_basic-app.md
Outdated
|
|
||
| <div> | ||
| <p>You can verify that a directory named <code>projects</code> was created by running the list command: <code>dir</code>. You should see the <code>projects</code> directory in the output. Now you want to change the directory you are currently in to the <code>projects</code> folder by running:</p> | ||
| <p><code>projects</code>という名前のディレクトリが作成されたことを確認するには、ディレクトリを一覧できるコマンド<code>dir</code>を使用します。出力に<code>projects</code>ディレクトリが表示されるはずです。これで、現在いるディレクトリを<code>projects</code>フォルダに変更します:</p> |
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.
63行目と同様です
_pages/touristic-autism_basic-app.md
Outdated
|
|
||
| <div> | ||
| <p>This will create a new app in the folder <code>railsgirls</code>, so we again want to change the directory to be inside of our rails app by running:</p> | ||
| <p>これにより、<code>railsgirls</code>フォルダ内に新しいアプリが作成されます。これで、再度Railsアプリの内部にいるディレクトリに変更し、以下を実行します:</p> |
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.
同じ英文の訳なので、79行目と表現を合わせておくと良さそうに思いました
|
@urimaro レビューありがとうございます!(遅くなってしまい恐縮です) |
https://railsgirls.jp/touristic-autism_basic-app の 日本語翻訳です。
commits:
Close: #853