1
1
{
2
+ "actionbar.actions" : " Actions" ,
3
+ "actionbar.actionsAvailable" : " Actions available." ,
2
4
"actionbar.clearSelection" : " Clear selection" ,
3
5
"actionbar.selected" : " {count, plural, =0 {None selected} other {# selected}}" ,
4
6
"actionbar.selectedAll" : " All selected" ,
5
- "actionbar.actions" : " Actions" ,
6
- "actionbar.actionsAvailable" : " Actions available." ,
7
+ "breadcrumbs.more" : " More items" ,
7
8
"button.pending" : " pending" ,
8
9
"calendar.invalidSelection" : " Selected {selectedCount, plural, one {date} other {dates}} unavailable." ,
9
- "contextualhelp.info " : " Information " ,
10
+ "combobox.noResults " : " No results " ,
10
11
"contextualhelp.help" : " Help" ,
11
- "datepicker.time" : " Time" ,
12
- "datepicker.startTime" : " Start time" ,
12
+ "contextualhelp.info" : " Information" ,
13
13
"datepicker.endTime" : " End time" ,
14
- "dialog.dismiss" : " Dismiss" ,
14
+ "datepicker.startTime" : " Start time" ,
15
+ "datepicker.time" : " Time" ,
15
16
"dialog.alert" : " Alert" ,
17
+ "dialog.dismiss" : " Dismiss" ,
16
18
"dropzone.replaceMessage" : " Drop file to replace" ,
19
+ "inlinealert.informative" : " Information" ,
17
20
"inlinealert.negative" : " Error" ,
18
21
"inlinealert.notice" : " Warning" ,
19
- "inlinealert.informative" : " Information" ,
20
22
"inlinealert.positive" : " Success" ,
21
- "label.(required)" : " (required)" ,
22
23
"label.(optional)" : " (optional)" ,
24
+ "label.(required)" : " (required)" ,
23
25
"menu.moreActions" : " More actions" ,
26
+ "notificationbadge.indicatorOnly" : " New activity" ,
27
+ "notificationbadge.plus" : " {notifications}+" ,
24
28
"picker.placeholder" : " Select…" ,
25
- "slider.minimum " : " Minimum " ,
29
+ "picker.selectedCount " : " {count, plural, =0 {No items selected} one {# item selected} other {# items selected}} " ,
26
30
"slider.maximum" : " Maximum" ,
31
+ "slider.minimum" : " Minimum" ,
27
32
"table.loading" : " Loading…" ,
28
33
"table.loadingMore" : " Loading more…" ,
34
+ "table.resizeColumn" : " Resize column" ,
29
35
"table.sortAscending" : " Sort Ascending" ,
30
36
"table.sortDescending" : " Sort Descending" ,
31
- "table.resizeColumn" : " Resize column" ,
32
- "tag.showAllButtonLabel" : " Show all ({tagCount, number})" ,
33
- "tag.hideButtonLabel" : " Show less" ,
34
37
"tag.actions" : " Actions" ,
38
+ "tag.hideButtonLabel" : " Show less" ,
35
39
"tag.noTags" : " None" ,
36
- "combobox.noResults" : " No results" ,
37
- "notificationbadge.plus" : " {notifications}+" ,
38
- "notificationbadge.indicatorOnly" : " New activity" ,
39
- "breadcrumbs.more" : " More items" ,
40
+ "tag.showAllButtonLabel" : " Show all ({tagCount, number})" ,
40
41
"toast.clearAll" : " Clear all" ,
41
42
"toast.collapse" : " Collapse" ,
42
43
"toast.showAll" : " Show all"
43
- }
44
+ }
0 commit comments