Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
99d5ef90
Unverified
Commit
99d5ef90
authored
Aug 07, 2018
by
David Shuckerow
Committed by
GitHub
Aug 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add custom actions to the reorderable list (#20108)
parent
0630518b
Changes
64
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
64 changed files
with
1766 additions
and
107 deletions
+1766
-107
material_localizations.dart
...ages/flutter/lib/src/material/material_localizations.dart
+44
-4
reorderable_list.dart
packages/flutter/lib/src/material/reorderable_list.dart
+80
-28
localizations_test.dart
packages/flutter/test/material/localizations_test.dart
+6
-0
reorderable_list_test.dart
packages/flutter/test/material/reorderable_list_test.dart
+385
-12
localizations.dart
...ges/flutter_localizations/lib/src/l10n/localizations.dart
+814
-4
material_ar.arb
packages/flutter_localizations/lib/src/l10n/material_ar.arb
+7
-1
material_bg.arb
packages/flutter_localizations/lib/src/l10n/material_bg.arb
+7
-1
material_bs.arb
packages/flutter_localizations/lib/src/l10n/material_bs.arb
+8
-2
material_ca.arb
packages/flutter_localizations/lib/src/l10n/material_ca.arb
+7
-1
material_cs.arb
packages/flutter_localizations/lib/src/l10n/material_cs.arb
+7
-1
material_da.arb
packages/flutter_localizations/lib/src/l10n/material_da.arb
+7
-1
material_de.arb
packages/flutter_localizations/lib/src/l10n/material_de.arb
+7
-1
material_de_CH.arb
...ges/flutter_localizations/lib/src/l10n/material_de_CH.arb
+7
-1
material_el.arb
packages/flutter_localizations/lib/src/l10n/material_el.arb
+7
-1
material_en.arb
packages/flutter_localizations/lib/src/l10n/material_en.arb
+30
-0
material_en_AU.arb
...ges/flutter_localizations/lib/src/l10n/material_en_AU.arb
+7
-1
material_en_CA.arb
...ges/flutter_localizations/lib/src/l10n/material_en_CA.arb
+7
-1
material_en_GB.arb
...ges/flutter_localizations/lib/src/l10n/material_en_GB.arb
+7
-1
material_en_IE.arb
...ges/flutter_localizations/lib/src/l10n/material_en_IE.arb
+7
-1
material_en_IN.arb
...ges/flutter_localizations/lib/src/l10n/material_en_IN.arb
+7
-1
material_en_SG.arb
...ges/flutter_localizations/lib/src/l10n/material_en_SG.arb
+7
-1
material_en_ZA.arb
...ges/flutter_localizations/lib/src/l10n/material_en_ZA.arb
+7
-1
material_es.arb
packages/flutter_localizations/lib/src/l10n/material_es.arb
+7
-1
material_es_419.arb
...es/flutter_localizations/lib/src/l10n/material_es_419.arb
+7
-1
material_es_AR.arb
...ges/flutter_localizations/lib/src/l10n/material_es_AR.arb
+7
-1
material_et.arb
packages/flutter_localizations/lib/src/l10n/material_et.arb
+7
-1
material_fa.arb
packages/flutter_localizations/lib/src/l10n/material_fa.arb
+7
-1
material_fi.arb
packages/flutter_localizations/lib/src/l10n/material_fi.arb
+7
-1
material_fil.arb
packages/flutter_localizations/lib/src/l10n/material_fil.arb
+7
-1
material_fr.arb
packages/flutter_localizations/lib/src/l10n/material_fr.arb
+7
-1
material_gsw.arb
packages/flutter_localizations/lib/src/l10n/material_gsw.arb
+7
-1
material_he.arb
packages/flutter_localizations/lib/src/l10n/material_he.arb
+7
-1
material_hi.arb
packages/flutter_localizations/lib/src/l10n/material_hi.arb
+7
-1
material_hr.arb
packages/flutter_localizations/lib/src/l10n/material_hr.arb
+7
-1
material_hu.arb
packages/flutter_localizations/lib/src/l10n/material_hu.arb
+7
-1
material_id.arb
packages/flutter_localizations/lib/src/l10n/material_id.arb
+7
-1
material_it.arb
packages/flutter_localizations/lib/src/l10n/material_it.arb
+7
-1
material_ja.arb
packages/flutter_localizations/lib/src/l10n/material_ja.arb
+7
-1
material_ko.arb
packages/flutter_localizations/lib/src/l10n/material_ko.arb
+7
-1
material_lt.arb
packages/flutter_localizations/lib/src/l10n/material_lt.arb
+7
-1
material_lv.arb
packages/flutter_localizations/lib/src/l10n/material_lv.arb
+7
-1
material_ms.arb
packages/flutter_localizations/lib/src/l10n/material_ms.arb
+7
-1
material_nb.arb
packages/flutter_localizations/lib/src/l10n/material_nb.arb
+7
-1
material_nl.arb
packages/flutter_localizations/lib/src/l10n/material_nl.arb
+7
-1
material_pl.arb
packages/flutter_localizations/lib/src/l10n/material_pl.arb
+7
-1
material_ps.arb
packages/flutter_localizations/lib/src/l10n/material_ps.arb
+7
-1
material_pt.arb
packages/flutter_localizations/lib/src/l10n/material_pt.arb
+7
-1
material_pt_PT.arb
...ges/flutter_localizations/lib/src/l10n/material_pt_PT.arb
+7
-1
material_ro.arb
packages/flutter_localizations/lib/src/l10n/material_ro.arb
+7
-1
material_ru.arb
packages/flutter_localizations/lib/src/l10n/material_ru.arb
+7
-1
material_sk.arb
packages/flutter_localizations/lib/src/l10n/material_sk.arb
+7
-1
material_sl.arb
packages/flutter_localizations/lib/src/l10n/material_sl.arb
+7
-1
material_sr.arb
packages/flutter_localizations/lib/src/l10n/material_sr.arb
+7
-1
material_sr_Latn.arb
...s/flutter_localizations/lib/src/l10n/material_sr_Latn.arb
+7
-1
material_sv.arb
packages/flutter_localizations/lib/src/l10n/material_sv.arb
+7
-1
material_th.arb
packages/flutter_localizations/lib/src/l10n/material_th.arb
+7
-1
material_tl.arb
packages/flutter_localizations/lib/src/l10n/material_tl.arb
+7
-1
material_tr.arb
packages/flutter_localizations/lib/src/l10n/material_tr.arb
+7
-1
material_uk.arb
packages/flutter_localizations/lib/src/l10n/material_uk.arb
+7
-1
material_ur.arb
packages/flutter_localizations/lib/src/l10n/material_ur.arb
+7
-1
material_vi.arb
packages/flutter_localizations/lib/src/l10n/material_vi.arb
+7
-1
material_zh.arb
packages/flutter_localizations/lib/src/l10n/material_zh.arb
+7
-1
material_zh_HK.arb
...ges/flutter_localizations/lib/src/l10n/material_zh_HK.arb
+7
-1
material_zh_TW.arb
...ges/flutter_localizations/lib/src/l10n/material_zh_TW.arb
+7
-1
No files found.
packages/flutter/lib/src/material/material_localizations.dart
View file @
99d5ef90
...
...
@@ -27,10 +27,8 @@ import 'typography.dart';
// flutter_localizations package, you must first add it to the English
// translations (lib/src/l10n/material_en.arb), including a description, then
// you must add it to every other language (all the other *.arb files in that
// same directory), including a best guess as to the translation, e.g.
// obtained by optimistic use of Google Translate
// (https://translate.google.com/). After that you have to re-generate
// lib/src/l10n/localizations.dart by running
// same directory), listing the translation as `TBD`. After that you have to
// re-generate lib/src/l10n/localizations.dart by running
// `dart dev/tools/gen_localizations.dart --overwrite`. There is a README
// file with further information in the lib/src/l10n/ directory.
//
...
...
@@ -279,6 +277,30 @@ abstract class MaterialLocalizations {
/// shows the list of accounts.
String
get
showAccountsLabel
;
/// The semantics label used for [ReorderableList] to reorder an item in the
/// list to the start of the list.
String
get
reorderItemToStart
;
/// The semantics label used for [ReorderableList] to reorder an item in the
/// list to the end of the list.
String
get
reorderItemToEnd
;
/// The semantics label used for [ReorderableList] to reorder an item in the
/// list one space up the list.
String
get
reorderItemUp
;
/// The semantics label used for [ReorderableList] to reorder an item in the
/// list one space down the list.
String
get
reorderItemDown
;
/// The semantics label used for [ReorderableList] to reorder an item in the
/// list one space left in the list.
String
get
reorderItemLeft
;
/// The semantics label used for [ReorderableList] to reorder an item in the
/// list one space right in the list.
String
get
reorderItemRight
;
/// The `MaterialLocalizations` from the closest [Localizations] instance
/// that encloses the given context.
///
...
...
@@ -641,6 +663,24 @@ class DefaultMaterialLocalizations implements MaterialLocalizations {
@override
String
get
showAccountsLabel
=>
'Show accounts'
;
@override
String
get
reorderItemUp
=>
'Move up'
;
@override
String
get
reorderItemDown
=>
'Move down'
;
@override
String
get
reorderItemLeft
=>
'Move left'
;
@override
String
get
reorderItemRight
=>
'Move right'
;
@override
String
get
reorderItemToEnd
=>
'Move to the end'
;
@override
String
get
reorderItemToStart
=>
'Move to the start'
;
/// Creates an object that provides US English resource values for the material
/// library widgets.
///
...
...
packages/flutter/lib/src/material/reorderable_list.dart
View file @
99d5ef90
...
...
@@ -8,6 +8,7 @@ import 'package:flutter/widgets.dart';
import
'package:flutter/rendering.dart'
;
import
'material.dart'
;
import
'material_localizations.dart'
;
/// The callback used by [ReorderableListView] to move an item to a new
/// position in a list.
...
...
@@ -310,13 +311,10 @@ class _ReorderableListContentState extends State<_ReorderableListContent> with T
// Handles up the logic for dragging and reordering items in the list.
Widget
_wrap
(
Widget
toWrap
,
int
index
,
BoxConstraints
constraints
)
{
assert
(
toWrap
.
key
!=
null
);
// We create a global key based on both the child key and index
// so that when we reorder the list, a key doesn't get created twice.
final
GlobalObjectKey
keyIndexGlobalKey
=
new
GlobalObjectKey
(
toWrap
.
key
);
// We pass the toWrapWithGlobalKey into the Draggable so that when a list
// item gets dragged, the accessibility framework can preserve the selected
// state of the dragging item.
final
Widget
toWrapWithGlobalKey
=
new
KeyedSubtree
(
key:
keyIndexGlobalKey
,
child:
toWrap
);
// Starts dragging toWrap.
void
onDragStarted
()
{
...
...
@@ -330,11 +328,11 @@ class _ReorderableListContentState extends State<_ReorderableListContent> with T
});
}
//
Drops toWrap into the last position it was hovering over
.
void
onDragEnded
(
)
{
//
Places the value from startIndex one space before the element at endIndex
.
void
reorder
(
int
startIndex
,
int
endIndex
)
{
setState
(()
{
if
(
_dragStartIndex
!=
_current
Index
)
widget
.
onReorder
(
_dragStartIndex
,
_current
Index
);
if
(
startIndex
!=
end
Index
)
widget
.
onReorder
(
startIndex
,
end
Index
);
// Animates leftover space in the drop area closed.
// TODO(djshuckerow): bring the animation in line with the Material
// specifications.
...
...
@@ -344,7 +342,64 @@ class _ReorderableListContentState extends State<_ReorderableListContent> with T
});
}
// Drops toWrap into the last position it was hovering over.
void
onDragEnded
()
{
reorder
(
_dragStartIndex
,
_currentIndex
);
}
Widget
wrapWithSemantics
()
{
// First, determine which semantics actions apply.
final
Map
<
CustomSemanticsAction
,
VoidCallback
>
semanticsActions
=
<
CustomSemanticsAction
,
VoidCallback
>{};
// Create the appropriate semantics actions.
void
moveToStart
()
=>
reorder
(
index
,
0
);
void
moveToEnd
()
=>
reorder
(
index
,
widget
.
children
.
length
);
void
moveBefore
()
=>
reorder
(
index
,
index
-
1
);
// To move after, we go to index+2 because we are moving it to the space
// before index+2, which is after the space at index+1.
void
moveAfter
()
=>
reorder
(
index
,
index
+
2
);
final
MaterialLocalizations
localizations
=
MaterialLocalizations
.
of
(
context
);
// If the item can move to before its current position in the list.
if
(
index
>
0
)
{
semanticsActions
[
new
CustomSemanticsAction
(
label:
localizations
.
reorderItemToStart
)]
=
moveToStart
;
String
reorderItemBefore
=
localizations
.
reorderItemUp
;
if
(
widget
.
scrollDirection
==
Axis
.
horizontal
)
{
reorderItemBefore
=
Directionality
.
of
(
context
)
==
TextDirection
.
ltr
?
localizations
.
reorderItemLeft
:
localizations
.
reorderItemRight
;
}
semanticsActions
[
new
CustomSemanticsAction
(
label:
reorderItemBefore
)]
=
moveBefore
;
}
// If the item can move to after its current position in the list.
if
(
index
<
widget
.
children
.
length
-
1
)
{
String
reorderItemAfter
=
localizations
.
reorderItemDown
;
if
(
widget
.
scrollDirection
==
Axis
.
horizontal
)
{
reorderItemAfter
=
Directionality
.
of
(
context
)
==
TextDirection
.
ltr
?
localizations
.
reorderItemRight
:
localizations
.
reorderItemLeft
;
}
semanticsActions
[
new
CustomSemanticsAction
(
label:
reorderItemAfter
)]
=
moveAfter
;
semanticsActions
[
new
CustomSemanticsAction
(
label:
localizations
.
reorderItemToEnd
)]
=
moveToEnd
;
}
// We pass toWrap with a GlobalKey into the Draggable so that when a list
// item gets dragged, the accessibility framework can preserve the selected
// state of the dragging item.
//
// We also apply the relevant custom accessibility actions for moving the item
// up, down, to the start, and to the end of the list.
return
new
KeyedSubtree
(
key:
keyIndexGlobalKey
,
child:
new
Semantics
(
customSemanticsActions:
semanticsActions
,
child:
toWrap
,
));
}
Widget
buildDragTarget
(
BuildContext
context
,
List
<
Key
>
acceptedCandidates
,
List
<
dynamic
>
rejectedCandidates
)
{
final
Widget
toWrapWithSemantics
=
wrapWithSemantics
();
// We build the draggable inside of a layout builder so that we can
// constrain the size of the feedback dragging widget.
Widget
child
=
new
LongPressDraggable
<
Key
>(
...
...
@@ -358,10 +413,10 @@ class _ReorderableListContentState extends State<_ReorderableListContent> with T
constraints:
constraints
,
child:
new
Material
(
elevation:
6.0
,
child:
toWrapWith
GlobalKey
,
child:
toWrapWith
Semantics
,
),
),
child:
_dragging
==
toWrap
.
key
?
const
SizedBox
()
:
toWrapWith
GlobalKey
,
child:
_dragging
==
toWrap
.
key
?
const
SizedBox
()
:
toWrapWith
Semantics
,
childWhenDragging:
const
SizedBox
(),
dragAnchor:
DragAnchor
.
child
,
onDragStarted:
onDragStarted
,
...
...
@@ -422,25 +477,22 @@ class _ReorderableListContentState extends State<_ReorderableListContent> with T
}
// We wrap the drag target in a Builder so that we can scroll to its specific context.
return
new
KeyedSubtree
(
key:
new
Key
(
'#
$ReorderableListView
|KeyedSubtree|
${toWrap.key}
'
),
child:
new
Builder
(
builder:
(
BuildContext
context
)
{
return
new
DragTarget
<
Key
>(
builder:
buildDragTarget
,
onWillAccept:
(
Key
toAccept
)
{
setState
(()
{
_nextIndex
=
index
;
_requestAnimationToNextIndex
();
});
_scrollTo
(
context
);
// If the target is not the original starting point, then we will accept the drop.
return
_dragging
==
toAccept
&&
toAccept
!=
toWrap
.
key
;
},
onAccept:
(
Key
accepted
)
{},
onLeave:
(
Key
leaving
)
{},
);
}),
);
return
new
Builder
(
builder:
(
BuildContext
context
)
{
return
new
DragTarget
<
Key
>(
builder:
buildDragTarget
,
onWillAccept:
(
Key
toAccept
)
{
setState
(()
{
_nextIndex
=
index
;
_requestAnimationToNextIndex
();
});
_scrollTo
(
context
);
// If the target is not the original starting point, then we will accept the drop.
return
_dragging
==
toAccept
&&
toAccept
!=
toWrap
.
key
;
},
onAccept:
(
Key
accepted
)
{},
onLeave:
(
Key
leaving
)
{},
);
});
}
@override
...
...
packages/flutter/test/material/localizations_test.dart
View file @
99d5ef90
...
...
@@ -35,6 +35,12 @@ void main() {
expect
(
localizations
.
dialogLabel
,
isNotNull
);
expect
(
localizations
.
alertDialogLabel
,
isNotNull
);
expect
(
localizations
.
searchFieldLabel
,
isNotNull
);
expect
(
localizations
.
reorderItemUp
,
isNotNull
);
expect
(
localizations
.
reorderItemDown
,
isNotNull
);
expect
(
localizations
.
reorderItemLeft
,
isNotNull
);
expect
(
localizations
.
reorderItemRight
,
isNotNull
);
expect
(
localizations
.
reorderItemToEnd
,
isNotNull
);
expect
(
localizations
.
reorderItemToStart
,
isNotNull
);
expect
(
localizations
.
aboutListTileTitle
(
'FOO'
),
isNotNull
);
expect
(
localizations
.
aboutListTileTitle
(
'FOO'
),
contains
(
'FOO'
));
...
...
packages/flutter/test/material/reorderable_list_test.dart
View file @
99d5ef90
This diff is collapsed.
Click to expand it.
packages/flutter_localizations/lib/src/l10n/localizations.dart
View file @
99d5ef90
This diff is collapsed.
Click to expand it.
packages/flutter_localizations/lib/src/l10n/material_ar.arb
View file @
99d5ef90
...
...
@@ -43,5 +43,11 @@
"popupMenuLabel"
:
"قائمة منبثقة"
,
"dialogLabel"
:
"مربع حوار"
,
"alertDialogLabel"
:
"مربع حوار التنبيه"
,
"searchFieldLabel"
:
"بحث"
"searchFieldLabel"
:
"بحث"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_bg.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Изскачащо меню"
,
"dialogLabel"
:
"Диалогов прозорец"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_bs.arb
View file @
99d5ef90
...
...
@@ -40,5 +40,11 @@
"popupMenuLabel"
:
"Skočni izbornik"
,
"dialogLabel"
:
"Dijalog"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
}
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
\ No newline at end of file
packages/flutter_localizations/lib/src/l10n/material_ca.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Menú emergent"
,
"dialogLabel"
:
"Diàleg"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_cs.arb
View file @
99d5ef90
...
...
@@ -41,5 +41,11 @@
"popupMenuLabel"
:
"Vyskakovací nabídka"
,
"dialogLabel"
:
"Dialogové okno"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_da.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop op-menu"
,
"dialogLabel"
:
"Dialogboks"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_de.arb
View file @
99d5ef90
...
...
@@ -40,5 +40,11 @@
"popupMenuLabel"
:
"Pop-up-Menü"
,
"dialogLabel"
:
"Dialogfeld"
,
"alertDialogLabel"
:
"Aufmerksam"
,
"searchFieldLabel"
:
"Suchen"
"searchFieldLabel"
:
"Suchen"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_de_CH.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-up-Menü"
,
"dialogLabel"
:
"Dialogfeld"
,
"alertDialogLabel"
:
"Aufmerksam"
,
"searchFieldLabel"
:
"Suchen"
"searchFieldLabel"
:
"Suchen"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_el.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Αναδυόμενο μενού"
,
"dialogLabel"
:
"Παράθυρο διαλόγου"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_en.arb
View file @
99d5ef90
...
...
@@ -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."
}
}
packages/flutter_localizations/lib/src/l10n/material_en_AU.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-up menu"
,
"dialogLabel"
:
"Dialogue"
,
"alertDialogLabel"
:
"Alert"
,
"searchFieldLabel"
:
"Search"
"searchFieldLabel"
:
"Search"
,
"reorderItemToStart"
:
"Move to the start"
,
"reorderItemToEnd"
:
"Move to the end"
,
"reorderItemUp"
:
"Move up"
,
"reorderItemDown"
:
"Move down"
,
"reorderItemLeft"
:
"Move left"
,
"reorderItemRight"
:
"Move right"
}
packages/flutter_localizations/lib/src/l10n/material_en_CA.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-up menu"
,
"dialogLabel"
:
"Dialogue"
,
"alertDialogLabel"
:
"Alert"
,
"searchFieldLabel"
:
"Search"
"searchFieldLabel"
:
"Search"
,
"reorderItemToStart"
:
"Move to the start"
,
"reorderItemToEnd"
:
"Move to the end"
,
"reorderItemUp"
:
"Move up"
,
"reorderItemDown"
:
"Move down"
,
"reorderItemLeft"
:
"Move left"
,
"reorderItemRight"
:
"Move right"
}
packages/flutter_localizations/lib/src/l10n/material_en_GB.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-up menu"
,
"dialogLabel"
:
"Dialogue"
,
"alertDialogLabel"
:
"Alert"
,
"searchFieldLabel"
:
"Search"
"searchFieldLabel"
:
"Search"
,
"reorderItemToStart"
:
"Move to the start"
,
"reorderItemToEnd"
:
"Move to the end"
,
"reorderItemUp"
:
"Move up"
,
"reorderItemDown"
:
"Move down"
,
"reorderItemLeft"
:
"Move left"
,
"reorderItemRight"
:
"Move right"
}
packages/flutter_localizations/lib/src/l10n/material_en_IE.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-up menu"
,
"dialogLabel"
:
"Dialogue"
,
"alertDialogLabel"
:
"Alert"
,
"searchFieldLabel"
:
"Search"
"searchFieldLabel"
:
"Search"
,
"reorderItemToStart"
:
"Move to the start"
,
"reorderItemToEnd"
:
"Move to the end"
,
"reorderItemUp"
:
"Move up"
,
"reorderItemDown"
:
"Move down"
,
"reorderItemLeft"
:
"Move left"
,
"reorderItemRight"
:
"Move right"
}
packages/flutter_localizations/lib/src/l10n/material_en_IN.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-up menu"
,
"dialogLabel"
:
"Dialogue"
,
"alertDialogLabel"
:
"Alert"
,
"searchFieldLabel"
:
"Search"
"searchFieldLabel"
:
"Search"
,
"reorderItemToStart"
:
"Move to the start"
,
"reorderItemToEnd"
:
"Move to the end"
,
"reorderItemUp"
:
"Move up"
,
"reorderItemDown"
:
"Move down"
,
"reorderItemLeft"
:
"Move left"
,
"reorderItemRight"
:
"Move right"
}
packages/flutter_localizations/lib/src/l10n/material_en_SG.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-up menu"
,
"dialogLabel"
:
"Dialogue"
,
"alertDialogLabel"
:
"Alert"
,
"searchFieldLabel"
:
"Search"
"searchFieldLabel"
:
"Search"
,
"reorderItemToStart"
:
"Move to the start"
,
"reorderItemToEnd"
:
"Move to the end"
,
"reorderItemUp"
:
"Move up"
,
"reorderItemDown"
:
"Move down"
,
"reorderItemLeft"
:
"Move left"
,
"reorderItemRight"
:
"Move right"
}
packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-up menu"
,
"dialogLabel"
:
"Dialogue"
,
"alertDialogLabel"
:
"Alert"
,
"searchFieldLabel"
:
"Search"
"searchFieldLabel"
:
"Search"
,
"reorderItemToStart"
:
"Move to the start"
,
"reorderItemToEnd"
:
"Move to the end"
,
"reorderItemUp"
:
"Move up"
,
"reorderItemDown"
:
"Move down"
,
"reorderItemLeft"
:
"Move left"
,
"reorderItemRight"
:
"Move right"
}
packages/flutter_localizations/lib/src/l10n/material_es.arb
View file @
99d5ef90
...
...
@@ -40,5 +40,11 @@
"popupMenuLabel"
:
"Menú emergente"
,
"dialogLabel"
:
"Cuadro de diálogo"
,
"alertDialogLabel"
:
"Alerta"
,
"searchFieldLabel"
:
"Buscar"
"searchFieldLabel"
:
"Buscar"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_es_419.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Menú emergente"
,
"dialogLabel"
:
"Diálogo"
,
"alertDialogLabel"
:
"Alerta"
,
"searchFieldLabel"
:
"Buscar"
"searchFieldLabel"
:
"Buscar"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_es_AR.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Menú emergente"
,
"dialogLabel"
:
"Diálogo"
,
"alertDialogLabel"
:
"Alerta"
,
"searchFieldLabel"
:
"Buscar"
"searchFieldLabel"
:
"Buscar"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_et.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Hüpikmenüü"
,
"dialogLabel"
:
"Dialoog"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_fa.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"منوی بازشو"
,
"dialogLabel"
:
"کادر گفتگو"
,
"alertDialogLabel"
:
"هشدار"
,
"searchFieldLabel"
:
"جستجو کردن"
"searchFieldLabel"
:
"جستجو کردن"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_fi.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Ponnahdusvalikko"
,
"dialogLabel"
:
"Valintaikkuna"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_fil.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Popup na menu"
,
"dialogLabel"
:
"Dialog"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_fr.arb
View file @
99d5ef90
...
...
@@ -40,5 +40,11 @@
"popupMenuLabel"
:
"Menu contextuel"
,
"dialogLabel"
:
"Boîte de dialogue"
,
"alertDialogLabel"
:
"Alerte"
,
"searchFieldLabel"
:
"Chercher"
"searchFieldLabel"
:
"Chercher"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_gsw.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-up-Menü"
,
"dialogLabel"
:
"Dialogfeld"
,
"alertDialogLabel"
:
"Aufmerksam"
,
"searchFieldLabel"
:
"Suchen"
"searchFieldLabel"
:
"Suchen"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_he.arb
View file @
99d5ef90
...
...
@@ -41,5 +41,11 @@
"popupMenuLabel"
:
"תפריט קופץ"
,
"dialogLabel"
:
"תיבת דו-שיח"
,
"alertDialogLabel"
:
"עֵרָנִי"
,
"searchFieldLabel"
:
"לחפש"
"searchFieldLabel"
:
"לחפש"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_hi.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"पॉपअप मेन्यू"
,
"dialogLabel"
:
"संवाद"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_hr.arb
View file @
99d5ef90
...
...
@@ -40,5 +40,11 @@
"popupMenuLabel"
:
"Skočni izbornik"
,
"dialogLabel"
:
"Dijalog"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_hu.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Előugró menü"
,
"dialogLabel"
:
"Párbeszédablak"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_id.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Menu pop-up"
,
"dialogLabel"
:
"Dialog"
,
"alertDialogLabel"
:
"Waspada"
,
"searchFieldLabel"
:
"Pencarian"
"searchFieldLabel"
:
"Pencarian"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_it.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Menu popup"
,
"dialogLabel"
:
"Finestra di dialogo"
,
"alertDialogLabel"
:
"Mettere in guardia"
,
"searchFieldLabel"
:
"Ricerca"
"searchFieldLabel"
:
"Ricerca"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_ja.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"ポップアップ メニュー"
,
"dialogLabel"
:
"ダイアログ"
,
"alertDialogLabel"
:
"アラート"
,
"searchFieldLabel"
:
"サーチ"
"searchFieldLabel"
:
"サーチ"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_ko.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"팝업 메뉴"
,
"dialogLabel"
:
"대화상자"
,
"alertDialogLabel"
:
"경보"
,
"searchFieldLabel"
:
"수색"
"searchFieldLabel"
:
"수색"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_lt.arb
View file @
99d5ef90
...
...
@@ -41,5 +41,11 @@
"popupMenuLabel"
:
"Iššokantysis meniu"
,
"dialogLabel"
:
"Dialogo langas"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_lv.arb
View file @
99d5ef90
...
...
@@ -40,5 +40,11 @@
"popupMenuLabel"
:
"Uznirstošā izvēlne"
,
"dialogLabel"
:
"Dialoglodziņš"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_ms.arb
View file @
99d5ef90
...
...
@@ -40,5 +40,11 @@
"popupMenuLabel"
:
"Menu pop timbul"
,
"dialogLabel"
:
"Dialog"
,
"alertDialogLabel"
:
"Amaran"
,
"searchFieldLabel"
:
"Carian"
"searchFieldLabel"
:
"Carian"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_nb.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Forgrunnsmeny"
,
"dialogLabel"
:
"Dialogboks"
,
"alertDialogLabel"
:
"Varsling"
,
"searchFieldLabel"
:
"Søke"
"searchFieldLabel"
:
"Søke"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_nl.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Pop-upmenu"
,
"dialogLabel"
:
"Dialoogvenster"
,
"alertDialogLabel"
:
"Alarm"
,
"searchFieldLabel"
:
"Zoeken"
"searchFieldLabel"
:
"Zoeken"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_pl.arb
View file @
99d5ef90
...
...
@@ -41,5 +41,11 @@
"popupMenuLabel"
:
"Wyskakujące menu"
,
"dialogLabel"
:
"Okno dialogowe"
,
"alertDialogLabel"
:
"Alarm"
,
"searchFieldLabel"
:
"Szukaj"
"searchFieldLabel"
:
"Szukaj"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_ps.arb
View file @
99d5ef90
...
...
@@ -38,5 +38,11 @@
"popupMenuLabel"
:
"د پاپ اپ مینو"
,
"dialogLabel"
:
"خبرې اترې"
,
"alertDialogLabel"
:
"خبرتیا"
,
"searchFieldLabel"
:
"لټون"
"searchFieldLabel"
:
"لټون"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_pt.arb
View file @
99d5ef90
...
...
@@ -41,5 +41,11 @@
"popupMenuLabel"
:
"Menu pop-up"
,
"dialogLabel"
:
"Caixa de diálogo"
,
"alertDialogLabel"
:
"Alerta"
,
"searchFieldLabel"
:
"Pesquisa"
"searchFieldLabel"
:
"Pesquisa"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Menu pop-up"
,
"dialogLabel"
:
"Caixa de diálogo"
,
"alertDialogLabel"
:
"Alerta"
,
"searchFieldLabel"
:
"Pesquisa"
"searchFieldLabel"
:
"Pesquisa"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_ro.arb
View file @
99d5ef90
...
...
@@ -41,5 +41,11 @@
"popupMenuLabel"
:
"Meniu pop-up"
,
"dialogLabel"
:
"Casetă de dialog"
,
"alertDialogLabel"
:
"Alerta"
,
"searchFieldLabel"
:
"Căutare"
"searchFieldLabel"
:
"Căutare"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_ru.arb
View file @
99d5ef90
...
...
@@ -42,5 +42,11 @@
"popupMenuLabel"
:
"Всплывающее меню"
,
"dialogLabel"
:
"Диалоговое окно"
,
"alertDialogLabel"
:
"бдительный"
,
"searchFieldLabel"
:
"Поиск"
"searchFieldLabel"
:
"Поиск"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_sk.arb
View file @
99d5ef90
...
...
@@ -41,5 +41,11 @@
"popupMenuLabel"
:
"Kontextová ponuka"
,
"dialogLabel"
:
"Dialógové okno"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_sl.arb
View file @
99d5ef90
...
...
@@ -41,5 +41,11 @@
"popupMenuLabel"
:
"Pojavni meni"
,
"dialogLabel"
:
"Pogovorno okno"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_sr.arb
View file @
99d5ef90
...
...
@@ -40,5 +40,11 @@
"popupMenuLabel"
:
"Искачући мени"
,
"dialogLabel"
:
"Дијалог"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb
View file @
99d5ef90
...
...
@@ -40,5 +40,11 @@
"popupMenuLabel"
:
"Iskačući meni"
,
"dialogLabel"
:
"Dijalog"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_sv.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Popup-meny"
,
"dialogLabel"
:
"Dialogruta"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_th.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"เมนูป๊อปอัป"
,
"dialogLabel"
:
"กล่องโต้ตอบ"
,
"alertDialogLabel"
:
"เตือนภัย"
,
"searchFieldLabel"
:
"ค้นหา"
"searchFieldLabel"
:
"ค้นหา"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_tl.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Popup na menu"
,
"dialogLabel"
:
"Dialog"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_tr.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Popup menü"
,
"dialogLabel"
:
"İletişim kutusu"
,
"alertDialogLabel"
:
"Alarm"
,
"searchFieldLabel"
:
"Arama"
"searchFieldLabel"
:
"Arama"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_uk.arb
View file @
99d5ef90
...
...
@@ -41,5 +41,11 @@
"popupMenuLabel"
:
"Спливаюче меню"
,
"dialogLabel"
:
"Вікно"
,
"alertDialogLabel"
:
"TBD"
,
"searchFieldLabel"
:
"TBD"
"searchFieldLabel"
:
"TBD"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_ur.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"پاپ اپ مینو"
,
"dialogLabel"
:
"ڈائلاگ"
,
"alertDialogLabel"
:
"انتباہ"
,
"searchFieldLabel"
:
"تلاش کریں"
"searchFieldLabel"
:
"تلاش کریں"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_vi.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"Menu bật lên"
,
"dialogLabel"
:
"Hộp thoại"
,
"alertDialogLabel"
:
"Hộp thoại"
,
"searchFieldLabel"
:
"Tìm kiếm"
"searchFieldLabel"
:
"Tìm kiếm"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_zh.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"弹出菜单"
,
"dialogLabel"
:
"对话框"
,
"alertDialogLabel"
:
"警报"
,
"searchFieldLabel"
:
"搜索"
"searchFieldLabel"
:
"搜索"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"彈出式選單"
,
"dialogLabel"
:
"對話方塊"
,
"alertDialogLabel"
:
"警报"
,
"searchFieldLabel"
:
"搜索"
"searchFieldLabel"
:
"搜索"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb
View file @
99d5ef90
...
...
@@ -39,5 +39,11 @@
"popupMenuLabel"
:
"彈出式選單"
,
"dialogLabel"
:
"對話方塊"
,
"alertDialogLabel"
:
"警报"
,
"searchFieldLabel"
:
"搜索"
"searchFieldLabel"
:
"搜索"
,
"reorderItemToStart"
:
"TBD"
,
"reorderItemToEnd"
:
"TBD"
,
"reorderItemUp"
:
"TBD"
,
"reorderItemDown"
:
"TBD"
,
"reorderItemLeft"
:
"TBD"
,
"reorderItemRight"
:
"TBD"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment