@procore/core-react 11.13.0 → 11.13.1-rc.0

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 (87) hide show
  1. package/dist/_hooks/I18n.d.ts +728 -44
  2. package/dist/_locales/de-DE.json +86 -29
  3. package/dist/_locales/en-AU.json +64 -7
  4. package/dist/_locales/en-CA.json +64 -7
  5. package/dist/_locales/en-GB.json +64 -7
  6. package/dist/_locales/es-ES.json +67 -10
  7. package/dist/_locales/es.json +75 -18
  8. package/dist/_locales/fr-CA.json +79 -22
  9. package/dist/_locales/fr-FR.json +66 -9
  10. package/dist/_locales/is-IS.json +64 -7
  11. package/dist/_locales/pt-BR.json +182 -125
  12. package/dist/_locales/th-TH.json +64 -7
  13. package/dist/_locales/zh-SG.json +65 -8
  14. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  15. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
  16. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  17. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  18. package/dist/_typedoc/Box/Box.types.json +68 -68
  19. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  20. package/dist/_typedoc/Button/Button.types.json +11 -11
  21. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  22. package/dist/_typedoc/Card/Card.types.json +6 -6
  23. package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
  24. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  25. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  26. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  27. package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
  28. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  29. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  30. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  31. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  32. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  33. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  34. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  35. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  36. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  37. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  38. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  39. package/dist/_typedoc/Form/Form.types.json +698 -698
  40. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  41. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  42. package/dist/_typedoc/Input/Input.types.json +2 -2
  43. package/dist/_typedoc/Link/Link.types.json +4 -4
  44. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  45. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  46. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +71 -71
  47. package/dist/_typedoc/Modal/Modal.types.json +41 -41
  48. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  49. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  50. package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
  51. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +30 -30
  52. package/dist/_typedoc/PageLayout/PageLayout.types.json +22 -22
  53. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  54. package/dist/_typedoc/Panel/Panel.types.json +27 -27
  55. package/dist/_typedoc/Pill/Pill.types.json +1 -1
  56. package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
  57. package/dist/_typedoc/Popover/Popover.types.json +12 -12
  58. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
  59. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  60. package/dist/_typedoc/Required/Required.types.json +5 -5
  61. package/dist/_typedoc/Search/Search.types.json +18 -18
  62. package/dist/_typedoc/Section/Section.types.json +14 -14
  63. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
  64. package/dist/_typedoc/Select/Select.types.json +32 -32
  65. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  66. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  67. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  68. package/dist/_typedoc/Table/Table.types.json +94 -94
  69. package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
  70. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +16 -16
  71. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  72. package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
  73. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
  74. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  75. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  76. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  77. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  78. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  79. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
  80. package/dist/_typedoc/Token/Token.types.json +4 -4
  81. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  82. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  83. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  84. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  85. package/dist/_typedoc/Typography/Typography.types.json +8 -8
  86. package/dist/_typedoc/_utils/types.json +3 -3
  87. package/package.json +2 -2
