Better text: 'set board size' (maybe a bit long tough...)
authorBenjamin Auder <benjamin.auder@somewhere>
Fri, 28 Feb 2020 14:04:33 +0000 (15:04 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Fri, 28 Feb 2020 14:04:33 +0000 (15:04 +0100)
client/src/components/MoveList.vue
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js

index 6ff93d8..b3ca667 100644 (file)
@@ -17,7 +17,7 @@ div
       )
   div#boardSizeBtnContainer
     button#boardSizeBtn(onClick="window.doClick('modalAdjust')")
-      | {{ st.tr["Board size"] }}
+      | {{ st.tr["Set board size"] }}
   #scoreInfo(v-if="score!='*'")
     p {{ score }}
     p {{ st.tr[message] }}
index 3c7cd7e..0381f8d 100644 (file)
@@ -99,6 +99,7 @@ export const translations = {
   Send: "Send",
   "Self-challenge is forbidden": "Self-challenge is forbidden",
   "Send challenge": "Send challenge",
+  "Set board size": "Set board size",
   Settings: "Settings",
   "Show possible moves?": "Show possible moves?",
   "Show solution": "Show solution",
index 1024f78..5fe02ff 100644 (file)
@@ -99,6 +99,7 @@ export const translations = {
   Send: "Enviar",
   "Self-challenge is forbidden": "Auto desafío está prohibido",
   "Send challenge": "Enviar desafío",
+  "Set board size": "Ajustar el tamaño del tablero",
   Settings: "Configuraciones",
   "Show possible moves?": "¿Mostrar posibles movimientos?",
   "Show solution": "Mostrar la solución",
index 592e9a0..0dd74d2 100644 (file)
@@ -99,6 +99,7 @@ export const translations = {
   Send: "Envoyer",
   "Self-challenge is forbidden": "Interdit de s'auto-défier",
   "Send challenge": "Envoyer défi",
+  "Set board size": "Régler la taille de l'échiquier",
   Settings: "Réglages",
   "Show possible moves?": "Montrer les coups possibles ?",
   "Show solution": "Montrer la solution",