# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
# I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
en:
activerecord:
models:
profile: Profile
warm_up_set: Warm Up Set
work_set: Work Set
attributes:
exercise_set:
target_duration: Target duration (seconds)
target_repetitions: Repetitions
target_weight: Weight (lbs)
profile:
female: Female
gender: Gender
high: High
low: Low
male: Male
medium: Medium
other: Other
transgender: Transgender
social_tolerance: Social Tolerance
user:
import_address: Send-to-Strong-Lifters
workout:
body_weight: Body weight (lbs)
app: Strong Lifters
application:
navigation:
about: About
athletes: Athletes
blog: Blog
gyms: Gyms
log_out: Log out
profile: Profile
workouts: Workouts
footer:
copyright: "© Copyright www.stronglifters.com. All rights reserved."
bench_press: 'Bench Press'
barbell_row: 'Barbell Row'
squat: 'Squat'
deadlift: 'Deadlift'
overhead_press: 'Overhead Press'
time:
formats:
short: "%a, %d %b %Y"
add: Add
done: "I'm Done"
save: Save
search: Search
layouts:
administration:
dashboard: Dashboard
texas_method: Texas method
application:
title: Strong Lifters
gyms:
index:
title: Gyms
new:
title: New Gym
registrations:
new:
email: "Email"
login_link: "Already have an account?"
password: "Password"
register_button: "Register"
terms_and_conditions: "I agree to the Terms and Conditions of Use"
terms_and_conditions_link: "Terms and Conditions of Use"
username: "Username"
create:
success: "Thank you for registering. Welcome."
profiles:
edit:
profile_update_success: "Profile updated. This is how your public profile appears."
save: Save Profile
home_gym_modal:
title: Home Gym
lead: Search for your regular gym.
show:
not_available: N/A
no_workouts_completed: 0 workouts completed
workouts_completed_html: "%{count} workouts completed since %{first_session}."
sessions:
create:
invalid_login: "Sorry, we cannot find that account."
new:
username: "Username (or email)"
password: "Password"
login_button: "Login"
register_link: "Create an account"
dashboards:
import_address_modal:
blurb_html: Export workouts from StrongLifts 5x5 to %{email}.
warning: To ensure your workouts are imported correctly we suggest that you update your timezone.
workouts:
index:
calendar: View Calendar
views:
pagination:
first: "« First"
last: "Last »"
previous: "Previous"
next: "Next"