Skip to content

Commit dbf3d20

Browse files
committed
feat: add better wording
1 parent d0fd465 commit dbf3d20

File tree

1 file changed

+55
-9
lines changed

1 file changed

+55
-9
lines changed

locale-en-US/rn2024.yml

Lines changed: 55 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,12 @@ translations:
619619
######################################################
620620
######### STATE MANAGEMENT #########
621621
######################################################
622+
623+
- key: sections.state_management.title
624+
t: State management
625+
- key: sections.state_management.description
626+
t: What state management solutions do you use in your React Native apps?
627+
622628
- key: state_management.intro_message
623629
t: |
624630
This next part of the survey is about sharing your experiences with various libraries that address the most fundamental challenges of React Native apps.
@@ -630,10 +636,8 @@ translations:
630636
631637
Also, if you want to tell us more about any of your choices, just click the <strong>Add a comment</strong> button!
632638
633-
- key: sections.state_management.title
634-
t: State management
635-
- key: sections.state_management.description
636-
t: What state management solutions do you regularly use in your React Native apps?
639+
To provide additional context and facilitate understanding, each state management solution is accompanied by a code sample demonstrating a basic counter implementation, including state access and increment functionality.
640+
637641
- key: state_management.state_management_others.question
638642
t: Other state management solutions
639643
- key: state_management.state_management_others.description
@@ -647,7 +651,7 @@ translations:
647651
- key: state_management.state_management_storage
648652
t: On-device storage
649653
- key: state_management.state_management_storage.question
650-
t: What on-device storage solutions do you regularly use in your React Native apps?
654+
t: What on-device storage solutions do you use in your React Native apps?
651655
- key: state_management.state_management_pain_points.description
652656
t:
653657
What pain points have you encountered with state management in your React Native projects?
@@ -668,7 +672,12 @@ translations:
668672
- key: sections.data_fetching.title
669673
t: Data fetching
670674
- key: sections.data_fetching.description
671-
t: What data fetching solutions (accessing remote data) do you regularly use in your React Native apps?
675+
t: What data fetching solutions (accessing remote data) do you use in your React Native apps?
676+
677+
- key: data_fetching.intro_message
678+
t: |
679+
To provide additional context and facilitate understanding, each data fetching solution is accompanied by a code sample demonstrating a basic usage.
680+
672681
- key: data_fetching.data_fetching_others.question
673682
t: Other data fetching solutions
674683
- key: data_fetching.data_fetching_others.description
@@ -692,7 +701,7 @@ translations:
692701
- key: sections.navigation.title
693702
t: Navigation
694703
- key: sections.navigation.description
695-
t: What navigation solutions do you regularly use in your React Native apps?
704+
t: What navigation solutions do you use in your React Native apps?
696705
- key: navigation.navigation_others.question
697706
t: Other navigation solutions
698707
- key: navigation.navigation_others.description
@@ -710,13 +719,23 @@ translations:
710719
- key: navigation.navigation_experience
711720
t: Navigation Experience & Sentiment
712721

722+
- key: navigation.navigation_app_architecture_pattern_file_based_routing
723+
t: Filed-based routing pattern
724+
- key: navigation.navigation_app_architecture_pattern_file_based_routing.question
725+
t: Are you familiar with file-based routing architecture pattern?
726+
713727
######################################################
714728
######### STYLING #########
715729
######################################################
716730
- key: sections.styling.title
717731
t: Styling
718732
- key: sections.styling.description
719-
t: What styling techniques do you regularly use in your React Native apps?
733+
t: What styling techniques do you use in your React Native apps?
734+
735+
- key: styling.intro_message
736+
t: |
737+
To provide additional context and facilitate understanding, each styling technique is accompanied by a code sample demonstrating a basic usage.
738+
720739
- key: styling.styling_techniques_other.question
721740
t: Other styling solutions
722741
- key: styling.styling_techniques_other.description
@@ -770,7 +789,7 @@ translations:
770789
- key: sections.component_libraries.title
771790
t: Components libraries
772791
- key: sections.component_libraries.description
773-
t: What UI components libraries do you regularly use in your React Native apps?
792+
t: What UI components libraries do you use in your React Native apps?
774793
- key: component_libraries.component_libraries_others.question
775794
t: Other component libraries solutions
776795
- key: component_libraries.component_libraries_others.description
@@ -1010,6 +1029,33 @@ translations:
10101029
- key: options.dev_tools_js_ts.8
10111030
t: "100% TS"
10121031

1032+
- key: dev_tools.dev_tools_ai_generated_code_balance
1033+
t: AI code generation
1034+
- key: dev_tools.dev_tools_ai_generated_code_balance.question
1035+
t: What proportion of the code you produce is AI-generated?
1036+
- key: dev_tools.dev_tools_ai_generated_code_balance.prompt
1037+
t: What percentage of your code comes from AI suggestions or copy-pasting AI-generated code (ChatGPT, Copilot, etc)?
1038+
1039+
# slider
1040+
- key: options.dev_tools_ai_generated_code_balance.0
1041+
t: 0% AI
1042+
- key: options.dev_tools_ai_generated_code_balance.1
1043+
t: "|"
1044+
- key: options.dev_tools_ai_generated_code_balance.2
1045+
t: "|"
1046+
- key: options.dev_tools_ai_generated_code_balance.3
1047+
t: "|"
1048+
- key: options.dev_tools_ai_generated_code_balance.4
1049+
t: "50%"
1050+
- key: options.dev_tools_ai_generated_code_balance.5
1051+
t: "|"
1052+
- key: options.dev_tools_ai_generated_code_balance.6
1053+
t: "|"
1054+
- key: options.dev_tools_ai_generated_code_balance.7
1055+
t: "|"
1056+
- key: options.dev_tools_ai_generated_code_balance.8
1057+
t: 100% AI
1058+
10131059
- key: dev_tools.dev_tools_package_managers
10141060
t: Package managers
10151061
- key: dev_tools.dev_tools_package_managers.question

0 commit comments

Comments
 (0)