Back integrate translations from TC (#162274)

This PR is to:
* Add Tibetan and Uighur for Flutter
* Update translations

Fixes: #155879

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
This commit is contained in:
Qun Cheng 2025-01-29 13:33:42 -08:00 committed by GitHub
parent 522eda00ca
commit 26310567ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 1708 additions and 8 deletions

View File

@ -0,0 +1,31 @@
{
"datePickerHourSemanticsLabelOne": "$hour ཆུ་ཚོད།",
"datePickerHourSemanticsLabelOther": "$hour ཆུ་ཚོད།",
"datePickerMinuteSemanticsLabelOne": "སྐར་མ། 1",
"datePickerMinuteSemanticsLabelOther": "$minuteསྐར་མ་དུ་མ།",
"datePickerDateOrder": "mdy",
"datePickerDateTimeOrder": "date_time_dayPeriod",
"anteMeridiemAbbreviation": "སྔ་དྲོ",
"postMeridiemAbbreviation": "ཕྱི་དྲོ།",
"todayLabel": "དེ་རིང་།",
"alertDialogLabel": "བརྡ་ལན།",
"tabSemanticsLabel": "རྗེས་གནོན། $tabIndex / $tabCount",
"timerPickerHourLabelOne": "ཆུ་ཚོད།",
"timerPickerHourLabelOther": "ཆུ་ཚོད་དུ་མ།",
"timerPickerMinuteLabelOne": "སྐར་མ།",
"timerPickerMinuteLabelOther": "སྐར་མ།",
"timerPickerSecondLabelOne": "སྐར་ཆ།",
"timerPickerSecondLabelOther": "སྐར་ཆ།",
"cutButtonLabel": "གཅོད།",
"copyButtonLabel": "བཤུས།",
"pasteButtonLabel": "འཕོས་པ།",
"clearButtonLabel": "གཙང་བཟོ།",
"selectAllButtonLabel": "ཚང་འདེམས།",
"lookUpButtonLabel": "འཚོལ་བ།",
"searchWebButtonLabel": "དྲ་ཐོག་འཚོལ་བཤེར།",
"shareButtonLabel": "མཉམ་སྤྱོད།…",
"noSpellCheckReplacementsLabel": "བརྗེས་ལེན་མ་རྙེད།",
"searchTextFieldPlaceholderLabel": "འཚོལ་བཤེར།",
"modalBarrierDismissLabel": "འདོར་བ།",
"menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།"
}

View File

@ -21,7 +21,7 @@
"selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి",
"tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్",
"modalBarrierDismissLabel": "విస్మరించు",
"searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి",
"searchTextFieldPlaceholderLabel": "సెర్చ్",
"noSpellCheckReplacementsLabel": "రీప్లేస్‌మెంట్‌లు ఏవీ కనుగొనబడలేదు",
"menuDismissLabel": "మెనూను తీసివేయండి",
"lookUpButtonLabel": "వెతకండి",

View File

@ -0,0 +1,31 @@
{
"datePickerHourSemanticsLabelOne": "سائەت $hour",
"datePickerHourSemanticsLabelOther": "سائەت $hour",
"datePickerMinuteSemanticsLabelOne": "1 مىنۇت",
"datePickerMinuteSemanticsLabelOther": "$minute مىنۇت",
"datePickerDateOrder": "mdy",
"datePickerDateTimeOrder": "date_time_dayPeriod",
"anteMeridiemAbbreviation": "چۈشتىن بۇرۇن",
"postMeridiemAbbreviation": "چۈشتىن كېيىن",
"todayLabel": "بۈگۈن",
"alertDialogLabel": "ئاگاھلاندۇرۇش",
"tabSemanticsLabel": "جەمئىي $tabCount بەتكۈچ، $tabIndex",
"timerPickerHourLabelOne": "سائەت",
"timerPickerHourLabelOther": "سائەت",
"timerPickerMinuteLabelOne": "مىنۇت",
"timerPickerMinuteLabelOther": "مىنۇت",
"timerPickerSecondLabelOne": "سېكۇنت",
"timerPickerSecondLabelOther": "سېكۇنت",
"cutButtonLabel": "كېسىش",
"copyButtonLabel": "كۆچۈرۈش",
"pasteButtonLabel": "چاپلاش",
"clearButtonLabel": "تازىلاش",
"selectAllButtonLabel": "ھەممىنى تاللاش",
"lookUpButtonLabel": "ئىزدەش",
"searchWebButtonLabel": "توردا ئىزدەش",
"shareButtonLabel": "ئورتاقلىشىش...",
"noSpellCheckReplacementsLabel": "مۇۋاپىق ئۆزگەرتىش تېپىلمىدى",
"searchTextFieldPlaceholderLabel": "ئىزدەش",
"modalBarrierDismissLabel": "يېپىش",
"menuDismissLabel": "تىزىملىكنى يېپىش"
}

View File

@ -1351,6 +1351,172 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations {
String get todayLabel => 'আজ';
}
/// The translations for Tibetan (`bo`).
class CupertinoLocalizationBo extends GlobalCupertinoLocalizations {
/// Create an instance of the translation bundle for Tibetan.
///
/// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations].
const CupertinoLocalizationBo({
super.localeName = 'bo',
required super.fullYearFormat,
required super.dayFormat,
required super.weekdayFormat,
required super.mediumDateFormat,
required super.singleDigitHourFormat,
required super.singleDigitMinuteFormat,
required super.doubleDigitMinuteFormat,
required super.singleDigitSecondFormat,
required super.decimalFormat,
});
@override
String get alertDialogLabel => 'བརྡ་ལན།';
@override
String get anteMeridiemAbbreviation => 'སྔ་དྲོ';
@override
String get clearButtonLabel => 'གཙང་བཟོ།';
@override
String get copyButtonLabel => 'བཤུས།';
@override
String get cutButtonLabel => 'གཅོད།';
@override
String get datePickerDateOrderString => 'mdy';
@override
String get datePickerDateTimeOrderString => 'date_time_dayPeriod';
@override
String? get datePickerHourSemanticsLabelFew => null;
@override
String? get datePickerHourSemanticsLabelMany => null;
@override
String? get datePickerHourSemanticsLabelOne => r'$hour ཆུ་ཚོད།';
@override
String get datePickerHourSemanticsLabelOther => r'$hour ཆུ་ཚོད།';
@override
String? get datePickerHourSemanticsLabelTwo => null;
@override
String? get datePickerHourSemanticsLabelZero => null;
@override
String? get datePickerMinuteSemanticsLabelFew => null;
@override
String? get datePickerMinuteSemanticsLabelMany => null;
@override
String? get datePickerMinuteSemanticsLabelOne => 'སྐར་མ། 1';
@override
String get datePickerMinuteSemanticsLabelOther => r'$minuteསྐར་མ་དུ་མ།';
@override
String? get datePickerMinuteSemanticsLabelTwo => null;
@override
String? get datePickerMinuteSemanticsLabelZero => null;
@override
String get lookUpButtonLabel => 'འཚོལ་བ།';
@override
String get menuDismissLabel => 'ཐོ་གཞུང་འདོར་བ།';
@override
String get modalBarrierDismissLabel => 'འདོར་བ།';
@override
String get noSpellCheckReplacementsLabel => 'བརྗེས་ལེན་མ་རྙེད།';
@override
String get pasteButtonLabel => 'འཕོས་པ།';
@override
String get postMeridiemAbbreviation => 'ཕྱི་དྲོ།';
@override
String get searchTextFieldPlaceholderLabel => 'འཚོལ་བཤེར།';
@override
String get searchWebButtonLabel => 'དྲ་ཐོག་འཚོལ་བཤེར།';
@override
String get selectAllButtonLabel => 'ཚང་འདེམས།';
@override
String get shareButtonLabel => 'མཉམ་སྤྱོད།…';
@override
String get tabSemanticsLabelRaw => r'རྗེས་གནོན། $tabIndex / $tabCount';
@override
String? get timerPickerHourLabelFew => null;
@override
String? get timerPickerHourLabelMany => null;
@override
String? get timerPickerHourLabelOne => 'ཆུ་ཚོད།';
@override
String get timerPickerHourLabelOther => 'ཆུ་ཚོད་དུ་མ།';
@override
String? get timerPickerHourLabelTwo => null;
@override
String? get timerPickerHourLabelZero => null;
@override
String? get timerPickerMinuteLabelFew => null;
@override
String? get timerPickerMinuteLabelMany => null;
@override
String? get timerPickerMinuteLabelOne => 'སྐར་མ།';
@override
String get timerPickerMinuteLabelOther => 'སྐར་མ།';
@override
String? get timerPickerMinuteLabelTwo => null;
@override
String? get timerPickerMinuteLabelZero => null;
@override
String? get timerPickerSecondLabelFew => null;
@override
String? get timerPickerSecondLabelMany => null;
@override
String? get timerPickerSecondLabelOne => 'སྐར་ཆ།';
@override
String get timerPickerSecondLabelOther => 'སྐར་ཆ།';
@override
String? get timerPickerSecondLabelTwo => null;
@override
String? get timerPickerSecondLabelZero => null;
@override
String get todayLabel => 'དེ་རིང་།';
}
/// The translations for Bosnian (`bs`).
class CupertinoLocalizationBs extends GlobalCupertinoLocalizations {
/// Create an instance of the translation bundle for Bosnian.
@ -12824,7 +12990,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations {
String get postMeridiemAbbreviation => 'PM';
@override
String get searchTextFieldPlaceholderLabel => 'సెర్చ్ చేయి';
String get searchTextFieldPlaceholderLabel => 'సెర్చ్';
@override
String get searchWebButtonLabel => 'వెబ్‌లో సెర్చ్ చేయండి';
@ -13394,6 +13560,172 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations {
String get todayLabel => 'Bugün';
}
/// The translations for Uighur Uyghur (`ug`).
class CupertinoLocalizationUg extends GlobalCupertinoLocalizations {
/// Create an instance of the translation bundle for Uighur Uyghur.
///
/// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations].
const CupertinoLocalizationUg({
super.localeName = 'ug',
required super.fullYearFormat,
required super.dayFormat,
required super.weekdayFormat,
required super.mediumDateFormat,
required super.singleDigitHourFormat,
required super.singleDigitMinuteFormat,
required super.doubleDigitMinuteFormat,
required super.singleDigitSecondFormat,
required super.decimalFormat,
});
@override
String get alertDialogLabel => 'ئاگاھلاندۇرۇش';
@override
String get anteMeridiemAbbreviation => 'چۈشتىن بۇرۇن';
@override
String get clearButtonLabel => 'تازىلاش';
@override
String get copyButtonLabel => 'كۆچۈرۈش';
@override
String get cutButtonLabel => 'كېسىش';
@override
String get datePickerDateOrderString => 'mdy';
@override
String get datePickerDateTimeOrderString => 'date_time_dayPeriod';
@override
String? get datePickerHourSemanticsLabelFew => null;
@override
String? get datePickerHourSemanticsLabelMany => null;
@override
String? get datePickerHourSemanticsLabelOne => r'سائەت $hour';
@override
String get datePickerHourSemanticsLabelOther => r'سائەت $hour';
@override
String? get datePickerHourSemanticsLabelTwo => null;
@override
String? get datePickerHourSemanticsLabelZero => null;
@override
String? get datePickerMinuteSemanticsLabelFew => null;
@override
String? get datePickerMinuteSemanticsLabelMany => null;
@override
String? get datePickerMinuteSemanticsLabelOne => '1 مىنۇت';
@override
String get datePickerMinuteSemanticsLabelOther => r'$minute مىنۇت';
@override
String? get datePickerMinuteSemanticsLabelTwo => null;
@override
String? get datePickerMinuteSemanticsLabelZero => null;
@override
String get lookUpButtonLabel => 'ئىزدەش';
@override
String get menuDismissLabel => 'تىزىملىكنى يېپىش';
@override
String get modalBarrierDismissLabel => 'يېپىش';
@override
String get noSpellCheckReplacementsLabel => 'مۇۋاپىق ئۆزگەرتىش تېپىلمىدى';
@override
String get pasteButtonLabel => 'چاپلاش';
@override
String get postMeridiemAbbreviation => 'چۈشتىن كېيىن';
@override
String get searchTextFieldPlaceholderLabel => 'ئىزدەش';
@override
String get searchWebButtonLabel => 'توردا ئىزدەش';
@override
String get selectAllButtonLabel => 'ھەممىنى تاللاش';
@override
String get shareButtonLabel => 'ئورتاقلىشىش...';
@override
String get tabSemanticsLabelRaw => r'جەمئىي $tabCount بەتكۈچ، $tabIndex';
@override
String? get timerPickerHourLabelFew => null;
@override
String? get timerPickerHourLabelMany => null;
@override
String? get timerPickerHourLabelOne => 'سائەت';
@override
String get timerPickerHourLabelOther => 'سائەت';
@override
String? get timerPickerHourLabelTwo => null;
@override
String? get timerPickerHourLabelZero => null;
@override
String? get timerPickerMinuteLabelFew => null;
@override
String? get timerPickerMinuteLabelMany => null;
@override
String? get timerPickerMinuteLabelOne => 'مىنۇت';
@override
String get timerPickerMinuteLabelOther => 'مىنۇت';
@override
String? get timerPickerMinuteLabelTwo => null;
@override
String? get timerPickerMinuteLabelZero => null;
@override
String? get timerPickerSecondLabelFew => null;
@override
String? get timerPickerSecondLabelMany => null;
@override
String? get timerPickerSecondLabelOne => 'سېكۇنت';
@override
String get timerPickerSecondLabelOther => 'سېكۇنت';
@override
String? get timerPickerSecondLabelTwo => null;
@override
String? get timerPickerSecondLabelZero => null;
@override
String get todayLabel => 'بۈگۈن';
}
/// The translations for Ukrainian (`uk`).
class CupertinoLocalizationUk extends GlobalCupertinoLocalizations {
/// Create an instance of the translation bundle for Ukrainian.
@ -14582,6 +14914,7 @@ final Set<String> kCupertinoSupportedLanguages = HashSet<String>.from(const <Str
'be', // Belarusian
'bg', // Bulgarian
'bn', // Bengali Bangla
'bo', // Tibetan
'bs', // Bosnian
'ca', // Catalan Valencian
'cs', // Czech
@ -14646,6 +14979,7 @@ final Set<String> kCupertinoSupportedLanguages = HashSet<String>.from(const <Str
'th', // Thai
'tl', // Tagalog
'tr', // Turkish
'ug', // Uighur Uyghur
'uk', // Ukrainian
'ur', // Urdu
'uz', // Uzbek
@ -14672,6 +15006,7 @@ final Set<String> kCupertinoSupportedLanguages = HashSet<String>.from(const <Str
/// * `be` - Belarusian
/// * `bg` - Bulgarian
/// * `bn` - Bengali Bangla
/// * `bo` - Tibetan
/// * `bs` - Bosnian
/// * `ca` - Catalan Valencian
/// * `cs` - Czech
@ -14736,6 +15071,7 @@ final Set<String> kCupertinoSupportedLanguages = HashSet<String>.from(const <Str
/// * `th` - Thai
/// * `tl` - Tagalog
/// * `tr` - Turkish
/// * `ug` - Uighur Uyghur
/// * `uk` - Ukrainian
/// * `ur` - Urdu
/// * `uz` - Uzbek
@ -14775,6 +15111,8 @@ GlobalCupertinoLocalizations? getCupertinoTranslation(
return CupertinoLocalizationBg(fullYearFormat: fullYearFormat, dayFormat: dayFormat, weekdayFormat: weekdayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat);
case 'bn':
return CupertinoLocalizationBn(fullYearFormat: fullYearFormat, dayFormat: dayFormat, weekdayFormat: weekdayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat);
case 'bo':
return CupertinoLocalizationBo(fullYearFormat: fullYearFormat, dayFormat: dayFormat, weekdayFormat: weekdayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat);
case 'bs':
return CupertinoLocalizationBs(fullYearFormat: fullYearFormat, dayFormat: dayFormat, weekdayFormat: weekdayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat);
case 'ca':
@ -14989,6 +15327,8 @@ GlobalCupertinoLocalizations? getCupertinoTranslation(
return CupertinoLocalizationTl(fullYearFormat: fullYearFormat, dayFormat: dayFormat, weekdayFormat: weekdayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat);
case 'tr':
return CupertinoLocalizationTr(fullYearFormat: fullYearFormat, dayFormat: dayFormat, weekdayFormat: weekdayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat);
case 'ug':
return CupertinoLocalizationUg(fullYearFormat: fullYearFormat, dayFormat: dayFormat, weekdayFormat: weekdayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat);
case 'uk':
return CupertinoLocalizationUk(fullYearFormat: fullYearFormat, dayFormat: dayFormat, weekdayFormat: weekdayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat);
case 'ur':

View File

@ -0,0 +1,149 @@
{
"openAppDrawerTooltip": "ཕྱོགས་སྟོན་ཐོ་གཞུང་ཁ་ཕྱེ་བ",
"backButtonTooltip": "ཕྱིར་ལོག",
"clearButtonTooltip": "ཡི་གེ་གཙང་བཟོ",
"closeButtonTooltip": "སྒོ་རྒྱག་པ།",
"deleteButtonTooltip": "བསུབ་པ།",
"moreButtonTooltip": "ཇེ་མང་།",
"nextMonthTooltip": "ཟླ་བ་རྗེས་མ།",
"previousMonthTooltip": "ཟླ་བ་སྔོན་མ།",
"nextPageTooltip": "ཤོག་བུ་རྗེས་མ།",
"previousPageTooltip": "ཤོག་བུ་སྔོན་མ།",
"firstPageTooltip": "ཤོག་བུ་ཐོག་མ།",
"lastPageTooltip": "ཤོག་བུ་མཐའ་མ།",
"showMenuTooltip": "ཐོ་གཞུང་སྟོན་པ།",
"scrimLabel": "ཤོག་ཚོས།",
"scriptCategory": "dense",
"timeOfDayFormat": "HH:mm",
"bottomSheetLabel": "ཤོག་ལྷེའི་མཐའ་མཇུག",
"scrimOnTapHint": "སྒོ་རྒྱག་པ།$modalRouteContentName",
"aboutListTileTitle": "སྐོར།$applicationName",
"licensesPageTitle": "ལག་ཁྱེར་ཁག",
"licensesPackageDetailTextOne": "ལག་ཁྱེར། 1",
"licensesPackageDetailTextOther": "$licenseCount ལག་ཁྱེར་ཁག",
"pageRowsInfoTitle": "$firstRow$lastRow of $rowCount",
"pageRowsInfoTitleApproximate": "$firstRow$lastRow སྐོར། $rowCount",
"rowsPerPageTitle": "ཤོག་ལྷེ་རེའི་འཕྲེད་ཐིག:",
"tabLabel": "རྗེས་གནོན། $tabIndex / $tabCount",
"selectedRowCountTitleOne": "ཅ་དངོས་ 1 བདམས་པ།",
"selectedRowCountTitleOther": "$selectedRowCount ཅ་དངོས་དུ་མ་བདམས་པ།",
"cancelButtonLabel": "ཕྱིར་འཐེན།",
"closeButtonLabel": "སྒོ་རྒྱག་པ།",
"continueButtonLabel": "སྒོ་རྒྱག་པ།",
"copyButtonLabel": "བཤུས།",
"cutButtonLabel": "གཅོད།",
"scanTextButtonLabel": "མུ་མཐུད་པ།",
"lookUpButtonLabel": "འཚོལ་བ།",
"searchWebButtonLabel": "དྲ་ཐོག་འཚོལ་བཤེར།",
"shareButtonLabel": "ཡི་གེ་བཤེར་འབེབས།",
"okButtonLabel": "འདོད།",
"pasteButtonLabel": "འཕོས་པ།",
"selectAllButtonLabel": "ཚང་འདེམས།",
"viewLicensesButtonLabel": "ལག་ཁྱེར་ཁག་ལྟ་བ།",
"anteMeridiemAbbreviation": "སྔ་དྲོ",
"postMeridiemAbbreviation": "ཕྱི་དྲོ།",
"timePickerHourModeAnnouncement": "ཆུ་ཚོད་འདེམས་པ།",
"timePickerMinuteModeAnnouncement": "སྐར་མ་འདེམས་པ།",
"modalBarrierDismissLabel": "འདོར་བ།",
"menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།",
"dateSeparator": "/",
"dateHelpText": "ཟླ་བ།/ཉིན།/ལོ།",
"selectYearSemanticsLabel": "ལོ་འདེམས།",
"unspecifiedDate": "ཟླ་ཚེས།",
"unspecifiedDateRange": "ཟླ་ཚེས་ཁྱབ་ཚོད།",
"dateInputLabel": "ཟླ་ཚེས་ནང་འཇུག",
"dateRangeStartLabel": "ཟླ་ཚེས་འགོ་འཛུགས།",
"dateRangeEndLabel": "ཟླ་ཚེས་མཇུག་བསྡུ།",
"dateRangeStartDateSemanticLabel": "ཟླ་ཚེས་འགོ་འཛུགས། $ཟླ་ཚེས་ཆ་ཚང་།",
"dateRangeEndDateSemanticLabel": "ཟླ་ཚེས་མཇུག་བསྡུ། $ཟླ་ཚེས་ཆ་ཚང་།",
"invalidDateFormatLabel": "སྒྲོམ་གཞི་ནོར་འཁྲུལ།",
"invalidDateRangeLabel": "ཁྱབ་ཚོད་ནོར་འཁྲུལ།",
"dateOutOfRangeLabel": "ཁྱབ་ཚོད་ནང་མ་ཚུད།",
"saveButtonLabel": "ཉར་ཚགས།",
"datePickerHelpText": "ཟླ་ཚེས་འདེམས་པ།",
"dateRangePickerHelpText": "ཁྱབ་ཚོད་འདེམས་པ།",
"calendarModeButtonLabel": "ལོ་ཐོར་བསྒྱུར་བ།",
"inputDateModeButtonLabel": "ནང་འཇུག་བསྒྱུར་བ།",
"timePickerDialHelpText": "ཆུ་ཚོད་འདེམས་པ།",
"timePickerInputHelpText": "ཆུ་ཚོད་ནང་འཇུག",
"timePickerHourLabel": "ཆུ་ཚོད།",
"timePickerMinuteLabel": "སྐར་མ།",
"invalidTimeLabel": "ཆུ་ཚོད་ནོར་འཁྲུལ་མེད་པར་ནང་འཇུག",
"dialModeButtonLabel": "ཆུ་ཚོད་འདེམས་སྒྲུག་ལ་བསྒྱུར་བ།",
"inputTimeModeButtonLabel": "ཡི་གེ་ནང་འཇུག་ལ་བསྒྱུར་བ།",
"signedInLabel": "དྲ་འཛུལ་ཟིན།",
"hideAccountsLabel": "ཁ་བྱང་བསྐུང་བ།",
"showAccountsLabel": "ཁ་བྱང་སྟོན་པ།",
"drawerLabel": "ཕྱོགས་སྟོན་ཐོ་གཞུང་།",
"menuBarMenuLabel": "ཐོ་གཞུང་གི་མཐེབ་གནོན་ཐོ་གཞུང་།",
"popupMenuLabel": "བསྐུང་སྟོན་ཐོ་གཞུང་།",
"dialogLabel": "ཟིན་དེབ།",
"alertDialogLabel": "བརྡ་ལན།",
"searchFieldLabel": "འཚོལ་བཤེར།",
"currentDateLabel": "དེ་རིང་།",
"selectedDateLabel": "བདམས་པ།",
"reorderItemToStart": "འགོ་འཛུགས་སར་འགྲོ།",
"reorderItemToEnd": "མཇུག་བསྡུ་སར་འགྲོ།",
"reorderItemUp": "སྒང་ལ་འགྲོ།",
"reorderItemDown": "འོག་ལ་འགྲོ།",
"reorderItemLeft": "གཡོན་ལ་འགྲོ།",
"reorderItemRight": "གཡས་ལ་འགྲོ།",
"expandedIconTapHint": "ཕྱོགས་བསྡུ།",
"collapsedIconTapHint": "ཁྱབ་སྤེལ།",
"expansionTileExpandedHint": "ཕྱོགས་བསྡུའི་ཆེད་ཐེངས་གཉིས་གནོན།",
"expansionTileCollapsedHint": "བཀྲམ་ཆེད་ཐེངས་གཉིས་གནོན།",
"expansionTileExpandedTapHint": "ཕྱོགས་བསྡུ།",
"expansionTileCollapsedTapHint": "ཞིབ་རྒྱས་ཆེད་བཀྲམ་རོགས།",
"expandedHint": "ཕྱོགས་བསྡུས།",
"collapsedHint": "བཀྲམ་ཟིན།",
"remainingTextFieldCharacterCountOne": "ཡིག་འབྲུ་ 1 ལྷག་ལུས།",
"remainingTextFieldCharacterCountOther": "$remainingCount ཡིག་འབྲུ་ལྷག་ལུས།",
"refreshIndicatorSemanticLabel": "བསྐྱར་གསོ།",
"keyboardKeyAlt": "བྱེད་སྒོ་འདེམས་བྱེད་མཐེབ་གནོན་ཨལ་ཊི།",
"keyboardKeyAltGraph": "བྱེད་སྒོ་འདེམས་བྱེད་ཇི་ཨར།",
"keyboardKeyBackspace": "ཕྱིར་འགྲོ །",
"keyboardKeyCapsLock": "ཡིག་ཆེན།",
"keyboardKeyChannelDown": "བརྒྱུད་ལམ་གཤམ།",
"keyboardKeyChannelUp": "བརྒྱུད་ལམ་སྟེང་།",
"keyboardKeyControl": "སྟངས་འཛིན།",
"keyboardKeyDelete": "བསུབ།",
"keyboardKeyEject": "ཕྱིར་འདོན།",
"keyboardKeyEnd": "རྫོགས།",
"keyboardKeyEscape": "ཕྱིར་ཐོན།",
"keyboardKeyFn": "བྱེད་སྒོ།",
"keyboardKeyHome": "ཁྱིམ།",
"keyboardKeyInsert": "ནང་འཛུལ།",
"keyboardKeyMeta": "བརྗེས་སྒྱུར།",
"keyboardKeyMetaMacOs": "བཀའ་རྒྱ།",
"keyboardKeyMetaWindows": "སྒེའུ་ཁུང་།",
"keyboardKeyNumLock": "ཨང་གྲངས་མཐེབ་གནོན།",
"keyboardKeyNumpad1": "ཨང་གྲངས། 1",
"keyboardKeyNumpad2": "ཨང་གྲངས། 2",
"keyboardKeyNumpad3": "ཨང་གྲངས། 3",
"keyboardKeyNumpad4": "ཨང་གྲངས། 4",
"keyboardKeyNumpad5": "ཨང་གྲངས། 5",
"keyboardKeyNumpad6": "ཨང་གྲངས། 6",
"keyboardKeyNumpad7": "ཨང་གྲངས། 7",
"keyboardKeyNumpad8": "ཨང་གྲངས། 8",
"keyboardKeyNumpad9": "ཨང་གྲངས། 9",
"keyboardKeyNumpad0": "ཨང་གྲངས། 0",
"keyboardKeyNumpadAdd": "ཨང་གྲངས། +",
"keyboardKeyNumpadComma": "ཨང་གྲངས། ,",
"keyboardKeyNumpadDecimal": "ཨང་གྲངས། .",
"keyboardKeyNumpadDivide": "ཨང་གྲངས། /",
"keyboardKeyNumpadEnter": "ཨང་གྲངས་ནང་འཇུག",
"keyboardKeyNumpadEqual": "ཨང་གྲངས།=",
"keyboardKeyNumpadMultiply": "ཨང་གྲངས། *",
"keyboardKeyNumpadParenLeft": "ཨང་གྲངས། (",
"keyboardKeyNumpadParenRight": "ཨང་གྲངས། )",
"keyboardKeyNumpadSubtract": "ཨང་གྲངས། -",
"keyboardKeyPageDown": "ཤོག་བུའི་འོག་ཏུ་འགྲོ།",
"keyboardKeyPageUp": "ཤོག་བུའི་སྒང་ལ་འགྲོ།",
"keyboardKeyPower": "གློག་སྤར།",
"keyboardKeyPowerOff": "གློག་གསོད།",
"keyboardKeyPrintScreen": "ཤོག་ངོས་བཤུས།",
"keyboardKeyScrollLock": "གོང་འོག་འགྲོ་བྱེད།",
"keyboardKeySelect": "འདེམས།",
"keyboardKeyShift": "བརྗེ་སྒྱུར་མཐེབ་གནོན་ཤིབ་ཊི།",
"keyboardKeySpace": "བར་སྟོང་།"
}

View File

@ -141,8 +141,8 @@
"bottomSheetLabel": "גיליון תחתון",
"scrimOnTapHint": "סגירת $modalRouteContentName",
"keyboardKeyShift": "Shift",
"expansionTileExpandedHint": "כדי לכווץ, יש להקיש הקשה כפולה",
"expansionTileCollapsedHint": "כדי להרחיב, יש להקיש הקשה כפולה",
"expansionTileExpandedHint": "כדי לכווץ, יש ללחוץ לחיצה כפולה",
"expansionTileCollapsedHint": "כדי להרחיב, יש ללחוץ לחיצה כפולה",
"expansionTileExpandedTapHint": "כיווץ",
"expansionTileCollapsedTapHint": "ניתן להרחיב להצגת פרטים נוספים",
"expandedHint": "מכווץ",

View File

@ -13,7 +13,7 @@
"lastPageTooltip": "ଶେଷ ପୃଷ୍ଠା",
"showMenuTooltip": "ମେନୁ ଦେଖାନ୍ତୁ",
"aboutListTileTitle": "$applicationName ବିଷୟରେ",
"licensesPageTitle": "ଲାଇସେନ୍ସଗୁଡ଼କ",
"licensesPageTitle": "ଲାଇସେନ୍ସ",
"pageRowsInfoTitle": "$rowCountର $firstRow$lastRow",
"pageRowsInfoTitleApproximate": "ପାଖାପାଖି $rowCountର $firstRow$lastRow",
"rowsPerPageTitle": "ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:",

View File

@ -0,0 +1,149 @@
{
"openAppDrawerTooltip": "يېتەكچى تىزىملىكىنى ئېچىىش",
"backButtonTooltip": "قايتىش",
"clearButtonTooltip": "تېكىستنى تازىلاش",
"closeButtonTooltip": "يېپىش",
"deleteButtonTooltip": "ئۆچۈرۈش",
"moreButtonTooltip": "تېخىمۇ كۆپ",
"nextMonthTooltip": "كېيىنكى ئاي",
"previousMonthTooltip": "ئالدىنقى ئاي",
"nextPageTooltip": "كېيىنكى بەت",
"previousPageTooltip": "ئالدىنقى بەت",
"firstPageTooltip": "بىرىنچى بەت",
"lastPageTooltip": "ئاخىرقى بەت",
"showMenuTooltip": "تىزىملىكنى كۆرسىتىش",
"scrimLabel": "Scrim",
"scriptCategory": "tall",
"timeOfDayFormat": "HH:mm",
"bottomSheetLabel": "تۆۋەن جەدۋەل",
"scrimOnTapHint": "$modalRouteContentName نى يېپىش",
"aboutListTileTitle": "$applicationName ھەققىدە",
"licensesPageTitle": "ئىجازەتننامىلەر",
"licensesPackageDetailTextOne": "1 ئىجازەتنامە",
"licensesPackageDetailTextOther": "$licenseCount ئىجازەتنامە",
"pageRowsInfoTitle": "جەمئىي $rowCountقۇر، $lastRow$firstRow",
"pageRowsInfoTitleApproximate": "جەمئىي $rowCountقۇر، $lastRow$firstRow",
"rowsPerPageTitle": "ھەر بەتتىكى قۇر سانى:",
"tabLabel": "جەمئىي $tabCount بەتكۈچ، $tabIndex",
"selectedRowCountTitleOne": "1 ئوبيېكت تاللاندى",
"selectedRowCountTitleOther": "$selectedRowCount ئوبيېكت تاللاندى",
"cancelButtonLabel": "بىكار قىلىش",
"closeButtonLabel": "يېپىش",
"continueButtonLabel": "داۋاملاشتۇرۇش",
"copyButtonLabel": "كۆچۈرۈش",
"cutButtonLabel": "كېسىش",
"scanTextButtonLabel": "تېكىستنى سايىلەش",
"lookUpButtonLabel": "ئىزدەش",
"searchWebButtonLabel": "توردا ئىزدەش",
"shareButtonLabel": "ئورتاقلىشىش",
"okButtonLabel": "ماقۇل",
"pasteButtonLabel": "چاپلاش",
"selectAllButtonLabel": "ھەممىنى تاللاش",
"viewLicensesButtonLabel": "ئىجازەتنامىلەرنى كۆرسىتىش",
"anteMeridiemAbbreviation": "چۈشتىن بۇرۇن",
"postMeridiemAbbreviation": "چۈشتىن كېيىن",
"timePickerHourModeAnnouncement": "سائەت تاللاش",
"timePickerMinuteModeAnnouncement": "مىنۇت تاللاش",
"modalBarrierDismissLabel": "يېپىش",
"menuDismissLabel": "تىزىملىكنى يېپىش",
"dateSeparator": "/",
"dateHelpText": "mm/dd/yyyy",
"selectYearSemanticsLabel": "يىل تاللاش",
"unspecifiedDate": "چېسلا",
"unspecifiedDateRange": "چېسلا دائىرىسى",
"dateInputLabel": "چېسلا كىرگۈزۈش",
"dateRangeStartLabel": "باشلىنىش ۋاقتى",
"dateRangeEndLabel": "ئاخىرلىشىش ۋاقتى",
"dateRangeStartDateSemanticLabel": "باشلىنىش ۋاقتى $fullDate",
"dateRangeEndDateSemanticLabel": "ئاخىرلىشىش ۋاقتى $fullDate",
"invalidDateFormatLabel": "فورمات ئىناۋەتسىز.",
"invalidDateRangeLabel": "دائىرە ئىناۋەتسىز.",
"dateOutOfRangeLabel": "دائىرە سىرتىغا چىقتى.",
"saveButtonLabel": "ساقلاش",
"datePickerHelpText": "چېسلا تاللاش",
"dateRangePickerHelpText": "دائىرە تاللاش",
"calendarModeButtonLabel": "كالېندارغا ئۆتۈش",
"inputDateModeButtonLabel": "خەت كىرگۈزۈشكە ئۆتۈش",
"timePickerDialHelpText": "ۋاقىت تاللاش",
"timePickerInputHelpText": "ۋاقىت كىرگۈزۈش",
"timePickerHourLabel": "سائەت",
"timePickerMinuteLabel": "مىنۇت",
"invalidTimeLabel": "ئىناۋەتلىك بىر ۋاقىت كىرگۈزۈڭ",
"dialModeButtonLabel": "ئىشكالا تاختىسىدا تاللاش ھالىتىگە ئۆتۈش",
"inputTimeModeButtonLabel": "خەت كىرگۈزۈش ھالىتىگە ئۆتۈش",
"signedInLabel": "تىزىملاپ كىردىڭىز",
"hideAccountsLabel": "ھېساباتنى يوشۇرۇش",
"showAccountsLabel": "ھېساباتنى كۆرسىتىش",
"drawerLabel": "يېتەگلىگۈچى تىزىملىكى",
"menuBarMenuLabel": "تىزىملىك بالدىقى تىزىملىكى",
"popupMenuLabel": "سەكرىمە تىزىملىك",
"dialogLabel": "دىئالوگ",
"alertDialogLabel": "ئاگاھلاندۇرۇش",
"searchFieldLabel": "ئىزدەش",
"currentDateLabel": "بۈگۈن",
"selectedDateLabel": "تاللاندى",
"reorderItemToStart": "باشلىنىشقا يۆتكەش",
"reorderItemToEnd": "ئاخىرىغا يۆتكەش",
"reorderItemUp": "يۇقىرىغا يۆتكەش",
"reorderItemDown": "ئاستىغا يۆتكەش",
"reorderItemLeft": "سولغا يۆتكەش",
"reorderItemRight": "ئوڭغا يۆتكەش",
"expandedIconTapHint": "تارايتىش",
"collapsedIconTapHint": "كېڭەيتىش",
"expansionTileExpandedHint": "يىغىش ئۈچۈن قوش چېكىڭ",
"expansionTileCollapsedHint": "يېيىش ئۈچۈن قوش چېكىڭ",
"expansionTileExpandedTapHint": "يىغىش",
"expansionTileCollapsedTapHint": "تېخىمۇ كۆپ تەپسىلاتلار ئۈچۈن يېيىڭ",
"expandedHint": "يىغىلدى",
"collapsedHint": "يېيىلدى",
"remainingTextFieldCharacterCountOne": "1 ھەرپ-بەلگە قالدى",
"remainingTextFieldCharacterCountOther": "$remainingCount ھەرپ-بەلگە قالدى",
"refreshIndicatorSemanticLabel": "يېڭىلاش",
"keyboardKeyAlt": "Alt",
"keyboardKeyAltGraph": "AltGr",
"keyboardKeyBackspace": "Backspace",
"keyboardKeyCapsLock": "Caps Lock",
"keyboardKeyChannelDown": "-CH",
"keyboardKeyChannelUp": "+CH",
"keyboardKeyControl": "Ctrl",
"keyboardKeyDelete": "Del",
"keyboardKeyEject": "Eject",
"keyboardKeyEnd": "End",
"keyboardKeyEscape": "Esc",
"keyboardKeyFn": "Fn",
"keyboardKeyHome": "باشبەت",
"keyboardKeyInsert": "قىستۇرۇش",
"keyboardKeyMeta": "مېتا",
"keyboardKeyMetaMacOs": "بۇيرۇق",
"keyboardKeyMetaWindows": "Win",
"keyboardKeyNumLock": "Num Lock",
"keyboardKeyNumpad1": "Num 1",
"keyboardKeyNumpad2": "Num 2",
"keyboardKeyNumpad3": "Num 3",
"keyboardKeyNumpad4": "Num 4",
"keyboardKeyNumpad5": "Num 5",
"keyboardKeyNumpad6": "Num 6",
"keyboardKeyNumpad7": "Num 7",
"keyboardKeyNumpad8": "Num 8",
"keyboardKeyNumpad9": "Num 9",
"keyboardKeyNumpad0": "Num 0",
"keyboardKeyNumpadAdd": "Num +",
"keyboardKeyNumpadComma": "Num ,",
"keyboardKeyNumpadDecimal": "Num .",
"keyboardKeyNumpadDivide": "Num /",
"keyboardKeyNumpadEnter": "Num Enter",
"keyboardKeyNumpadEqual": "Num =",
"keyboardKeyNumpadMultiply": "Num *",
"keyboardKeyNumpadParenLeft": "Num (",
"keyboardKeyNumpadParenRight": "Num )",
"keyboardKeyNumpadSubtract": "Num -",
"keyboardKeyPageDown": "PgDown",
"keyboardKeyPageUp": "PgUp",
"keyboardKeyPower": "توك",
"keyboardKeyPowerOff": "ئېتىش",
"keyboardKeyPrintScreen": "PrtSc",
"keyboardKeyScrollLock": "Scroll Lock",
"keyboardKeySelect": "تاللاش",
"keyboardKeyShift": "Shift",
"keyboardKeySpace": "بوشلۇق كۇنۇپكىسى"
}