@sapui5/sap.suite.ui.commons 1.120.12 → 1.120.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +1 -1
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +1 -1
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +1 -1
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/ProcessFlowNode.js +1 -2
  15. package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +27 -17
  16. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +43 -2
  26. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/library.js +1 -1
  30. package/src/sap/suite/ui/commons/messagebundle.properties +2 -0
  31. package/src/sap/suite/ui/commons/messagebundle_ar.properties +45 -44
  32. package/src/sap/suite/ui/commons/messagebundle_bg.properties +152 -151
  33. package/src/sap/suite/ui/commons/messagebundle_ca.properties +54 -53
  34. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +8 -7
  35. package/src/sap/suite/ui/commons/messagebundle_cs.properties +100 -99
  36. package/src/sap/suite/ui/commons/messagebundle_cy.properties +20 -19
  37. package/src/sap/suite/ui/commons/messagebundle_da.properties +100 -99
  38. package/src/sap/suite/ui/commons/messagebundle_de.properties +30 -29
  39. package/src/sap/suite/ui/commons/messagebundle_el.properties +49 -48
  40. package/src/sap/suite/ui/commons/messagebundle_en.properties +1 -0
  41. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +2 -1
  42. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +1 -0
  43. package/src/sap/suite/ui/commons/messagebundle_es.properties +74 -73
  44. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +47 -46
  45. package/src/sap/suite/ui/commons/messagebundle_et.properties +58 -57
  46. package/src/sap/suite/ui/commons/messagebundle_fi.properties +93 -92
  47. package/src/sap/suite/ui/commons/messagebundle_fr.properties +162 -161
  48. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +68 -67
  49. package/src/sap/suite/ui/commons/messagebundle_hi.properties +37 -36
  50. package/src/sap/suite/ui/commons/messagebundle_hr.properties +101 -100
  51. package/src/sap/suite/ui/commons/messagebundle_hu.properties +128 -127
  52. package/src/sap/suite/ui/commons/messagebundle_id.properties +21 -20
  53. package/src/sap/suite/ui/commons/messagebundle_it.properties +93 -92
  54. package/src/sap/suite/ui/commons/messagebundle_iw.properties +43 -42
  55. package/src/sap/suite/ui/commons/messagebundle_ja.properties +68 -67
  56. package/src/sap/suite/ui/commons/messagebundle_kk.properties +110 -109
  57. package/src/sap/suite/ui/commons/messagebundle_ko.properties +61 -60
  58. package/src/sap/suite/ui/commons/messagebundle_lt.properties +49 -48
  59. package/src/sap/suite/ui/commons/messagebundle_lv.properties +134 -133
  60. package/src/sap/suite/ui/commons/messagebundle_mk.properties +13 -12
  61. package/src/sap/suite/ui/commons/messagebundle_ms.properties +25 -24
  62. package/src/sap/suite/ui/commons/messagebundle_nl.properties +48 -47
  63. package/src/sap/suite/ui/commons/messagebundle_no.properties +83 -82
  64. package/src/sap/suite/ui/commons/messagebundle_pl.properties +49 -48
  65. package/src/sap/suite/ui/commons/messagebundle_pt.properties +109 -108
  66. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +36 -35
  67. package/src/sap/suite/ui/commons/messagebundle_ro.properties +94 -93
  68. package/src/sap/suite/ui/commons/messagebundle_ru.properties +128 -127
  69. package/src/sap/suite/ui/commons/messagebundle_sh.properties +8 -7
  70. package/src/sap/suite/ui/commons/messagebundle_sk.properties +41 -40
  71. package/src/sap/suite/ui/commons/messagebundle_sl.properties +86 -85
  72. package/src/sap/suite/ui/commons/messagebundle_sr.properties +8 -7
  73. package/src/sap/suite/ui/commons/messagebundle_sv.properties +16 -15
  74. package/src/sap/suite/ui/commons/messagebundle_th.properties +57 -56
  75. package/src/sap/suite/ui/commons/messagebundle_tr.properties +91 -90
  76. package/src/sap/suite/ui/commons/messagebundle_uk.properties +60 -59
  77. package/src/sap/suite/ui/commons/messagebundle_vi.properties +67 -66
  78. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +14 -13
  79. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +36 -35
  80. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  81. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  82. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  83. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  84. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  85. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  86. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  87. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  88. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  89. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  90. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  91. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  92. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  93. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  94. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  95. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  96. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
@@ -2,38 +2,38 @@
2
2
  BULLETCHART_DELTA_TOOLTIP=Delta {0} {1}
3
3
  BULLETCHART_ACTUAL_TOOLTIP=Real {0} {1}
4
4
  BULLETCHART_FORECAST_TOOLTIP=Pron\u00F3stico {0} {1}
5
- BULLETCHART_TARGET_TOOLTIP=Destino {0}
5
+ BULLETCHART_TARGET_TOOLTIP=Te\u00F3rico {0}
6
6
  BULLETCHART_THRESHOLD_TOOLTIP=Valor umbral {0} {1}
7
7
 
