Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin translations #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions i18n/fr.json
Original file line number Diff line number Diff line change
@@ -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}}"
}
}
40 changes: 20 additions & 20 deletions i18n/ja.json
Original file line number Diff line number Diff line change
@@ -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}}"
}
}
}