2022-01-24 12:47:03 -08:00
|
|
|
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"
|
2022-01-24 12:47:03 -08:00
|
|
|
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:
|
2022-06-21 07:32:22 -07:00
|
|
|
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"
|
2022-02-12 15:28:10 -08:00
|
|
|
theme:
|
2022-08-20 08:37:33 -07:00
|
|
|
background_color: "Background colour"
|
|
|
|
body_text: "Body text colour"
|
|
|
|
dark_color: "Dark colour"
|
|
|
|
dark_text: "Dark text colour"
|
|
|
|
danger_color: "Danger colour"
|
|
|
|
danger_text: "Danger text colour"
|
|
|
|
info_color: "Info colour"
|
|
|
|
info_text: "Info text colour"
|
|
|
|
input_color: "Input colour"
|
|
|
|
input_text: "Input text colour"
|
|
|
|
light_color: "Light colour"
|
|
|
|
light_text: "Light text colour"
|
|
|
|
muted_text: "Muted text colour"
|
|
|
|
primary_color: "Primary colour"
|
|
|
|
primary_text: "Primary text colour"
|
|
|
|
raised_accent: "Raised accent colour"
|
|
|
|
raised_background: "Raised background colour"
|
|
|
|
success_color: "Success colour"
|
|
|
|
success_text: "Success text colour"
|
|
|
|
warning_color: "Warning colour"
|
|
|
|
warning_text: "Warning text colour"
|
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"
|
2022-11-06 06:01:39 -08:00
|
|
|
privacy_lock_inbox: "Lock inbox and don't allow new questions"
|
2022-02-19 08:45:11 -08:00
|
|
|
privacy_allow_anonymous_questions: "Allow anonymous questions"
|
2022-11-13 05:28:03 -08:00
|
|
|
privacy_require_user: "Require users to be logged in to ask you questions"
|
2022-02-19 08:45:11 -08:00
|
|
|
privacy_allow_public_timeline: "Show your answers in the public timeline"
|
|
|
|
privacy_allow_stranger_answers: "Allow other people to answer your questions"
|
2022-11-16 13:32:40 -08:00
|
|
|
privacy_noindex: "Prevent search engines from indexing your profile"
|
2022-11-15 14:14:32 -08:00
|
|
|
privacy_hide_social_graph: "Hide your social graph from others"
|
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:
|
2023-01-20 21:22:09 -08:00
|
|
|
screen_name: "Alphanumerical and underscores allowed, max. 16 characters"
|
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:
|
2022-06-21 07:32:22 -07:00
|
|
|
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."
|
2022-02-12 15:28:10 -08:00
|
|
|
theme:
|
2022-08-20 08:37:33 -07:00
|
|
|
danger_color: "Colour used for errors or critical actions like deleting something."
|
|
|
|
info_color: "Colour used for informational popups or messages."
|
|
|
|
primary_color: "The primary/brand colour of the site, used for navigation, links, etc."
|
|
|
|
success_color: "Colour used for messages if something went through successfully."
|
|
|
|
warning_color: "Colour 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
|
2022-02-12 15:39:53 -08:00
|
|
|
theme:
|
|
|
|
create: :voc.save
|
|
|
|
update: :voc.save
|