8
8
  DELTAMICROCHART_DELTA_TOOLTIP=Delta {0} {1}
9
9
 
10
- MICRO_AREA_CHART_START=Iniciar
11
- MICRO_AREA_CHART_END=Finalizar
10
+ MICRO_AREA_CHART_START=Inicio
11
+ MICRO_AREA_CHART_END=Fin
12
12
  MICRO_AREA_CHART_MINIMAL_VALUE=Valor m\u00EDnimo
13
13
  MICRO_AREA_CHART_MAXIMAL_VALUE=Valor m\u00E1ximo
14
14
  MICRO_AREA_CHART_ACTUAL_VALUES=Valores reales
15
- MICRO_AREA_CHART_TARGET_VALUES=Valores destino
15
+ MICRO_AREA_CHART_TARGET_VALUES=Valores objetivo
16
16
 
17
17
 
18
- SEMANTIC_COLOR_CRITICAL=Mensaje de advertencia
18
+ SEMANTIC_COLOR_CRITICAL=Advertencia
19
19
  SEMANTIC_COLOR_GOOD=Bueno
20
- SEMANTIC_COLOR_NEUTRAL=Neutral
20
+ SEMANTIC_COLOR_NEUTRAL=Neutro
21
21
  SEMANTIC_COLOR_ERROR=Cr\u00EDtico
22
22
 
23
- DATERANGESCROLLER_PREV_TEXT=Atr\u00E1s
23
+ DATERANGESCROLLER_PREV_TEXT=Anterior
24
24
  DATERANGESCROLLER_NEXT_TEXT=Siguiente
25
25
 
26
26
  NOTETAKERFEEDER_TITLE=A\u00F1adir nota
27
27
  NOTETAKERFEEDER_BUTTON_ADD_TEXT=A\u00F1adir
28
- NOTETAKERFEEDER_BUTTON_ADD_TOOLTIP=A\u00F1adir nota
29
- NOTETAKERFEEDER_PLACEHOLDER_HEADER=Indicar t\u00EDtulo
30
- NOTETAKERFEEDER_PLACEHOLDER_BODY=Indicar nota
28
+ NOTETAKERFEEDER_BUTTON_ADD_TOOLTIP=A\u00F1ade la nota
29
+ NOTETAKERFEEDER_PLACEHOLDER_HEADER=Introduzca un t\u00EDtulo
30
+ NOTETAKERFEEDER_PLACEHOLDER_BODY=Introduzca una nota r\u00E1pida
31
31
  NOTETAKERFEEDER_BUTTON_TAG_TOOLTIP=Definir etiquetas para esta nota
32
32
  NOTETAKERCARD_BUTTON_TAG_TOOLTIP=Tratar etiquetas para esta nota
33
- NOTETAKERCARD_LINK_VIEW_ALL_TEXT=Visualizar todo
33
+ NOTETAKERCARD_LINK_VIEW_ALL_TEXT=Ver todo
34
34
  NOTETAKERCARD_LINK_VIEW_ALL_TOOLTIP=Visualizar texto completo de la nota
35
35
  NOTETAKERCARD_BUTTON_OPEN_EDIT_TOOLTIP=Abre la nota en modo de tratamiento
36
- NOTETAKERCARD_BUTTON_EDIT_TEXT=Tratar
36
+ NOTETAKERCARD_BUTTON_EDIT_TEXT=Editar
37
37
  NOTETAKERCARD_BUTTON_EDIT_TOOLTIP=Pasa a modo de tratamiento
38
38
  NOTETAKERCARD_BUTTON_DELETE_TEXT=Borrar
39
39
  NOTETAKERCARD_BUTTON_DELETE_TOOLTIP=Borra la nota
@@ -41,16 +41,16 @@ NOTETAKERCARD_LABEL_TAGS_EMPTY=Sin etiquetas
41
41
  NOTETAKERCARD_LABEL_TAGS_FULL=Etiquetas
42
42
  NOTETAKERCARD_CONFIRMATION_DELETE_MESSAGE=\u00BFDesea borrar esta nota?
43
43
  NOTETAKERCARD_CONFIRMATION_DELETE_TITLE=Borrar nota
44
- NOTETAKERCARD_BUTTON_SAVE_TEXT=Grabar
45
- NOTETAKERCARD_BUTTON_SAVE_TOOLTIP=Grabar nota
46
- NOTETAKERCARD_CONFIRMATION_CANCEL_EDIT_MESSAGE=Se perder\u00E1n las modificaciones no grabadas.\u00BFDesea continuar?
47
- NOTETAKERCARD_CONFIRMATION_CANCEL_EDIT_TITLE=Datos no grabados
44
+ NOTETAKERCARD_BUTTON_SAVE_TEXT=Guardar
45
+ NOTETAKERCARD_BUTTON_SAVE_TOOLTIP=Guarda la nota
46
+ NOTETAKERCARD_CONFIRMATION_CANCEL_EDIT_MESSAGE=Se perder\u00E1n las modificaciones no guardadas. \u00BFDesea continuar?
47
+ NOTETAKERCARD_CONFIRMATION_CANCEL_EDIT_TITLE=Datos no guardados
48
48
  NOTETAKER_FILTER_TITLE=Filtrar por
