Skip to content

Commit be4873d

Browse files
committed
Clean up translation files
1 parent 88a4a7f commit be4873d

File tree

13 files changed

+60
-59
lines changed

13 files changed

+60
-59
lines changed

app/views/dashboard/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
%h3.h4.card-title
3838
= t('homepage.participate.coaches_title')
3939
%p.card-text
40-
= raw t('homepage.participate.coaches_explanation_p1')
40+
= raw t('homepage.participate.coaches_explanation_p1', link: 'https://tutorials.codebar.io')
4141
%p.card-text
4242
= t('homepage.participate.coaches_explanation_p2')
4343
.card-footer.border-0.bg-transparent

app/views/members/new.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
.container
88
.row.justify-content-md-center
99
.col-12.col-lg-6
10-
%p= t('members.new.intro_html')
11-
%p= t('members.new.students.intro_html')
10+
%p= t('members.new.intro_html', link: code_of_conduct_path)
11+
%p= t('members.new.students.intro_html', link: student_guide_path(anchor: 'eligibility'))
1212
%p.mb-4
1313
= t('members.new.students.github')
1414
.d-grid.d-lg-block

app/views/pages/codebar-stories-podcast.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
.container.mb-5
1717
.row.justify-content-md-center
1818
.col-12.col-md-7.text-center.border.border-3.border-primary
19-
%p.lead.pt-3= t('pages.codebar_stories_podcast.contact_us_html')
19+
%p.lead.pt-3= t('pages.codebar_stories_podcast.contact_us_html', email: '[email protected]')
2020

app/views/pages/how-to-support-us.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
.row.d-flex.align-items-center.mb-5
6464
.col-12.col-md-6
6565
%h2.h1= t('pages.how_to_support_us.fundraise.title')
66-
%p= t('pages.how_to_support_us.fundraise.description_html')
66+
%p= t('pages.how_to_support_us.fundraise.description_html', email: '[email protected]')
6767
.col-12.col-md-6
6868
= image_tag 'how-to-support-us/hackney-half.jpeg', alt: t('pages.how_to_support_us.fundraise.image_alt'), class: 'mw-100 rounded'
6969
.row

