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

This commit is contained in:
camperbot
2023-04-13 20:06:35 +05:30
committed by GitHub
parent c0577c6f63
commit fdbe03d2bb
561 changed files with 180127 additions and 73 deletions

View File

@@ -8,7 +8,7 @@ dashedName: record-collection
# --description--
You are creating a function that aids in the maintenance of a musical album collection. The collection is organized as an object that contains multiple albums which are also objects. Each album is represented in the collection with a unique `id` as the property name. Within each album object, there are various properties describing information about the album. Not all albums have complete information.
あなたは音楽アルバムコレクションのメンテナンスに役立つ関数を作成しています。 コレクションは、オブジェクトである複数のアルバムを含むオブジェクトとして構成されています。 各アルバムはコレクション内で一意の `id` をプロパティ名として保有し表されます。 Within each album object, there are various properties describing information about the album. Not all albums have complete information.
The `updateRecords` function takes 4 arguments represented by the following function parameters: