chore(i18n,curriculum): update translations (#42659)

This commit is contained in:
camperbot
2021-06-28 20:01:36 +05:30
committed by GitHub
parent 6631e51113
commit d6955dd83a
70 changed files with 416 additions and 416 deletions

View File

@@ -130,7 +130,7 @@ async (getUserInput) => {
};
```
`/api/translate` 路由也应该处理美式英语和英式英语中头衔/尊称的缩写方式。 例如Doctor Wright 在英式英语中缩写为 “Dr Wright”在美式英语中缩写为 “Dr. Wright"”。 查看 `/public/american-to-british-titles.js` 了应用程序应处理的不同的头衔
`/api/translate` 路由也应该处理美式英语和英式英语中头衔/尊称的缩写方式。 例如Doctor Wright 在英式英语中缩写为 “Dr Wright”在美式英语中缩写为 “Dr. Wright"”。 请参阅 `/components/american-to-british-titles.js`,了解程序应处理的不同标题
```js
async (getUserInput) => {

View File

@@ -40,7 +40,7 @@ dashedName: sudoku-solver
- 逻辑处理一个无效的区域 (3x3 网格)
- 有效解谜字符串通过 solver
- 无效解谜字符串无法通过 solver
- solver 返回一个不完整谜题的的预期解决方案
- Solver 返回一个不完整谜题的的预期解决方案
`tests/2_functional-tests.js` 中编写下以下测试: