Skip to content

Commit 2631056

Browse files
authored
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.
1 parent 522eda0 commit 2631056

File tree

9 files changed

+1708
-8
lines changed

9 files changed

+1708
-8
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"datePickerHourSemanticsLabelOne": "$hour ཆུ་ཚོད།",
3+
"datePickerHourSemanticsLabelOther": "$hour ཆུ་ཚོད།",
4+
"datePickerMinuteSemanticsLabelOne": "སྐར་མ། 1",
5+
"datePickerMinuteSemanticsLabelOther": "$minuteསྐར་མ་དུ་མ།",
6+
"datePickerDateOrder": "mdy",
7+
"datePickerDateTimeOrder": "date_time_dayPeriod",
8+
"anteMeridiemAbbreviation": "སྔ་དྲོ",
9+
"postMeridiemAbbreviation": "ཕྱི་དྲོ།",
10+
"todayLabel": "དེ་རིང་།",
11+
"alertDialogLabel": "བརྡ་ལན།",
12+
"tabSemanticsLabel": "རྗེས་གནོན། $tabIndex / $tabCount",
13+
"timerPickerHourLabelOne": "ཆུ་ཚོད།",
14+
"timerPickerHourLabelOther": "ཆུ་ཚོད་དུ་མ།",
15+
"timerPickerMinuteLabelOne": "སྐར་མ།",
16+
"timerPickerMinuteLabelOther": "སྐར་མ།",
17+
"timerPickerSecondLabelOne": "སྐར་ཆ།",
18+
"timerPickerSecondLabelOther": "སྐར་ཆ།",
19+
"cutButtonLabel": "གཅོད།",
20+
"copyButtonLabel": "བཤུས།",
21+
"pasteButtonLabel": "འཕོས་པ།",
22+
"clearButtonLabel": "གཙང་བཟོ།",
23+
"selectAllButtonLabel": "ཚང་འདེམས།",
24+
"lookUpButtonLabel": "འཚོལ་བ།",
25+
"searchWebButtonLabel": "དྲ་ཐོག་འཚོལ་བཤེར།",
26+
"shareButtonLabel": "མཉམ་སྤྱོད།…",
27+
"noSpellCheckReplacementsLabel": "བརྗེས་ལེན་མ་རྙེད།",
28+
"searchTextFieldPlaceholderLabel": "འཚོལ་བཤེར།",
29+
"modalBarrierDismissLabel": "འདོར་བ།",
30+
"menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།"
31+
}

packages/flutter_localizations/lib/src/l10n/cupertino_te.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి",
2222
"tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్",
2323
"modalBarrierDismissLabel": "విస్మరించు",
24-
"searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి",
24+
"searchTextFieldPlaceholderLabel": "సెర్చ్",
2525
"noSpellCheckReplacementsLabel": "రీప్లేస్‌మెంట్‌లు ఏవీ కనుగొనబడలేదు",
2626
"menuDismissLabel": "మెనూను తీసివేయండి",
2727
"lookUpButtonLabel": "వెతకండి",
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"datePickerHourSemanticsLabelOne": "سائەت $hour",
3+
"datePickerHourSemanticsLabelOther": "سائەت $hour",
4+
"datePickerMinuteSemanticsLabelOne": "1 مىنۇت",
5+
"datePickerMinuteSemanticsLabelOther": "$minute مىنۇت",
6+
"datePickerDateOrder": "mdy",
7+
"datePickerDateTimeOrder": "date_time_dayPeriod",
8+
"anteMeridiemAbbreviation": "چۈشتىن بۇرۇن",
9+
"postMeridiemAbbreviation": "چۈشتىن كېيىن",
10+
"todayLabel": "بۈگۈن",
11+
"alertDialogLabel": "ئاگاھلاندۇرۇش",
12+
"tabSemanticsLabel": "جەمئىي $tabCount بەتكۈچ، $tabIndex",
13+
"timerPickerHourLabelOne": "سائەت",
14+
"timerPickerHourLabelOther": "سائەت",
15+
"timerPickerMinuteLabelOne": "مىنۇت",
16+
"timerPickerMinuteLabelOther": "مىنۇت",
17+
"timerPickerSecondLabelOne": "سېكۇنت",
18+
"timerPickerSecondLabelOther": "سېكۇنت",
19+
"cutButtonLabel": "كېسىش",
20+
"copyButtonLabel": "كۆچۈرۈش",
21+
"pasteButtonLabel": "چاپلاش",
22+
"clearButtonLabel": "تازىلاش",
23+
"selectAllButtonLabel": "ھەممىنى تاللاش",
24+
"lookUpButtonLabel": "ئىزدەش",
25+
"searchWebButtonLabel": "توردا ئىزدەش",
26+
"shareButtonLabel": "ئورتاقلىشىش...",
27+
"noSpellCheckReplacementsLabel": "مۇۋاپىق ئۆزگەرتىش تېپىلمىدى",
28+
"searchTextFieldPlaceholderLabel": "ئىزدەش",
29+
"modalBarrierDismissLabel": "يېپىش",
30+
"menuDismissLabel": "تىزىملىكنى يېپىش"
31+
}

0 commit comments

Comments
 (0)