Skip to content

Commit d39e2bb

Browse files
authored
Check in new diffs to material localizations (flutter#44736)
Updates localizations to match what is now generated. It's unclear what caused the change: it didn't happen because of a flutter PR change, so we're still looking for where the source of the non-determinism is. In the meantime, this will fix the build.
1 parent 99055c7 commit d39e2bb

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -17907,19 +17907,19 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh {
1790717907
);
1790817908

1790917909
@override
17910-
String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個';
17910+
String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)';
1791117911

1791217912
@override
1791317913
String get showAccountsLabel => r'顯示帳戶';
1791417914

1791517915
@override
17916-
String get modalBarrierDismissLabel => r'拒絕';
17916+
String get modalBarrierDismissLabel => r'關閉';
1791717917

1791817918
@override
1791917919
String get hideAccountsLabel => r'隱藏帳戶';
1792017920

1792117921
@override
17922-
String get signedInLabel => r'已登入';
17922+
String get signedInLabel => r'已登入帳戶';
1792317923

1792417924
@override
1792517925
String get openAppDrawerTooltip => r'開啟導覽選單';
@@ -17946,16 +17946,16 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh {
1794617946
String get showMenuTooltip => r'顯示選單';
1794717947

1794817948
@override
17949-
String get aboutListTileTitleRaw => r'關於$applicationName';
17949+
String get aboutListTileTitleRaw => r'關於$applicationName';
1795017950

1795117951
@override
1795217952
String get licensesPageTitle => r'授權';
1795317953

1795417954
@override
17955-
String get pageRowsInfoTitleRaw => r'第 $firstRow $lastRow 列,共 $rowCount 列';
17955+
String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)';
1795617956

1795717957
@override
17958-
String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow $lastRow 列,共約 $rowCount 列';
17958+
String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)';
1795917959

