@@ -1285,7 +1285,7 @@ msgstr "最終的なプロジェクトのディレクトリ構造は以下のよ
12851285
12861286#: ../../tutorials/create-python-package.md
12871287msgid "A full package with tests, docs, and GitHub infrastructure"
1288- msgstr ""
1288+ msgstr "テスト、ドキュメント、GitHubインフラストラクチャを備えた完全なパッケージ "
12891289
12901290#: ../../tutorials/create-python-package.md:114
12911291msgid ""
@@ -1304,7 +1304,7 @@ msgstr "プロジェクトディレクトリはこのようになっているは
13041304
13051305#: ../../tutorials/create-python-package.md:141
13061306msgid "The default tools that your package uses are:"
1307- msgstr ""
1307+ msgstr "パッケージが使用するデフォルトのツールは以下の通りです: "
13081308
13091309#: ../../tutorials/create-python-package.md:143
13101310msgid ""
@@ -1315,7 +1315,7 @@ msgstr ""
13151315
13161316#: ../../tutorials/create-python-package.md:144
13171317msgid "pytest for testing"
1318- msgstr ""
1318+ msgstr "テスト用のpytest "
13191319
13201320#: ../../tutorials/create-python-package.md:145
13211321#, fuzzy
@@ -1331,7 +1331,7 @@ msgstr ""
13311331
13321332#: ../../tutorials/create-python-package.md:150
13331333msgid "sphinx vs [mkdocs](https://www.mkdocs.org/) vs no documentation"
1334- msgstr ""
1334+ msgstr "sphinx vs [mkdocs](https://www.mkdocs.org/) vs ドキュメントなし "
13351335
13361336#: ../../tutorials/create-python-package.md:151
13371337#, fuzzy
@@ -1340,7 +1340,7 @@ msgstr "GitHub & GitLab vs. Git"
13401340
13411341#: ../../tutorials/create-python-package.md:152
13421342msgid "VCS versioning"
1343- msgstr ""
1343+ msgstr "VCSバージョン管理 "
13441344
13451345#: ../../tutorials/create-python-package.md:153
13461346#, fuzzy
@@ -1365,7 +1365,7 @@ msgstr ""
13651365
13661366#: ../../tutorials/create-python-package.md:160
13671367msgid "Notice that the code in the example.py module, has a few features:"
1368- msgstr ""
1368+ msgstr "example.pyモジュールのコードには、いくつかの機能があることに注意してください: "
13691369
13701370#: ../../tutorials/create-python-package.md:162
13711371msgid "It has a [numpy-style docstring](numpy-docstring)"
@@ -1512,7 +1512,7 @@ msgstr "TOMLはデータ構造を整理し、設定ファイル内の関係を
15121512#: ../../tutorials/create-python-package.md:248
15131513#, fuzzy
15141514msgid "[Learn more about the pyproject.toml format here.](pyprojecttoml-metadata)"
1515- msgstr ""
1515+ msgstr "[pyproject.tomlフォーマットの詳細はこちら。](pyprojecttoml-metadata) "
15161516"[pyproject.tomlフォーマットの詳細はこちら。](../package-structure-code/pyproject-toml-"
15171517"python-package-metadata)"
15181518
@@ -1678,6 +1678,10 @@ msgid ""
16781678"directory on your computer instead of the `.` which tells pip to use the "
16791679"current working directory."
16801680msgstr ""
1681+ "重要: pipはPyPIからパッケージをインストールするためにも使用できます。しかし、"
1682+ "この場合、`.`を使用してローカルフォルダからパッケージをインストールするようpipに指示しています。"
1683+ "`.`の代わりにコンピュータ上のプロジェクトディレクトリへのパスを指定することもできます。"
1684+ "`.`はpipに現在の作業ディレクトリを使用するよう指示します。"
16811685
16821686#: ../../tutorials/create-python-package.md:368
16831687msgid "Look for pyospackage in your environment"
@@ -1712,6 +1716,8 @@ msgid ""
17121716"your chosen terminal to start a Python session in your active Python "
17131717"environment."
17141718msgstr ""
1719+ "パッケージをインストールした後、選択したターミナルのコマンドプロンプトで“python”と入力して、"
1720+ "アクティブなPython環境でPythonセッションを開始します。"
17151721"パッケージをインストールしたら、選択したターミナルのコマンドプロンプトで \" python\" "
17161722"と入力し、アクティブなPython環境でPythonセッションを開始します。"
17171723
@@ -2117,11 +2123,11 @@ msgstr ""
21172123
21182124#: ../../tutorials/develop-python-package-hatch.md:27
21192125msgid "Each `[]` section in the toml file is called a table."
2120- msgstr ""
2126+ msgstr "tomlファイルの各 `[]` セクションはテーブルと呼ばれます。 "
21212127
21222128#: ../../tutorials/develop-python-package-hatch.md:28
21232129msgid "You can nest tables with double brackets like this`[[]]`"
2124- msgstr ""
2130+ msgstr "このように二重括弧`[[]]`でテーブルをネストできます "
21252131
21262132#: ../../tutorials/develop-python-package-hatch.md:29
21272133msgid ""
@@ -2188,7 +2194,7 @@ msgstr ""
21882194
21892195#: ../../tutorials/develop-python-package-hatch.md:66
21902196msgid "So `tool.hatch.envs.build` will create an environment called `build`."
2191- msgstr ""
2197+ msgstr "つまり `tool.hatch.envs.build` は `build` という環境を作成します。 "
21922198
21932199#: ../../tutorials/develop-python-package-hatch.md:68
21942200msgid ""
@@ -2233,11 +2239,11 @@ msgstr ""
22332239
22342240#: ../../tutorials/develop-python-package-hatch.md:91
22352241msgid "Hatch scripts"
2236- msgstr ""
2242+ msgstr "Hatchスクリプト "
22372243
22382244#: ../../tutorials/develop-python-package-hatch.md:93
22392245msgid "Hatch supports defining scripts that run in specific Hatch environments."
2240- msgstr ""
2246+ msgstr "Hatchは特定のHatch環境で実行されるスクリプトの定義をサポートしています。 "
22412247
22422248#: ../../tutorials/develop-python-package-hatch.md:95
22432249msgid ""
@@ -2254,19 +2260,19 @@ msgstr ""
22542260
22552261#: ../../tutorials/develop-python-package-hatch.md:99
22562262msgid "`[tool.hatch.envs.build.scripts]`"
2257- msgstr ""
2263+ msgstr "`[tool.hatch.envs.build.scripts]` "
22582264
22592265#: ../../tutorials/develop-python-package-hatch.md:101
22602266msgid "You define this `scripts` to run using the following syntax, where:"
2261- msgstr ""
2267+ msgstr "この `scripts` を実行するために次の構文を使用して定義します: "
22622268
22632269#: ../../tutorials/develop-python-package-hatch.md:103
22642270msgid "`tool.hatch`: Alerts Hatch that this table is for Hatch to use"
2265- msgstr ""
2271+ msgstr "`tool.hatch`: このテーブルがHatch用であることをHatchに通知します "
22662272
22672273#: ../../tutorials/develop-python-package-hatch.md:104
22682274msgid "`envs.build`: Use the defined build environment."
2269- msgstr ""
2275+ msgstr "`envs.build`: 定義されたビルド環境を使用します。 "
22702276
22712277#: ../../tutorials/develop-python-package-hatch.md:105
22722278msgid ""
@@ -2282,7 +2288,7 @@ msgstr ""
22822288
22832289#: ../../tutorials/develop-python-package-hatch.md:110
22842290msgid "`pip check` # verifies your dependencies"
2285- msgstr ""
2291+ msgstr "`pip check` # 依存関係を検証します "
22862292
22872293#: ../../tutorials/develop-python-package-hatch.md:111
22882294#, fuzzy
@@ -2309,11 +2315,11 @@ msgstr "テストの実行"
23092315
23102316#: ../../tutorials/develop-python-package-hatch.md:131
23112317msgid "You can run the build script and build your package like this:"
2312- msgstr ""
2318+ msgstr "ビルドスクリプトを実行し、次のようにパッケージをビルドできます: "
23132319
23142320#: ../../tutorials/develop-python-package-hatch.md:133
23152321msgid "`hatch run build:check`"
2316- msgstr ""
2322+ msgstr "`hatch run build:check` "
23172323
23182324#: ../../tutorials/develop-python-package-hatch.md:135
23192325msgid ""
@@ -2323,11 +2329,11 @@ msgstr ""
23232329
23242330#: ../../tutorials/develop-python-package-hatch.md:137
23252331msgid "You can enter the build environment in your shell to check it out:"
2326- msgstr ""
2332+ msgstr "シェルでビルド環境に入って確認できます: "
23272333
23282334#: ../../tutorials/develop-python-package-hatch.md:143
23292335msgid "If you run `pip list` in the environment, twine will be there:"
2330- msgstr ""
2336+ msgstr "環境で `pip list` を実行すると、twineが入っています: "
23312337
23322338#: ../../tutorials/develop-python-package-hatch.md:149
23332339#: ../../tutorials/develop-python-package-hatch.md:207
@@ -2349,7 +2355,7 @@ msgstr ""
23492355
23502356#: ../../tutorials/develop-python-package-hatch.md:159
23512357msgid "Below, you see the Hatch environment test table."
2352- msgstr ""
2358+ msgstr "以下に、Hatch環境テストテーブルが表示されます。 "
23532359
23542360#: ../../tutorials/develop-python-package-hatch.md:161
23552361msgid ""
@@ -2360,7 +2366,7 @@ msgstr ""
23602366
23612367#: ../../tutorials/develop-python-package-hatch.md:175
23622368msgid "Your test environment has a matrix associated with it"
2363- msgstr ""
2369+ msgstr "テスト環境にはマトリックスが関連付けられています "
23642370
23652371#: ../../tutorials/develop-python-package-hatch.md:177
23662372msgid ""
@@ -2411,11 +2417,11 @@ msgstr ""
24112417
24122418#: ../../tutorials/develop-python-package-hatch.md:225
24132419msgid "To run this script in your terminal, use the syntax:"
2414- msgstr ""
2420+ msgstr "ターミナルでこのスクリプトを実行するには、次の構文を使用します: "
24152421
24162422#: ../../tutorials/develop-python-package-hatch.md:227
24172423msgid "`hatch run test:run`"
2418- msgstr ""
2424+ msgstr "`hatch run test:run` "
24192425
24202426#: ../../tutorials/develop-python-package-hatch.md:229
24212427#, fuzzy
@@ -2445,7 +2451,7 @@ msgstr ""
24452451
24462452#: ../../tutorials/develop-python-package-hatch.md:266
24472453msgid "Build your documentation with Hatch environments"
2448- msgstr ""
2454+ msgstr "Hatch環境でドキュメントをビルドする "
24492455
24502456#: ../../tutorials/develop-python-package-hatch.md:268
24512457msgid ""
@@ -2455,7 +2461,7 @@ msgstr ""
24552461
24562462#: ../../tutorials/develop-python-package-hatch.md:271
24572463msgid "`hatch run docs:build`"
2458- msgstr ""
2464+ msgstr "`hatch run docs:build` "
24592465
24602466#: ../../tutorials/develop-python-package-hatch.md:273
24612467msgid ""
@@ -2465,15 +2471,15 @@ msgstr ""
24652471
24662472#: ../../tutorials/develop-python-package-hatch.md:275
24672473msgid "`hatch run docs:serve`"
2468- msgstr ""
2474+ msgstr "`hatch run docs:serve` "
24692475
24702476#: ../../tutorials/develop-python-package-hatch.md:277
24712477msgid "To stop serving the docs use:"
2472- msgstr ""
2478+ msgstr "ドキュメントの提供を停止するには: "
24732479
24742480#: ../../tutorials/develop-python-package-hatch.md:279
24752481msgid "mac: <kbd>ctrl + c</kbd> windows:"
2476- msgstr ""
2482+ msgstr "mac: <kbd>ctrl + c</kbd> windows: "
24772483
24782484#: ../../tutorials/get-to-know-hatch.md:6
24792485msgid "Get to Know Hatch"
0 commit comments