Skip to content

Commit f591116

Browse files
committed
Update translations
1 parent 03e2ead commit f591116

File tree

6 files changed

+469
-456
lines changed

6 files changed

+469
-456
lines changed

bpython/translations/bpython.pot

Lines changed: 71 additions & 70 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.22.dev28\n"
9+
"Project-Id-Version: bpython 0.22.dev123\n"
1010
"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"
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,98 +17,99 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 2.8.0\n"
1919

20-
#: bpython/args.py:49
20+
#: bpython/args.py:63
2121
msgid "{} version {} on top of Python {} {}"
2222
msgstr ""
2323

24-
#: bpython/args.py:58
24+
#: bpython/args.py:72
2525
msgid "{} See AUTHORS.rst for details."
2626
msgstr ""
2727

28-
#: bpython/args.py:95
28+
#: bpython/args.py:116
2929
#, python-format
3030
msgid ""
3131
"Usage: %(prog)s [options] [file [args]]\n"
3232
"NOTE: If bpython sees an argument it does not know, execution falls back "
3333
"to the regular Python interpreter."
3434
msgstr ""
3535

36-
#: bpython/args.py:105
36+
#: bpython/args.py:127
3737
msgid "Use CONFIG instead of default config file."
3838
msgstr ""
3939

40-
#: bpython/args.py:111
40+
#: bpython/args.py:133
4141
msgid "Drop to bpython shell after running file instead of exiting."
4242
msgstr ""
4343

44-
#: bpython/args.py:117
44+
#: bpython/args.py:139
4545
msgid "Don't flush the output to stdout."
4646
msgstr ""
4747

48-
#: bpython/args.py:123
48+
#: bpython/args.py:145
4949
msgid "Print version and exit."
5050
msgstr ""
5151

52-
#: bpython/args.py:130
52+
#: bpython/args.py:152
5353
msgid "Set log level for logging"
5454
msgstr ""
5555

56-
#: bpython/args.py:135
56+
#: bpython/args.py:157
5757
msgid "Log output file"
5858
msgstr ""
5959

60-
#: bpython/args.py:146
60+
#: bpython/args.py:168
6161
msgid "File to execute and additional arguments passed on to the executed script."
6262
msgstr ""
6363

64-
#: bpython/cli.py:312 bpython/urwid.py:537
64+
#: bpython/cli.py:320 bpython/curtsiesfrontend/interaction.py:107
65+
#: bpython/urwid.py:539
6566
msgid "y"
6667
msgstr ""
6768

68-
#: bpython/cli.py:312 bpython/urwid.py:537
69+
#: bpython/cli.py:320 bpython/urwid.py:539
6970
msgid "yes"
7071
msgstr ""
7172

72-
#: bpython/cli.py:1692
73+
#: bpython/cli.py:1696
7374
msgid "Rewind"
7475
msgstr ""
7576

76-
#: bpython/cli.py:1693
77+
#: bpython/cli.py:1697
7778
msgid "Save"
7879
msgstr ""
7980

80-
#: bpython/cli.py:1694
81+
#: bpython/cli.py:1698
8182
msgid "Pastebin"
8283
msgstr ""
8384

84-
#: bpython/cli.py:1695
85+
#: bpython/cli.py:1699
8586
msgid "Pager"
8687
msgstr ""
8788

88-
#: bpython/cli.py:1696
89+
#: bpython/cli.py:1700
8990
msgid "Show Source"
9091
msgstr ""
9192

92-
#: bpython/cli.py:1943
93+
#: bpython/cli.py:1947
9394
msgid ""
9495
"WARNING: You are using `bpython-cli`, the curses backend for `bpython`. "
9596
"This backend has been deprecated in version 0.19 and might disappear in a"
9697
" future version."
9798
msgstr ""
9899

99-
#: bpython/curtsies.py:136
100+
#: bpython/curtsies.py:201
100101
msgid "start by pasting lines of a file into session"
101102
msgstr ""
102103

103-
#: bpython/curtsies.py:142
104+
#: bpython/curtsies.py:207
104105
msgid "curtsies arguments"
105106
msgstr ""
106107

107-
#: bpython/curtsies.py:143
108+
#: bpython/curtsies.py:208
108109
msgid "Additional arguments specific to the curtsies-based REPL."
109110
msgstr ""
110111

111-
#: bpython/history.py:224
112+
#: bpython/history.py:250
112113
#, python-format
113114
msgid "Error occurred while writing to file %s (%s)"
114115
msgstr ""
@@ -134,212 +135,212 @@ msgstr ""
134135
msgid "Failed to recognize the helper program's output as an URL."
135136
msgstr ""
136137

