diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-10 16:03:26 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-10 16:03:26 +0200 |
commit | c3b756f987ffd8ca981c1e6f23435c74aad36aea (patch) | |
tree | be6b4923dd4a3bbfc147e29421873028c39c9af3 /lang/en.json | |
parent | b9e7ec33542bb8041857eb997d17b29ffeae40c8 (diff) | |
download | kartik-client-c3b756f987ffd8ca981c1e6f23435c74aad36aea.tar.gz kartik-client-c3b756f987ffd8ca981c1e6f23435c74aad36aea.tar.bz2 kartik-client-c3b756f987ffd8ca981c1e6f23435c74aad36aea.zip |
Fixes
Diffstat (limited to 'lang/en.json')
-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!" + ] } } |