mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update localizations from translation console (#180997)
Some new strings were added to the **widgets** layer(like "Search results found", "no results found" and etc.) but never got translated for a long time. Since the issue in g3 has been fixed and the translation in g3 has finished, this PR is to back-integrate the translation to framework. This PR doesn't run the date_localization script. Will update it in a separate PR. ## 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 `///`). - [x] 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:
parent
db012f2a9d
commit
518addc0dd
@ -29,7 +29,7 @@
|
||||
"modalBarrierDismissLabel": "འདོར་བ།",
|
||||
"menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།",
|
||||
"cancelButtonLabel": "ཕྱིར་འཐེན།",
|
||||
"backButtonLabel": "Back",
|
||||
"backButtonLabel": "ཕྱིར་ལོག",
|
||||
"expansionTileExpandedHint": "ཕྱོགས་བསྡུའི་ཆེད་ཐེངས་གཉིས་གནོན།",
|
||||
"expansionTileCollapsedHint": "ཁྱབ་སྤེལ་ཆེད་ཐེངས་གཉིས་གནོན།",
|
||||
"expansionTileExpandedTapHint": "ཕྱོགས་བསྡུ།",
|
||||
|
||||
@ -4,20 +4,20 @@
|
||||
"datePickerHourSemanticsLabelTwo": "$hour o'r gloch",
|
||||
"datePickerHourSemanticsLabelFew": "$hour o'r gloch",
|
||||
"datePickerHourSemanticsLabelMany": "$hour o'r gloch",
|
||||
"timerPickerSecondLabelFew": "eil.",
|
||||
"timerPickerSecondLabelTwo": "eil.",
|
||||
"timerPickerSecondLabelFew": "eil",
|
||||
"timerPickerSecondLabelTwo": "eil",
|
||||
"datePickerMinuteSemanticsLabelZero": "$minute munud",
|
||||
"datePickerMinuteSemanticsLabelTwo": "$minute funud",
|
||||
"datePickerMinuteSemanticsLabelFew": "$minute munud",
|
||||
"datePickerMinuteSemanticsLabelMany": "$minute munud",
|
||||
"timerPickerSecondLabelZero": "eil.",
|
||||
"timerPickerMinuteLabelMany": "mun.",
|
||||
"timerPickerMinuteLabelTwo": "fun.",
|
||||
"timerPickerMinuteLabelZero": "mun.",
|
||||
"timerPickerSecondLabelZero": "eil",
|
||||
"timerPickerMinuteLabelMany": "mun",
|
||||
"timerPickerMinuteLabelTwo": "fun",
|
||||
"timerPickerMinuteLabelZero": "mun",
|
||||
"timerPickerHourLabelMany": "awr",
|
||||
"timerPickerHourLabelFew": "awr",
|
||||
"timerPickerMinuteLabelFew": "mun.",
|
||||
"timerPickerSecondLabelMany": "eil.",
|
||||
"timerPickerMinuteLabelFew": "mun",
|
||||
"timerPickerSecondLabelMany": "eil",
|
||||
"timerPickerHourLabelZero": "awr",
|
||||
"datePickerHourSemanticsLabelOne": "$hour o'r gloch",
|
||||
"datePickerHourSemanticsLabelOther": "$hour o'r gloch",
|
||||
@ -32,10 +32,10 @@
|
||||
"tabSemanticsLabel": "Tab $tabIndex o $tabCount",
|
||||
"timerPickerHourLabelOne": "awr",
|
||||
"timerPickerHourLabelOther": "awr",
|
||||
"timerPickerMinuteLabelOne": "fun.",
|
||||
"timerPickerMinuteLabelOther": "mun.",
|
||||
"timerPickerSecondLabelOne": "eil.",
|
||||
"timerPickerSecondLabelOther": "eil.",
|
||||
"timerPickerMinuteLabelOne": "fun",
|
||||
"timerPickerMinuteLabelOther": "mun",
|
||||
"timerPickerSecondLabelOne": "eil",
|
||||
"timerPickerSecondLabelOther": "eil",
|
||||
"cutButtonLabel": "Torri",
|
||||
"copyButtonLabel": "Copïo",
|
||||
"pasteButtonLabel": "Gludo",
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"pasteButtonLabel": "جایگذاری",
|
||||
"selectAllButtonLabel": "انتخاب همه",
|
||||
"tabSemanticsLabel": "برگه $tabIndex از $tabCount",
|
||||
"modalBarrierDismissLabel": "نپذیرفتن",
|
||||
"modalBarrierDismissLabel": "بستن",
|
||||
"searchTextFieldPlaceholderLabel": "جستجو",
|
||||
"noSpellCheckReplacementsLabel": "جایگزینی پیدا نشد",
|
||||
"menuDismissLabel": "بستن منو",
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"datePickerHourSemanticsLabelOne": "$hour en punto",
|
||||
"datePickerHourSemanticsLabelOther": "$hour en punto",
|
||||
"datePickerMinuteSemanticsLabelOne": "1 minuto",
|
||||
"datePickerMinuteSemanticsLabelOther": "$minute minutos",
|
||||
"datePickerMinuteSemanticsLabelOne": "1 minuto",
|
||||
"datePickerMinuteSemanticsLabelOther": "$minute minutos",
|
||||
"datePickerDateOrder": "dmy",
|
||||
"datePickerDateTimeOrder": "date_time_dayPeriod",
|
||||
"anteMeridiemAbbreviation": "a.m.",
|
||||
|
||||
@ -27,13 +27,13 @@
|
||||
"lookUpButtonLabel": "लुक अप बटन",
|
||||
"searchWebButtonLabel": "वेब पर खोजें",
|
||||
"shareButtonLabel": "शेयर करें…",
|
||||
"clearButtonLabel": "मिटाएं",
|
||||
"clearButtonLabel": "हटाएं",
|
||||
"cancelButtonLabel": "रद्द करें",
|
||||
"backButtonLabel": "वापस जाएं",
|
||||
"expansionTileExpandedHint": "छोटा करने के लिए दो बार टैप करें",
|
||||
"expansionTileCollapsedHint": "बड़ा करने के लिए दो बार टैप करें",
|
||||
"expansionTileExpandedTapHint": "छोटा करें",
|
||||
"expansionTileCollapsedTapHint": "ज़्यादा जानकारी के लिए बड़ा करें",
|
||||
"expansionTileCollapsedTapHint": "ज़्यादा जानने के लिए बड़ा करें",
|
||||
"expandedHint": "छोटा किया गया",
|
||||
"collapsedHint": "बड़ा किया गया"
|
||||
}
|
||||
|
||||
@ -15,9 +15,9 @@
|
||||
"timerPickerMinuteLabelOther": "मिनेट",
|
||||
"timerPickerSecondLabelOne": "सेकेन्ड",
|
||||
"timerPickerSecondLabelOther": "सेकेन्ड",
|
||||
"cutButtonLabel": "काट्नुहोस्",
|
||||
"cutButtonLabel": "कट गर्नुहोस्",
|
||||
"copyButtonLabel": "कपी गर्नुहोस्",
|
||||
"pasteButtonLabel": "टाँस्नुहोस्",
|
||||
"pasteButtonLabel": "पेस्ट गर्नुहोस्",
|
||||
"selectAllButtonLabel": "सबै चयन गर्नुहोस्",
|
||||
"tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब",
|
||||
"modalBarrierDismissLabel": "खारेज गर्नुहोस्",
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
"modalBarrierDismissLabel": "بىكار قىلىش",
|
||||
"menuDismissLabel": "تىزىملىكنى بىكار قىلىش",
|
||||
"cancelButtonLabel": "بىكار قىلىش",
|
||||
"backButtonLabel": "Back",
|
||||
"backButtonLabel": "قايتىش",
|
||||
"expansionTileExpandedHint": "يىغىش ئۈچۈن قوش چېكىڭ",
|
||||
"expansionTileCollapsedHint": "يېيىش ئۈچۈن قوش چېكىڭ",
|
||||
"expansionTileExpandedTapHint": "يىغىش",
|
||||
|
||||
@ -1568,7 +1568,7 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations {
|
||||
String get anteMeridiemAbbreviation => 'སྔ་དྲོ';
|
||||
|
||||
@override
|
||||
String get backButtonLabel => 'Back';
|
||||
String get backButtonLabel => 'ཕྱིར་ལོག';
|
||||
|
||||
@override
|
||||
String get cancelButtonLabel => 'ཕྱིར་འཐེན།';
|
||||
@ -2454,40 +2454,40 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations {
|
||||
String? get timerPickerHourLabelZero => 'awr';
|
||||
|
||||
@override
|
||||
String? get timerPickerMinuteLabelFew => 'mun.';
|
||||
String? get timerPickerMinuteLabelFew => 'mun';
|
||||
|
||||
@override
|
||||
String? get timerPickerMinuteLabelMany => 'mun.';
|
||||
String? get timerPickerMinuteLabelMany => 'mun';
|
||||
|
||||
@override
|
||||
String? get timerPickerMinuteLabelOne => 'fun.';
|
||||
String? get timerPickerMinuteLabelOne => 'fun';
|
||||
|
||||
@override
|
||||
String get timerPickerMinuteLabelOther => 'mun.';
|
||||
String get timerPickerMinuteLabelOther => 'mun';
|
||||
|
||||
@override
|
||||
String? get timerPickerMinuteLabelTwo => 'fun.';
|
||||
String? get timerPickerMinuteLabelTwo => 'fun';
|
||||
|
||||
@override
|
||||
String? get timerPickerMinuteLabelZero => 'mun.';
|
||||
String? get timerPickerMinuteLabelZero => 'mun';
|
||||
|
||||
@override
|
||||
String? get timerPickerSecondLabelFew => 'eil.';
|
||||
String? get timerPickerSecondLabelFew => 'eil';
|
||||
|
||||
@override
|
||||
String? get timerPickerSecondLabelMany => 'eil.';
|
||||
String? get timerPickerSecondLabelMany => 'eil';
|
||||
|
||||
@override
|
||||
String? get timerPickerSecondLabelOne => 'eil.';
|
||||
String? get timerPickerSecondLabelOne => 'eil';
|
||||
|
||||
@override
|
||||
String get timerPickerSecondLabelOther => 'eil.';
|
||||
String get timerPickerSecondLabelOther => 'eil';
|
||||
|
||||
@override
|
||||
String? get timerPickerSecondLabelTwo => 'eil.';
|
||||
String? get timerPickerSecondLabelTwo => 'eil';
|
||||
|
||||
@override
|
||||
String? get timerPickerSecondLabelZero => 'eil.';
|
||||
String? get timerPickerSecondLabelZero => 'eil';
|
||||
|
||||
@override
|
||||
String get todayLabel => 'Heddiw';
|
||||
@ -5401,7 +5401,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations {
|
||||
String get menuDismissLabel => 'بستن منو';
|
||||
|
||||
@override
|
||||
String get modalBarrierDismissLabel => 'نپذیرفتن';
|
||||
String get modalBarrierDismissLabel => 'بستن';
|
||||
|
||||
@override
|
||||
String get noSpellCheckReplacementsLabel => 'جایگزینی پیدا نشد';
|
||||
@ -6373,10 +6373,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations {
|
||||
String? get datePickerMinuteSemanticsLabelMany => null;
|
||||
|
||||
@override
|
||||
String? get datePickerMinuteSemanticsLabelOne => '1 minuto';
|
||||
String? get datePickerMinuteSemanticsLabelOne => '1 minuto';
|
||||
|
||||
@override
|
||||
String get datePickerMinuteSemanticsLabelOther => r'$minute minutos';
|
||||
String get datePickerMinuteSemanticsLabelOther => r'$minute minutos';
|
||||
|
||||
@override
|
||||
String? get datePickerMinuteSemanticsLabelTwo => null;
|
||||
@ -7091,7 +7091,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations {
|
||||
String get cancelButtonLabel => 'रद्द करें';
|
||||
|
||||
@override
|
||||
String get clearButtonLabel => 'मिटाएं';
|
||||
String get clearButtonLabel => 'हटाएं';
|
||||
|
||||
@override
|
||||
String get collapsedHint => 'बड़ा किया गया';
|
||||
@ -7151,7 +7151,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations {
|
||||
String get expansionTileCollapsedHint => 'बड़ा करने के लिए दो बार टैप करें';
|
||||
|
||||
@override
|
||||
String get expansionTileCollapsedTapHint => 'ज़्यादा जानकारी के लिए बड़ा करें';
|
||||
String get expansionTileCollapsedTapHint => 'ज़्यादा जानने के लिए बड़ा करें';
|
||||
|
||||
@override
|
||||
String get expansionTileExpandedHint => 'छोटा करने के लिए दो बार टैप करें';
|
||||
@ -11660,7 +11660,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations {
|
||||
String get copyButtonLabel => 'कपी गर्नुहोस्';
|
||||
|
||||
@override
|
||||
String get cutButtonLabel => 'काट्नुहोस्';
|
||||
String get cutButtonLabel => 'कट गर्नुहोस्';
|
||||
|
||||
@override
|
||||
String get datePickerDateOrderString => 'mdy';
|
||||
@ -11732,7 +11732,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations {
|
||||
String get noSpellCheckReplacementsLabel => 'बदल्नु पर्ने कुनै पनि कुरा भेटिएन';
|
||||
|
||||
@override
|
||||
String get pasteButtonLabel => 'टाँस्नुहोस्';
|
||||
String get pasteButtonLabel => 'पेस्ट गर्नुहोस्';
|
||||
|
||||
@override
|
||||
String get postMeridiemAbbreviation => 'PM';
|
||||
@ -15863,7 +15863,7 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations {
|
||||
String get anteMeridiemAbbreviation => 'چۈشتىن بۇرۇن';
|
||||
|
||||
@override
|
||||
String get backButtonLabel => 'Back';
|
||||
String get backButtonLabel => 'قايتىش';
|
||||
|
||||
@override
|
||||
String get cancelButtonLabel => 'بىكار قىلىش';
|
||||
|
||||
@ -2335,7 +2335,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations {
|
||||
String get moreButtonTooltip => 'Daha çox';
|
||||
|
||||
@override
|
||||
String get nextMonthTooltip => 'Növbəti ay';
|
||||
String get nextMonthTooltip => 'Gələn ay';
|
||||
|
||||
@override
|
||||
String get nextPageTooltip => 'Növbəti səhifə';
|
||||
@ -5994,7 +5994,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations {
|
||||
});
|
||||
|
||||
@override
|
||||
String get aboutListTileTitleRaw => r'Ynglŷn â $applicationName';
|
||||
String get aboutListTileTitleRaw => r'Ynghylch $applicationName';
|
||||
|
||||
@override
|
||||
String get alertDialogLabel => 'Rhybudd';
|
||||
@ -6150,7 +6150,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations {
|
||||
String get keyboardKeyEject => 'Eject';
|
||||
|
||||
@override
|
||||
String get keyboardKeyEnd => 'End';
|
||||
String get keyboardKeyEnd => 'Gorffen';
|
||||
|
||||
@override
|
||||
String get keyboardKeyEscape => 'Esc';
|
||||
@ -14548,7 +14548,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations {
|
||||
String get anteMeridiemAbbreviation => 'ق.ظ.';
|
||||
|
||||
@override
|
||||
String get backButtonTooltip => 'برگشت';
|
||||
String get backButtonTooltip => 'برگشتن';
|
||||
|
||||
@override
|
||||
String get bottomSheetLabel => 'برگ زیرین';
|
||||
@ -14572,7 +14572,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations {
|
||||
String get collapsedHint => 'ازهم بازشده';
|
||||
|
||||
@override
|
||||
String get collapsedIconTapHint => 'بزرگ کردن';
|
||||
String get collapsedIconTapHint => 'ازهم باز کردن';
|
||||
|
||||
@override
|
||||
String get continueButtonLabel => 'ادامه';
|
||||
@ -14626,13 +14626,13 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations {
|
||||
String get dialogLabel => 'کادر گفتگو';
|
||||
|
||||
@override
|
||||
String get drawerLabel => 'منوی پیمایش';
|
||||
String get drawerLabel => 'منو پیمایش';
|
||||
|
||||
@override
|
||||
String get expandedHint => 'جمعشده';
|
||||
|
||||
@override
|
||||
String get expandedIconTapHint => 'کوچک کردن';
|
||||
String get expandedIconTapHint => 'جمع کردن';
|
||||
|
||||
@override
|
||||
String get expansionTileCollapsedHint => 'برای ازهم بازکردن، دو تکضرب بزنید';
|
||||
@ -14653,7 +14653,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations {
|
||||
String get hideAccountsLabel => 'پنهان کردن حسابها';
|
||||
|
||||
@override
|
||||
String get inputDateModeButtonLabel => 'رفتن به ورودی';
|
||||
String get inputDateModeButtonLabel => 'تغییر به ورودی';
|
||||
|
||||
@override
|
||||
String get inputTimeModeButtonLabel => 'رفتن به حالت ورودی نوشتاری';
|
||||
@ -14836,13 +14836,13 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations {
|
||||
String get lookUpButtonLabel => 'جستجو';
|
||||
|
||||
@override
|
||||
String get menuBarMenuLabel => 'منوی نوار منو';
|
||||
String get menuBarMenuLabel => 'منو نوار منو';
|
||||
|
||||
@override
|
||||
String get menuDismissLabel => 'بستن منو';
|
||||
|
||||
@override
|
||||
String get modalBarrierDismissLabel => 'نپذیرفتن';
|
||||
String get modalBarrierDismissLabel => 'بستن';
|
||||
|
||||
@override
|
||||
String get moreButtonTooltip => 'بیشتر';
|
||||
@ -14869,7 +14869,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations {
|
||||
String get pasteButtonLabel => 'جایگذاری';
|
||||
|
||||
@override
|
||||
String get popupMenuLabel => 'منوی بازشو';
|
||||
String get popupMenuLabel => 'منو بازشو';
|
||||
|
||||
@override
|
||||
String get postMeridiemAbbreviation => 'ب.ظ.';
|
||||
@ -19181,7 +19181,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations {
|
||||
String get cancelButtonLabel => 'रद्द करें';
|
||||
|
||||
@override
|
||||
String get clearButtonTooltip => 'टेक्स्ट मिटाएं';
|
||||
String get clearButtonTooltip => 'टेक्स्ट हटाएं';
|
||||
|
||||
@override
|
||||
String get closeButtonLabel => 'बंद करें';
|
||||
@ -19259,7 +19259,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations {
|
||||
String get expansionTileCollapsedHint => 'बड़ा करने के लिए दो बार टैप करें';
|
||||
|
||||
@override
|
||||
String get expansionTileCollapsedTapHint => 'ज़्यादा जानकारी के लिए बड़ा करें';
|
||||
String get expansionTileCollapsedTapHint => 'ज़्यादा जानने के लिए बड़ा करें';
|
||||
|
||||
@override
|
||||
String get expansionTileExpandedHint => 'छोटा करने के लिए दो बार टैप करें';
|
||||
@ -31109,7 +31109,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations {
|
||||
String get currentDateLabel => 'आज';
|
||||
|
||||
@override
|
||||
String get cutButtonLabel => 'काट्नुहोस्';
|
||||
String get cutButtonLabel => 'कट गर्नुहोस्';
|
||||
|
||||
@override
|
||||
String get dateHelpText => 'yyyy/mm/dd';
|
||||
@ -31391,7 +31391,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations {
|
||||
String get pageRowsInfoTitleApproximateRaw => r'लगभग $rowCount को $firstRow–$lastRow';
|
||||
|
||||
@override
|
||||
String get pasteButtonLabel => 'टाँस्नुहोस्';
|
||||
String get pasteButtonLabel => 'पेस्ट गर्नुहोस्';
|
||||
|
||||
@override
|
||||
String get popupMenuLabel => 'पपअप मेनु';
|
||||
@ -45808,7 +45808,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh {
|
||||
String get searchWebButtonLabel => '搜尋';
|
||||
|
||||
@override
|
||||
String get selectAllButtonLabel => '全選';
|
||||
String get selectAllButtonLabel => '全部選取';
|
||||
|
||||
@override
|
||||
String get selectYearSemanticsLabel => '揀年份';
|
||||
@ -45983,6 +45983,9 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant {
|
||||
@override
|
||||
String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)';
|
||||
|
||||
@override
|
||||
String get selectAllButtonLabel => '全選';
|
||||
|
||||
@override
|
||||
String get timePickerHourModeAnnouncement => '選取小時數';
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
||||
"backButtonTooltip": "Geri",
|
||||
"closeButtonTooltip": "Bağlayın",
|
||||
"deleteButtonTooltip": "Silin",
|
||||
"nextMonthTooltip": "Növbəti ay",
|
||||
"nextMonthTooltip": "Gələn ay",
|
||||
"previousMonthTooltip": "Keçən ay",
|
||||
"nextPageTooltip": "Növbəti səhifə",
|
||||
"firstPageTooltip": "Birinci səhifə",
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
"scrimLabel": "Scrim",
|
||||
"bottomSheetLabel": "Taflen Gwaelod",
|
||||
"scrimOnTapHint": "Cau $modalRouteContentName",
|
||||
"aboutListTileTitle": "Ynglŷn â $applicationName",
|
||||
"aboutListTileTitle": "Ynghylch $applicationName",
|
||||
"licensesPageTitle": "Trwyddedau",
|
||||
"licensesPackageDetailTextZero": "Dim trwydded",
|
||||
"licensesPackageDetailTextOne": "1 drwydded",
|
||||
@ -107,7 +107,7 @@
|
||||
"keyboardKeyControl": "Ctrl",
|
||||
"keyboardKeyDelete": "Del",
|
||||
"keyboardKeyEject": "Eject",
|
||||
"keyboardKeyEnd": "End",
|
||||
"keyboardKeyEnd": "Gorffen",
|
||||
"keyboardKeyEscape": "Esc",
|
||||
"keyboardKeyFn": "Fn",
|
||||
"keyboardKeyHome": "Home",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"timeOfDayFormat": "H:mm",
|
||||
"selectedRowCountTitleOne": "۱ مورد انتخاب شد",
|
||||
"openAppDrawerTooltip": "باز کردن منو پیمایش",
|
||||
"backButtonTooltip": "برگشت",
|
||||
"backButtonTooltip": "برگشتن",
|
||||
"closeButtonTooltip": "بستن",
|
||||
"deleteButtonTooltip": "حذف",
|
||||
"nextMonthTooltip": "ماه بعد",
|
||||
@ -37,9 +37,9 @@
|
||||
"signedInLabel": "واردشده به سیستم",
|
||||
"hideAccountsLabel": "پنهان کردن حسابها",
|
||||
"showAccountsLabel": "نشان دادن حسابها",
|
||||
"modalBarrierDismissLabel": "نپذیرفتن",
|
||||
"drawerLabel": "منوی پیمایش",
|
||||
"popupMenuLabel": "منوی بازشو",
|
||||
"modalBarrierDismissLabel": "بستن",
|
||||
"drawerLabel": "منو پیمایش",
|
||||
"popupMenuLabel": "منو بازشو",
|
||||
"dialogLabel": "کادر گفتگو",
|
||||
"alertDialogLabel": "هشدار",
|
||||
"searchFieldLabel": "جستجو",
|
||||
@ -49,8 +49,8 @@
|
||||
"reorderItemDown": "انتقال به پایین",
|
||||
"reorderItemLeft": "انتقال به راست",
|
||||
"reorderItemRight": "انتقال به چپ",
|
||||
"expandedIconTapHint": "کوچک کردن",
|
||||
"collapsedIconTapHint": "بزرگ کردن",
|
||||
"expandedIconTapHint": "جمع کردن",
|
||||
"collapsedIconTapHint": "ازهم باز کردن",
|
||||
"remainingTextFieldCharacterCountOne": "۱ نویسه باقی مانده است",
|
||||
"remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است",
|
||||
"refreshIndicatorSemanticLabel": "بازآوری",
|
||||
@ -72,7 +72,7 @@
|
||||
"datePickerHelpText": "انتخاب تاریخ",
|
||||
"dateRangePickerHelpText": "انتخاب محدوده",
|
||||
"calendarModeButtonLabel": "رفتن به تقویم",
|
||||
"inputDateModeButtonLabel": "رفتن به ورودی",
|
||||
"inputDateModeButtonLabel": "تغییر به ورودی",
|
||||
"timePickerDialHelpText": "انتخاب زمان",
|
||||
"timePickerInputHelpText": "وارد کردن زمان",
|
||||
"timePickerHourLabel": "ساعت",
|
||||
@ -129,7 +129,7 @@
|
||||
"keyboardKeySpace": "فاصله",
|
||||
"keyboardKeyMetaMacOs": "Command",
|
||||
"keyboardKeyMetaWindows": "Win",
|
||||
"menuBarMenuLabel": "منوی نوار منو",
|
||||
"menuBarMenuLabel": "منو نوار منو",
|
||||
"currentDateLabel": "امروز",
|
||||
"scrimLabel": "رویه",
|
||||
"bottomSheetLabel": "برگ زیرین",
|
||||
|
||||
@ -138,13 +138,13 @@
|
||||
"expansionTileExpandedHint": "छोटा करने के लिए दो बार टैप करें",
|
||||
"expansionTileCollapsedHint": "बड़ा करने के लिए दो बार टैप करें",
|
||||
"expansionTileExpandedTapHint": "छोटा करें",
|
||||
"expansionTileCollapsedTapHint": "ज़्यादा जानकारी के लिए बड़ा करें",
|
||||
"expansionTileCollapsedTapHint": "ज़्यादा जानने के लिए बड़ा करें",
|
||||
"expandedHint": "छोटा किया गया",
|
||||
"collapsedHint": "बड़ा किया गया",
|
||||
"menuDismissLabel": "मेन्यू खारिज करें",
|
||||
"lookUpButtonLabel": "लुक अप बटन",
|
||||
"searchWebButtonLabel": "वेब पर खोजें",
|
||||
"shareButtonLabel": "शेयर करें",
|
||||
"clearButtonTooltip": "टेक्स्ट मिटाएं",
|
||||
"clearButtonTooltip": "टेक्स्ट हटाएं",
|
||||
"selectedDateLabel": "चुनी गई"
|
||||
}
|
||||
|
||||
@ -24,10 +24,10 @@
|
||||
"closeButtonLabel": "बन्द गर्नुहोस्",
|
||||
"continueButtonLabel": "जारी राख्नुहोस्",
|
||||
"copyButtonLabel": "कपी गर्नुहोस्",
|
||||
"cutButtonLabel": "काट्नुहोस्",
|
||||
"cutButtonLabel": "कट गर्नुहोस्",
|
||||
"scanTextButtonLabel": "टेक्स्ट स्क्यान गर्नुहोस्",
|
||||
"okButtonLabel": "ठिक छ",
|
||||
"pasteButtonLabel": "टाँस्नुहोस्",
|
||||
"pasteButtonLabel": "पेस्ट गर्नुहोस्",
|
||||
"selectAllButtonLabel": "सबै बटनहरू चयन गर्नुहोस्",
|
||||
"viewLicensesButtonLabel": "लाइसेन्सहरू हेर्नुहोस्",
|
||||
"anteMeridiemAbbreviation": "AM",
|
||||
|
||||
@ -124,7 +124,7 @@
|
||||
"cutButtonLabel": "剪下",
|
||||
"okButtonLabel": "確定",
|
||||
"pasteButtonLabel": "貼上",
|
||||
"selectAllButtonLabel": "全選",
|
||||
"selectAllButtonLabel": "全部選取",
|
||||
"viewLicensesButtonLabel": "查看授權",
|
||||
"anteMeridiemAbbreviation": "上午",
|
||||
"postMeridiemAbbreviation": "下午",
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Deel",
|
||||
"pasteButtonLabel": "Plak",
|
||||
"selectAllButtonLabel": "Kies alles",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Soekresultate gevind",
|
||||
"noResultsFound": "Geen resultate gekry nie",
|
||||
"radioButtonUnselectedLabel": "Nie gekies nie"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "አጋራ",
|
||||
"pasteButtonLabel": "ለጥፍ",
|
||||
"selectAllButtonLabel": "ሁሉንም ምረጥ",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "የፍለጋ ውጤቶች ተገኝተዋል",
|
||||
"noResultsFound": "ምንም ውጤቶች አልተገኙም",
|
||||
"radioButtonUnselectedLabel": "አልተመረጠም"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "مشاركة",
|
||||
"pasteButtonLabel": "لصق",
|
||||
"selectAllButtonLabel": "اختيار الكل",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "تم العثور على نتائج بحث",
|
||||
"noResultsFound": "لم يتم العثور على نتائج",
|
||||
"radioButtonUnselectedLabel": "غير محدّد"
|
||||
}
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
{
|
||||
"reorderItemToStart": "আৰম্ভণিলৈ স্থানান্তৰ কৰক",
|
||||
"reorderItemToEnd": "শেষলৈ স্থানান্তৰ কৰক",
|
||||
"reorderItemToStart": "আৰম্ভণিলৈ নিয়ক",
|
||||
"reorderItemToEnd": "শেষলৈ নিয়ক",
|
||||
"reorderItemUp": "ওপৰলৈ নিয়ক",
|
||||
"reorderItemDown": "তললৈ স্থানান্তৰ কৰক",
|
||||
"reorderItemDown": "তললৈ নিয়ক",
|
||||
"reorderItemLeft": "বাওঁফাললৈ স্থানান্তৰ কৰক",
|
||||
"reorderItemRight": "সোঁফাললৈ স্থানান্তৰ কৰক",
|
||||
"reorderItemRight": "সোঁফাললৈ নিয়ক",
|
||||
"copyButtonLabel": "প্ৰতিলিপি কৰক",
|
||||
"cutButtonLabel": "কাট কৰক",
|
||||
"lookUpButtonLabel": "ওপৰলৈ চাওক",
|
||||
"searchWebButtonLabel": "ৱেবত সন্ধান কৰক",
|
||||
"shareButtonLabel": "শ্বেয়াৰ কৰক",
|
||||
"pasteButtonLabel": "পে'ষ্ট কৰক",
|
||||
"selectAllButtonLabel": "সকলো বাছনি কৰক",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"selectAllButtonLabel": "আটাইবোৰ বাছনি কৰক",
|
||||
"searchResultsFound": "সন্ধানৰ ফলাফল পোৱা গৈছে",
|
||||
"noResultsFound": "কোনো ফলাফল পোৱা নগ’ল",
|
||||
"radioButtonUnselectedLabel": "বাছনি কৰা হোৱা নাই"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Paylaşın",
|
||||
"pasteButtonLabel": "Yerləşdirin",
|
||||
"selectAllButtonLabel": "Hamısını seçin",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Axtarış nəticələri tapıldı",
|
||||
"noResultsFound": "Nəticə tapılmadı",
|
||||
"radioButtonUnselectedLabel": "Seçilmədi"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Абагуліць",
|
||||
"pasteButtonLabel": "Уставіць",
|
||||
"selectAllButtonLabel": "Выбраць усе",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Знойдзены вынікі пошуку",
|
||||
"noResultsFound": "Вынікі не знойдзены",
|
||||
"radioButtonUnselectedLabel": "Не выбрана"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Споделяне",
|
||||
"pasteButtonLabel": "Поставяне",
|
||||
"selectAllButtonLabel": "Избиране на всички",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Намерени резултати от търсенето",
|
||||
"noResultsFound": "Няма намерени резултати",
|
||||
"radioButtonUnselectedLabel": "Не е избран"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "শেয়ার করুন",
|
||||
"pasteButtonLabel": "পেস্ট করুন",
|
||||
"selectAllButtonLabel": "সব বেছে নিন",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "সার্চ ফলাফল পাওয়া গেছে",
|
||||
"noResultsFound": "কোনো ফলাফল পাওয়া যায়নি",
|
||||
"radioButtonUnselectedLabel": "বেছে নেওয়া হয়নি"
|
||||
}
|
||||
|
||||
18
packages/flutter_localizations/lib/src/l10n/widgets_bo.arb
Normal file
18
packages/flutter_localizations/lib/src/l10n/widgets_bo.arb
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"reorderItemToStart": "འགོ་འཛུགས་སར་འགྲོ།",
|
||||
"reorderItemToEnd": "མཇུག་བསྡུ་སར་འགྲོ།",
|
||||
"reorderItemUp": "སྒང་ལ་འགྲོ།",
|
||||
"reorderItemDown": "འོག་ལ་འགྲོ།",
|
||||
"reorderItemLeft": "གཡོན་ལ་འགྲོ།",
|
||||
"reorderItemRight": "གཡས་ལ་འགྲོ།",
|
||||
"searchResultsFound": "འཚོལ་ཞིབ·གྲུབ་འབྲས·རྙེད་ཡོད",
|
||||
"noResultsFound": "འཚོལ་ཞིབ·གྲུབ་འབྲས·མེད",
|
||||
"copyButtonLabel": "བཤུས།",
|
||||
"cutButtonLabel": "གཅོད།",
|
||||
"lookUpButtonLabel": "འཚོལ་བ།",
|
||||
"searchWebButtonLabel": "དྲ་ཐོག་འཚོལ་བཤེར།",
|
||||
"shareButtonLabel": "མཉམ་སྤྱོད།",
|
||||
"pasteButtonLabel": "འཕོས་པ།",
|
||||
"selectAllButtonLabel": "ཚང་འདེམས།",
|
||||
"radioButtonUnselectedLabel": "འདེམ་སྒྲུག·མེད"
|
||||
}
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Dijeli",
|
||||
"pasteButtonLabel": "Zalijepi",
|
||||
"selectAllButtonLabel": "Odaberi sve",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Pronađeni su rezultati pretraživanja",
|
||||
"noResultsFound": "Nije pronađen nijedan rezultat",
|
||||
"radioButtonUnselectedLabel": "Nije odabrano"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Comparteix",
|
||||
"pasteButtonLabel": "Enganxa",
|
||||
"selectAllButtonLabel": "Selecciona-ho tot",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "S'han trobat resultats de cerca",
|
||||
"noResultsFound": "No s'ha trobat cap resultat",
|
||||
"radioButtonUnselectedLabel": "No seleccionat"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Sdílet",
|
||||
"pasteButtonLabel": "Vložit",
|
||||
"selectAllButtonLabel": "Vybrat vše",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Byly nalezeny výsledky vyhledávání",
|
||||
"noResultsFound": "Nebyly nalezeny žádné výsledky",
|
||||
"radioButtonUnselectedLabel": "Nevybráno"
|
||||
}
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
"searchWebButtonLabel": "Chwilio'r We",
|
||||
"shareButtonLabel": "Rhannu",
|
||||
"pasteButtonLabel": "Gludo",
|
||||
"selectAllButtonLabel": "Dewis y Cyfan",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"selectAllButtonLabel": "Dewis y cyfan",
|
||||
"searchResultsFound": "Canfuwyd canlyniadau chwilio",
|
||||
"noResultsFound": "Ni chanfuwyd unrhyw ganlyniadau",
|
||||
"radioButtonUnselectedLabel": "Heb ei dewis"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Del",
|
||||
"pasteButtonLabel": "Indsæt",
|
||||
"selectAllButtonLabel": "Markér alt",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Søgeresultater fundet",
|
||||
"noResultsFound": "Der blev ikke fundet nogen resultater",
|
||||
"radioButtonUnselectedLabel": "Ikke valgt"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Teilen",
|
||||
"pasteButtonLabel": "Einsetzen",
|
||||
"selectAllButtonLabel": "Alle auswählen",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Suchergebnisse gefunden",
|
||||
"noResultsFound": "Keine Ergebnisse gefunden",
|
||||
"radioButtonUnselectedLabel": "Nicht ausgewählt"
|
||||
}
|
||||
|
||||
@ -9,5 +9,5 @@
|
||||
"cutButtonLabel": "Ausschneiden",
|
||||
"pasteButtonLabel": "Einsetzen",
|
||||
"selectAllButtonLabel": "Alle auswählen",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Nicht ausgewählt"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Κοινή χρήση",
|
||||
"pasteButtonLabel": "Επικόλληση",
|
||||
"selectAllButtonLabel": "Επιλογή όλων",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Βρέθηκαν αποτελέσματα αναζήτησης",
|
||||
"noResultsFound": "Δεν βρέθηκαν αποτελέσματα",
|
||||
"radioButtonUnselectedLabel": "Δεν έχει επιλεγεί"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"reorderItemToStart": "Move to the start",
|
||||
"reorderItemToEnd": "Move to the end",
|
||||
"reorderItemUp": "Move up",
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"reorderItemToStart": "Move to the start",
|
||||
"reorderItemToEnd": "Move to the end",
|
||||
"reorderItemUp": "Move up",
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"reorderItemToStart": "Move to the start",
|
||||
"reorderItemToEnd": "Move to the end",
|
||||
"reorderItemUp": "Move up",
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"reorderItemToStart": "Move to the start",
|
||||
"reorderItemToEnd": "Move to the end",
|
||||
"reorderItemUp": "Move up",
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"reorderItemToStart": "Move to the start",
|
||||
"reorderItemToEnd": "Move to the end",
|
||||
"reorderItemUp": "Move up",
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"reorderItemToStart": "Move to the start",
|
||||
"reorderItemToEnd": "Move to the end",
|
||||
"reorderItemUp": "Move up",
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"reorderItemToStart": "Move to the start",
|
||||
"reorderItemToEnd": "Move to the end",
|
||||
"reorderItemUp": "Move up",
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Resultados de búsqueda obtenidos",
|
||||
"noResultsFound": "No se han encontrado resultados",
|
||||
"radioButtonUnselectedLabel": "No seleccionado"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemToStart": "Mover al inicio",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
"reorderItemUp": "Mover hacia arriba",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemToStart": "Mover al inicio",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
"reorderItemUp": "Mover hacia arriba",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Se encontraron resultados de la búsqueda",
|
||||
"noResultsFound": "No se encontraron resultados",
|
||||
"reorderItemDown": "Mover hacia abajo",
|
||||
"reorderItemLeft": "Mover hacia la izquierda",
|
||||
"reorderItemToEnd": "Mover al final",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Sin seleccionar"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Jagamine",
|
||||
"pasteButtonLabel": "Kleebi",
|
||||
"selectAllButtonLabel": "Vali kõik",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Leiti otsingutulemusi",
|
||||
"noResultsFound": "Tulemusi ei leitud",
|
||||
"radioButtonUnselectedLabel": "Pole valitud"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Partekatu",
|
||||
"pasteButtonLabel": "Itsatsi",
|
||||
"selectAllButtonLabel": "Hautatu guztiak",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Bilaketa-emaitzak aurkitu dira",
|
||||
"noResultsFound": "Ez da aurkitu emaitzarik",
|
||||
"radioButtonUnselectedLabel": "Hautatu gabe"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "همرسانی کردن",
|
||||
"pasteButtonLabel": "جایگذاری",
|
||||
"selectAllButtonLabel": "انتخاب همه",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "نتایج جستجو پیدا شد",
|
||||
"noResultsFound": "نتیجهای پیدا نشد",
|
||||
"radioButtonUnselectedLabel": "انتخابنشده"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Jaa",
|
||||
"pasteButtonLabel": "Liitä",
|
||||
"selectAllButtonLabel": "Valitse kaikki",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Hakutuloksia löytyi",
|
||||
"noResultsFound": "Ei tuloksia",
|
||||
"radioButtonUnselectedLabel": "Ei valittu"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "I-share",
|
||||
"pasteButtonLabel": "I-paste",
|
||||
"selectAllButtonLabel": "Piliin lahat",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Nakakita ng mga resulta ng paghahanap",
|
||||
"noResultsFound": "Walang nakitang resulta",
|
||||
"radioButtonUnselectedLabel": "Hindi napili"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Partager",
|
||||
"pasteButtonLabel": "Coller",
|
||||
"selectAllButtonLabel": "Tout sélectionner",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Résultats de recherche trouvés",
|
||||
"noResultsFound": "Aucun résultat",
|
||||
"radioButtonUnselectedLabel": "Non sélectionné"
|
||||
}
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
"searchResultsFound": "Résultats de recherche trouvés",
|
||||
"noResultsFound": "Aucun résultat trouvé",
|
||||
"reorderItemToStart": "Déplacer au début",
|
||||
"reorderItemToEnd": "Déplacer à la fin",
|
||||
"reorderItemUp": "Déplacer vers le haut",
|
||||
@ -12,5 +14,5 @@
|
||||
"shareButtonLabel": "Partager",
|
||||
"pasteButtonLabel": "Coller",
|
||||
"selectAllButtonLabel": "Tout sélectionner",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"radioButtonUnselectedLabel": "Non sélectionné"
|
||||
}
|
||||
|
||||
18
packages/flutter_localizations/lib/src/l10n/widgets_ga.arb
Normal file
18
packages/flutter_localizations/lib/src/l10n/widgets_ga.arb
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"reorderItemToStart": "Bog chuig an tús",
|
||||
"reorderItemToEnd": "Bog chuig an deireadh",
|
||||
"reorderItemUp": "Bog suas",
|
||||
"reorderItemDown": "Bog síos",
|
||||
"reorderItemLeft": "Bog ar chlé",
|
||||
"reorderItemRight": "Bog ar dheis",
|
||||
"searchResultsFound": "Aimsíodh torthaí cuardaigh",
|
||||
"noResultsFound": "Níor aimsíodh aon toradh",
|
||||
"copyButtonLabel": "Cóipeáil",
|
||||
"cutButtonLabel": "Gearr",
|
||||
"lookUpButtonLabel": "Cuardaigh",
|
||||
"searchWebButtonLabel": "Cuardaigh an Gréasán",
|
||||
"shareButtonLabel": "Comhroinn",
|
||||
"pasteButtonLabel": "Greamaigh",
|
||||
"selectAllButtonLabel": "Roghnaigh gach rud",
|
||||
"radioButtonUnselectedLabel": "Níor roghnaíodh é"
|
||||
}
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Compartir",
|
||||
"pasteButtonLabel": "Pegar",
|
||||
"selectAllButtonLabel": "Seleccionar todo",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Resultados da busca atopados",
|
||||
"noResultsFound": "Ningún resultado atopado",
|
||||
"radioButtonUnselectedLabel": "Botón non seleccionado"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Teilen",
|
||||
"pasteButtonLabel": "Einsetzen",
|
||||
"selectAllButtonLabel": "Alle auswählen",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Suchergebnisse gefunden",
|
||||
"noResultsFound": "Keine Ergebnisse gefunden",
|
||||
"radioButtonUnselectedLabel": "Nicht ausgewählt"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "શેર કરો",
|
||||
"pasteButtonLabel": "પેસ્ટ કરો",
|
||||
"selectAllButtonLabel": "બધા પસંદ કરો",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "શોધ પરિણામો મળ્યાં",
|
||||
"noResultsFound": "કોઈ પરિણામ મળ્યું નથી",
|
||||
"radioButtonUnselectedLabel": "પસંદગી કરી નથી"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "שיתוף",
|
||||
"pasteButtonLabel": "הדבקה",
|
||||
"selectAllButtonLabel": "בחירת הכול",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "נמצאו תוצאות חיפוש",
|
||||
"noResultsFound": "לא נמצאו תוצאות",
|
||||
"radioButtonUnselectedLabel": "לא נבחר"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "शेयर करें",
|
||||
"pasteButtonLabel": "चिपकाएं",
|
||||
"selectAllButtonLabel": "सभी को चुनें",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "खोज के नतीजे मिले",
|
||||
"noResultsFound": "कोई नतीजा नहीं मिला",
|
||||
"radioButtonUnselectedLabel": "नहीं चुना गया"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Dijeli",
|
||||
"pasteButtonLabel": "Zalijepi",
|
||||
"selectAllButtonLabel": "Odaberi sve",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Pronađeni su rezultati pretraživanja",
|
||||
"noResultsFound": "Nema rezultata",
|
||||
"radioButtonUnselectedLabel": "Nije odabrano"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Megosztás",
|
||||
"pasteButtonLabel": "Beillesztés",
|
||||
"selectAllButtonLabel": "Összes kijelölése",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Rendelkezésre állnak keresési találatok",
|
||||
"noResultsFound": "Nincs találat",
|
||||
"radioButtonUnselectedLabel": "Nincs kiválasztva"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Կիսվել",
|
||||
"pasteButtonLabel": "Տեղադրել",
|
||||
"selectAllButtonLabel": "Նշել բոլորը",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Գտնվել են արդյունքներ",
|
||||
"noResultsFound": "Ոչինչ չի գտնվել",
|
||||
"radioButtonUnselectedLabel": "Ընտրված չէ"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Bagikan",
|
||||
"pasteButtonLabel": "Tempel",
|
||||
"selectAllButtonLabel": "Pilih semua",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Hasil penelusuran ditemukan",
|
||||
"noResultsFound": "Tidak ditemukan hasil",
|
||||
"radioButtonUnselectedLabel": "Tidak dipilih"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Deila",
|
||||
"pasteButtonLabel": "Líma",
|
||||
"selectAllButtonLabel": "Velja allt",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Leitarniðurstöður fundust",
|
||||
"noResultsFound": "Engar niðurstöður fundust",
|
||||
"radioButtonUnselectedLabel": "Ekki valið"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Condividi",
|
||||
"pasteButtonLabel": "Incolla",
|
||||
"selectAllButtonLabel": "Seleziona tutto",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Risultati di ricerca trovati",
|
||||
"noResultsFound": "Nessun risultato trovato",
|
||||
"radioButtonUnselectedLabel": "Non selezionato"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "共有",
|
||||
"pasteButtonLabel": "貼り付け",
|
||||
"selectAllButtonLabel": "すべてを選択",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "検索結果が見つかりました",
|
||||
"noResultsFound": "一致する検索結果はありません",
|
||||
"radioButtonUnselectedLabel": "選択されていません"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "გაზიარება",
|
||||
"pasteButtonLabel": "ჩასმა",
|
||||
"selectAllButtonLabel": "ყველას არჩევა",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "ძიების შედეგები ნაპოვნია",
|
||||
"noResultsFound": "შედეგები ვერ მოიძებნა",
|
||||
"radioButtonUnselectedLabel": "არ არის არჩეული"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Бөлісу",
|
||||
"pasteButtonLabel": "Қою",
|
||||
"selectAllButtonLabel": "Барлығын таңдау",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Табылған нәтижелер",
|
||||
"noResultsFound": "Ешбір нәтиже табылмады",
|
||||
"radioButtonUnselectedLabel": "Таңдалмады"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "ចែករំលែក",
|
||||
"pasteButtonLabel": "ដាក់ចូល",
|
||||
"selectAllButtonLabel": "ជ្រើសរើសទាំងអស់",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "បានរកឃើញលទ្ធផលស្វែងរក",
|
||||
"noResultsFound": "រកមិនឃើញលទ្ធផលទេ",
|
||||
"radioButtonUnselectedLabel": "មិនបានជ្រើសរើសទេ"
|
||||
}
|
||||
|
||||
@ -5,14 +5,14 @@
|
||||
"reorderItemDown": "\u0c95\u0cc6\u0cb3\u0c97\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf",
|
||||
"reorderItemLeft": "\u0c8e\u0ca1\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf",
|
||||
"reorderItemRight": "\u0cac\u0cb2\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf",
|
||||
"copyButtonLabel": "\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf",
|
||||
"copyButtonLabel": "\u0c95\u0cbe\u0caa\u0cbf\u0020\u0cae\u0cbe\u0ca1\u0cbf",
|
||||
"cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf",
|
||||
"lookUpButtonLabel": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0ca8\u0ccb\u0ca1\u0cbf",
|
||||
"searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf",
|
||||
"shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf",
|
||||
"pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf",
|
||||
"selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0020\u0cae\u0cbe\u0ca1\u0cbf",
|
||||
"searchResultsFound": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064",
|
||||
"noResultsFound": "\u004e\u006f\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064",
|
||||
"radioButtonUnselectedLabel": "\u004e\u006f\u0074\u0020\u0073\u0065\u006c\u0065\u0063\u0074\u0065\u0064"
|
||||
"searchResultsFound": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbe\u0c9f\u0020\u0cab\u0cb2\u0cbf\u0ca4\u0cbe\u0c82\u0cb6\u0c97\u0cb3\u0cc1\u0020\u0c95\u0c82\u0ca1\u0cc1\u0cac\u0c82\u0ca6\u0cbf\u0cb5\u0cc6",
|
||||
"noResultsFound": "\u0caf\u0cbe\u0cb5\u0cc1\u0ca6\u0cc7\u0020\u0cab\u0cb2\u0cbf\u0ca4\u0cbe\u0c82\u0cb6\u0c97\u0cb3\u0cc1\u0020\u0c95\u0c82\u0ca1\u0cc1\u0cac\u0c82\u0ca6\u0cbf\u0cb2\u0ccd\u0cb2",
|
||||
"radioButtonUnselectedLabel": "\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cb2\u0cbe\u0c97\u0cbf\u0cb2\u0ccd\u0cb2"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "공유",
|
||||
"pasteButtonLabel": "붙여넣기",
|
||||
"selectAllButtonLabel": "전체 선택",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "검색 결과 찾음",
|
||||
"noResultsFound": "검색 결과 없음",
|
||||
"radioButtonUnselectedLabel": "선택되지 않음"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Бөлүшүү",
|
||||
"pasteButtonLabel": "Чаптоо",
|
||||
"selectAllButtonLabel": "Баарын тандоо",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Изделген нерсе табылды",
|
||||
"noResultsFound": "Эч нерсе табылган жок",
|
||||
"radioButtonUnselectedLabel": "Тандалган жок"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "ແບ່ງປັນ",
|
||||
"pasteButtonLabel": "ວາງ",
|
||||
"selectAllButtonLabel": "ເລືອກທັງໝົດ",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "ພົບຜົນການຊອກຫາ",
|
||||
"noResultsFound": "ບໍ່ພົບຜົນການຊອກຫາ",
|
||||
"radioButtonUnselectedLabel": "ບໍ່ໄດ້ເລືອກ"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Bendrinti",
|
||||
"pasteButtonLabel": "Įklijuoti",
|
||||
"selectAllButtonLabel": "Pasirinkti viską",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Rasta paieškos rezultatų",
|
||||
"noResultsFound": "Rezultatų nerasta",
|
||||
"radioButtonUnselectedLabel": "Nepasirinkta"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Kopīgot",
|
||||
"pasteButtonLabel": "Ielīmēt",
|
||||
"selectAllButtonLabel": "Atlasīt visu",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Tika atrasti meklēšanas rezultāti",
|
||||
"noResultsFound": "Netika atrasts neviens rezultāts",
|
||||
"radioButtonUnselectedLabel": "Nav atlasīts"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Сподели",
|
||||
"pasteButtonLabel": "Залепи",
|
||||
"selectAllButtonLabel": "Избери ги сите",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Најдени се резултати од пребарувањето",
|
||||
"noResultsFound": "Не се најдени резултати",
|
||||
"radioButtonUnselectedLabel": "Не е избрано"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "പങ്കിടുക",
|
||||
"pasteButtonLabel": "ഒട്ടിക്കുക",
|
||||
"selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "തിരയൽ ഫലങ്ങൾ കണ്ടെത്തി",
|
||||
"noResultsFound": "ഫലങ്ങളൊന്നും കണ്ടെത്തിയില്ല",
|
||||
"radioButtonUnselectedLabel": "തിരഞ്ഞെടുത്തില്ല"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Хуваалцах",
|
||||
"pasteButtonLabel": "Буулгах",
|
||||
"selectAllButtonLabel": "Бүгдийг сонгох",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Хайлтын илэрцүүд олдлоо",
|
||||
"noResultsFound": "Илэрц олдсонгүй",
|
||||
"radioButtonUnselectedLabel": "Сонгоогүй"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "शेअर करा",
|
||||
"pasteButtonLabel": "पेस्ट करा",
|
||||
"selectAllButtonLabel": "सर्व निवडा",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "शोध परिणाम आढळले",
|
||||
"noResultsFound": "परिणाम आढळले नाहीत",
|
||||
"radioButtonUnselectedLabel": "निवडलेले नाही"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Kongsi",
|
||||
"pasteButtonLabel": "Tampal",
|
||||
"selectAllButtonLabel": "Pilih semua",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Hasil carian ditemukan",
|
||||
"noResultsFound": "Tiada hasil carian ditemukan",
|
||||
"radioButtonUnselectedLabel": "Tidak dipilih"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "မျှဝေရန်",
|
||||
"pasteButtonLabel": "ကူးထည့်ရန်",
|
||||
"selectAllButtonLabel": "အားလုံး ရွေးရန်",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "ရှာဖွေမှုရလဒ်များ တွေ့ထားသည်",
|
||||
"noResultsFound": "ရလဒ်မတွေ့ပါ",
|
||||
"radioButtonUnselectedLabel": "ရွေးမထားပါ"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Del",
|
||||
"pasteButtonLabel": "Lim inn",
|
||||
"selectAllButtonLabel": "Velg alle",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Søkeresultater ble funnet",
|
||||
"noResultsFound": "Fant ingen resultater",
|
||||
"radioButtonUnselectedLabel": "Ikke valgt"
|
||||
}
|
||||
|
||||
@ -6,13 +6,13 @@
|
||||
"reorderItemLeft": "बायाँ सार्नुहोस्",
|
||||
"reorderItemRight": "दायाँ सार्नुहोस्",
|
||||
"copyButtonLabel": "कपी गर्नुहोस्",
|
||||
"cutButtonLabel": "काट्नुहोस्",
|
||||
"cutButtonLabel": "कट गर्नुहोस्",
|
||||
"lookUpButtonLabel": "माथितिर हेर्नुहोस्",
|
||||
"searchWebButtonLabel": "वेबमा खोज्नुहोस्",
|
||||
"shareButtonLabel": "सेयर गर्नुहोस्",
|
||||
"pasteButtonLabel": "टाँस्नुहोस्",
|
||||
"pasteButtonLabel": "पेस्ट गर्नुहोस्",
|
||||
"selectAllButtonLabel": "सबै बटनहरू चयन गर्नुहोस्",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "खोज परिणाम भेटिएका छन्",
|
||||
"noResultsFound": "कुनै पनि परिणाम भेटिएन",
|
||||
"radioButtonUnselectedLabel": "चयन गरिएको छैन"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Delen",
|
||||
"pasteButtonLabel": "Plakken",
|
||||
"selectAllButtonLabel": "Alles selecteren",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Zoekresultaten gevonden",
|
||||
"noResultsFound": "Geen resultaten gevonden",
|
||||
"radioButtonUnselectedLabel": "Niet geselecteerd"
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"shareButtonLabel": "Del",
|
||||
"pasteButtonLabel": "Lim inn",
|
||||
"selectAllButtonLabel": "Velg alle",
|
||||
"searchResultsFound": "Search results found",
|
||||
"noResultsFound": "No results found",
|
||||
"radioButtonUnselectedLabel": "Not selected"
|
||||
"searchResultsFound": "Søkeresultater ble funnet",
|
||||
"noResultsFound": "Fant ingen resultater",
|
||||
"radioButtonUnselectedLabel": "Ikke valgt"
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user