X Tutup
Skip to content

Commit 0740a71

Browse files
committed
Update translations
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent e542a9b commit 0740a71

File tree

5 files changed

+628
-340
lines changed

5 files changed

+628
-340
lines changed

bpython/translations/bpython.pot

Lines changed: 101 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Translations template for bpython.
2-
# Copyright (C) 2014 ORGANIZATION
2+
# Copyright (C) 2015 ORGANIZATION
33
# This file is distributed under the same license as the bpython project.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: bpython mercurial\n"
9+
"Project-Id-Version: bpython 0.13-381\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2014-05-13 10:50+0200\n"
11+
"POT-Creation-Date: 2015-01-17 18:57+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,135 +17,191 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 1.3\n"
1919

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

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

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

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

43-
#: bpython/cli.py:325 bpython/urwid.py:553
43+
#: bpython/cli.py:321 bpython/urwid.py:555
4444
msgid "y"
4545
msgstr ""
4646

47-
#: bpython/cli.py:325 bpython/urwid.py:553
47+
#: bpython/cli.py:321 bpython/urwid.py:555
4848
msgid "yes"
4949
msgstr ""
5050

51-
#: bpython/cli.py:1001
52-
msgid "Cannot show source."
51+
#: bpython/cli.py:1696
52+
msgid "Rewind"
5353
msgstr ""
5454

55-
#: bpython/cli.py:1751 bpython/urwid.py:615
56-
#, python-format
57-
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
55+
#: bpython/cli.py:1697
56+
msgid "Save"
57+
msgstr ""
58+
59+
#: bpython/cli.py:1698
60+
msgid "Pastebin"
61+
msgstr ""
62+
63+
#: bpython/cli.py:1699
64+
msgid "Pager"
5865
msgstr ""
5966

60-
#: bpython/curtsies.py:24
61-
msgid "log debug messages to bpython-curtsies.log"
67+
#: bpython/cli.py:1700
68+
msgid "Show Source"
6269
msgstr ""
6370

64-
#: bpython/curtsies.py:26
71+
#: bpython/curtsies.py:31
72+
msgid "log debug messages to bpython.log"
73+
msgstr ""
74+
75+
#: bpython/curtsies.py:33
6576
msgid "enter lines of file as though interactively typed"
6677
msgstr ""
6778

68-
#: bpython/repl.py:755
69-
msgid "Pastebin buffer? (y/N) "
79+
#: bpython/history.py:236
80+
#, python-format
81+
msgid "Error occurded while writing to file %s (%s)"
7082
msgstr ""
7183

72-
#: bpython/repl.py:756
73-
msgid "Pastebin aborted"
84+
#: bpython/repl.py:471
85+
msgid "Nothing to get source of"
7486
msgstr ""
7587

76-
#: bpython/repl.py:763
88+
#: bpython/repl.py:476
7789
#, python-format
78-
msgid "Duplicate pastebin. Previous URL: %s"
90+
msgid "Cannot get source: %s"
91+
msgstr ""
92+
93+
#: bpython/repl.py:481
94+
#, python-format
95+
msgid "Cannot access source of %r"
96+
msgstr ""
97+
98+
#: bpython/repl.py:483
99+
#, python-format
100+
msgid "No source code found for %s"
101+
msgstr ""
102+
103+
#: bpython/repl.py:649
104+
msgid "No clipboard available."
105+
msgstr ""
106+
107+
#: bpython/repl.py:656
108+
msgid "Could not copy to clipboard."
109+
msgstr ""
110+
111+
#: bpython/repl.py:658
112+
msgid "Copied content to clipboard."
113+
msgstr ""
114+
115+
#: bpython/repl.py:667
116+
msgid "Pastebin buffer? (y/N) "
79117
msgstr ""
80118

81-
#: bpython/repl.py:777
119+
#: bpython/repl.py:668
120+
msgid "Pastebin aborted"
121+
msgstr ""
122+
123+
#: bpython/repl.py:675
82124
#, python-format
83-
msgid "Pastebin error for URL '%s': %s"
125+
msgid "Duplicate pastebin. Previous URL: %s"
84126
msgstr ""
85127

86-
#: bpython/repl.py:781 bpython/repl.py:800
128+
#: bpython/repl.py:694 bpython/repl.py:721
87129
msgid "Posting data to pastebin..."
88130
msgstr ""
89131

90-
#: bpython/repl.py:786
132+
#: bpython/repl.py:699
91133
#, python-format
92134
msgid "Upload failed: %s"
93135
msgstr ""
94136

95-
#: bpython/repl.py:795 bpython/repl.py:839
137+
#: bpython/repl.py:714
96138
#, python-format
97-
msgid "Pastebin URL: %s"
139+
msgid "Pastebin URL: %s - Removal URL: %s"
98140
msgstr ""
99141

100-
#: bpython/repl.py:812
142+
#: bpython/repl.py:733
101143
msgid "Upload failed: Helper program not found."
102144
msgstr ""
103145

104-
#: bpython/repl.py:815
146+
#: bpython/repl.py:736
105147
msgid "Upload failed: Helper program could not be run."
106148
msgstr ""
107149

108-
#: bpython/repl.py:822
150+
#: bpython/repl.py:743
109151
#, python-format
110152
msgid "Upload failed: Helper program returned non-zero exit status %s."
111153
msgstr ""
112154

113-
#: bpython/repl.py:826
155+
#: bpython/repl.py:747
114156
msgid "Upload failed: No output from helper program."
115157
msgstr ""
116158

117-
#: bpython/repl.py:833
159+
#: bpython/repl.py:754
118160
msgid "Upload failed: Failed to recognize the helper program's output as an URL."
119161
msgstr ""
120162

121-
#: bpython/urwid.py:1114
163+
#: bpython/repl.py:760
164+
#, python-format
165+
msgid "Pastebin URL: %s"
166+
msgstr ""
167+
168+
#: bpython/repl.py:946
169+
msgid "Config file does not exist - create new from default? (y/N)"
170+
msgstr ""
171+
172+
#: bpython/urwid.py:617
173+
#, python-format
174+
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
175+
msgstr ""
176+
177+
#: bpython/urwid.py:1126
122178
msgid "Run twisted reactor."
123179
msgstr ""
124180

125-
#: bpython/urwid.py:1116
181+
#: bpython/urwid.py:1128
126182
msgid "Select specific reactor (see --help-reactors). Implies --twisted."
127183
msgstr ""
128184

129-
#: bpython/urwid.py:1119
185+
#: bpython/urwid.py:1131
130186
msgid "List available reactors for -r."
131187
msgstr ""
132188

133-
#: bpython/urwid.py:1121
189+
#: bpython/urwid.py:1133
134190
msgid ""
135191
"twistd plugin to run (use twistd for a list). Use \"--\" to pass further "
136192
"options to the plugin."
137193
msgstr ""
138194

139-
#: bpython/urwid.py:1124
195+
#: bpython/urwid.py:1136
140196
msgid "Port to run an eval server on (forces Twisted)."
141197
msgstr ""
142198

143-
#: bpython/curtsiesfrontend/repl.py:175
144-
msgid "welcome to bpython"
199+
#: bpython/curtsiesfrontend/repl.py:258
200+
msgid "Welcome to bpython!"
145201
msgstr ""
146202

147-
#: bpython/curtsiesfrontend/repl.py:189
203+
#: bpython/curtsiesfrontend/repl.py:258
148204
#, python-format
149-
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Editor"
205+
msgid "Press <%s> for help."
150206
msgstr ""
151207

0 commit comments

Comments
 (0)
X Tutup