4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
5
5
#
6
6
#, fuzzy
7
+ # Universal translation: cell=单元格; kernal=内核; don't translate notebook whenever referring to Jupyter Notebook
7
8
msgid ""
8
9
msgstr ""
9
10
"Project-Id-Version : Jupyter VERSION\n "
@@ -35,11 +36,11 @@ msgstr "编辑元数据"
35
36
36
37
#: notebook/static/base/js/dialog.js:202
37
38
msgid "Edit Notebook Metadata"
38
- msgstr "编辑笔记本元数据 "
39
+ msgstr "编辑Notebook元数据 "
39
40
40
41
#: notebook/static/base/js/dialog.js:204
41
42
msgid "Edit Cell Metadata"
42
- msgstr "编辑块元数据 "
43
+ msgstr "编辑单元格元数据 "
43
44
44
45
#: notebook/static/base/js/dialog.js:208
45
46
#: notebook/static/notebook/js/notebook.js:485
@@ -74,11 +75,11 @@ msgstr "警告: 不能保存无效的JSON。"
74
75
75
76
#: notebook/static/base/js/dialog.js:247
76
77
msgid "There are no attachments for this cell."
77
- msgstr "这个块没有附件 。"
78
+ msgstr "这个单元格没有附件 。"
78
79
79
80
#: notebook/static/base/js/dialog.js:250
80
81
msgid "Current cell attachments"
81
- msgstr "当前块附件 "
82
+ msgstr "当前单元格附件 "
82
83
83
84
#: notebook/static/base/js/dialog.js:259
84
85
#: notebook/static/notebook/js/celltoolbarpresets/attachments.js:46
@@ -104,7 +105,7 @@ msgstr "编辑笔记本附件"
104
105
105
106
#: notebook/static/base/js/dialog.js:350
106
107
msgid "Edit Cell Attachments"
107
- msgstr "编辑块附件 "
108
+ msgstr "编辑单元格附件 "
108
109
109
110
#: notebook/static/base/js/dialog.js:373
110
111
msgid "Select a file to insert."
@@ -188,19 +189,19 @@ msgstr "重启内核(带确认对话框)"
188
189
189
190
#: notebook/static/notebook/js/actions.js:113
190
191
msgid "restart kernel and run all cells"
191
- msgstr "重启内核并且运行所有代码块 "
192
+ msgstr "重启内核并且运行所有单元格 "
192
193
193
194
#: notebook/static/notebook/js/actions.js:114
194
195
msgid "restart the kernel, then re-run the whole notebook (no confirmation dialog)"
195
196
msgstr "重启服务,然后重新运行整个笔记本(无确认对话框)"
196
197
197
198
#: notebook/static/notebook/js/actions.js:120
198
199
msgid "confirm restart kernel and run all cells"
199
- msgstr "确认重启内核并且运行所有代码块 "
200
+ msgstr "确认重启内核并且运行所有单元格 "
200
201
201
202
#: notebook/static/notebook/js/actions.js:121
202
203
msgid "restart the kernel, then re-run the whole notebook (with dialog)"
203
- msgstr "重启内核, 然后重新运行整个代码 (带确认对话框)"
204
+ msgstr "重启内核, 然后重新运行整个notebook (带确认对话框)"
204
205
205
206
#: notebook/static/notebook/js/actions.js:127
206
207
msgid "restart kernel and clear output"
@@ -225,36 +226,36 @@ msgstr "中断内核"
225
226
226
227
#: notebook/static/notebook/js/actions.js:150
227
228
msgid "run cell and select next"
228
- msgstr "运行代码块并且选择下一个代码块 "
229
+ msgstr "运行单元格并且选择下一个单元格 "
229
230
230
231
#: notebook/static/notebook/js/actions.js:152
231
232
msgid "run cell, select below"
232
- msgstr "运行代码块, 选择下面的代码块 "
233
+ msgstr "运行单元格, 选择下面的单元格 "
233
234
234
235
#: notebook/static/notebook/js/actions.js:159
235
236
#: notebook/static/notebook/js/actions.js:160
236
237
msgid "run selected cells"
237
- msgstr "运行选中的代码块 "
238
+ msgstr "运行选中的单元格 "
238
239
239
240
#: notebook/static/notebook/js/actions.js:167
240
241
#: notebook/static/notebook/js/actions.js:168
241
242
msgid "run cell and insert below"
242
- msgstr "运行代码块并且在下面插入代码块 "
243
+ msgstr "运行单元格并且在下面插入单元格 "
243
244
244
245
#: notebook/static/notebook/js/actions.js:175
245
246
#: notebook/static/notebook/js/actions.js:176
246
247
msgid "run all cells"
247
- msgstr "运行所有的代码块 "
248
+ msgstr "运行所有的单元格 "
248
249
249
250
#: notebook/static/notebook/js/actions.js:183
250
251
#: notebook/static/notebook/js/actions.js:184
251
252
msgid "run all cells above"
252
- msgstr "运行上面所有的代码块 "
253
+ msgstr "运行上面所有的单元格 "
253
254
254
255
#: notebook/static/notebook/js/actions.js:190
255
256
#: notebook/static/notebook/js/actions.js:191
256
257
msgid "run all cells below"
257
- msgstr "运行下面所有的代码块 "
258
+ msgstr "运行下面所有的单元格 "
258
259
259
260
#: notebook/static/notebook/js/actions.js:197
260
261
#: notebook/static/notebook/js/actions.js:198
@@ -269,22 +270,22 @@ msgstr "插入图片"
269
270
#: notebook/static/notebook/js/actions.js:213
270
271
#: notebook/static/notebook/js/actions.js:214
271
272
msgid "cut cell attachments"
272
- msgstr "剪切代码块的附件 "
273
+ msgstr "剪切单元格的附件 "
273
274
274
275
#: notebook/static/notebook/js/actions.js:221
275
276
#: notebook/static/notebook/js/actions.js:222
276
277
msgid "copy cell attachments"
277
- msgstr "复制代码块的附件 "
278
+ msgstr "复制单元格的附件 "
278
279
279
280
#: notebook/static/notebook/js/actions.js:229
280
281
#: notebook/static/notebook/js/actions.js:230
281
282
msgid "paste cell attachments"
282
- msgstr "粘贴代码块的附件 "
283
+ msgstr "粘贴单元格的附件 "
283
284
284
285
#: notebook/static/notebook/js/actions.js:237
285
286
#: notebook/static/notebook/js/actions.js:238
286
287
msgid "split cell at cursor"
287
- msgstr "在光标处分割代码块 "
288
+ msgstr "在光标处分割单元格 "
288
289
289
290
#: notebook/static/notebook/js/actions.js:245
290
291
#: notebook/static/notebook/js/actions.js:246
@@ -293,45 +294,45 @@ msgstr "进入编辑模式"
293
294
294
295
#: notebook/static/notebook/js/actions.js:253
295
296
msgid "select previous cell"
296
- msgstr "选择上一个代码块 "
297
+ msgstr "选择上一个单元格 "
297
298
298
299
#: notebook/static/notebook/js/actions.js:254
299
300
msgid "select cell above"
300
- msgstr "选择上面的代码块 "
301
+ msgstr "选择上面的单元格 "
301
302
302
303
#: notebook/static/notebook/js/actions.js:265
303
304
msgid "select next cell"
304
- msgstr "选择下一个代码块 "
305
+ msgstr "选择下一个单元格 "
305
306
306
307
#: notebook/static/notebook/js/actions.js:266
307
308
msgid "select cell below"
308
- msgstr "选择下面的代码块 "
309
+ msgstr "选择下面的单元格 "
309
310
310
311
#: notebook/static/notebook/js/actions.js:277
311
312
msgid "extend selection above"
312
- msgstr "扩展上面的代码块 "
313
+ msgstr "扩展上面的单元格 "
313
314
314
315
#: notebook/static/notebook/js/actions.js:278
315
316
msgid "extend selected cells above"
316
- msgstr "扩展上面选择的代码块 "
317
+ msgstr "扩展上面选择的单元格 "
317
318
318
319
#: notebook/static/notebook/js/actions.js:289
319
320
msgid "extend selection below"
320
- msgstr "扩展下面的代码块 "
321
+ msgstr "扩展下面的单元格 "
321
322
322
323
#: notebook/static/notebook/js/actions.js:290
323
324
msgid "extend selected cells below"
324
- msgstr "扩展下面选择的代码块 "
325
+ msgstr "扩展下面选择的单元格 "
325
326
326
327
#: notebook/static/notebook/js/actions.js:301
327
328
#: notebook/static/notebook/js/actions.js:302
328
329
msgid "cut selected cells"
329
- msgstr "剪切选择的代码块 "
330
+ msgstr "剪切选择的单元格 "
330
331
331
332
#: notebook/static/notebook/js/actions.js:312
332
333
#: notebook/static/notebook/js/actions.js:313
333
334
msgid "copy selected cells"
334
- msgstr "复制选择的代码块 "
335
+ msgstr "复制选择的单元格 "
335
336
336
337
#: notebook/static/notebook/js/actions.js:327
337
338
#: notebook/static/notebook/js/actions.js:328
@@ -346,73 +347,73 @@ msgstr "粘贴到下面"
346
347
#: notebook/static/notebook/js/actions.js:344
347
348
#: notebook/static/notebook/js/actions.js:345
348
349
msgid "insert cell above"
349
- msgstr "在上面插入代码块 "
350
+ msgstr "在上面插入单元格 "
350
351
351
352
#: notebook/static/notebook/js/actions.js:354
352
353
#: notebook/static/notebook/js/actions.js:355
353
354
msgid "insert cell below"
354
- msgstr "在下面插入代码块 "
355
+ msgstr "在下面插入单元格 "
355
356
356
357
#: notebook/static/notebook/js/actions.js:365
357
358
#: notebook/static/notebook/js/actions.js:366
358
359
msgid "change cell to code"
359
- msgstr "把代码块变成代码 "
360
+ msgstr "把单元格变成代码快 "
360
361
361
362
#: notebook/static/notebook/js/actions.js:373
362
363
#: notebook/static/notebook/js/actions.js:374
363
364
msgid "change cell to markdown"
364
- msgstr "把代码块变成 Markdown"
365
+ msgstr "把单元格变成 Markdown"
365
366
366
367
#: notebook/static/notebook/js/actions.js:381
367
368
#: notebook/static/notebook/js/actions.js:382
368
369
msgid "change cell to raw"
369
- msgstr "清除代码块格式 "
370
+ msgstr "清除单元格格式 "
370
371
371
372
#: notebook/static/notebook/js/actions.js:389
372
373
#: notebook/static/notebook/js/actions.js:390
373
374
msgid "change cell to heading 1"
374
- msgstr "把代码块变成标题 1"
375
+ msgstr "把单元格变成标题 1"
375
376
376
377
#: notebook/static/notebook/js/actions.js:397
377
378
#: notebook/static/notebook/js/actions.js:398
378
379
msgid "change cell to heading 2"
379
- msgstr "把代码块变成标题 2"
380
+ msgstr "把单元格变成标题 2"
380
381
381
382
#: notebook/static/notebook/js/actions.js:405
382
383
#: notebook/static/notebook/js/actions.js:406
383
384
msgid "change cell to heading 3"
384
- msgstr "把代码块变成标题 3"
385
+ msgstr "把单元格变成标题 3"
385
386
386
387
#: notebook/static/notebook/js/actions.js:413
387
388
#: notebook/static/notebook/js/actions.js:414
388
389
msgid "change cell to heading 4"
389
- msgstr "把代码块变成标题 4"
390
+ msgstr "把单元格变成标题 4"
390
391
391
392
#: notebook/static/notebook/js/actions.js:421
392
393
#: notebook/static/notebook/js/actions.js:422
393
394
msgid "change cell to heading 5"
394
- msgstr "把代码块变成标题 5"
395
+ msgstr "把单元格变成标题 5"
395
396
396
397
#: notebook/static/notebook/js/actions.js:429
397
398
#: notebook/static/notebook/js/actions.js:430
398
399
msgid "change cell to heading 6"
399
- msgstr "把代码块变成标题 6"
400
+ msgstr "把单元格变成标题 6"
400
401
401
402
#: notebook/static/notebook/js/actions.js:437
402
403
msgid "toggle cell output"
403
- msgstr "切换代码块输出 "
404
+ msgstr "显示/隐藏单元格输出 "
404
405
405
406
#: notebook/static/notebook/js/actions.js:438
406
407
msgid "toggle output of selected cells"
407
- msgstr "切换选定单元格的输出 "
408
+ msgstr "显示/隐藏选定单元格的输出 "
408
409
409
410
#: notebook/static/notebook/js/actions.js:445
410
411
msgid "toggle cell scrolling"
411
- msgstr "切换单元格滚动 "
412
+ msgstr "切换单元格为滚动 "
412
413
413
414
#: notebook/static/notebook/js/actions.js:446
414
415
msgid "toggle output scrolling of selected cells"
415
- msgstr "切换选中单元格的输出滚动 "
416
+ msgstr "切换选中单元格的输出为滚动 "
416
417
417
418
#: notebook/static/notebook/js/actions.js:453
418
419
msgid "clear cell output"
@@ -424,15 +425,15 @@ msgstr "清空已选择单元格的输出"
424
425
425
426
#: notebook/static/notebook/js/actions.js:460
426
427
msgid "move cells down"
427
- msgstr "下移 "
428
+ msgstr "下移单元格 "
428
429
429
430
#: notebook/static/notebook/js/actions.js:461
430
431
msgid "move selected cells down"
431
432
msgstr "下移选中单元格"
432
433
433
434
#: notebook/static/notebook/js/actions.js:469
434
435
msgid "move cells up"
435
- msgstr "上移 "
436
+ msgstr "上移单元格 "
436
437
437
438
#: notebook/static/notebook/js/actions.js:470
438
439
msgid "move selected cells up"
@@ -459,7 +460,7 @@ msgstr "删除选中单元格"
459
460
#: notebook/static/notebook/js/actions.js:502
460
461
#: notebook/static/notebook/js/actions.js:503
461
462
msgid "undo cell deletion"
462
- msgstr "撤销删除 "
463
+ msgstr "撤销删除单元格 "
463
464
464
465
#: notebook/static/notebook/js/actions.js:512
465
466
msgid "merge cell with previous cell"
0 commit comments