Skip to content

Commit ad335eb

Browse files
committed
Update translations
1 parent 3cfda64 commit ad335eb

File tree

6 files changed

+411
-441
lines changed

6 files changed

+411
-441
lines changed

bpython/translations/bpython.pot

Lines changed: 68 additions & 74 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.19.dev37\n"
9+
"Project-Id-Version: bpython 0.21.dev33\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2020-01-05 13:08+0000\n"
11+
"POT-Creation-Date: 2020-10-13 21:53+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,306 +17,300 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 2.8.0\n"
1919

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

27-
#: bpython/args.py:81
27+
#: bpython/args.py:78
2828
msgid "Use CONFIG instead of default config file."
2929
msgstr ""
3030

31-
#: bpython/args.py:87
31+
#: bpython/args.py:84
3232
msgid "Drop to bpython shell after running file instead of exiting."
3333
msgstr ""
3434

35-
#: bpython/args.py:95
35+
#: bpython/args.py:92
3636
msgid "Don't flush the output to stdout."
3737
msgstr ""
3838

39-
#: bpython/args.py:101
39+
#: bpython/args.py:98
4040
msgid "Print version and exit."
4141
msgstr ""
4242

43-
#: bpython/cli.py:324 bpython/urwid.py:561
43+
#: bpython/cli.py:315 bpython/urwid.py:551
4444
msgid "y"
4545
msgstr ""
4646

47-
#: bpython/cli.py:324 bpython/urwid.py:561
47+
#: bpython/cli.py:315 bpython/urwid.py:551
4848
msgid "yes"
4949
msgstr ""
5050

51-
#: bpython/cli.py:1743
51+
#: bpython/cli.py:1695
5252
msgid "Rewind"
5353
msgstr ""
5454

55-
#: bpython/cli.py:1744
55+
#: bpython/cli.py:1696
5656
msgid "Save"
5757
msgstr ""
5858

59-
#: bpython/cli.py:1745
59+
#: bpython/cli.py:1697
6060
msgid "Pastebin"
6161
msgstr ""
6262

63-
#: bpython/cli.py:1746
63+
#: bpython/cli.py:1698
6464
msgid "Pager"
6565
msgstr ""
6666

67-
#: bpython/cli.py:1747
67+
#: bpython/cli.py:1699
6868
msgid "Show Source"
6969
msgstr ""
7070

71-
#: bpython/cli.py:1994
71+
#: bpython/cli.py:1946
7272
msgid ""
7373
"WARNING: You are using `bpython-cli`, the curses backend for `bpython`. "
7474
"This backend has been deprecated in version 0.19 and might disappear in a"
7575
" future version."
7676
msgstr ""
7777

78-
#: bpython/cli.py:2003 bpython/curtsies.py:208 bpython/urwid.py:1405
79-
msgid ""
80-
"WARNING: You are using `bpython` on Python 2. Support for Python 2 has "
81-
"been deprecated in version 0.19 and might disappear in a future version."
82-
msgstr ""
83-
84-
#: bpython/curtsies.py:152
78+
#: bpython/curtsies.py:147
8579
msgid "log debug messages to bpython.log"
8680
msgstr ""
8781

88-
#: bpython/curtsies.py:158
82+
#: bpython/curtsies.py:153
8983
msgid "start by pasting lines of a file into session"
9084
msgstr ""
9185

92-
#: bpython/history.py:231
86+
#: bpython/history.py:226
9387
#, python-format
9488
msgid "Error occurred while writing to file %s (%s)"
9589
msgstr ""
9690

97-
#: bpython/paste.py:95
91+
#: bpython/paste.py:86
9892
msgid "Helper program not found."
9993
msgstr ""
10094

101-
#: bpython/paste.py:97
95+
#: bpython/paste.py:88
10296
msgid "Helper program could not be run."
10397
msgstr ""
10498

105-
#: bpython/paste.py:103
99+
#: bpython/paste.py:94
106100
#, python-format
107101
msgid "Helper program returned non-zero exit status %d."
108102
msgstr ""
109103

110-
#: bpython/paste.py:108
104+
#: bpython/paste.py:99
111105
msgid "No output from helper program."
112106
msgstr ""
113107

114-
#: bpython/paste.py:115
108+
#: bpython/paste.py:106
115109
msgid "Failed to recognize the helper program's output as an URL."
116110
msgstr ""
117111

