Skip to content

PR build test: Fix typo #28

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

Closed
wants to merge 48 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
a5a9432
[skip ci] Update .po files
Mar 15, 2020
6e7a7f7
[skip ci] Update .po files
Mar 15, 2020
1d2eb2f
[skip ci] Update .po files
Mar 17, 2020
9804d50
[skip ci] Update .po files
Mar 18, 2020
d39b02d
[skip ci] Update .po files
Mar 19, 2020
874a413
[skip ci] Update .po files
Mar 20, 2020
021d3de
[skip ci] Update .po files
Mar 21, 2020
fbf0545
[skip ci] Update .po files
Mar 22, 2020
4926f1a
[skip ci] Update .po files
Mar 23, 2020
797caf6
[skip ci] Update .po files
Mar 24, 2020
a1fca5b
[skip ci] Update .po files
Mar 25, 2020
357d23e
[skip ci] Update .po files
Mar 26, 2020
ec8d438
[skip ci] Update .po files
Mar 27, 2020
860d630
[skip ci] Update .po files
Mar 28, 2020
7e550e1
[skip ci] Update .po files
Mar 29, 2020
ea492d2
[skip ci] Update .po files
Apr 1, 2020
20eaf65
[skip ci] Update .po files
Apr 2, 2020
552da9c
[skip ci] Update .po files
Apr 3, 2020
0dd37a4
[skip ci] Update .po files
Apr 4, 2020
38ece34
[skip ci] Update .po files
Apr 5, 2020
7389d31
[skip ci] Update .po files
Apr 6, 2020
f503ca1
[skip ci] Update .po files
Apr 8, 2020
068fcd2
[skip ci] Update .po files
Apr 9, 2020
95640db
[skip ci] Update .po files
Apr 10, 2020
1aeaadf
[skip ci] Update .po files
Apr 13, 2020
a2ce397
[skip ci] Update .po files
Apr 13, 2020
4acf9d1
[skip ci] Update .po files
Apr 15, 2020
2c7cffb
[skip ci] Update .po files
Apr 16, 2020
feb8e5e
[skip ci] Update .po files
Apr 17, 2020
78f66bc
[skip ci] Update .po files
Apr 18, 2020
0c28039
[skip ci] Update .po files
Apr 21, 2020
813083b
[skip ci] Update .po files
Apr 22, 2020
97d82d8
[skip ci] Update .po files
Apr 23, 2020
29ccfe1
[skip ci] Update .po files
Apr 24, 2020
7c0170c
[skip ci] Update .po files
Apr 26, 2020
f8a22ae
[skip ci] Update .po files
Apr 28, 2020
1c5291e
[skip ci] Update .po files
May 1, 2020
eda82df
[skip ci] Update .po files
May 3, 2020
316a01d
[skip ci] Update .po files
May 4, 2020
14c2766
[skip ci] Update .po files
May 5, 2020
39caae4
[skip ci] Update .po files
May 6, 2020
16bf0ac
[skip ci] Update .po files
May 7, 2020
17545ea
[skip ci] Update .po files
May 8, 2020
dcad8d2
[skip ci] Update .po files
May 9, 2020
78e977e
PR build
cocoatomo May 9, 2020
f8baeca
[skip ci] Fix misc
cocoatomo May 10, 2020
821eea3
Merge remote-tracking branch 'origin/3.8' into 3.8
cocoatomo May 10, 2020
07a1fad
Fix typo
cocoatomo May 10, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: PR build for ver 3.8

on:
pull_request:
branches: [ "3.8" ]
types:
- opened # open PR
- synchronize # update the branch which pulled from
- reopened # re-open PR

jobs:
pr_build:
runs-on: ubuntu-latest

steps:
- name: Checkout PR branch
uses: actions/checkout@v2
with:
ref: ${{ GITHUB_REF }}

- name: Get building tool
uses: actions/checkout@v2
with:
repository: python/docsbuild-scripts

- name: Install dependencies
run: |
python3 -m venv build_root/venv/
build_root/venv/bin/python -m pip install -r requirements.txt