137-
#: bpython/repl.py:653
138+
#: bpython/repl.py:644
138139
msgid "Nothing to get source of"
139140
msgstr ""
140141

141-
#: bpython/repl.py:658
142+
#: bpython/repl.py:649
142143
#, python-format
143144
msgid "Cannot get source: %s"
144145
msgstr ""
145146

146-
#: bpython/repl.py:663
147+
#: bpython/repl.py:654
147148
#, python-format
148149
msgid "Cannot access source of %r"
149150
msgstr ""
150151

151-
#: bpython/repl.py:665
152+
#: bpython/repl.py:656
152153
#, python-format
153154
msgid "No source code found for %s"
154155
msgstr ""
155156

156-
#: bpython/repl.py:820
157+
#: bpython/repl.py:801
157158
msgid "Save to file (Esc to cancel): "
158159
msgstr ""
159160

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
161162
msgid "Save cancelled."
162163
msgstr ""
163164

164-
#: bpython/repl.py:836
165+
#: bpython/repl.py:817
165166
#, python-format
166167
msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
167168
msgstr ""
168169

169-
#: bpython/repl.py:844
170+
#: bpython/repl.py:825
170171
msgid "overwrite"
171172
msgstr ""
172173

173-
#: bpython/repl.py:846
174+
#: bpython/repl.py:827
174175
msgid "append"
175176
msgstr ""
176177

177-
#: bpython/repl.py:858 bpython/repl.py:1165
178+
#: bpython/repl.py:839 bpython/repl.py:1143
178179
#, python-format
179180
msgid "Error writing file '%s': %s"
180181
msgstr ""
181182

182-
#: bpython/repl.py:860
183+
#: bpython/repl.py:841
183184
#, python-format
184185
msgid "Saved to %s."
185186
msgstr ""
186187

187-
#: bpython/repl.py:866
188+
#: bpython/repl.py:847
188189
msgid "No clipboard available."
189190
msgstr ""
190191

191-
#: bpython/repl.py:873
192+
#: bpython/repl.py:854
192193
msgid "Could not copy to clipboard."
193194
msgstr ""
194195

195-
#: bpython/repl.py:875
196+
#: bpython/repl.py:856
196197
msgid "Copied content to clipboard."
197198
msgstr ""
198199

199-
#: bpython/repl.py:884
200+
#: bpython/repl.py:865
200201
msgid "Pastebin buffer? (y/N) "
201202
msgstr ""
202203

203-
#: bpython/repl.py:886
204+
#: bpython/repl.py:867
204205
msgid "Pastebin aborted."
205206
msgstr ""
206207

207-
#: bpython/repl.py:894
208+
#: bpython/repl.py:875
208209
#, python-format
209210
msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
210211
msgstr ""
211212

212-
#: bpython/repl.py:900
213+
#: bpython/repl.py:881
213214
msgid "Posting data to pastebin..."
214215
msgstr ""
215216

216-
#: bpython/repl.py:904
217+
#: bpython/repl.py:885
217218
#, python-format
218219
msgid "Upload failed: %s"
219220
msgstr ""
220221

221-
#: bpython/repl.py:913
222+
#: bpython/repl.py:894
222223
#, python-format
223224
msgid "Pastebin URL: %s - Removal URL: %s"
224225
msgstr ""
225226

226-
#: bpython/repl.py:918
227+
#: bpython/repl.py:899
227228
#, python-format
228229
msgid "Pastebin URL: %s"
229230
msgstr ""
230231

231-
#: bpython/repl.py:956
232+
#: bpython/repl.py:937
232233
#, python-format
233234
msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
234235
msgstr ""
235236

236-
#: bpython/repl.py:964 bpython/repl.py:968
237+
#: bpython/repl.py:945 bpython/repl.py:949
237238
msgid "Undo canceled"
238239
msgstr ""
239240

240-
#: bpython/repl.py:971
241+
#: bpython/repl.py:952
241242
#, python-format
242243
msgid "Undoing %d line... (est. %.1f seconds)"
243244
msgid_plural "Undoing %d lines... (est. %.1f seconds)"
244245
msgstr[0] ""
245246
msgstr[1] ""
246247

247-
#: bpython/repl.py:1147
248+
#: bpython/repl.py:1128
248249
msgid "Config file does not exist - create new from default? (y/N)"
249250
msgstr ""
250251

251-
#: bpython/repl.py:1175
252+
#: bpython/repl.py:1153
252253
msgid "bpython config file edited. Restart bpython for changes to take effect."
253254
msgstr ""
254255

