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

This commit is contained in:
camperbot
2023-04-28 20:56:45 +05:30
committed by GitHub
parent ee1d1eb9d8
commit 082f778262
80 changed files with 459 additions and 459 deletions

View File

@@ -22,7 +22,7 @@ dashedName: record-collection
- 你的函数必须始终返回整个 `records` 对象。
- 如果 `value` 是空字符串,从专辑里删除指定的 `prop`
- 如果 `prop` 不是 `tracks`,并且 `value` 不是一个空字符串,将 `value` 赋给那个专辑的 `prop`
- 如果 `prop` `tracks`,并且值不是一个空字符串,将 `value` 添加到专辑的 `tracks` 数组的末尾。 如果相册没有一个 `tracks` 属性,你需要先创建此数组。
- If `prop` is `tracks` and `value` isn't an empty string, you need to update the album's `tracks` array. First, if the album does not have a `tracks` property, assign it an empty array. Then add the `value` as the last item in the album's `tracks` array.
**注意:**`recordCollection` 对象的副本用于测试。 你不应该直接修改 `recordCollection` 对象。