49
- NOTETAKER_BUTTON_HOME_TOOLTIP=Visualizar "A\u00F1adir nota"
49
+ NOTETAKER_BUTTON_HOME_TOOLTIP=Visualiza la tarjeta "A\u00F1adir nota"
50
50
  NOTETAKER_BUTTON_FILTER_TAG_TOOLTIP=Filtrar notas por etiquetas
51
51
  NOTETAKER_BUTTON_FILTER_THUMB_UP_TOOLTIP=Hacer una lista con las notas que tienen contenido positivo
52
52
  NOTETAKER_BUTTON_FILTER_THUMB_DOWN_TOOLTIP=Hacer una lista con las notas que tienen contenido negativo
53
- NOTETAKER_BUTTON_FILTER_ALL_TEXT=Tod.
53
+ NOTETAKER_BUTTON_FILTER_ALL_TEXT=Todo
54
54
  NOTETAKER_BUTTON_FILTER_ALL_TOOLTIP=Restablecer todos los filtros
55
55
  NOTETAKER_BUTTON_FILTER_TAG_APPLY_TEXT=Filtrar
56
56
  NOTETAKER_BUTTON_FILTER_TAG_APPLY_TOOLTIP=Filtrar notas por etiquetas seleccionadas
@@ -66,12 +66,12 @@ NOTETAKERFEEDER_BUTTON_THUMB_DOWN_TOOLTIP=Nota con contenido negativo
66
66
  NOTETAKERCARD_ICON_THUMB_UP_TOOLTIP=Tiene contenido positivo
67
67
  NOTETAKERCARD_ICON_THUMB_DOWN_TOOLTIP=Tiene contenido negativo
68
68
  NOTETAKER_BUTTON_ATTACH_TOOLTIP=Adjuntar fichero a esta nota
69
- NOTETAKER_ICON_ATTACH_TOOLTIP=Abrir el fichero adjunto a esta nota
69
+ NOTETAKER_ICON_ATTACH_TOOLTIP=Abre el archivo adjunto a esta nota
70
70
  NOTETAKER_BUTTON_SEARCH_TOOLTIP=Buscar
71
71
  NOTETAKER_BUTTON_SEARCHED_BY_TOOLTIP=Criterios de b\u00FAsqueda
72
- NOTETAKERFEEDER_LABEL_ATTACHMENT_LOADING=Cargando...
72
+ NOTETAKERFEEDER_LABEL_ATTACHMENT_LOADING=Cargando
73
73
  NOTETAKERFEEDER_BUTTON_DELETE_ATTACHMENT=Eliminar anexo de esta nota
74
- NOTETAKERCARD_LINK_ATTACHMENT_TOOLTIP=Abrir el fichero adjunto a esta nota
74
+ NOTETAKERCARD_LINK_ATTACHMENT_TOOLTIP=Abre el archivo adjunto a esta nota
75
75
  NOTETAKERFEEDER_LINK_ATTACHMENT_TOOLTIP=Abrir fichero adjunto
76
76
  NOTETAKERCARD_BUTTON_CLOSE_OVERLAY=Cerrar
77
77
  NOTETAKERCARD_BUTTON_CLOSE_OVERLAY_TOOLTIP=Cerrar la vista de texto completo de la nota
@@ -79,7 +79,7 @@ NOTETAKERCARD_EDITFIELD_TITLE_TOOLTIP=Tratar t\u00EDtulo
79
79
 
80
80
  THREEPANELTHINGVIEWER_BUTTON_MENU_TOOLTIP=Visualiza la lista de acciones
81
81
  THINGCOLLECTION_BUTTON_REMOVE_TOOLTIP=Borra una posici\u00F3n de la colecci\u00F3n
82
- THINGCOLLECTION_BUTTON_PREVIOUS_TOOLTIP=Atr\u00E1s
82
+ THINGCOLLECTION_BUTTON_PREVIOUS_TOOLTIP=Anterior
83
83
  THINGCOLLECTION_BUTTON_NEXT_TOOLTIP=Siguiente
84
84
 
85
85
 
@@ -97,16 +97,16 @@ VIEWREPEATER_TAB_DEFAULT_NAME=Vista {0}
97
97
 
98
98
  UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_ACTIONS=Acciones
99
99
  UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_TRANSACTIONS_TOOLTIP=Transacciones
100
- UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_SETTINGS_TOOLTIP=Parametrizaciones
100
+ UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_SETTINGS_TOOLTIP=Opciones
101
101
  UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_OPENWITH=Abrir con
102
- FACETOVERVIEW_NO_CONTENT_TEXT=No hay contenido
102
+ FACETOVERVIEW_NO_CONTENT_TEXT=Ning\u00FAn contenido disponible
103
103
  UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_EMAIL_LINK=Enlace p.cor.electr.
104
104
  UNIFIEDTHINGINSPECTOR_GENERAL_INFORMATION_HEADER_TEXT=Informaci\u00F3n general
