Skip to content

Commit e638475

Browse files
committed
Update translations
1 parent 2387472 commit e638475

File tree

6 files changed

+288
-300
lines changed

6 files changed

+288
-300
lines changed

bpython/translations/bpython.pot

Lines changed: 48 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: bpython 0.20.1.post128\n"
9+
"Project-Id-Version: bpython 0.22.dev8\n"
1010
"Report-Msgid-Bugs-To: https://github.com/bpython/bpython/issues\n"
11-
"POT-Creation-Date: 2021-01-01 15:21+0100\n"
11+
"POT-Creation-Date: 2021-01-29 22:59+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,34 +17,32 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 2.8.0\n"
1919

20-
#: bpython/args.py:92
20+
#: bpython/args.py:91
2121
#, python-format
2222
msgid ""
2323
"Usage: %(prog)s [options] [file [args]]\n"
2424
"NOTE: If bpython sees an argument it does not know, execution falls back "
2525
"to the regular Python interpreter."
2626
msgstr ""
2727

28-
#: bpython/args.py:102
28+
#: bpython/args.py:101
2929
msgid "Use CONFIG instead of default config file."
3030
msgstr ""
3131

32-
#: bpython/args.py:108
32+
#: bpython/args.py:107
3333
msgid "Drop to bpython shell after running file instead of exiting."
3434
msgstr ""
3535

36-
#: bpython/args.py:114
36+
#: bpython/args.py:113
3737
msgid "Don't flush the output to stdout."
3838
msgstr ""
3939

40-
#: bpython/args.py:120
40+
#: bpython/args.py:119
4141
msgid "Print version and exit."
4242
msgstr ""
4343

44-
#: bpython/args.py:131
45-
msgid ""
46-
"File to extecute and additional arguments passed on to the executed "
47-
"script."
44+
#: bpython/args.py:130
45+
msgid "File to execute and additional arguments passed on to the executed script."
4846
msgstr ""
4947

5048
#: bpython/cli.py:312 bpython/urwid.py:537
@@ -124,125 +122,125 @@ msgstr ""
124122
msgid "Failed to recognize the helper program's output as an URL."
125123
msgstr ""
126124

127-
#: bpython/repl.py:657
125+
#: bpython/repl.py:653
128126
msgid "Nothing to get source of"
129127
msgstr ""
130128

131-
#: bpython/repl.py:662
129+
#: bpython/repl.py:658
132130
#, python-format
133131
msgid "Cannot get source: %s"
134132
msgstr ""
135133

136-
#: bpython/repl.py:667
134+
#: bpython/repl.py:663
137135
#, python-format
138136
msgid "Cannot access source of %r"
139137
msgstr ""
140138

141-
#: bpython/repl.py:669
139+
#: bpython/repl.py:665
142140
#, python-format
143141
msgid "No source code found for %s"
144142
msgstr ""
145143

146-
#: bpython/repl.py:824
144+
#: bpython/repl.py:820
147145
msgid "Save to file (Esc to cancel): "
148146
msgstr ""
149147

150-
#: bpython/repl.py:826 bpython/repl.py:829 bpython/repl.py:853
148+
#: bpython/repl.py:822 bpython/repl.py:825 bpython/repl.py:849
151149
msgid "Save cancelled."
152150
msgstr ""
153151

154-
#: bpython/repl.py:840
152+
#: bpython/repl.py:836
155153
#, python-format
156154
msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
157155
msgstr ""
158156

159-
#: bpython/repl.py:848
157+
#: bpython/repl.py:844
160158
msgid "overwrite"
161159
msgstr ""
162160

163-
#: bpython/repl.py:850
161+
#: bpython/repl.py:846
164162
msgid "append"
165163
msgstr ""
166164

167-
#: bpython/repl.py:862 bpython/repl.py:1169
165+
#: bpython/repl.py:858 bpython/repl.py:1165
168166
#, python-format
169167
msgid "Error writing file '%s': %s"
170168
msgstr ""
171169

172-
#: bpython/repl.py:864
170+
#: bpython/repl.py:860
173171
#, python-format
174172
msgid "Saved to %s."
175173
msgstr ""
176174

177-
#: bpython/repl.py:870
175+
#: bpython/repl.py:866
178176
msgid "No clipboard available."
179177
msgstr ""
180178

181-
#: bpython/repl.py:877
179+
#: bpython/repl.py:873
182180
msgid "Could not copy to clipboard."
183181
msgstr ""
184182

185-
#: bpython/repl.py:879
183+
#: bpython/repl.py:875
186184
msgid "Copied content to clipboard."
187185
msgstr ""
188186

189-
#: bpython/repl.py:888
187+
#: bpython/repl.py:884
190188
msgid "Pastebin buffer? (y/N) "
191189
msgstr ""
192190

193-
#: bpython/repl.py:890
191+
#: bpython/repl.py:886
194192
msgid "Pastebin aborted."
195193
msgstr ""
196194

