// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file has been automatically generated. Please do not edit it manually.
// To regenerate the file, use:
// dart dev/tools/gen_localizations.dart --overwrite
import 'dart:collection';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:intl/intl.dart' as intl;
import '../material_localizations.dart';
// The classes defined here encode all of the translations found in the
// `flutter_localizations/lib/src/l10n/*.arb` files.
//
// These classes are constructed by the [getTranslation] method at the bottom of
// this file, and used by the [_MaterialLocalizationsDelegate.load] method defined
// in `flutter_localizations/lib/src/material_localizations.dart`.
/// The translations for Arabic (`ar`).
class MaterialLocalizationAr extends GlobalMaterialLocalizations {
/// Create an instance of the translation bundle for Arabic.
///
/// For details on the meaning of the arguments, see [GlobalMaterialLocalizations].
const MaterialLocalizationAr({
String localeName = 'ar',
@required intl.DateFormat fullYearFormat,
@required intl.DateFormat mediumDateFormat,
@required intl.DateFormat longDateFormat,
@required intl.DateFormat yearMonthFormat,
@required intl.NumberFormat decimalFormat,
@required intl.NumberFormat twoDigitZeroPaddedFormat,
}) : super(
localeName: localeName,
fullYearFormat: fullYearFormat,
mediumDateFormat: mediumDateFormat,
longDateFormat: longDateFormat,
yearMonthFormat: yearMonthFormat,
decimalFormat: decimalFormat,
twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat,
);
@override
String get aboutListTileTitleRaw => r'حول "$applicationName"';
@override
String get alertDialogLabel => r'تنبيه';
@override
String get anteMeridiemAbbreviation => r'ص';
@override
String get backButtonTooltip => r'رجوع';
@override
String get cancelButtonLabel => r'إلغاء';
@override
String get closeButtonLabel => r'إغلاق';
@override
String get closeButtonTooltip => r'إغلاق';
@override
String get collapsedIconTapHint => r'توسيع';
@override
String get continueButtonLabel => r'متابعة';
@override
String get copyButtonLabel => r'نسخ';
@override
String get cutButtonLabel => r'قص';
@override
String get deleteButtonTooltip => r'حذف';
@override
String get dialogLabel => r'مربع حوار';
@override
String get drawerLabel => r'قائمة تنقل';
@override
String get expandedIconTapHint => r'تصغير';
@override
String get hideAccountsLabel => r'إخفاء الحسابات';
@override
String get licensesPageTitle => r'التراخيص';
@override
String get modalBarrierDismissLabel => r'رفض';
@override
String get nextMonthTooltip => r'الشهر التالي';
@override
String get nextPageTooltip => r'الصفحة التالية';
@override
String get okButtonLabel => r'حسنًا';
@override
String get openAppDrawerTooltip => r'فتح قائمة التنقل';
@override
String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount';
@override
String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا';
@override
String get pasteButtonLabel => r'لصق';
@override
String get popupMenuLabel => r'قائمة منبثقة';
@override
String get postMeridiemAbbreviation => r'م';
@override
String get previousMonthTooltip => r'الشهر السابق';
@override
String get previousPageTooltip => r'الصفحة السابقة';
@override
String get refreshIndicatorSemanticLabel => r'TBD';
@override
String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية';
@override
String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا';
@override
String get remainingTextFieldCharacterCountOne => r'حرف واحد متبقٍ';
@override
String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ';
@override
String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان';
@override
String get remainingTextFieldCharacterCountZero => r'لا أحرف متبقية';
@override
String get reorderItemDown => r'نقل لأسفل';
@override
String get reorderItemLeft => r'نقل لليمين';
@override
String get reorderItemRight => r'نقل لليسار';
@override
String get reorderItemToEnd => r'نقل إلى نهاية القائمة';
@override
String get reorderItemToStart => r'نقل إلى بداية القائمة';
@override
String get reorderItemUp => r'نقل لأعلى';
@override
String get rowsPerPageTitle => r'عدد الصفوف في الصفحة:';
@override
ScriptCategory get scriptCategory => ScriptCategory.tall;
@override
String get searchFieldLabel => r'بحث';
@override
String get selectAllButtonLabel => r'اختيار الكل';
@override
String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر';
@override
String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا';
@override
String get selectedRowCountTitleOne => r'تم اختيار عنصر واحد';
@override
String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر';
@override
String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)';
@override
String get selectedRowCountTitleZero => r'لم يتم اختيار أي عنصر';
@override
String get showAccountsLabel => r'إظهار الحسابات';
@override
String get showMenuTooltip => r'عرض القائمة';
@override
String get signedInLabel => r'تم تسجيل الدخول';
@override
String get tabLabelRaw => r'علامة التبويب $tabIndex من $tabCount';
@override
TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a;
@override
String get timePickerHourModeAnnouncement => r'اختيار الساعات';
@override
String get timePickerMinuteModeAnnouncement => r'اختيار الدقائق';
@override
String get viewLicensesButtonLabel => r'الاطّلاع على التراخيص';
}
/// The translations for Bulgarian (`bg`).
class MaterialLocalizationBg extends GlobalMaterialLocalizations {
/// Create an instance of the translation bundle for Bulgarian.
///
/// For details on the meaning of the arguments, see [GlobalMaterialLocalizations].
const MaterialLocalizationBg({
String localeName = 'bg',
@required intl.DateFormat fullYearFormat,
@required intl.DateFormat mediumDateFormat,
@required intl.DateFormat longDateFormat,
@required intl.DateFormat yearMonthFormat,
@required intl.NumberFormat decimalFormat,
@required intl.NumberFormat twoDigitZeroPaddedFormat,
}) : super(
localeName: localeName,
fullYearFormat: fullYearFormat,
mediumDateFormat: mediumDateFormat,
longDateFormat: longDateFormat,
yearMonthFormat: yearMonthFormat,
decimalFormat: decimalFormat,
twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat,
);
@override
String get aboutListTileTitleRaw => r'Всичко за $applicationName';
@override
String get alertDialogLabel => r'Сигнал';
@override
String get anteMeridiemAbbreviation => r'AM';
@override
String get backButtonTooltip => r'Назад';
@override
String get cancelButtonLabel => r'ОТКАЗ';
@override
String get closeButtonLabel => r'ЗАТВАРЯНЕ';
@override
String get closeButtonTooltip => r'Затваряне';
@override
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
本项目是一款利用Flutter框架构建的移动应用快速开发设计源码,涵盖2906个文件,包括1659个Dart代码文件、272个PNG图片资源、152个模板文件等,支持多种编程语言,如MATLAB、Java、C等。该项目致力于简化移动应用开发过程,提高开发效率。
资源推荐
资源详情
资源评论
收起资源包目录
基于Flutter框架的移动应用快速开发设计源码 (2000个子文件)
AUTHORS 1KB
overrides.css 2KB
snippets.css 2KB
localizations.dart 355KB
date_localizations.dart 317KB
search_ellipsis.g.dart 256KB
ellipsis_search.g.dart 256KB
basic.dart 215KB
view_list.g.dart 208KB
framework.dart 204KB
list_view.g.dart 190KB
icons.dart 182KB
event_add.g.dart 165KB
add_event.g.dart 163KB
proxy_box.dart 153KB
semantics.dart 139KB
object.dart 134KB
text_field_test.dart 108KB
input_decorator.dart 104KB
box.dart 97KB
widget_inspector.dart 95KB
widget_inspector_test.dart 93KB
diagnostics.dart 86KB
home_menu.g.dart 83KB
menu_home.g.dart 81KB
navigator.dart 76KB
chip.dart 75KB
text.dart 75KB
draggable_test.dart 75KB
input_decorator_test.dart 74KB
nav_bar.dart 74KB
scaffold.dart 70KB
sliver.dart 70KB
colors.dart 67KB
viewport.dart 67KB
matchers.dart 64KB
tabs_test.dart 64KB
layer.dart 61KB
binding.dart 61KB
nested_scroll_view.dart 60KB
chip_test.dart 57KB
editable_text_test.dart 57KB
mock_canvas.dart 56KB
dialog.dart 56KB
routes.dart 56KB
time_picker.dart 55KB
scroll_view.dart 54KB
update_packages.dart 52KB
diagnostics_test.dart 51KB
app.dart 50KB
widgets_test.dart 50KB
implicit_animations.dart 50KB
heroes_test.dart 50KB
close_menu.g.dart 50KB
menu_close.g.dart 49KB
menu_arrow.g.dart 49KB
arrow_menu.g.dart 49KB
vmservice.dart 49KB
sliver.dart 48KB
theme_data.dart 48KB
app_bar_test.dart 47KB
platform_view_test.dart 47KB
date_picker.dart 47KB
slider_test.dart 47KB
velocity_tracker_data.dart 46KB
velocity_tracker_data.dart 46KB
tabs.dart 46KB
reorderable_list_test.dart 45KB
editable.dart 45KB
scaffold_test.dart 44KB
segmented_control_test.dart 44KB
table.dart 43KB
list_wheel_scroll_view_test.dart 43KB
shifted_box.dart 43KB
flutter_platform.dart 42KB
row_test.dart 42KB
editable_text.dart 41KB
flex.dart 40KB
refresh_test.dart 39KB
nav_bar_transition_test.dart 39KB
action_sheet.dart 39KB
binding.dart 39KB
driver.dart 39KB
sliver_semantics_test.dart 38KB
play_pause.g.dart 38KB
pause_play.g.dart 38KB
create_test.dart 38KB
slider.dart 37KB
list_wheel_scroll_view.dart 37KB
slider_theme.dart 36KB
gradient.dart 36KB
app_bar.dart 36KB
date_picker.dart 36KB
dialog_test.dart 36KB
accessibility_test.dart 36KB
custom_paint.dart 36KB
list_wheel_viewport.dart 36KB
dropdown_test.dart 36KB
slivers_test.dart 36KB
mergeable_material_test.dart 35KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
lsx202406
- 粉丝: 2244
- 资源: 5546
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- js-leetcode题解之158-read-n-characters-given-read4-ii-call
- js-leetcode题解之157-read-n-characters-given-read4.js
- js-leetcode题解之156-binary-tree-upside-down.js
- js-leetcode题解之155-min-stack.js
- js-leetcode题解之154-find-minimum-in-rotated-sorted-array-ii.js
- js-leetcode题解之153-find-minimum-in-rotated-sorted-array.js
- js-leetcode题解之152-maximum-product-subarray.js
- js-leetcode题解之151-reverse-words-in-a-string.js
- js-leetcode题解之150-evaluate-reverse-polish-notation.js
- js-leetcode题解之149-max-points-on-a-line.js
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功