105
- FACETOVERVIEW_NO_ITEMS_TEXT=No hay posiciones
105
+ FACETOVERVIEW_NO_ITEMS_TEXT=No hay elementos disponibles
106
106
  INFOTILE_CANNOT_LOAD_TILE=No se ha podido cargar el mosaico
107
- INFOTILE_LOADING=Cargar...
107
+ INFOTILE_LOADING=Cargando
108
108
 
109
- HEADERCONTAINER_BUTTON_PREV_SECTION=Atr\u00E1s
109
+ HEADERCONTAINER_BUTTON_PREV_SECTION=Anterior
110
110
  HEADERCONTAINER_BUTTON_NEXT_SECTION=Siguiente
111
111
 
112
112
  USHELL_FACTSHEET_GREATER_THEN=Mayor que
@@ -120,26 +120,26 @@ USHELL_FACTSHEET_ENTER_YOUR_FILTER=Indicar aqu\u00ED valor de filtro
120
120
  TIMELINE_TODAY=Hoy
121
121
  TIMELINE_YESTERDAY=Ayer
122
122
  TIMELINE_AT=a las
123
- TIMELINE_NO_DATA=No hay posiciones disponibles
123
+ TIMELINE_NO_DATA=No hay elementos disponibles actualmente
124
124
  TIMELINE_FILTER_BY=Filtrar por
125
125
  TIMELINE_ALL=Todo
126
126
  TIMELINE_FILTER_CANCEL=Cancelar
127
127
  TIMELINE_FILTER_INFO_BY=Filtrado por\: {0}
128
128
  TIMELINE_CLEAR_ICN_TOOLTIP=Borrar filtros
129
- TIMELINE_MORE=Visualizar m\u00E1s
129
+ TIMELINE_MORE=Mostrar m\u00E1s
130
130
  TIMELINE_ADD=A\u00F1adir
131
131
  TIMELINE_REPLY=Respuestas
132
132
  TIMELINE_REPLIES=Respuestas
133
133
  TIMELINE_LIKE=Me gusta
134
134
  TIMELINE_OK=OK
135
135
  TIMELINE_ADD_POST=A\u00F1adir publicaci\u00F3n de SAP Jam
136
- TIMELINE_SHOW_MORE=Visual.m\u00E1s
136
+ TIMELINE_SHOW_MORE=Mostrar m\u00E1s
137
137
  TIMELINE_TEXT_SHOW_MORE=m\u00E1s
138
138
  TIMELINE_TEXT_SHOW_LESS=menos
139
139
  PF_ERROR_INPUT_DATA=Error al cargar los datos
140
140
  TIMELINE_GROUP_TEXT=Publicaciones de
141
141
  TIMELINE_CUSTOM_RANGE=Rango personalizado
142
- TIMELINE_TIMESTAMP_RANGE_OF_DATES=Rango de fecha
142
+ TIMELINE_TIMESTAMP_RANGE_OF_DATES=Intervalo de fechas
143
143
  TIMELINE_TIMESTAMP_STARTING_DATE=Fecha de inicio
144
144
  TIMELINE_TIMESTAMP_ENDING_DATE=Fecha de fin
145
145
  TIMELINE_DAY=D\u00EDa
@@ -147,7 +147,7 @@ TIMELINE_WEEK=Semana
147
147
  TIMELINE_MONTH=Mes
148
148
  TIMELINE_QUARTER=Trimestre
149
149
  TIMELINE_YEAR=A\u00F1o
150
- TIMELINE_GROUP_BY_PERIOD=Per\u00EDodo
150
+ TIMELINE_GROUP_BY_PERIOD=Intervalo de tiempo
151
151
  TIMELINE_FILTER_TIME=Filtrar por tiempo
152
152
  TIMELINE_FILTER_SUBMIT=Aplicar
153
153
  TIMELINE_SORT=Clasificar
@@ -157,17 +157,17 @@ TIMELINE_HEADER_BAR=Barra de cabecera
157
157
  TIMELINE_SEARCH_FIELD=Campo de b\u00FAsqueda
158
158
  TIMELINE_SORT_BUTTON=Bot\u00F3n de clasificaci\u00F3n
159
159
  TIMELINE_FILTER_BUTTON=Bot\u00F3n de filtro
160
- TIMELINE_RANGE_SELECTION=Per\u00EDodo
161
- TIMELINE_FILTER_ITEMS=Elementos
160
+ TIMELINE_RANGE_SELECTION=Intervalo de tiempo
161
+ TIMELINE_FILTER_ITEMS=Posiciones
162
162
  TIMELINE_NO_LIMIT_DATA=No existen los valores m\u00EDnimo y m\u00E1ximo para el eje de tiempos actual
163
163
  TIMELINE_USER_PICTURE=Imagen de usuario
164
- TIMELINE_ACCESSIBILITY_TITLE=Eje de tiempos
164
+ TIMELINE_ACCESSIBILITY_TITLE=Cronolog\u00EDa
165
165
  TIMELINE_ACCESSIBILITY_GROUP_HEADER=Publicaciones de