197-
#: bpython/repl.py:898
195+
#: bpython/repl.py:894
198196
#, python-format
199197
msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
200198
msgstr ""
201199

202-
#: bpython/repl.py:904
200+
#: bpython/repl.py:900
203201
msgid "Posting data to pastebin..."
204202
msgstr ""
205203

206-
#: bpython/repl.py:908
204+
#: bpython/repl.py:904
207205
#, python-format
208206
msgid "Upload failed: %s"
209207
msgstr ""
210208

211-
#: bpython/repl.py:917
209+
#: bpython/repl.py:913
212210
#, python-format
213211
msgid "Pastebin URL: %s - Removal URL: %s"
214212
msgstr ""
215213

216-
#: bpython/repl.py:922
214+
#: bpython/repl.py:918
217215
#, python-format
218216
msgid "Pastebin URL: %s"
219217
msgstr ""
220218

221-
#: bpython/repl.py:960
219+
#: bpython/repl.py:956
222220
#, python-format
223221
msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
224222
msgstr ""
225223

226-
#: bpython/repl.py:968 bpython/repl.py:972
224+
#: bpython/repl.py:964 bpython/repl.py:968
227225
msgid "Undo canceled"
228226
msgstr ""
229227

230-
#: bpython/repl.py:975
228+
#: bpython/repl.py:971
231229
#, python-format
232230
msgid "Undoing %d line... (est. %.1f seconds)"
233231
msgid_plural "Undoing %d lines... (est. %.1f seconds)"
234232
msgstr[0] ""
235233
msgstr[1] ""
236234

237-
#: bpython/repl.py:1151
235+
#: bpython/repl.py:1147
238236
msgid "Config file does not exist - create new from default? (y/N)"
239237
msgstr ""
240238

241-
#: bpython/repl.py:1179
239+
#: bpython/repl.py:1175
242240
msgid "bpython config file edited. Restart bpython for changes to take effect."
243241
msgstr ""
244242

245-
#: bpython/repl.py:1185
243+
#: bpython/repl.py:1181
246244
#, python-format
247245
msgid "Error editing config file: %s"
248246
msgstr ""
@@ -281,55 +279,55 @@ msgid ""
281279
" future version."
282280
msgstr ""
283281

284-
#: bpython/curtsiesfrontend/repl.py:312
282+
#: bpython/curtsiesfrontend/repl.py:324
285283
msgid "Welcome to bpython!"
286284
msgstr ""
287285

288-
#: bpython/curtsiesfrontend/repl.py:314
286+
#: bpython/curtsiesfrontend/repl.py:326
289287
#, python-format
290288
msgid "Press <%s> for help."
291289
msgstr ""
292290

293-
#: bpython/curtsiesfrontend/repl.py:643
291+
#: bpython/curtsiesfrontend/repl.py:663
294292
#, python-format
295293
msgid "Executing PYTHONSTARTUP failed: %s"
296294
msgstr ""
297295

298-
#: bpython/curtsiesfrontend/repl.py:661
296+
#: bpython/curtsiesfrontend/repl.py:681
299297
#, python-format
300298
msgid "Reloaded at %s because %s modified."
301299
msgstr ""
302300

303-
#: bpython/curtsiesfrontend/repl.py:970
301+
#: bpython/curtsiesfrontend/repl.py:990
304302
msgid "Session not reevaluated because it was not edited"
305303
msgstr ""
306304

307-
#: bpython/curtsiesfrontend/repl.py:985
305+
#: bpython/curtsiesfrontend/repl.py:1005
308306
msgid "Session not reevaluated because saved file was blank"
309307
msgstr ""
310308

311-
#: bpython/curtsiesfrontend/repl.py:995
309+
#: bpython/curtsiesfrontend/repl.py:1015
312310
msgid "Session edited and reevaluated"
313311
msgstr ""
314312

315-
#: bpython/curtsiesfrontend/repl.py:1006
313+
#: bpython/curtsiesfrontend/repl.py:1026
316314
#, python-format
317315
msgid "Reloaded at %s by user."
318316
msgstr ""
319317

320-
#: bpython/curtsiesfrontend/repl.py:1012
318+
#: bpython/curtsiesfrontend/repl.py:1032
321319
msgid "Auto-reloading deactivated."
322320
msgstr ""
323321

324-
#: bpython/curtsiesfrontend/repl.py:1017
322+
#: bpython/curtsiesfrontend/repl.py:1037
325323
msgid "Auto-reloading active, watching for file changes..."
326324
msgstr ""
327325

328-
#: bpython/curtsiesfrontend/repl.py:1023
326+
#: bpython/curtsiesfrontend/repl.py:1043
329327
msgid "Auto-reloading not available because watchdog not installed."
330328
msgstr ""
331329

332-
#: bpython/curtsiesfrontend/repl.py:1958
330+
#: bpython/curtsiesfrontend/repl.py:1985
333331
msgid ""
334332
"\n"
335333
"Thanks for using bpython!\n"

0 commit comments

Comments
 (0)