| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2387472 commit e638475
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,9 +6,9 @@ | |||
| 6 | 6 | #, fuzzy | |
| 7 | 7 | msgid "" | |
| 8 | 8 | msgstr "" | |
| 9 | - "Project-Id-Version: bpython 0.20.1.post128\n" | ||
| 9 | + "Project-Id-Version: bpython 0.22.dev8\n" | ||
| 10 | 10 | "Report-Msgid-Bugs-To: https://github.com/bpython/bpython/issues\n" | |
| 11 | - "POT-Creation-Date: 2021-01-01 15:21+0100\n" | ||
| 11 | + "POT-Creation-Date: 2021-01-29 22:59+0100\n" | ||
| 12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
| 13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
| 14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" | |
@@ -17,34 +17,32 @@ msgstr "" | |||
| 17 | 17 | "Content-Transfer-Encoding: 8bit\n" | |
| 18 | 18 | "Generated-By: Babel 2.8.0\n" | |
| 19 | 19 | ||
| 20 | - #: bpython/args.py:92 | ||
| 20 | + #: bpython/args.py:91 | ||
| 21 | 21 | #, python-format | |
| 22 | 22 | msgid "" | |
| 23 | 23 | "Usage: %(prog)s [options] [file [args]]\n" | |
| 24 | 24 | "NOTE: If bpython sees an argument it does not know, execution falls back " | |
| 25 | 25 | "to the regular Python interpreter." | |
| 26 | 26 | msgstr "" | |
| 27 | 27 | ||
| 28 | - #: bpython/args.py:102 | ||
| 28 | + #: bpython/args.py:101 | ||
| 29 | 29 | msgid "Use CONFIG instead of default config file." | |
| 30 | 30 | msgstr "" | |
| 31 | 31 | ||
| 32 | - #: bpython/args.py:108 | ||
| 32 | + #: bpython/args.py:107 | ||
| 33 | 33 | msgid "Drop to bpython shell after running file instead of exiting." | |
| 34 | 34 | msgstr "" | |
| 35 | 35 | ||
| 36 | - #: bpython/args.py:114 | ||
| 36 | + #: bpython/args.py:113 | ||
| 37 | 37 | msgid "Don't flush the output to stdout." | |
| 38 | 38 | msgstr "" | |
| 39 | 39 | ||
| 40 | - #: bpython/args.py:120 | ||
| 40 | + #: bpython/args.py:119 | ||
| 41 | 41 | msgid "Print version and exit." | |
| 42 | 42 | msgstr "" | |
| 43 | 43 | ||
| 44 | - #: bpython/args.py:131 | ||
| 45 | - msgid "" | ||
| 46 | - "File to extecute and additional arguments passed on to the executed " | ||
| 47 | - "script." | ||
| 44 | + #: bpython/args.py:130 | ||
| 45 | + msgid "File to execute and additional arguments passed on to the executed script." | ||
| 48 | 46 | msgstr "" | |
| 49 | 47 | ||
| 50 | 48 | #: bpython/cli.py:312 bpython/urwid.py:537 | |
@@ -124,125 +122,125 @@ msgstr "" | |||
| 124 | 122 | msgid "Failed to recognize the helper program's output as an URL." | |
| 125 | 123 | msgstr "" | |
| 126 | 124 | ||
| 127 | - #: bpython/repl.py:657 | ||
| 125 | + #: bpython/repl.py:653 | ||
| 128 | 126 | msgid "Nothing to get source of" | |
| 129 | 127 | msgstr "" | |
| 130 | 128 | ||
| 131 | - #: bpython/repl.py:662 | ||
| 129 | + #: bpython/repl.py:658 | ||
| 132 | 130 | #, python-format | |
| 133 | 131 | msgid "Cannot get source: %s" | |
| 134 | 132 | msgstr "" | |
| 135 | 133 | ||
| 136 | - #: bpython/repl.py:667 | ||
| 134 | + #: bpython/repl.py:663 | ||
| 137 | 135 | #, python-format | |
| 138 | 136 | msgid "Cannot access source of %r" | |
| 139 | 137 | msgstr "" | |
| 140 | 138 | ||
| 141 | - #: bpython/repl.py:669 | ||
| 139 | + #: bpython/repl.py:665 | ||
| 142 | 140 | #, python-format | |
| 143 | 141 | msgid "No source code found for %s" | |
| 144 | 142 | msgstr "" | |
| 145 | 143 | ||
| 146 | - #: bpython/repl.py:824 | ||
| 144 | + #: bpython/repl.py:820 | ||
| 147 | 145 | msgid "Save to file (Esc to cancel): " | |
| 148 | 146 | msgstr "" | |
| 149 | 147 | ||
| 150 | - #: bpython/repl.py:826 bpython/repl.py:829 bpython/repl.py:853 | ||
| 148 | + #: bpython/repl.py:822 bpython/repl.py:825 bpython/repl.py:849 | ||
| 151 | 149 | msgid "Save cancelled." | |
| 152 | 150 | msgstr "" | |
| 153 | 151 | ||
| 154 | - #: bpython/repl.py:840 | ||
| 152 | + #: bpython/repl.py:836 | ||
| 155 | 153 | #, python-format | |
| 156 | 154 | msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? " | |
| 157 | 155 | msgstr "" | |
| 158 | 156 | ||
| 159 | - #: bpython/repl.py:848 | ||
| 157 | + #: bpython/repl.py:844 | ||
| 160 | 158 | msgid "overwrite" | |
| 161 | 159 | msgstr "" | |
| 162 | 160 | ||
| 163 | - #: bpython/repl.py:850 | ||
| 161 | + #: bpython/repl.py:846 | ||
| 164 | 162 | msgid "append" | |
| 165 | 163 | msgstr "" | |
| 166 | 164 | ||
| 167 | - #: bpython/repl.py:862 bpython/repl.py:1169 | ||
| 165 | + #: bpython/repl.py:858 bpython/repl.py:1165 | ||
| 168 | 166 | #, python-format | |
| 169 | 167 | msgid "Error writing file '%s': %s" | |
| 170 | 168 | msgstr "" | |
| 171 | 169 | ||
| 172 | - #: bpython/repl.py:864 | ||
| 170 | + #: bpython/repl.py:860 | ||
| 173 | 171 | #, python-format | |
| 174 | 172 | msgid "Saved to %s." | |
| 175 | 173 | msgstr "" | |
| 176 | 174 | ||
| 177 | - #: bpython/repl.py:870 | ||
| 175 | + #: bpython/repl.py:866 | ||
| 178 | 176 | msgid "No clipboard available." | |
| 179 | 177 | msgstr "" | |
| 180 | 178 | ||
| 181 | - #: bpython/repl.py:877 | ||
| 179 | + #: bpython/repl.py:873 | ||
| 182 | 180 | msgid "Could not copy to clipboard." | |
| 183 | 181 | msgstr "" | |
| 184 | 182 | ||
| 185 | - #: bpython/repl.py:879 | ||
| 183 | + #: bpython/repl.py:875 | ||
| 186 | 184 | msgid "Copied content to clipboard." | |
| 187 | 185 | msgstr "" | |
| 188 | 186 | ||
| 189 | - #: bpython/repl.py:888 | ||
| 187 | + #: bpython/repl.py:884 | ||
| 190 | 188 | msgid "Pastebin buffer? (y/N) " | |
| 191 | 189 | msgstr "" | |
| 192 | 190 | ||
| 193 | - #: bpython/repl.py:890 | ||
| 191 | + #: bpython/repl.py:886 | ||
| 194 | 192 | msgid "Pastebin aborted." | |
| 195 | 193 | msgstr "" | |
| 196 | 194 | ||
| 197 | - #: bpython/repl.py:898 | ||
| 195 | + #: bpython/repl.py:894 | ||
| 198 | 196 | #, python-format | |
| 199 | 197 | msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s" | |
| 200 | 198 | msgstr "" | |
| 201 | 199 | ||
| 202 | - #: bpython/repl.py:904 | ||
| 200 | + #: bpython/repl.py:900 | ||
| 203 | 201 | msgid "Posting data to pastebin..." | |
| 204 | 202 | msgstr "" | |
| 205 | 203 | ||
| 206 | - #: bpython/repl.py:908 | ||
| 204 | + #: bpython/repl.py:904 | ||
| 207 | 205 | #, python-format | |
| 208 | 206 | msgid "Upload failed: %s" | |
| 209 | 207 | msgstr "" | |
| 210 | 208 | ||
| 211 | - #: bpython/repl.py:917 | ||
| 209 | + #: bpython/repl.py:913 | ||
| 212 | 210 | #, python-format | |
| 213 | 211 | msgid "Pastebin URL: %s - Removal URL: %s" | |
| 214 | 212 | msgstr "" | |
| 215 | 213 | ||
| 216 | - #: bpython/repl.py:922 | ||
| 214 | + #: bpython/repl.py:918 | ||
| 217 | 215 | #, python-format | |
| 218 | 216 | msgid "Pastebin URL: %s" | |
| 219 | 217 | msgstr "" | |
| 220 | 218 | ||
| 221 | - #: bpython/repl.py:960 | ||
| 219 | + #: bpython/repl.py:956 | ||
| 222 | 220 | #, python-format | |
| 223 | 221 | msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]" | |
| 224 | 222 | msgstr "" | |
| 225 | 223 | ||
| 226 | - #: bpython/repl.py:968 bpython/repl.py:972 | ||
| 224 | + #: bpython/repl.py:964 bpython/repl.py:968 | ||
| 227 | 225 | msgid "Undo canceled" | |
| 228 | 226 | msgstr "" | |
| 229 | 227 | ||
| 230 | - #: bpython/repl.py:975 | ||
| 228 | + #: bpython/repl.py:971 | ||
| 231 | 229 | #, python-format | |
| 232 | 230 | msgid "Undoing %d line... (est. %.1f seconds)" | |
| 233 | 231 | msgid_plural "Undoing %d lines... (est. %.1f seconds)" | |
| 234 | 232 | msgstr[0] "" | |
| 235 | 233 | msgstr[1] "" | |
| 236 | 234 | ||
| 237 | - #: bpython/repl.py:1151 | ||
| 235 | + #: bpython/repl.py:1147 | ||
| 238 | 236 | msgid "Config file does not exist - create new from default? (y/N)" | |
| 239 | 237 | msgstr "" | |
| 240 | 238 | ||
| 241 | - #: bpython/repl.py:1179 | ||
| 239 | + #: bpython/repl.py:1175 | ||
| 242 | 240 | msgid "bpython config file edited. Restart bpython for changes to take effect." | |
| 243 | 241 | msgstr "" | |
| 244 | 242 | ||
| 245 | - #: bpython/repl.py:1185 | ||
| 243 | + #: bpython/repl.py:1181 | ||
| 246 | 244 | #, python-format | |
| 247 | 245 | msgid "Error editing config file: %s" | |
| 248 | 246 | msgstr "" | |
@@ -281,55 +279,55 @@ msgid "" | |||
| 281 | 279 | " future version." | |
| 282 | 280 | msgstr "" | |
| 283 | 281 | ||
| 284 | - #: bpython/curtsiesfrontend/repl.py:312 | ||
| 282 | + #: bpython/curtsiesfrontend/repl.py:324 | ||
| 285 | 283 | msgid "Welcome to bpython!" | |
| 286 | 284 | msgstr "" | |
| 287 | 285 | ||
| 288 | - #: bpython/curtsiesfrontend/repl.py:314 | ||
| 286 | + #: bpython/curtsiesfrontend/repl.py:326 | ||
| 289 | 287 | #, python-format | |
| 290 | 288 | msgid "Press <%s> for help." | |
| 291 | 289 | msgstr "" | |
| 292 | 290 | ||
| 293 | - #: bpython/curtsiesfrontend/repl.py:643 | ||
| 291 | + #: bpython/curtsiesfrontend/repl.py:663 | ||
| 294 | 292 | #, python-format | |
| 295 | 293 | msgid "Executing PYTHONSTARTUP failed: %s" | |
| 296 | 294 | msgstr "" | |
| 297 | 295 | ||
| 298 | - #: bpython/curtsiesfrontend/repl.py:661 | ||
| 296 | + #: bpython/curtsiesfrontend/repl.py:681 | ||
| 299 | 297 | #, python-format | |
| 300 | 298 | msgid "Reloaded at %s because %s modified." | |
| 301 | 299 | msgstr "" | |
| 302 | 300 | ||
| 303 | - #: bpython/curtsiesfrontend/repl.py:970 | ||
| 301 | + #: bpython/curtsiesfrontend/repl.py:990 | ||
| 304 | 302 | msgid "Session not reevaluated because it was not edited" | |
| 305 | 303 | msgstr "" | |
| 306 | 304 | ||
| 307 | - #: bpython/curtsiesfrontend/repl.py:985 | ||
| 305 | + #: bpython/curtsiesfrontend/repl.py:1005 | ||
| 308 | 306 | msgid "Session not reevaluated because saved file was blank" | |
| 309 | 307 | msgstr "" | |
| 310 | 308 | ||
| 311 | - #: bpython/curtsiesfrontend/repl.py:995 | ||
| 309 | + #: bpython/curtsiesfrontend/repl.py:1015 | ||
| 312 | 310 | msgid "Session edited and reevaluated" | |
| 313 | 311 | msgstr "" | |
| 314 | 312 | ||
| 315 | - #: bpython/curtsiesfrontend/repl.py:1006 | ||
| 313 | + #: bpython/curtsiesfrontend/repl.py:1026 | ||
| 316 | 314 | #, python-format | |
| 317 | 315 | msgid "Reloaded at %s by user." | |
| 318 | 316 | msgstr "" | |
| 319 | 317 | ||
| 320 | - #: bpython/curtsiesfrontend/repl.py:1012 | ||
| 318 | + #: bpython/curtsiesfrontend/repl.py:1032 | ||
| 321 | 319 | msgid "Auto-reloading deactivated." | |
| 322 | 320 | msgstr "" | |
| 323 | 321 | ||
| 324 | - #: bpython/curtsiesfrontend/repl.py:1017 | ||
| 322 | + #: bpython/curtsiesfrontend/repl.py:1037 | ||
| 325 | 323 | msgid "Auto-reloading active, watching for file changes..." | |
| 326 | 324 | msgstr "" | |
| 327 | 325 | ||
| 328 | - #: bpython/curtsiesfrontend/repl.py:1023 | ||
| 326 | + #: bpython/curtsiesfrontend/repl.py:1043 | ||
| 329 | 327 | msgid "Auto-reloading not available because watchdog not installed." | |
| 330 | 328 | msgstr "" | |
| 331 | 329 | ||
| 332 | - #: bpython/curtsiesfrontend/repl.py:1958 | ||
| 330 | + #: bpython/curtsiesfrontend/repl.py:1985 | ||
| 333 | 331 | msgid "" | |
| 334 | 332 | "\n" | |
| 335 | 333 | "Thanks for using bpython!\n" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments