Skip to content

Commit 9a0ad31

Browse files
committed
Update translations
1 parent 964f42c commit 9a0ad31

File tree

6 files changed

+257
-188
lines changed

6 files changed

+257
-188
lines changed

bpython/translations/bpython.pot

Lines changed: 37 additions & 25 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.dev8\n"
9+
"Project-Id-Version: bpython 0.22.dev28\n"
1010
"Report-Msgid-Bugs-To: https://github.com/bpython/bpython/issues\n"
11-
"POT-Creation-Date: 2021-01-29 22:59+0100\n"
11+
"POT-Creation-Date: 2021-02-14 17:29+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,31 +17,47 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 2.8.0\n"
1919

20-
#: bpython/args.py:91
20+
#: bpython/args.py:49
21+
msgid "{} version {} on top of Python {} {}"
22+
msgstr ""
23+
24+
#: bpython/args.py:58
25+
msgid "{} See AUTHORS.rst for details."
26+
msgstr ""
27+
28+
#: bpython/args.py:95
2129
#, python-format
2230
msgid ""
2331
"Usage: %(prog)s [options] [file [args]]\n"
2432
"NOTE: If bpython sees an argument it does not know, execution falls back "
2533
"to the regular Python interpreter."
2634
msgstr ""
2735

28-
#: bpython/args.py:101
36+
#: bpython/args.py:105
2937
msgid "Use CONFIG instead of default config file."
3038
msgstr ""
3139

32-
#: bpython/args.py:107
40+
#: bpython/args.py:111
3341
msgid "Drop to bpython shell after running file instead of exiting."
3442
msgstr ""
3543

36-
#: bpython/args.py:113
44+
#: bpython/args.py:117
3745
msgid "Don't flush the output to stdout."
3846
msgstr ""
3947

40-
#: bpython/args.py:119
48+
#: bpython/args.py:123
4149
msgid "Print version and exit."
4250
msgstr ""
4351

4452
#: bpython/args.py:130
53+
msgid "Set log level for logging"
54+
msgstr ""
55+
56+
#: bpython/args.py:135
57+
msgid "Log output file"
58+
msgstr ""
59+
60+
#: bpython/args.py:146
4561
msgid "File to execute and additional arguments passed on to the executed script."
4662
msgstr ""
4763

@@ -81,18 +97,14 @@ msgid ""
8197
msgstr ""
8298

8399
#: bpython/curtsies.py:136
84-
msgid "log debug messages to bpython.log"
85-
msgstr ""
86-
87-
#: bpython/curtsies.py:142
88100
msgid "start by pasting lines of a file into session"
89101
msgstr ""
90102

91-
#: bpython/curtsies.py:148
103+
#: bpython/curtsies.py:142
92104
msgid "curtsies arguments"
93105
msgstr ""
94106

95-
#: bpython/curtsies.py:149
107+
#: bpython/curtsies.py:143
96108
msgid "Additional arguments specific to the curtsies-based REPL."
97109
msgstr ""
98110

@@ -279,55 +291,55 @@ msgid ""
279291
" future version."
280292
msgstr ""
281293

282-
#: bpython/curtsiesfrontend/repl.py:324
294+
#: bpython/curtsiesfrontend/repl.py:325
283295
msgid "Welcome to bpython!"
284296
msgstr ""
285297

286-
#: bpython/curtsiesfrontend/repl.py:326
298+
#: bpython/curtsiesfrontend/repl.py:327
287299
#, python-format
288300
msgid "Press <%s> for help."
289301
msgstr ""
290302

291-
#: bpython/curtsiesfrontend/repl.py:663
303+
#: bpython/curtsiesfrontend/repl.py:664
292304
#, python-format
293305
msgid "Executing PYTHONSTARTUP failed: %s"
294306
msgstr ""
295307

296-
#: bpython/curtsiesfrontend/repl.py:681
308+
#: bpython/curtsiesfrontend/repl.py:682
297309
#, python-format
298310
msgid "Reloaded at %s because %s modified."
299311
msgstr ""
300312

301-
#: bpython/curtsiesfrontend/repl.py:990
313+
#: bpython/curtsiesfrontend/repl.py:991
302314
msgid "Session not reevaluated because it was not edited"
303315
msgstr ""
304316

305-
#: bpython/curtsiesfrontend/repl.py:1005
317+
#: bpython/curtsiesfrontend/repl.py:1006
306318
msgid "Session not reevaluated because saved file was blank"
307319
msgstr ""
308320

309-
#: bpython/curtsiesfrontend/repl.py:1015
321+
#: bpython/curtsiesfrontend/repl.py:1016
310322
msgid "Session edited and reevaluated"
311323
msgstr ""
312324

313-
#: bpython/curtsiesfrontend/repl.py:1026
325+
#: bpython/curtsiesfrontend/repl.py:1027
314326
#, python-format
315327
msgid "Reloaded at %s by user."
316328
msgstr ""
317329

318-
#: bpython/curtsiesfrontend/repl.py:1032
330+
#: bpython/curtsiesfrontend/repl.py:1033
319331
msgid "Auto-reloading deactivated."
320332
msgstr ""
321333

322-
#: bpython/curtsiesfrontend/repl.py:1037
334+
#: bpython/curtsiesfrontend/repl.py:1038
323335
msgid "Auto-reloading active, watching for file changes..."
324336
msgstr ""
325337

326-
#: bpython/curtsiesfrontend/repl.py:1043
338+
#: bpython/curtsiesfrontend/repl.py:1044
327339
msgid "Auto-reloading not available because watchdog not installed."
328340
msgstr ""
329341

330-
#: bpython/curtsiesfrontend/repl.py:1985
342+
#: bpython/curtsiesfrontend/repl.py:1986
331343
msgid ""
332344
"\n"
333345
"Thanks for using bpython!\n"

0 commit comments

Comments
 (0)