File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # Mikami Akiko, 2021
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2020-02-09 18:48+0900\n "
15
16
"PO-Revision-Date : 2018-06-29 17:43+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
17
+ "Last-Translator : Mikami Akiko, 2021 \n "
17
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -311,6 +312,14 @@ msgid ""
311
312
"installation by calling the ``sys.setdefaultencoding(encoding)`` function in"
312
313
" a customized version of :file:`site.py`."
313
314
msgstr ""
315
+ "Unicode 文字列は普通の文字列と全く似ていて、 :term:`immutable` "
316
+ "なシーケンス型です。添え字でアクセス出来、スライス出来ますが、インプレイスに変更することは出来ません。Unicode 文字列は ``encode( "
317
+ "[encoding] )`` メソッドを持っていて、これは望みのエンコーディングでエンコードした 8 "
318
+ "ビット文字列を返します。エンコーディングは文字列で名前付けられていて、例えば ``'ascii'``, ``'utf-8'``, "
319
+ "``'iso-8859-1'`` のようなものです。コーデック API は、新しいエンコーディングを実装し、Python "
320
+ "プログラム全体を通して利用可能となるよう登録するために定義されています。エンコーディングが指定されない場合はデフォルトのエンコーディングは普通 7 "
321
+ "ビット ASCII ですが、Python インストレーションにおいて、 :file:`site.py` のカスタマイズ版内で "
322
+ "``sys.setdefaultencoding(encoding)`` を呼び出すことで変更出来ます。"
314
323
315
324
#: ../../whatsnew/2.0.rst:172
316
325
msgid ""
You can’t perform that action at this time.
0 commit comments