7
7
# tomo, 2019
8
8
# Naoki Nakamura <agent@sohzoh.com>, 2020
9
9
# yuhutuge, 2020
10
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
10
11
#
11
12
#, fuzzy
12
13
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
15
16
"Report-Msgid-Bugs-To : \n "
16
17
"POT-Creation-Date : 2020-06-09 03:18+0000\n "
17
18
"PO-Revision-Date : 2019-09-01 14:43+0000\n "
18
- "Last-Translator : yuhutuge , 2020\n "
19
+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com> , 2020\n "
19
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
20
21
"MIME-Version : 1.0\n "
21
22
"Content-Type : text/plain; charset=UTF-8\n "
@@ -29,7 +30,7 @@ msgstr "Python 初期化設定 "
29
30
30
31
#: ../../c-api/init_config.rst:11
31
32
msgid "Structures:"
32
- msgstr ""
33
+ msgstr "構造体: "
33
34
34
35
#: ../../c-api/init_config.rst:13
35
36
msgid ":c:type:`PyConfig`"
@@ -65,99 +66,99 @@ msgstr ":c:func:`PyConfig_InitPythonConfig`"
65
66
66
67
#: ../../c-api/init_config.rst:23
67
68
msgid ":c:func:`PyConfig_Read`"
68
- msgstr ""
69
+ msgstr ":c:func:`PyConfig_Read` "
69
70
70
71
#: ../../c-api/init_config.rst:24
71
72
msgid ":c:func:`PyConfig_SetArgv`"
72
- msgstr ""
73
+ msgstr ":c:func:`PyConfig_SetArgv` "
73
74
74
75
#: ../../c-api/init_config.rst:25
75
76
msgid ":c:func:`PyConfig_SetBytesArgv`"
76
- msgstr ""
77
+ msgstr ":c:func:`PyConfig_SetBytesArgv` "
77
78
78
79
#: ../../c-api/init_config.rst:26
79
80
msgid ":c:func:`PyConfig_SetBytesString`"
80
- msgstr ""
81
+ msgstr ":c:func:`PyConfig_SetBytesString` "
81
82
82
83
#: ../../c-api/init_config.rst:27
83
84
msgid ":c:func:`PyConfig_SetString`"
84
- msgstr ""
85
+ msgstr ":c:func:`PyConfig_SetString` "
85
86
86
87
#: ../../c-api/init_config.rst:28
87
88
msgid ":c:func:`PyConfig_SetWideStringList`"
88
- msgstr ""
89
+ msgstr ":c:func:`PyConfig_SetWideStringList` "
89
90
90
91
#: ../../c-api/init_config.rst:29
91
92
msgid ":c:func:`PyPreConfig_InitIsolatedConfig`"
92
- msgstr ""
93
+ msgstr ":c:func:`PyPreConfig_InitIsolatedConfig` "
93
94
94
95
#: ../../c-api/init_config.rst:30
95
96
msgid ":c:func:`PyPreConfig_InitPythonConfig`"
96
- msgstr ""
97
+ msgstr ":c:func:`PyPreConfig_InitPythonConfig` "
97
98
98
99
#: ../../c-api/init_config.rst:31
99
100
msgid ":c:func:`PyStatus_Error`"
100
- msgstr ""
101
+ msgstr ":c:func:`PyStatus_Error` "
101
102
102
103
#: ../../c-api/init_config.rst:32
103
104
msgid ":c:func:`PyStatus_Exception`"
104
- msgstr ""
105
+ msgstr ":c:func:`PyStatus_Exception` "
105
106
106
107
#: ../../c-api/init_config.rst:33
107
108
msgid ":c:func:`PyStatus_Exit`"
108
- msgstr ""
109
+ msgstr ":c:func:`PyStatus_Exit` "
109
110
110
111
#: ../../c-api/init_config.rst:34
111
112
msgid ":c:func:`PyStatus_IsError`"
112
- msgstr ""
113
+ msgstr ":c:func:`PyStatus_IsError` "
113
114
114
115
#: ../../c-api/init_config.rst:35
115
116
msgid ":c:func:`PyStatus_IsExit`"
116
- msgstr ""
117
+ msgstr ":c:func:`PyStatus_IsExit` "
117
118
118
119
#: ../../c-api/init_config.rst:36
119
120
msgid ":c:func:`PyStatus_NoMemory`"
120
- msgstr ""
121
+ msgstr ":c:func:`PyStatus_NoMemory` "
121
122
122
123
#: ../../c-api/init_config.rst:37
123
124
msgid ":c:func:`PyStatus_Ok`"
124
- msgstr ""
125
+ msgstr ":c:func:`PyStatus_Ok` "
125
126
126
127
#: ../../c-api/init_config.rst:38
127
128
msgid ":c:func:`PyWideStringList_Append`"
128
- msgstr ""
129
+ msgstr ":c:func:`PyWideStringList_Append` "
129
130
130
131
#: ../../c-api/init_config.rst:39
131
132
msgid ":c:func:`PyWideStringList_Insert`"
132
- msgstr ""
133
+ msgstr ":c:func:`PyWideStringList_Insert` "
133
134
134
135
#: ../../c-api/init_config.rst:40
135
136
msgid ":c:func:`Py_ExitStatusException`"
136
- msgstr ""
137
+ msgstr ":c:func:`Py_ExitStatusException` "
137
138
138
139
#: ../../c-api/init_config.rst:41
139
140
msgid ":c:func:`Py_InitializeFromConfig`"
140
- msgstr ""
141
+ msgstr ":c:func:`Py_InitializeFromConfig` "
141
142
142
143
#: ../../c-api/init_config.rst:42
143
144
msgid ":c:func:`Py_PreInitialize`"
144
- msgstr ""
145
+ msgstr ":c:func:`Py_PreInitialize` "
145
146
146
147
#: ../../c-api/init_config.rst:43
147
148
msgid ":c:func:`Py_PreInitializeFromArgs`"
148
- msgstr ""
149
+ msgstr ":c:func:`Py_PreInitializeFromArgs` "
149
150
150
151
#: ../../c-api/init_config.rst:44
151
152
msgid ":c:func:`Py_PreInitializeFromBytesArgs`"
152
- msgstr ""
153
+ msgstr ":c:func:`Py_PreInitializeFromBytesArgs` "
153
154
154
155
#: ../../c-api/init_config.rst:45
155
156
msgid ":c:func:`Py_RunMain`"
156
- msgstr ""
157
+ msgstr ":c:func:`Py_RunMain` "
157
158
158
159
#: ../../c-api/init_config.rst:46
159
160
msgid ":c:func:`Py_GetArgcArgv`"
160
- msgstr ""
161
+ msgstr ":c:func:`Py_GetArgcArgv` "
161
162
162
163
#: ../../c-api/init_config.rst:48
163
164
msgid ""
@@ -177,7 +178,7 @@ msgstr ""
177
178
178
179
#: ../../c-api/init_config.rst:59
179
180
msgid "PyWideStringList"
180
- msgstr ""
181
+ msgstr "PyWideStringList "
181
182
182
183
#: ../../c-api/init_config.rst:63
183
184
msgid "List of ``wchar_t*`` strings."
@@ -585,19 +586,19 @@ msgstr ""
585
586
586
587
#: ../../c-api/init_config.rst:404
587
588
msgid ":c:member:`~PyConfig.dev_mode`"
588
- msgstr ""
589
+ msgstr ":c:member:`~PyConfig.dev_mode` "
589
590
590
591
#: ../../c-api/init_config.rst:405
591
592
msgid ":c:member:`~PyConfig.isolated`"
592
- msgstr ""
593
+ msgstr ":c:member:`~PyConfig.isolated` "
593
594
594
595
#: ../../c-api/init_config.rst:406
595
596
msgid ":c:member:`~PyConfig.parse_argv`"
596
- msgstr ""
597
+ msgstr ":c:member:`~PyConfig.parse_argv` "
597
598
598
599
#: ../../c-api/init_config.rst:407
599
600
msgid ":c:member:`~PyConfig.use_environment`"
600
- msgstr ""
601
+ msgstr ":c:member:`~PyConfig.use_environment` "
601
602
602
603
#: ../../c-api/init_config.rst:409
603
604
msgid ""
@@ -624,7 +625,7 @@ msgstr ""
624
625
625
626
#: ../../c-api/init_config.rst:429
626
627
msgid ":data:`sys.base_exec_prefix`."
627
- msgstr ""
628
+ msgstr ":data:`sys.base_exec_prefix`. "
628
629
629
630
#: ../../c-api/init_config.rst:433
630
631
msgid ""
@@ -634,7 +635,7 @@ msgstr ""
634
635
635
636
#: ../../c-api/init_config.rst:438
636
637
msgid ":data:`sys.base_prefix`."
637
- msgstr ""
638
+ msgstr ":data:`sys.base_prefix`. "
638
639
639
640
#: ../../c-api/init_config.rst:442
640
641
msgid ""
@@ -695,11 +696,11 @@ msgstr ""
695
696
696
697
#: ../../c-api/init_config.rst:488
697
698
msgid ":data:`sys.exec_prefix`."
698
- msgstr ""
699
+ msgstr ":data:`sys.exec_prefix`. "
699
700
700
701
#: ../../c-api/init_config.rst:492
701
702
msgid ":data:`sys.executable`."
702
- msgstr ""
703
+ msgstr ":data:`sys.executable`. "
703
704
704
705
#: ../../c-api/init_config.rst:496
705
706
msgid "If non-zero, call :func:`faulthandler.enable` at startup."
@@ -844,7 +845,7 @@ msgstr ""
844
845
845
846
#: ../../c-api/init_config.rst:609
846
847
msgid ":data:`sys.prefix`."
847
- msgstr ""
848
+ msgstr ":data:`sys.prefix`. "
848
849
849
850
#: ../../c-api/init_config.rst:613
850
851
msgid ""
@@ -1123,33 +1124,35 @@ msgstr ""
1123
1124
1124
1125
#: ../../c-api/init_config.rst:910
1125
1126
msgid ":c:member:`PyConfig.base_exec_prefix`"
1126
- msgstr ""
1127
+ msgstr ":c:member:`PyConfig.base_exec_prefix` "
1127
1128
1128
1129
#: ../../c-api/init_config.rst:911
1129
1130
msgid ":c:member:`PyConfig.base_executable`"
1130
- msgstr ""
1131
+ msgstr ":c:member:`PyConfig.base_executable` "
1131
1132
1132
1133
#: ../../c-api/init_config.rst:912
1133
1134
msgid ":c:member:`PyConfig.base_prefix`"
1134
- msgstr ""
1135
+ msgstr ":c:member:`PyConfig.base_prefix` "
1135
1136
1136
1137
#: ../../c-api/init_config.rst:913
1137
1138
msgid ":c:member:`PyConfig.exec_prefix`"
1138
- msgstr ""
1139
+ msgstr ":c:member:`PyConfig.exec_prefix` "
1139
1140
1140
1141
#: ../../c-api/init_config.rst:914
1141
1142
msgid ":c:member:`PyConfig.executable`"
1142
- msgstr ""
1143
+ msgstr ":c:member:`PyConfig.executable` "
1143
1144
1144
1145
#: ../../c-api/init_config.rst:915
1145
1146
msgid ""
1146
1147
":c:member:`PyConfig.module_search_paths_set`, "
1147
1148
":c:member:`PyConfig.module_search_paths`"
1148
1149
msgstr ""
1150
+ ":c:member:`PyConfig.module_search_paths_set`, "
1151
+ ":c:member:`PyConfig.module_search_paths`"
1149
1152
1150
1153
#: ../../c-api/init_config.rst:917
1151
1154
msgid ":c:member:`PyConfig.prefix`"
1152
- msgstr ""
1155
+ msgstr ":c:member:`PyConfig.prefix` "
1153
1156
1154
1157
#: ../../c-api/init_config.rst:919
1155
1158
msgid ""
@@ -1231,7 +1234,7 @@ msgstr ""
1231
1234
1232
1235
#: ../../c-api/init_config.rst:960
1233
1236
msgid "``pyvenv.cfg``"
1234
- msgstr ""
1237
+ msgstr "``pyvenv.cfg`` "
1235
1238
1236
1239
#: ../../c-api/init_config.rst:961
1237
1240
msgid "``python._pth`` (Windows only)"
@@ -1249,7 +1252,7 @@ msgstr ""
1249
1252
1250
1253
#: ../../c-api/init_config.rst:969
1251
1254
msgid "Py_RunMain()"
1252
- msgstr ""
1255
+ msgstr "Py_RunMain() "
1253
1256
1254
1257
#: ../../c-api/init_config.rst:973
1255
1258
msgid ""
@@ -1278,7 +1281,7 @@ msgstr ""
1278
1281
1279
1282
#: ../../c-api/init_config.rst:989
1280
1283
msgid "Py_GetArgcArgv()"
1281
- msgstr ""
1284
+ msgstr "Py_GetArgcArgv() "
1282
1285
1283
1286
#: ../../c-api/init_config.rst:993
1284
1287
msgid "Get the original command line arguments, before Python modified them."
0 commit comments