mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-29 14:19:48 -04:00
Update nl-NL.coffee
Translated the rest of the Home, Login, Signup, and Recover portions.
This commit is contained in:
parent
28744264c5
commit
587dfe4c5f
1 changed files with 21 additions and 21 deletions
|
@ -7,12 +7,12 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
# try_it: "Try It" # Alternate wording for Play button
|
||||
old_browser: "Uh oh, jouw browser is te oud om CodeCombat te kunnen spelen, Sorry!" # Warning that shows up on really old Firefox/Chrome/Safari
|
||||
old_browser_suffix: "Je kan toch proberen, maar het zal waarschijnlijk niet werken!"
|
||||
# ipad_browser: "Bad news: CodeCombat doesn't run on iPad in the browser. Good news: our native iPad app is awaiting Apple approval."
|
||||
# ipad_browser: "Slecht nieuws: CodeCombat draait niet in je browser op iPad. Goed nieuws: onze iPad-app wordt op het moment beoordeeld door Apple."
|
||||
campaign: "Campagne"
|
||||
for_beginners: "Voor Beginners"
|
||||
multiplayer: "Multiplayer" # Not currently shown on home page
|
||||
for_developers: "Voor ontwikkelaars" # Not currently shown on home page.
|
||||
# or_ipad: "Or download for iPad"
|
||||
# or_ipad: "Of download voor iPad"
|
||||
|
||||
nav:
|
||||
play: "Levels" # The top nav bar entry where players choose which levels to play
|
||||
|
@ -21,7 +21,7 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
blog: "Blog"
|
||||
forum: "Forum"
|
||||
account: "Lidmaatschap"
|
||||
# profile: "Profile"
|
||||
# profile: "Profiel"
|
||||
# stats: "Stats"
|
||||
# code: "Code"
|
||||
admin: "Administrator" # Only shows up when you are an admin
|
||||
|
@ -51,32 +51,32 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
play:
|
||||
play_as: "Speel als " # Ladder page
|
||||
spectate: "Toeschouwen" # Ladder page
|
||||
# players: "players" # Hover over a level on /play
|
||||
# players: "Spelers" # Hover over a level on /play
|
||||
# hours_played: "hours played" # Hover over a level on /play
|
||||
# items: "Items" # Tooltip on item shop button from /play
|
||||
# unlock: "Unlock" # For purchasing items and heroes
|
||||
# confirm: "Confirm"
|
||||
# unlock: "Ontgrendel" # For purchasing items and heroes
|
||||
# confirm: "Bevestigen"
|
||||
# owned: "Owned" # For items you own
|
||||
# locked: "Locked"
|
||||
# locked: "Vergrendeld"
|
||||
# purchasable: "Purchasable" # For a hero you unlocked but haven't purchased
|
||||
# available: "Available"
|
||||
# skills_granted: "Skills Granted" # Property documentation details
|
||||
# heroes: "Heroes" # Tooltip on hero shop button from /play
|
||||
# achievements: "Achievements" # Tooltip on achievement list button from /play
|
||||
# account: "Account" # Tooltip on account button from /play
|
||||
# settings: "Settings" # Tooltip on settings button from /play
|
||||
# settings: "Instellingen" # Tooltip on settings button from /play
|
||||
# next: "Next" # Go from choose hero to choose inventory before playing a level
|
||||
# change_hero: "Change Hero" # Go back from choose inventory to choose hero
|
||||
# choose_inventory: "Equip Items"
|
||||
# buy_gems: "Buy Gems"
|
||||
# buy_gems: "Edelstenen kopen"
|
||||
# campaign_desert: "Desert Campaign"
|
||||
# campaign_forest: "Forest Campaign"
|
||||
# campaign_dungeon: "Dungeon Campaign"
|
||||
# subscription_required: "Subscription Required"
|
||||
# free: "Free"
|
||||
# subscribed: "Subscribed"
|
||||
# free: "Gratis"
|
||||
# subscribed: "Geabbonneerd"
|
||||
# older_campaigns: "Older Campaigns"
|
||||
# anonymous: "Anonymous Player"
|
||||
# anonymous: "Anonieme Speler"
|
||||
level_difficulty: "Moeilijkheidsgraad: "
|
||||
campaign_beginner: "Beginnercampagne"
|
||||
# awaiting_levels_adventurer_prefix: "We release five levels per week."
|
||||
|
@ -102,14 +102,14 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
log_in: "Inloggen"
|
||||
logging_in: "Bezig met inloggen"
|
||||
log_out: "Uitloggen"
|
||||
# forgot_password: "Forgot your password?"
|
||||
# authenticate_gplus: "Authenticate G+"
|
||||
# load_profile: "Load G+ Profile"
|
||||
# load_email: "Load G+ Email"
|
||||
# forgot_password: "Wachtwoord vergeten?"
|
||||
# authenticate_gplus: "G+ verifiëren"
|
||||
# load_profile: "G+ profiel laden"
|
||||
# load_email: "G+ e-mail laden"
|
||||
# finishing: "Finishing"
|
||||
# sign_in_with_facebook: "Sign in with Facebook"
|
||||
# sign_in_with_gplus: "Sign in with G+"
|
||||
# signup_switch: "Want to create an account?"
|
||||
# sign_in_with_facebook: "Inloggen met Facebook"
|
||||
# sign_in_with_gplus: "Inloggen met G+"
|
||||
# signup_switch: "Wil je een account maken?"
|
||||
|
||||
signup:
|
||||
email_announcements: "Ontvang aankondigingen via email"
|
||||
|
@ -118,12 +118,12 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
|||
log_in: "inloggen met wachtwoord"
|
||||
social_signup: "Of je kunt je registreren met Facebook of G+:"
|
||||
# required: "You need to log in before you can go that way."
|
||||
# login_switch: "Already have an account?"
|
||||
# login_switch: "Heb je al een account?"
|
||||
|
||||
recover:
|
||||
recover_account_title: "Herstel Account"
|
||||
send_password: "Verzend nieuw wachtwoord"
|
||||
# recovery_sent: "Recovery email sent."
|
||||
# recovery_sent: "Herstel e-mail verzonden."
|
||||
|
||||
# items:
|
||||
# primary: "Primary"
|
||||
|
|
Loading…
Add table
Reference in a new issue