@@ -1,5 +1,14 @@
1
1
  {
2
2
  "core": {
3
+ "banner": {
4
+ "dismissAlert": "Dismiss Alert"
5
+ },
6
+ "breadcrumbs": {
7
+ "label": "Breadcrumb"
8
+ },
9
+ "calendar": {
10
+ "navigationLabel": "Go to {{monthYear}}"
11
+ },
3
12
  "connected": {
4
13
  "fileSelect": {
5
14
  "documents": "Documents",
@@ -131,6 +140,8 @@
131
140
  }
132
141
  },
133
142
  "dateInput": {
143
+ "clear": "Delete field",
144
+ "ariaLabel": "Current value is {{value}}",
134
145
  "segment": {
135
146
  "ariaLabel": {
136
147
  "withValue": {
@@ -143,6 +154,9 @@
143
154
  "day": "Set a day",
144
155
  "year": "Set a year"
145
156
  }
157
+ },
158
+ "ariaValueText": {
159
+ "empty": "Empty"
146
160
  }
147
161
  },
148
162
  "clearButton": {
@@ -150,7 +164,9 @@
150
164
  }
151
165
  },
152
166
  "dropdown": {
153
- "search": "Search"
167
+ "search": "Search",
168
+ "moreOptions": "More options",
169
+ "loading": "Loading"
154
170
  },
155
171
  "dropzone": {
156
172
  "uploadFiles": {
@@ -179,12 +195,22 @@
179
195
  "standaloneMaxFileNumberError": "We only allow {{maxFiles}} attachments per item, and that maximum has been reached. Please delete some attachments to upload new ones.",
180
196
  "standaloneUnsupportedFileTypeError": "Sorry, we couldn't upload your files because one or more file types are unsupported in Procore.",
181
197
  "standaloneMinFileSizeError": "Sorry, we couldn't upload your files because one or multiple files doesn't meet the minimum file size of {{sizeInMegabytes}}mb.",
182
- "standaloneMaxFileSizeError": "Sorry, we couldn't upload your files because one or multiple files doesn't meet the maximum file size of {{sizeInMegabytes}}mb."
198
+ "standaloneMaxFileSizeError": "Sorry, we couldn't upload your files because one or multiple files doesn't meet the maximum file size of {{sizeInMegabytes}}mb.",
199
+ "uploadTotalProgress": {
200
+ "withFailed": "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}. Failed {{failed}}.",
201
+ "withoutFailed": "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}."
202
+ }
183
203
  },
184
204
  "modal": {
185
205
  "a11y": {
186
206
  "close": "Close"
187
- }
207
+ },
208
+ "cancel": "Cancel"
209
+ },
210
+ "multiSelect": {
211
+ "clearAll": "Delete field",
212
+ "selectValues": "Select Values",
213
+ "noResults": "No results"
188
214
  },
189
215
  "tearsheet": {
190
216
  "a11y": {
@@ -197,6 +223,9 @@
197
223
  "other": "Attach Files"
198
224
  }
199
225
  },
226
+ "fileToken": {
227
+ "uploading": "Uploading"
228
+ },
200
229
  "tree": {
201
230
  "selectionLimit": {
202
231
  "one": "Only {{count}} file can be attached",
@@ -227,6 +256,9 @@
227
256
  "supportedFileTypes": "Supported file types"
228
257
  },
229
258
  "form": {
259
+ "closeWithConfirm": {
260
+ "confirmMessage": "If you leave before saving, your changes will be lost."
261
+ },
230
262
  "checkbox": {
231
263
  "no": "No",
232
264
  "yes": "Yes"
@@ -236,6 +268,9 @@
236
268
  "couldNotUpdateItem": "Sorry, we couldn't update this {{item}}.",
237
269
  "fixErrorsToCreate": "Please fix the errors below, and try creating again.",
238
270
  "fixErrorsToUpdate": "Please fix the errors below, and try updating again."
271
+ },
272
+ "field": {
273
+ "tooltipHelp": "More Information"
239
274
  }
240
275
  },
241
276
  "menu": {
@@ -248,12 +283,29 @@
248
283
  "nextPage": "Next page",
249
284
  "prevPage": "Previous page"
250
285
  },
286
+ "search": {
287
+ "clear": "Clear text",
288
+ "goSearch": "Go to search results"
289
+ },
251
290
  "select": {
291
+ "clear": "Delete field",
252
292
  "search": "Search"
253
293
  },
254
294
  "tabs": {
255
295
  "more": "More"
256
296
  },
297
+ "thumbnail": {
298
+ "checked": "Ticked"
299
+ },
300
+ "thumbnailList": {
301
+ "removeUpload": "Remove upload",
302
+ "uploading": "Uploading"
303
+ },
304
+ "toast": {
305
+ "a11y": {
306
+ "dismiss": "Dismiss"
307
+ }
308
+ },
257
309
  "fileList": {
258
310
  "downloadAll": "Download All",
259
311
  "download": "Download",
@@ -261,6 +313,7 @@
261
313
  },
262
314
  "tieredSelect": {
263
315
  "emptyMessage": "No locations.",
316
+ "goToTier": "Go to sub menu",
264
317
  "placeholder": "Select an item",
265
318
  "quickCreateActionLabel": "Create New Location",
266
319
  "quickCreateCancelLabel": "Cancel",
@@ -276,6 +329,12 @@
276
329
  "searchPlaceholder": "Search",
277
330
  "spinnerLabel": "Loading"
278
331
  },
332
+ "token": {
333
+ "remove": "Remove selection"
334
+ },
335
+ "toolHeader": {
336
+ "settingsAction": "Configure Settings"
337
+ },
279
338
  "fileSelect": {
280
339
  "localFilesSource": "My Computer",
281
340
  "uploadFailed": "Upload Failed",
@@ -284,15 +343,13 @@
284
343
  "required": {
285
344
  "requiredFields": "required fields"
286
345
  },
287
- "wxpDetailPage": {
288
- "requiredFields": "required fields"
289
- },
290
346
  "avatarStack": {
291
347
  "viewAll": "View All",
292
348
  "close": "Close"
293
349
  },
294
350
  "panel": {
295
- "close": "Close"
351
+ "close": "Close",
352
+ "goBack": "Go back"
296
353
  }
297
354
  }
298
355
  }
@@ -1,5 +1,14 @@
1
1
  {
2
2
  "core": {
3
+ "banner": {
4
+ "dismissAlert": "Descartar alerta"
5
+ },
6
+ "breadcrumbs": {
7
+ "label": "Miga de pan"
8
+ },
9
+ "calendar": {
10
+ "navigationLabel": "Ir a {{monthYear}}"
11
+ },
3
12
  "connected": {
4
13
  "fileSelect": {
5
14
  "documents": "Documentos",
@@ -43,7 +52,7 @@
43
52
  "privateLabel": "Privado",
44
53
  "settingsLink": "Configuración",
45
54
  "composeNewEmail": "Redactar correo",
46
- "startNewCommunication": "Para iniciar un nuevo hilo de comunicación asociado con este elemento, envíe un correo electrónico a",
55
+ "startNewCommunication": "Para iniciar un nuevo hilo de comunicación asociado a este elemento, envíe un correo electrónico a",
47
56
  "emptyStateTitle": "Envíe un correo electrónico para comenzar",
48
57
  "emptyStateDescription": "Cuando usted y su equipo envíen correos electrónicos sobre este elemento, podrá consultarlos aquí.",
49
58
  "reply": "Responder",
@@ -52,7 +61,7 @@
52
61
  "subjectPlaceholder": "Introducir asunto aquí"
53
62
  },
54
63
  "distributionSelect": {
55
- "noCompany": "Ninguna empresa",
64
+ "noCompany": "Sin empresa",
56
65
  "peopleCount": "{{count}} personas",
57
66
  "distributionGroups": "Grupos de distribución",
58
67
  "people": "Personas"
@@ -73,7 +82,7 @@
73
82
  "newItem": "Vincular elemento relacionado",
74
83
  "noRelatedItems": {
75
84
  "title": "Vincular elementos relacionados para comenzar",
76
- "description": "Si vincula elementos a este {{itemName}}, será más fácil encontrar información relevante en Procore para usted y su equipo."
85
+ "description": "Si vincula elementos a \"{{itemName}}\", será más fácil encontrar información relevante en Procore para usted y su equipo."
77
86
  },
78
87
  "noItems": {
79
88
  "title": "No hay elementos para mostrar",
@@ -131,6 +140,8 @@
131
140
  }
132
141
  },
133
142
  "dateInput": {
143
+ "clear": "Eliminar campo",
144
+ "ariaLabel": "El valor actual es {{value}}",
134
145
  "segment": {
135
146
  "ariaLabel": {
136
147
  "withValue": {
@@ -143,6 +154,9 @@
143
154
  "day": "Establecer un día",
144
155
  "year": "Establecer un año"
145
156
  }
157
+ },
158
+ "ariaValueText": {
159
+ "empty": "Vacío"
146
160
  }
147
161
  },
148
162
  "clearButton": {
@@ -150,7 +164,9 @@
150
164
  }
151
165
  },
152
166
  "dropdown": {
153
- "search": "Buscar"
167
+ "search": "Buscar",
168
+ "moreOptions": "Más opciones",
169
+ "loading": "Cargando"
154
170
  },
155
171
  "dropzone": {
156
172
  "uploadFiles": {
@@ -179,12 +195,22 @@
179
195
  "standaloneMaxFileNumberError": "Solo permitimos {{maxFiles}} adjuntos por elemento y se ha alcanzado ese máximo. Elimine algunos adjuntos para cargar otros nuevos.",
180
196
  "standaloneUnsupportedFileTypeError": "No hemos podido cargar sus archivos porque uno o más tipos de archivo no son admitidos en Procore.",
181
197
  "standaloneMinFileSizeError": "No hemos podido cargar sus archivos porque uno o varios archivos no cumplen el tamaño de archivo mínimo de {{sizeInMegabytes}} MB.",
182
- "standaloneMaxFileSizeError": "No hemos podido cargar sus archivos porque uno o varios archivos no cumplen el tamaño máximo de archivo de {{sizeInMegabytes}} MB."
198
+ "standaloneMaxFileSizeError": "No hemos podido cargar sus archivos porque uno o varios archivos no cumplen el tamaño máximo de archivo de {{sizeInMegabytes}} MB.",
199
+ "uploadTotalProgress": {
200
+ "withFailed": "Progreso total: {{totalProgress}} %. Carga: {{uploaded}} de {{total}}. Error: {{failed}}.",
201
+ "withoutFailed": "Progreso total: {{totalProgress}} %. Carga: {{uploaded}} de {{total}}."
202
+ }
183
203
  },
184
204
  "modal": {
185
205
  "a11y": {
186
206
  "close": "Cerrar"
187
- }
207
+ },
208
+ "cancel": "Cancelar"
209
+ },
210
+ "multiSelect": {
211
+ "clearAll": "Eliminar campo",
212
+ "selectValues": "Seleccionar valores",
213
+ "noResults": "Ningún resultado"
188
214
  },
189
215
  "tearsheet": {
190
216
  "a11y": {
@@ -197,6 +223,9 @@
197
223
  "other": "Adjuntar archivos"
198
224
  }
199
225
  },
226
+ "fileToken": {
227
+ "uploading": "Cargando"
228
+ },
200
229
  "tree": {
201
230
  "selectionLimit": {
202
231
  "one": "Solo se puede adjuntar {{count}} archivo",
@@ -227,6 +256,9 @@
227
256
  "supportedFileTypes": "Tipos de archivo admitidos"
228
257
  },
229
258
  "form": {
259
+ "closeWithConfirm": {
260
+ "confirmMessage": "Si sale antes de guardar, los cambios se perderán."
261
+ },
230
262
  "checkbox": {
231
263
  "no": "No",
232
264
  "yes": "Sí"
@@ -236,6 +268,9 @@
236
268
  "couldNotUpdateItem": "No se ha podido actualizar este {{item}}.",
237
269
  "fixErrorsToCreate": "Corrija los siguientes errores e intente crear de nuevo.",
238
270
  "fixErrorsToUpdate": "Corrija los siguientes errores e intente actualizar de nuevo."
271
+ },
272
+ "field": {
273
+ "tooltipHelp": "Más información"
239
274
  }
240
275
  },
241
276
  "menu": {
@@ -248,12 +283,29 @@
248
283
  "nextPage": "Página siguiente",
249
284
  "prevPage": "Página anterior"
250
285
  },
286
+ "search": {
287
+ "clear": "Borrar texto",
288
+ "goSearch": "Ir a los resultados de búsqueda"
289
+ },
251
290
  "select": {
291
+ "clear": "Eliminar campo",
252
292
  "search": "Buscar"
253
293
  },
254
294
  "tabs": {
255
295
  "more": "Más"
256
296
  },
297
+ "thumbnail": {
298
+ "checked": "Comprobado"
299
+ },
300
+ "thumbnailList": {
301
+ "removeUpload": "Eliminar carga",
302
+ "uploading": "Cargando"
303
+ },
304
+ "toast": {
305
+ "a11y": {
306
+ "dismiss": "Descartar"
307
+ }
308
+ },
257
309
  "fileList": {
258
310
  "downloadAll": "Descargar todo",
259
311
  "download": "Descargar",
@@ -261,6 +313,7 @@
261
313
  },
262
314
  "tieredSelect": {
263
315
  "emptyMessage": "No hay ubicaciones.",
316
+ "goToTier": "Ir al submenú",
264
317
  "placeholder": "Seleccionar elemento",
265
318
  "quickCreateActionLabel": "Crear nueva ubicación",
266
319
  "quickCreateCancelLabel": "Cancelar",
@@ -276,6 +329,12 @@
276
329
  "searchPlaceholder": "Buscar",
277
330
  "spinnerLabel": "Cargando"
278
331
  },
332
+ "token": {
333
+ "remove": "Eliminar selección"
334
+ },
335
+ "toolHeader": {
336
+ "settingsAction": "Configurar"
337
+ },
279
338
  "fileSelect": {
280
339
  "localFilesSource": "Mi ordenador",
281
340
  "uploadFailed": "Error al cargar",
@@ -284,15 +343,13 @@
284
343
  "required": {
285
344
  "requiredFields": "campos obligatorios"
286
345
  },
287
- "wxpDetailPage": {
288
- "requiredFields": "campos obligatorios"
289
- },
290
346
  "avatarStack": {
291
347
  "viewAll": "Ver todo",
292
348
  "close": "Cerrar"
293
349
  },
294
350
  "panel": {
295
- "close": "Cerrar"
351
+ "close": "Cerrar",
352
+ "goBack": "Atrás"
296
353
  }
297
354
  }
298
355
  }
@@ -1,5 +1,14 @@
1
1
  {
2
2
  "core": {
3
+ "banner": {
4
+ "dismissAlert": "Descartar alerta"
5
+ },
6
+ "breadcrumbs": {
7
+ "label": "Ruta de navegación"
8
+ },
9
+ "calendar": {
10
+ "navigationLabel": "Ir a {{monthYear}}"
11
+ },
3
12
  "connected": {
4
13
  "fileSelect": {
5
14
  "documents": "Documentos",
@@ -12,7 +21,7 @@
12
21
  "selectAnArea": "Seleccione un área",
13
22
  "selectDiscipline": "Seleccionar disciplina",
14
23
  "selectADiscipline": "Seleccione una disciplina",
15
- "selectSet": "Seleccione juego",
24
+ "selectSet": "Seleccionar juego",
16
25
  "selectASet": "Seleccione un juego",
17
26
  "selectTemplate": "Seleccionar plantilla",
18
27
  "selectATemplate": "Seleccionar una Plantilla"
@@ -22,9 +31,9 @@
22
31
  "emailBodyRequiredError": "Corrija los siguientes errores y vuelva a intentar crearlo.",
23
32
  "emailContentValidationError": "Ingrese el mensaje para enviar.",
24
33
  "emailContentDisclaimer": "Nota: La información general sobre \"{{title}}\" se incluirá en el cuerpo de este correo electrónico.",
25
- "recipientSelectPlaceholder": "Escribe para buscar personas",
34
+ "recipientSelectPlaceholder": "Escriba para buscar personas",
26
35
  "emailRecipientRequiredError": "Ingrese el destinatario para enviar.",
27
- "emailSubjectRequiredError": "Ingrese Asunto para enviar.",
36
+ "emailSubjectRequiredError": "Ingrese asunto para enviar.",
28
37
  "goToAllEmails": "Todos los correos electrónicos",
29
38
  "sendEmail": "Enviar",
30
39
  "replyAll": "Responder a todos",
@@ -52,7 +61,7 @@
52
61
  "subjectPlaceholder": "Ingrese el asunto aquí"
53
62
  },
54
63
  "distributionSelect": {
55
- "noCompany": "No hay compañía",
64
+ "noCompany": "Sin compañía",
56
65
  "peopleCount": "{{count}} personas",
57
66
  "distributionGroups": "Grupos de distribución",
58
67
  "people": "Personas"
@@ -61,19 +70,19 @@
61
70
  "cancel": "Cancelar",
62
71
  "close": "Cerrar",
63
72
  "date": "Fecha",
64
- "itemType": "Tipo de Ítem",
73
+ "itemType": "Tipo de ítem",
65
74
  "itemTypeGroupLabel": {
66
75
  "dailyLog": "Registro diario",
67
- "prostoreFile": "Adjuntar Archivos"
76
+ "prostoreFile": "Adjuntar archivos"
68
77
  },
69
- "itemName": "Nombre de Ítem",
78
+ "itemName": "Nombre de ítem",
70
79
  "loading": "Cargando",
71
80
  "notes": "Notas",
72
81
  "notesPlaceholder": "Explicación opcional de por qué está relacionado este ítem",
73
82
  "newItem": "Vincular ítem relacionado",
74
83
  "noRelatedItems": {
75
84
  "title": "Vincular ítems relacionados para comenzar",
76
- "description": "Vincular ítems a este {{itemName}} permite que usted y su equipo encuentren fácilmente información relevante en Procore."
85
+ "description": "Vincular ítems a {{itemName}} permite que usted y su equipo encuentren fácilmente información relevante en Procore."
77
86
  },
78
87
  "noItems": {
79
88
  "title": "No hay ítems que mostrar",
@@ -121,7 +130,7 @@
121
130
  "search": "Buscar",
122
131
  "subtotals": "Subtotales",
123
132
  "tableSettings": {
124
- "configureColumns": "Configurar Columnas",
133
+ "configureColumns": "Configurar columnas",
125
134
  "resetToDefault": "Restablecer al valor predeterminado",
126
135
  "rowHeight": "Altura de la fila",
127
136
  "small": "Pequeño",
@@ -131,6 +140,8 @@
131
140
  }
132
141
  },
133
142
  "dateInput": {
143
+ "clear": "Eliminar campo",
144
+ "ariaLabel": "El valor actual es {{value}}",
134
145
  "segment": {
135
146
  "ariaLabel": {
136
147
  "withValue": {
@@ -143,6 +154,9 @@
143
154
  "day": "Establecer un día",
144
155
  "year": "Establecer un año"
145
156
  }
157
+ },
158
+ "ariaValueText": {
159
+ "empty": "Vacío"
146
160
  }
147
161
  },
148
162
  "clearButton": {
@@ -150,7 +164,9 @@
150
164
  }
151
165
  },
152
166
  "dropdown": {
153
- "search": "Buscar"
167
+ "search": "Buscar",
168
+ "moreOptions": "Más opciones",
169
+ "loading": "Cargando"
154
170
  },
155
171
  "dropzone": {
156
172
  "uploadFiles": {
@@ -179,12 +195,22 @@
179
195
  "standaloneMaxFileNumberError": "Solo permitimos {{maxFiles}} archivos adjuntos por ítem y se alcanzó ese máximo. Elimine algunos archivos adjuntos para cargar otros nuevos.",
180
196
  "standaloneUnsupportedFileTypeError": "Lo sentimos, no pudimos cargar sus archivos porque uno o más tipos de archivos no son compatibles con Procore.",
181
197
  "standaloneMinFileSizeError": "Lo sentimos, no pudimos cargar sus archivos porque uno o varios archivos no cumplen con el tamaño mínimo de archivo de {{sizeInMegabytes}} mb.",
182
- "standaloneMaxFileSizeError": "Lo sentimos, no pudimos cargar sus archivos porque uno o varios archivos no cumplen con el tamaño máximo de archivo de {{sizeInMegabytes}} mb."
198
+ "standaloneMaxFileSizeError": "Lo sentimos, no pudimos cargar sus archivos porque uno o varios archivos no cumplen con el tamaño máximo de archivo de {{sizeInMegabytes}} mb.",
199
+ "uploadTotalProgress": {
200
+ "withFailed": "Progreso total: {{totalProgress}}%. Cargado {{uploaded}} de {{total}}. Error {{failed}}.",
201
+ "withoutFailed": "Progreso total: {{totalProgress}}%. Cargado {{uploaded}} de {{total}}."
202
+ }
183
203
  },
184
204
  "modal": {
185
205
  "a11y": {
186
206
  "close": "Cerrar"
187
- }
207
+ },
208
+ "cancel": "Cancelar"
209
+ },
210
+ "multiSelect": {
211
+ "clearAll": "Eliminar campo",
212
+ "selectValues": "Seleccionar valores",
213
+ "noResults": "No hay resultados"
188
214
  },
189
215
  "tearsheet": {
190
216
  "a11y": {
@@ -197,6 +223,9 @@
197
223
  "other": "Adjuntar archivos"
198
224
  }
199
225
  },
226
+ "fileToken": {
227
+ "uploading": "Cargando"
228
+ },
200
229
  "tree": {
201
230
  "selectionLimit": {
202
231
  "one": "Solo se puede adjuntar {{count}} archivo",
@@ -227,6 +256,9 @@
227
256
  "supportedFileTypes": "Tipos de archivo admitidos"
228
257
  },
229
258
  "form": {
259
+ "closeWithConfirm": {
260
+ "confirmMessage": "Si sale antes de guardar, se perderán sus cambios."
261
+ },
230
262
  "checkbox": {
231
263
  "no": "No",
232
264
  "yes": "Sí"
@@ -236,6 +268,9 @@
236
268
  "couldNotUpdateItem": "Lo sentimos, no pudimos actualizar este {{item}} .",
237
269
  "fixErrorsToCreate": "Corrija los siguientes errores y vuelva a intentar crearlo.",
238
270
  "fixErrorsToUpdate": "Corrija los siguientes errores y vuelva a intentar actualizar."
271
+ },
272
+ "field": {
273
+ "tooltipHelp": "Más información"
239
274
  }
240
275
  },
241
276
  "menu": {
@@ -248,24 +283,42 @@
248
283
  "nextPage": "Página siguiente",
249
284
  "prevPage": "Página anterior"
250
285
  },
286
+ "search": {
287
+ "clear": "Borrar texto",
288
+ "goSearch": "Ir a los resultados de búsqueda"
289
+ },
251
290
  "select": {
291
+ "clear": "Eliminar campo",
252
292
  "search": "Buscar"
253
293
  },
254
294
  "tabs": {
255
295
  "more": "Más"
256
296
  },
297
+ "thumbnail": {
298
+ "checked": "Comprobado"
299
+ },
300
+ "thumbnailList": {
301
+ "removeUpload": "Quitar carga",
302
+ "uploading": "Cargando"
303
+ },
304
+ "toast": {
305
+ "a11y": {
306
+ "dismiss": "Descartar"
307
+ }
308
+ },
257
309
  "fileList": {
258
310
  "downloadAll": "Descargar todo",
259
311
  "download": "Descargar",
260
- "noPreview": "No Hay Vista Previa Disponible"
312
+ "noPreview": "No hay vista previa disponible"
261
313
  },
262
314
  "tieredSelect": {
263
315
  "emptyMessage": "No hay ubicaciones.",
316
+ "goToTier": "Ir al submenú",
264
317
  "placeholder": "Seleccione un ítem",
265
318
  "quickCreateActionLabel": "Crear ubicación nueva",
266
319
  "quickCreateCancelLabel": "Cancelar",
267
320
  "quickCreateCreateLabel": "Crear",
268
- "quickCreatePlaceholder": "Añadir ubicación",
321
+ "quickCreatePlaceholder": "Agregar ubicación",
269
322
  "searchEmptyMessage": "No hay resultados.",
270
323
  "searchPlaceholder": "Buscar ubicaciones existentes",
271
324
  "spinnerLabel": "Cargando"
@@ -276,6 +329,12 @@
276
329
  "searchPlaceholder": "Buscar",
277
330
  "spinnerLabel": "Cargando"
278
331
  },
332
+ "token": {
333
+ "remove": "Eliminar selección"
334
+ },
335
+ "toolHeader": {
336
+ "settingsAction": "Configurar ajustes"
337
+ },
279
338
  "fileSelect": {
280
339
  "localFilesSource": "Mi computadora",
281
340
  "uploadFailed": "La carga falló",
@@ -284,15 +343,13 @@
284
343
  "required": {
285
344
  "requiredFields": "campos requeridos"
286
345
  },
287
- "wxpDetailPage": {
288
- "requiredFields": "campos requeridos"
289
- },
290
346
  "avatarStack": {
291
347
  "viewAll": "Ver todo",
292
348
  "close": "Cerrar"
293
349
  },
294
350
  "panel": {
295
- "close": "Cerrar"
351
+ "close": "Cerrar",
352
+ "goBack": "Atrás"
296
353
  }
297
354
  }
298
355
  }