1796017960
@override
1796117961
String get rowsPerPageTitle => r'每頁列數:';
@@ -17991,10 +17991,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh {
1799117991
String get viewLicensesButtonLabel => r'查看授權';
1799217992

1799317993
@override
17994-
String get timePickerHourModeAnnouncement => r'揀選小時';
17994+
String get timePickerHourModeAnnouncement => r'選取小時數';
1799517995

1799617996
@override
17997-
String get timePickerMinuteModeAnnouncement => r'揀選分鐘';
17997+
String get timePickerMinuteModeAnnouncement => r'選取分鐘數';
1799817998

1799917999
@override
1800018000
String get drawerLabel => r'導覽選單';
@@ -18006,16 +18006,16 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh {
1800618006
String get dialogLabel => r'對話方塊';
1800718007

1800818008
@override
18009-
String get alertDialogLabel => r'通知';
18009+
String get alertDialogLabel => r'快訊';
1801018010

1801118011
@override
1801218012
String get searchFieldLabel => r'搜尋';
1801318013

1801418014
@override
18015-
String get reorderItemToStart => r'移到開頭';
18015+
String get reorderItemToStart => r'移至開頭';
1801618016

1801718017
@override
18018-
String get reorderItemToEnd => r'移到最後';
18018+
String get reorderItemToEnd => r'移至結尾';
1801918019

1802018020
@override
1802118021
String get reorderItemUp => r'向上移';
@@ -18036,10 +18036,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh {
1803618036
String get collapsedIconTapHint => r'展開';
1803718037

1803818038
@override
18039-
String get remainingTextFieldCharacterCountOne => r'尚餘 1 個字元';
18039+
String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元';
1804018040

1804118041
@override
18042-
String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元';
18042+
String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元';
1804318043

1804418044
@override
1804518045
String get refreshIndicatorSemanticLabel => r'重新整理';
@@ -18067,69 +18067,69 @@ class MaterialLocalizationZhHantHk extends MaterialLocalizationZhHant {
1806718067
decimalFormat: decimalFormat,
1806818068
twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat,
1806918069
);
18070-
}
18071-
18072-
/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`).
18073-
class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant {
18074-
/// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script.
18075-
///
18076-
/// For details on the meaning of the arguments, see [GlobalMaterialLocalizations].
18077-
const MaterialLocalizationZhHantTw({
18078-
String localeName = 'zh_Hant_TW',
18079-
@required intl.DateFormat fullYearFormat,
18080-
@required intl.DateFormat mediumDateFormat,
18081-
@required intl.DateFormat longDateFormat,
18082-
@required intl.DateFormat yearMonthFormat,
18083-
@required intl.NumberFormat decimalFormat,
18084-
@required intl.NumberFormat twoDigitZeroPaddedFormat,
18085-
}) : super(
18086-
localeName: localeName,
18087-
fullYearFormat: fullYearFormat,
18088-
mediumDateFormat: mediumDateFormat,
18089-
longDateFormat: longDateFormat,
18090-
yearMonthFormat: yearMonthFormat,
18091-
decimalFormat: decimalFormat,
18092-
twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat,
18093-
);
1809418070

1809518071
@override
18096-
String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)';
18072+
String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個';
1809718073

1809818074
@override
18099-
String get modalBarrierDismissLabel => r'關閉';
18075+
String get modalBarrierDismissLabel => r'拒絕';
1810018076

1810118077
@override
18102-
String get signedInLabel => r'已登入帳戶';
18078+
String get signedInLabel => r'已登入';
1810318079

1810418080
@override
18105-
String get aboutListTileTitleRaw => r'關於$applicationName';
18081+
String get aboutListTileTitleRaw => r'關於$applicationName';
1810618082

1810718083
@override
18108-
String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)';
18084+
String get pageRowsInfoTitleRaw => r'第 $firstRow $lastRow 列,共 $rowCount 列';
1810918085

1811018086
@override
18111-
String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)';
18087+
String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow $lastRow 列,共約 $rowCount 列';
1811218088

1811318089
@override
18114-
String get timePickerHourModeAnnouncement => r'選取小時數';
18090+
String get timePickerHourModeAnnouncement => r'揀選小時';
1811518091

1811618092
@override
18117-
String get timePickerMinuteModeAnnouncement => r'選取分鐘數';
18093+
String get timePickerMinuteModeAnnouncement => r'揀選分鐘';
1811818094

1811918095
@override
18120-
String get alertDialogLabel => r'快訊';
18096+
String get alertDialogLabel => r'通知';
1812118097

1812218098
@override
18123-
String get reorderItemToStart => r'移至開頭';
18099+
String get reorderItemToStart => r'移到開頭';
1812418100

1812518101
@override
18126-
String get reorderItemToEnd => r'移至結尾';
18102+
String get reorderItemToEnd => r'移到最後';
1812718103

1812818104
@override
18129-
String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元';
18105+
String get remainingTextFieldCharacterCountOne => r'尚餘 1 個字元';
1813018106

1813118107
@override
18132-
String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元';
18108+
String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元';
18109+
}
18110+
18111+
/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`).
18112+
class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant {
18113+
/// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script.
18114+
///
18115+
/// For details on the meaning of the arguments, see [GlobalMaterialLocalizations].
18116+
const MaterialLocalizationZhHantTw({
18117+
String localeName = 'zh_Hant_TW',
18118+
@required intl.DateFormat fullYearFormat,
18119+
@required intl.DateFormat mediumDateFormat,
18120+
@required intl.DateFormat longDateFormat,
18121+
@required intl.DateFormat yearMonthFormat,
18122+
@required intl.NumberFormat decimalFormat,
18123+
@required intl.NumberFormat twoDigitZeroPaddedFormat,
18124+
}) : super(
18125+
localeName: localeName,
18126+
fullYearFormat: fullYearFormat,
18127+
mediumDateFormat: mediumDateFormat,
18128+
longDateFormat: longDateFormat,
18129+
yearMonthFormat: yearMonthFormat,
18130+
decimalFormat: decimalFormat,
18131+
twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat,
18132+
);
1813318133
}
1813418134

1813518135
/// The translations for Zulu (`zu`).

0 commit comments

Comments
 (0)