2
2
"actionbar.actions" : " Acciones" ,
3
3
"actionbar.actionsAvailable" : " Acciones disponibles." ,
4
4
"actionbar.clearSelection" : " Borrar selección" ,
5
- "actionbar.selected" : " {count, plural, =0 {Nada seleccionado} one {# seleccionado} other {# seleccionados}}" ,
6
- "actionbar.selectedAll" : " Todo seleccionado" ,
5
+ "actionbar.selected" : " {count, plural, =0 {Ninguno seleccionado} other {# seleccionados}}" ,
6
+ "actionbar.selectedAll" : " Todos seleccionados" ,
7
+ "breadcrumbs.more" : " Más elementos" ,
7
8
"button.pending" : " pendiente" ,
8
9
"contextualhelp.help" : " Ayuda" ,
9
10
"contextualhelp.info" : " Información" ,
17
18
"label.(optional)" : " (opcional)" ,
18
19
"label.(required)" : " (obligatorio)" ,
19
20
"menu.moreActions" : " Más acciones" ,
21
+ "notificationbadge.indicatorOnly" : " Nueva actividad" ,
22
+ "notificationbadge.plus" : " {notifications}+" ,
20
23
"picker.placeholder" : " Seleccione…" ,
21
24
"slider.maximum" : " Máximo" ,
22
25
"slider.minimum" : " Mínimo" ,
23
26
"table.loading" : " Cargando…" ,
24
27
"table.loadingMore" : " Cargando más…" ,
25
28
"table.resizeColumn" : " Cambiar el tamaño de la columna" ,
26
- "table.sortAscending" : " Orden de subida " ,
27
- "table.sortDescending" : " Orden de bajada " ,
29
+ "table.sortAscending" : " Orden ascendente " ,
30
+ "table.sortDescending" : " Orden descendente " ,
28
31
"tag.actions" : " Acciones" ,
29
32
"tag.hideButtonLabel" : " Mostrar menos" ,
30
33
"tag.noTags" : " Ninguno" ,
31
- "tag.showAllButtonLabel" : " Mostrar todo ({tagCount, number})" ,
32
- "breadcrumbs.more" : " Más elementos"
33
- }
34
+ "tag.showAllButtonLabel" : " Mostrar todo ({tagCount, number})"
35
+ }
0 commit comments