|
51 | 51 |
|
52 | 52 | <!-- Tokens: color --> |
53 | 53 | <string name="app_tokens_color_label">Color</string> |
54 | | - <string name="app_tokens_color_description_text">Colour reinforces our brand identity and ensures consistency across all product experiences. The semantic tokens described are the onse you should use when building a mobile app.</string> |
| 54 | + <string name="app_tokens_color_description_text">Colour reinforces our brand identity and ensures consistency across all product experiences. The semantic tokens described are the ones you should use when building a mobile app.</string> |
55 | 55 | <string name="app_tokens_color_action_label" translatable="false">Action</string> |
56 | 56 | <string name="app_tokens_color_always_label" translatable="false">Always</string> |
57 | 57 | <string name="app_tokens_color_background_label" translatable="false">Background</string> |
|
125 | 125 |
|
126 | 126 | <!-- Components: checkbox --> |
127 | 127 | <string name="app_components_checkbox_label">Checkbox</string> |
128 | | - <string name="app_components_checkbox_description_text">Checkboxes allows users to select one or multiple options from a list, toggle settings on or off, or confirm an action.</string> |
| 128 | + <string name="app_components_checkbox_description_text">Checkboxes allow users to select one or multiple options from a list, toggle settings on or off, or confirm an action.</string> |
129 | 129 | <string name="app_components_checkbox_checkbox_label">Checkbox</string> |
130 | 130 | <string name="app_components_checkbox_checkboxItem_label">Checkbox item</string> |
131 | 131 | <string name="app_components_checkbox_indeterminateCheckbox_label">Indeterminate checkbox</string> |
|
153 | 153 |
|
154 | 154 | <!-- Components: radio button --> |
155 | 155 | <string name="app_components_radioButton_label">Radio button</string> |
156 | | - <string name="app_components_radioButton_description_text">A radio button allows users to select a single option from a set of mutually exclusive choices, typically displayed as a circular input with a label that becomes filled when selected.</string> |
| 156 | + <string name="app_components_radioButton_description_text">Radio buttons allow users to select a single option from a set of mutually exclusive choices, typically displayed as a circular input with a label that becomes filled when selected.</string> |
157 | 157 | <string name="app_components_radioButton_radioButton_label">Radio button</string> |
158 | 158 | <string name="app_components_radioButton_radioButtonItem_label">Radio button item</string> |
159 | 159 | <string name="app_components_radioButton_radioButtonItem_outlined_label">Outlined</string> |
160 | 160 | <string name="app_components_radioButton_radioButtonItem_additionalLabel_label">Additional label</string> |
161 | 161 |
|
162 | 162 | <!-- Components: switch --> |
163 | 163 | <string name="app_components_switch_label">Switch</string> |
164 | | - <string name="app_components_switch_description_text">A switch allows the user to toggle between two states, typically "on" and "off." It is often represented as a button or a slider that changes position or color to indicate the current state. Switches are used to enable or disable features, options, or settings in an intuitive and visual manner.</string> |
| 164 | + <string name="app_components_switch_description_text">Switches allow users to toggle between two states, typically "on" and "off." It is often represented as a button or a slider that changes position or color to indicate the current state. Switches are used to enable or disable features, options, or settings in an intuitive and visual manner.</string> |
165 | 165 | <string name="app_components_switch_switch_label">Switch</string> |
166 | 166 | <string name="app_components_switch_switchItem_label">Switch item</string> |
167 | 167 |
|
|
0 commit comments