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

This commit is contained in:
camperbot
2022-03-21 22:25:58 +05:30
committed by GitHub
parent c56b47edbc
commit 1036cde22e
45 changed files with 382 additions and 184 deletions

View File

@ -30,7 +30,7 @@ dashedName: timestamp-microservice
};
```
具有有效日期的 `/api/:date?` 的请求应返回一个带有 `unix` 键的 JSON 对象,该键是输入日期的 Unix 时间戳(以毫秒为单位)
一个`/api/:date?`有效日期的请求应返回一个 JSON 对象,该对象的 `unix` 键是输入日期的 Unix 时间戳,单位是毫秒(数字类型)。
```js
(getUserInput) =>