5
5
#
6
6
# Translators:
7
7
# tomo, 2020
8
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
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 12:40+0000\n "
15
16
"PO-Revision-Date :2020-05-30 11:49+0000\n "
16
- "Last-Translator :tomo , 2020\n "
17
+ "Last-Translator :Tetsuo Koyama <tkoyama010@gmail.com> , 2020\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 "
@@ -27,7 +28,7 @@ msgstr "Python 初期化設定 "
27
28
28
29
#: ../../c-api/init_config.rst:11
29
30
msgid "Structures:"
30
- msgstr ""
31
+ msgstr "構造体: "
31
32
32
33
#: ../../c-api/init_config.rst:13
33
34
msgid ":c:type:`PyConfig`"
@@ -63,95 +64,95 @@ msgstr ":c:func:`PyConfig_InitPythonConfig`"
63
64
64
65
#: ../../c-api/init_config.rst:23
65
66
msgid ":c:func:`PyConfig_Read`"
66
- msgstr ""
67
+ msgstr ":c:func:`PyConfig_Read` "
67
68
68
69
#: ../../c-api/init_config.rst:24
69
70
msgid ":c:func:`PyConfig_SetArgv`"
70
- msgstr ""
71
+ msgstr ":c:func:`PyConfig_SetArgv` "
71
72
72
73
#: ../../c-api/init_config.rst:25
73
74
msgid ":c:func:`PyConfig_SetBytesArgv`"
74
- msgstr ""
75
+ msgstr ":c:func:`PyConfig_SetBytesArgv` "
75
76
76
77
#: ../../c-api/init_config.rst:26
77
78
msgid ":c:func:`PyConfig_SetBytesString`"
78
- msgstr ""
79
+ msgstr ":c:func:`PyConfig_SetBytesString` "
79
80
80
81
#: ../../c-api/init_config.rst:27
81
82
msgid ":c:func:`PyConfig_SetString`"
82
- msgstr ""
83
+ msgstr ":c:func:`PyConfig_SetString` "
83
84
84
85
#: ../../c-api/init_config.rst:28
85
86
msgid ":c:func:`PyConfig_SetWideStringList`"
86
- msgstr ""
87
+ msgstr ":c:func:`PyConfig_SetWideStringList` "
87
88
88
89
#: ../../c-api/init_config.rst:29
89
90
msgid ":c:func:`PyPreConfig_InitIsolatedConfig`"
90
- msgstr ""
91
+ msgstr ":c:func:`PyPreConfig_InitIsolatedConfig` "
91
92
92
93
#: ../../c-api/init_config.rst:30
93
94
msgid ":c:func:`PyPreConfig_InitPythonConfig`"
94
- msgstr ""
95
+ msgstr ":c:func:`PyPreConfig_InitPythonConfig` "
95
96
96
97
#: ../../c-api/init_config.rst:31
97
98
msgid ":c:func:`PyStatus_Error`"
98
- msgstr ""
99
+ msgstr ":c:func:`PyStatus_Error` "
99
100
100
101
#: ../../c-api/init_config.rst:32
101
102
msgid ":c:func:`PyStatus_Exception`"
102
- msgstr ""
103
+ msgstr ":c:func:`PyStatus_Exception` "
103
104
104
105
#: ../../c-api/init_config.rst:33
105
106
msgid ":c:func:`PyStatus_Exit`"
106
- msgstr ""
107
+ msgstr ":c:func:`PyStatus_Exit` "
107
108
108
109
#: ../../c-api/init_config.rst:34
109
110
msgid ":c:func:`PyStatus_IsError`"
110
- msgstr ""
111
+ msgstr ":c:func:`PyStatus_IsError` "
111
112
112
113
#: ../../c-api/init_config.rst:35
113
114
msgid ":c:func:`PyStatus_IsExit`"
114
- msgstr ""
115
+ msgstr ":c:func:`PyStatus_IsExit` "
115
116
116
117
#: ../../c-api/init_config.rst:36
117
118
msgid ":c:func:`PyStatus_NoMemory`"
118
- msgstr ""
119
+ msgstr ":c:func:`PyStatus_NoMemory` "
119
120
120
121
#: ../../c-api/init_config.rst:37
121
122
msgid ":c:func:`PyStatus_Ok`"
122
- msgstr ""
123
+ msgstr ":c:func:`PyStatus_Ok` "
123
124
124
125
#: ../../c-api/init_config.rst:38
125
126
msgid ":c:func:`PyWideStringList_Append`"
126
- msgstr ""
127
+ msgstr ":c:func:`PyWideStringList_Append` "
127
128
128
129
#: ../../c-api/init_config.rst:39
129
130
msgid ":c:func:`PyWideStringList_Insert`"
130
- msgstr ""
131
+ msgstr ":c:func:`PyWideStringList_Insert` "
131
132
132
133
#: ../../c-api/init_config.rst:40
133
134
msgid ":c:func:`Py_ExitStatusException`"
134
- msgstr ""
135
+ msgstr ":c:func:`Py_ExitStatusException` "
135
136
136
137
#: ../../c-api/init_config.rst:41
137
138
msgid ":c:func:`Py_InitializeFromConfig`"
138
- msgstr ""
139
+ msgstr ":c:func:`Py_InitializeFromConfig` "
139
140
140
141
#: ../../c-api/init_config.rst:42
141
142
msgid ":c:func:`Py_PreInitialize`"
142
- msgstr ""
143
+ msgstr ":c:func:`Py_PreInitialize` "
143
144
144
145
#: ../../c-api/init_config.rst:43
145
146
msgid ":c:func:`Py_PreInitializeFromArgs`"
146
- msgstr ""
147
+ msgstr ":c:func:`Py_PreInitializeFromArgs` "
147
148
148
149
#: ../../c-api/init_config.rst:44
149
150
msgid ":c:func:`Py_PreInitializeFromBytesArgs`"
150
- msgstr ""
151
+ msgstr ":c:func:`Py_PreInitializeFromBytesArgs` "
151
152
152
153
#: ../../c-api/init_config.rst:45
153
154
msgid ":c:func:`Py_RunMain`"
154
- msgstr ""
155
+ msgstr ":c:func:`Py_RunMain` "
155
156
156
157
#: ../../c-api/init_config.rst:47
157
158
msgid ""
@@ -171,7 +172,7 @@ msgstr ""
171
172
172
173
#: ../../c-api/init_config.rst:58
173
174
msgid "PyWideStringList"
174
- msgstr ""
175
+ msgstr "PyWideStringList "
175
176
176
177
#: ../../c-api/init_config.rst:62
177
178
msgid "List of ``wchar_t*`` strings."
@@ -579,19 +580,19 @@ msgstr ""
579
580
580
581
#: ../../c-api/init_config.rst:403
581
582
msgid ":c:member:`~PyConfig.dev_mode`"
582
- msgstr ""
583
+ msgstr ":c:member:`~PyConfig.dev_mode` "
583
584
584
585
#: ../../c-api/init_config.rst:404
585
586
msgid ":c:member:`~PyConfig.isolated`"
586
- msgstr ""
587
+ msgstr ":c:member:`~PyConfig.isolated` "
587
588
588
589
#: ../../c-api/init_config.rst:405
589
590
msgid ":c:member:`~PyConfig.parse_argv`"
590
- msgstr ""
591
+ msgstr ":c:member:`~PyConfig.parse_argv` "
591
592
592
593
#: ../../c-api/init_config.rst:406
593
594
msgid ":c:member:`~PyConfig.use_environment`"
594
- msgstr ""
595
+ msgstr ":c:member:`~PyConfig.use_environment` "
595
596
596
597
#: ../../c-api/init_config.rst:408
597
598
msgid ""
@@ -618,7 +619,7 @@ msgstr ""
618
619
619
620
#: ../../c-api/init_config.rst:428
620
621
msgid ":data:`sys.base_exec_prefix`."
621
- msgstr ""
622
+ msgstr ":data:`sys.base_exec_prefix`. "
622
623
623
624
#: ../../c-api/init_config.rst:432
624
625
msgid ""
@@ -628,7 +629,7 @@ msgstr ""
628
629
629
630
#: ../../c-api/init_config.rst:437
630
631
msgid ":data:`sys.base_prefix`."
631
- msgstr ""
632
+ msgstr ":data:`sys.base_prefix`. "
632
633
633
634
#: ../../c-api/init_config.rst:441
634
635
msgid ""
@@ -683,11 +684,11 @@ msgstr ""
683
684
684
685
#: ../../c-api/init_config.rst:479
685
686
msgid ":data:`sys.exec_prefix`."
686
- msgstr ""
687
+ msgstr ":data:`sys.exec_prefix`. "
687
688
688
689
#: ../../c-api/init_config.rst:483
689
690
msgid ":data:`sys.executable`."
690
- msgstr ""
691
+ msgstr ":data:`sys.executable`. "
691
692
692
693
#: ../../c-api/init_config.rst:487
693
694
msgid "If non-zero, call :func:`faulthandler.enable` at startup."
@@ -832,7 +833,7 @@ msgstr ""
832
833
833
834
#: ../../c-api/init_config.rst:600
834
835
msgid ":data:`sys.prefix`."
835
- msgstr ""
836
+ msgstr ":data:`sys.prefix`. "
836
837
837
838
#: ../../c-api/init_config.rst:604
838
839
msgid ""
@@ -1103,33 +1104,35 @@ msgstr ""
1103
1104
1104
1105
#: ../../c-api/init_config.rst:894
1105
1106
msgid ":c:member:`PyConfig.base_exec_prefix`"
1106
- msgstr ""
1107
+ msgstr ":c:member:`PyConfig.base_exec_prefix` "
1107
1108
1108
1109
#: ../../c-api/init_config.rst:895
1109
1110
msgid ":c:member:`PyConfig.base_executable`"
1110
- msgstr ""
1111
+ msgstr ":c:member:`PyConfig.base_executable` "
1111
1112
1112
1113
#: ../../c-api/init_config.rst:896
1113
1114
msgid ":c:member:`PyConfig.base_prefix`"
1114
- msgstr ""
1115
+ msgstr ":c:member:`PyConfig.base_prefix` "
1115
1116
1116
1117
#: ../../c-api/init_config.rst:897
1117
1118
msgid ":c:member:`PyConfig.exec_prefix`"
1118
- msgstr ""
1119
+ msgstr ":c:member:`PyConfig.exec_prefix` "
1119
1120
1120
1121
#: ../../c-api/init_config.rst:898
1121
1122
msgid ":c:member:`PyConfig.executable`"
1122
- msgstr ""
1123
+ msgstr ":c:member:`PyConfig.executable` "
1123
1124
1124
1125
#: ../../c-api/init_config.rst:899
1125
1126
msgid ""
1126
1127
":c:member:`PyConfig.module_search_paths_set`, "
1127
1128
":c:member:`PyConfig.module_search_paths`"
1128
1129
msgstr ""
1130
+ ":c:member:`PyConfig.module_search_paths_set`, "
1131
+ ":c:member:`PyConfig.module_search_paths`"
1129
1132
1130
1133
#: ../../c-api/init_config.rst:901
1131
1134
msgid ":c:member:`PyConfig.prefix`"
1132
- msgstr ""
1135
+ msgstr ":c:member:`PyConfig.prefix` "
1133
1136
1134
1137
#: ../../c-api/init_config.rst:903
1135
1138
msgid ""
@@ -1211,7 +1214,7 @@ msgstr ""
1211
1214
1212
1215
#: ../../c-api/init_config.rst:944
1213
1216
msgid "``pyvenv.cfg``"
1214
- msgstr ""
1217
+ msgstr "``pyvenv.cfg`` "
1215
1218
1216
1219
#: ../../c-api/init_config.rst:945
1217
1220
msgid "``python._pth`` (Windows only)"
@@ -1229,7 +1232,7 @@ msgstr ""
1229
1232
1230
1233
#: ../../c-api/init_config.rst:953
1231
1234
msgid "Py_RunMain()"
1232
- msgstr ""
1235
+ msgstr "Py_RunMain() "
1233
1236
1234
1237
#: ../../c-api/init_config.rst:957
1235
1238
msgid ""