118-
#: bpython/repl.py:690
112+
#: bpython/repl.py:657
119113
msgid "Nothing to get source of"
120114
msgstr ""
121115

122-
#: bpython/repl.py:695
116+
#: bpython/repl.py:662
123117
#, python-format
124118
msgid "Cannot get source: %s"
125119
msgstr ""
126120

127-
#: bpython/repl.py:700
121+
#: bpython/repl.py:667
128122
#, python-format
129123
msgid "Cannot access source of %r"
130124
msgstr ""
131125

132-
#: bpython/repl.py:702
126+
#: bpython/repl.py:669
133127
#, python-format
134128
msgid "No source code found for %s"
135129
msgstr ""
136130

137-
#: bpython/repl.py:841
131+
#: bpython/repl.py:823
138132
msgid "Save to file (Esc to cancel): "
139133
msgstr ""
140134

141-
#: bpython/repl.py:843 bpython/repl.py:846 bpython/repl.py:870
135+
#: bpython/repl.py:825 bpython/repl.py:828 bpython/repl.py:852
142136
msgid "Save cancelled."
143137
msgstr ""
144138

145-
#: bpython/repl.py:857
139+
#: bpython/repl.py:839
146140
#, python-format
147141
msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
148142
msgstr ""
149143

150-
#: bpython/repl.py:865
144+
#: bpython/repl.py:847
151145
msgid "overwrite"
152146
msgstr ""
153147

154-
#: bpython/repl.py:867
148+
#: bpython/repl.py:849
155149
msgid "append"
156150
msgstr ""
157151

158-
#: bpython/repl.py:879 bpython/repl.py:1192
152+
#: bpython/repl.py:861 bpython/repl.py:1171
159153
#, python-format
160154
msgid "Error writing file '%s': %s"
161155
msgstr ""
162156

163-
#: bpython/repl.py:881
157+
#: bpython/repl.py:863
164158
#, python-format
165159
msgid "Saved to %s."
166160
msgstr ""
167161

168-
#: bpython/repl.py:887
162+
#: bpython/repl.py:869
169163
msgid "No clipboard available."
170164
msgstr ""
171165

172-
#: bpython/repl.py:894
166+
#: bpython/repl.py:876
173167
msgid "Could not copy to clipboard."
174168
msgstr ""
175169

176-
#: bpython/repl.py:896
170+
#: bpython/repl.py:878
177171
msgid "Copied content to clipboard."
178172
msgstr ""
179173

180-
#: bpython/repl.py:905
174+
#: bpython/repl.py:887
181175
msgid "Pastebin buffer? (y/N) "
182176
msgstr ""
183177

184-
#: bpython/repl.py:907
178+
#: bpython/repl.py:889
185179
msgid "Pastebin aborted."
186180
msgstr ""
187181

188-
#: bpython/repl.py:915
182+
#: bpython/repl.py:897
189183
#, python-format
190184
msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
191185
msgstr ""
192186

193-
#: bpython/repl.py:921
187+
#: bpython/repl.py:903
194188
msgid "Posting data to pastebin..."
195189
msgstr ""
196190

197-
#: bpython/repl.py:925
191+
#: bpython/repl.py:907
198192
#, python-format
199193
msgid "Upload failed: %s"
200194
msgstr ""
201195

202-
#: bpython/repl.py:934
196+
#: bpython/repl.py:916
203197
#, python-format
204198
msgid "Pastebin URL: %s - Removal URL: %s"
205199
msgstr ""
206200

207-
#: bpython/repl.py:939
201+
#: bpython/repl.py:921
208202
#, python-format
209203
msgid "Pastebin URL: %s"
210204
msgstr ""
211205

212-
#: bpython/repl.py:977
206+
#: bpython/repl.py:960
213207
#, python-format
214208
msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
215209
msgstr ""
216210

217-
#: bpython/repl.py:985 bpython/repl.py:989
211+
#: bpython/repl.py:968 bpython/repl.py:972
218212
msgid "Undo canceled"
219213
msgstr ""
220214

221-
#: bpython/repl.py:992
215+
#: bpython/repl.py:975
222216
#, python-format
223217
msgid "Undoing %d line... (est. %.1f seconds)"
224218
msgid_plural "Undoing %d lines... (est. %.1f seconds)"
225219
msgstr[0] ""
226220
msgstr[1] ""
227221

228-
#: bpython/repl.py:1172
222+
#: bpython/repl.py:1151
229223
msgid "Config file does not exist - create new from default? (y/N)"
230224
msgstr ""
231225

