Skip to content

Commit

Permalink
[skip ci] Update .pot files
Browse files Browse the repository at this point in the history
  • Loading branch information
Autobuild bot on CircleCI committed Aug 17, 2019
1 parent 4318a9b commit baceba4
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 365 deletions.
377 changes: 377 additions & 0 deletions docs/locales/pot/cli.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,377 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2017. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project
# This file is distributed under the same license as the pipenv package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: pipenv 2018.11.27.dev0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-17 04:24+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../cli.rst:4
msgid "Pipenv CLI Reference"
msgstr ""

#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
msgid "Options"
msgstr ""

#: ../../../pipenv:1
msgid "Output project home information."
msgstr ""

#: ../../../pipenv:1
msgid "Output virtualenv information."
msgstr ""

#: ../../../pipenv:1
msgid "Output Python interpreter information."
msgstr ""

#: ../../../pipenv:1
msgid "Output Environment Variable options."
msgstr ""

#: ../../../pipenv:1
msgid "Remove the virtualenv."
msgstr ""

#: ../../../pipenv:1
#: ../../../pipenv clean:1
#: ../../../pipenv graph:1
#: ../../../pipenv sync:1
#: ../../../pipenv update:1
msgid "Minimal output."
msgstr ""

#: ../../../pipenv:1
msgid "Output completion (to be eval'd)."
msgstr ""

#: ../../../pipenv:1
msgid "Display manpage."
msgstr ""

#: ../../../pipenv:1
msgid "Output diagnostic information for use in GitHub issues."
msgstr ""

#: ../../../pipenv:1
#: ../../../pipenv install:1
msgid "Enable site-packages for the virtualenv."
msgstr ""

#: ../../../pipenv:1
#: ../../../pipenv check:1
#: ../../../pipenv clean:1
#: ../../../pipenv install:1
#: ../../../pipenv lock:1
#: ../../../pipenv open:1
#: ../../../pipenv run:1
#: ../../../pipenv shell:1
#: ../../../pipenv sync:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "Specify which version of Python virtualenv should use."
msgstr ""

#: ../../../pipenv:1
#: ../../../pipenv check:1
#: ../../../pipenv clean:1
#: ../../../pipenv install:1
#: ../../../pipenv lock:1
#: ../../../pipenv open:1
#: ../../../pipenv run:1
#: ../../../pipenv shell:1
#: ../../../pipenv sync:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "Use Python 3/2 when creating virtualenv."
msgstr ""

#: ../../../pipenv:1
#: ../../../pipenv check:1
#: ../../../pipenv install:1
#: ../../../pipenv lock:1
#: ../../../pipenv open:1
#: ../../../pipenv run:1
#: ../../../pipenv sync:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "Clears caches (pipenv, pip, and pip-tools)."
msgstr ""

#: ../../../pipenv:1
#: ../../../pipenv check:1
#: ../../../pipenv clean:1
#: ../../../pipenv install:1
#: ../../../pipenv lock:1
#: ../../../pipenv open:1
#: ../../../pipenv run:1
#: ../../../pipenv sync:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "Verbose mode."
msgstr ""

#: ../../../pipenv:1
#: ../../../pipenv check:1
#: ../../../pipenv install:1
#: ../../../pipenv lock:1
#: ../../../pipenv open:1
#: ../../../pipenv run:1
#: ../../../pipenv shell:1
#: ../../../pipenv sync:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "Specify a PyPI mirror."
msgstr ""

#: ../../../pipenv:1
msgid "Show the version and exit."
msgstr ""

#: ../../../pipenv check:1
msgid "Checks for security vulnerabilities and against PEP 508 markers provided in Pipfile."
msgstr ""

#: ../../../pipenv check:1
msgid "Given a code path, show potentially unused dependencies."
msgstr ""

#: ../../../pipenv check:1
msgid "Ignore specified vulnerability during safety checks."
msgstr ""

#: ../../../pipenv check:1
#: ../../../pipenv install:1
msgid "System pip management."
msgstr ""

#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
msgid "Arguments"
msgstr ""

#: ../../../pipenv check:1
#: ../../../pipenv install:1
#: ../../../pipenv run:1
#: ../../../pipenv shell:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "Optional argument(s)"
msgstr ""

