Skip to content

Commit 9d8f414

Browse files
committed
Update translations
1 parent 794bfa9 commit 9d8f414

File tree

6 files changed

+472
-388
lines changed

6 files changed

+472
-388
lines changed

bpython/translations/bpython.pot

Lines changed: 79 additions & 64 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.21.dev33\n"
10-
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2020-10-13 21:53+0200\n"
9+
"Project-Id-Version: bpython 0.21.dev78\n"
10+
"Report-Msgid-Bugs-To: https://github.com/bpython/bpython/issues\n"
11+
"POT-Creation-Date: 2020-10-29 12:28+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,41 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 2.8.0\n"
1919

20-
#: bpython/args.py:63
20+
#: bpython/args.py:92
21+
#, python-format
2122
msgid ""
22-
"Usage: %prog [options] [file [args]]\n"
23+
"Usage: %(prog)s [options] [file [args]]\n"
2324
"NOTE: If bpython sees an argument it does not know, execution falls back "
2425
"to the regular Python interpreter."
2526
msgstr ""
2627

27-
#: bpython/args.py:78
28+
#: bpython/args.py:102
2829
msgid "Use CONFIG instead of default config file."
2930
msgstr ""
3031

31-
#: bpython/args.py:84
32+
#: bpython/args.py:108
3233
msgid "Drop to bpython shell after running file instead of exiting."
3334
msgstr ""
3435

35-
#: bpython/args.py:92
36+
#: bpython/args.py:114
3637
msgid "Don't flush the output to stdout."
3738
msgstr ""
3839

39-
#: bpython/args.py:98
40+
#: bpython/args.py:120
4041
msgid "Print version and exit."
4142
msgstr ""
4243

43-
#: bpython/cli.py:315 bpython/urwid.py:551
44+
#: bpython/args.py:131
45+
msgid ""
46+
"File to extecute and additional arguments passed on to the executed "
47+
"script."
48+
msgstr ""
49+
50+
#: bpython/cli.py:315 bpython/urwid.py:538
4451
msgid "y"
4552
msgstr ""
4653

47-
#: bpython/cli.py:315 bpython/urwid.py:551
54+
#: bpython/cli.py:315 bpython/urwid.py:538
4855
msgid "yes"
4956
msgstr ""
5057

@@ -75,242 +82,250 @@ msgid ""
7582
" future version."
7683
msgstr ""
7784

78-
#: bpython/curtsies.py:147
85+
#: bpython/curtsies.py:137
7986
msgid "log debug messages to bpython.log"
8087
msgstr ""
8188

82-
#: bpython/curtsies.py:153
89+
#: bpython/curtsies.py:143
8390
msgid "start by pasting lines of a file into session"
8491
msgstr ""
8592

86-
#: bpython/history.py:226
93+
#: bpython/curtsies.py:149
94+
msgid "curtsies arguments"
95+
msgstr ""
96+
97+
#: bpython/curtsies.py:150
98+
msgid "Additional arguments specific to the curtsies-based REPL."
99+
msgstr ""
100+
101+
#: bpython/history.py:224
87102
#, python-format
88103
msgid "Error occurred while writing to file %s (%s)"
89104
msgstr ""
90105

91-
#: bpython/paste.py:86
106+
#: bpython/paste.py:85
92107
msgid "Helper program not found."
93108
msgstr ""
94109

95-
#: bpython/paste.py:88
110+
#: bpython/paste.py:87
96111
msgid "Helper program could not be run."
97112
msgstr ""
98113

99-
#: bpython/paste.py:94
114+
#: bpython/paste.py:93
100115
#, python-format
101116
msgid "Helper program returned non-zero exit status %d."
102117
msgstr ""
103118

104-
#: bpython/paste.py:99
119+
#: bpython/paste.py:98
105120
msgid "No output from helper program."
106121
msgstr ""
107122

108-
#: bpython/paste.py:106
123+
#: bpython/paste.py:105
109124
msgid "Failed to recognize the helper program's output as an URL."
110125
msgstr ""
111126

112-
#: bpython/repl.py:657
127+
#: bpython/repl.py:653
113128
msgid "Nothing to get source of"
114129
msgstr ""
115130

116-
#: bpython/repl.py:662
131+
#: bpython/repl.py:658
117132
#, python-format
118133
msgid "Cannot get source: %s"
119134
msgstr ""
120135

