diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/en.json | 10 | ||||
-rw-r--r-- | res/sl.json | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/res/en.json b/res/en.json index 0eade46..c721548 100644 --- a/res/en.json +++ b/res/en.json @@ -39,5 +39,13 @@ "password_new": "New Password", "password_new_placeholder": "Enter a new password", "change_password_button": "Change password", - "signed_in_as": "Signed in as " + "signed_in_as": "Signed in as ", + "go_back": "Go back", + "joined": "Joined", + "last_login": "Last seen", + "statistics": "Statistics", + "problem_group": "Problem group", + "problems_count": "All", + "done": "Done", + "in_progress": "In progress" } diff --git a/res/sl.json b/res/sl.json index dc29ebb..7745fd7 100644 --- a/res/sl.json +++ b/res/sl.json @@ -39,5 +39,13 @@ "password_new": "Novo geslo", "password_new_placeholder": "Vnesite novo geslo", "change_password_button": "Spremeni geslo", - "signed_in_as": "Prijavljeni ste kot " + "signed_in_as": "Prijavljeni ste kot ", + "go_back": "Nazaj", + "joined": "Registriran", + "last_login": "Zadnjič prijavljen", + "statistics": "Statistika", + "problem_group": "Poglavje", + "problems_count": "Vse naloge", + "done": "Narejeno", + "in_progress": "V delu" } |