h('button',
{
on: { click: this.undoInGame },
- attrs: { "aria-label": trnaslations['Undo'] },
+ attrs: { "aria-label": translations['Undo'] },
"class": {
"play": true,
"spaceleft": true,
<p class="emphasis">{{ translate("Safe HTML tags allowed") }}</p>
<label for="newpbInstructions">{{ translate("Instructions") }}</label>
<textarea id="newpbInstructions" v-model="newProblem.instructions"
- placeholder="Explain the problem here"></textarea>
+ :placeholder='translate("Describe the problem goal")'></textarea>
<label for="newpbSolution">{{ translate("Solution") }}</label>
<textarea id="newpbSolution" v-model="newProblem.solution"
- placeholder="How to solve the problem?"></textarea>
+ :placeholder='translate("How to solve the problem?")'></textarea>
<button class="center-btn">{{ translate("Preview") }}</button>
</fieldset>
</form>
"Full FEN string": "Full FEN string",
"Safe HTML tags allowed": "Safe HTML tags allowed",
"Instructions": "Instructions",
+ "Describe the problem goal": "Describe the problem goal",
"Solution": "Solution",
+ "How to solve the problem?": "How to solve the problem?",
"Preview": "Preview",
"Cancel": "Cancel",
"Solve": "Solve",
"Full FEN string": "Chaîne FEN complète",
"Safe HTML tags allowed": "HTML 'sûr' autorisé",
"Instructions": "Instructions",
+ "Describe the problem goal": "Décrire le but du problème",
"Solution": "Solution",
+ "How to solve the problem?": "Comment résoudre le problème ?",
"Preview": "Prévisualiser",
"Cancel": "Annuler",
"Solve": "Résoudre",