mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-29 07:24:08 -04:00
Fix nl-NL.coffee
This commit is contained in:
parent
d1a0ea526f
commit
32c7cb1b71
1 changed files with 22 additions and 22 deletions
|
@ -189,22 +189,22 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
campaign_old_multiplayer_description: "Antieke overblijvselen van een beschaafder tijdperk. Deze oudere held-loze multiplayer arenas worden niet gesimuleert."
|
||||
|
||||
code:
|
||||
# if: "als" # Keywords
|
||||
# else: "anders"
|
||||
# elif: "anders als"
|
||||
# while: "wanneer"
|
||||
# loop: "lus"
|
||||
# for: "voor"
|
||||
# break: "breek"
|
||||
# continue: "doorgaan"
|
||||
# then: "daarna"
|
||||
# do: "doe"
|
||||
# end: "einde"
|
||||
# function: "functie"
|
||||
# def: "def"
|
||||
# self: "zelf"
|
||||
if: "als" # Keywords
|
||||
else: "anders"
|
||||
elif: "anders als"
|
||||
while: "wanneer"
|
||||
loop: "lus"
|
||||
for: "voor"
|
||||
break: "breek"
|
||||
continue: "doorgaan"
|
||||
then: "daarna"
|
||||
do: "doe"
|
||||
end: "einde"
|
||||
function: "functie"
|
||||
def: "def"
|
||||
self: "zelf"
|
||||
hero: "held"
|
||||
# this: "dit"
|
||||
this: "dit"
|
||||
|
||||
share_progress_modal:
|
||||
blurb: "Je gaat snel vooruit! Vertel aan je ouders hoeveel je geleerd hebt met CodeCombat."
|
||||
|
@ -1270,7 +1270,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
class_name: "Klasnaam"
|
||||
teacher_account_restricted: "Jouw account is een Docenten Account, daarom heeft dit account geen toegang tot inhoud bedoelt voor leerlingen."
|
||||
|
||||
# teacher:
|
||||
teacher:
|
||||
teacher_dashboard: "Docent Dashboard" # Navbar
|
||||
my_classes: "Mijn Klassen"
|
||||
courses: "Cursussen"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue