|
112 | 112 | <string name="app_components_button_description_text">الأزرار تسمح للمستخدمين باتخاذ قرارات أو أداء إجراء. لها عدة أنماط لتلبية احتياجات مختلفة.</string> |
113 | 113 | <string name="app_components_button_hierarchy_label">التسلسل</string> |
114 | 114 |
|
115 | | - <!-- Components: link --> |
116 | | - <string name="app_components_link_label">رابط</string> |
117 | | - <string name="app_components_link_description_text">تُستخدم الروابط لتوجيه المستخدمين إلى موارد أو أقسام إضافية، سواء كانت داخلية (ضمن نفس التطبيق) أو خارجية (مثل موقع إلكتروني أو مستند).</string> |
118 | | - <string name="app_components_link_backLayout_label">عوده</string> |
119 | | - <string name="app_components_link_nextLayout_label">التالي</string> |
120 | | - <string name="app_components_link_size_label">حجم</string> |
| 115 | + <!-- Components: checkbox --> |
121 | 116 | <string name="app_components_checkbox_label">مربع اختيار</string> |
122 | 117 | <string name="app_components_checkbox_description_text"> تتيح خانات الاختيار للمستخدمين تحديد خيار واحد أو عدة خيارات من قائمة، أو تفعيل/تعطيل إعدادات، أو تأكيد إجراء معين.</string> |
123 | | - |
124 | | - <!-- Components: checkbox --> |
125 | 118 | <string name="app_components_checkbox_checkbox_label">خانة اختيار</string> |
126 | 119 | <string name="app_components_checkbox_checkboxItem_label">عنصر خانة اختيار</string> |
127 | 120 | <string name="app_components_checkbox_indeterminateCheckbox_label">خانة اختيار غير محدد</string> |
|
131 | 124 | <string name="app_components_chip_label">Chip</string> |
132 | 125 | <string name="app_components_chip_description_text">Chips help people enter information, make selections, filter content, or trigger actions.</string> |
133 | 126 | <string name="app_components_chip_filterChip_label">Filter chip</string> |
| 127 | + <string name="app_components_chip_filterChip_filterChip_label">Filter %d</string> |
134 | 128 | <string name="app_components_chip_suggestionChip_label">Suggestion chip</string> |
| 129 | + <string name="app_components_chip_suggestionChip_suggestionChip_label">Suggestion %d</string> |
135 | 130 |
|
136 | 131 | <!-- Components: control item (common strings for checkbox/radio/switch items) --> |
137 | 132 | <string name="app_components_controlItem_helperText_label">نص المساعدة</string> |
|
146 | 141 | <string name="app_components_divider_horizontalDivider_label">فاصل أفقي</string> |
147 | 142 | <string name="app_components_divider_verticalDivider_label">فاصل عمودي</string> |
148 | 143 |
|
| 144 | + <!-- Components: link --> |
| 145 | + <string name="app_components_link_label">رابط</string> |
| 146 | + <string name="app_components_link_description_text">تُستخدم الروابط لتوجيه المستخدمين إلى موارد أو أقسام إضافية، سواء كانت داخلية (ضمن نفس التطبيق) أو خارجية (مثل موقع إلكتروني أو مستند).</string> |
| 147 | + <string name="app_components_link_backLayout_label">عوده</string> |
| 148 | + <string name="app_components_link_nextLayout_label">التالي</string> |
| 149 | + <string name="app_components_link_size_label">حجم</string> |
| 150 | + |
149 | 151 | <!-- Components: radio button --> |
150 | 152 | <string name="app_components_radioButton_label">زر الاختيار</string> |
151 | 153 | <string name="app_components_radioButton_description_text">يُستخدم زر الاختيار لتمكين المستخدم من تحديد خيار واحد فقط من بين مجموعة خيارات حصرية. يُعرض عادةً كدائرة صغيرة مع تسمية، وتُملأ عند التحديد.</string> |
|
0 commit comments