1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2022 , Python Software Foundation
2
+ # Copyright (C) 2001-2023 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.11\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2022-12-28 04 :14+0000\n "
15
+ "POT-Creation-Date : 2023-01-06 14 :14+0000\n "
16
16
"PO-Revision-Date : 2021-06-28 01:08+0000\n "
17
17
"Last-Translator : Osamu NAKAMURA, 2021\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
@@ -871,7 +871,13 @@ msgstr ""
871
871
"`os.strerror` が返すような、オペレーティングシステムによって表示されるメッ"
872
872
"セージはこのカテゴリによって影響を受けます。"
873
873
874
- #: ../../library/locale.rst:514
874
+ #: ../../library/locale.rst:511
875
+ msgid ""
876
+ "This value may not be available on operating systems not conforming to the "
877
+ "POSIX standard, most notably Windows."
878
+ msgstr ""
879
+
880
+ #: ../../library/locale.rst:517
875
881
msgid ""
876
882
"Locale category for formatting numbers. The functions :func:`.format`, :"
877
883
"func:`atoi`, :func:`atof` and :func:`.str` of the :mod:`locale` module are "
@@ -882,7 +888,7 @@ msgstr ""
882
888
"`atoi` 、 :func:`atof` および :mod:`locale` モジュールの :func:`.str` が影響"
883
889
"を受けます。他の数値書式化操作は影響を受けません。"
884
890
885
- #: ../../library/locale.rst:522
891
+ #: ../../library/locale.rst:525
886
892
msgid ""
887
893
"Combination of all locale settings. If this flag is used when the locale is "
888
894
"changed, setting the locale for all categories is attempted. If that fails "
@@ -897,29 +903,29 @@ msgstr ""
897
903
"のフラグを使ってロケールを取得した場合、全てのカテゴリにおける設定を示す文字"
898
904
"列が返されます。この文字列は、後に設定を元に戻すために使うことができます。"
899
905
900
- #: ../../library/locale.rst:531
906
+ #: ../../library/locale.rst:534
901
907
msgid ""
902
908
"This is a symbolic constant used for different values returned by :func:"
903
909
"`localeconv`."
904
910
msgstr ":func:`localeconv` の返す特別な値のためのシンボル定数です。"
905
911
906
- #: ../../library/locale.rst:535
912
+ #: ../../library/locale.rst:538
907
913
msgid "Example::"
908
914
msgstr "以下はプログラム例です::"
909
915
910
- #: ../../library/locale.rst:548
916
+ #: ../../library/locale.rst:551
911
917
msgid "Background, details, hints, tips and caveats"
912
918
msgstr "ロケールの背景、詳細、ヒント、助言および補足説明"
913
919
914
- #: ../../library/locale.rst:550
920
+ #: ../../library/locale.rst:553
915
921
msgid ""
916
922
"The C standard defines the locale as a program-wide property that may be "
917
923
"relatively expensive to change. On top of that, some implementations are "
918
924
"broken in such a way that frequent locale changes may cause core dumps. "
919
925
"This makes the locale somewhat painful to use correctly."
920
926
msgstr ""
921
927
922
- #: ../../library/locale.rst:555
928
+ #: ../../library/locale.rst:558
923
929
msgid ""
924
930
"Initially, when a program is started, the locale is the ``C`` locale, no "
925
931
"matter what the user's preferred locale is. There is one exception: the :"
@@ -935,7 +941,7 @@ msgstr ""
935
941
"``setlocale(LC_ALL, '')`` を呼び出して、明示的にユーザの希望するロケール設定"
936
942
"を行わなければなりません。"
937
943
938
- #: ../../library/locale.rst:562
944
+ #: ../../library/locale.rst:565
939
945
msgid ""
940
946
"It is generally a bad idea to call :func:`setlocale` in some library "
941
947
"routine, since as a side effect it affects the entire program. Saving and "
@@ -947,7 +953,7 @@ msgstr ""
947
953
"りするのもよくありません: 高価な処理であり、ロケールの設定が復帰する以前に起"
948
954
"動してしまった他のスレッドに悪影響を及ぼすからです。"
949
955
950
- #: ../../library/locale.rst:567
956
+ #: ../../library/locale.rst:570
951
957
msgid ""
952
958
"If, when coding a module for general use, you need a locale independent "
953
959
"version of an operation that is affected by the locale (such as certain "
@@ -964,7 +970,7 @@ msgstr ""
964
970
"とです。最後の手段は、あなたのモジュールが ``C`` ロケール以外の設定には互換性"
965
971
"がないとドキュメントに書くことです。"
966
972
967
- #: ../../library/locale.rst:574
973
+ #: ../../library/locale.rst:577
968
974
msgid ""
969
975
"The only way to perform numeric operations according to the locale is to use "
970
976
"the special functions defined by this module: :func:`atof`, :func:`atoi`, :"
@@ -974,7 +980,7 @@ msgstr ""
974
980
"れている関数: :func:`atof` 、 :func:`atoi` 、 :func:`.format` 、 :func:`."
975
981
"str` を使うことです。"
976
982
977
- #: ../../library/locale.rst:578
983
+ #: ../../library/locale.rst:581
978
984
msgid ""
979
985
"There is no way to perform case conversions and character classifications "
980
986
"according to the locale. For (Unicode) text strings these are done "
@@ -990,11 +996,11 @@ msgstr ""
990
996
"トが立っているバイト (すなわち、non-ASCII バイト) は、決して変換されず、英字"
991
997
"や空白などの文字クラスの一部とみなされることもありません。"
992
998
993
- #: ../../library/locale.rst:589
999
+ #: ../../library/locale.rst:592
994
1000
msgid "For extension writers and programs that embed Python"
995
1001
msgstr "Python 拡張の作者と、Python を埋め込むようなプログラムに関して"
996
1002
997
- #: ../../library/locale.rst:591
1003
+ #: ../../library/locale.rst:594
998
1004
msgid ""
999
1005
"Extension modules should never call :func:`setlocale`, except to find out "
1000
1006
"what the current locale is. But since the return value can only be used "
@@ -1006,7 +1012,7 @@ msgstr ""
1006
1012
"ので、さほど便利とはいえません (例外はおそらくロケールが ``C`` かどうか調べる"
1007
1013
"ことでしょう)。"
1008
1014
1009
- #: ../../library/locale.rst:596
1015
+ #: ../../library/locale.rst:599
1010
1016
msgid ""
1011
1017
"When Python code uses the :mod:`locale` module to change the locale, this "
1012
1018
"also affects the embedding application. If the embedding application "
@@ -1022,11 +1028,11 @@ msgstr ""
1022
1028
"ル (ここで全てを行っています) を削除し、共有ライブラリから :mod:`_locale` "
1023
1029
"モジュールにアクセスできないようにしてください。"
1024
1030
1025
- #: ../../library/locale.rst:607
1031
+ #: ../../library/locale.rst:610
1026
1032
msgid "Access to message catalogs"
1027
1033
msgstr "メッセージカタログへのアクセス"
1028
1034
1029
- #: ../../library/locale.rst:615
1035
+ #: ../../library/locale.rst:618
1030
1036
msgid ""
1031
1037
"The locale module exposes the C library's gettext interface on systems that "
1032
1038
"provide this interface. It consists of the functions :func:`!gettext`, :"
@@ -1044,7 +1050,7 @@ msgstr ""
1044
1050
"メッセージカタログとして C ライブラリのバイナリフォーマットを使い、メッセージ"
1045
1051
"カタログを探すために C ライブラリの検索アルゴリズムを使います。"
1046
1052
1047
- #: ../../library/locale.rst:622
1053
+ #: ../../library/locale.rst:625
1048
1054
msgid ""
1049
1055
"Python applications should normally find no need to invoke these functions, "
1050
1056
"and should use :mod:`gettext` instead. A known exception to this rule are "
0 commit comments