From 8ae8a9a73793b6aef1d71c0db0432a68861674ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Sun, 17 May 2015 12:07:25 +0200 Subject: [PATCH] [i18n] Fix #2668 --- app/locales/locale-ca.json | 1 + app/locales/locale-en.json | 1 + app/locales/locale-es.json | 1 + app/locales/locale-fi.json | 1 + app/locales/locale-fr.json | 1 + app/locales/locale-zh-hant.json | 1 + app/partials/includes/modules/invitation-register-form.jade | 2 +- 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/locales/locale-ca.json b/app/locales/locale-ca.json index 1f0ea1be..97a09c4c 100644 --- a/app/locales/locale-ca.json +++ b/app/locales/locale-ca.json @@ -843,6 +843,7 @@ "ERROR": "Segons els nostres OOmpa Loompas, no estàs registrat encara o has escrit una contrasenya invàlida." }, "REGISTER_FORM": { + "TITLE": "Register a new Taiga account (free)", "PLACEHOLDER_NAME": "Tria un mot d'usuari (sensible a majúscules i minúscules)", "PLACEHOLDER_FULL_NAME": "Escriu el teu nom complet", "PLACEHOLDER_EMAIL": "El teu correu", diff --git a/app/locales/locale-en.json b/app/locales/locale-en.json index d2d5a63f..d9caabee 100644 --- a/app/locales/locale-en.json +++ b/app/locales/locale-en.json @@ -844,6 +844,7 @@ "ERROR": "According to our Oompa Loompas, your are not registered yet or typed an invalid password." }, "REGISTER_FORM": { + "TITLE": "Register a new Taiga account (free)", "PLACEHOLDER_NAME": "Pick a username (case sensitive)", "PLACEHOLDER_FULL_NAME": "Pick your full name", "PLACEHOLDER_EMAIL": "Your email", diff --git a/app/locales/locale-es.json b/app/locales/locale-es.json index 06cbbd41..f378746e 100644 --- a/app/locales/locale-es.json +++ b/app/locales/locale-es.json @@ -843,6 +843,7 @@ "ERROR": "Según nuestros Oompa Loompas tú no estás registrado o has escrito mal tu contraseña." }, "REGISTER_FORM": { + "TITLE": "Crea tu nueva cuenta en Taiga, ¡es gratis!", "PLACEHOLDER_NAME": "Escribe un nombre de usuario (distingue mayúsculas y minúsculas)", "PLACEHOLDER_FULL_NAME": "Escribe tu nombre completo", "PLACEHOLDER_EMAIL": "Tu email", diff --git a/app/locales/locale-fi.json b/app/locales/locale-fi.json index fa6a5d21..9c8b94b6 100644 --- a/app/locales/locale-fi.json +++ b/app/locales/locale-fi.json @@ -843,6 +843,7 @@ "ERROR": "Oompa Loompas sanovat että käyttäjänimesi tai sähköpostisi tai salasanasi on väärä." }, "REGISTER_FORM": { + "TITLE": "Register a new Taiga account (free)", "PLACEHOLDER_NAME": "Anna käyttäjänimi (kirjainkoko on merkitsevä)", "PLACEHOLDER_FULL_NAME": "Anna koko nimesi", "PLACEHOLDER_EMAIL": "Sähköpostisi", diff --git a/app/locales/locale-fr.json b/app/locales/locale-fr.json index bc130e0d..606e2df2 100644 --- a/app/locales/locale-fr.json +++ b/app/locales/locale-fr.json @@ -843,6 +843,7 @@ "ERROR": "Selon nos Oompa Loompas, vous n'êtes pas encore enregistrés ou vous avez saisi un mot de passe incorrecte." }, "REGISTER_FORM": { + "TITLE": "Register a new Taiga account (free)", "PLACEHOLDER_NAME": "Choisissez un nom d'utilisateur (sensible à la casse)", "PLACEHOLDER_FULL_NAME": "Choisissez votre nom complet", "PLACEHOLDER_EMAIL": "Votre email", diff --git a/app/locales/locale-zh-hant.json b/app/locales/locale-zh-hant.json index 23bce917..23063cbe 100644 --- a/app/locales/locale-zh-hant.json +++ b/app/locales/locale-zh-hant.json @@ -843,6 +843,7 @@ "ERROR": "按我們的記錄,你尚未註冊或是未輸入有效的密碼 " }, "REGISTER_FORM": { + "TITLE": "Register a new Taiga account (free)", "PLACEHOLDER_NAME": "選一個用戶帳號(注意大小寫)", "PLACEHOLDER_FULL_NAME": "選取你的全名", "PLACEHOLDER_EMAIL": "你的電子郵件", diff --git a/app/partials/includes/modules/invitation-register-form.jade b/app/partials/includes/modules/invitation-register-form.jade index 59964d4d..fce13f15 100644 --- a/app/partials/includes/modules/invitation-register-form.jade +++ b/app/partials/includes/modules/invitation-register-form.jade @@ -1,5 +1,5 @@ form.register-form - p.form-header(translate) Register a new Taiga account (free) + p.form-header(translate="REGISTER_FORM.TITLE") fieldset input(type="text", name="username", ng-model="dataRegister.username", data-required="true", data-maxlength="255", data-regexp="^[\\w.-]+$",