<template lang="pug">
div
- input#inputChat(type="text" :placeholder="st.tr['Type here']"
+ input#inputChat(type="text" :placeholder="st.tr['Chat here']"
@keyup.enter="sendChat()")
button(@click="sendChat()") {{ st.tr["Send"] }}
p(v-for="chat in chats.concat(pastChats)")
"Cadence": "Cadence",
"Challenge": "Challenge",
"Challenge declined": "Challenge declined",
+ "Chat here": "Chat here",
"Connection token sent. Check your emails!": "Connection token sent. Check your emails!",
"Contact": "Contact",
"Content": "Content",
"Please log in to play correspondance games": "Please log in to play correspondance games",
"Please select a variant": "Please select a variant",
"Practice": "Practice",
+ "Prefix?": "Prefix?",
"Processing... Please wait": "Processing... Please wait",
"participant(s):": "participant(s):",
"Register": "Register",
"Three repetitions": "Three repetitions",
"Time": "Time",
"To": "To",
- "Type first letters...": "Type first letters...",
- "Type here": "Type here",
"Unknown": "Unknown",
"Update": "Update",
"Variant": "Variant",
"Cadence": "Cadencia",
"Challenge": "Desafiar",
"Challenge declined": "Desafío rechazado",
+ "Chat here": "Chat aquí",
"Connection token sent. Check your emails!": "Token de conexión enviado. ¡Revisa tus correos!",
"Contact": "Contacto",
"Content": "Contenido",
"Please log in to play correspondance games": "Inicia sesión para jugar partidas por correspondancia",
"Please select a variant": "Por favor seleccione una variante",
"Practice": "Práctica",
+ "Prefix?": "¿Prefijo?",
"Processing... Please wait": "Procesando... por favor espere",
"participant(s):": "participante(s):",
"Register": "Registrarse",
"Three repetitions": "Tres repeticiones",
"Time": "Tiempo",
"To": "A",
- "Type first letters...": "Escribe las primeras letras...",
- "Type here": "Escribe aquí",
"Unknown": "Desconocido",
"Update": "Actualización",
"Variant": "Variante",
"Cadence": "Cadence",
"Challenge": "Défier",
"Challenge declined": "Défi refusé",
+ "Chat here": "Chattez ici",
"Connection token sent. Check your emails!": "Token de connection envoyé. Allez voir vos emails !",
"Contact": "Contact",
"Content": "Contenu",
"Please log in to play correspondance games": "Identifiez vous pour jouer des parties par correspondance",
"Please select a variant": "Sélectionnez une variante SVP",
"Practice": "Pratiquer",
+ "Prefix?": "Préfixe ?",
"Processing... Please wait": "Traitement en cours... Attendez SVP",
"participant(s):": "participant(s) :",
"Register": "S'enregistrer",
"Three repetitions": "Triple répétition",
"Time": "Temps",
"To": "À",
- "Type first letters...": "Tapez les premières lettres...",
- "Type here": "Tapez ici",
"Unknown": "Inconnu",
"Update": "Mise à jour",
"Variant": "Variante",
main
.row
.col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
- input#prefixFilter(v-model="curPrefix" :placeholder="st.tr['Type first letters...']")
+ input#prefixFilter(v-model="curPrefix" :placeholder="st.tr['Prefix?']")
.variant.col-sm-12.col-md-5.col-lg-4(
v-for="(v,idx) in filteredVariants"
:class="{'col-md-offset-1': idx%2==0, 'col-lg-offset-2': idx%2==0}"