@@ -12,14 +12,14 @@ info =
1212 {
1313 present : "Goodbye" ,
1414 text : "You need to change the text Goodbye to something else." ,
15- text_ja : "「Goodbye」というテキストを別の文字に変更する必要があります. " ,
15+ text_ja : "Goodbyeというテキストを別の文字に変更する必要があります。 " ,
1616 text_fr : "Vous devez remplacer le texte Goodbye par autre chose." ,
1717 examples : [ [ "console.log(\"Goodbye.\");" ] ]
1818 } ,
1919 {
2020 present : "hello" ,
2121 text : "Please capitalize Hello." ,
22- text_ja : "Hello は大文字で入力してください。. " ,
22+ text_ja : "Hello は大文字で入力してください。" ,
2323 text_fr : "Veuillez mettre une majuscule Hello." ,
2424 examples : [ [ "console.log(\"hello.\");" ] ]
2525 } ,
@@ -33,22 +33,22 @@ info =
3333 {
3434 present : "Hello[^,]" ,
3535 text : "Put a comma immediately after Hello." ,
36- text_ja : "Hello の直後にカンマを入れます " ,
36+ text_ja : "Hello の直後にカンマを入れてください。 " ,
3737 text_fr : "Mettez une virgule immédiatement après Hello." ,
3838 examples : [ [ "console.log(\"Hello world.\");" ] ]
3939 } ,
4040 {
4141 present : "Hello" ,
4242 absent : "[Ww]orld" ,
4343 text : "There's a Hello, but you need to also mention the world." ,
44- text_ja : "「Hello」がありますが、「world」という単語にも言及する必要があります 。" ,
44+ text_ja : "Helloがありますが、worldという単語も必要です 。" ,
4545 text_fr : "Il y a un Hello, mais il faut aussi mentionner le world." ,
4646 examples : [ [ "console.log(\"Hello, \");" ] ]
4747 } ,
4848 {
4949 present : String . raw `world[^\!]` ,
5050 text : "Put an exclamation point immediately after world." ,
51- text_ja : "world の直後に感嘆符を置きます 。" ,
51+ text_ja : "world の直後に感嘆符を置いてください 。" ,
5252 text_fr : "Mettez un point d'exclamation immédiatement après world." ,
5353 examples : [ [ "console.log(\"Hello, world.\");" ] ]
5454 } ,
@@ -63,14 +63,14 @@ info =
6363 {
6464 present : String . raw `^ console \. log \( Hello` ,
6565 text : "You must quote constant strings using \", ', or `" ,
66- text_ja : "定数文字列は \"、'、または ` を使用して引用符で囲む必要があります。" ,
66+ text_ja : "文字列定数は \"、'、または ` を使用して引用符で囲む必要があります。" ,
6767 text_fr : "Vous devez citer les chaînes constantes en utilisant \", ' ou `" ,
6868 examples : [ [ "console.log(Hello, world" ] , [ "console.log( Hello, world" ] ]
6969 } ,
7070 {
7171 absent : String . raw ` ; $` ,
7272 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." ,
73- text_ja : "このステートメントはセミコロンで終了してください。この場合、 JavaScript ではセミコロンは必要ありませんが、通常、ソース コードを変更する場合は 、現在のコードのスタイルに従う必要があります。" ,
73+ text_ja : "このステートメントはセミコロンで終了してください。JavaScript ではセミコロンは必要ありませんが、通常、ソースコードを変更する場合は 、現在のコードのスタイルに従う必要があります。" ,
7474 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" ,
7575 examples : [ [ " console.log(\"Hello, world!\") " ] ]
7676 } ,
0 commit comments