121-
#: bpython/repl.py:667
136+
#: bpython/repl.py:663
122137
#, python-format
123138
msgid "Cannot access source of %r"
124139
msgstr ""
125140

126-
#: bpython/repl.py:669
141+
#: bpython/repl.py:665
127142
#, python-format
128143
msgid "No source code found for %s"
129144
msgstr ""
130145

131-
#: bpython/repl.py:823
146+
#: bpython/repl.py:820
132147
msgid "Save to file (Esc to cancel): "
133148
msgstr ""
134149

135-
#: bpython/repl.py:825 bpython/repl.py:828 bpython/repl.py:852
150+
#: bpython/repl.py:822 bpython/repl.py:825 bpython/repl.py:849
136151
msgid "Save cancelled."
137152
msgstr ""
138153

139-
#: bpython/repl.py:839
154+
#: bpython/repl.py:836
140155
#, python-format
141156
msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
142157
msgstr ""
143158

144-
#: bpython/repl.py:847
159+
#: bpython/repl.py:844
145160
msgid "overwrite"
146161
msgstr ""
147162

148-
#: bpython/repl.py:849
163+
#: bpython/repl.py:846
149164
msgid "append"
150165
msgstr ""
151166

152-
#: bpython/repl.py:861 bpython/repl.py:1171
167+
#: bpython/repl.py:858 bpython/repl.py:1168
153168
#, python-format
154169
msgid "Error writing file '%s': %s"
155170
msgstr ""
156171

157-
#: bpython/repl.py:863
172+
#: bpython/repl.py:860
158173
#, python-format
159174
msgid "Saved to %s."
160175
msgstr ""
161176

162-
#: bpython/repl.py:869
177+
#: bpython/repl.py:866
163178
msgid "No clipboard available."
164179
msgstr ""
165180

166-
#: bpython/repl.py:876
181+
#: bpython/repl.py:873
167182
msgid "Could not copy to clipboard."
168183
msgstr ""
169184

170-
#: bpython/repl.py:878
185+
#: bpython/repl.py:875
171186
msgid "Copied content to clipboard."
172187
msgstr ""
173188

174-
#: bpython/repl.py:887
189+
#: bpython/repl.py:884
175190
msgid "Pastebin buffer? (y/N) "
176191
msgstr ""
177192

178-
#: bpython/repl.py:889
193+
#: bpython/repl.py:886
179194
msgid "Pastebin aborted."
180195
msgstr ""
181196

182-
#: bpython/repl.py:897
197+
#: bpython/repl.py:894
183198
#, python-format
184199
msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
185200
msgstr ""
186201

187-
#: bpython/repl.py:903
202+
#: bpython/repl.py:900
188203
msgid "Posting data to pastebin..."
189204
msgstr ""
190205

191-
#: bpython/repl.py:907
206+
#: bpython/repl.py:904
192207
#, python-format
193208
msgid "Upload failed: %s"
194209
msgstr ""
195210

196-
#: bpython/repl.py:916
211+
#: bpython/repl.py:913
197212
#, python-format
198213
msgid "Pastebin URL: %s - Removal URL: %s"
199214
msgstr ""
200215

201-
#: bpython/repl.py:921
216+
#: bpython/repl.py:918
202217
#, python-format
203218
msgid "Pastebin URL: %s"
204219
msgstr ""
205220

206-
#: bpython/repl.py:960
221+
#: bpython/repl.py:957
207222
#, python-format
208223
msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
209224
msgstr ""
210225

211-
#: bpython/repl.py:968 bpython/repl.py:972
226+
#: bpython/repl.py:965 bpython/repl.py:969
212227
msgid "Undo canceled"
213228
msgstr ""
214229

215-
#: bpython/repl.py:975
230+
#: bpython/repl.py:972
216231
#, python-format
217232
msgid "Undoing %d line... (est. %.1f seconds)"
218233
msgid_plural "Undoing %d lines... (est. %.1f seconds)"
219234
msgstr[0] ""
220235
msgstr[1] ""
221236

222-
#: bpython/repl.py:1151
237+
#: bpython/repl.py:1148
223238
msgid "Config file does not exist - create new from default? (y/N)"
224239
msgstr ""
225240

