Skip to content

Commit

Permalink
[ci skip] Automated publish for d378443
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jun 21, 2021
1 parent d378443 commit e8c0e9a
Showing 1 changed file with 43 additions and 25 deletions.
68 changes: 43 additions & 25 deletions docs/locale/en/LC_MESSAGES/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: docker-stacks latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-23 19:28+0000\n"
"POT-Creation-Date: 2021-06-21 17:19+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"
Expand All @@ -19,89 +19,89 @@ msgstr ""
"Generated-By: Babel 2.9.1\n"

# 22f1bd46933144e092bf92e3af4c6f4f
#: ../../index.rst:32 576c138188694b4588144d2113382333
#: ../../index.rst:50 206d746cbbe342cda0c4493ccb59abd6
msgid "User Guide"
msgstr ""

# f35d75046f8c42ae8cab58d826154823
#: ../../index.rst:42 7dde2f42757d495c84bf9fd119eb73c2
#: ../../index.rst:60 31d02ffcf0e34bea8fc1baded2c08a47
msgid "Contributor Guide"
msgstr ""

# a737afe726cd49c4986d75b7d74eeed3
#: ../../index.rst:55 43fed73a9efa4c5f91dbf7ff04543b7c
#: ../../index.rst:73 80e7db5dc35640a6ba01b20d2cc3b20a
msgid "Maintainer Guide"
msgstr ""

#: ../../index.rst:61
msgid "Jupyter Discourse Forum"
#: ../../index.rst:79
msgid "Issue Tracker on Github"
msgstr ""

#: ../../index.rst:61
msgid "Stacks Issue Tracker"
#: ../../index.rst:79
msgid "Jupyter Discourse Forum"
msgstr ""

#: ../../index.rst:61
#: ../../index.rst:79
msgid "Jupyter Website"
msgstr ""

# 9cd216fa91ef40bbb957373faaf93732
#: ../../index.rst:61 6e7a598b9b444be1ab510d1beefde84b
#: ../../index.rst:79 2ea0523f3631499382f7662f340c147b
msgid "Getting Help"
msgstr ""

# a0aa0bcd999c4c5e96cc57fd77780f96
#: ../../index.rst:2 e64ef36433044ceaa26545f1710ee198
#: ../../index.rst:2 f1f51d536a99420abac00218cf41eb35
msgid "Jupyter Docker Stacks"
msgstr ""

# 5d06f458dc524214b2c97e865dd2dc81
#: ../../index.rst:4 f7ec654b90d94a65ac368c9b2e2c265e
#: ../../index.rst:4 f38a09a8cf674ccc8fd29b525671a6ff
msgid ""
"Jupyter Docker Stacks are a set of ready-to-run Docker images containing "
"Jupyter applications and interactive computing tools. You can use a stack"
" image to do any of the following (and more):"
msgstr ""

# c69f151c806e4cdf9bebda05b06c760e
#: ../../index.rst:6 106d0414d337406286a4c0b5b747a409
#: ../../index.rst:7 33ffc662a0874e708b34dc4ce9fced67
msgid "Start a personal Jupyter Notebook server in a local Docker container"
msgstr ""

# b26271409ab743b2a349b3a8ca95233e
#: ../../index.rst:7 0c98c03ffb9540debefba5617c2ba3d3
#: ../../index.rst:8 21a32796db4840a894fa7c604b3ae300
msgid "Run JupyterLab servers for a team using JupyterHub"
msgstr ""

# 4d60f4325fff4ffcad12703a4b9d6781
#: ../../index.rst:8 67f908c6e29846eb9a0efe071d77a11e
#: ../../index.rst:9 0ca7e7c689564de0a575555277e82ade
msgid "Write your own project Dockerfile"
msgstr ""

# 78b0d31eb6e9462888eef92e6a84cdb7
#: ../../index.rst:11 433cd0ea65984ca5b7f0bcd8d28effd5
#: ../../index.rst:12 6389c5477bf942b7999d42b5e2e698ce
msgid "Quick Start"
msgstr ""

#: ../../index.rst:13 d491156eb09d443db1d18aabe52df40f
#: ../../index.rst:14 df6c516da7ed41cfad1e66f1a635484a
msgid ""
"You can try a `recent build of the jupyter/base-notebook image on "
"mybinder.org <https://mybinder.org/v2/gh/jupyter/docker-"
"You can try a `relatively recent build of the jupyter/base-notebook image"
" on mybinder.org <https://mybinder.org/v2/gh/jupyter/docker-"
"stacks/master?filepath=README.ipynb>`_ by simply clicking the preceding "
"link. Otherwise, three examples below may help you get started if you "
"`have Docker installed <https://docs.docker.com/install/>`_, know "
":doc:`which Docker image <using/selecting>` you want to use, and want to "
":doc:`which Docker image <using/selecting>` you want to use and want to "
"launch a single Jupyter Notebook server in a container."
msgstr ""

# 051ed23ef62e41058a7c889604f96035
#: ../../index.rst:15 fd26a0de5e8e486881add75154edcd37
#: ../../index.rst:20 db5cc4be73d44f8789f502ed6ee9f6e7
msgid ""
"The other pages in this documentation describe additional uses and "
"features in detail."
msgstr ""

#: ../../index.rst:17 dbed24fb6a1a4be590b849e0e347154e
#: ../../index.rst:22 faf95f523ad4479fa15112a10a2cd099
msgid ""
"**Example 1:** This command pulls the ``jupyter/scipy-notebook`` image "
"tagged ``33add21fab64`` from Docker Hub if it is not already present on "
Expand All @@ -114,7 +114,7 @@ msgid ""
"the notebook server exits.::"
msgstr ""

#: ../../index.rst:21 0de344bca072499584a902837907650f
#: ../../index.rst:31 d3256c5fafe44e88a215e7982e809d9f
msgid ""
"**Example 2:** This command performs the same operations as **Example "
"1**, but it exposes the server on host port 10000 instead of port 8888. "
Expand All @@ -124,7 +124,7 @@ msgid ""
"console.::"
msgstr ""

#: ../../index.rst:25 eb2311c06fd74b2891520ba11269813d
#: ../../index.rst:37 51144b2ac6fb453cbe7b88492090dc84
msgid ""
"**Example 3:** This command pulls the ``jupyter/datascience-notebook`` "
"image tagged ``33add21fab64`` from Docker Hub if it is not already "
Expand All @@ -140,7 +140,7 @@ msgid ""
msgstr ""

# 3ac1a41d185844b1b43315a4cc74efc8
#: ../../index.rst:30 2783c472d597497bad6ceaec39e447f0
#: ../../index.rst:48 35e2b2d0509646d780c75f222843ad0a
msgid "Table of Contents"
msgstr ""

Expand Down Expand Up @@ -247,3 +247,21 @@ msgstr ""
#~ " remain intact on the host.::"
#~ msgstr ""

#~ msgid "Stacks Issue Tracker"
#~ msgstr ""

#~ msgid ""
#~ "You can try a `recent build of "
#~ "the jupyter/base-notebook image on "
#~ "mybinder.org <https://mybinder.org/v2/gh/jupyter/docker-"
#~ "stacks/master?filepath=README.ipynb>`_ by simply "
#~ "clicking the preceding link. Otherwise, "
#~ "three examples below may help you "
#~ "get started if you `have Docker "
#~ "installed <https://docs.docker.com/install/>`_, know "
#~ ":doc:`which Docker image <using/selecting>` "
#~ "you want to use, and want to "
#~ "launch a single Jupyter Notebook server"
#~ " in a container."
#~ msgstr ""

0 comments on commit e8c0e9a

Please sign in to comment.