@@ -15,14 +15,14 @@ info =
1515 {
1616 present : "Goodbye" ,
1717 text : "You need to change the text Goodbye to something else." ,
18- text_ja : "「Goodbye」というテキストを別の文字に変更する必要があります. " ,
18+ text_ja : "Goodbyeというテキストを別の文字に変更する必要があります。 " ,
1919 text_fr : "Vous devez remplacer le texte Goodbye par autre chose." ,
2020 examples : [ [ "console.log(\"Goodbye.\");" ] ]
2121 } ,
2222 {
2323 present : "hello" ,
2424 text : "Please capitalize Hello." ,
25- text_ja : "Hello は大文字で入力してください。. " ,
25+ text_ja : "Hello は大文字で入力してください。" ,
2626 text_fr : "Veuillez mettre une majuscule Hello." ,
2727 examples : [ [ "console.log(\"hello.\");" ] ]
2828 } ,
@@ -36,22 +36,22 @@ info =
3636 {
3737 present : "Hello[^,]" ,
3838 text : "Put a comma immediately after Hello." ,
39- text_ja : "Hello の直後にカンマを入れます " ,
39+ text_ja : "Hello の直後にカンマを入れてください。 " ,
4040 text_fr : "Mettez une virgule immédiatement après Hello." ,
4141 examples : [ [ "console.log(\"Hello world.\");" ] ]
4242 } ,
4343 {
4444 present : "Hello" ,
4545 absent : "[Ww]orld" ,
4646 text : "There's a Hello, but you need to also mention the world." ,
47- text_ja : "「Hello」がありますが、「world」という単語にも言及する必要があります 。" ,
47+ text_ja : "Helloがありますが、worldという単語も必要です 。" ,
4848 text_fr : "Il y a un Hello, mais il faut aussi mentionner le world." ,
4949 examples : [ [ "console.log(\"Hello, \");" ] ]
5050 } ,
5151 {
5252 present : String . raw `world[^\!]` ,
5353 text : "Put an exclamation point immediately after world." ,
54- text_ja : "world の直後に感嘆符を置きます 。" ,
54+ text_ja : "world の直後に感嘆符を置いてください 。" ,
5555 text_fr : "Mettez un point d'exclamation immédiatement après world." ,
5656 examples : [ [ "console.log(\"Hello, world.\");" ] ]
5757 } ,
@@ -66,14 +66,14 @@ info =
6666 {
6767 present : String . raw `^ console \. log \( Hello` ,
6868 text : "You must quote constant strings using \", ', or `" ,
69- text_ja : "定数文字列は \"、'、または ` を使用して引用符で囲む必要があります。" ,
69+ text_ja : "文字列定数は \"、'、または ` を使用して引用符で囲む必要があります。" ,
7070 text_fr : "Vous devez citer les chaînes constantes en utilisant \", ' ou `" ,
7171 examples : [ [ "console.log(Hello, world" ] , [ "console.log( Hello, world" ] ]
7272 } ,
7373 {
7474 absent : String . raw ` ; $` ,
7575 text : "Please end this statement with a semicolon. JavaScript does not require a semicolon in this case, but usually when modifying source code you should follow the style of the current code." ,
76- text_ja : "このステートメントはセミコロンで終了してください。この場合、 JavaScript ではセミコロンは必要ありませんが、通常、ソース コードを変更する場合は 、現在のコードのスタイルに従う必要があります。" ,
76+ text_ja : "このステートメントはセミコロンで終了してください。JavaScript ではセミコロンは必要ありませんが、通常、ソースコードを変更する場合は 、現在のコードのスタイルに従う必要があります。" ,
7777 text_fr : "Veuillez terminer cette déclaration par un point-virgule. JavaScript ne nécessite pas de point-virgule dans ce cas, mais généralement lors de la modification du code source, vous devez suivre le style du code actuel" ,
7878 examples : [ [ " console.log(\"Hello, world!\") " ] ]
7979 } ,
0 commit comments