- name: Publish PR build
run: |
pip freeze
ls -l
4 changes: 2 additions & 2 deletions bugs.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ msgid ""
"improvement, please submit a bug report on the :ref:`tracker <using-the-"
"tracker>`. If you have a suggestion on how to fix it, include that as well."
msgstr ""
"このドキュメントの不備を発見したとき、または、改善を提案したいときは、問題点を :ref:`tracker <using-the-tracker>` "
"に報告してください。修正方法の案があるならば、それも含めて。"
"このドキュメントの不備を発見したとき、または、改善を提案したいときは、問題点を :ref:`tracker <using-the-tracker>` に報告してください。修正方法の案があるならば、それも含めて。\n"
"(訳注: 日本語訳の問題については、 GitHub 上の `Issue Tracker <https://github.com/python-doc-ja/python-doc-ja/issues>`_ で報告をお願いします。)"

#: ../../bugs.rst:22
msgid ""
Expand Down
7 changes: 3 additions & 4 deletions c-api/exceptions.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-02-11 12:43+0000\n"
"POT-Creation-Date: 2020-03-14 12:58+0000\n"
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
"Last-Translator: tomo, 2020\n"
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
Expand Down Expand Up @@ -492,10 +492,9 @@ msgstr ""
#: ../../c-api/exceptions.rst:360
msgid ""
"Function similar to :c:func:`PyErr_WarnFormat`, but *category* is "
":exc:`ResourceWarning` and pass *source* to :func:`warnings.WarningMessage`."
":exc:`ResourceWarning` and it passes *source* to "
":func:`warnings.WarningMessage`."
msgstr ""
":c:func:`PyErr_WarnFormat` に似た関数で、*category* は :exc:`ResourceWarning` であり、 "
"*source* は :func:`warnings.WarningMessage` に渡されます。"

#: ../../c-api/exceptions.rst:367
msgid "Querying the error indicator"
Expand Down
5 changes: 3 additions & 2 deletions c-api/init_config.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Translators:
# tomo, 2019
# Naoki Nakamura <agent@sohzoh.com>, 2020
# yuhutuge, 2020
#
#, fuzzy
msgid ""
Expand All @@ -14,7 +15,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
"PO-Revision-Date: 2019-09-01 14:43+0000\n"
"Last-Translator: Naoki Nakamura <agent@sohzoh.com>, 2020\n"
"Last-Translator: yuhutuge, 2020\n"
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -24,7 +25,7 @@ msgstr ""

#: ../../c-api/init_config.rst:7
msgid "Python Initialization Configuration"
msgstr ""
msgstr "Python 初期化設定 "

#: ../../c-api/init_config.rst:11
msgid "Structures:"
Expand Down
145 changes: 85 additions & 60 deletions c-api/intro.po

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions c-api/module.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
"POT-Creation-Date: 2020-04-27 13:43+0000\n"
"PO-Revision-Date: 2017-02-16 17:37+0000\n"
"Last-Translator: tomo, 2020\n"
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
Expand Down Expand Up @@ -198,8 +198,8 @@ msgstr "新しいモジュールの名前。"
#: ../../c-api/module.rst:155
msgid ""
"Docstring for the module; usually a docstring variable created with "
":c:func:`PyDoc_STRVAR` is used."
msgstr "モジュールの docstring。たいてい docstring は :c:func:`PyDoc_STRVAR` を利用して生成されます。"
":c:macro:`PyDoc_STRVAR` is used."
msgstr ""

#: ../../c-api/module.rst:160
msgid ""
Expand Down
7 changes: 6 additions & 1 deletion c-api/number.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Translators:
# Arihiro TAKASE, 2017
# tomo, 2020
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
#
#, fuzzy
msgid ""
Expand All @@ -14,7 +15,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
"PO-Revision-Date: 2017-02-16 17:37+0000\n"
"Last-Translator: tomo, 2020\n"
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -364,6 +365,10 @@ msgid ""
"exception is cleared and the value is clipped to ``PY_SSIZE_T_MIN`` for a "
"negative integer or ``PY_SSIZE_T_MAX`` for a positive integer."
msgstr ""
"もし *o* がPythonのintに変換できたのに、Py_ssize_tへの変換が :exc:`OverflowError` になる場合は、 "
"*exc* 引数で渡された型 (普通は :exc:`IndexError` か :exc:`OverflowError`) の例外を送出します。もし、 "
"*exc* が ``NULL`` なら、例外はクリアされて、値が負の場合は ``PY_SSIZE_T_MIN`` へ、正の場合は "
"``PY_SSIZE_T_MAX`` へと制限されます。"

#: ../../c-api/number.rst:284
msgid ""
Expand Down
Loading