diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json index 6f75c3d..19372a4 100644 --- a/lang/en.json +++ b/lang/en.json @@ -200,5 +200,32 @@ "ingame.laps": "Number of laps you made", "ingame.turns": "Number of rotations you made" } + }, + "polymer": { + "gpu": "GPU Support Status", + "logging": "We are logging you in ; check for your Web browser window and accept the login.", + "loginClose": "You can now close this tab/window and go back to Kartik.", + "gatheringLogin": "We are checking your account ; this may take a while.", + "loginIntro": "Press L to login", + "ktoLevel": "Level", + "ktoMaxLevel": "God", + "error": [ + "Unable to communicate with servers", + "You won't be able to use Kartik Online until we can connect to the servers.", + "Go online to log in" + ], + "updateError": [ + "Unable to check for updates", + "We cannot check for new updates right now, please try again later." + ], + "levelup": [ + "Level up!", + "You have reached level", + "and you're gaining power! Continue and try to reach the maximum level." + ], + "finished": [ + "You've beaten the game!", + "Finished Kartik?! Yes. You've reached the god level!" + ] } } |