166
166
  TIMELINE_ACCESSIBILITY_SEARCH=Buscar
167
167
  TIMELINE_FROM=De
168
168
  TIMELINE_TO=A
169
169
  TIMELINE_NOW=Ahora
170
- TIMELINE_ACCESSIBILITY_GROUP_COLLAPSE=Comprimido
170
+ TIMELINE_ACCESSIBILITY_GROUP_COLLAPSE=Contra\u00EDdo
171
171
  TIMELINE_ACCESSIBILITY_GROUP_EXPAND=Desplegado
172
172
 
173
173
  PF_ARIA_PROCESS_FLOW=Flujo del proceso
@@ -179,35 +179,36 @@ PF_CONNECTION_ENDS=final
179
179
  PF_CONNECTION_HORIZONTAL_LINE=L\u00EDnea horizontal
180
180
  PF_CONNECTION_VERTICAL_LINE=L\u00EDnea vertical
181
181
  PF_CONNECTION_BRANCH=Rama
182
- PF_VALUE_UNDEFINED=No definido
182
+ PF_VALUE_UNDEFINED=Indeterminada
183
+ PF_ARIA_PROCESS_FLOW_NODE_DESC=Utilice las teclas de flecha para navegar por los nodos del flujo de proceso
183
184
  PF_ARIA_STATUS=El estado es
184
185
  PF_ARIA_STATUS_POSITIVE=Positivo
185
186
  PF_ARIA_STATUS_NEGATIVE=Negativo
186
187
  PF_ARIA_STATUS_CRITICAL=Cr\u00EDtico
187
188
  PF_ARIA_STATUS_PLANNED=Planificado
188
189
  PF_ARIA_STATUS_PLNNEGATIVE=Negativo planificado
189
- PF_ARIA_STATUS_NEUTRAL=Neutral
190
+ PF_ARIA_STATUS_NEUTRAL=Neutro
190
191
  PF_ARIA_TYPE=, agregado
191
192
  PF_CONNECTIONLABEL=Etiqueta de conexi\u00F3n
192
193
 
193
194
  NUMERICCONTENT_DEVIATION_UP=Ascendente
194
195
  NUMERICCONTENT_DEVIATION_DOWN=Descendente
195
196
 
196
- CHARTCONTAINER_VIEWBY=Visual.por
197
+ CHARTCONTAINER_VIEWBY=Visualizar por
197
198
  CHARTCONTAINER_LEGEND=Leyenda
198
199
  CHARTCONTAINER_PERSONALIZE=Personalizaci\u00F3n
199
200
  CHARTCONTAINER_FULLSCREEN=Abrir pantalla completa
200
201
  CHARTCONTAINER_FULLSCREEN_CLOSE=Cerrar pantalla completa
201
202
  CHARTCONTAINER_OPTIONS=Opciones
202
203
  CHARTCONTAINER_CLOSE=Cerrar
203
- CHARTCONTAINER_ZOOMIN=Ampliar
204
- CHARTCONTAINER_ZOOMOUT=Reducir
204
+ CHARTCONTAINER_ZOOMIN=Acercar
205
+ CHARTCONTAINER_ZOOMOUT=Alejar
205
206
  CHARTCONTAINER_OVERFLOW=M\u00E1s
206
207
 
207
208
  HARVEYBALLMICROCHART_TOTAL_TOOLTIP=Total
208
209
 
209
- TARGETFILTER_SHOW_ALL_TEXT=Visualizar todo
210
- TARGETFILTER_SHOW_SELECTED_TEXT=Visual.selecc.
210
+ TARGETFILTER_SHOW_ALL_TEXT=Mostrar todo
211
+ TARGETFILTER_SHOW_SELECTED_TEXT=Mostrar sel.
211
212
  TARGETFILTER_SEARCH_BY_KEYWORD_TEXT=Buscar palabra clave
212
213
  TARGETFILTER_YOUR_SELECTION_TEXT=Su selecci\u00F3n
213
214
  TARGETFILTER_ENTRIES_TEXT=Entradas
@@ -215,19 +216,19 @@ TARGETFILTER_OTHERS_TEXT=Otros
215
216
  TARGETFILTER_MORE_TEXT=m\u00E1s
216
217
  TARGETFILTER_BUTTON_SELECT=Selecc.
217
218
  TARGETFILTER_BUTTON_DESELECT=Anular
218
- TARGETFILTER_BUTTON_CANCEL=Canc.
219
+ TARGETFILTER_BUTTON_CANCEL=Cancelar
219
220
 
220
221
  VNB_ARIA_LABEL={0} Cantidad {1}
221
222
 
222
223
  NETWORK_GRAPH_CLOSE=Cerrar
223
224
  NETWORK_GRAPH_LINE=L\u00EDnea
224
225
  NETWORK_GRAPH_NODE=Nodo
225
- NETWORK_GRAPH_GROUP=Grupo
226
+ NETWORK_GRAPH_GROUP=Agrupar
226
227
  NETWORK_GRAPH_MAP_TITLE=Resumen de gr\u00E1fico
