You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/lib/l10n/gen/ouds_flutter_app_localizations.dart
+192Lines changed: 192 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1200,6 +1200,198 @@ abstract class AppLocalizations {
1200
1200
/// **'Next'**
1201
1201
Stringget app_components_link_nextLayout_label;
1202
1202
1203
+
/// No description provided for @app_components_listItem_tech.
1204
+
///
1205
+
/// In en, this message translates to:
1206
+
/// **'List Item'**
1207
+
Stringget app_components_listItem_tech;
1208
+
1209
+
/// No description provided for @app_components_listItem_description_text.
1210
+
///
1211
+
/// In en, this message translates to:
1212
+
/// **'A list item is a horizontal row used to display a unit of information within a list.\\nList items are vertically stacked to organise related content and support quick scanning and interaction.\\nEach item can contain elements such as a label, supporting text, icons, images depending on the context.'**
/// No description provided for @app_components_listItem_static_description_text.
1216
+
///
1217
+
/// In en, this message translates to:
1218
+
/// **'A static list item is a non-interactive horizontal row used to present a unit of information within a structured list.\nIt supports quick scanning and comparison between related items and may include supporting text, leading or trailing content, and status information. It does not navigate, trigger an action, or receive interactive states.'**
/// No description provided for @app_components_listItem_navigation_description_text.
1222
+
///
1223
+
/// In en, this message translates to:
1224
+
/// **'A navigation list item is an interactive horizontal row that takes users to another internal or external destination when activated.\nIt is intended for structured lists where users need to scan and access related destinations quickly. The entire item acts as a single navigation target and supports the required hover, pressed and keyboard focus states.'**
'عنصر القائمة هو صف أفقي يُستخدم لعرض وحدة من المعلومات داخل قائمة.\nيتم تكديس عناصر القائمة عموديًا لتنظيم المحتوى ذي الصلة ودعم التصفح السريع والتفاعل.\nيمكن أن يحتوي كل عنصر على مكونات مثل تسمية، ونص داعم، وأيقونات، وصور حسب السياق.';
'عنصر القائمة الثابت هو صف أفقي غير تفاعلي يُستخدم لعرض وحدة من المعلومات ضمن قائمة منظمة.\nيدعم التصفح السريع والمقارنة بين العناصر ذات الصلة، وقد يتضمن نصًا داعمًا، أو محتوى في البداية أو النهاية، ومعلومات الحالة. لا يتيح التنقل، أو تشغيل إجراء، أو استقبال حالات تفاعلية.';
'عنصر قائمة التنقل هو صف أفقي تفاعلي يأخذ المستخدمين إلى وجهة داخلية أو خارجية عند تفعيله.\nإنه مخصص للقوائم المنظمة حيث يحتاج المستخدمون إلى تصفح الوجهات ذات الصلة والوصول إليها بسرعة. يعمل العنصر بأكمله كهدف تنقل واحد ويدعم حالات التمرير والضغط والتركيز على لوحة المفاتيح المطلوبة.';
0 commit comments