Skip to content

Commit 822f02b

Browse files
author
Travis CI
committed
[ci skip] Update en source strings (build: 1175.1)
1 parent ac7df72 commit 822f02b

File tree

1 file changed

+34
-26
lines changed

1 file changed

+34
-26
lines changed

docs/locale/en/LC_MESSAGES/using.po

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: docker-stacks latest\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2019-07-27 14:32+0000\n"
12+
"POT-Creation-Date: 2019-08-03 03:19+0000\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -188,9 +188,17 @@ msgid ""
188188
"than change command line parameters."
189189
msgstr ""
190190

191-
# bb82e70358e7452d86eb1b8e971fbf27
191+
# fe40b3a059e54a53a7a5fde86441ae72
192192
#: ../../using/common.md:36
193193
msgid ""
194+
"-e RESTARTABLE=yes - Runs Jupyter in a loop so that quitting Jupyter does"
195+
" not cause the container to exit. This may be useful when you need to "
196+
"install extensions that require restarting Jupyter."
197+
msgstr ""
198+
199+
# bb82e70358e7452d86eb1b8e971fbf27
200+
#: ../../using/common.md:37
201+
msgid ""
194202
"-v /some/host/folder/for/work:/home/jovyan/work - Mounts a host machine "
195203
"directory as folder in the container. Useful when you want to preserve "
196204
"notebooks and other work even after the container is destroyed. You must "
@@ -200,7 +208,7 @@ msgid ""
200208
msgstr ""
201209

202210
# 403f8e6101534bc0951bf5bb0b03c5a0
203-
#: ../../using/common.md:37
211+
#: ../../using/common.md:38
204212
msgid ""
205213
"--user 5000 --group-add users - Launches the container with a specific "
206214
"user ID and adds that user to the users group so that it can modify files"
@@ -209,47 +217,47 @@ msgid ""
209217
msgstr ""
210218

211219
# 565fbbe944ed4e68a5e202eaf07d1402
212-
#: ../../using/common.md:39
220+
#: ../../using/common.md:40
213221
msgid "Startup Hooks"
214222
msgstr ""
215223

216224
# 70f6f3501e1b43d3a95e200c39eef8d2
217-
#: ../../using/common.md:41
225+
#: ../../using/common.md:42
218226
msgid ""
219227
"You can further customize the container environment by adding shell "
220228
"scripts (*.sh) to be sourced or executables (chmod +x) to be run to the "
221229
"paths below:"
222230
msgstr ""
223231

224232
# bdc8d9262aea4329b09bac1deb92d6da
225-
#: ../../using/common.md:44
233+
#: ../../using/common.md:45
226234
msgid ""
227235
"/usr/local/bin/start-notebook.d/ - handled before any of the standard "
228236
"options noted above are applied"
229237
msgstr ""
230238

231239
# 786fba9678e24e3ba5ded6536dc0492a
232-
#: ../../using/common.md:46
240+
#: ../../using/common.md:47
233241
msgid ""
234242
"/usr/local/bin/before-notebook.d/ - handled after all of the standard "
235243
"options noted above are applied and just before the notebook server "
236244
"launches"
237245
msgstr ""
238246

239247
# 5903b6a921cb42a9a8b6db0e9592769c
240-
#: ../../using/common.md:49
248+
#: ../../using/common.md:50
241249
msgid ""
242250
"See the run-hooks function in the jupyter/base-notebook start.sh script "
243251
"for execution details."
244252
msgstr ""
245253

246254
# ffb01f3597d1453bb0299e9a4a888757
247-
#: ../../using/common.md:52
255+
#: ../../using/common.md:53
248256
msgid "SSL Certificates"
249257
msgstr ""
250258

251259
# 7b1a34debd094e02930aa7197377b691
252-
#: ../../using/common.md:54
260+
#: ../../using/common.md:55
253261
msgid ""
254262
"You may mount SSL key and certificate files into a container and "
255263
"configure Jupyter Notebook to use them to accept HTTPS connections. For "
@@ -258,58 +266,58 @@ msgid ""
258266
msgstr ""
259267

260268
# e496d62ce1b7489eabf40a55471247b4
261-
#: ../../using/common.md:64
269+
#: ../../using/common.md:65
262270
msgid ""
263271
"Alternatively, you may mount a single PEM file containing both the key "
264272
"and certificate. For example:"
265273
msgstr ""
266274