227
228
  NETWORK_GRAPH_TOOLTIP_LIST_OF_NODES=Nodos
228
229
  NETWORK_GRAPH_TOOLTIP_INFORMATION=Detalles
229
230
  NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=Enlaces externos
230
- NETWORK_GRAPH_EXPAND_COLLAPSE=Ampliar/Comprimir
231
+ NETWORK_GRAPH_EXPAND_COLLAPSE=Desplegar/Ocultar
231
232
  NETWORK_GRAPH_NODE_DETAILS=Detalles de nodo
232
233
  NETWORK_GRAPH_NODE_LINKS=Enlaces de nodo
233
234
  NETWORK_GRAPH_GROUP_DETAIL=Detalles de grupo
@@ -243,15 +244,15 @@ NETWORK_GRAPH_ZOOMTOFIT=Zoom para ajustar
243
244
  NETWORK_GRAPH_ZOOMTOFIT_ANNOUNCEMENT=El nivel de zoom est\u00E1 fijado en {0} por ciento
244
245
  NETWORK_GRAPH_ZOOMCTRL=Presione la tecla CTRL y utilice la rueda del rat\u00F3n para ampliar o reducir.
245
246
  NETWORK_GRAPH_WRONGDATA=Los datos de diagrama de red no son consistentes. Para obtener m\u00E1s informaci\u00F3n verifique la consola.
246
- NETWORK_GRAPH_COLLAPSED=Comprimido
247
+ NETWORK_GRAPH_COLLAPSED=Contra\u00EDdo
247
248
  NETWORK_GRAPH_EXPANDED=Desplegado
248
249
  NETWORK_GRAPH_NO_DATA=No se han encontrado datos.
249
250
  NETWORK_GRAPH_GROUP_DETAILS=Detalles de grupo
250
- NETWORK_GRAPH_SELECTED_NODE=Seleccionado
251
+ NETWORK_GRAPH_SELECTED_NODE=Seleccionados
251
252
 
252
253
 
253
254
  NETWORK_GRAPH_STANDARD=Est\u00E1ndar
254
- NETWORK_GRAPH_SUCCESS=Realizado correctamente
255
+ NETWORK_GRAPH_SUCCESS=Correcto
255
256
  NETWORK_GRAPH_WARNING=Advertencia
256
257
  NETWORK_GRAPH_ERROR=Error
257
258
  NETWORK_GRAPH_INFORMATION=Informaci\u00F3n
@@ -267,16 +268,16 @@ STATUS_INDICATOR_VALUE={0}%
267
268
  STATUS_INDICATOR_ARIA_ROLE_DESCRIPTION=Indicador de estado
268
269
 
269
270
  ACC_CTR_TYPE_MICRO_PROCESS_FLOW=Flujo de microproceso
270
- MICRO_PROCESS_FLOW_SUCCESS=\u00C9xito
271
+ MICRO_PROCESS_FLOW_SUCCESS=Correcto
271
272
  MICRO_PROCESS_FLOW_WARNING=Advertencia
272
273
  MICRO_PROCESS_FLOW_ERROR=Error
273
274
  MICRO_PROCESS_FLOW_INFORMATION=Informaci\u00F3n
274
- MICRO_PROCESS_FLOW_ITEM=Elemento
275
+ MICRO_PROCESS_FLOW_ITEM=Posici\u00F3n
275
276
 
276
277
 
277
278
  CALCULATION_BUILDER_SEARCH_VARIABLE=Buscar...
278
279
  CALCULATION_BUILDER_CONFIRM_BUTTON=OK
279
- CALCULATION_BUILDER_CLOSE_BUTTON=Canc.
280
+ CALCULATION_BUILDER_CLOSE_BUTTON=Cancelar
280
281
  CALCULATION_BUILDER_DELETE_BUTTON=Borrar
281
282
  CALCULATION_BUILDER_TOGGLE_EXPRESSION_BUTTON=Conmutar resultado de expresi\u00F3n
282
283
  CALCULATION_BUILDER_EXPAND_ALL_BUTTON=Desplegar todas las variables
@@ -290,10 +291,10 @@ CALCULATION_BUILDER_VARIABLES_CATEGORY_DESCRIPTION=Seleccionar una variable del
290
291
  CALCULATION_BUILDER_FUNCTIONS_TITLE=Funciones
291
292
  CALCULATION_BUILDER_FUNCTIONS_CATEGORY_DESCRIPTION=Seleccionar una funci\u00F3n del conjunto predefinido de funciones
292
293
  CALCULATION_BUILDER_LITERAL_INPUT_LABEL=Literal\:
293
- CALCULATION_BUILDER_ADD_LITERAL_FIELD_PLACEHOLDER=Introducir un n\u00FAmero.
294
+ CALCULATION_BUILDER_ADD_LITERAL_FIELD_PLACEHOLDER=Introduzca un n\u00FAmero.
294
295
  CALCULATION_BUILDER_ADD_LITERAL_FIELD_PLACEHOLDER_ANY_STRING=Introducir un texto o un n\u00FAmero.
