Skip to content

Commit 6e55533

Browse files
committed
add strings
1 parent a4279e5 commit 6e55533

4 files changed

Lines changed: 55 additions & 0 deletions

File tree

common.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@ translations:
306306
# Sections
307307
###########################################################################
308308

309+
- key: sections.overview.title
310+
t: Overview
311+
309312
- key: sections.user_info.title
310313
t: About You
311314
- key: sections.user_info.description

js2025.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,37 @@ translations:
5151
t: When will the results be released?
5252
- key: faq.results_released_js2025.description
5353
t: The survey will run from October 1 to November 1, 2025, and the survey results will be released shortly after.
54+
55+
###########################################################################
56+
# Overview
57+
###########################################################################
58+
59+
- key: overview_1_frontend_fatigue.js2025
60+
t: |
61+
### 1. Front-end Frameworks
62+
## Front-end Fatigue
63+
64+
- key: overview_2_whats_next.js2025
65+
t: |
66+
### 2. Meta Frameworks
67+
## What's Next?
68+
69+
- key: overview_3_back_in_business.js2025
70+
t: |
71+
### 3. Back-end Frameworks
72+
## Back in Business
73+
74+
- key: overview_4_build_it.js2025
75+
t: |
76+
### 4. Build Tools
77+
## Build it and They Will Come
78+
79+
- key: overview_5_static_typing.js2025
80+
t: |
81+
### 5. Language
82+
## Static Shock
83+
84+
- key: overview_6_other_languages.js2025
85+
t: |
86+
### 6. Ecosystem
87+
## Multilingual Movement

results.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,9 @@ translations:
761761
- key: tools.technology
762762
t: Technology
763763

764+
- key: tools.all_sections
765+
t: All Sections
766+
764767
###########################################################################
765768
# Blocks
766769
###########################################################################

state_of_js.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,12 @@ translations:
10011001
aliases:
10021002
- other_tools.non_js_languages_features.prompt
10031003
1004+
- key: other_tools.non_js_languages_features_top_features
1005+
t: Non-JavaScript Features
1006+
1007+
- key: other_tools.non_js_languages_features_top_languages
1008+
t: Non-JavaScript Features by Language
1009+
10041010
- key: tools.javascript_flavors
10051011
t: JavaScript Flavors
10061012
- key: tools.javascript_flavors.question
@@ -1419,6 +1425,12 @@ translations:
14191425
- key: options.build_step_advantages.environment_support.description
14201426
t: Support for environment variables, different configurations, etc.
14211427

1428+
- key: options.build_step_advantages.all_of_the_above
1429+
t: All of the above
1430+
1431+
- key: options.build_step_advantages.no_advantages
1432+
t: No advantages
1433+
14221434
# edge_runtimes
14231435

14241436
- key: tools.edge_runtimes
@@ -1498,6 +1510,9 @@ translations:
14981510
- key: options.native_types_proposal.jsdoc_types.description
14991511
t: JSDoc-like types written as code comments.
15001512

1513+
- key: options.native_types_proposal.no_opinion
1514+
t: No opinion
1515+
15011516
- key: usage.js_new_features
15021517
t: New Proposals
15031518
aliases:

0 commit comments

Comments
 (0)