chore(i18n,curriculum): update translations (#42659)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f090b6c005b0e76f068
|
||||
title: 'Dictionaries: Common Applications'
|
||||
title: '字典:常见应用'
|
||||
challengeType: 11
|
||||
videoId: f17xPfIXct0
|
||||
dashedName: dictionaries-common-applications
|
||||
@ -10,7 +10,7 @@ dashedName: dictionaries-common-applications
|
||||
|
||||
## --text--
|
||||
|
||||
What will the following code print?
|
||||
这段代码将打印什么?
|
||||
|
||||
```python
|
||||
counts = { 'quincy' : 1 , 'mrugesh' : 42, 'beau': 100, '0': 10}
|
||||
@ -35,7 +35,7 @@ quincy
|
||||
|
||||
---
|
||||
|
||||
[will return error]
|
||||
[将返回错误]
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f0c0b6c005b0e76f072
|
||||
title: Networking Protocol
|
||||
title: 网络协议
|
||||
challengeType: 11
|
||||
videoId: c6vZGescaSc
|
||||
dashedName: networking-protocol
|
||||
@ -10,7 +10,7 @@ dashedName: networking-protocol
|
||||
|
||||
## --text--
|
||||
|
||||
What type of HTTP request is usually used to access a website?
|
||||
通常使用哪种类型的 HTTP 请求来访问一个网站?
|
||||
|
||||
## --answers--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f0c0b6c005b0e76f074
|
||||
title: 'Networking: Text Processing'
|
||||
title: '联网:文本处理'
|
||||
challengeType: 11
|
||||
videoId: Pv_pJgVu8WI
|
||||
dashedName: networking-text-processing
|
||||
@ -10,7 +10,7 @@ dashedName: networking-text-processing
|
||||
|
||||
## --text--
|
||||
|
||||
Which type of encoding do most websites use?
|
||||
大多数网站使用哪种编码类型?
|
||||
|
||||
## --answers--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f0c0b6c005b0e76f073
|
||||
title: 'Networking: Write a Web Browser'
|
||||
title: '联网:编写一个 Web 浏览器'
|
||||
challengeType: 11
|
||||
videoId: zjyT9DaAjx4
|
||||
dashedName: networking-write-a-web-browser
|
||||
@ -10,7 +10,7 @@ dashedName: networking-write-a-web-browser
|
||||
|
||||
## --text--
|
||||
|
||||
What does the following code create?:
|
||||
以下代码创建了什么?
|
||||
|
||||
```py
|
||||
import socket
|
||||
@ -30,19 +30,19 @@ mysock.close()
|
||||
|
||||
## --answers--
|
||||
|
||||
A simple web server.
|
||||
一个简单的 web 服务器
|
||||
|
||||
---
|
||||
|
||||
A simple email client.
|
||||
一个简单的 email 客户端
|
||||
|
||||
---
|
||||
|
||||
A simple todo list.
|
||||
一个简单的待办事项列表
|
||||
|
||||
---
|
||||
|
||||
A simple web browser.
|
||||
一个简单的 web 浏览器
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f170b6c005b0e76f087
|
||||
title: Object Lifecycle
|
||||
title: 对象的生命周期
|
||||
challengeType: 11
|
||||
videoId: p1r3h_AMMIM
|
||||
dashedName: object-lifecycle
|
||||
@ -10,7 +10,7 @@ dashedName: object-lifecycle
|
||||
|
||||
## --text--
|
||||
|
||||
What will the following program print?:
|
||||
以下程序将打印什么?
|
||||
|
||||
```python
|
||||
class PartyAnimal:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f080b6c005b0e76f062
|
||||
title: Reading Files
|
||||
title: 阅读文件中
|
||||
challengeType: 11
|
||||
videoId: Fo1tW09KIwo
|
||||
dashedName: reading-files
|
||||
@ -10,7 +10,7 @@ dashedName: reading-files
|
||||
|
||||
## --text--
|
||||
|
||||
What is used to indicate a new line in a string?
|
||||
在字符串中,用什么来代表新的一行?
|
||||
|
||||
## --answers--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f180b6c005b0e76f08c
|
||||
title: Relational Database Design
|
||||
title: 关系数据库设计
|
||||
challengeType: 11
|
||||
videoId: AqdfbrpkbHk
|
||||
dashedName: relational-database-design
|
||||
@ -10,7 +10,7 @@ dashedName: relational-database-design
|
||||
|
||||
## --text--
|
||||
|
||||
What is the best practice for how many times a piece of string data should be stored in a database?
|
||||
对于一个字符串数据应该被保存在一个数据库里多少次,最佳实践是什么?
|
||||
|
||||
## --answers--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f170b6c005b0e76f08a
|
||||
title: Relational Databases and SQLite
|
||||
title: 关系数据库和 SQLite
|
||||
challengeType: 11
|
||||
videoId: QlNod5-kFpA
|
||||
dashedName: relational-databases-and-sqlite
|
||||
@ -10,23 +10,23 @@ dashedName: relational-databases-and-sqlite
|
||||
|
||||
## --text--
|
||||
|
||||
Which is NOT a primary data structure in a database?
|
||||
哪个不是数据库中主要的数据结构?
|
||||
|
||||
## --answers--
|
||||
|
||||
index
|
||||
指数
|
||||
|
||||
---
|
||||
|
||||
table
|
||||
表格
|
||||
|
||||
---
|
||||
|
||||
row
|
||||
一行
|
||||
|
||||
---
|
||||
|
||||
column
|
||||
一列
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f180b6c005b0e76f08d
|
||||
title: Representing Relationships in a Relational Database
|
||||
title: 在关系型数据库中表示关系
|
||||
challengeType: 11
|
||||
videoId: '-orenCNdC2Q'
|
||||
dashedName: representing-relationships-in-a-relational-database
|
||||
@ -10,23 +10,23 @@ dashedName: representing-relationships-in-a-relational-database
|
||||
|
||||
## --text--
|
||||
|
||||
What is a foreign key?
|
||||
什么是外键?
|
||||
|
||||
## --answers--
|
||||
|
||||
A key that is not supposed to be there.
|
||||
一个不应存在于这里的键
|
||||
|
||||
---
|
||||
|
||||
A key that uses non-latin characters.
|
||||
一个使用非拉丁字符的键
|
||||
|
||||
---
|
||||
|
||||
A number that points to the primary key of an associated row in a different table.
|
||||
一个指向不同表中关联行的主键的数字
|
||||
|
||||
---
|
||||
|
||||
A key that the "real world" might use to look up a row.
|
||||
一个在“现实世界”中可能用于查找行的键
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f690b6c005b0e76f095
|
||||
title: Visualizing Data with Python
|
||||
title: 使用 Python 可视化数据
|
||||
challengeType: 11
|
||||
videoId: e3lydkH0prw
|
||||
dashedName: visualizing-data-with-python
|
||||
@ -10,27 +10,27 @@ dashedName: visualizing-data-with-python
|
||||
|
||||
## --text--
|
||||
|
||||
Most data needs to be \_\_\_\_\_\_ before using it.
|
||||
大多数数据在使用之前需要 \_\_\_\_\_\_ 。
|
||||
|
||||
## --answers--
|
||||
|
||||
converted to JSON format
|
||||
转换为 JSON 格式
|
||||
|
||||
---
|
||||
|
||||
graphed
|
||||
图形化
|
||||
|
||||
---
|
||||
|
||||
cleaned
|
||||
清理
|
||||
|
||||
---
|
||||
|
||||
memorized
|
||||
记忆
|
||||
|
||||
---
|
||||
|
||||
turned into song
|
||||
转化成歌曲
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f140b6c005b0e76f07d
|
||||
title: 'Web Services: JSON'
|
||||
title: 'Web 服务:JSON'
|
||||
challengeType: 11
|
||||
videoId: ZJE-U56BppM
|
||||
dashedName: web-services-json
|
||||
@ -10,7 +10,7 @@ dashedName: web-services-json
|
||||
|
||||
## --text--
|
||||
|
||||
What will the following code print?:
|
||||
这些代码会打印出什么?
|
||||
|
||||
```python
|
||||
import json
|
||||
@ -48,7 +48,7 @@ Mrugesh
|
||||
|
||||
---
|
||||
|
||||
[Error]
|
||||
[Error](错误)
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e7b9f090b6c005b0e76f065
|
||||
title: Working with Lists
|
||||
title: 使用列表
|
||||
challengeType: 11
|
||||
videoId: lCnHfTHkhbE
|
||||
dashedName: working-with-lists
|
||||
@ -10,7 +10,7 @@ dashedName: working-with-lists
|
||||
|
||||
## --text--
|
||||
|
||||
Which method is used to add an item at the end of a list?
|
||||
使用下列哪种方法可以在列表末尾添加元素?
|
||||
|
||||
## --answers--
|
||||
|
||||
|
Reference in New Issue
Block a user