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

@@ -78,7 +78,7 @@ passport.use(new GitHubStrategy({
(data) => {
assert.match(
data,
/passport\.use.*new GitHubStrategy/gi,
/passport\.use.*new GitHubStrategy/gis,
'Passport should use a new GitHubStrategy'
);
assert.match(

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` 中編寫下以下測試: