8000 Update .po files · python/python-docs-ja@3b82a70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b82a70

Browse files
committed
Update .po files
1 parent b031f71 commit 3b82a70

File tree

482 files changed

+1692
-969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+1692
-969
lines changed

.travis.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
dist: trusty
2+
sudo: false
3+
language: python
4+
python: '3.6'
5+
branches:
6+
only:
7+
- 2.7
8+
before_install:
9+
- export TZ=Asia/Tokyo
10+
- openssl aes-256-cbc -K $encrypted_9796e8faf501_key -iv $encrypted_9796e8faf501_iv -in secrets.tar.enc -out secrets.tar -d
11+
- cd ..
12+
- pwd
13+
- ls -la
14+
- BASEDIR="$(pwd)"
15+
- cd ~
16+
- tar xvf "${BASEDIR}"/python-docs-ja/secrets.tar
17+
- chmod 600 ~/.ssh/python-docs-ja
18+
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
19+
- git config --global user.email "travisci-build-bot@example.com"
20+
- git config --global user.name "Autobuild bot on TravisCI"
21+
install:
22+
- pip install sphinx
23+
- pip install sphinx-intl
24+
- pip install transifex-client
25+
- pip install sphinx-intl
26+
- cd "${BASEDIR}"
27+
- git clone --depth 1 --branch catalog-2.7 https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
28+
- mkdir -p "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
29+
- cd "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
30+
- ln -s "${BASEDIR}"/python-docs-ja LC_MESSAGES
31+
- ls -lF LC_MESSAGES
32+
script:
33+
# upload-catalog
34+
- cd "${BASEDIR}"/cpython-doc-catalog/Doc/locales
35+
- tx pull --force --language ja
36+
- cd ja/LC_MESSAGES
37+
- git add .
38+
- if [ $(git status --short | wc -l) -eq 0 ]; then echo "no .po file to upload"; else git commit --message="Update .po files"; git push --quiet "git@github.com:python/python-docs-ja.git" 2.7:2.7; fi
39+
# renew-catalog-template
40+
- cd "${BASEDIR}"/cpython-doc-catalog
41+
- git remote add upstream https://github.com/python/cpython.git
42+
- git remote -v
43+
- git fetch upstream
44+
- git merge --no-ff upstream/2.7 -m "Merge remote-tracking branch 'upstream/2.7' into catalog-2.7 by Autobuild bot on TravisCI"
45+
- cd Doc
46+
- make build ALLSPHINXOPTS="-E -b gettext -D gettext_compact=0 -d build/.doctrees . locales/pot"
47+
- ls -lt locales/pot
48+
- cd locales
49+
- git add pot
50+
- if [ $(git status -s | wc -l) -eq 0 ]; then echo "no .pot file to update"; exit 0; fi
51+
- rm -rf .tx
52+
- sphinx-intl create-txconfig
53+
- sphinx-intl update-txconfig-resources --transifex-project-name=python-27 --locale-dir . --pot-dir pot
54+
- tx push -s
55+
- git add .tx
56+
- git commit --message="Update .pot files and .tx/config"
57+
- git push --quiet "git@github.com:python-doc-ja/cpython-doc-catalog.git" catalog-2.7:catalog-2.7

about.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -9,6 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1213
"PO-Revision-Date: 2017-09-22 17:55+0000\n"
1314
"Last-Translator: Naoki INADA <songofacandy@gmail.com>\n"
1415
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

bugs.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1011
"PO-Revision-Date: 2017-09-22 17:55+0000\n"
1112
"Last-Translator: cocoatomo\n"
1213
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/abstract.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1011
"PO-Revision-Date: 2015-11-28 19:09+0000\n"
1112
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1213
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/allocation.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -9,6 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1213
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1314
"Last-Translator: cocoatomo\n"
1415
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/arg.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -9,6 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1213
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1314
"Last-Translator: cocoatomo\n"
1415
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/bool.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1011
"PO-Revision-Date: 2015-11-28 19:10+0000\n"
1112
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1213
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/buffer.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -9,6 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1213
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1314
"Last-Translator: cocoatomo\n"
1415
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/bytearray.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -8,6 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1112
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1213
"Last-Translator: 秘湯 <xwhhsprings@gmail.com>\n"
1314
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/capsule.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1011
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1112
"Last-Translator: cocoatomo\n"
1213
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/cell.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1011
"PO-Revision-Date: 2015-11-28 19:11+0000\n"
1112
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1213
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/class.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -9,6 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1213
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1314
"Last-Translator: cocoatomo\n"
1415
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/cobject.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -8,6 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1112
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1213
"Last-Translator: 秘湯 <xwhhsprings@gmail.com>\n"
1314
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/code.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -8,6 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1112
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1213
"Last-Translator: 秘湯 <xwhhsprings@gmail.com>\n"
1314
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/codec.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1011
"PO-Revision-Date: 2015-11-28 19:06+0000\n"
1112
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1213
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/complex.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -8,6 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1112
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1213
"Last-Translator: 秘湯 <xwhhsprings@gmail.com>\n"
1314
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/concrete.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1011
"PO-Revision-Date: 2015-11-28 19:07+0000\n"
1112
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1213
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/conversion.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -9,6 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1213
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1314
"Last-Translator: cocoatomo\n"
1415
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/datetime.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1011
"PO-Revision-Date: 2015-11-28 19:09+0000\n"
1112
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1213
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/descriptor.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1011
"PO-Revision-Date: 2015-11-28 19:10+0000\n"
1112
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1213
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/dict.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -8,6 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1112
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1213
"Last-Translator: 秘湯 <xwhhsprings@gmail.com>\n"
1314
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/exceptions.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -8,6 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1112
"PO-Revision-Date: 2017-10-17 01:18+0000\n"
1213
"Last-Translator: cocoatomo\n"
1314
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

c-api/file.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 1990-2017, Python Software Foundation (translated by Python ドキュメント日本語翻訳プロジェクト)
2+
# Copyright (C) 1990-2018, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
@@ -9,6 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
1213
"PO-Revision-Date: 2017-09-22 17:56+0000\n"
1314
"Last-Translator: cocoatomo\n"
1415
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"

0 commit comments

Comments
 (0)
0