diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/en.json | 9 | ||||
-rw-r--r-- | res/sl.json | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/res/en.json b/res/en.json index be6c330..4f5e89d 100644 --- a/res/en.json +++ b/res/en.json @@ -1,12 +1,15 @@ { "language": "Language", "ui_language_title": "Select the UI language.", + "passwords_do_not_match": "Passwords do not match.", "robot_address": "Robot’s IP address", "robot_address_placeholder": "IP address", - "robot_address_title": "Set the robot's IPv4 or IPv6 address.", + "robot_address_title": "Set the robot’s IPv4 or IPv6 address.", "settings": "User settings", "save": "Save", + "username_already_exists": "This username already exists.", "your_solutions": "Your solutions", + "welcome": "Welcome", "problem_list": "Problems", "python": "Python", "prolog": "Prolog", @@ -19,7 +22,7 @@ "btn_test": "Test", "btn_run": "Run", "btn_stop": "Stop", - "btn_more": "More...", + "btn_more": "More…", "instructions": "Instructions", "hints": "Hints", "code": "Code", @@ -40,7 +43,7 @@ "username_placeholder": "Desired username", "name_placeholder" : "Desired display name", "password_verify": "Verify password", - "password_verify_placeholder": "Repeat the password again", + "password_verify_placeholder": "Repeat the password", "username_title": "Choose a alpha-numeric username of 5-15 characters.", "name_title": "Choose a display name.", "email_title": "Enter a valid email address.", diff --git a/res/sl.json b/res/sl.json index 78646f9..f3af40c 100644 --- a/res/sl.json +++ b/res/sl.json @@ -1,12 +1,15 @@ { "language": "Jezik", "ui_language_title": "Izberi jezik uporabniškega vmesnika.", + "passwords_do_not_match": "Gesli se ne ujemata.", "robot_address": "Robotov naslov IP", "robot_address_placeholder": "Naslov IP", "robot_address_title": "Vnesi IPv4 ali IPv6 naslov robota.", "settings": "Uporabniške nastavitve", "save": "Shrani", + "username_already_exists": "To uporabniško ime že obstaja.", "your_solutions": "Tvoje rešitve", + "welcome": "Pozdravljen/a", "problem_list": "Naloge", "python": "Python", "prolog": "Prolog", @@ -19,7 +22,7 @@ "btn_test": "Testiraj", "btn_run": "Zaženi", "btn_stop": "Ustavi", - "btn_more": "Več...", + "btn_more": "Več…", "instructions": "Navodila", "hints": "Namigi", "code": "Program", |