Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Apr 25, 2024
1 parent a095135 commit 6cf945b
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 1 deletion.
30 changes: 30 additions & 0 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,21 @@ translations:
- key: options.sentiment.negative.label
t: Negative Sentiment

- key: options.sentiment.never_heard.positive.label
aliasFor: followups.sentiment_interested
- key: options.sentiment.never_heard.negative.label
aliasFor: followups.sentiment_not_interested

- key: options.sentiment.heard.positive.label
aliasFor: followups.sentiment_interested
- key: options.sentiment.heard.negative.label
aliasFor: followups.sentiment_not_interested

- key: options.sentiment.used.positive.label
aliasFor: followups.sentiment_positive_experience
- key: options.sentiment.used.negative.label
aliasFor: followups.sentiment_negative_experience

- key: options.sentiment.positive.label.short
t: Positive
- key: options.sentiment.neutral.label.short
Expand All @@ -428,6 +443,21 @@ translations:
- key: options.sentiment.negative.short
aliasFor: options.sentiment.negative.label.short

- key: options.sentiment.never_heard.positive.label.short
aliasFor: followups.sentiment_interested
- key: options.sentiment.never_heard.negative.label.short
aliasFor: followups.sentiment_not_interested

- key: options.sentiment.heard.positive.label.short
aliasFor: followups.sentiment_interested
- key: options.sentiment.heard.negative.label.short
aliasFor: followups.sentiment_not_interested

- key: options.sentiment.used.positive.label.short
aliasFor: followups.sentiment_positive_experience
- key: options.sentiment.used.negative.label.short
aliasFor: followups.sentiment_negative_experience

- key: options.sentiment.positive.description
t: Respondents who are interested in learning more about a technology; or are willing to use it again.
- key: options.sentiment.neutral.description
Expand Down
9 changes: 8 additions & 1 deletion results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ translations:
- key: charts.freeform_data
t: Freeform Data
- key: charts.freeform_data.description
t: Data gathered from answers submitted through a freeform textfield
t: Data gathered through a freeform text field

- key: charts.tick.links
t: Links
Expand Down Expand Up @@ -971,6 +971,13 @@ translations:
- key: comments.share
t: Share Comment

- key: comments.filter.experience
t: "Experience: "
- key: comments.filter.sentiment
t: "Sentiment: "
- key: comments.filter.all
t: All

###########################################################################
# Sharing
###########################################################################
Expand Down
58 changes: 58 additions & 0 deletions state_of_html_2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,61 @@ translations:
With all this out of the day, welcome to the results for the first ever State of HTML survey.
After this, I'm willing to bet you won't look at good old HTML quite the same way ever again!
###########################################################################
# Tshirt
###########################################################################

- key: sections.tshirt.title
t: T-shirt

- key: sections.tshirt.description
t: |
## Support the Survey With the State of HTML T-Shirt
Do you miss the the good old days of the mid-90s, when HTML was king and VHS tape covers featured futuristic, colorful artwork?
The bad news is that even with 2024's technology, you can't yet go back in time to relive those glory days. But what you *can* do is wear this awesome original retro t-shirt, designed by none other than the talented Christopher Kirk-Nielsen.
- key: tshirt.about
t: About the T-shirt

- key: tshirt.description
t: |
We use a high-quality, super-soft tri-blend shirt with a slim fit printed by our partners at Cotton Bureau.
- key: tshirt.getit
t: Get It

- key: tshirt.price
t: USD $32 + shipping

- key: tshirt.designer.heading
t: About the Designer

- key: tshirt.designer.name
t: Christopher Kirk-Nielsen

- key: tshirt.designer.bio
t: |
Originally from France but now based in the United States, Chris is not just an amazing front-end developer, but also a talented illustrator who specializes in retro visuals. In fact, we encourage you to also check out his [other t-shirt designs](https://chriskirknielsen.com/designs)!
###########################################################################
# Sections Introductions
###########################################################################

- key: sections.user_info.description.html2023
t: |
Welcome to the State of HTML survey results. This first-ever edition reached **20,904** participants from all around the world.
- key: sections.features.description.html2023
t: |
Wondering which front-end features are the most used, most beloved, or most hated? We've got you covered.
# - key: sections.forms.description.html2023
# t: |
# Forms play a key role in any web app, by letting users send data back to the server. So it makes sense that respondents had quite a few things to say about them.

# - key: sections.interactivity.description.html2023
# t: |
# Despite being abstracted away by many JavaScript frameworks, APIs for adding DOM interaction and interactivity remain an important part of the developer's toolbox.

0 comments on commit 6cf945b

Please sign in to comment.