255-
#: bpython/repl.py:1181
256+
#: bpython/repl.py:1158
256257
#, python-format
257258
msgid "Error editing config file: %s"
258259
msgstr ""
259260

260-
#: bpython/urwid.py:604
261+
#: bpython/urwid.py:606
261262
#, python-format
262263
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
263264
msgstr ""
264265

265-
#: bpython/urwid.py:1114
266+
#: bpython/urwid.py:1116
266267
msgid "Run twisted reactor."
267268
msgstr ""
268269

269-
#: bpython/urwid.py:1119
270+
#: bpython/urwid.py:1121
270271
msgid "Select specific reactor (see --help-reactors). Implies --twisted."
271272
msgstr ""
272273

273-
#: bpython/urwid.py:1127
274+
#: bpython/urwid.py:1129
274275
msgid "List available reactors for -r."
275276
msgstr ""
276277

277-
#: bpython/urwid.py:1132
278+
#: bpython/urwid.py:1134
278279
msgid ""
279280
"twistd plugin to run (use twistd for a list). Use \"--\" to pass further "
280281
"options to the plugin."
281282
msgstr ""
282283

283-
#: bpython/urwid.py:1141
284+
#: bpython/urwid.py:1143
284285
msgid "Port to run an eval server on (forces Twisted)."
285286
msgstr ""
286287

287-
#: bpython/urwid.py:1335
288+
#: bpython/urwid.py:1337
288289
msgid ""
289290
"WARNING: You are using `bpython-urwid`, the urwid backend for `bpython`. "
290291
"This backend has been deprecated in version 0.19 and might disappear in a"
291292
" future version."
292293
msgstr ""
293294

294-
#: bpython/curtsiesfrontend/repl.py:325
295+
#: bpython/curtsiesfrontend/repl.py:339
295296
msgid "Welcome to bpython!"
296297
msgstr ""
297298

298-
#: bpython/curtsiesfrontend/repl.py:327
299+
#: bpython/curtsiesfrontend/repl.py:341
299300
#, python-format
300301
msgid "Press <%s> for help."
301302
msgstr ""
302303

303-
#: bpython/curtsiesfrontend/repl.py:664
304+
#: bpython/curtsiesfrontend/repl.py:681
304305
#, python-format
305306
msgid "Executing PYTHONSTARTUP failed: %s"
306307
msgstr ""
307308

308-
#: bpython/curtsiesfrontend/repl.py:682
309+
#: bpython/curtsiesfrontend/repl.py:698
309310
#, python-format
310311
msgid "Reloaded at %s because %s modified."
311312
msgstr ""
312313

313-
#: bpython/curtsiesfrontend/repl.py:991
314+
#: bpython/curtsiesfrontend/repl.py:1008
314315
msgid "Session not reevaluated because it was not edited"
315316
msgstr ""
316317

317-
#: bpython/curtsiesfrontend/repl.py:1006
318+
#: bpython/curtsiesfrontend/repl.py:1023
318319
msgid "Session not reevaluated because saved file was blank"
319320
msgstr ""
320321

321-
#: bpython/curtsiesfrontend/repl.py:1016
322+
#: bpython/curtsiesfrontend/repl.py:1033
322323
msgid "Session edited and reevaluated"
323324
msgstr ""
324325

325-
#: bpython/curtsiesfrontend/repl.py:1027
326+
#: bpython/curtsiesfrontend/repl.py:1044
326327
#, python-format
327328
msgid "Reloaded at %s by user."
328329
msgstr ""
329330

330-
#: bpython/curtsiesfrontend/repl.py:1033
331+
#: bpython/curtsiesfrontend/repl.py:1050
331332
msgid "Auto-reloading deactivated."
332333
msgstr ""
333334

334-
#: bpython/curtsiesfrontend/repl.py:1038
335+
#: bpython/curtsiesfrontend/repl.py:1055
335336
msgid "Auto-reloading active, watching for file changes..."
336337
msgstr ""
337338

338-
#: bpython/curtsiesfrontend/repl.py:1044
339+
#: bpython/curtsiesfrontend/repl.py:1061
339340
msgid "Auto-reloading not available because watchdog not installed."
340341
msgstr ""
341342

342-
#: bpython/curtsiesfrontend/repl.py:1986
343+
#: bpython/curtsiesfrontend/repl.py:2011
343344
msgid ""
344345
"\n"
345346
"Thanks for using bpython!\n"

0 commit comments

Comments
 (0)