6
6
#, fuzzy
7
7
msgid ""
8
8
msgstr ""
9
- "Project-Id-Version : bpython 0.22.dev28 \n "
9
+ "Project-Id-Version : bpython 0.22.dev123 \n "
10
10
"Report-Msgid-Bugs-To : https://github.com/bpython/bpython/issues\n "
11
- "POT-Creation-Date : 2021-02-14 17:29+0100 \n "
11
+ "POT-Creation-Date : 2021-10-12 21:58+0200 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -17,98 +17,99 @@ msgstr ""
17
17
"Content-Transfer-Encoding : 8bit\n "
18
18
"Generated-By : Babel 2.8.0\n "
19
19
20
- #: bpython/args.py:49
20
+ #: bpython/args.py:63
21
21
msgid "{} version {} on top of Python {} {}"
22
22
msgstr ""
23
23
24
- #: bpython/args.py:58
24
+ #: bpython/args.py:72
25
25
msgid "{} See AUTHORS.rst for details."
26
26
msgstr ""
27
27
28
- #: bpython/args.py:95
28
+ #: bpython/args.py:116
29
29
#, python-format
30
30
msgid ""
31
31
"Usage: %(prog)s [options] [file [args]]\n"
32
32
"NOTE: If bpython sees an argument it does not know, execution falls back "
33
33
"to the regular Python interpreter."
34
34
msgstr ""
35
35
36
- #: bpython/args.py:105
36
+ #: bpython/args.py:127
37
37
msgid "Use CONFIG instead of default config file."
38
38
msgstr ""
39
39
40
- #: bpython/args.py:111
40
+ #: bpython/args.py:133
41
41
msgid "Drop to bpython shell after running file instead of exiting."
42
42
msgstr ""
43
43
44
- #: bpython/args.py:117
44
+ #: bpython/args.py:139
45
45
msgid "Don't flush the output to stdout."
46
46
msgstr ""
47
47
48
- #: bpython/args.py:123
48
+ #: bpython/args.py:145
49
49
msgid "Print version and exit."
50
50
msgstr ""
51
51
52
- #: bpython/args.py:130
52
+ #: bpython/args.py:152
53
53
msgid "Set log level for logging"
54
54
msgstr ""
55
55
56
- #: bpython/args.py:135
56
+ #: bpython/args.py:157
57
57
msgid "Log output file"
58
58
msgstr ""
59
59
60
- #: bpython/args.py:146
60
+ #: bpython/args.py:168
61
61
msgid "File to execute and additional arguments passed on to the executed script."
62
62
msgstr ""
63
63
64
- #: bpython/cli.py:312 bpython/urwid.py:537
64
+ #: bpython/cli.py:320 bpython/curtsiesfrontend/interaction.py:107
65
+ #: bpython/urwid.py:539
65
66
msgid "y"
66
67
msgstr ""
67
68
68
- #: bpython/cli.py:312 bpython/urwid.py:537
69
+ #: bpython/cli.py:320 bpython/urwid.py:539
69
70
msgid "yes"
70
71
msgstr ""
71
72
72
- #: bpython/cli.py:1692
73
+ #: bpython/cli.py:1696
73
74
msgid "Rewind"
74
75
msgstr ""
75
76
76
- #: bpython/cli.py:1693
77
+ #: bpython/cli.py:1697
77
78
msgid "Save"
78
79
msgstr ""
79
80
80
- #: bpython/cli.py:1694
81
+ #: bpython/cli.py:1698
81
82
msgid "Pastebin"
82
83
msgstr ""
83
84
84
- #: bpython/cli.py:1695
85
+ #: bpython/cli.py:1699
85
86
msgid "Pager"
86
87
msgstr ""
87
88
88
- #: bpython/cli.py:1696
89
+ #: bpython/cli.py:1700
89
90
msgid "Show Source"
90
91
msgstr ""
91
92
92
- #: bpython/cli.py:1943
93
+ #: bpython/cli.py:1947
93
94
msgid ""
94
95
"WARNING: You are using `bpython-cli`, the curses backend for `bpython`. "
95
96
"This backend has been deprecated in version 0.19 and might disappear in a"
96
97
" future version."
97
98
msgstr ""
98
99
99
- #: bpython/curtsies.py:136
100
+ #: bpython/curtsies.py:201
100
101
msgid "start by pasting lines of a file into session"
101
102
msgstr ""
102
103
103
- #: bpython/curtsies.py:142
104
+ #: bpython/curtsies.py:207
104
105
msgid "curtsies arguments"
105
106
msgstr ""
106
107
107
- #: bpython/curtsies.py:143
108
+ #: bpython/curtsies.py:208
108
109
msgid "Additional arguments specific to the curtsies-based REPL."
109
110
msgstr ""
110
111
111
- #: bpython/history.py:224
112
+ #: bpython/history.py:250
112
113
#, python-format
113
114
msgid "Error occurred while writing to file %s (%s)"
114
115
msgstr ""
@@ -134,212 +135,212 @@ msgstr ""
134
135
msgid "Failed to recognize the helper program's output as an URL."
135
136
msgstr ""
136
137
137
- #: bpython/repl.py:653
138
+ #: bpython/repl.py:644
138
139
msgid "Nothing to get source of"
139
140
msgstr ""
140
141
141
- #: bpython/repl.py:658
142
+ #: bpython/repl.py:649
142
143
#, python-format
143
144
msgid "Cannot get source: %s"
144
145
msgstr ""
145
146
146
- #: bpython/repl.py:663
147
+ #: bpython/repl.py:654
147
148
#, python-format
148
149
msgid "Cannot access source of %r"
149
150
msgstr ""
150
151
151
- #: bpython/repl.py:665
152
+ #: bpython/repl.py:656
152
153
#, python-format
153
154
msgid "No source code found for %s"
154
155
msgstr ""
155
156
156
- #: bpython/repl.py:820
157
+ #: bpython/repl.py:801
157
158
msgid "Save to file (Esc to cancel): "
158
159
msgstr ""
159
160
160
- #: bpython/repl.py:822 bpython/repl.py:825 bpython/repl.py:849
161
+ #: bpython/repl.py:803 bpython/repl.py:806 bpython/repl.py:830
161
162
msgid "Save cancelled."
162
163
msgstr ""
163
164
164
- #: bpython/repl.py:836
165
+ #: bpython/repl.py:817
165
166
#, python-format
166
167
msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
167
168
msgstr ""
168
169
169
- #: bpython/repl.py:844
170
+ #: bpython/repl.py:825
170
171
msgid "overwrite"
171
172
msgstr ""
172
173
173
- #: bpython/repl.py:846
174
+ #: bpython/repl.py:827
174
175
msgid "append"
175
176
msgstr ""
176
177
177
- #: bpython/repl.py:858 bpython/repl.py:1165
178
+ #: bpython/repl.py:839 bpython/repl.py:1143
178
179
#, python-format
179
180
msgid "Error writing file '%s': %s"
180
181
msgstr ""
181
182
182
- #: bpython/repl.py:860
183
+ #: bpython/repl.py:841
183
184
#, python-format
184
185
msgid "Saved to %s."
185
186
msgstr ""
186
187
187
- #: bpython/repl.py:866
188
+ #: bpython/repl.py:847
188
189
msgid "No clipboard available."
189
190
msgstr ""
190
191
191
- #: bpython/repl.py:873
192
+ #: bpython/repl.py:854
192
193
msgid "Could not copy to clipboard."
193
194
msgstr ""
194
195
195
- #: bpython/repl.py:875
196
+ #: bpython/repl.py:856
196
197
msgid "Copied content to clipboard."
197
198
msgstr ""
198
199
199
- #: bpython/repl.py:884
200
+ #: bpython/repl.py:865
200
201
msgid "Pastebin buffer? (y/N) "
201
202
msgstr ""
202
203
203
- #: bpython/repl.py:886
204
+ #: bpython/repl.py:867
204
205
msgid "Pastebin aborted."
205
206
msgstr ""
206
207
207
- #: bpython/repl.py:894
208
+ #: bpython/repl.py:875
208
209
#, python-format
209
210
msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
210
211
msgstr ""
211
212
212
- #: bpython/repl.py:900
213
+ #: bpython/repl.py:881
213
214
msgid "Posting data to pastebin..."
214
215
msgstr ""
215
216
216
- #: bpython/repl.py:904
217
+ #: bpython/repl.py:885
217
218
#, python-format
218
219
msgid "Upload failed: %s"
219
220
msgstr ""
220
221
221
- #: bpython/repl.py:913
222
+ #: bpython/repl.py:894
222
223
#, python-format
223
224
msgid "Pastebin URL: %s - Removal URL: %s"
224
225
msgstr ""
225
226
226
- #: bpython/repl.py:918
227
+ #: bpython/repl.py:899
227
228
#, python-format
228
229
msgid "Pastebin URL: %s"
229
230
msgstr ""
230
231
231
- #: bpython/repl.py:956
232
+ #: bpython/repl.py:937
232
233
#, python-format
233
234
msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
234
235
msgstr ""
235
236
236
- #: bpython/repl.py:964 bpython/repl.py:968
237
+ #: bpython/repl.py:945 bpython/repl.py:949
237
238
msgid "Undo canceled"
238
239
msgstr ""
239
240
240
- #: bpython/repl.py:971
241
+ #: bpython/repl.py:952
241
242
#, python-format
242
243
msgid "Undoing %d line... (est. %.1f seconds)"
243
244
msgid_plural "Undoing %d lines... (est. %.1f seconds)"
244
245
msgstr[ 0 ] ""
245
246
msgstr[ 1 ] ""
246
247
247
- #: bpython/repl.py:1147
248
+ #: bpython/repl.py:1128
248
249
msgid "Config file does not exist - create new from default? (y/N)"
249
250
msgstr ""
250
251
251
- #: bpython/repl.py:1175
252
+ #: bpython/repl.py:1153
252
253
msgid "bpython config file edited. Restart bpython for changes to take effect."
253
254
msgstr ""
254
255
255
- #: bpython/repl.py:1181
256
+ #: bpython/repl.py:1158
256
257
#, python-format
257
258
msgid "Error editing config file: %s"
258
259
msgstr ""
259
260
260
- #: bpython/urwid.py:604
261
+ #: bpython/urwid.py:606
261
262
#, python-format
262
263
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
263
264
msgstr ""
264
265
265
- #: bpython/urwid.py:1114
266
+ #: bpython/urwid.py:1116
266
267
msgid "Run twisted reactor."
267
268
msgstr ""
268
269
269
- #: bpython/urwid.py:1119
270
+ #: bpython/urwid.py:1121
270
271
msgid "Select specific reactor (see --help-reactors). Implies --twisted."
271
272
msgstr ""
272
273
273
- #: bpython/urwid.py:1127
274
+ #: bpython/urwid.py:1129
274
275
msgid "List available reactors for -r."
275
276
msgstr ""
276
277
277
- #: bpython/urwid.py:1132
278
+ #: bpython/urwid.py:1134
278
279
msgid ""
279
280
"twistd plugin to run (use twistd for a list). Use \" --\" to pass further "
280
281
"options to the plugin."
281
282
msgstr ""
282
283
283
- #: bpython/urwid.py:1141
284
+ #: bpython/urwid.py:1143
284
285
msgid "Port to run an eval server on (forces Twisted)."
285
286
msgstr ""
286
287
287
- #: bpython/urwid.py:1335
288
+ #: bpython/urwid.py:1337
288
289
msgid ""
289
290
"WARNING: You are using `bpython-urwid`, the urwid backend for `bpython`. "
290
291
"This backend has been deprecated in version 0.19 and might disappear in a"
291
292
" future version."
292
293
msgstr ""
293
294
294
- #: bpython/curtsiesfrontend/repl.py:325
295
+ #: bpython/curtsiesfrontend/repl.py:339
295
296
msgid "Welcome to bpython!"
296
297
msgstr ""
297
298
298
- #: bpython/curtsiesfrontend/repl.py:327
299
+ #: bpython/curtsiesfrontend/repl.py:341
299
300
#, python-format
300
301
msgid "Press <%s> for help."
301
302
msgstr ""
302
303
303
- #: bpython/curtsiesfrontend/repl.py:664
304
+ #: bpython/curtsiesfrontend/repl.py:681
304
305
#, python-format
305
306
msgid "Executing PYTHONSTARTUP failed: %s"
306
307
msgstr ""
307
308
308
- #: bpython/curtsiesfrontend/repl.py:682
309
+ #: bpython/curtsiesfrontend/repl.py:698
309
310
#, python-format
310
311
msgid "Reloaded at %s because %s modified."
311
312
msgstr ""
312
313
313
- #: bpython/curtsiesfrontend/repl.py:991
314
+ #: bpython/curtsiesfrontend/repl.py:1008
314
315
msgid "Session not reevaluated because it was not edited"
315
316
msgstr ""
316
317
317
- #: bpython/curtsiesfrontend/repl.py:1006
318
+ #: bpython/curtsiesfrontend/repl.py:1023
318
319
msgid "Session not reevaluated because saved file was blank"
319
320
msgstr ""
320
321
321
- #: bpython/curtsiesfrontend/repl.py:1016
322
+ #: bpython/curtsiesfrontend/repl.py:1033
322
323
msgid "Session edited and reevaluated"
323
324
msgstr ""
324
325
325
- #: bpython/curtsiesfrontend/repl.py:1027
326
+ #: bpython/curtsiesfrontend/repl.py:1044
326
327
#, python-format
327
328
msgid "Reloaded at %s by user."
328
329
msgstr ""
329
330
330
- #: bpython/curtsiesfrontend/repl.py:1033
331
+ #: bpython/curtsiesfrontend/repl.py:1050
331
332
msgid "Auto-reloading deactivated."
332
333
msgstr ""
333
334
334
- #: bpython/curtsiesfrontend/repl.py:1038
335
+ #: bpython/curtsiesfrontend/repl.py:1055
335
336
msgid "Auto-reloading active, watching for file changes..."
336
337
msgstr ""
337
338
338
- #: bpython/curtsiesfrontend/repl.py:1044
339
+ #: bpython/curtsiesfrontend/repl.py:1061
339
340
msgid "Auto-reloading not available because watchdog not installed."
340
341
msgstr ""
341
342
342
- #: bpython/curtsiesfrontend/repl.py:1986
343
+ #: bpython/curtsiesfrontend/repl.py:2011
343
344
msgid ""
344
345
"\n"
345
346
"Thanks for using bpython!\n"
0 commit comments