Retrospring/config/locales/activerecord.en.yml

105 lines
3.8 KiB
YAML
Raw Normal View History

en:
activerecord:
models:
announcement:
one: "Announcement"
other: "Announcements"
2022-04-17 08:35:07 -07:00
answer:
one: "Answer"
other: "Answers"
2022-07-06 16:14:34 -07:00
comment:
one: "Comment"
other: "Comments"
2022-04-17 08:35:07 -07:00
question:
one: "Question"
other: "Questions"
user:
one: "User"
other: "Users"
attributes:
announcement:
content: "Content"
link_href: "Link URL"
link_text: "Link text"
starts_at: "Start time"
2022-01-25 12:16:34 -08:00
ends_at: "End time"
2022-01-29 16:14:45 -08:00
profile:
anon_display_name: "Name for anonymous users"
2022-01-29 16:14:45 -08:00
description: "Biography"
display_name: "Your name"
location: "Location"
motivation_header: "Motivation header"
website: "Website"
2022-01-27 11:19:06 -08:00
service:
post_tag: "Tag"
theme:
background_color: "Background color"
body_text: "Body text color"
dark_color: "Dark color"
dark_text: "Dark text color"
danger_color: "Danger color"
danger_text: "Danger text color"
info_color: "Info color"
info_text: "Info text color"
input_color: "Input color"
input_text: "Input text color"
light_color: "Light color"
light_text: "Light text color"
muted_text: "Muted text color"
primary_color: "Primary color"
primary_text: "Primary text color"
raised_accent: "Raised accent color"
raised_background: "Raised background color"
success_color: "Success color"
success_text: "Success text color"
warning_color: "Warning color"
warning_text: "Warning text color"
2022-01-29 16:14:45 -08:00
user:
2022-02-18 14:36:59 -08:00
created_at: "Account created at"
2022-02-05 10:26:04 -08:00
current_password: "Current password"
2022-02-18 14:36:59 -08:00
current_sign_in_at: "Current sign in at"
current_sign_in_ip: "Current sign in IP"
2022-02-05 10:26:04 -08:00
email: "Email"
2022-02-18 14:36:59 -08:00
last_sign_in_at: "Last sign in at"
last_sign_in_ip: "Last sign in IP"
locale: "Language"
2022-02-05 10:26:04 -08:00
login: "Username or Email"
2022-02-18 14:36:59 -08:00
remember_created_at: "Remember me set at"
2022-02-05 10:26:04 -08:00
password: "Password"
password_confirmation: "Confirm your password"
privacy_allow_anonymous_questions: "Allow anonymous questions"
privacy_allow_public_timeline: "Show your answers in the public timeline"
privacy_allow_stranger_answers: "Allow other people to answer your questions"
2022-01-29 16:14:45 -08:00
profile_picture: "Profile picture"
profile_header: "Profile header"
2022-02-18 14:36:59 -08:00
sign_in_count: "Sign in count"
2022-02-05 10:26:04 -08:00
screen_name: "Username"
2022-01-29 16:14:45 -08:00
show_foreign_themes: "Render other user themes when visiting their profile"
2022-02-18 14:36:59 -08:00
updated_at: "Account updated at"
2022-01-27 11:19:06 -08:00
help:
2022-02-05 10:26:04 -08:00
user:
2022-07-30 06:17:50 -07:00
email: "Don't forget to check your spam folder in case our email might have landed there!"
2022-02-05 10:26:04 -08:00
current_password: "We need your current password to confirm your changes"
2022-01-29 16:14:45 -08:00
profile:
anon_display_name: "This name will be used for questions asked to you by anonymous users."
2022-01-29 16:14:45 -08:00
motivation_header: "Shown in the header of the question box on your profile. Motivate users to ask you questions!"
2022-01-27 11:19:06 -08:00
services/twitter:
post_tag: "Automatically append a tag to your shared answers. A # symbol is not automatically prepended."
theme:
danger_color: "Color used for errors or critical actions like deleting something."
info_color: "Color used for informational popups or messages."
primary_color: "The primary/brand color of the site, used for navigation, links, etc."
success_color: "Color used for messages if something went through successfully."
warning_color: "Color used for warnings if something non-critical has happened."
2022-01-29 16:14:45 -08:00
helpers:
submit:
user:
2022-02-05 10:26:04 -08:00
new: "Sign in"
create: :voc.register
2022-01-29 16:14:45 -08:00
update: :voc.save
profile:
2022-01-30 12:15:17 -08:00
update: :voc.save
theme:
create: :voc.save
update: :voc.save