Skip to content
Snippets Groups Projects

Translations

Merged Mona-Lisa Kulmala requested to merge translations into staging
2 files
+ 12
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -91,7 +91,7 @@ const info = {
quick: 'Quick game with all question types',
death: 'First wrong answer ends the game',
lives: 'Three lives, game ends after lives have been depleted',
timed: 'Answer as many correct as you can in 2 minutes',
timed: 'Answer as many questions as you can in 2 minutes',
}
const navbar = {
@@ -195,10 +195,10 @@ const structureStats = {
emptyEdit: 'Name can`t be empty',
changeSuccess: 'Change successful',
changeError: 'There was an error: ',
notEnoughRights: 'Too few corrects to make the change',
notEnoughRightsDel: 'Too few corrects to delete',
notEnoughWrongs: 'Too few incorrects to make the change',
notEnoughWrongsDel: 'Too few incorrects to delete',
notEnoughRights: 'Too few correct options to make the change',
notEnoughRightsDel: 'Too few correct options to delete',
notEnoughWrongs: 'Too few incorrect options to make the change',
notEnoughWrongsDel: 'Too few incorrect options to delete',
confirm: 'Confirm',
addOption: 'Add new option',
deleteOption: 'Delete option',
@@ -209,7 +209,6 @@ const structureStats = {
no: 'No',
closeForm: 'Close form',
addingError: 'Addition unsuccesful',
editQuestion: 'Edit the question',
deletingError: 'Deletion unsuccesful',
editQuestion: 'Edit question',
close: 'Close',
@@ -243,8 +242,8 @@ const userRelated = {
createAccount: 'Create an account',
usernameTaken: 'Username already taken',
userOrPassWrong: 'Incorrect username or password',
ifNoAccount: 'If you don`t have an account, you can create one from this ',
createUserLink: 'link',
ifNoAccount: 'If you don`t have an account, you can create one ',
createUserLink: 'here',
login: 'Login',
pwChangeSuccess: 'Password change successful',
pwChangeFail: 'Password change failed',
Loading