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

Add block strings for Slovak (sk) #9

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
13 changes: 13 additions & 0 deletions _locales/sk/hoc2020-ts-jsdoc-strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"hoc2020.acceptGift": "Dá hráčovi sadenicu stromčeka",
"hoc2020.agentClimb": "Agent sa posúva nahor",
"hoc2020.flipLever": "Agent vykoná akciu pred sebou",
"hoc2020.leadRavager": "Naveďte ničitela",
"hoc2020.moveAgent": "Pohne agentom",
"hoc2020.placeFence": "Agent umiestni železné tyče",
"hoc2020.placePlanks": "Agent umiestni drevené dosky",
"hoc2020.placeRails": "Agent pod seba umiestni koľajnice",
"hoc2020.tillSoil": "Agent obrába pôdu",
"hoc2020.turnAgent": "Otočí agenta",
"hoc2020Different.customRepeatLoop": "Opakuj kód určený počet krát"
}
17 changes: 17 additions & 0 deletions _locales/sk/hoc2020-ts-strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"hoc2020.acceptGift|block": "prijať darček",
"hoc2020.agentClimb|block": "agent šplhaj o %n nahor",
"hoc2020.flipLever|block": "potiahni páčku",
"hoc2020.leadRavager|block": "naveď ničiteľa o %n dopredu",
"hoc2020.moveAgent|block": "agent pohni sa %d o %n",
"hoc2020.placeFence|block": "polož železné tyče pod seba",
"hoc2020.placePlanks|block": "polož dosku a posuň sa o %n vopred",
"hoc2020.placeRails|block": "umiestni koľajnice",
"hoc2020.tillSoil|block": "kultivovať pôdu a posunúť sa o %n vpred",
"hoc2020.turnAgent|block": "agent otoč sa %t",
"hoc2020Different.customRepeatLoop|block": "opakuj $n krát",
"hoc2020Different|block": "Obsah Hodiny kódu 2020",
"hoc2020|block": "Hodina kódu 2020",
"{id:category}Hoc2020": "Hodina kódu 2020",
"{id:category}Hoc2020Different": "Hoc2020Different"
}
2 changes: 2 additions & 0 deletions pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"_locales/nl/hoc2020-ts-strings.json",
"_locales/pt-BR/hoc2020-ts-jsdoc-strings.json",
"_locales/pt-BR/hoc2020-ts-strings.json",
"_locales/sk/hoc2020-ts-jsdoc-strings.json",
"_locales/sk/hoc2020-ts-strings.json",
"_locales/sv-SE/hoc2020-ts-jsdoc-strings.json",
"_locales/sv-SE/hoc2020-ts-strings.json",
"_locales/tr/hoc2020-ts-jsdoc-strings.json",
Expand Down