| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 964f42c commit 9a0ad31
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.22.dev8\n" | ||
| 9 | + "Project-Id-Version: bpython 0.22.dev28\n" | ||
| 10 | 10 | "Report-Msgid-Bugs-To: https://github.com/bpython/bpython/issues\n" | |
| 11 | - "POT-Creation-Date: 2021-01-29 22:59+0100\n" | ||
| 11 | + "POT-Creation-Date: 2021-02-14 17:29+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,31 +17,47 @@ msgstr "" | |||
| 17 | 17 | "Content-Transfer-Encoding: 8bit\n" | |
| 18 | 18 | "Generated-By: Babel 2.8.0\n" | |
| 19 | 19 | ||
| 20 | - #: bpython/args.py:91 | ||
| 20 | + #: bpython/args.py:49 | ||
| 21 | + msgid "{} version {} on top of Python {} {}" | ||
| 22 | + msgstr "" | ||
| 23 | + | ||
| 24 | + #: bpython/args.py:58 | ||
| 25 | + msgid "{} See AUTHORS.rst for details." | ||
| 26 | + msgstr "" | ||
| 27 | + | ||
| 28 | + #: bpython/args.py:95 | ||
| 21 | 29 | #, python-format | |
| 22 | 30 | msgid "" | |
| 23 | 31 | "Usage: %(prog)s [options] [file [args]]\n" | |
| 24 | 32 | "NOTE: If bpython sees an argument it does not know, execution falls back " | |
| 25 | 33 | "to the regular Python interpreter." | |
| 26 | 34 | msgstr "" | |
| 27 | 35 | ||
| 28 | - #: bpython/args.py:101 | ||
| 36 | + #: bpython/args.py:105 | ||
| 29 | 37 | msgid "Use CONFIG instead of default config file." | |
| 30 | 38 | msgstr "" | |
| 31 | 39 | ||
| 32 | - #: bpython/args.py:107 | ||
| 40 | + #: bpython/args.py:111 | ||
| 33 | 41 | msgid "Drop to bpython shell after running file instead of exiting." | |
| 34 | 42 | msgstr "" | |
| 35 | 43 | ||
| 36 | - #: bpython/args.py:113 | ||
| 44 | + #: bpython/args.py:117 | ||
| 37 | 45 | msgid "Don't flush the output to stdout." | |
| 38 | 46 | msgstr "" | |
| 39 | 47 | ||
| 40 | - #: bpython/args.py:119 | ||
| 48 | + #: bpython/args.py:123 | ||
| 41 | 49 | msgid "Print version and exit." | |
| 42 | 50 | msgstr "" | |
| 43 | 51 | ||
| 44 | 52 | #: bpython/args.py:130 | |
| 53 | + msgid "Set log level for logging" | ||
| 54 | + msgstr "" | ||
| 55 | + | ||
| 56 | + #: bpython/args.py:135 | ||
| 57 | + msgid "Log output file" | ||
| 58 | + msgstr "" | ||
| 59 | + | ||
| 60 | + #: bpython/args.py:146 | ||
| 45 | 61 | msgid "File to execute and additional arguments passed on to the executed script." | |
| 46 | 62 | msgstr "" | |
| 47 | 63 | ||
@@ -81,18 +97,14 @@ msgid "" | |||
| 81 | 97 | msgstr "" | |
| 82 | 98 | ||
| 83 | 99 | #: bpython/curtsies.py:136 | |
| 84 | - msgid "log debug messages to bpython.log" | ||
| 85 | - msgstr "" | ||
| 86 | - | ||
| 87 | - #: bpython/curtsies.py:142 | ||
| 88 | 100 | msgid "start by pasting lines of a file into session" | |
| 89 | 101 | msgstr "" | |
| 90 | 102 | ||
| 91 | - #: bpython/curtsies.py:148 | ||
| 103 | + #: bpython/curtsies.py:142 | ||
| 92 | 104 | msgid "curtsies arguments" | |
| 93 | 105 | msgstr "" | |
| 94 | 106 | ||
| 95 | - #: bpython/curtsies.py:149 | ||
| 107 | + #: bpython/curtsies.py:143 | ||
| 96 | 108 | msgid "Additional arguments specific to the curtsies-based REPL." | |
| 97 | 109 | msgstr "" | |
| 98 | 110 | ||
@@ -279,55 +291,55 @@ msgid "" | |||
| 279 | 291 | " future version." | |
| 280 | 292 | msgstr "" | |
| 281 | 293 | ||
| 282 | - #: bpython/curtsiesfrontend/repl.py:324 | ||
| 294 | + #: bpython/curtsiesfrontend/repl.py:325 | ||
| 283 | 295 | msgid "Welcome to bpython!" | |
| 284 | 296 | msgstr "" | |
| 285 | 297 | ||
| 286 | - #: bpython/curtsiesfrontend/repl.py:326 | ||
| 298 | + #: bpython/curtsiesfrontend/repl.py:327 | ||
| 287 | 299 | #, python-format | |
| 288 | 300 | msgid "Press <%s> for help." | |
| 289 | 301 | msgstr "" | |
| 290 | 302 | ||
| 291 | - #: bpython/curtsiesfrontend/repl.py:663 | ||
| 303 | + #: bpython/curtsiesfrontend/repl.py:664 | ||
| 292 | 304 | #, python-format | |
| 293 | 305 | msgid "Executing PYTHONSTARTUP failed: %s" | |
| 294 | 306 | msgstr "" | |
| 295 | 307 | ||
| 296 | - #: bpython/curtsiesfrontend/repl.py:681 | ||
| 308 | + #: bpython/curtsiesfrontend/repl.py:682 | ||
| 297 | 309 | #, python-format | |
| 298 | 310 | msgid "Reloaded at %s because %s modified." | |
| 299 | 311 | msgstr "" | |
| 300 | 312 | ||
| 301 | - #: bpython/curtsiesfrontend/repl.py:990 | ||
| 313 | + #: bpython/curtsiesfrontend/repl.py:991 | ||
| 302 | 314 | msgid "Session not reevaluated because it was not edited" | |
| 303 | 315 | msgstr "" | |
| 304 | 316 | ||
| 305 | - #: bpython/curtsiesfrontend/repl.py:1005 | ||
| 317 | + #: bpython/curtsiesfrontend/repl.py:1006 | ||
| 306 | 318 | msgid "Session not reevaluated because saved file was blank" | |
| 307 | 319 | msgstr "" | |
| 308 | 320 | ||
| 309 | - #: bpython/curtsiesfrontend/repl.py:1015 | ||
| 321 | + #: bpython/curtsiesfrontend/repl.py:1016 | ||
| 310 | 322 | msgid "Session edited and reevaluated" | |
| 311 | 323 | msgstr "" | |
| 312 | 324 | ||
| 313 | - #: bpython/curtsiesfrontend/repl.py:1026 | ||
| 325 | + #: bpython/curtsiesfrontend/repl.py:1027 | ||
| 314 | 326 | #, python-format | |
| 315 | 327 | msgid "Reloaded at %s by user." | |
| 316 | 328 | msgstr "" | |
| 317 | 329 | ||
| 318 | - #: bpython/curtsiesfrontend/repl.py:1032 | ||
| 330 | + #: bpython/curtsiesfrontend/repl.py:1033 | ||
| 319 | 331 | msgid "Auto-reloading deactivated." | |
| 320 | 332 | msgstr "" | |
| 321 | 333 | ||
| 322 | - #: bpython/curtsiesfrontend/repl.py:1037 | ||
| 334 | + #: bpython/curtsiesfrontend/repl.py:1038 | ||
| 323 | 335 | msgid "Auto-reloading active, watching for file changes..." | |
| 324 | 336 | msgstr "" | |
| 325 | 337 | ||
| 326 | - #: bpython/curtsiesfrontend/repl.py:1043 | ||
| 338 | + #: bpython/curtsiesfrontend/repl.py:1044 | ||
| 327 | 339 | msgid "Auto-reloading not available because watchdog not installed." | |
| 328 | 340 | msgstr "" | |
| 329 | 341 | ||
| 330 | - #: bpython/curtsiesfrontend/repl.py:1985 | ||
| 342 | + #: bpython/curtsiesfrontend/repl.py:1986 | ||
| 331 | 343 | msgid "" | |
| 332 | 344 | "\n" | |
| 333 | 345 | "Thanks for using bpython!\n" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments