i18n for neopets_users#new
This commit is contained in:
parent
ac0490dc1d
commit
9488a27916
3 changed files with 25 additions and 11 deletions
|
@ -1,17 +1,11 @@
|
||||||
- title 'Import from pets'
|
- title t('.title')
|
||||||
- secondary_nav do
|
- secondary_nav do
|
||||||
= link_to 'Back to Your Items', user_closet_hangers_path(current_user), :class => 'button'
|
= link_to t('.your_items_link'), user_closet_hangers_path(current_user), :class => 'button'
|
||||||
|
|
||||||
= form_for @neopets_user, :html => {:id => 'neopets-user-form'} do |f|
|
= form_for @neopets_user, :html => {:id => 'neopets-user-form'} do |f|
|
||||||
%p
|
%p= t '.explanation'
|
||||||
Since the items your pets are wearing don't show up in the Neopets closet,
|
|
||||||
we have this tool to help you import those items without a second thought.
|
|
||||||
|
|
||||||
%p
|
= f.label :username, t('.username_label')
|
||||||
Just enter your Neopets username in the box below, then we'll load all
|
|
||||||
your pets and import what they're wearing. Have fun!
|
|
||||||
|
|
||||||
= f.label :username, 'Neopets Username'
|
|
||||||
= f.text_field :username
|
= f.text_field :username
|
||||||
= f.submit "Import pets"
|
= f.submit t('.submit')
|
||||||
|
|
||||||
|
|
|
@ -144,6 +144,16 @@ en-meep:
|
||||||
we'll meep our datameep instantly. Meep!
|
we'll meep our datameep instantly. Meep!
|
||||||
swf_assets_not_found_modeling_link_content: meep it for us
|
swf_assets_not_found_modeling_link_content: meep it for us
|
||||||
|
|
||||||
|
neopets_users:
|
||||||
|
new:
|
||||||
|
title: Meemport from pets
|
||||||
|
your_items_link: Back to Your Meeps
|
||||||
|
explanation:
|
||||||
|
Meep your Neopets username below, and we'll meemport all the wearables
|
||||||
|
from all your pets. It's meepy!
|
||||||
|
username_label: Meopets Username
|
||||||
|
submit: Meemport all pets
|
||||||
|
|
||||||
outfits:
|
outfits:
|
||||||
new:
|
new:
|
||||||
tagline: Meeps made meepy!
|
tagline: Meeps made meepy!
|
||||||
|
|
|
@ -146,6 +146,16 @@ en:
|
||||||
we'll update our database instantly. Thanks!
|
we'll update our database instantly. Thanks!
|
||||||
swf_assets_not_found_modeling_link_content: model it for us
|
swf_assets_not_found_modeling_link_content: model it for us
|
||||||
|
|
||||||
|
neopets_users:
|
||||||
|
new:
|
||||||
|
title: Import from pets
|
||||||
|
your_items_link: Back to Your Items
|
||||||
|
explanation:
|
||||||
|
Enter your Neopets username below, and we'll import all the wearables
|
||||||
|
from all your pets. It's easy!
|
||||||
|
username_label: Neopets Username
|
||||||
|
submit: Import all pets
|
||||||
|
|
||||||
outfits:
|
outfits:
|
||||||
new:
|
new:
|
||||||
tagline: Neopets wearables made easy!
|
tagline: Neopets wearables made easy!
|
||||||
|
|
Loading…
Reference in a new issue