295
296
  CALCULATION_BUILDER_ADD_LITERAL_FIELD_PLACEHOLDER_ERROR=No se permiten comillas dentro de las literales.
296
- CALCULATION_BUILDER_ADD_LITERAL_FIELD_ERROR_TEXT=Introducir un n\u00FAmero.
297
+ CALCULATION_BUILDER_ADD_LITERAL_FIELD_ERROR_TEXT=Introduzca un n\u00FAmero.
297
298
  CALCULATION_BUILDER_VARIABLES_PAGE_TITLE=Seleccionar una variable
298
299
  CALCULATION_BUILDER_FUNCTIONS_PAGE_TITLE=Funciones
299
300
  CALCULATION_BUILDER_EXPAND_MESSAGE_TITLE=Advertencia
@@ -327,9 +328,9 @@ CALCULATION_BUILDER_EXPRESSION_TITLE=Expresi\u00F3n
327
328
  CALCULATION_BUILDER_DELETE_MESSAGE_TITLE=Borrar los elementos seleccionados
328
329
  CALCULATION_BUILDER_DELETE_MESSAGE_TEXT=Est\u00E1 a punto de borrar todos los elementos seleccionados. No podr\u00E1 anular esta acci\u00F3n.
329
330
 
330
- CALCULATION_BUILDER_NEW_ITEM_TITLE=Posici\u00F3n nueva
331
- CALCULATION_BUILDER_ALLOW_SUGGESTION_TITLE=Permitir propuesta
332
- CALCULATION_BUILDER_DIALOG_TITLE=Detalles de elementos
331
+ CALCULATION_BUILDER_NEW_ITEM_TITLE=Elemento nuevo
332
+ CALCULATION_BUILDER_ALLOW_SUGGESTION_TITLE=Permitir sugerencia
333
+ CALCULATION_BUILDER_DIALOG_TITLE=Detalles de elemento
333
334
  CALCULATION_BUILDER_INCORRECT_SYNTAX=Sintaxis incorrecta. Verifique la expresi\u00F3n para los errores de sintaxis.
334
335
  CALCULATION_BUILDER_NOT_EQUAL_ARIA_LABEL=No igual
335
336
  CALCULATION_BUILDER_COMMA_ARIA_LABEL=Coma
@@ -340,7 +341,7 @@ CALCULATION_BUILDER_ERROR_TITLE=Error
340
341
  TACCOUNT_TITLE=Cuenta T
341
342
  TACCOUNT_ALL=Todo
342
343
  TACCOUNT_NAVIGATION=Utilice las teclas de flecha para navegar a la cuenta T, pulse Tabulaci\u00F3n para omitir, pulse Intro para seleccionar
343
- TACCOUNT_GROUP_TITLE=Grupo de cuenta T
344
+ TACCOUNT_GROUP_TITLE=Grupo de cuentas T
344
345
  TACCOUNT_ITEM=Posici\u00F3n de cuenta T
345
346
  TACCOUNT_DEBIT=D\u00E9bito
346
347
  TACCOUNT_CREDIT=Cr\u00E9dito
@@ -349,14 +350,14 @@ TACCOUNT_DISPLAYOPTIONS=Opciones de visualizaci\u00F3n
349
350
  TACCOUNT_TOTALBALANCE=Saldo total
350
351
  TACCOUNT_TOTALDEBIT=D\u00E9bito total
351
352
  TACCOUNT_TOTALCREDIT=Cr\u00E9dito total
352
- TACCOUNT_OK=Aceptar
353
+ TACCOUNT_OK=OK
353
354
  TACCOUNT_CANCEL=Cancelar
354
- TACCOUNT_SELECTED=Entrada que coincide oculta
355
- TACCOUNT_COLLAPSE=Ocultar
355
+ TACCOUNT_SELECTED=Entrada coincidente dentro
356
+ TACCOUNT_COLLAPSE=Comprimir
356
357
  TACCOUNT_EXPAND=Desplegar
357
358
  TACCOUNT_COLLAPSE_ALL=Todas las cuentas T ocultas
358
359
  TACCOUNT_EXPAND_ALL=Todas las cuentas T desplegadas
359
- TACCOUNT_DEFAULT=Predeterminado
360
+ TACCOUNT_DEFAULT=Por defecto
360
361
  TACCOUNT_TABLE=Tabla
361
362
  COLORED_ITEM_FROM=Elemento de color de asiento contable
362
363
  TACCOUNT_DROP_HERE=Soltar aqu\u00ED
@@ -367,9 +368,9 @@ IMGEDITOR_SCALE_WARNING=La imagen se ha escalado de {2} x {3} px a {0} x {1} px
367
368
  IMGEDITOR_ACCESSIBILITY_LABEL=Contenedor de editor de imagen
368
369
  IMGEDITOR_NO_IMAGE=Ninguna imagen cargada
369
370
  IMGEDITOR_RESPONSIVE_OPEN=Abrir editor
370
- IMGEDITOR_DIALOG_TITLE=Editor de imagen
371
+ IMGEDITOR_DIALOG_TITLE=Editor de im\u00E1genes
371
372
 
