chore(i18n,curriculum): update translations (#42659)
This commit is contained in:
@@ -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) => {
|
||||
|
@@ -40,7 +40,7 @@ dashedName: sudoku-solver
|
||||
- 逻辑处理一个无效的区域 (3x3 网格)
|
||||
- 有效解谜字符串通过 solver
|
||||
- 无效解谜字符串无法通过 solver
|
||||
- solver 返回一个不完整谜题的的预期解决方案
|
||||
- Solver 返回一个不完整谜题的的预期解决方案
|
||||
|
||||
在 `tests/2_functional-tests.js` 中编写下以下测试:
|
||||
|
||||
|
Reference in New Issue
Block a user