Skip to content
Snippets Groups Projects

Translations

Merged Mona-Lisa Kulmala requested to merge translations into staging
2 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -31,9 +31,9 @@ const buttons = {
showAnswer: 'Show answer',
training: 'Practice',
user: 'User',
noQuestions: 'No questions found for these buttons',
noQuestions: 'These selections did not find any questions.',
delete: 'Delete',
addHint: 'Add hint',
addHint: 'Add a hint',
}
const errorMessages = {
@@ -45,9 +45,9 @@ const errorMessages = {
const feedback = {
writeFeedbackHere: 'Your feedback here',
submitFeedback: 'Submit feedback',
giveFeedbackButton: 'Give feedback about this question',
giveFeedbackButton: 'Give feedback on this question',
close: 'Close',
emptyFeedbackWarning: 'You can`t submit an empty feedback',
emptyFeedbackWarning: 'You can`t submit empty feedback',
title: 'Feedback',
questionId: 'Question id',
feedback: 'Feedback',
@@ -78,7 +78,7 @@ const gameModes = {
correctAttempts: 'Correct attempts ',
questionsLeft: 'Questions left: ',
answered: 'Answered',
percentage: 'Percentage correct',
percentage: 'of answers correct',
correctAnswers: 'Correct answers',
}
@@ -183,11 +183,11 @@ const structureStats = {
name: 'Name',
answers: 'Answers',
correct: 'Correct',
corrects: 'Corrects',
corrects: 'Correct',
changeToIncorrect: 'Change to incorrect',
changeToCorrect: 'Change to correct',
incorrect: 'Incorrect',
incorrects: 'Incorrects',
incorrects: 'Incorrect',
edit: 'Edit',
total: 'Total',
textAnswers: 'Text answers',
@@ -250,7 +250,7 @@ const userRelated = {
loginFail: 'Login failed',
nullStatistics: 'Hide my past results',
verifyNulling:
'Are you sure you want to permanently hide all statistics related to you? After confirmation answer distribution, past performances and possible high scores will be removed.',
'Are you sure you want to permanently hide all statistics related to you? After approval, all game results on your profile page will be reset. Any of your game results on the high score lists will also be removed.',
confirmNulling: 'Confirm',
yes: 'Yes',
no: 'No',
Loading