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

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
camperbot
2024-02-13 23:01:01 +05:30
committed by GitHub
parent 30f00ec39b
commit 7a0d396180
10818 changed files with 35442 additions and 36992 deletions

View File

@@ -22,7 +22,8 @@ dashedName: record-collection
- 你的函数必须始终返回整个 `records` 对象。
- 如果 `value` 是空字符串,从专辑里删除指定的 `prop`
- 如果 `prop` 不是 `tracks`,并且 `value` 不是一个空字符串,将 `value` 赋给那个专辑的 `prop`
- 如果 `prop` `tracks` 并且 `value` 不是一个空字符串,你需要更新专辑的 `tracks` 数组。 首先,如果专辑没有 `tracks` 属性,赋予它一个空数组。 然后添加 `value` 作为专辑的 `tracks` 数组的最后一个项目。
- If `prop` is `tracks` and `value` isn't an empty string, but the album doesn't have a `tracks` property, create an empty array and add `value` to it.
- If prop is `tracks` and `value` isn't an empty string, add `value` to the end of the album's existing `tracks` array.
**注意:**`recordCollection` 对象的副本用于测试。 你不应该直接修改 `recordCollection` 对象。