Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Feb 17, 2025
1 parent 5d611b0 commit d5f014b
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 6 deletions.
21 changes: 21 additions & 0 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,27 @@ translations:
t: Yes, unrelated field

# employment_status

- key: user_info.employment_status
t: Employment Status
- key: user_info.employment_status.question
t: What is your current employment status?

- key: options.employment_status.employed_full_time
t: Employed, full-time
- key: options.employment_status.freelance
t: Independent contractor, freelancer, or self-employed
- key: options.employment_status.employed_part_time
t: Employed, part-time
- key: options.employment_status.student_full_time
t: Student, full-time
- key: options.employment_status.student_part_time
t: Student, part-time
- key: options.employment_status.looking_for_job
t: Not employed, but looking for work
- key: options.employment_status.not_employed_not_looking
t: Not employed, and not looking for work

- key: options.employment_status.full_time
t: Full-time
- key: options.employment_status.student
Expand Down
2 changes: 1 addition & 1 deletion homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ translations:
- key: calendar.no_editions
t: No surveys.
- key: calendar.give_feedback
t: Share feedback
t: Suggest questions
- key: calendar.take_survey
t: Take survey →
- key: calendar.view_results
Expand Down
3 changes: 3 additions & 0 deletions react2024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ translations:
- key: general.results.description
t: The 2024 edition of the annual survey about the latest trends in the React ecosystem.

- key: general.react2024.ai2025_banner
t: Take the State of Web Dev AI survey and help us figure out AI's impact on the web! →

###########################################################################
# Introduction
###########################################################################
Expand Down
3 changes: 3 additions & 0 deletions results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ translations:
t: >
This survey was distributed primarily through online platforms, each of which carry their own inherent demographic biases. As such, it is representative of the makeup of these specific communities, and may not be representative of the developer community at large.
- key: results.ongoing_survey
t: Open Now

###########################################################################
# Tabs
###########################################################################
Expand Down
51 changes: 46 additions & 5 deletions state_of_devs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ translations:
- key: sections.hobbies.prompt
t: Your other passions.

# employment_status
- key: career.employment_status
aliasFor: user_info.employment_status
- key: career.employment_status.question
aliasFor: user_info.employment_status.question

# how_many_jobs
- key: career.how_many_jobs
t: Job Count
- key: career.how_many_jobs.question
t: How many companies have you worked for up to now?
- key: career.how_many_jobs.question.prompt
t: Only including programming jobs.

# career_issues

- key: career.career_issues
Expand Down Expand Up @@ -111,6 +125,31 @@ translations:
- key: career.past_year_meetups_events.question
t: How many meetups & local events have you attended in the past year?

- key: options.past_year_conferences.range_0
t: None
aliases:
- options.past_year_meetups_events.range_0
- key: options.past_year_conferences.range_1
t: 1
aliases:
- options.past_year_meetups_events.range_1
- key: options.past_year_conferences.range_2_5
t: 2-5
aliases:
- options.past_year_meetups_events.range_2_5
- key: options.past_year_conferences.range_6_10
t: 6-10
aliases:
- options.past_year_meetups_events.range_6_10
- key: options.past_year_conferences.range_11_15
t: 11-15
aliases:
- options.past_year_meetups_events.range_11_15
- key: options.past_year_conferences.range_more_than_15
t: More than 15
aliases:
- options.past_year_meetups_events.range_more_than_15

# WORKPLACE

- key: workplace.remote_work_policy
Expand Down Expand Up @@ -402,10 +441,12 @@ translations:
- key: worldview.left_right.question
t: Where do you place yourself on the left vs right political axis?

- key: options.left_right.0.description
t: Far left
- key: options.left_right.8.description
t: Far right
- key: options.left_right.0
t: Far Left
- key: options.left_right.4
t: Center
- key: options.left_right.8
t: Far Right

- key: worldview.global_issues
t: Global Issues
Expand Down Expand Up @@ -480,7 +521,7 @@ translations:
# hobbies

- key: hobbies.physical_activity
t: Physical Activities
t: Physical Activity
- key: hobbies.physical_activity.question
t: Which of the following physical activites do you practice regularly? (once a week or more)

Expand Down

0 comments on commit d5f014b

Please sign in to comment.