From 50f3d0a9f7ae39e098f0a4b6defa19acef1e4fa3 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sun, 20 Apr 2025 11:57:17 +0900 Subject: [PATCH 1/3] docs: translate to Japanese index.md --- locales/ja/LC_MESSAGES/index.po | 199 ++++++++++++++++---------------- 1 file changed, 99 insertions(+), 100 deletions(-) diff --git a/locales/ja/LC_MESSAGES/index.po b/locales/ja/LC_MESSAGES/index.po index 47a6c122..aca26784 100644 --- a/locales/ja/LC_MESSAGES/index.po +++ b/locales/ja/LC_MESSAGES/index.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2024, pyOpenSci -# This file is distributed under the same license as the pyOpenSci Python -# Package Guide package. -# FIRST AUTHOR , 2024. +# Copyright (C) 2025, pyOpenSci +# This file is distributed under the same license as the pyOpenSci Python Package Guide package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Tetsuo Koyama , 2025 # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pyOpenSci Python Package Guide \n" +"Project-Id-Version: pyOpenSci Python Package Guide\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-17 22:50+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: ja \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2025-04-14 22:27+0900\n" +"PO-Revision-Date: 2025-04-14 18:12+0000\n" +"Last-Translator: Tetsuo Koyama , 2025\n" +"Language-Team: Japanese (https://app.transifex.com/tkoyama010/teams/196662/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.17.0\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: ../../index.md:292 msgid "Tutorials" @@ -42,11 +43,11 @@ msgstr "テスト" #: ../../index.md:325 msgid "CI/CD" -msgstr "" +msgstr "CI/CD" #: ../../index.md:325 msgid "Continuous Integration" -msgstr "" +msgstr "継続的インテグレーション" #: ../../index.md:1 msgid "pyOpenSci Python Package Guide" @@ -87,15 +88,14 @@ msgid "About this guide" msgstr "このガイドについて" #: ../../index.md:29 -#, fuzzy msgid "" "Image with the pyOpenSci flower logo in the upper right hand corner. The " -"image shows the packaging lifecycle. The graphic shows a high level " -"overview of the elements of a Python package. The inside circle has 5 " -"items - user documentation, code/api, test suite, contributor " -"documentation, project metadata / license / readme. In the middle of the " -"circle is says maintainers and has a small icon with people. On the " -"outside circle there is an arrow and it says infrastructure." +"image shows the packaging lifecycle. The graphic shows a high level overview" +" of the elements of a Python package. The inside circle has 5 items - user " +"documentation, code/api, test suite, contributor documentation, project " +"metadata / license / readme. In the middle of the circle is says maintainers" +" and has a small icon with people. On the outside circle there is an arrow " +"and it says infrastructure." msgstr "" "右上にpyOpenSciの花のロゴがある画像。画像はパッケージングのライフサイクルを示しています。図にはPythonパッケージの要素のハイレベルな概要が示されています。内側の円には5つの項目があります" " - " @@ -118,14 +118,16 @@ msgid "Navigate and make decisions around tool options" msgstr "ツールオプションのナビゲートと決定" #: ../../index.md:40 -msgid "Understand all of the pieces of creating and maintaining a Python package" +msgid "" +"Understand all of the pieces of creating and maintaining a Python package" msgstr "Pythonパッケージの作成と保守のすべてを理解する" #: ../../index.md:42 msgid "" "You will also find best practice recommendations and curated lists of " "community resources surrounding packaging and package documentation." -msgstr "また、パッケージングとパッケージドキュメンテーションにまつわるベストプラクティスの推奨や、コミュニティリソースのキュレーションリストもご覧いただけます。" +msgstr "" +"また、パッケージングとパッケージドキュメンテーションにまつわるベストプラクティスの推奨や、コミュニティリソースのキュレーションリストもご覧いただけます。" #: ../../index.md:46 msgid "Todo" @@ -164,16 +166,16 @@ msgid "_new_ Tutorial Series: Create a Python Package" msgstr "_new_ チュートリアルシリーズ: Pythonパッケージの作成" #: ../../index.md:61 -#, fuzzy msgid "" -"The first round of our community-developed, how to create a Python " -"package tutorial series for scientists is complete! Join our community " -"review process or watch development of future tutorials in our [GitHub " -"repo here](https://github.com/pyOpenSci/python-package-guide)." +"The first round of our community-developed, how to create a Python package " +"tutorial series for scientists is complete! Join our community review " +"process or watch development of future tutorials in our [GitHub repo " +"here](https://github.com/pyOpenSci/python-package-guide)." msgstr "" "コミュニティが開発した、科学者のためのPythonパッケージの作り方チュートリアルシリーズの第一弾が完成しました! " -"コミュニティのレビュープロセスに参加したり、 [Github リポジトリはこちら](https://github.com/pyOpenSci" -"/python-package-guide) で今後のチュートリアルの開発を見守ったりしてください。" +"コミュニティのレビュープロセスに参加したり、 [GitHub " +"リポジトリはこちら](https://github.com/pyOpenSci/python-package-guide) " +"で今後のチュートリアルの開発を見守ったりしてください。" #: ../../index.md:71 msgid "✿ Create a Package Tutorials ✿" @@ -208,8 +210,7 @@ msgid "" "[How to add metadata to a pyproject.toml file for publication to " "PyPI.](/tutorials/pyproject-toml.md)" msgstr "" -"[PyPIに公開するためにpyproject.tomlファイルにメタデータを追加する方法](/tutorials/pyproject-" -"toml.md)" +"[PyPIに公開するためにpyproject.tomlファイルにメタデータを追加する方法](/tutorials/pyproject-toml.md)" #: ../../index.md:93 msgid "✿ Packaging Tool Tutorials ✿" @@ -221,11 +222,11 @@ msgstr "[Hatch入門](/tutorials/get-to-know-hatch)" #: ../../index.md:102 msgid "✿ Reference Guides ✿" -msgstr "" +msgstr "✿ リファレンスガイド ✿" #: ../../index.md:106 msgid "[Command Line Reference Guide](/tutorials/command-line-reference)" -msgstr "" +msgstr "[コマンドラインリファレンスガイド](/tutorials/command-line-reference)" #: ../../index.md:111 msgid "Python Packaging for Scientists" @@ -233,9 +234,9 @@ msgstr "科学者のためのPythonパッケージング" #: ../../index.md:113 msgid "" -"Learn about Python packaging best practices. You will also get to know " -"the the vibrant ecosystem of packaging tools that are available to help " -"you with your Python packaging needs." +"Learn about Python packaging best practices. You will also get to know the " +"the vibrant ecosystem of packaging tools that are available to help you with" +" your Python packaging needs." msgstr "" "Python のパッケージングのベストプラクティスについて学びます。 また、Python " "のパッケージングを支援するために利用可能なパッケージングツールの活発なエコシステムを知ることができます。" @@ -245,21 +246,22 @@ msgid "✨ Create your package ✨" msgstr "✨パッケージの作成✨" #: ../../index.md:126 -msgid "[Package file structure](/package-structure-code/python-package-structure)" +msgid "" +"[Package file structure](/package-structure-code/python-package-structure)" msgstr "[パッケージファイル構造](/package-structure-code/python-package-structure)" #: ../../index.md:127 msgid "" -"[Package metadata / pyproject.toml](package-structure-code/pyproject-" -"toml-python-package-metadata.md)" -msgstr "" -"[パッケージメタデータ / pyproject.toml](package-structure-code/pyproject-toml-" +"[Package metadata / pyproject.toml](package-structure-code/pyproject-toml-" "python-package-metadata.md)" +msgstr "" +"[パッケージメタデータ / pyproject.toml](package-structure-code/pyproject-toml-python-" +"package-metadata.md)" #: ../../index.md:128 msgid "" -"[Build your package (sdist / wheel)](package-structure-code/python-" -"package-distribution-files-sdist-wheel.md)" +"[Build your package (sdist / wheel)](package-structure-code/python-package-" +"distribution-files-sdist-wheel.md)" msgstr "" "[パッケージのビルド (sdist / wheel)](package-structure-code/python-package-" "distribution-files-sdist-wheel.md)" @@ -281,8 +283,7 @@ msgid "" "[Non pure Python builds](package-structure-code/complex-python-package-" "builds.md)" msgstr "" -"[純粋な Python 以外のビルド](package-structure-code/complex-python-package-" -"builds.md)" +"[純粋な Python 以外のビルド](package-structure-code/complex-python-package-builds.md)" #: ../../index.md:136 msgid "✨ Publish your package ✨" @@ -290,23 +291,24 @@ msgstr "✨パッケージを公開する✨" #: ../../index.md:140 msgid "" -"Gain a better understanding of the Python packaging ecosystem Learn about" -" best practices for:" +"Gain a better understanding of the Python packaging ecosystem Learn about " +"best practices for:" msgstr "Pythonのパッケージングエコシステムをより深く理解するためのベストプラクティスを学ぶ:" #: ../../index.md:143 msgid "" "[Package versioning & release](/package-structure-code/python-package-" "versions.md)" -msgstr "[パッケージのバージョン管理とリリース](/package-structure-code/python-package-versions.md)" +msgstr "" +"[パッケージのバージョン管理とリリース](/package-structure-code/python-package-versions.md)" #: ../../index.md:144 msgid "" "[Publish to PyPI & Conda-forge](/package-structure-code/publish-python-" "package-pypi-conda.md)" msgstr "" -"[PyPIとConda-forgeへの公開](/package-structure-code/publish-python-package-" -"pypi-conda.md)" +"[PyPIとConda-forgeへの公開](/package-structure-code/publish-python-package-pypi-" +"conda.md)" #: ../../index.md:157 msgid "✨ Write The Docs ✨" @@ -320,8 +322,8 @@ msgstr "[ユーザーのための文書を作成する](/documentation/write-use #: ../../index.md:161 msgid "" -"[Core files to include in your package repository](/documentation" -"/repository-files/intro)" +"[Core files to include in your package " +"repository](/documentation/repository-files/intro)" msgstr "[パッケージリポジトリに含めるコアファイル](/documentation/repository-files/intro)" #: ../../index.md:162 @@ -329,8 +331,8 @@ msgid "" "[Write tutorials to show how your package is used](/documentation/write-" "user-documentation/create-package-tutorials)" msgstr "" -"[パッケージがどのように使われるかを示すチュートリアルを書く](/documentation/write-user-documentation" -"/create-package-tutorials)" +"[パッケージがどのように使われるかを示すチュートリアルを書く](/documentation/write-user-" +"documentation/create-package-tutorials)" #: ../../index.md:167 msgid "✨ Developer Docs ✨" @@ -338,9 +340,10 @@ msgstr "✨開発者向けドキュメント✨" #: ../../index.md:170 msgid "" -"[Create documentation for collaborating developers](/documentation" -"/repository-files/contributing-file)" -msgstr "[共同開発者のためのドキュメントの作成](/documentation/repository-files/contributing-file)" +"[Create documentation for collaborating " +"developers](/documentation/repository-files/contributing-file)" +msgstr "" +"[共同開発者のためのドキュメントの作成](/documentation/repository-files/contributing-file)" #: ../../index.md:171 msgid "" @@ -357,13 +360,12 @@ msgid "" "[Writing a README file](/documentation/repository-files/readme-file-best-" "practices)" msgstr "" -"[READMEファイルの書き方](/documentation/repository-files/readme-file-best-" -"practices)" +"[READMEファイルの書き方](/documentation/repository-files/readme-file-best-practices)" #: ../../index.md:180 msgid "" -"[Set norms with a Code of Conduct](/documentation/repository-files/code-" -"of-conduct-file)" +"[Set norms with a Code of Conduct](/documentation/repository-files/code-of-" +"conduct-file)" msgstr "[行動規範で規範を定める](/documentation/repository-files/code-of-conduct-file)" #: ../../index.md:181 @@ -384,19 +386,18 @@ msgstr "[Sphinxを使う](/documentation/hosting-tools/intro)" #: ../../index.md:191 msgid "" -"[Markdown, MyST, and ReST](/documentation/hosting-tools/myst-markdown-" -"rst-doc-syntax)" -msgstr "" -"[Markdown、MyST、およびReST](/documentation/hosting-tools/myst-markdown-rst-" +"[Markdown, MyST, and ReST](/documentation/hosting-tools/myst-markdown-rst-" "doc-syntax)" +msgstr "" +"[Markdown、MyST、およびReST](/documentation/hosting-tools/myst-markdown-rst-doc-" +"syntax)" #: ../../index.md:192 -#, fuzzy msgid "" "[Host your docs on Read The Docs or GitHub Pages](/documentation/hosting-" "tools/publish-documentation-online)" msgstr "" -"[Read The Docs または Github Pages でドキュメントをホストする](/documentation/hosting-" +"[Read The Docs または GitHub Pages でドキュメントをホストする](/documentation/hosting-" "tools/publish-documentation-online)" #: ../../index.md:198 @@ -404,8 +405,8 @@ msgid "" "*We are actively working on this section. [Follow development " "here.](https://github.com/pyOpenSci/python-package-guide)*" msgstr "" -"*私たちはこのセクションに積極的に取り組んでいます。 [開発のフォローはこちら](https://github.com/pyOpenSci" -"/python-package-guide)*" +"*私たちはこのセクションに積極的に取り組んでいます。 " +"[開発のフォローはこちら](https://github.com/pyOpenSci/python-package-guide)*" #: ../../index.md:206 msgid "✨ Tests for your Python package ✨" @@ -458,20 +459,19 @@ msgid "" msgstr "このガイドへのご貢献をお待ちしております。貢献方法についてはこちらをご覧ください。" #: ../../index.md:255 -#, fuzzy msgid "" -"xkcd comic showing a stick figure on the ground and one in the air. The " -"one on the ground is saying. `You're flying! how?` The person in the air" -" replies `Python!` Below is a 3 rectangle comic with the following text " -"in each box. Box 1 - I learned it last night. Everything is so simple. " -"Hello world is just print hello world. Box 2 - the person on the ground " -"says - come join us programming is fun again. It's a whole new world. But" -" how are you flying? box 3 - the person flying says - i just typed import" -" antigravity. I also sampled everything in the medicine cabinet. But i " -"think this is the python. The person on the ground is saying - that's it?" +"xkcd comic showing a stick figure on the ground and one in the air. The one " +"on the ground is saying. `You're flying! how?` The person in the air " +"replies `Python!` Below is a 3 rectangle comic with the following text in " +"each box. Box 1 - I learned it last night. Everything is so simple. Hello " +"world is just print hello world. Box 2 - the person on the ground says - " +"come join us programming is fun again. It's a whole new world. But how are " +"you flying? box 3 - the person flying says - i just typed import " +"antigravity. I also sampled everything in the medicine cabinet. But i think " +"this is the python. The person on the ground is saying - that's it?" msgstr "" -"xkcdの漫画で、地面に置かれた棒人間と空中にある棒人間が描かれている。地上にいる人が言っている。 `あなたは飛んでいる!どうやって?` " -"空中にいる人は `Python!` と答える。以下は3つの長方形のマンガで、各ボックスに次のテキストが入っている。ボックス1 - " +"xkcdの漫画で、地面に置かれた棒人間と空中にある棒人間が描かれている。地上にいる人が言っている。 `あなたは飛んでいる!どうやって?` 空中にいる人は" +" `Python!` と答える。以下は3つの長方形のマンガで、各ボックスに次のテキストが入っている。ボックス1 - " "昨夜学んだ。すべてがとてもシンプルだ。Hello worldはprint hello worldだけ。ボックス2 - " "地上にいる人が言う。まったく新しい世界だ。でもどうやって飛んでるの?ボックス3 - 飛んでいる人はこう言う。- " "`反重力をインポートしました。薬箱の中のものも全部試しました。でもこれがpythonだと思う。地上の人はこう言っている。- これで終わり?" @@ -483,9 +483,9 @@ msgstr "コミュニティが作るガイドブック" #: ../../index.md:263 msgid "" "Every page in this guidebook goes through an extensive community review " -"process. To ensure our guidebook is both beginner-friendly and accurate, " -"we encourage reviews from a diverse set of pythonistas and scientists " -"with a wide range of skills and expertise." +"process. To ensure our guidebook is both beginner-friendly and accurate, we " +"encourage reviews from a diverse set of pythonistas and scientists with a " +"wide range of skills and expertise." msgstr "" "このガイドブックのすべてのページは、コミュニティの広範なレビュープロセスを経ています。 " "このガイドブックが初心者にやさしく、正確であることを保証するために、私たちは幅広いスキルと専門知識を持つ多様なpythonistaや科学者からのレビューを奨励しています。" @@ -510,14 +510,14 @@ msgstr "Pythonパッケージの作成に関する初歩から終わりまでの #: ../../index.md:279 msgid "" -"Resources to help you navigate the Python packaging ecosystem of tools " -"and approaches to packaging." +"Resources to help you navigate the Python packaging ecosystem of tools and " +"approaches to packaging." msgstr "Python のパッケージングエコシステムをナビゲートするのに役立つリソースです。" #: ../../index.md:280 msgid "" -"A curated list of resources to help you get your package into documented," -" usable and maintainable shape." +"A curated list of resources to help you get your package into documented, " +"usable and maintainable shape." msgstr "あなたのパッケージが文書化され、使用可能で保守可能な形になるのを助けるリソースの厳選されたリストです。" #: ../../index.md:282 @@ -526,8 +526,8 @@ msgstr "このガイドの方向性" #: ../../index.md:284 msgid "" -"If you have ideas of things you'd like to see here clarified in this " -"guide, [we invite you to open an issue on " +"If you have ideas of things you'd like to see here clarified in this guide, " +"[we invite you to open an issue on " "GitHub.](https://github.com/pyOpenSci/python-package-guide/issues)." msgstr "" "このガイドで明確にしてほしいことがあれば、 " @@ -536,19 +536,18 @@ msgstr "" #: ../../index.md:287 msgid "" -"If you have questions about our peer review process or packaging in " -"general, you are welcome to use our [pyOpenSci Discourse " +"If you have questions about our peer review process or packaging in general," +" you are welcome to use our [pyOpenSci Discourse " "forum](https://pyopensci.discourse.group/)." msgstr "" "レビュープロセスやパッケージング全般について質問がある場合は、 [pyOpenSci Discourse " "forum](https://pyopensci.discourse.group/) をご利用ください。" #: ../../index.md:289 -#, fuzzy msgid "" -"This living Python packaging guide is updated as tools and best practices" -" evolve in the Python packaging ecosystem. We will be adding new content " -"over the next year." +"This living Python packaging guide is updated as tools and best practices " +"evolve in the Python packaging ecosystem. We will be adding new content over" +" the next year." msgstr "" -"これは Python のパッケージングエコシステムにおけるツールやベストプラクティスの進化に合わせて更新される生きたガイドです。 " -"来年にかけて新しいコンテンツを追加していく予定です。" +"これは Python のパッケージングエコシステムにおけるツールやベストプラクティスの進化に合わせて更新されるこの生きた Python " +"パッケージングガイドです。 来年にかけて新しいコンテンツを追加していく予定です。" From 6958f69f55647bedfbe716fee208a4d7ea43fcad Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sun, 20 Apr 2025 12:54:00 +0900 Subject: [PATCH 2/3] Fix format fo ja index.po --- locales/ja/LC_MESSAGES/index.po | 171 ++++++++++++++++---------------- 1 file changed, 85 insertions(+), 86 deletions(-) diff --git a/locales/ja/LC_MESSAGES/index.po b/locales/ja/LC_MESSAGES/index.po index aca26784..882a9adb 100644 --- a/locales/ja/LC_MESSAGES/index.po +++ b/locales/ja/LC_MESSAGES/index.po @@ -1,25 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2025, pyOpenSci -# This file is distributed under the same license as the pyOpenSci Python Package Guide package. -# FIRST AUTHOR , YEAR. +# This file is distributed under the same license as the pyOpenSci Python +# Package Guide package. +# FIRST AUTHOR , 2025. # # Translators: # Tetsuo Koyama , 2025 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: pyOpenSci Python Package Guide\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-04-14 22:27+0900\n" +"POT-Creation-Date: 2025-04-20 11:32+0900\n" "PO-Revision-Date: 2025-04-14 18:12+0000\n" "Last-Translator: Tetsuo Koyama , 2025\n" -"Language-Team: Japanese (https://app.transifex.com/tkoyama010/teams/196662/ja/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Language: ja\n" +"Language-Team: Japanese " +"(https://app.transifex.com/tkoyama010/teams/196662/ja/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" #: ../../index.md:292 msgid "Tutorials" @@ -90,12 +92,12 @@ msgstr "このガイドについて" #: ../../index.md:29 msgid "" "Image with the pyOpenSci flower logo in the upper right hand corner. The " -"image shows the packaging lifecycle. The graphic shows a high level overview" -" of the elements of a Python package. The inside circle has 5 items - user " -"documentation, code/api, test suite, contributor documentation, project " -"metadata / license / readme. In the middle of the circle is says maintainers" -" and has a small icon with people. On the outside circle there is an arrow " -"and it says infrastructure." +"image shows the packaging lifecycle. The graphic shows a high level " +"overview of the elements of a Python package. The inside circle has 5 " +"items - user documentation, code/api, test suite, contributor " +"documentation, project metadata / license / readme. In the middle of the " +"circle is says maintainers and has a small icon with people. On the " +"outside circle there is an arrow and it says infrastructure." msgstr "" "右上にpyOpenSciの花のロゴがある画像。画像はパッケージングのライフサイクルを示しています。図にはPythonパッケージの要素のハイレベルな概要が示されています。内側の円には5つの項目があります" " - " @@ -118,16 +120,14 @@ msgid "Navigate and make decisions around tool options" msgstr "ツールオプションのナビゲートと決定" #: ../../index.md:40 -msgid "" -"Understand all of the pieces of creating and maintaining a Python package" +msgid "Understand all of the pieces of creating and maintaining a Python package" msgstr "Pythonパッケージの作成と保守のすべてを理解する" #: ../../index.md:42 msgid "" "You will also find best practice recommendations and curated lists of " "community resources surrounding packaging and package documentation." -msgstr "" -"また、パッケージングとパッケージドキュメンテーションにまつわるベストプラクティスの推奨や、コミュニティリソースのキュレーションリストもご覧いただけます。" +msgstr "また、パッケージングとパッケージドキュメンテーションにまつわるベストプラクティスの推奨や、コミュニティリソースのキュレーションリストもご覧いただけます。" #: ../../index.md:46 msgid "Todo" @@ -167,15 +167,14 @@ msgstr "_new_ チュートリアルシリーズ: Pythonパッケージの作成" #: ../../index.md:61 msgid "" -"The first round of our community-developed, how to create a Python package " -"tutorial series for scientists is complete! Join our community review " -"process or watch development of future tutorials in our [GitHub repo " -"here](https://github.com/pyOpenSci/python-package-guide)." +"The first round of our community-developed, how to create a Python " +"package tutorial series for scientists is complete! Join our community " +"review process or watch development of future tutorials in our [GitHub " +"repo here](https://github.com/pyOpenSci/python-package-guide)." msgstr "" "コミュニティが開発した、科学者のためのPythonパッケージの作り方チュートリアルシリーズの第一弾が完成しました! " -"コミュニティのレビュープロセスに参加したり、 [GitHub " -"リポジトリはこちら](https://github.com/pyOpenSci/python-package-guide) " -"で今後のチュートリアルの開発を見守ったりしてください。" +"コミュニティのレビュープロセスに参加したり、 [GitHub リポジトリはこちら](https://github.com/pyOpenSci" +"/python-package-guide) で今後のチュートリアルの開発を見守ったりしてください。" #: ../../index.md:71 msgid "✿ Create a Package Tutorials ✿" @@ -210,7 +209,8 @@ msgid "" "[How to add metadata to a pyproject.toml file for publication to " "PyPI.](/tutorials/pyproject-toml.md)" msgstr "" -"[PyPIに公開するためにpyproject.tomlファイルにメタデータを追加する方法](/tutorials/pyproject-toml.md)" +"[PyPIに公開するためにpyproject.tomlファイルにメタデータを追加する方法](/tutorials/pyproject-" +"toml.md)" #: ../../index.md:93 msgid "✿ Packaging Tool Tutorials ✿" @@ -234,9 +234,9 @@ msgstr "科学者のためのPythonパッケージング" #: ../../index.md:113 msgid "" -"Learn about Python packaging best practices. You will also get to know the " -"the vibrant ecosystem of packaging tools that are available to help you with" -" your Python packaging needs." +"Learn about Python packaging best practices. You will also get to know " +"the the vibrant ecosystem of packaging tools that are available to help " +"you with your Python packaging needs." msgstr "" "Python のパッケージングのベストプラクティスについて学びます。 また、Python " "のパッケージングを支援するために利用可能なパッケージングツールの活発なエコシステムを知ることができます。" @@ -246,22 +246,21 @@ msgid "✨ Create your package ✨" msgstr "✨パッケージの作成✨" #: ../../index.md:126 -msgid "" -"[Package file structure](/package-structure-code/python-package-structure)" +msgid "[Package file structure](/package-structure-code/python-package-structure)" msgstr "[パッケージファイル構造](/package-structure-code/python-package-structure)" #: ../../index.md:127 msgid "" -"[Package metadata / pyproject.toml](package-structure-code/pyproject-toml-" -"python-package-metadata.md)" +"[Package metadata / pyproject.toml](package-structure-code/pyproject-" +"toml-python-package-metadata.md)" msgstr "" -"[パッケージメタデータ / pyproject.toml](package-structure-code/pyproject-toml-python-" -"package-metadata.md)" +"[パッケージメタデータ / pyproject.toml](package-structure-code/pyproject-toml-" +"python-package-metadata.md)" #: ../../index.md:128 msgid "" -"[Build your package (sdist / wheel)](package-structure-code/python-package-" -"distribution-files-sdist-wheel.md)" +"[Build your package (sdist / wheel)](package-structure-code/python-" +"package-distribution-files-sdist-wheel.md)" msgstr "" "[パッケージのビルド (sdist / wheel)](package-structure-code/python-package-" "distribution-files-sdist-wheel.md)" @@ -283,7 +282,8 @@ msgid "" "[Non pure Python builds](package-structure-code/complex-python-package-" "builds.md)" msgstr "" -"[純粋な Python 以外のビルド](package-structure-code/complex-python-package-builds.md)" +"[純粋な Python 以外のビルド](package-structure-code/complex-python-package-" +"builds.md)" #: ../../index.md:136 msgid "✨ Publish your package ✨" @@ -291,24 +291,23 @@ msgstr "✨パッケージを公開する✨" #: ../../index.md:140 msgid "" -"Gain a better understanding of the Python packaging ecosystem Learn about " -"best practices for:" +"Gain a better understanding of the Python packaging ecosystem Learn about" +" best practices for:" msgstr "Pythonのパッケージングエコシステムをより深く理解するためのベストプラクティスを学ぶ:" #: ../../index.md:143 msgid "" "[Package versioning & release](/package-structure-code/python-package-" "versions.md)" -msgstr "" -"[パッケージのバージョン管理とリリース](/package-structure-code/python-package-versions.md)" +msgstr "[パッケージのバージョン管理とリリース](/package-structure-code/python-package-versions.md)" #: ../../index.md:144 msgid "" "[Publish to PyPI & Conda-forge](/package-structure-code/publish-python-" "package-pypi-conda.md)" msgstr "" -"[PyPIとConda-forgeへの公開](/package-structure-code/publish-python-package-pypi-" -"conda.md)" +"[PyPIとConda-forgeへの公開](/package-structure-code/publish-python-package-" +"pypi-conda.md)" #: ../../index.md:157 msgid "✨ Write The Docs ✨" @@ -322,8 +321,8 @@ msgstr "[ユーザーのための文書を作成する](/documentation/write-use #: ../../index.md:161 msgid "" -"[Core files to include in your package " -"repository](/documentation/repository-files/intro)" +"[Core files to include in your package repository](/documentation" +"/repository-files/intro)" msgstr "[パッケージリポジトリに含めるコアファイル](/documentation/repository-files/intro)" #: ../../index.md:162 @@ -331,8 +330,8 @@ msgid "" "[Write tutorials to show how your package is used](/documentation/write-" "user-documentation/create-package-tutorials)" msgstr "" -"[パッケージがどのように使われるかを示すチュートリアルを書く](/documentation/write-user-" -"documentation/create-package-tutorials)" +"[パッケージがどのように使われるかを示すチュートリアルを書く](/documentation/write-user-documentation" +"/create-package-tutorials)" #: ../../index.md:167 msgid "✨ Developer Docs ✨" @@ -340,10 +339,9 @@ msgstr "✨開発者向けドキュメント✨" #: ../../index.md:170 msgid "" -"[Create documentation for collaborating " -"developers](/documentation/repository-files/contributing-file)" -msgstr "" -"[共同開発者のためのドキュメントの作成](/documentation/repository-files/contributing-file)" +"[Create documentation for collaborating developers](/documentation" +"/repository-files/contributing-file)" +msgstr "[共同開発者のためのドキュメントの作成](/documentation/repository-files/contributing-file)" #: ../../index.md:171 msgid "" @@ -360,12 +358,13 @@ msgid "" "[Writing a README file](/documentation/repository-files/readme-file-best-" "practices)" msgstr "" -"[READMEファイルの書き方](/documentation/repository-files/readme-file-best-practices)" +"[READMEファイルの書き方](/documentation/repository-files/readme-file-best-" +"practices)" #: ../../index.md:180 msgid "" -"[Set norms with a Code of Conduct](/documentation/repository-files/code-of-" -"conduct-file)" +"[Set norms with a Code of Conduct](/documentation/repository-files/code-" +"of-conduct-file)" msgstr "[行動規範で規範を定める](/documentation/repository-files/code-of-conduct-file)" #: ../../index.md:181 @@ -386,11 +385,11 @@ msgstr "[Sphinxを使う](/documentation/hosting-tools/intro)" #: ../../index.md:191 msgid "" -"[Markdown, MyST, and ReST](/documentation/hosting-tools/myst-markdown-rst-" -"doc-syntax)" +"[Markdown, MyST, and ReST](/documentation/hosting-tools/myst-markdown-" +"rst-doc-syntax)" msgstr "" -"[Markdown、MyST、およびReST](/documentation/hosting-tools/myst-markdown-rst-doc-" -"syntax)" +"[Markdown、MyST、およびReST](/documentation/hosting-tools/myst-markdown-rst-" +"doc-syntax)" #: ../../index.md:192 msgid "" @@ -405,8 +404,8 @@ msgid "" "*We are actively working on this section. [Follow development " "here.](https://github.com/pyOpenSci/python-package-guide)*" msgstr "" -"*私たちはこのセクションに積極的に取り組んでいます。 " -"[開発のフォローはこちら](https://github.com/pyOpenSci/python-package-guide)*" +"*私たちはこのセクションに積極的に取り組んでいます。 [開発のフォローはこちら](https://github.com/pyOpenSci" +"/python-package-guide)*" #: ../../index.md:206 msgid "✨ Tests for your Python package ✨" @@ -460,18 +459,18 @@ msgstr "このガイドへのご貢献をお待ちしております。貢献方 #: ../../index.md:255 msgid "" -"xkcd comic showing a stick figure on the ground and one in the air. The one " -"on the ground is saying. `You're flying! how?` The person in the air " -"replies `Python!` Below is a 3 rectangle comic with the following text in " -"each box. Box 1 - I learned it last night. Everything is so simple. Hello " -"world is just print hello world. Box 2 - the person on the ground says - " -"come join us programming is fun again. It's a whole new world. But how are " -"you flying? box 3 - the person flying says - i just typed import " -"antigravity. I also sampled everything in the medicine cabinet. But i think " -"this is the python. The person on the ground is saying - that's it?" +"xkcd comic showing a stick figure on the ground and one in the air. The " +"one on the ground is saying. `You're flying! how?` The person in the air" +" replies `Python!` Below is a 3 rectangle comic with the following text " +"in each box. Box 1 - I learned it last night. Everything is so simple. " +"Hello world is just print hello world. Box 2 - the person on the ground " +"says - come join us programming is fun again. It's a whole new world. But" +" how are you flying? box 3 - the person flying says - i just typed import" +" antigravity. I also sampled everything in the medicine cabinet. But i " +"think this is the python. The person on the ground is saying - that's it?" msgstr "" -"xkcdの漫画で、地面に置かれた棒人間と空中にある棒人間が描かれている。地上にいる人が言っている。 `あなたは飛んでいる!どうやって?` 空中にいる人は" -" `Python!` と答える。以下は3つの長方形のマンガで、各ボックスに次のテキストが入っている。ボックス1 - " +"xkcdの漫画で、地面に置かれた棒人間と空中にある棒人間が描かれている。地上にいる人が言っている。 `あなたは飛んでいる!どうやって?` " +"空中にいる人は `Python!` と答える。以下は3つの長方形のマンガで、各ボックスに次のテキストが入っている。ボックス1 - " "昨夜学んだ。すべてがとてもシンプルだ。Hello worldはprint hello worldだけ。ボックス2 - " "地上にいる人が言う。まったく新しい世界だ。でもどうやって飛んでるの?ボックス3 - 飛んでいる人はこう言う。- " "`反重力をインポートしました。薬箱の中のものも全部試しました。でもこれがpythonだと思う。地上の人はこう言っている。- これで終わり?" @@ -483,9 +482,9 @@ msgstr "コミュニティが作るガイドブック" #: ../../index.md:263 msgid "" "Every page in this guidebook goes through an extensive community review " -"process. To ensure our guidebook is both beginner-friendly and accurate, we " -"encourage reviews from a diverse set of pythonistas and scientists with a " -"wide range of skills and expertise." +"process. To ensure our guidebook is both beginner-friendly and accurate, " +"we encourage reviews from a diverse set of pythonistas and scientists " +"with a wide range of skills and expertise." msgstr "" "このガイドブックのすべてのページは、コミュニティの広範なレビュープロセスを経ています。 " "このガイドブックが初心者にやさしく、正確であることを保証するために、私たちは幅広いスキルと専門知識を持つ多様なpythonistaや科学者からのレビューを奨励しています。" @@ -510,14 +509,14 @@ msgstr "Pythonパッケージの作成に関する初歩から終わりまでの #: ../../index.md:279 msgid "" -"Resources to help you navigate the Python packaging ecosystem of tools and " -"approaches to packaging." +"Resources to help you navigate the Python packaging ecosystem of tools " +"and approaches to packaging." msgstr "Python のパッケージングエコシステムをナビゲートするのに役立つリソースです。" #: ../../index.md:280 msgid "" -"A curated list of resources to help you get your package into documented, " -"usable and maintainable shape." +"A curated list of resources to help you get your package into documented," +" usable and maintainable shape." msgstr "あなたのパッケージが文書化され、使用可能で保守可能な形になるのを助けるリソースの厳選されたリストです。" #: ../../index.md:282 @@ -526,8 +525,8 @@ msgstr "このガイドの方向性" #: ../../index.md:284 msgid "" -"If you have ideas of things you'd like to see here clarified in this guide, " -"[we invite you to open an issue on " +"If you have ideas of things you'd like to see here clarified in this " +"guide, [we invite you to open an issue on " "GitHub.](https://github.com/pyOpenSci/python-package-guide/issues)." msgstr "" "このガイドで明確にしてほしいことがあれば、 " @@ -536,8 +535,8 @@ msgstr "" #: ../../index.md:287 msgid "" -"If you have questions about our peer review process or packaging in general," -" you are welcome to use our [pyOpenSci Discourse " +"If you have questions about our peer review process or packaging in " +"general, you are welcome to use our [pyOpenSci Discourse " "forum](https://pyopensci.discourse.group/)." msgstr "" "レビュープロセスやパッケージング全般について質問がある場合は、 [pyOpenSci Discourse " @@ -545,9 +544,9 @@ msgstr "" #: ../../index.md:289 msgid "" -"This living Python packaging guide is updated as tools and best practices " -"evolve in the Python packaging ecosystem. We will be adding new content over" -" the next year." +"This living Python packaging guide is updated as tools and best practices" +" evolve in the Python packaging ecosystem. We will be adding new content " +"over the next year." msgstr "" "これは Python のパッケージングエコシステムにおけるツールやベストプラクティスの進化に合わせて更新されるこの生きた Python " "パッケージングガイドです。 来年にかけて新しいコンテンツを追加していく予定です。" From 21e969f5fa9e5fdaa0f95921e670e3a1f57d8d6e Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sun, 20 Apr 2025 12:54:40 +0900 Subject: [PATCH 3/3] Update index.po --- locales/ja/LC_MESSAGES/index.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/locales/ja/LC_MESSAGES/index.po b/locales/ja/LC_MESSAGES/index.po index 882a9adb..504de320 100644 --- a/locales/ja/LC_MESSAGES/index.po +++ b/locales/ja/LC_MESSAGES/index.po @@ -15,8 +15,7 @@ msgstr "" "PO-Revision-Date: 2025-04-14 18:12+0000\n" "Last-Translator: Tetsuo Koyama , 2025\n" "Language: ja\n" -"Language-Team: Japanese " -"(https://app.transifex.com/tkoyama010/teams/196662/ja/)\n" +"Language-Team: ja \n" "Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n"