diff --git a/i18n/fr.json b/i18n/fr.json new file mode 100644 index 0000000..f5887ae --- /dev/null +++ b/i18n/fr.json @@ -0,0 +1,26 @@ +{ + "error":{ + "not_same":"Your solution didn't match the expected solution" + }, + "diff":{ + "expected":"[Missing] ", + "actual":"[Unexpected] ", + "correct":"[Same] ", + "indent":" " + }, + "exercise":{ + "01_dynamic_output":"Dynamic Output", + "02_i_my_me_mine":"I my me mine", + "03_rocket_science":"Rocket Science", + "04_negotiate_with_everyone":"Negotiate with everyone" + }, + "negotiate_with_everyone":{ + "headers":"Process the request headers.", + "cookies":"Prefer the cookie language but make sure that its a locale that is supported.", + "cookies2":"Store it in the cookies so follow-up requests have the same locale.", + "fallback":"Fall back to the best locale of our system." + }, + "dynamic_output":{ + "greeting":"Gruesse von {{input.data}} mit Sprache {{input.lang}} : {{output}}" + } +} \ No newline at end of file diff --git a/i18n/ja.json b/i18n/ja.json index 395e4e4..8138741 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -1,26 +1,26 @@ { - "error": { - "not_same": "Your solution didn't match the expected solution" + "error":{ + "not_same":"Your solution didn't match the expected solution" }, - "diff": { - "expected": "[Missing] ", - "actual": "[Unexpected] ", - "correct": "[Same] ", - "indent": " " + "diff":{ + "expected":"[Missing] ", + "actual":"[Unexpected] ", + "correct":"[Same] ", + "indent":" " }, - "exercise": { - "01_dynamic_output": "Dynamic Output", - "02_i_my_me_mine": "I my me mine", - "03_rocket_science": "Rocket Science", - "04_negotiate_with_everyone": "Negotiate with everyone" + "exercise":{ + "01_dynamic_output":"Dynamic Output", + "02_i_my_me_mine":"I my me mine", + "03_rocket_science":"Rocket Science", + "04_negotiate_with_everyone":"Negotiate with everyone" }, - "negotiate_with_everyone": { - "headers": "Process the request headers.", - "cookies": "Prefer the cookie language but make sure that its a locale that is supported.", - "cookies2": "Store it in the cookies so follow-up requests have the same locale.", - "fallback": "Fall back to the best locale of our system." + "negotiate_with_everyone":{ + "headers":"Process the request headers.", + "cookies":"Prefer the cookie language but make sure that its a locale that is supported.", + "cookies2":"Store it in the cookies so follow-up requests have the same locale.", + "fallback":"Fall back to the best locale of our system." }, - "dynamic_output": { - "greeting": "Greeting for '{{input.data}}' with language '{{input.lang}}': {{output}}" + "dynamic_output":{ + "greeting":"Greeting for '{{input.data}}' with language '{{input.lang}}': {{output}}" } -} +} \ No newline at end of file