Add Welsh to Material Flutter (and update some other translations) (#124094)
Reverts flutter/flutter#124088
This PR should properly incorporate the new Welsh translations into
Flutter (and maybe some other strings that seem to be updated in TC).
I think the other translation changes come from this issue:
https://github.com/flutter/flutter/issues/115181.
Fixes https://github.com/flutter/flutter/issues/120124.
diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb
index 827b306..2d7e93c 100644
--- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb
+++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb
@@ -21,7 +21,7 @@
"selectedRowCountTitleOne": "ഒരു ഇനം തിരഞ്ഞെടുത്തു",
"selectedRowCountTitleOther": "$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു",
"cancelButtonLabel": "റദ്ദാക്കുക",
- "closeButtonLabel": "അടയ്ക്കുക",
+ "closeButtonLabel": "അടയ്ക്കുക",
"continueButtonLabel": "തുടരുക",
"copyButtonLabel": "പകർത്തുക",
"cutButtonLabel": "മുറിക്കുക",
@@ -129,9 +129,9 @@
"keyboardKeyMetaMacOs": "Command",
"keyboardKeyMetaWindows": "Win",
"menuBarMenuLabel": "മെനു ബാർ മെനു",
- "currentDateLabel": "Date of today",
- "scrimLabel": "Scrim",
- "bottomSheetLabel": "Bottom Sheet",
- "scrimOnTapHint": "Close $modalRouteName",
+ "currentDateLabel": "ഇന്ന്",
+ "scrimLabel": "സ്ക്രിം",
+ "bottomSheetLabel": "ബോട്ടം ഷീറ്റ്",
+ "scrimOnTapHint": "$modalRouteContentName അടയ്ക്കുക",
"keyboardKeyShift": "Shift"
}