#: ../../../pipenv clean:1
msgid "Uninstalls all packages not specified in Pipfile.lock."
msgstr ""

#: ../../../pipenv clean:1
msgid "Just output unneeded packages."
msgstr ""

#: ../../../pipenv graph:1
msgid "Displays currently-installed dependency graph information."
msgstr ""

#: ../../../pipenv graph:1
msgid "Output JSON."
msgstr ""

#: ../../../pipenv graph:1
msgid "Output JSON in nested tree."
msgstr ""

#: ../../../pipenv graph:1
msgid "Reversed dependency graph."
msgstr ""

#: ../../../pipenv install:1
msgid "Installs provided packages and adds them to Pipfile, or (if no packages are given), installs all packages from Pipfile."
msgstr ""

#: ../../../pipenv install:1
msgid "Install packages automatically discovered from import statements."
msgstr ""

#: ../../../pipenv install:1
msgid "Abort if the Pipfile.lock is out-of-date, or Python version is wrong."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv uninstall:1
msgid "Skip locking mechanisms and use the Pipfile instead during operation."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "An editable python package URL or path, often to a VCS repo."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv update:1
msgid "Ignore Pipfile when installing, using the Pipfile.lock."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv update:1
msgid "Update specified packages."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv update:1
msgid "Import a requirements.txt file."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv update:1
msgid "URLs to the extra PyPI compatible indexes to query for package lookups."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv update:1
msgid "Target PyPI-compatible package index url."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv sync:1
#: ../../../pipenv update:1
msgid "Install dependencies one-at-a-time, instead of concurrently."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv lock:1
#: ../../../pipenv sync:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "Keep out-dated dependencies from being updated in Pipfile.lock."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv lock:1
#: ../../../pipenv sync:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "Allow pre-releases."
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv lock:1
#: ../../../pipenv sync:1
#: ../../../pipenv uninstall:1
#: ../../../pipenv update:1
msgid "Install both develop and default packages."
msgstr ""

#: ../../cli.rst:0
#: ../../cli.rst:0
#: ../../cli.rst:0
msgid "Environment variables"
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv uninstall:1
msgid "Provide a default for :option:`--skip-lock`"
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv update:1
msgid "Provide a default for :option:`--extra-index-url`"
msgstr ""

#: ../../../pipenv install:1
#: ../../../pipenv update:1
msgid "Provide a default for :option:`-i`"
msgstr ""

#: ../../../pipenv lock:1
msgid "Generates Pipfile.lock."
msgstr ""

#: ../../../pipenv lock:1
msgid "Generate output in requirements.txt format."
msgstr ""

#: ../../../pipenv open:1
msgid "View a given module in your editor."
msgstr ""

#: ../../../pipenv open:1
msgid "This uses the EDITOR environment variable. You can temporarily override it, for example:"
msgstr ""

#: ../../../pipenv open:1
msgid "EDITOR=atom pipenv open requests"
msgstr ""

#: ../../../pipenv open:1
#: ../../../pipenv run:1
msgid "Required argument"
msgstr ""

#: ../../../pipenv run:1
msgid "Spawns a command installed into the virtualenv."
msgstr ""

#: ../../../pipenv shell:1
msgid "Spawns a shell within the virtualenv."
msgstr ""

#: ../../../pipenv shell:1
msgid "Run in shell in fancy mode (for elegantly configured shells)."
msgstr ""

#: ../../../pipenv shell:1
msgid "Always spawn a subshell, even if one is already spawned."
msgstr ""

#: ../../../pipenv sync:1
msgid "Installs all packages specified in Pipfile.lock."
msgstr ""

#: ../../../pipenv uninstall:1
msgid "Un-installs a provided package and removes it from Pipfile."
msgstr ""

#: ../../../pipenv uninstall:1
msgid "Un-install all package from [dev-packages]."
msgstr ""

#: ../../../pipenv uninstall:1
msgid "Purge all package(s) from virtualenv. Does not edit Pipfile."
msgstr ""

#: ../../../pipenv update:1
msgid "Runs lock, then sync."
msgstr ""

#: ../../../pipenv update:1
#: ../../../pipenv update:1
msgid "List out-of-date dependencies."
msgstr ""

0 comments on commit baceba4

Please sign in to comment.