Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Nov 21, 2023
1 parent 86c3729 commit 997ec38
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ translations:
# first steps
- key: resources.first_steps
t: Phương pháp học tập đầu tiên
- key: resources.first_steps.description
- key: resources.first_steps.question
t: Khi mới bắt đầu, ban đầu bạn học viết code như thế nào?
- key: resources.first_steps.others
t: Phương pháp học đầu tiên khác
Expand All @@ -1414,7 +1414,7 @@ translations:
# blogs & magazines
- key: resources.blogs_news_magazines
t: Blog & Tạp chí
- key: resources.blogs_news_magazines.description
- key: resources.blogs_news_magazines.question
t: Bạn đọc những blog/tạp chí/v.v. nào?
- key: resources.blogs_news_magazines.others
t: Blog & Tạp chí khác
Expand All @@ -1426,7 +1426,7 @@ translations:
# sites & courses
- key: resources.sites_courses
t: Trang web & khóa học
- key: resources.sites_courses.description
- key: resources.sites_courses.question
t: Những trang web/khóa học/v.v. nào bạn tham khảo?
- key: resources.sites_courses.others
t: Trang web & khóa học khác
Expand All @@ -1438,7 +1438,7 @@ translations:
# podcasts
- key: resources.podcasts
t: Podcast
- key: resources.podcasts.description
- key: resources.podcasts.question
t: Bạn nghe những podcast nào liên quan đến lập trình?
- key: resources.podcasts.others
t: Podcast khác
Expand Down Expand Up @@ -1468,7 +1468,7 @@ translations:
# other surveys
- key: resources.other_surveys
t: Khảo sát khác
- key: resources.other_surveys.description
- key: resources.other_surveys.question
t: Những cuộc khảo sát nào khác cho nhà phát triển mà bạn tham gia?
- key: resources.other_surveys.others
t: Những cuộc khảo sát nào khác không được liệt kê ở trên
Expand All @@ -1481,7 +1481,7 @@ translations:
- key: user_info.other_surveys
aliasFor: resources.other_surveys
- key: user_info.other_surveys.question
aliasFor: resources.other_surveys.description
aliasFor: resources.other_surveys.question

# video creators
- key: resources.video_creators
Expand Down
10 changes: 5 additions & 5 deletions legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ translations:
# first steps
- key: resources.first_steps
t: Phương pháp học tập đầu tiên
- key: resources.first_steps.description
- key: resources.first_steps.question
t: Khi mới bắt đầu, ban đầu bạn học viết code như thế nào?
- key: resources.first_steps.others
t: Phương pháp học đầu tiên khác
Expand All @@ -1039,7 +1039,7 @@ translations:
# blogs & magazines
- key: resources.blogs_news_magazines
t: Blog & Tạp chí
- key: resources.blogs_news_magazines.description
- key: resources.blogs_news_magazines.question
t: Bạn đọc những blog/tạp chí/v.v. nào?
- key: resources.blogs_news_magazines.others
t: Blog & Tạp chí khác
Expand All @@ -1049,7 +1049,7 @@ translations:
# sites & courses
- key: resources.sites_courses
t: Trang web & khóa học
- key: resources.sites_courses.description
- key: resources.sites_courses.question
t: Những trang web/khóa học/v.v. nào bạn tham khảo?
- key: resources.sites_courses.others
t: Trang web & khóa học khác
Expand All @@ -1059,7 +1059,7 @@ translations:
# podcasts
- key: resources.podcasts
t: Podcast
- key: resources.podcasts.description
- key: resources.podcasts.question
t: Bạn nghe những podcast nào liên quan đến lập trình?
- key: resources.podcasts.others
t: Podcast khác
Expand All @@ -1085,7 +1085,7 @@ translations:
# other surveys
- key: resources.other_surveys
t: Khảo sát khác
- key: resources.other_surveys.description
- key: resources.other_surveys.question
t: Những cuộc khảo sát nào khác cho nhà phát triển mà bạn tham gia?
- key: resources.other_surveys.others
t: Những cuộc khảo sát nào khác không được liệt kê ở trên
10 changes: 5 additions & 5 deletions state_of_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ translations:

- key: usage.js_app_patterns
t: Application Patterns
- key: usage.js_app_patterns.description
- key: usage.js_app_patterns.question
t: Which of the following architecture and rendering patterns have you used **in the last year**?
- key: usage.js_app_patterns.others
t: Other App Patterns
Expand All @@ -832,19 +832,19 @@ translations:

- key: usage.js_ts_balance
t: JavaScript/TypeScript Balance
- key: usage.js_ts_balance.description
- key: usage.js_ts_balance.question
t: How do you divide your time between writing JavaScript and TypeScript code?

- key: tools_others.edge_runtimes
t: JavaScript Edge/Serverless Runtimes
- key: tools_others.edge_runtimes.description
- key: tools_others.edge_runtimes.question
t: Which edge or serverless runtimes do you regularly use?
- key: tools_others.edge_runtimes.others
t: Other Edge Runtimes

- key: usage.usage_type
t: JavaScript Usage
- key: usage.usage_type.description
- key: usage.usage_type.question
t: In what context do you primarily use JavaScript?
- key: usage.usage_type.others
t: Other Usages
Expand All @@ -856,7 +856,7 @@ translations:

- key: usage.industry_sector_js
aliasFor: usage.industry_sector
- key: usage.industry_sector_js.description
- key: usage.industry_sector_js.question
t: Which industry sector(s) are you using JavaScript in?
- key: usage.industry_sector_js.others
aliasFor: usage.industry_sector.others
Expand Down

0 comments on commit 997ec38

Please sign in to comment.