chore(i18n,learn): processed translations (#49895)

This commit is contained in:
camperbot
2023-03-30 15:54:54 +05:30
committed by GitHub
parent e77baf55a4
commit d5de5962f3
89 changed files with 228 additions and 228 deletions

View File

@@ -37,7 +37,7 @@ myObj["NoSpace"];
# --hints--
`entreeValue` повинен бути рядком
`entreeValue` має бути рядком
```js
assert(typeof entreeValue === 'string');
@@ -49,7 +49,7 @@ assert(typeof entreeValue === 'string');
assert(entreeValue === 'hamburger');
```
`drinkValue` повинне бути рядком
`drinkValue` має бути рядком
```js
assert(typeof drinkValue === 'string');

View File

@@ -33,7 +33,7 @@ const prop2val = myObj.prop2;
# --hints--
`hatValue` повинен бути рядком
`hatValue` має бути рядком
```js
assert(typeof hatValue === 'string');
@@ -45,7 +45,7 @@ assert(typeof hatValue === 'string');
assert(hatValue === 'ballcap');
```
`shirtValue` повинен бути рядком
`shirtValue` має бути рядком
```js
assert(typeof shirtValue === 'string');