Skip to content

Commit c6adc1b

Browse files
committed
Update translations
1 parent ade9c77 commit c6adc1b

File tree

6 files changed

+508
-418
lines changed

6 files changed

+508
-418
lines changed

bpython/translations/bpython.pot

Lines changed: 80 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,289 +1,302 @@
11
# Translations template for bpython.
2-
# Copyright (C) 2015 ORGANIZATION
2+
# Copyright (C) 2019 ORGANIZATION
33
# This file is distributed under the same license as the bpython project.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: bpython 0.15.dev98\n"
9+
"Project-Id-Version: bpython 0.19.dev6\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2015-03-24 00:25+0100\n"
11+
"POT-Creation-Date: 2019-09-22 22:17+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"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 1.3\n"
18+
"Generated-By: Babel 2.6.0\n"
1919

20-
#: bpython/args.py:59
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:69
27+
#: bpython/args.py:73
2828
msgid "Use CONFIG instead of default config file."
2929
msgstr ""
3030

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

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

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

43-
#: bpython/cli.py:318 bpython/urwid.py:557
43+
#: bpython/cli.py:319 bpython/urwid.py:560
4444
msgid "y"
4545
msgstr ""
4646

47-
#: bpython/cli.py:318 bpython/urwid.py:557
47+
#: bpython/cli.py:319 bpython/urwid.py:560
4848
msgid "yes"
4949
msgstr ""
5050

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

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

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

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

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

71-
#: bpython/curtsies.py:37
71+
#: bpython/curtsies.py:139
7272
msgid "log debug messages to bpython.log"
7373
msgstr ""
7474

75-
#: bpython/curtsies.py:39
75+
#: bpython/curtsies.py:141
7676
msgid "start by pasting lines of a file into session"
7777
msgstr ""
7878

79-
#: bpython/history.py:228
79+
#: bpython/history.py:222
8080
#, python-format
8181
msgid "Error occurred while writing to file %s (%s)"
8282
msgstr ""
8383

84-
#: bpython/paste.py:94
84+
#: bpython/paste.py:96
8585
msgid "Helper program not found."
8686
msgstr ""
8787

88-
#: bpython/paste.py:96
88+
#: bpython/paste.py:98
8989
msgid "Helper program could not be run."
9090
msgstr ""
9191

92-
#: bpython/paste.py:100
92+
#: bpython/paste.py:102
9393
#, python-format
9494
msgid "Helper program returned non-zero exit status %d."
9595
msgstr ""
9696

97-
#: bpython/paste.py:103
97+
#: bpython/paste.py:105
9898
msgid "No output from helper program."
9999
msgstr ""
100100

101-
#: bpython/paste.py:109
101+
#: bpython/paste.py:111
102102
msgid "Failed to recognize the helper program's output as an URL."
103103
msgstr ""
104104

105-
#: bpython/repl.py:549
105+
#: bpython/repl.py:672
106106
msgid "Nothing to get source of"
107107
msgstr ""
108108

109-
#: bpython/repl.py:554
109+
#: bpython/repl.py:677
110110
#, python-format
111111
msgid "Cannot get source: %s"
112112
msgstr ""
113113

114-
#: bpython/repl.py:559
114+
#: bpython/repl.py:682
115115
#, python-format
116116
msgid "Cannot access source of %r"
117117
msgstr ""
118118

119-
#: bpython/repl.py:561
119+
#: bpython/repl.py:684
120120
#, python-format
121121
msgid "No source code found for %s"
122122
msgstr ""
123123

124-
#: bpython/repl.py:694
124+
#: bpython/repl.py:815
125125
msgid "Save to file (Esc to cancel): "
126126
msgstr ""
127127

128-
#: bpython/repl.py:696 bpython/repl.py:699 bpython/repl.py:718
128+
#: bpython/repl.py:817 bpython/repl.py:820 bpython/repl.py:839
129129
msgid "Save cancelled."
130130
msgstr ""
131131

132-
#: bpython/repl.py:709
132+
#: bpython/repl.py:830
133133
#, python-format
134134
msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
135135
msgstr ""
136136

137-
#: bpython/repl.py:713
137+
#: bpython/repl.py:834
138138
msgid "overwrite"
139139
msgstr ""
140140

141-
#: bpython/repl.py:715
141+
#: bpython/repl.py:836
142142
msgid "append"
143143
msgstr ""
144144

145-
#: bpython/repl.py:727 bpython/repl.py:1022
145+
#: bpython/repl.py:848 bpython/repl.py:1140
146146
#, python-format
147147
msgid "Error writing file '%s': %s"
148148
msgstr ""
149149

150-
#: bpython/repl.py:729
150+
#: bpython/repl.py:850
151151
#, python-format
152152
msgid "Saved to %s."
153153
msgstr ""
154154

155-
#: bpython/repl.py:735
155+
#: bpython/repl.py:856
156156
msgid "No clipboard available."
157157
msgstr ""
158158

159-
#: bpython/repl.py:742
159+
#: bpython/repl.py:863
160160
msgid "Could not copy to clipboard."
161161
msgstr ""
162162

163-
#: bpython/repl.py:744
163+
#: bpython/repl.py:865
164164
msgid "Copied content to clipboard."
165165
msgstr ""
166166

167-
#: bpython/repl.py:753
167+
#: bpython/repl.py:874
168168
msgid "Pastebin buffer? (y/N) "
169169
msgstr ""
170170

171-
#: bpython/repl.py:754
171+
#: bpython/repl.py:875
172172
msgid "Pastebin aborted."
173173
msgstr ""
174174

