This repository has been archived by the owner on Feb 3, 2024. It is now read-only.
forked from rains31/wingidecn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
src_pysource.po
226 lines (181 loc) · 6.43 KB
/
src_pysource.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# Module src_pysource translation file for language=en
# Copyright (C) 2003 Archaeopteryx Software, Inc.
# Wing IDE for Python -- www.wingide.com
#
msgid ""
msgstr ""
"Project-Id-Version: wingide 5.0.0\n"
"POT-Creation-Date: 2013-11-13 10:33+EST\n"
"PO-Revision-Date: 2003-07-10 12:24GMT\n"
"Last-Translator: 小雨<rains31@gmail.com>\n"
"Language-Team: www.knownsec.com\n"
"Language: zh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.4\n"
"X-Generator: KBabel 0.9.5\n"
#: /Users/sdeibel/src/ide/src/pysource/attribs.py:23
msgid "Analyze main file for sys.path changes"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/codewarn.py:272
msgid "Undefined name: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/codewarn.py:294
msgid "a %s instance"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/codewarn.py:296
msgid "the %s class"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/codewarn.py:298
msgid "the %s module"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/codewarn.py:301
msgid "a %s literal"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/codewarn.py:303
msgid "a ?? literal"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/codewarn.py:305
msgid "the %s symbol"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/codewarn.py:309
msgid "Undefined attribute: %s, %s is probably %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/codewarn.py:310
msgid " or "
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/llinecache.py:61
msgid "Inconsistent indentation (not in units of indent size)"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/llinecache.py:63
msgid "This code will never be reached"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/llinecache.py:65
msgid "Expected indentation to decrease"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/llinecache.py:67
msgid "Expected indentation to increase"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/llinecache.py:69
msgid "Unexpected indentation decrease"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/llinecache.py:71
msgid "Unexpected indentation increase"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/llinecache.py:73
msgid "Bad indentation level"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/llinecache.py:75
msgid "Indentation error (unspecified)"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:161
msgid "(Analyzing Files: pass 1, Q=%i) "
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:163
msgid "(Analyzing Files: pass 2, Q=%i) "
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:849
msgid ""
"Scrape errors for %s:\n"
"%s"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:856
msgid "%s does not exist (scrape failed)"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:859
msgid "%s is empty (scrape failed; removing file now)"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:892
msgid "Scraping %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:900
msgid "Failed to scrape extension module %s: Python not found"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:915
msgid ""
"Failed to start process to scrape extension module %s: could not find "
"suitable rundir"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:940
msgid ""
"Failed to start process to scrape extension module %s: cannot encode "
"arguments"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:958
msgid "Cache file is %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:966
msgid "Failed to start process to scrape extension module %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:971
msgid "Failed scraping API for %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/manager.py:973
msgid "API scraping process for %s completed"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:28
msgid ""
"Path to search for interface files for extension modules. If directory name "
"is relative, it will be interpreted as relative to the user settings "
"directory (%s)"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:35
msgid "Whether Wing should try to analyze python source in the background."
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:44
msgid "The maximum size of the disk cache in megabytes"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:45
msgid "Clear cache"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:46
msgid "Clear cache files and re-analyse all source code"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:50
msgid ""
"The maximum # of analysis info buffers that can be in-memory at once for "
"files that are not open."
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:58
msgid ""
"Enable to automatically load and introspect extension modules and other "
"modules that cannot be statically analysed. These modules are loaded in "
"another process space and 'scraped' to obtain at least some analysis of the "
"module's contents."
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:86
msgid ""
"This is a dictionary from module name to Python code that should be executed "
"before attempting to load extension modules for scraping. This is needed in "
"cases where the extension modules are designed to be loaded only after some "
"configuration magic is performed. For most extension modules, no extra "
"configuration should be needed."
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:120
msgid "Configuration Code"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:120
msgid "Module Name"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:125
msgid ""
"Use slower, dotfile locking for sqllite databases to work around buggy "
"remote file servers. Only needed if the user cache directory is on a remote "
"file system or can be accessed via a remote file system. It is recommended "
"that the user cache directory be on the local file system for performance "
"reasons."
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:134
msgid ""
"Prefix for Python Standard Library Documentation. This should be in the "
"form http://docs.python.org/library/ and Wing will append module and symbol "
"specific to the given URL. To use locally stored documentation, you must "
"run a local web server since # bookmarksdo not work in file: URLs."
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:141
msgid "Use docs.python.org"
msgstr ""
#: /Users/sdeibel/src/ide/src/pysource/prefs.py:142
msgid "Other:"
msgstr ""