267275
# 6ada67b7d1a34f59ad235d7e49e6a298
268-
#: ../../using/common.md:73
276+
#: ../../using/common.md:74
269277
msgid ""
270278
"In either case, Jupyter Notebook expects the key and certificate to be a "
271279
"base64 encoded text file. The certificate file or PEM may contain one or "
272280
"more certificates (e.g., server, intermediate, and root)."
273281
msgstr ""
274282

275283
# c908965cf0084fc2b276b50b47b87d18
276-
#: ../../using/common.md:75
284+
#: ../../using/common.md:76
277285
msgid "For additional information about using SSL, see the following:"
278286
msgstr ""
279287

280288
# 11ef89b3d17b4bcf827e73a7ebb13756
281-
#: ../../using/common.md:77
289+
#: ../../using/common.md:78
282290
msgid ""
283291
"The docker-stacks/examples for information about how to use Let's Encrypt"
284292
" certificates when you run these stacks on a publicly visible domain."
285293
msgstr ""
286294

287295
# 4a42ccc5b624431bbacdc8c1d5624fb4
288-
#: ../../using/common.md:78
296+
#: ../../using/common.md:79
289297
msgid ""
290298
"The jupyter_notebook_config.py file for how this Docker image generates a"
291299
" self-signed certificate."
292300
msgstr ""
293301

294302
# 95d9c3081fa34def82e309c53ef2147b
295-
#: ../../using/common.md:79
303+
#: ../../using/common.md:80
296304
msgid ""
297305
"The Jupyter Notebook documentation for best practices about securing a "
298306
"public notebook server in general."
299307
msgstr ""
300308

301309
# 9950b2e426414111ad46c6ba1e9d29bb
302-
#: ../../using/common.md:81
310+
#: ../../using/common.md:82
303311
msgid "Alternative Commands"
304312
msgstr ""
305313

306314
# 2e90717352804ebd8086eef378fa411d
307-
#: ../../using/common.md:83
315+
#: ../../using/common.md:84
308316
msgid "start.sh"
309317
msgstr ""
310318

311319
# 11637ea03062425e94964f2c70ed8676
312-
#: ../../using/common.md:85
320+
#: ../../using/common.md:86
313321
msgid ""
314322
"The start-notebook.sh script actually inherits most of its option "
315323
"handling capability from a more generic start.sh script. The start.sh "
@@ -319,38 +327,38 @@ msgid ""
319327
msgstr ""
320328

321329
# ad0be3e8095e4394afb367e9e56e1ca5
322-
#: ../../using/common.md:91
330+
#: ../../using/common.md:92
323331
msgid "Or, to run JupyterLab instead of the classic notebook, run the following:"
324332
msgstr ""
325333

326334
# 3d92501fb3b940b385ee986095610391
327-
#: ../../using/common.md:97
335+
#: ../../using/common.md:98
328336
msgid ""
329337
"This script is particularly useful when you derive a new Dockerfile from "
330338
"this image and install additional Jupyter applications with subcommands "
331339
"like jupyter console, jupyter kernelgateway, etc."
332340
msgstr ""
333341

334342
# ff1b1af310d54eedb852dc5eff7a4f7e
335-
#: ../../using/common.md:99
343+
#: ../../using/common.md:100
336344
msgid "Others"
337345
msgstr ""
338346

339347
# 127ffe0a552b4dafaa77d173883350d7
340-
#: ../../using/common.md:101
348+
#: ../../using/common.md:102
341349
msgid ""
342350
"You can bypass the provided scripts and specify an arbitrary start "
343351
"command. If you do, keep in mind that features supported by the start.sh "
344352
"script and its kin will not function (e.g., GRANT_SUDO)."
345353
msgstr ""
346354

347355
# 1d8bc4b15c3044b3932e0df72dd694a7
348-
#: ../../using/common.md:103
356+
#: ../../using/common.md:104
349357
msgid "Conda Environments"
350358
msgstr ""
351359

352360
# 97935ba423ed4a8787f9895f00015e4b
353-
#: ../../using/common.md:105
361+
#: ../../using/common.md:106
354362
msgid ""
355363
"The default Python 3.x Conda environment resides in /opt/conda. The "
356364
"/opt/conda/bin directory is part of the default jovyan user's $PATH. That"
@@ -359,7 +367,7 @@ msgid ""
359367
msgstr ""
360368

361369
# a8fe459cc9ff43b3b2f31efd4587f145
362-
#: ../../using/common.md:107
370+
#: ../../using/common.md:108
363371
msgid ""
364372
"The jovyan user has full read/write access to the /opt/conda directory. "
365373
"You can use either conda or pip to install new packages without any "

0 commit comments

Comments
 (0)