globalized some missing strings
This commit is contained in:
parent
babb5b7b52
commit
1d7aa1f6cf
|
@ -36,7 +36,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><label>Must be unique, no spaces. People can mention you as @username.</label></td>
|
||||
<td><label>{{i18n user.username.instructions}}</label></td>
|
||||
</tr>
|
||||
|
||||
{{#if view.passwordRequired}}
|
||||
|
@ -50,7 +50,7 @@
|
|||
{{/if}}
|
||||
|
||||
<tr class="password-confirmation">
|
||||
<td><label for='new-account-password-confirmation'>Password Again</label></td>
|
||||
<td><label for='new-account-password-confirmation'>{{i18n user.password_confirmation.title}}</label></td>
|
||||
<td>
|
||||
{{view Ember.TextField valueBinding="view.accountPasswordConfirm" type="password" id="new-account-password-confirmation"}}
|
||||
{{view Ember.TextField valueBinding="view.accountChallenge" id="new-account-challenge"}}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
{{#linkTo "preferences.username" class="btn pad-left"}}{{i18n user.change_username.action}}{{/linkTo}}
|
||||
</div>
|
||||
<div class='instructions'>
|
||||
{{{i18n user.username.instructions username="content.username"}}}
|
||||
{{{i18n user.username.short_instructions username="content.username"}}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -92,7 +92,8 @@ en:
|
|||
ok: "Your name looks good."
|
||||
username:
|
||||
title: "Username"
|
||||
instructions: "People can mention you as @{{username}}."
|
||||
instructions: "Must be unique, no spaces. People can mention you as @username."
|
||||
short_instructions: "People can mention you as @{{username}}."
|
||||
available: "Your username is available."
|
||||
global_match: "Email matches the registered username."
|
||||
global_mismatch: "Already registered. Try {{suggestion}}?"
|
||||
|
@ -102,6 +103,9 @@ en:
|
|||
checking: "Checking username availability..."
|
||||
enter_email: 'Username found. Enter matching email.'
|
||||
|
||||
password_confirmation:
|
||||
title: "Password Again"
|
||||
|
||||
last_posted: "Last Post"
|
||||
last_emailed: "Last Emailed"
|
||||
last_seen: "Last Seen"
|
||||
|
|
|
@ -95,7 +95,8 @@ fr:
|
|||
ok: "Votre nom à l'air sympa !."
|
||||
username:
|
||||
title: "Pseudo"
|
||||
instructions: "Les gens peuvent vous mentionner avec @{{username}}."
|
||||
instructions: "Doit être unique et ne pas contenir d'espace. Les gens pourrons vous mentionner avec @pseudo."
|
||||
short_instructions: "Les gens peuvent vous mentionner avec @{{username}}."
|
||||
available: "Votre pseudo est disponible."
|
||||
global_match: "L'adresse email correspond au pseudo enregistré."
|
||||
global_mismatch: "Déjà enregistré. Essayez {{suggestion}} ?"
|
||||
|
@ -105,6 +106,9 @@ fr:
|
|||
checking: "Vérification de la disponibilité de votre pseudo..."
|
||||
enter_email: "Pseudo trouvé. Entrez l'adresse email correspondante."
|
||||
|
||||
password_confirmation:
|
||||
title: "Confirmation"
|
||||
|
||||
last_posted: "Dernier message"
|
||||
last_emailed: "Dernier mail"
|
||||
last_seen: "Dernier vu"
|
||||
|
|
Loading…
Reference in New Issue