summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMarko Pušnik <marko.pusnik@guru.si>2015-10-15 15:58:05 +0200
committerMarko Pušnik <marko.pusnik@guru.si>2015-10-15 15:58:05 +0200
commit4738f0cdef0fb52d530748e6d2b62bf0454d8c33 (patch)
tree632ed1860167e73a5c6583ece7fe9f84fc20e93e /res
parenta78e4ac73f8a7b5fb664c703562717d165ff7760 (diff)
profile page translations
Diffstat (limited to 'res')
-rw-r--r--res/en.json10
-rw-r--r--res/sl.json10
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"
}