chore(i18n,learn): processed translations (#45223)
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
---
|
||||
id: 606243f50267e718b1e755f4
|
||||
title: Relational Database Certification
|
||||
title: リレーショナルデータベース認定証
|
||||
certification: relational-database
|
||||
challengeType: 7
|
||||
isPrivate: true
|
||||
tests:
|
||||
-
|
||||
id: 5f1a4ef5d5d6b5ab580fc6ae
|
||||
title: Celestial Bodies Database
|
||||
title: 天体データベース
|
||||
-
|
||||
id: 5f9771307d4d22b9d2b75a94
|
||||
title: World Cup Database
|
||||
title: ワールドカップデータベース
|
||||
-
|
||||
id: 5f87ac112ae598023a42df1a
|
||||
title: Salon Appointment Scheduler
|
||||
title: サロン予約スケジューラー
|
||||
-
|
||||
id: 602d9ff222201c65d2a019f2
|
||||
title: Periodic Table Database
|
||||
title: 周期表データベース
|
||||
-
|
||||
id: 602da04c22201c65d2a019f4
|
||||
title: Number Guessing Game
|
||||
title: 数当てゲーム
|
||||
|
@@ -13,7 +13,7 @@ dashedName: create-a-form-element
|
||||
例:
|
||||
|
||||
```html
|
||||
<form action="/url-where-you-want-to-submit-form-data">
|
||||
<form action="url-where-you-want-to-submit-form-data">
|
||||
<input>
|
||||
</form>
|
||||
```
|
||||
|
@@ -11,6 +11,8 @@ dashedName: stand-in-line
|
||||
|
||||
コンピューターサイエンスでは、アイテムを順に保存する抽象的な<dfn>データ構造</dfn>として<dfn>キュー</dfn>を使用します。 新しいアイテムはキューの末尾に追加され、古いアイテムはキューの先頭から削除されます。
|
||||
|
||||
# --instructions--
|
||||
|
||||
配列 (`arr`) と数値 (`item`) を引数として取る関数 `nextInLine` を記述してください。
|
||||
|
||||
配列の末尾に数値を追加し、それから配列の先頭の要素を削除してください。
|
||||
|
@@ -186,7 +186,7 @@ assert(telephoneCheck('(555)5(55?)-5555') === false);
|
||||
assert(telephoneCheck('55 55-55-555-5') === false);
|
||||
```
|
||||
|
||||
`telephoneCheck("11 555-555-5555")` should return `false`.
|
||||
`telephoneCheck("11 555-555-5555")` は `false` を返す必要があります。
|
||||
|
||||
```js
|
||||
assert(telephoneCheck('11 555-555-5555') === false);
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5900f4771000cf542c50ff8a
|
||||
title: 'Problem 267: 億万長者'
|
||||
title: '問題 267: 億万長者'
|
||||
challengeType: 5
|
||||
forumTopicId: 301916
|
||||
dashedName: problem-267-billionaire
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5900f5041000cf542c510016
|
||||
title: '冪等元'
|
||||
title: '問題 407: 冪等元'
|
||||
challengeType: 5
|
||||
forumTopicId: 302075
|
||||
dashedName: problem-407-idempotents
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e8f2f13c4cdbe86b5c72d9e
|
||||
title: 'RNNを使用した自然言語処理: センチメント分析'
|
||||
title: 'RNN を使用した自然言語処理: センチメント分析'
|
||||
challengeType: 11
|
||||
videoId: lYeLtu8Nq7c
|
||||
bilibiliIds:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e8f2f13c4cdbe86b5c72da5
|
||||
title: 'Q学習による強化学習: 例'
|
||||
title: 'Q 学習による強化学習: 例'
|
||||
challengeType: 11
|
||||
videoId: RBBSNta234s
|
||||
bilibiliIds:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: 5e8f2f13c4cdbe86b5c72da4
|
||||
title: 'Q学習による強化学習: パート 2'
|
||||
title: 'Q 学習による強化学習: パート 2'
|
||||
challengeType: 11
|
||||
videoId: DX7hJuaUZ7o
|
||||
bilibiliIds:
|
||||
|
Reference in New Issue
Block a user