232-
#: bpython/repl.py:1202
226+
#: bpython/repl.py:1181
233227
msgid "bpython config file edited. Restart bpython for changes to take effect."
234228
msgstr ""
235229

236-
#: bpython/repl.py:1208
230+
#: bpython/repl.py:1187
237231
#, python-format
238232
msgid "Error editing config file: %s"
239233
msgstr ""
240234

241-
#: bpython/urwid.py:628
235+
#: bpython/urwid.py:618
242236
#, python-format
243237
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
244238
msgstr ""
245239

246-
#: bpython/urwid.py:1177
240+
#: bpython/urwid.py:1136
247241
msgid "Run twisted reactor."
248242
msgstr ""
249243

250-
#: bpython/urwid.py:1182
244+
#: bpython/urwid.py:1141
251245
msgid "Select specific reactor (see --help-reactors). Implies --twisted."
252246
msgstr ""
253247

254-
#: bpython/urwid.py:1190
248+
#: bpython/urwid.py:1149
255249
msgid "List available reactors for -r."
256250
msgstr ""
257251

258-
#: bpython/urwid.py:1195
252+
#: bpython/urwid.py:1154
259253
msgid ""
260254
"twistd plugin to run (use twistd for a list). Use \"--\" to pass further "
261255
"options to the plugin."
262256
msgstr ""
263257

264-
#: bpython/urwid.py:1204
258+
#: bpython/urwid.py:1163
265259
msgid "Port to run an eval server on (forces Twisted)."
266260
msgstr ""
267261

268-
#: bpython/urwid.py:1396
262+
#: bpython/urwid.py:1350
269263
msgid ""
270264
"WARNING: You are using `bpython-urwid`, the urwid backend for `bpython`. "
271265
"This backend has been deprecated in version 0.19 and might disappear in a"
272266
" future version."
273267
msgstr ""
274268

275-
#: bpython/curtsiesfrontend/repl.py:350
269+
#: bpython/curtsiesfrontend/repl.py:340
276270
msgid "Welcome to bpython!"
277271
msgstr ""
278272

279-
#: bpython/curtsiesfrontend/repl.py:352
273+
#: bpython/curtsiesfrontend/repl.py:342
280274
#, python-format
281275
msgid "Press <%s> for help."
282276
msgstr ""
283277

284-
#: bpython/curtsiesfrontend/repl.py:673
278+
#: bpython/curtsiesfrontend/repl.py:671
285279
#, python-format
286280
msgid "Executing PYTHONSTARTUP failed: %s"
287281
msgstr ""
288282

289-
#: bpython/curtsiesfrontend/repl.py:691
283+
#: bpython/curtsiesfrontend/repl.py:689
290284
#, python-format
291285
msgid "Reloaded at %s because %s modified."
292286
msgstr ""
293287

294-
#: bpython/curtsiesfrontend/repl.py:993
288+
#: bpython/curtsiesfrontend/repl.py:998
295289
msgid "Session not reevaluated because it was not edited"
296290
msgstr ""
297291

298-
#: bpython/curtsiesfrontend/repl.py:1006
292+
#: bpython/curtsiesfrontend/repl.py:1013
299293
msgid "Session not reevaluated because saved file was blank"
300294
msgstr ""
301295

302-
#: bpython/curtsiesfrontend/repl.py:1016
296+
#: bpython/curtsiesfrontend/repl.py:1023
303297
msgid "Session edited and reevaluated"
304298
msgstr ""
305299

306-
#: bpython/curtsiesfrontend/repl.py:1027
300+
#: bpython/curtsiesfrontend/repl.py:1034
307301
#, python-format
308302
msgid "Reloaded at %s by user."
309303
msgstr ""
310304

311-
#: bpython/curtsiesfrontend/repl.py:1033
305+
#: bpython/curtsiesfrontend/repl.py:1040
312306
msgid "Auto-reloading deactivated."
313307
msgstr ""
314308

315-
#: bpython/curtsiesfrontend/repl.py:1038
309+
#: bpython/curtsiesfrontend/repl.py:1045
316310
msgid "Auto-reloading active, watching for file changes..."
317311
msgstr ""
318312

319-
#: bpython/curtsiesfrontend/repl.py:1044
313+
#: bpython/curtsiesfrontend/repl.py:1051
320314
msgid "Auto-reloading not available because watchdog not installed."
321315
msgstr ""
322316

0 commit comments

Comments
 (0)