372
- IMGEDITOR_CROP_RATIO_ORIGINAL=Ratio original
373
+ IMGEDITOR_CROP_RATIO_ORIGINAL=Proporci\u00F3n original
373
374
  IMGEDITOR_CROP_RATIO_1ON1=1\:1
374
375
  IMGEDITOR_CROP_RATIO_2ON1=2\:1
375
376
  IMGEDITOR_CROP_RATIO_3ON2=3\:2
@@ -383,7 +384,7 @@ IMGEDITOR_CROP_ELLIPSE=Elipse de corte
383
384
  IMGEDITOR_CROP_CUSTOM=Recortar de forma personalizada
384
385
 
385
386
  IMGEDITOR_CROP_SIZE=Aumentar\:
386
- IMGEDITOR_CROP_CUSTOM_FILE=Fichero\:
387
+ IMGEDITOR_CROP_CUSTOM_FILE=Archivo\:
387
388
 
388
389
  IMGEDITOR_FILTER_SEPIA=Sepia
389
390
  IMGEDITOR_FILTER_GRAYSCALE=Escala de grises
@@ -439,8 +440,8 @@ IMGEDITOR_HISTORY_ORIGINAL_TEXT=Restablecer la imagen al estado original
439
440
 
440
441
  IMGEDITOR_PANEL_UNDO=Deshacer la \u00FAltima modificaci\u00F3n
441
442
  IMGEDITOR_PANEL_HISTORY=Abrir historial
442
- IMGEDITOR_PANEL_ZOOMIN=Ampliar
443
- IMGEDITOR_PANEL_ZOOMOUT=Reducir
443
+ IMGEDITOR_PANEL_ZOOMIN=Acercar
444
+ IMGEDITOR_PANEL_ZOOMOUT=Alejar
444
445
  IMGEDITOR_PANEL_ZOOMTOFIT=Zoom para ajustar
445
446
  IMGEDITOR_PANEL_TRANSFORM=Modo de transformaci\u00F3n
446
447
  IMGEDITOR_PANEL_CROP=Modo de recorte
@@ -450,7 +451,7 @@ IMGEDITOR_PANEL_FILTER=Modo de filtro
450
451
  CFP_TITLE=Seleccionar
451
452
  CFP_FOLDER_ROOT=Documentos
452
453
  CFP_LOCATION=Uso compartido de archivos
453
- CFP_FILENAME=Nombre de fichero
454
+ CFP_FILENAME=Nombre del archivo
454
455
  CFP_LIST_HEADER=Archivos
455
456
  CFP_BUTTON_SELECT=Seleccionar
456
457
  CFP_BUTTON_CANCEL=Cancelar
@@ -475,7 +476,7 @@ CFP_FOLDERNAME=Nombre de la carpeta
475
476
  CFP_BUTTON_CREATE=Crear
476
477
  CFP_TITLE_NEWFOLDER=Carpeta nueva
477
478
  CFP_DATA_LOADING_TEXT=Cargando...
478
- CFP_BUTTON_OK=OK
479
+ CFP_BUTTON_OK=Aceptar
479
480
 
480
481
  COLLABORATION_MSTEAMS_SHARE=Microsoft Teams
481
482
  COLLABORATION_MSTEAMS_CHAT=Como chat
@@ -490,8 +491,8 @@ POPOVER_CONTACT_INFORMATION=Info de contacto
490
491
  POPOVER_CONTACT_SECTION_EMAIL=Correo electr\u00F3nico
491
492
  POPOVER_CONTACT_SECTION_PHONE=Tel\u00E9fono
492
493
  POPOVER_CONTACT_SECTION_MOBILE=M\u00F3vil
493
- POPOVER_CONTACT_SECTION_COMPANY=Empresa
494
- POPOVER_CONTACT_SECTION_JOBTITLE=Denominac.del puesto
494
+ POPOVER_CONTACT_SECTION_COMPANY=Empresas
495
+ POPOVER_CONTACT_SECTION_JOBTITLE=Denominaci\u00F3n del puesto
495
496
  POPOVER_CONTACT_SECTION_DEPARTMENT=Departamento
496
497
  POPOVER_CONTACT_SECTION_OFFICE_LOCATION=Ubicaci\u00F3n de oficina
497
498
  POPOVER_CONTACT_SEND_MESSAGE=Enviar mens.r\u00E1pido
@@ -512,7 +513,7 @@ viewAllTasksTitle=Ir a todas las tareas
512
513
 
513
514
  viewAllSituationsTitle=Ir a todas las situaciones
514
515
 
515
- expand=Visualizar m\u00E1s
516
+ expand=Mostrar m\u00E1s
516
517
 
517
518
  collapse=Visualizar menos
518
519
 
@@ -546,7 +547,7 @@ appFinderLink=A\u00F1adir mosaicos
546
547
 
547
548
  manageCards=Gestionar tarjetas
548
549
 
549
- showMore=Visualizar m\u00E1s
550
+ showMore=Mostrar m\u00E1s
550
551
 
551
552
  insights=Informaci\u00F3n
552
553