@anchrd/intel-ui 0.41.0 → 0.42.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.
- package/package.json +1 -1
- package/src/attachment-viewer/attachment-viewer.tsx +6 -5
- package/src/board/board-assignee/board-assignee.tsx +45 -0
- package/src/board/board-chip/board-chip.tsx +31 -0
- package/src/board/board-status/board-status.tsx +60 -0
- package/src/board/board-table/board-table.tsx +207 -101
- package/src/board/board-task/board-task.tsx +22 -105
- package/src/file-preview/file-preview-view.tsx +326 -12
- package/src/file-preview/pdf-file-preview.tsx +1 -1
- package/src/i18n/de.json +25 -2
- package/src/i18n/en.json +25 -2
- package/src/i18n/es.json +25 -2
package/src/i18n/en.json
CHANGED
|
@@ -42,6 +42,9 @@
|
|
|
42
42
|
"board.backTo": "Back to {board}",
|
|
43
43
|
"board.cardLabel": "Open {title}, in {column}. Alt and an arrow key moves it.",
|
|
44
44
|
"board.clearAssignee": "Take the assignment off {name}",
|
|
45
|
+
"board.clearDependsOn": "stop waiting for it",
|
|
46
|
+
"board.clearDue": "clear it",
|
|
47
|
+
"board.clearStart": "clear it",
|
|
45
48
|
"board.column.archive": "Archive",
|
|
46
49
|
"board.column.assignee": "Assigned to",
|
|
47
50
|
"board.column.default.backlog": "Backlog",
|
|
@@ -51,6 +54,7 @@
|
|
|
51
54
|
"board.column.dependsOn": "Waiting for",
|
|
52
55
|
"board.column.due": "Due",
|
|
53
56
|
"board.column.labels": "Labels",
|
|
57
|
+
"board.column.start": "Start",
|
|
54
58
|
"board.column.status": "Column",
|
|
55
59
|
"board.column.title": "Title",
|
|
56
60
|
"board.createFailed": "The task could not be created.",
|
|
@@ -72,9 +76,9 @@
|
|
|
72
76
|
"board.link.outside": "Outside this board",
|
|
73
77
|
"board.link.subtask": "Subtask",
|
|
74
78
|
"board.links": "Linked",
|
|
75
|
-
"board.moveTo": "
|
|
79
|
+
"board.moveTo": "move it to another column",
|
|
76
80
|
"board.progress": "{done} of {total} done",
|
|
77
|
-
"board.removeLabel": "
|
|
81
|
+
"board.removeLabel": "remove this label",
|
|
78
82
|
"board.settings.addColumn": "+ Column",
|
|
79
83
|
"board.settings.columnName": "Name of the column {column}",
|
|
80
84
|
"board.settings.description": "Columns and what the board shows.",
|
|
@@ -89,6 +93,10 @@
|
|
|
89
93
|
"board.settings.showArchive": "Show the archive column",
|
|
90
94
|
"board.settings.showArchiveHint": "It is on every board. Hidden, its cards are out of sight everywhere.",
|
|
91
95
|
"board.settings.title": "Board settings",
|
|
96
|
+
"board.sort.asc": "{column}, A to Z",
|
|
97
|
+
"board.sort.desc": "{column}, Z to A",
|
|
98
|
+
"board.sort.none": "Unsorted",
|
|
99
|
+
"board.sortBy": "Sort",
|
|
92
100
|
"board.stripes.root": "Level {level}, has subtasks",
|
|
93
101
|
"board.stripes.under": "Level {level} · parent in {column}",
|
|
94
102
|
"board.table.collapse": "Hide what is under {row}",
|
|
@@ -249,6 +257,21 @@
|
|
|
249
257
|
"attachment.empty": "No file has been uploaded yet.",
|
|
250
258
|
"attachment.loadFailed": "The file could not be loaded. You can still export the original from the menu.",
|
|
251
259
|
"attachment.unsupported": "This file type cannot be previewed. You can still export the original from the menu.",
|
|
260
|
+
"attachment.viewer.controls": "File controls",
|
|
261
|
+
"attachment.viewer.navigation": "Show page navigation",
|
|
262
|
+
"attachment.viewer.nextPage": "Next page",
|
|
263
|
+
"attachment.viewer.nextResult": "Next search result",
|
|
264
|
+
"attachment.viewer.previousPage": "Previous page",
|
|
265
|
+
"attachment.viewer.previousResult": "Previous search result",
|
|
266
|
+
"attachment.viewer.resetZoom": "Reset zoom",
|
|
267
|
+
"attachment.viewer.rotateLeft": "Rotate left",
|
|
268
|
+
"attachment.viewer.rotateRight": "Rotate right",
|
|
269
|
+
"attachment.viewer.search": "Search document",
|
|
270
|
+
"attachment.viewer.searchNoResults": "No results",
|
|
271
|
+
"attachment.viewer.searchPlaceholder": "Search document",
|
|
272
|
+
"attachment.viewer.searchResults": "Search result {current} of {total}",
|
|
273
|
+
"attachment.viewer.zoomIn": "Zoom in",
|
|
274
|
+
"attachment.viewer.zoomOut": "Zoom out",
|
|
252
275
|
"nav.primary": "Primary navigation",
|
|
253
276
|
"nav.tools": "Tools",
|
|
254
277
|
"node.access": "Access",
|
package/src/i18n/es.json
CHANGED
|
@@ -42,6 +42,9 @@
|
|
|
42
42
|
"board.backTo": "Volver a {board}",
|
|
43
43
|
"board.cardLabel": "Abrir {title}, en {column}. Alt y una flecha la mueve.",
|
|
44
44
|
"board.clearAssignee": "Quitar la responsabilidad de {name}",
|
|
45
|
+
"board.clearDependsOn": "dejar de esperarlo",
|
|
46
|
+
"board.clearDue": "quitar",
|
|
47
|
+
"board.clearStart": "quitar",
|
|
45
48
|
"board.column.archive": "Archivo",
|
|
46
49
|
"board.column.assignee": "Asignada a",
|
|
47
50
|
"board.column.default.backlog": "Backlog",
|
|
@@ -51,6 +54,7 @@
|
|
|
51
54
|
"board.column.dependsOn": "Espera a",
|
|
52
55
|
"board.column.due": "Vence",
|
|
53
56
|
"board.column.labels": "Etiquetas",
|
|
57
|
+
"board.column.start": "Inicio",
|
|
54
58
|
"board.column.status": "Columna",
|
|
55
59
|
"board.column.title": "Título",
|
|
56
60
|
"board.createFailed": "No se pudo crear la tarea.",
|
|
@@ -72,9 +76,9 @@
|
|
|
72
76
|
"board.link.outside": "Fuera de este tablero",
|
|
73
77
|
"board.link.subtask": "Subtarea",
|
|
74
78
|
"board.links": "Vinculado",
|
|
75
|
-
"board.moveTo": "
|
|
79
|
+
"board.moveTo": "moverla a otra columna",
|
|
76
80
|
"board.progress": "{done} de {total} hechas",
|
|
77
|
-
"board.removeLabel": "
|
|
81
|
+
"board.removeLabel": "quitar esta etiqueta",
|
|
78
82
|
"board.settings.addColumn": "+ Columna",
|
|
79
83
|
"board.settings.columnName": "Nombre de la columna {column}",
|
|
80
84
|
"board.settings.description": "Columnas y lo que muestra el tablero.",
|
|
@@ -89,6 +93,10 @@
|
|
|
89
93
|
"board.settings.showArchive": "Mostrar la columna de archivo",
|
|
90
94
|
"board.settings.showArchiveHint": "Está en todos los tableros. Oculta, sus tarjetas desaparecen de todas las vistas.",
|
|
91
95
|
"board.settings.title": "Ajustes del tablero",
|
|
96
|
+
"board.sort.asc": "{column}, A a Z",
|
|
97
|
+
"board.sort.desc": "{column}, Z a A",
|
|
98
|
+
"board.sort.none": "Sin orden",
|
|
99
|
+
"board.sortBy": "Ordenar",
|
|
92
100
|
"board.stripes.root": "Nivel {level}, tiene subtareas",
|
|
93
101
|
"board.stripes.under": "Nivel {level} · superior en {column}",
|
|
94
102
|
"board.table.collapse": "Ocultar lo que hay bajo {row}",
|
|
@@ -249,6 +257,21 @@
|
|
|
249
257
|
"attachment.empty": "Todavía no se ha subido ningún archivo.",
|
|
250
258
|
"attachment.loadFailed": "No se pudo cargar el archivo. Aún puedes exportar el original desde el menú.",
|
|
251
259
|
"attachment.unsupported": "No se puede previsualizar este tipo de archivo. Aún puedes exportar el original desde el menú.",
|
|
260
|
+
"attachment.viewer.controls": "Controles del archivo",
|
|
261
|
+
"attachment.viewer.navigation": "Mostrar navegación de páginas",
|
|
262
|
+
"attachment.viewer.nextPage": "Página siguiente",
|
|
263
|
+
"attachment.viewer.nextResult": "Siguiente resultado de búsqueda",
|
|
264
|
+
"attachment.viewer.previousPage": "Página anterior",
|
|
265
|
+
"attachment.viewer.previousResult": "Resultado de búsqueda anterior",
|
|
266
|
+
"attachment.viewer.resetZoom": "Restablecer zoom",
|
|
267
|
+
"attachment.viewer.rotateLeft": "Girar a la izquierda",
|
|
268
|
+
"attachment.viewer.rotateRight": "Girar a la derecha",
|
|
269
|
+
"attachment.viewer.search": "Buscar en el documento",
|
|
270
|
+
"attachment.viewer.searchNoResults": "Sin resultados",
|
|
271
|
+
"attachment.viewer.searchPlaceholder": "Buscar en el documento",
|
|
272
|
+
"attachment.viewer.searchResults": "Resultado {current} de {total}",
|
|
273
|
+
"attachment.viewer.zoomIn": "Ampliar",
|
|
274
|
+
"attachment.viewer.zoomOut": "Reducir",
|
|
252
275
|
"nav.primary": "Navegación principal",
|
|
253
276
|
"nav.tools": "Herramientas",
|
|
254
277
|
"node.access": "Acceso",
|