config/locales/de.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ de:
5555
students_explanation_p2: "Join our vibrant community and take part in our workshops!"
5656
students_button: "Join us as a student"
5757
coaches_title: "Coaches"
58-
coaches_explanation_p1: "We encourage new students to start with our <a href='http://tutorials.codebar.io'>tutorials</a> on HTML/CSS, JavaScript, Ruby, Python, or Git, while also helping them grasp key programming concepts."
58+
coaches_explanation_p1: "We encourage new students to start with our <a href='%{link}'>tutorials</a> on HTML/CSS, JavaScript, Ruby, Python, or Git, while also helping them grasp key programming concepts."
5959
coaches_explanation_p2: "That’s why we’re always looking for more developers to join our community and coach at our workshops."
6060
coaches_button: "Join us as a coach"
6161
workshop_title: "Workshops"
@@ -83,6 +83,15 @@ de:
8383
subject: "A spot just became available"
8484
waiting_list_reminder:
8585
subject: "Reminder: you're on the codebar waiting list (%{date_time})"
86+
virtual:
87+
invite_coach:
88+
subject: "Virtual Workshop Coach Invitation %{date_time}"
89+
invite_student:
90+
subject: "Virtual Workshop Invitation %{date_time}"
91+
attending_reminder:
92+
subject: "Virtual Workshop Reminder %{date_time}"
93+
waiting_list_reminder:
94+
subject: "Reminder: you're on the codebar waiting list (%{date_time})"
8695
messages:
8796
accepted_invitation: "Vielen Dank für die Rückmeldung, %{name}. Wir sehen uns beim Workshop!"
8897
already_invited: 'You have already RSVPd or joined the waitlist for this workshop.'
@@ -226,11 +235,9 @@ de:
226235
sign_up_as_coach: "Melde dich als Trainer an"
227236
code_of_conduct: "Verhaltenskodex"
228237
new:
229-
intro: "Wir bieten eine einladendes, inklusives und lern-freundliches Umfeld und haben eine Nulltoleranzpolitik bei Belästigung und anderem unangemessenen Verhalten. Bevor du dich anmeldest, lies unseren"
238+
intro_html: "We provide a welcoming, inclusive, and supportive learning environment, with a strict zero-tolerance policy for any form of harassment or inappropriate behavior. Please take a moment to review our <a href='%{link}'>code of conduct</a> before signing up."
230239
students:
231-
intro: "Wenn du als Student teilnehmen möchtest, musst du unsere"
232-
criteria_link: "Teilnahmebedingungen erfüllen"
233-
criteria_brief: "weil unsere Workshops nur für Frauen, LGBTQ und Menschen aus unterrepräsentierten Gruppen geöffnet sind."
240+
intro_html: "Wenn du als Student teilnehmen möchtest, musst du unsere <a href='%{link}'>Teilnahmebedingungen</a> erfüllen weil unsere Workshops nur für Frauen, LGBTQ und Menschen aus unterrepräsentierten Gruppen geöffnet sind."
234241
github: "Abschließend, wenn du auf den Anmeldebutton klickst, wirst du auf eine Seite namens GitHub weitergeleitet. Nachdem du dich mit deinem GitHub Zugang angemeldet hast, wirst du wieder auf die codebar Seite zurückgeleitet. Du musst dir einen Zugang erstellen, wenn du noch keinen hast. Das dauert nicht lang und ist etwas was sich als nützlich erweisen wird wenn du anfängst zu programmieren!"
235242
invitations: "Wir verschicken Einladungen regelmäßig, sei also bitte nicht besorgt, wenn du sie nicht direkt nach der Anmeldung erhältst."
236243
footer:
@@ -517,13 +524,12 @@ de:
517524
link: Email us to become a volunteer
518525
fundraise:
519526
title: Fundraise
520-
description_html: "Join the codebar team with a physical challenge event. Whether you are a runner, swimmer, or cyclist, sign up with our registration form for your desired event and raise vital funds to help keep our events running. If your event does not appear below, feel free to <a href='mailto:[email protected]'>drop us an email</a> and we would be happy to coordinate with you."
527+
description_html: "Join the codebar team with a physical challenge event. Whether you are a runner, swimmer, or cyclist, sign up with our registration form for your desired event and raise vital funds to help keep our events running. If your event does not appear below, feel free to <a href='mailto:%{email}'>drop us an email</a> and we would be happy to coordinate with you."
521528
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
522529
codebar_stories_podcast:
523530
image_alt: codebar stories banner
524531
opening: codebar Stories is a new podcast brought to you by codebar, we'll be smashing down the belief that tech isn't for you by sharing real-life stories from members of our community who have transitioned into a new career in tech.
525-
contact_us_html: "Sponsoring codebar Stories offers you a unique opportunity to connect with a diverse, engaged audience within the tech community. As a podcast dedicated to empowering underrepresented groups through coding education, your brand will align with our values of diversity, inclusivity, and social impact. Through sponsorship, you'll gain visibility, build positive PR, and demonstrate your commitment to fostering the next generation of tech talent, all while supporting a meaningful cause. Sound good? Please drop us an email <a href='mailto:[email protected]'>[email protected]</a>."
526-
532+
contact_us_html: "Sponsoring codebar Stories offers you a unique opportunity to connect with a diverse, engaged audience within the tech community. As a podcast dedicated to empowering underrepresented groups through coding education, your brand will align with our values of diversity, inclusivity, and social impact. Through sponsorship, you'll gain visibility, build positive PR, and demonstrate your commitment to fostering the next generation of tech talent, all while supporting a meaningful cause. Sound good? Please drop us an email <a href='mailto:%{email}'>[email protected]</a>."
527533

528534
admin:
529535
dashboard:

config/locales/en.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ en:
8989
students_explanation_p2: "Join our vibrant community and take part in our workshops!"
9090
students_button: "Join us as a student"
9191
coaches_title: "Coaches"
92-
coaches_explanation_p1: "We encourage new students to start with our <a href='http://tutorials.codebar.io'>tutorials</a> on HTML/CSS, JavaScript, Ruby, Python, or Git, while also helping them grasp key programming concepts."
92+
coaches_explanation_p1: "We encourage new students to start with our <a href='%{link}'>tutorials</a> on HTML/CSS, JavaScript, Ruby, Python, or Git, while also helping them grasp key programming concepts."
9393
coaches_explanation_p2: "That’s why we’re always looking for more developers to join our community and coach at our workshops."
9494
coaches_button: "Join us as a coach"
9595
workshop_title: "Workshops"
@@ -340,9 +340,9 @@ en:
340340
sign_up_as_coach: "Join us as a coach"
341341
code_of_conduct: "code of conduct"
342342
new:
343-
intro_html: "We provide a welcoming, inclusive, and supportive learning environment, with a strict zero-tolerance policy for any form of harassment or inappropriate behavior. Please take a moment to review our <a href='https://codebar.io/code-of-conduct'>code of conduct</a> before signing up."
343+
intro_html: "We provide a welcoming, inclusive, and supportive learning environment, with a strict zero-tolerance policy for any form of harassment or inappropriate behavior. Please take a moment to review our <a href='%{link}'>code of conduct</a> before signing up."
344344
students:
345-
intro_html: "If you’re interested in attending as a student, be sure to check our <a href='https://codebar.io/student-guide#eligibility'>eligibility criteria</a>. Our workshops and events are exclusively for women, non-binary, LGBTQ+ members, and people from underrepresented minority groups."
345+
intro_html: "If you’re interested in attending as a student, be sure to check our <a href='%{link}'>eligibility criteria</a>. Our workshops and events are exclusively for women, non-binary, LGBTQ+ members, and people from underrepresented minority groups."
346346
github: "When you click the sign-up button, you'll be redirected to GitHub. After logging in with your GitHub account, you'll return to the codebar website. If you don’t have an account yet, creating one is quick and easy—and it will be useful as you begin your coding journey!"
347347
invitations: "Invitations are sent out periodically, so don't worry if you don't receive one as soon as you register."
348348
terms_and_conditions:
@@ -628,12 +628,12 @@ en:
628628
link: Email us to become a volunteer
629629
fundraise:
630630
title: Fundraise
631-
description_html: "Join the codebar team with a physical challenge event. Whether you are a runner, swimmer, or cyclist, sign up with our registration form for your desired event and raise vital funds to help keep our events running. If your event does not appear below, feel free to <a href='mailto:[email protected]'>drop us an email</a> and we would be happy to coordinate with you."
631+
description_html: "Join the codebar team with a physical challenge event. Whether you are a runner, swimmer, or cyclist, sign up with our registration form for your desired event and raise vital funds to help keep our events running. If your event does not appear below, feel free to <a href='mailto:%{email}'>drop us an email</a> and we would be happy to coordinate with you."
632632
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
633633
codebar_stories_podcast:
634634
image_alt: codebar stories banner
635635
opening: codebar Stories is a new podcast brought to you by codebar, we'll be smashing down the belief that tech isn't for you by sharing real-life stories from members of our community who have transitioned into a new career in tech.
636-
contact_us_html: "Sponsoring codebar Stories offers you a unique opportunity to connect with a diverse, engaged audience within the tech community. As a podcast dedicated to empowering underrepresented groups through coding education, your brand will align with our values of diversity, inclusivity, and social impact. Through sponsorship, you'll gain visibility, build positive PR, and demonstrate your commitment to fostering the next generation of tech talent, all while supporting a meaningful cause. Sound good? Please drop us an email <a href='mailto:[email protected]'>[email protected]</a>."
636+
contact_us_html: "Sponsoring codebar Stories offers you a unique opportunity to connect with a diverse, engaged audience within the tech community. As a podcast dedicated to empowering underrepresented groups through coding education, your brand will align with our values of diversity, inclusivity, and social impact. Through sponsorship, you'll gain visibility, build positive PR, and demonstrate your commitment to fostering the next generation of tech talent, all while supporting a meaningful cause. Sound good? Please drop us an email <a href='mailto:%{email}'>[email protected]</a>."
637637

638638
admin:
639639
dashboard:
@@ -785,4 +785,3 @@ en:
785785
image_alt: "Give as you Live logo"
786786
services:
787787
donations: https://codebar.enthuse.com/donate/#!/
788-