226-
#: bpython/repl.py:1181
241+
#: bpython/repl.py:1178
227242
msgid "bpython config file edited. Restart bpython for changes to take effect."
228243
msgstr ""
229244

230-
#: bpython/repl.py:1187
245+
#: bpython/repl.py:1184
231246
#, python-format
232247
msgid "Error editing config file: %s"
233248
msgstr ""
234249

235-
#: bpython/urwid.py:618
250+
#: bpython/urwid.py:605
236251
#, python-format
237252
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
238253
msgstr ""
239254

240-
#: bpython/urwid.py:1136
255+
#: bpython/urwid.py:1115
241256
msgid "Run twisted reactor."
242257
msgstr ""
243258

244-
#: bpython/urwid.py:1141
259+
#: bpython/urwid.py:1120
245260
msgid "Select specific reactor (see --help-reactors). Implies --twisted."
246261
msgstr ""
247262

248-
#: bpython/urwid.py:1149
263+
#: bpython/urwid.py:1128
249264
msgid "List available reactors for -r."
250265
msgstr ""
251266

252-
#: bpython/urwid.py:1154
267+
#: bpython/urwid.py:1133
253268
msgid ""
254269
"twistd plugin to run (use twistd for a list). Use \"--\" to pass further "
255270
"options to the plugin."
256271
msgstr ""
257272

258-
#: bpython/urwid.py:1163
273+
#: bpython/urwid.py:1142
259274
msgid "Port to run an eval server on (forces Twisted)."
260275
msgstr ""
261276

262-
#: bpython/urwid.py:1350
277+
#: bpython/urwid.py:1336
263278
msgid ""
264279
"WARNING: You are using `bpython-urwid`, the urwid backend for `bpython`. "
265280
"This backend has been deprecated in version 0.19 and might disappear in a"
266281
" future version."
267282
msgstr ""
268283

269-
#: bpython/curtsiesfrontend/repl.py:340
284+
#: bpython/curtsiesfrontend/repl.py:343
270285
msgid "Welcome to bpython!"
271286
msgstr ""
272287

273-
#: bpython/curtsiesfrontend/repl.py:342
288+
#: bpython/curtsiesfrontend/repl.py:345
274289
#, python-format
275290
msgid "Press <%s> for help."
276291
msgstr ""
277292

278-
#: bpython/curtsiesfrontend/repl.py:671
293+
#: bpython/curtsiesfrontend/repl.py:674
279294
#, python-format
280295
msgid "Executing PYTHONSTARTUP failed: %s"
281296
msgstr ""
282297

283-
#: bpython/curtsiesfrontend/repl.py:689
298+
#: bpython/curtsiesfrontend/repl.py:692
284299
#, python-format
285300
msgid "Reloaded at %s because %s modified."
286301
msgstr ""
287302

288-
#: bpython/curtsiesfrontend/repl.py:998
303+
#: bpython/curtsiesfrontend/repl.py:1001
289304
msgid "Session not reevaluated because it was not edited"
290305
msgstr ""
291306

292-
#: bpython/curtsiesfrontend/repl.py:1013
307+
#: bpython/curtsiesfrontend/repl.py:1016
293308
msgid "Session not reevaluated because saved file was blank"
294309
msgstr ""
295310

296-
#: bpython/curtsiesfrontend/repl.py:1023
311+
#: bpython/curtsiesfrontend/repl.py:1026
297312
msgid "Session edited and reevaluated"
298313
msgstr ""
299314

300-
#: bpython/curtsiesfrontend/repl.py:1034
315+
#: bpython/curtsiesfrontend/repl.py:1037
301316
#, python-format
302317
msgid "Reloaded at %s by user."
303318
msgstr ""
304319

305-
#: bpython/curtsiesfrontend/repl.py:1040
320+
#: bpython/curtsiesfrontend/repl.py:1043
306321
msgid "Auto-reloading deactivated."
307322
msgstr ""
308323

309-
#: bpython/curtsiesfrontend/repl.py:1045
324+
#: bpython/curtsiesfrontend/repl.py:1048
310325
msgid "Auto-reloading active, watching for file changes..."
311326
msgstr ""
312327

313-
#: bpython/curtsiesfrontend/repl.py:1051
328+
#: bpython/curtsiesfrontend/repl.py:1054
314329
msgid "Auto-reloading not available because watchdog not installed."
315330
msgstr ""
316331

0 commit comments

Comments
 (0)