175-
#: bpython/repl.py:761
175+
#: bpython/repl.py:882
176176
#, python-format
177177
msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
178178
msgstr ""
179179

180-
#: bpython/repl.py:768
180+
#: bpython/repl.py:888
181181
msgid "Posting data to pastebin..."
182182
msgstr ""
183183

184-
#: bpython/repl.py:772
184+
#: bpython/repl.py:892
185185
#, python-format
186186
msgid "Upload failed: %s"
187187
msgstr ""
188188

189-
#: bpython/repl.py:780
189+
#: bpython/repl.py:900
190190
#, python-format
191191
msgid "Pastebin URL: %s - Removal URL: %s"
192192
msgstr ""
193193

194-
#: bpython/repl.py:783
194+
#: bpython/repl.py:903
195195
#, python-format
196196
msgid "Pastebin URL: %s"
197197
msgstr ""
198198

199-
#: bpython/repl.py:817
199+
#: bpython/repl.py:938
200200
#, python-format
201201
msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
202202
msgstr ""
203203

204-
#: bpython/repl.py:824 bpython/repl.py:828
204+
#: bpython/repl.py:945 bpython/repl.py:949
205205
msgid "Undo canceled"
206206
msgstr ""
207207

208-
#: bpython/repl.py:831
208+
#: bpython/repl.py:952
209209
#, python-format
210210
msgid "Undoing %d line... (est. %.1f seconds)"
211211
msgid_plural "Undoing %d lines... (est. %.1f seconds)"
212212
msgstr[0] ""
213213
msgstr[1] ""
214214

215-
#: bpython/repl.py:1007
215+
#: bpython/repl.py:1126
216216
msgid "Config file does not exist - create new from default? (y/N)"
217217
msgstr ""
218218

219-
#: bpython/repl.py:1029
219+
#: bpython/repl.py:1148
220220
msgid "bpython config file edited. Restart bpython for changes to take effect."
221221
msgstr ""
222222

223-
#: bpython/repl.py:1032
224-
msgid "Error editing config file."
223+
#: bpython/repl.py:1151
224+
#, python-format
225+
msgid "Error editing config file: %s"
225226
msgstr ""
226227

227-
#: bpython/urwid.py:619
228+
#: bpython/urwid.py:622
228229
#, python-format
229230
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
230231
msgstr ""
231232

232-
#: bpython/urwid.py:1128
233+
#: bpython/urwid.py:1136
233234
msgid "Run twisted reactor."
234235
msgstr ""
235236

236-
#: bpython/urwid.py:1130
237+
#: bpython/urwid.py:1138
237238
msgid "Select specific reactor (see --help-reactors). Implies --twisted."
238239
msgstr ""
239240

240-
#: bpython/urwid.py:1133
241+
#: bpython/urwid.py:1141
241242
msgid "List available reactors for -r."
242243
msgstr ""
243244

244-
#: bpython/urwid.py:1135
245+
#: bpython/urwid.py:1143
245246
msgid ""
246247
"twistd plugin to run (use twistd for a list). Use \"--\" to pass further "
247248
"options to the plugin."
248249
msgstr ""
249250

250-
#: bpython/urwid.py:1138
251+
#: bpython/urwid.py:1146
251252
msgid "Port to run an eval server on (forces Twisted)."
252253
msgstr ""
253254

254-
#: bpython/curtsiesfrontend/repl.py:344
255+
#: bpython/curtsiesfrontend/repl.py:339
255256
msgid "Welcome to bpython!"
256257
msgstr ""
257258

258-
#: bpython/curtsiesfrontend/repl.py:345
259+
#: bpython/curtsiesfrontend/repl.py:340
259260
#, python-format
260261
msgid "Press <%s> for help."
261262
msgstr ""
262263

263-
#: bpython/curtsiesfrontend/repl.py:565
264+
#: bpython/curtsiesfrontend/repl.py:643
264265
#, python-format
265266
msgid "Executing PYTHONSTARTUP failed: %s"
266267
msgstr ""
267268

268-
#: bpython/curtsiesfrontend/repl.py:582
269+
#: bpython/curtsiesfrontend/repl.py:660
269270
#, python-format
270271
msgid "Reloaded at %s because %s modified."
271272
msgstr ""
272273

273-
#: bpython/curtsiesfrontend/repl.py:855
274+
#: bpython/curtsiesfrontend/repl.py:929
275+
msgid "Session not reevaluated because it was not edited"
276+
msgstr ""
277+
278+
#: bpython/curtsiesfrontend/repl.py:941
279+
msgid "Session not reevaluated because saved file was blank"
280+
msgstr ""
281+
282+
#: bpython/curtsiesfrontend/repl.py:950
283+
msgid "Session edited and reevaluated"
284+
msgstr ""
285+
286+
#: bpython/curtsiesfrontend/repl.py:960
274287
#, python-format
275288
msgid "Reloaded at %s by user."
276289
msgstr ""
277290

278-
#: bpython/curtsiesfrontend/repl.py:861
291+
#: bpython/curtsiesfrontend/repl.py:966
279292
msgid "Auto-reloading deactivated."
280293
msgstr ""
281294

282-
#: bpython/curtsiesfrontend/repl.py:866
295+
#: bpython/curtsiesfrontend/repl.py:971
283296
msgid "Auto-reloading active, watching for file changes..."
284297
msgstr ""
285298

286-
#: bpython/curtsiesfrontend/repl.py:871
299+
#: bpython/curtsiesfrontend/repl.py:976
287300
msgid "Auto-reloading not available because watchdog not installed."
288301
msgstr ""
289302

0 commit comments

Comments
 (0)