config/locales/en_AU.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ en-AU:
5555
students_explanation_p2: Join our vibrant community and take part in our workshops!"
5656
students_button: "Join us as a student"
5757
coaches_title: "Coaches"
58-
coaches_explanation_p1: "We encourage new students to start with our <a href='http://tutorials.codebar.io'>tutorials</a> on HTML/CSS, JavaScript, Ruby, Python, or Git, while also helping them grasp key programming concepts."
58+
coaches_explanation_p1: "We encourage new students to start with our <a href='%{link}'>tutorials</a> on HTML/CSS, JavaScript, Ruby, Python, or Git, while also helping them grasp key programming concepts."
5959
coaches_explanation_p2: "That’s why we’re always looking for more developers to join our community and coach at our workshops."
6060
coaches_button: "Join us as a coach"
6161
workshop_title: "Workshops"
@@ -226,9 +226,9 @@ en-AU:
226226
sign_up_as_coach: "Join as a coach"
227227
code_of_conduct: "code of conduct"
228228
new:
229-
intro_html: "We provide a welcoming, inclusive, and supportive learning environment, with a strict zero-tolerance policy for any form of harassment or inappropriate behavior. Please take a moment to review our <a href='https://codebar.io/code-of-conduct'>code of conduct</a> before signing up."
229+
intro_html: "We provide a welcoming, inclusive, and supportive learning environment, with a strict zero-tolerance policy for any form of harassment or inappropriate behavior. Please take a moment to review our <a href='%{link}'>code of conduct</a> before signing up."
230230
students:
231-
intro_html: "If you’re interested in attending as a student, be sure to check our <a href='https://codebar.io/student-guide#eligibility'>eligibility criteria</a>. Our workshops and events are exclusively for women, non-binary, LGBTQ+ members, and people from underrepresented minority groups."
231+
intro_html: "If you’re interested in attending as a student, be sure to check our <a href='%{link}'>eligibility criteria</a>. Our workshops and events are exclusively for women, non-binary, LGBTQ+ members, and people from underrepresented minority groups."
232232
github: "When you click the sign-up button, you'll be redirected to GitHub. After logging in with your GitHub account, you'll return to the codebar website. If you don’t have an account yet, creating one is quick and easy—and it will be useful as you begin your coding journey!"
233233
invitations: "Invitations are sent out periodically, so don't worry if you don't receive one as soon as you register."
234234
footer:
@@ -481,12 +481,12 @@ en-AU:
481481
link: Email us to become a volunteer
482482
fundraise:
483483
title: Fundraise
484-
description_html: "Join the codebar team with a physical challenge event. Whether you are a runner, swimmer, or cyclist, sign up with our registration form for your desired event and raise vital funds to help keep our events running. If your event does not appear below, feel free to <a href='mailto:[email protected]'>drop us an email</a> and we would be happy to coordinate with you."
484+
description_html: "Join the codebar team with a physical challenge event. Whether you are a runner, swimmer, or cyclist, sign up with our registration form for your desired event and raise vital funds to help keep our events running. If your event does not appear below, feel free to <a href='mailto:%{email}'>drop us an email</a> and we would be happy to coordinate with you."
485485
image_alt: A Black British woman crosses the finish line at the Hackney Half Marathon in London in a shower of confetti while spectators cheer her on.
486486
codebar_stories_podcast:
487487
image_alt: codebar stories banner
488488
opening: codebar Stories is a new podcast brought to you by codebar, we'll be smashing down the belief that tech isn't for you by sharing real-life stories from members of our community who have transitioned into a new career in tech.
489-
contact_us: "Sponsoring codebar Stories offers you a unique opportunity to connect with a diverse, engaged audience within the tech community. As a podcast dedicated to empowering underrepresented groups through coding education, your brand will align with our values of diversity, inclusivity, and social impact. Through sponsorship, you'll gain visibility, build positive PR, and demonstrate your commitment to fostering the next generation of tech talent, all while supporting a meaningful cause. Sound good? Please drop us an email <a href='mailto:[email protected]'>[email protected]</a>."
489+
contact_us_html: "Sponsoring codebar Stories offers you a unique opportunity to connect with a diverse, engaged audience within the tech community. As a podcast dedicated to empowering underrepresented groups through coding education, your brand will align with our values of diversity, inclusivity, and social impact. Through sponsorship, you'll gain visibility, build positive PR, and demonstrate your commitment to fostering the next generation of tech talent, all while supporting a meaningful cause. Sound good? Please drop us an email <a href='mailto:%{email}'>[email protected]</a>."
490490

491491
admin:
492492
dashboard:

0 commit comments

Comments
 (0)