clarion/config/locales/en.yml

435 lines
16 KiB
YAML
Raw Normal View History

2014-07-28 12:34:18 +03:00
en:
2017-10-22 22:38:48 +03:00
public:
event_feedbacks:
new: &new_feedbacks_bg
feedback_for: "Rating '%{title}'"
2017-10-22 22:38:48 +03:00
submit: Submit
2017-10-22 23:40:12 +03:00
success: The feedback was submitted successfully
conference_feedbacks:
new: *new_feedbacks_bg
index:
feedback_for_the_conference: Feedback for the conference
general_feedback_for: "Submit general feedback for \"%{title}\""
change_general_feedback_for: "Resubmit general feedback for \"%{title}\""
feedback_for: "Submit feedback for \"%{title}\""
change_feedback_for: "Resubmit feedback for \"%{title}\""
by: "by %{authors}"
feedback_incentive: We would be happy to receive your feedback about the conference and its events.
abstract: "Abstract"
2015-08-19 22:01:38 +03:00
helpers:
submit:
event:
create: "Send proposal"
update: "Update proposal"
2015-10-21 23:39:20 +03:00
volunteer:
2015-10-21 23:47:15 +03:00
create: "Submit application"
2015-10-21 23:39:20 +03:00
update: "Update application"
2015-08-15 10:04:03 +03:00
actions:
are_you_sure: "Are you sure?"
clone:
button: "Clone %{model}"
title: "Clone existing %{model}"
2015-08-15 10:04:03 +03:00
create:
button: "Create %{model}"
title: "Create a new #{model}"
2015-08-15 10:04:03 +03:00
destroy:
button: "Destroy %{model}"
2015-08-15 10:04:03 +03:00
edit:
button: "Edit %{model}"
title: "Editing %{model}"
2015-08-15 10:04:03 +03:00
index:
button: "Browse %{models}"
title: "Browse %{models}"
2015-08-15 10:04:03 +03:00
new:
title_f: "New %{model}"
title_m: "New %{model}"
title_c: "New %{model}"
2015-08-15 10:04:03 +03:00
view:
button: "View %{model}"
title: "Viewing %{model}"
attributes:
average_rating: Average rating
rating: Rating
2014-08-31 20:45:35 +03:00
activerecord:
attributes:
2017-10-22 22:38:48 +03:00
feedback:
author_email: E-mail
rating: Rating
comment: Comment
participation:
participant: Participant
approved: Confirmed by participant
proposition:
status: Status
statuses:
undecided: Undecided
approved: Approved
rejected: Rejected
backup: Backup
2015-08-15 10:04:03 +03:00
conference:
participants: "Participants"
description: "Description"
2014-08-31 20:45:35 +03:00
email: E-mail
end_date: "End date"
host_name: "Domain name"
start_date: "Start date"
planned_cfp_end_date: "Planned CFP End date"
title: "Title"
2015-08-15 10:04:03 +03:00
event:
conference: "Conference"
status: "Statis"
abstract: "Abstract"
agreement: "I accept"
description: "Description"
language: "Language"
length: "Length"
notes: "Notes"
2024-10-20 17:02:08 +03:00
resources_bundle: "Resources bundle"
subtitle: "Sub-title"
title: "Title"
track: "Track"
rank: "Rank"
user: "Speaker"
participants: "Participants"
feedbacks: "Feedback"
2015-08-15 10:04:03 +03:00
event_type:
description: "Description"
name: "Name"
2015-08-20 00:24:22 +03:00
minimum_length: Minimum length
maximum_length: Maximum length
2015-08-15 10:04:03 +03:00
hall:
name: "Name"
personal_profile:
biography: "Short biography"
first_name: "First name"
2015-08-15 10:04:03 +03:00
github: Github account
last_name: "Last name"
mobile_phone: "Mobile phone"
organisation: "Organization"
picture: "Photo"
public_email: "Public e-mail"
2014-08-31 20:45:35 +03:00
twitter: Twitter account
2015-10-21 23:39:20 +03:00
volunteer:
picture: Picture
name: Name
email: E-mail
phone: Phone
tshirt_size: T-shirt size
tshirt_cut: T-shirt cut
food_preferences: Food preference
previous_experience: Previous experience
notes: Notes
2024-09-22 22:50:41 +03:00
terms_accepted: I agree to be contacted by the team
language: Language
volunteer_team: Volunteer team
additional_volunteer_teams: Additional volunteer teams
2015-08-15 10:04:03 +03:00
track:
color: "Color"
description: "Description"
name: "Name"
2015-08-15 10:04:03 +03:00
user:
current_password: "Current password"
2015-08-15 10:04:03 +03:00
email: E-mail
language: "Language"
password: "Password"
password_confirmation: "Password confirmation"
remember_me: "Remember me"
volunteer_team:
name: Name
description: Description
color: Color
2014-08-31 20:45:35 +03:00
errors:
models:
2015-08-15 10:04:03 +03:00
event:
attributes:
track:
must_be_a_valid_track: "must be one of the listed lecture tracks"
2015-08-20 00:24:22 +03:00
length:
must_be_between: "must be between %{minimum} and %{maximum} minutes"
2015-08-15 10:04:03 +03:00
personal_profile:
attributes:
github:
invalid: "can contain only alphabet characters, digits or a dash and cannot start with a dash"
2015-08-15 10:04:03 +03:00
twitter:
invalid: "can contain a maximum of 15 symbols that need to be alphabet characters, digits or an underscore"
2014-08-31 20:45:35 +03:00
user:
attributes:
email:
invalid: "is not a valid e-mail address"
2014-08-31 20:45:35 +03:00
password_confirmation:
confirmation: "does not match the password"
2015-10-21 23:39:20 +03:00
volunteer:
attributes:
picture:
invalid_content_type: "invalid picture format"
volunteer_team:
invalid_volunteer_team: "invalid volunteer team"
additional_volunteer_teams:
invalid_volunteer_team: "invalid volunteer team"
2015-08-15 10:04:03 +03:00
models:
feedback:
one: Feedback
other: Feedback
participation:
one: Participation
other: Participation
2016-07-05 17:02:57 +03:00
volunteership:
one: volunteership
other: volunteerships
2015-08-15 10:04:03 +03:00
conference:
one: "conference"
other: "conferences"
2015-08-15 10:04:03 +03:00
event:
one: "Suggestion"
other: "Suggestions"
2015-08-15 10:04:03 +03:00
event_type:
one: "event type"
other: "event types"
2015-08-15 10:04:03 +03:00
hall:
one: "hall"
other: "halls"
2015-08-15 10:04:03 +03:00
lecture:
one: "Lecture"
other: "Lectures"
2015-08-15 10:04:03 +03:00
personal_profile:
one: "Profile"
other: "Profiles"
2015-08-15 10:04:03 +03:00
proposition:
one: "Proposition"
other: "Propositions"
2015-08-15 10:04:03 +03:00
sponsorship_offer:
one: "sponsor"
other: "sponsors"
2015-08-15 10:04:03 +03:00
track:
one: "track"
other: "tracks"
2015-10-21 23:50:19 +03:00
volunteer_team:
one: "volunteer team"
other: "volunteer teams"
2015-08-15 10:04:03 +03:00
user:
one: "User"
other: "Users"
2015-10-21 23:39:20 +03:00
volunteer:
one: "volunteer"
other: "volunteers"
2015-08-15 10:04:03 +03:00
workshop:
one: "Workshop"
other: "Workshops"
change_pass: "Change password"
click_to_unlock: "Click the link below to unlock"
confirm_by_clicking: "You can confirm your account by clicking the link below"
2015-08-15 10:04:03 +03:00
confirmations:
did_not_receive_confirmation_instructions: "You have not received confirmation instructions?"
resend: "Send"
resend_confirmation: "Send confirmation E-mail"
description: "Description"
did_not_get_confirmation: "You did not receive confirmation instructions?"
did_not_get_unlock: "You did not receive unlock instructions?"
2015-08-20 00:39:46 +03:00
do_not_want_pass_reset1: "If you don't want to change your password, please delete this E-mail."
do_not_want_pass_reset2: "Your password will not be change unless you click the link above and enter a new password."
edit: "Edit"
edit_speaker_profile: "Edit profile"
edit_talk: "Edit talk"
edit_title: "track \"%{track}\", duration: %{len} min"
edit_workshop: "Edit workshop"
enter: "Enter"
2014-08-31 20:45:35 +03:00
errors:
messages:
improbable_phone: "not a valid phone number"
2015-08-15 10:04:03 +03:00
event_mailer:
acceptance_notification:
subject: "Your submission for %{conference} for the %{submission_type} \"%{title}\" has been approved"
2018-10-10 23:35:40 +03:00
rejection_notification:
subject: "Your submission for %{conference} for the %{submission_type} \"%{title}\" has not been approved"
2015-10-21 23:39:20 +03:00
volunteer_mailer:
success_notification:
2023-07-30 13:07:24 +03:00
subject: "Your application for \"volunteership\" on %{conference_name} was received"
2024-04-18 21:11:08 +03:00
email_confirmation:
subject: "Confirm your e-mail address to participate in %{conference_name}"
2015-08-15 10:04:03 +03:00
event_states:
approved:
one: "Approved"
other: "Approved"
2015-08-15 10:04:03 +03:00
backup:
one: "Backup"
other: "Backup"
2015-08-15 10:04:03 +03:00
confirmed:
one: "Confirmed"
other: "Confirmed"
2015-08-15 10:04:03 +03:00
rejected:
one: "Rejected"
other: "Rejected"
2015-08-15 10:04:03 +03:00
undecided:
one: "Undecided"
other: "Undecided"
expected_validation: "Awaiting confirmation of %{email}"
hello: "Hello, %{name}"
home: "Home"
2015-08-15 10:04:03 +03:00
home_title: "%{conference} - call for participation"
lecture_was_successfully_confirmed: "Your lecture was confirmed successfully"
license_notice: "Please keep in mind that the presentations will later be published under the CC-BY-ND (Creative Commons Attribution No derivatives) license."
2015-08-15 10:04:03 +03:00
locales:
bg: "Bulgarian"
2015-08-15 10:04:03 +03:00
en: English
login: "Login"
login_data: "Account information"
login_with: "Log in with %{with}"
logout: "Log out"
lostpass: "Forgotten password?"
meta_data: "Language: %{language}, track: \"%{track}\", duration: %{length} m."
my_talks: "My lecture submissions"
my_workshops: "My workshop submissions"
new_workshop_title: "Submit a workshop"
no_talks_submitted: "You are yet to submit a lecture"
no_workshops_submitted: "You are yet to submit a workshop"
of_motto: "share the freedom"
pass_update_hint1: "Do not fill this in unless you want to change your password"
2015-08-20 00:39:46 +03:00
pass_update_hint2: "Fill this in if you'd like to change your password or E-mail address"
2015-08-15 10:04:03 +03:00
passwords:
change_your_password: "Change your password"
confirm_your_new_password: "Password confirmation"
forgotten_password: "Forgotten password"
new_password: "New password"
send_instructions: "Send instructions"
please_fill_in_your_speaker_profile: "Please fill in the data for your personal profile"
registration: "Registration"
2015-08-15 10:04:03 +03:00
registrations:
account_cancelation: "Account deletion"
add_phone_number: "Add a phone number"
are_you_sure: "Are you sure you want to delete your registration"
cancel_my_account: "Delete my account"
edit_account: "Edit account"
2015-08-20 00:24:22 +03:00
leave_blank_if_you_do_not_want_to_change: "leave blank if you don't want to change it"
minimum_characters: "at least %{minimum} symbols"
sign_me_up: "Sign me up"
sign_up: "Registration"
unhappy: "You are not happy?"
update: "Update"
we_need_your_current_password: "we need your current password in order to confirm the changes"
resend_instructions_btn: "Resend instructions"
resend_instructions_header: "Resend confirmation instructions"
resend_unlock_instructions_title: "Resend unlock instructions"
send_lostpass_instructions: "Resend lost password instructions"
2015-08-15 10:04:03 +03:00
sessions:
remember_me: "Remember me"
sign_in: "Sign in"
sign_in_heading: "Sign in"
sign_in_with: "Sign in with %{with}"
sign_out: "Sign out"
2015-08-15 10:04:03 +03:00
simple_form:
error_notification:
default_message: "Please see the errors below:"
2015-10-21 23:39:20 +03:00
options:
volunteer:
tshirt_size:
s: S
m: M
l: L
xl: XL
xxl: XXL
xxxl: XXXL
tshirt_cut:
unisex: Unisex
female: Female
food_preferences:
none: Nothing specific
vegetarian: Vegetarian
vegan: Vegan
2015-08-15 10:04:03 +03:00
hints:
2017-10-22 22:38:48 +03:00
feedback:
author_email: Your E-mail address if you'd like to share it with us
2017-10-22 22:38:48 +03:00
rating: Select your rating for the event
comment: Express your opinion in greater detail here
2015-08-15 10:04:03 +03:00
conference:
description: "Conference description"
2015-08-15 10:04:03 +03:00
email: Orga team email
end_date: "Last day of the conference"
start_date: "First day of the conference"
planned_cfp_end_date: "The day before all speakers must have submitted their proposals. This field is informative, it is not enforced."
title: "Title of the conference"
2015-08-15 10:04:03 +03:00
tracks:
color: "Color"
description: "Short description"
name: "Track name"
2015-08-15 10:04:03 +03:00
event:
abstract: "An abstract of the event that will be published for the attendees to read (around 1 paragraph)"
agreement: "Indicate if you accept your workshop to be recorded and published under the CC-BY-ND (Creative Commons Attribution No Derivatives) license"
description: "Detailed description of the event (several paragraphs)"
language: ""
2015-08-20 00:24:22 +03:00
length: "Length of the event (in minutes). The length of a %{type} is between %{min} and %{max} minutes"
2015-08-20 00:39:46 +03:00
notes: "Notes that you'd like the organisation team to read"
2024-10-20 17:02:08 +03:00
resources_bundle: "Resources for the visitors - slides, code, notes, file with links, archive... These will be available to the visitors after the conference."
subtitle: ""
title: ""
track: "The lecture track for your event"
2015-08-15 10:04:03 +03:00
personal_profile:
biography: "Describe yourself with a few sentences, writing about yourself in the third person :)"
github: "Your Github username"
mobile_phone: "A mobile phone that will be visible only by the organisation team"
organisation: "The organisation you represent"
picture: "Your photo"
2015-08-15 10:04:03 +03:00
public_email: E-mail address that will be visible for the attendees
twitter: "Your Twitter handle"
2015-10-21 23:39:20 +03:00
volunteer:
name: "Keep in mind that this name will be written in your certificate for participation in the conference."
2023-07-30 13:07:24 +03:00
email: "Your E-mail address. It will be visible only to the organizers"
phone: "Your mobile phone. It will be visible only to the organizers"
2015-10-21 23:39:20 +03:00
picture: "A picture of you in jpeg, png or gif format"
volunteer_team: "The volunteer team you'd like to be a part of. You can find a description of each team <a href=\"/volunteer_teams?locale=en\" target=\"_blank\">here</a>. Leave a note in the Notes field if you wish to be a part of any additional teams."
2015-08-15 10:04:03 +03:00
user:
email: Your e-mail address. Will be visible to the organizers only.
password: "Password with length between 8 and 128 symbols"
password_confirmation: "Repeat the password"
'no': "No"
2015-08-15 10:04:03 +03:00
required:
mark: "*"
text: "Required field"
'yes': "Yes"
someone_requested_passreset: "Someone requested to change the password of your account. The password can be changed by following the link below"
speaker_profile: "Speaker profile"
submit_talk_header: "Submit a new talk"
2015-08-15 10:04:03 +03:00
suggestion_and_speaker_count: "%{suggestions} submissions by %{speakers} speakers"
talks: "Talks"
2015-08-15 10:04:03 +03:00
unlocks:
did_not_receive_unlock_instructions: "Did not receive unlock instructions?"
resend: "Resend"
resend_unlock_instructions: "Resend unlock instructions"
update: "Update"
2015-08-15 10:04:03 +03:00
views:
conference:
info: "Conference details"
see_details: "See details"
2015-08-15 10:04:03 +03:00
events:
edit_event: "Editing %{event_type} %{title}"
event_successfully_created: "Your %{event_type} submission was successfully created"
event_successfully_updated: "Your %{event_type} submission was successfully updated"
successfully_confirmed: "Your %{event_type} submission was successfully confirmed"
error_on_confirmation: "There was an error during the confirmation of your %{event_type} submission"
no_events: "You are yet to submit an event"
submit_event: "Submit a %{event_type}"
2015-08-15 10:04:03 +03:00
navigation:
my_submissions: "My submissions"
2015-08-15 10:04:03 +03:00
personal_profiles:
successfully_created: "Your personal profile was successfully created"
successfully_updated: "Your personal profile was successfully updated"
2015-08-15 10:04:03 +03:00
user:
info: "User details"
2015-08-15 10:04:03 +03:00
welcome:
submit_event: "Submit %{event_type}"
2015-10-21 23:39:20 +03:00
volunteers:
2024-04-18 21:11:08 +03:00
email_not_confirmed: Your e-mail address has not been confirmed yet. Please check your e-mail and click on the link from the confirmation message you received.
email_confirmed_successfully: You have successfully confirmed your e-mail address!
email_confirmation_error: There was an error during the attempt to confirm your e-mail address.
2015-10-21 23:39:20 +03:00
new_volunteer_title: Apply for a volunteer
edit_volunteer_title: "Volunteership application of %{name}"
apply: Apply for a volunteer
2023-07-30 13:07:24 +03:00
withdraw_application: Withdraw your application
2015-10-21 23:39:20 +03:00
successful_application: "Your application was successfully submitted"
successful_application_edit: "Your application was successfully updated"
error_occurred_while_applying: "There was an error and your application could not be sent"
2015-10-21 23:39:20 +03:00
you_successfully_retracted_your_application_for: "Your application was successfully retracted"
welcome: "Welcome, %{name}"
what_we_ask: "We would like to receive your lecture, workshop, and stand submissions that belong to the following tracks until %{date}:"
workshop_was_successfully_confirmed: "The workshop was successfully confirmed"
workshops: "Workshops"