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

This commit is contained in:
camperbot
2022-01-31 22:43:48 +05:30
committed by GitHub
parent b2caef3d18
commit d58e5e5bdd
11 changed files with 261 additions and 54 deletions

View File

@ -36,7 +36,7 @@ assert(
);
```
`discordianDate(new Date(2012, 1, 29))` should return `"Setting Orange, the 60th day of Chaos in the YOLD 3178. Celebrate St. Tib\'s Day!"`.
`discordianDate(new Date(2012, 1, 29))` `"Setting Orange, the 60th day of Chaos in the YOLD 3178. Celebrate St. Tib\'s Day!"` を返します。
```js
assert(
@ -54,7 +54,7 @@ assert(
);
```
`discordianDate(new Date(2010, 0, 5))` should return `"Setting Orange, the 5th day of Chaos in the YOLD 3176. Celebrate Mungday!"`.
`discordianDate(new Date(2010, 0, 5))` `"Setting Orange, the 5th day of Chaos in the YOLD 3176. Celebrate Mungday!"` を返します。
```js
assert(
@ -63,7 +63,7 @@ assert(
);
```
`discordianDate(new Date(2011, 4, 3))` should return `"Pungenday, the 50th day of Discord in the YOLD 3177. Celebrate Discoflux!"`.
`discordianDate(new Date(2011, 4, 3))` `"Pungenday, the 50th day of Discord in the YOLD 3177. Celebrate Discoflux!"` を返します。
```js
assert(