Add custom actions to the reorderable list (#20108)
diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb
index c58de4c..c13d508 100644
--- a/packages/flutter_localizations/lib/src/l10n/material_en.arb
+++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb
@@ -205,5 +205,35 @@
"searchFieldLabel": "Search",
"@searchFieldLabel": {
"description": "Label indicating that a text field is a search field. This will be used as a hint text in the text field."
+ },
+
+ "reorderItemToStart": "Move to the start",
+ "@reorderItemToStart": {
+ "description": "The audio announcement to move an item in a Reorderable List to the start of the list."
+ },
+
+ "reorderItemToEnd": "Move to the end",
+ "@reorderItemToEnd": {
+ "description": "The audio announcement to move an item in a Reorderable List to the end of the list."
+ },
+
+ "reorderItemUp": "Move up",
+ "@reorderItemUp": {
+ "description": "The audio announcement to move an item in a Reorderable List up in the list when it is oriented vertically."
+ },
+
+ "reorderItemDown": "Move down",
+ "@reorderItemDown": {
+ "description": "The audio announcement to move an item in a Reorderable List down in the list when it is oriented vertically."
+ },
+
+ "reorderItemLeft": "Move left",
+ "@reorderItemLeft": {
+ "description": "The audio announcement to move an item in a Reorderable List left in the list when it is oriented horizontally."
+ },
+
+ "reorderItemRight": "Move right",
+ "@reorderItemRight": {
+ "description": "The audio announcement to move an item in a Reorderable List right in the list when it is oriented horizontally."
}
}