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
@@ -303,6 +305,30 @@ abstract class AppLocalizations {
303
305
/// **'Content'**
304
306
Stringget app_tokens_color_content_label;
305
307
308
+
/// No description provided for @app_tokens_elevation_label.
309
+
///
310
+
/// In en, this message translates to:
311
+
/// **'Elevation'**
312
+
Stringget app_tokens_elevation_label;
313
+
314
+
/// No description provided for @app_tokens_elevation_description_text.
315
+
///
316
+
/// In en, this message translates to:
317
+
/// **'Shadows are used to give the impression of distance or elevation between surfaces, which adds depth to our designs.'**
318
+
Stringget app_tokens_elevation_description_text;
319
+
320
+
/// No description provided for @app_tokens_opacity_label.
321
+
///
322
+
/// In en, this message translates to:
323
+
/// **'Opacity'**
324
+
Stringget app_tokens_opacity_label;
325
+
326
+
/// No description provided for @app_tokens_opacity_description_text.
327
+
///
328
+
/// In en, this message translates to:
329
+
/// **'Opacity can help distinguish foreground elements from background elements, making content easier to read and important actions more noticeable.'**
330
+
Stringget app_tokens_opacity_description_text;
331
+
306
332
/// No description provided for @app_components_common_layout_label.
307
333
///
308
334
/// In en, this message translates to:
@@ -369,30 +395,6 @@ abstract class AppLocalizations {
369
395
/// **'Icon'**
370
396
Stringget app_components_button_icon_a11y;
371
397
372
-
/// No description provided for @app_tokens_elevation_label.
373
-
///
374
-
/// In en, this message translates to:
375
-
/// **'Elevation'**
376
-
Stringget app_tokens_elevation_label;
377
-
378
-
/// No description provided for @app_tokens_elevation_description_text.
379
-
///
380
-
/// In en, this message translates to:
381
-
/// **'Shadows are used to give the impression of distance or elevation between surfaces, which adds depth to our designs.'**
382
-
Stringget app_tokens_elevation_description_text;
383
-
384
-
/// No description provided for @app_tokens_opacity_label.
385
-
///
386
-
/// In en, this message translates to:
387
-
/// **'Opacity'**
388
-
Stringget app_tokens_opacity_label;
389
-
390
-
/// No description provided for @app_tokens_opacity_description_text.
391
-
///
392
-
/// In en, this message translates to:
393
-
/// **'Opacity can help distinguish foreground elements from background elements, making content easier to read and important actions more noticeable.'**
394
-
Stringget app_tokens_opacity_description_text;
395
-
396
398
/// No description provided for @app_about_name_label.
397
399
///
398
400
/// In en, this message translates to:
@@ -422,6 +424,12 @@ abstract class AppLocalizations {
422
424
/// In en, this message translates to:
423
425
/// **'Changelog'**
424
426
Stringget app_about_changelog_label;
427
+
428
+
/// No description provided for @app_about_appSettings_label.
Stringget app_tokens_color_description_text =>'يعزز اللون هوية علامتنا التجارية ويضمن الاتساق في تجربة المستخدم عبر جميع المنتجات. الرموز الدلالية الموضحة هنا هي التي ينبغي استخدامها عند بناء تطبيقات الجوال.';
Stringget app_tokens_elevation_description_text =>'تُستخدم الظلال لإعطاء انطباع بالمسافة أو الارتفاع بين الأسطح، مما يضيف عمقًا لتصميماتنا.';
121
+
122
+
@override
123
+
Stringget app_tokens_opacity_label =>'العتامة';
124
+
125
+
@override
126
+
Stringget app_tokens_opacity_description_text =>'يمكن أن تساعد العتامة في التمييز بين عناصر المقدمة وعناصر الخلفية، مما يجعل المحتوى أسهل في القراءة والإجراءات المهمة أكثر وضوحًا.';
0 commit comments