dtable-ui-component 5.3.5 → 5.3.7
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/lib/ButtonFormatter/index.js +8 -2
- package/lib/CheckboxEditor/index.css +8 -20
- package/lib/CheckboxEditor/index.js +98 -35
- package/lib/CheckboxFormatter/index.css +5 -0
- package/lib/CheckboxFormatter/index.js +9 -15
- package/lib/CollaboratorEditor/index.css +12 -35
- package/lib/CollaboratorEditor/index.js +18 -212
- package/lib/CollaboratorEditor/{mb-collaborator-editor-popover → mb-collaborator-editor}/index.js +27 -30
- package/lib/CollaboratorEditor/pc-collaborator-editor/index.js +257 -0
- package/lib/CollaboratorItem/index.css +5 -1
- package/lib/CollaboratorItem/index.js +6 -2
- package/lib/Comment/body/comment.js +190 -0
- package/lib/Comment/body/index.css +95 -0
- package/lib/Comment/body/index.js +32 -0
- package/lib/Comment/footer/btns/index.css +40 -0
- package/lib/Comment/footer/btns/index.js +113 -0
- package/lib/Comment/footer/index.css +157 -0
- package/lib/Comment/footer/index.js +169 -0
- package/lib/Comment/footer/input/index.css +52 -0
- package/lib/Comment/footer/input/index.js +448 -0
- package/lib/Comment/footer/input/participant/index.css +0 -0
- package/lib/Comment/footer/input/participant/index.js +53 -0
- package/lib/Comment/footer/participants/index.css +22 -0
- package/lib/Comment/footer/participants/index.js +68 -0
- package/lib/Comment/footer/participants/participant/index.css +5 -0
- package/lib/Comment/footer/participants/participant/index.js +32 -0
- package/lib/Comment/footer/participants/participant-select/index.css +104 -0
- package/lib/Comment/footer/participants/participant-select/index.js +182 -0
- package/lib/Comment/index.css +19 -0
- package/lib/Comment/index.js +304 -0
- package/lib/Comment/model.js +25 -0
- package/lib/Comment/utils/common.js +62 -0
- package/lib/Comment/utils/index.js +27 -0
- package/lib/Comment/utils/utilities.js +176 -0
- package/lib/DTableCustomizeSelect/index.js +2 -2
- package/lib/DTableFiltersPopover/utils/index.js +1 -7
- package/lib/DTableFiltersPopover/widgets/filter-calendar.js +2 -2
- package/lib/DTableGroupSelect/index.js +3 -3
- package/lib/DTableSelect/index.js +3 -1
- package/lib/DateEditor/index.js +14 -51
- package/lib/DateEditor/pc-date-editor-popover.js +149 -12
- package/lib/{common/delete-tip.js → DeleteTip/index.js} +12 -16
- package/lib/Department-editor/department-single-select.js +1 -1
- package/lib/Department-editor/index.js +3 -4
- package/lib/DepartmentSingleSelectFormatter/index.js +3 -2
- package/lib/DigitalSignEditor/constants.js +7 -0
- package/lib/DigitalSignEditor/index.css +69 -0
- package/lib/DigitalSignEditor/index.js +182 -0
- package/lib/DigitalSignEditor/service.js +39 -0
- package/lib/DigitalSignEditor/signature-board/index.css +35 -0
- package/lib/DigitalSignEditor/signature-board/index.js +135 -0
- package/lib/DigitalSignEditor/signature-board/signature-tool.js +396 -0
- package/lib/DigitalSignEditor/utils.js +29 -0
- package/lib/DurationEditor/index.js +110 -0
- package/lib/EmailEditor/index.js +58 -0
- package/lib/FileEditor/addition-previewer/index.css +1 -0
- package/lib/FileEditor/addition-previewer/index.js +52 -0
- package/lib/FileEditor/addition-previewer/local-file-addition/index.css +1 -0
- package/lib/FileEditor/addition-previewer/local-file-addition/index.js +252 -0
- package/lib/FileEditor/constants.js +7 -0
- package/lib/FileEditor/files-previewer/file-previewer/dropdown-menu.js +74 -0
- package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.css +5 -0
- package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.js +77 -0
- package/lib/FileEditor/files-previewer/file-previewer/index.css +88 -0
- package/lib/FileEditor/files-previewer/file-previewer/index.js +167 -0
- package/lib/FileEditor/files-previewer/index.css +56 -0
- package/lib/FileEditor/files-previewer/index.js +277 -0
- package/lib/FileEditor/index.css +6 -0
- package/lib/FileEditor/index.js +258 -11
- package/lib/FileEditor/utils.js +22 -0
- package/lib/FileItemFormatter/index.js +19 -20
- package/lib/FileUploader/index.css +9 -0
- package/lib/FileUploader/index.js +268 -14
- package/lib/FormulaFormatter/cell-value-validator.js +17 -17
- package/lib/FormulaFormatter/index.js +2 -1
- package/lib/FormulaFormatter/utils.js +0 -31
- package/lib/GeolocationEditor/country-editor.js +319 -0
- package/lib/GeolocationEditor/index.css +641 -0
- package/lib/GeolocationEditor/index.js +240 -0
- package/lib/GeolocationEditor/location-editor.js +368 -0
- package/lib/GeolocationEditor/map-editor/index.js +456 -0
- package/lib/GeolocationEditor/map-editor/large-editor/index.css +137 -0
- package/lib/GeolocationEditor/map-editor/large-editor/index.js +461 -0
- package/lib/GeolocationEditor/map-editor-utils.js +153 -0
- package/lib/GeolocationEditor/map-selection-editor/index.js +455 -0
- package/lib/GeolocationEditor/map-selection-editor/large-editor/index.css +1 -0
- package/lib/GeolocationEditor/map-selection-editor/large-editor/index.js +447 -0
- package/lib/GeolocationEditor/parse-geolocation.js +282 -0
- package/lib/GeolocationEditor/province-city-editor.js +292 -0
- package/lib/GeolocationEditor/province-editor.js +226 -0
- package/lib/GeolocationEditor/selector-header-item.js +28 -0
- package/lib/GeolocationEditor/selector-list.js +33 -0
- package/lib/ImageEditor/addition-previewer/image-link/index.css +45 -0
- package/lib/ImageEditor/addition-previewer/image-link/index.js +73 -0
- package/lib/ImageEditor/addition-previewer/index.css +106 -0
- package/lib/ImageEditor/addition-previewer/index.js +63 -0
- package/lib/ImageEditor/addition-previewer/local-image-addition/index.css +125 -0
- package/lib/ImageEditor/addition-previewer/local-image-addition/index.js +254 -0
- package/lib/ImageEditor/constants.js +7 -0
- package/lib/ImageEditor/images-previewer/image-preview/index.css +59 -0
- package/lib/ImageEditor/images-previewer/image-preview/index.js +155 -0
- package/lib/ImageEditor/images-previewer/index.css +18 -0
- package/lib/ImageEditor/images-previewer/index.js +140 -0
- package/lib/ImageEditor/index.css +24 -0
- package/lib/ImageEditor/index.js +194 -0
- package/lib/ImageThumbnail/index.css +20 -0
- package/lib/ImageThumbnail/index.js +136 -0
- package/lib/LinkEditor/index.js +2 -3
- package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
- package/lib/MultipleSelectEditor/index.js +16 -177
- package/lib/NumberEditor/index.js +63 -77
- package/lib/RoleStatusEditor/index.css +0 -2
- package/lib/RowExpandDialog/body/index.css +21 -0
- package/lib/RowExpandDialog/body/index.js +262 -0
- package/lib/RowExpandDialog/column-content/index.css +48 -0
- package/lib/RowExpandDialog/column-content/index.js +50 -0
- package/lib/RowExpandDialog/header/index.css +31 -0
- package/lib/RowExpandDialog/header/index.js +55 -0
- package/lib/RowExpandDialog/index.css +28 -0
- package/lib/RowExpandDialog/index.js +237 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/index.css +22 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/index.js +24 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.css +18 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +43 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.css +5 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +232 -0
- package/lib/RowExpandEditor/RowExpandDateEditor/index.js +130 -0
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +106 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.css +13 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +208 -0
- package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +105 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +2 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +125 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/index.js +147 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.css +17 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +165 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/index.css +6 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/index.js +170 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/index.css +6 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +123 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.css +44 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +224 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +105 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.css +13 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.js +152 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.css +58 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +193 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/index.css +4 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/index.js +127 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/index.css +31 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +130 -0
- package/lib/RowExpandEditor/constants.js +44 -0
- package/lib/RowExpandEditor/index.css +0 -0
- package/lib/RowExpandEditor/index.js +32 -0
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +27 -0
- package/lib/{RowExpandEmailFormatter → RowExpandFormatter/RowExpandEmailFormatter}/index.css +1 -1
- package/lib/{RowExpandEmailFormatter → RowExpandFormatter/RowExpandEmailFormatter}/index.js +1 -1
- package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/index.css +6 -6
- package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/index.js +3 -1
- package/lib/{RowExpandFileFormatter → RowExpandFormatter/RowExpandFileFormatter}/row-expand-file-item-formatter.js +12 -13
- package/lib/{RowExpandFormulaFormatter → RowExpandFormatter/RowExpandFormulaFormatter}/index.js +11 -10
- package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/index.css +6 -6
- package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/index.js +1 -1
- package/lib/{RowExpandImageFormatter → RowExpandFormatter/RowExpandImageFormatter}/row-expand-image-item-formatter.js +5 -5
- package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/collaborator-item-formatter.js +1 -1
- package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/index.css +2 -2
- package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/index.js +20 -20
- package/lib/{RowExpandRateFormatter → RowExpandFormatter/RowExpandRateFormatter}/index.css +1 -1
- package/lib/RowExpandFormatter/RowExpandUrlFormatter/index.css +1 -0
- package/lib/{RowExpandUrlFormatter → RowExpandFormatter/RowExpandUrlFormatter}/index.js +4 -3
- package/lib/RowExpandFormatter/constants.js +61 -0
- package/lib/RowExpandFormatter/index.css +28 -3
- package/lib/RowExpandFormatter/index.js +111 -130
- package/lib/SimpleLongTextFormatter/widgets/longTextEditor.css +2 -2
- package/lib/SingleSelectEditor/index.js +16 -156
- package/lib/SvgIcon/index.css +11 -0
- package/lib/SvgIcon/index.js +29 -0
- package/lib/TextEditor/index.js +112 -42
- package/lib/UploadProgress/index.js +38 -0
- package/lib/UrlEditor/index.js +61 -0
- package/lib/common/editor-base.js +52 -0
- package/lib/constants/file.js +96 -0
- package/lib/constants/index.js +27 -15
- package/lib/constants/key-codes.js +109 -0
- package/lib/css/cell-editor.css +18 -2
- package/lib/formatterConfig/base-formatter-config.js +23 -23
- package/lib/formatterConfig/index.js +3 -3
- package/lib/hooks/index.js +16 -0
- package/lib/index.js +81 -46
- package/lib/lang/index.js +19 -16
- package/lib/locales/de.json +167 -0
- package/lib/locales/en.json +167 -0
- package/lib/locales/es.json +167 -0
- package/lib/locales/fr.json +167 -0
- package/lib/locales/pt.json +167 -0
- package/lib/locales/ru.json +167 -0
- package/lib/locales/zh-CN.json +167 -0
- package/lib/select-editor/index.js +6 -6
- package/lib/select-editor/{mb-select-editor-popover → mb-select-editor}/index.js +3 -3
- package/lib/select-editor/pc-select-editor/index.css +85 -0
- package/lib/select-editor/pc-select-editor/index.js +290 -0
- package/lib/utils/cell-comparer.js +35 -0
- package/lib/utils/cell.js +55 -0
- package/lib/utils/column-utils.js +25 -0
- package/lib/utils/editor-utils.js +1 -6
- package/lib/utils/get-event-transfer.js +75 -0
- package/lib/utils/hotkey.js +37 -0
- package/lib/utils/object-utils.js +61 -0
- package/lib/utils/url.js +121 -8
- package/lib/utils/utils.js +119 -2
- package/package.json +3 -2
- package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js +0 -97
- package/lib/FileEditor/pc-files-addition/index.js +0 -1
- package/lib/FileEditor/pc-files-addition/pc-file-uploaded-item.js +0 -1
- package/lib/FileEditor/pc-files-preview/index.js +0 -1
- package/lib/FileEditor/pc-files-preview/pc-file-item-preview.js +0 -1
- package/lib/FileItemFormatter/assets/file/192/excel.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/file.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/music.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/pdf.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/pic.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/ppt.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/txt.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/video.png +0 -0
- package/lib/FileItemFormatter/assets/file/192/word.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/excel.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/file.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/music.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/pdf.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/pic.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/ppt.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/txt.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/video.png +0 -0
- package/lib/FileItemFormatter/assets/file/24/word.png +0 -0
- package/lib/FileItemFormatter/assets/folder/folder-192.png +0 -0
- package/lib/FileItemFormatter/assets/folder/folder-24.png +0 -0
- package/lib/FileItemFormatter/utils.js +0 -99
- package/lib/MultipleSelectEditor/index.css +0 -9
- package/lib/RowExpandLinkFormatter/utils.js +0 -71
- package/lib/RowExpandUrlFormatter/index.css +0 -1
- package/lib/SingleSelectEditor/index.css +0 -14
- package/lib/common/modal-portal.js +0 -26
- package/lib/locals/de.js +0 -103
- package/lib/locals/en.js +0 -104
- package/lib/locals/es.js +0 -103
- package/lib/locals/fr.js +0 -103
- package/lib/locals/pt.js +0 -103
- package/lib/locals/ru.js +0 -103
- package/lib/locals/zh-CN.js +0 -104
- package/lib/select-editor/pc-select-editor-popover/index.css +0 -71
- package/lib/select-editor/pc-select-editor-popover/index.js +0 -122
- /package/lib/CollaboratorEditor/{mb-collaborator-editor-popover → mb-collaborator-editor}/index.css +0 -0
- /package/lib/CollaboratorEditor/{pc-collaborator-editor-popover → pc-collaborator-editor}/index.css +0 -0
- /package/lib/{common/delete-tip.css → DeleteTip/index.css} +0 -0
- /package/lib/{RowExpandLinkFormatter → RowExpandFormatter/RowExpandLinkFormatter}/value-display-utils.js +0 -0
- /package/lib/{RowExpandRateFormatter → RowExpandFormatter/RowExpandRateFormatter}/index.js +0 -0
- /package/lib/select-editor/{mb-select-editor-popover → mb-select-editor}/index.css +0 -0
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.getTwoDimensionArrayValue = exports.getFormulaArrayValue = void 0;
|
|
7
|
-
exports.isArrayFormatColumn = isArrayFormatColumn;
|
|
8
|
-
exports.isValidCellValue = void 0;
|
|
9
|
-
var _constants = require("../constants");
|
|
10
|
-
const isValidCellValue = value => {
|
|
11
|
-
if (value === undefined) return false;
|
|
12
|
-
if (value === null) return false;
|
|
13
|
-
if (value === '') return false;
|
|
14
|
-
if (JSON.stringify(value) === '{}') return false;
|
|
15
|
-
if (JSON.stringify(value) === '[]') return false;
|
|
16
|
-
return true;
|
|
17
|
-
};
|
|
18
|
-
exports.isValidCellValue = isValidCellValue;
|
|
19
|
-
const getFormulaArrayValue = function (value) {
|
|
20
|
-
let isFlat = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
|
21
|
-
if (!Array.isArray(value)) return [];
|
|
22
|
-
if (!isFlat) return getTwoDimensionArrayValue(value);
|
|
23
|
-
return value.map(item => {
|
|
24
|
-
if (Object.prototype.toString.call(item) !== '[object Object]') {
|
|
25
|
-
return item;
|
|
26
|
-
}
|
|
27
|
-
if (!Object.prototype.hasOwnProperty.call(item, 'display_value')) return item;
|
|
28
|
-
const {
|
|
29
|
-
display_value
|
|
30
|
-
} = item;
|
|
31
|
-
if (!Array.isArray(display_value) || display_value.length === 0) return display_value;
|
|
32
|
-
return display_value.map(i => {
|
|
33
|
-
if (Object.prototype.toString.call(i) === '[object Object]') {
|
|
34
|
-
if (!Object.prototype.hasOwnProperty.call(i, 'display_value')) return i;
|
|
35
|
-
const {
|
|
36
|
-
display_value
|
|
37
|
-
} = i;
|
|
38
|
-
return display_value;
|
|
39
|
-
}
|
|
40
|
-
return i;
|
|
41
|
-
});
|
|
42
|
-
}).flat().filter(item => isValidCellValue(item));
|
|
43
|
-
};
|
|
44
|
-
exports.getFormulaArrayValue = getFormulaArrayValue;
|
|
45
|
-
const getTwoDimensionArrayValue = value => {
|
|
46
|
-
if (!Array.isArray(value)) return [];
|
|
47
|
-
return value.map(item => {
|
|
48
|
-
if (Object.prototype.toString.call(item) !== '[object Object]') {
|
|
49
|
-
return item;
|
|
50
|
-
}
|
|
51
|
-
if (!Object.prototype.hasOwnProperty.call(item, 'display_value')) return item;
|
|
52
|
-
const {
|
|
53
|
-
display_value
|
|
54
|
-
} = item;
|
|
55
|
-
if (!Array.isArray(display_value) || display_value.length === 0) return display_value;
|
|
56
|
-
return display_value.map(i => {
|
|
57
|
-
if (Object.prototype.toString.call(i) === '[object Object]') {
|
|
58
|
-
if (!Object.prototype.hasOwnProperty.call(i, 'display_value')) return i;
|
|
59
|
-
const {
|
|
60
|
-
display_value
|
|
61
|
-
} = i;
|
|
62
|
-
return display_value;
|
|
63
|
-
}
|
|
64
|
-
return i;
|
|
65
|
-
});
|
|
66
|
-
});
|
|
67
|
-
};
|
|
68
|
-
exports.getTwoDimensionArrayValue = getTwoDimensionArrayValue;
|
|
69
|
-
function isArrayFormatColumn(columnType) {
|
|
70
|
-
return [_constants.CellType.IMAGE, _constants.CellType.FILE, _constants.CellType.MULTIPLE_SELECT, _constants.CellType.COLLABORATOR].includes(columnType);
|
|
71
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import url('../css/cell-formatter.css');
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
.dtable-ui-single-select-editor {
|
|
2
|
-
position: relative;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.dtable-ui-single-select-option-container {
|
|
6
|
-
height: 40px;
|
|
7
|
-
padding: 10px 5px;
|
|
8
|
-
border-radius: 3px;
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.dtable-ui-single-select-option-container:hover {
|
|
13
|
-
background-color: #f5f5f5;
|
|
14
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.default = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _reactDom = _interopRequireDefault(require("react-dom"));
|
|
10
|
-
const modalRoot = document.getElementById('modal-wrapper');
|
|
11
|
-
class ModalPortal extends _react.default.Component {
|
|
12
|
-
constructor(props) {
|
|
13
|
-
super(props);
|
|
14
|
-
this.el = document.createElement('div');
|
|
15
|
-
}
|
|
16
|
-
componentDidMount() {
|
|
17
|
-
modalRoot.appendChild(this.el);
|
|
18
|
-
}
|
|
19
|
-
componentWillUnmount() {
|
|
20
|
-
modalRoot.removeChild(this.el);
|
|
21
|
-
}
|
|
22
|
-
render() {
|
|
23
|
-
return /*#__PURE__*/_reactDom.default.createPortal(this.props.children, this.el);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
exports.default = ModalPortal;
|
package/lib/locals/de.js
DELETED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
/* eslint-disable quotes */
|
|
8
|
-
const de = {
|
|
9
|
-
"Add_an_option": "Fügen Sie eine Option hinzu",
|
|
10
|
-
"Search_option": "Finden Sie eine Option",
|
|
11
|
-
"No_options_available": "Es sind keine Optionen verfügbar.",
|
|
12
|
-
"Current_option": "Aktuelle Option",
|
|
13
|
-
"No_option": "Keine Option",
|
|
14
|
-
"Choose_an_option": "Wähle eine Option",
|
|
15
|
-
"Add_a_collaborator": "Fügen Sie einen Mitarbeiter hinzu",
|
|
16
|
-
"Search_collaborator": "Mitarbeiter suchen",
|
|
17
|
-
"No_collaborators_available": "Es sind keine Mitarbeiter verfügbar.",
|
|
18
|
-
"Done": "Erledigt",
|
|
19
|
-
"Choose_a_collaborator": "Wählen Sie einen Mitarbeiter",
|
|
20
|
-
"Please_input": "Bitte eingeben",
|
|
21
|
-
"Please_select": "Auswählen",
|
|
22
|
-
"Clear": "Leeren",
|
|
23
|
-
"Are_you_sure_you_want_to_delete_this_file": "Möchten Sie diese Datei wirklich löschen?",
|
|
24
|
-
"Are_you_sure_you_want_to_delete_this_image": "Möchten Sie das Bild wirklich löschen?",
|
|
25
|
-
"Cancel": "Abbrechen",
|
|
26
|
-
"Delete": "Löschen",
|
|
27
|
-
"Search_department": "Bereich suchen",
|
|
28
|
-
"No_departments_available": "Es sind keine Departments verfügbar.",
|
|
29
|
-
"Current_user_department": "Department des aktuellen Benutzers",
|
|
30
|
-
"Current_user_department_and_sub": "Bereich und Unterbereiche des aktuellen Benutzers",
|
|
31
|
-
"Specific_departments": "Bestimmte Bereiche",
|
|
32
|
-
"Deleted_department": "Der Bereich wurde gelöscht.",
|
|
33
|
-
"Add_filter": "Filter hinzufügen",
|
|
34
|
-
"No_filters": "Keine Filter",
|
|
35
|
-
"Submit": "Abschicken",
|
|
36
|
-
"Select_an_option": "Option auswählen",
|
|
37
|
-
"Add_collaborator": "Mitarbeiter hinzufügen",
|
|
38
|
-
"Add_a_creator": "Mitarbeiter hinzufügen",
|
|
39
|
-
"Add_a_last_modifier": "Letzten Bearbeiter hinzufügen",
|
|
40
|
-
"Invalid_filter": "Ungültiger Filter",
|
|
41
|
-
"Search_column": "Spalte suchen",
|
|
42
|
-
"No_results": "Keine Ergebnisse",
|
|
43
|
-
"Select_option(s)": "Option(en) auswählen",
|
|
44
|
-
"contains": "enthält",
|
|
45
|
-
"does_not_contain": "enthält nicht",
|
|
46
|
-
"is": "ist gleich",
|
|
47
|
-
"is_not": "ist ungleich",
|
|
48
|
-
"equal": "=",
|
|
49
|
-
"not_equal": "≠",
|
|
50
|
-
"less": "<",
|
|
51
|
-
"greater": ">",
|
|
52
|
-
"less_or_equal": "≤",
|
|
53
|
-
"greater_or_equal": "≥",
|
|
54
|
-
"is_empty": "ist leer",
|
|
55
|
-
"is_not_empty": "ist nicht leer",
|
|
56
|
-
"is_within": "ist innerhalb",
|
|
57
|
-
"is_before": "ist vor",
|
|
58
|
-
"is_after": "ist nach",
|
|
59
|
-
"is_on_or_before": "ist am oder vor",
|
|
60
|
-
"is_on_or_after": "ist am oder nach",
|
|
61
|
-
"has_any_of": "enthält einen von",
|
|
62
|
-
"has_all_of": "enthält alle",
|
|
63
|
-
"has_none_of": "enthält nicht",
|
|
64
|
-
"is_exactly": "ist genau",
|
|
65
|
-
"is_current_user_ID": "Ist ID des angemeldeten Benutzers",
|
|
66
|
-
"Current_date": "Aktuelles Datum",
|
|
67
|
-
"Specific_date": "Bestimmtes Datum",
|
|
68
|
-
"x_days_before_current_date": "Tage vor dem aktuellen Datum",
|
|
69
|
-
"x_days_after_current_date": "Tage nach dem aktuellen Datum",
|
|
70
|
-
"is_any_of": "ist eine von",
|
|
71
|
-
"is_none_of": "ist nicht",
|
|
72
|
-
"include_me": "Aktuellen Benutzer inkludieren",
|
|
73
|
-
"today": "Heute",
|
|
74
|
-
"tomorrow": "Morgen",
|
|
75
|
-
"yesterday": "Gestern",
|
|
76
|
-
"one_week_ago": "Vor einer Woche",
|
|
77
|
-
"one_week_from_now": "In einer Woche",
|
|
78
|
-
"one_month_ago": "Vor einem Monat",
|
|
79
|
-
"one_month_from_now": "In einem Monat",
|
|
80
|
-
"number_of_days_ago": "Tage vor Heute",
|
|
81
|
-
"number_of_days_from_now": "Tage von Heute",
|
|
82
|
-
"exact_date": "Exaktes Datum",
|
|
83
|
-
"the_past_week": "letzte Woche",
|
|
84
|
-
"the_past_month": "letzten Monat",
|
|
85
|
-
"the_past_year": "letztes Jahr",
|
|
86
|
-
"the_next_week": "In nächster Woche",
|
|
87
|
-
"the_next_month": "Im nächsten Monat",
|
|
88
|
-
"the_next_year": "Im nächsten Jahr",
|
|
89
|
-
"the_next_numbers_of_days": "Innerhalb der nächsten x Tage",
|
|
90
|
-
"the_past_numbers_of_days": "Innerhalb der letzten x Tage",
|
|
91
|
-
"this_week": "Diese Woche",
|
|
92
|
-
"this_month": "Diesen Monat",
|
|
93
|
-
"this_year": "Dieses Jahr",
|
|
94
|
-
"last_week": "letzte Woche",
|
|
95
|
-
"last_month": "letzten Monat",
|
|
96
|
-
"last_year": "letztes Jahr",
|
|
97
|
-
"URL_is_invalid": "Die URL ist ungültig.",
|
|
98
|
-
"Select_department": "Bereich auswählen",
|
|
99
|
-
"Default": "Standard",
|
|
100
|
-
"Custom": "Benutzerdefiniert",
|
|
101
|
-
"Recently_used": "Kürzlich benutzt"
|
|
102
|
-
};
|
|
103
|
-
var _default = exports.default = de;
|
package/lib/locals/en.js
DELETED
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
/* eslint-disable quotes */
|
|
8
|
-
const en = {
|
|
9
|
-
"Add_an_option": "Add an option",
|
|
10
|
-
"Search_option": "Search option",
|
|
11
|
-
"No_options_available": "No options available",
|
|
12
|
-
"Current_option": "Current option",
|
|
13
|
-
"No_option": "No option",
|
|
14
|
-
"Choose_an_option": "Choose an option",
|
|
15
|
-
"Add_a_collaborator": "Add a collaborator",
|
|
16
|
-
"Search_collaborator": "Search collaborator",
|
|
17
|
-
"No_collaborators_available": "No collaborators available",
|
|
18
|
-
"Done": "Done",
|
|
19
|
-
"Choose_a_collaborator": "Choose a collaborator",
|
|
20
|
-
"Please_input": "Please input",
|
|
21
|
-
"Please_select": "Please select",
|
|
22
|
-
"Clear": "Clear",
|
|
23
|
-
"Are_you_sure_you_want_to_delete_this_file": "Are you sure you want to delete this file?",
|
|
24
|
-
"Are_you_sure_you_want_to_delete_this_image": "Are you sure you want to delete this image?",
|
|
25
|
-
"Cancel": "Cancel",
|
|
26
|
-
"Delete": "Delete",
|
|
27
|
-
"Search_department": "Search department",
|
|
28
|
-
"No_departments_available": "No departments available",
|
|
29
|
-
"Current_user_department": "Current user\"s department",
|
|
30
|
-
"Current_user_department_and_sub": "Current user\"s department and sub-departments",
|
|
31
|
-
"Specific_departments": "Specific departments",
|
|
32
|
-
"Deleted_department": "Deleted department",
|
|
33
|
-
"View_original_image": "View original image",
|
|
34
|
-
"Add_filter": "Add filter",
|
|
35
|
-
"Submit": "Submit",
|
|
36
|
-
"No_filters": "No filters",
|
|
37
|
-
"Select_an_option": "Select an option",
|
|
38
|
-
"Add_collaborator": "Add collaborator",
|
|
39
|
-
"Add_a_creator": "Add a creator",
|
|
40
|
-
"Add_a_last_modifier": "Add a last modifier",
|
|
41
|
-
"Invalid_filter": "Invalid filter",
|
|
42
|
-
"Search_column": "Search column",
|
|
43
|
-
"No_results": "No results",
|
|
44
|
-
"Select_option(s)": "Select option(s)",
|
|
45
|
-
"contains": "contains",
|
|
46
|
-
"does_not_contain": "does not contain",
|
|
47
|
-
"is": "is",
|
|
48
|
-
"is_not": "is not",
|
|
49
|
-
"equal": "\u003d",
|
|
50
|
-
"not_equal": "\u2260",
|
|
51
|
-
"less": "\u003C",
|
|
52
|
-
"greater": "\u003E",
|
|
53
|
-
"less_or_equal": "\u2264",
|
|
54
|
-
"greater_or_equal": "\u2265",
|
|
55
|
-
"is_empty": "is empty",
|
|
56
|
-
"is_not_empty": "is not empty",
|
|
57
|
-
"is_within": "is within",
|
|
58
|
-
"is_before": "is before",
|
|
59
|
-
"is_after": "is after",
|
|
60
|
-
"is_on_or_before": "is on or before",
|
|
61
|
-
"is_on_or_after": "is on or after",
|
|
62
|
-
"has_any_of": "has any of",
|
|
63
|
-
"has_all_of": "has all of",
|
|
64
|
-
"has_none_of": "has none of",
|
|
65
|
-
"is_exactly": "is exactly",
|
|
66
|
-
"is_current_user_ID": "is current user's ID",
|
|
67
|
-
"Current_date": "Current date",
|
|
68
|
-
"Specific_date": "Specific date",
|
|
69
|
-
"x_days_before_current_date": "x days before current date",
|
|
70
|
-
"x_days_after_current_date": "x days after current date",
|
|
71
|
-
"is_any_of": "is any of",
|
|
72
|
-
"is_none_of": "is none of",
|
|
73
|
-
"include_me": "include the current user",
|
|
74
|
-
"today": "today",
|
|
75
|
-
"tomorrow": "tomorrow",
|
|
76
|
-
"yesterday": "yesterday",
|
|
77
|
-
"one_week_ago": "one week ago",
|
|
78
|
-
"one_week_from_now": "one week from now",
|
|
79
|
-
"one_month_ago": "one month ago",
|
|
80
|
-
"one_month_from_now": "one month from now",
|
|
81
|
-
"number_of_days_ago": "number of days ago",
|
|
82
|
-
"number_of_days_from_now": "number of days from now",
|
|
83
|
-
"exact_date": "exact date",
|
|
84
|
-
"the_past_week": "last week",
|
|
85
|
-
"the_past_month": "last month",
|
|
86
|
-
"the_past_year": "last year",
|
|
87
|
-
"the_next_week": "the next week",
|
|
88
|
-
"the_next_month": "the next month",
|
|
89
|
-
"the_next_year": "the next year",
|
|
90
|
-
"the_next_numbers_of_days": "the next numbers of days",
|
|
91
|
-
"the_past_numbers_of_days": "the past numbers of days",
|
|
92
|
-
"this_week": "this week",
|
|
93
|
-
"this_month": "this month",
|
|
94
|
-
"this_year": "this year",
|
|
95
|
-
"last_week": "last week",
|
|
96
|
-
"last_month": "last month",
|
|
97
|
-
"last_year": "last year",
|
|
98
|
-
"URL_is_invalid": "URL is invalid",
|
|
99
|
-
"Select_department": "Select department",
|
|
100
|
-
"Default": "Default",
|
|
101
|
-
"Custom": "Custom",
|
|
102
|
-
"Recently_used": "Recently used"
|
|
103
|
-
};
|
|
104
|
-
var _default = exports.default = en;
|
package/lib/locals/es.js
DELETED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
/* eslint-disable quotes */
|
|
8
|
-
const es = {
|
|
9
|
-
"Add_an_option": "Add an option",
|
|
10
|
-
"Search_option": "Search option",
|
|
11
|
-
"No_options_available": " No hay opciones disponibles",
|
|
12
|
-
"Current_option": "Opción actual",
|
|
13
|
-
"No_option": "Sin opciones",
|
|
14
|
-
"Choose_an_option": "Choose an option",
|
|
15
|
-
"Add_a_collaborator": "Añadir a colaborador",
|
|
16
|
-
"Search_collaborator": "Encuentra un colaborador",
|
|
17
|
-
"No_collaborators_available": "No hay colaboradores disponibles.",
|
|
18
|
-
"Done": "Hecho",
|
|
19
|
-
"Choose_a_collaborator": "Choose a collaborator",
|
|
20
|
-
"Please_input": "Please input",
|
|
21
|
-
"Please_select": "Please select",
|
|
22
|
-
"Clear": "Limpiar",
|
|
23
|
-
"Are_you_sure_you_want_to_delete_this_image": "¿Seguro que deseas borrar esta imagen?",
|
|
24
|
-
"Are_you_sure_you_want_to_delete_this_file": "¿Está seguro de querer eliminar este archivo?",
|
|
25
|
-
"Cancel": "Cancelar",
|
|
26
|
-
"Delete": "Borrar",
|
|
27
|
-
"Search_department": "Search department",
|
|
28
|
-
"No_departments_available": "No departments available",
|
|
29
|
-
"Current_user_department": "Current user's department",
|
|
30
|
-
"Current_user_department_and_sub": "Current user's department and sub-departments",
|
|
31
|
-
"Specific_departments": "Specific departments",
|
|
32
|
-
"Deleted_department": "Deleted department",
|
|
33
|
-
"Add_filter": "Añadir filtro",
|
|
34
|
-
"Submit": "Enviar",
|
|
35
|
-
"No_filters": "Sin filtros",
|
|
36
|
-
"Select_an_option": "Elige una opción",
|
|
37
|
-
"Add_collaborator": "Añadir colaborador",
|
|
38
|
-
"Add_a_creator": "Añadir un creador",
|
|
39
|
-
"Add_a_last_modifier": "Añadir un último en modificar",
|
|
40
|
-
"Invalid_filter": "Filtro inválido",
|
|
41
|
-
"Search_column": "Search column",
|
|
42
|
-
"No_results": "Sin resultados.",
|
|
43
|
-
"Select_option(s)": "Elegir opción(es)",
|
|
44
|
-
"contains": "contiene",
|
|
45
|
-
"does_not_contain": "no contiene",
|
|
46
|
-
"is": "es",
|
|
47
|
-
"is_not": "no es",
|
|
48
|
-
"equal": "=",
|
|
49
|
-
"not_equal": "≠",
|
|
50
|
-
"less": "<",
|
|
51
|
-
"greater": ">",
|
|
52
|
-
"less_or_equal": "≤",
|
|
53
|
-
"greater_or_equal": "≥",
|
|
54
|
-
"is_empty": "está en blanco",
|
|
55
|
-
"is_not_empty": "no está en blanco",
|
|
56
|
-
"is_within": "es entre",
|
|
57
|
-
"is_before": "es previo a",
|
|
58
|
-
"is_after": "es posterior a",
|
|
59
|
-
"is_on_or_before": "es en o antes de",
|
|
60
|
-
"is_on_or_after": "es en o después de",
|
|
61
|
-
"has_any_of": "tiene al menos uno de",
|
|
62
|
-
"has_all_of": "tiene todos de",
|
|
63
|
-
"has_none_of": "no tiene ninguno de",
|
|
64
|
-
"is_exactly": "es exactamente",
|
|
65
|
-
"is_current_user_ID": "es el ID del usuario actual",
|
|
66
|
-
"Current_date": "Fecha actual",
|
|
67
|
-
"Specific_date": "Fecha específica",
|
|
68
|
-
"x_days_before_current_date": "x días antes de hoy",
|
|
69
|
-
"x_days_after_current_date": "x días después de hoy",
|
|
70
|
-
"is_any_of": "es al menos uno de",
|
|
71
|
-
"is_none_of": "no es ninguno de",
|
|
72
|
-
"include_me": "incluir el usuario actual",
|
|
73
|
-
"today": "hoy",
|
|
74
|
-
"tomorrow": "mañana",
|
|
75
|
-
"yesterday": "ayer",
|
|
76
|
-
"one_week_ago": "hace una semana",
|
|
77
|
-
"one_week_from_now": "una semana desde ahora",
|
|
78
|
-
"one_month_ago": "hace un mes",
|
|
79
|
-
"one_month_from_now": "un mes desde ahora",
|
|
80
|
-
"number_of_days_ago": "hace tantos días",
|
|
81
|
-
"number_of_days_from_now": "tantos días desde ahora",
|
|
82
|
-
"exact_date": "fecha exacta",
|
|
83
|
-
"the_past_week": "la semana pasada",
|
|
84
|
-
"the_past_month": "el mes pasado",
|
|
85
|
-
"the_past_year": "el año pasado",
|
|
86
|
-
"the_next_week": "la próxima semana",
|
|
87
|
-
"the_next_month": "el próximo mes",
|
|
88
|
-
"the_next_year": "el próximo año",
|
|
89
|
-
"the_next_numbers_of_days": "pasados estos días",
|
|
90
|
-
"the_past_numbers_of_days": "en los últimos días",
|
|
91
|
-
"this_week": "esta semana",
|
|
92
|
-
"this_month": "este mes",
|
|
93
|
-
"this_year": "este año",
|
|
94
|
-
"last_week": "la semana pasada",
|
|
95
|
-
"last_month": "el mes pasado",
|
|
96
|
-
"last_year": "el año pasado",
|
|
97
|
-
"URL_is_invalid": "URL no válida",
|
|
98
|
-
"Select_department": "Select department",
|
|
99
|
-
"Default": "Incumplimiento de contrato",
|
|
100
|
-
"Custom": "Costumbres",
|
|
101
|
-
"Recently_used": "Recientemente usado"
|
|
102
|
-
};
|
|
103
|
-
var _default = exports.default = es;
|
package/lib/locals/fr.js
DELETED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
/* eslint-disable quotes */
|
|
8
|
-
const fr = {
|
|
9
|
-
"Add_an_option": "Ajouter une option",
|
|
10
|
-
"Search_option": "Trouver une option",
|
|
11
|
-
"No_options_available": "Il n'y a pas d'options disponibles.",
|
|
12
|
-
"Current_option": "Option actuelle",
|
|
13
|
-
"No_option": "Aucune option",
|
|
14
|
-
"Choose_an_option": "Choisis une option",
|
|
15
|
-
"Add_a_collaborator": "Ajouter un collaborateur",
|
|
16
|
-
"Search_collaborator": "Trouver un collaborateur",
|
|
17
|
-
"No_collaborators_available": "Aucun collaborateur n'est disponible.",
|
|
18
|
-
"Done": "Fait",
|
|
19
|
-
"Choose_a_collaborator": "Choisissez un collaborateur",
|
|
20
|
-
"Please_input": "Veuillez saisir",
|
|
21
|
-
"Please_select": "Veuillez sélectionner",
|
|
22
|
-
"Clear": "Effacer",
|
|
23
|
-
"Are_you_sure_you_want_to_delete_this_image": "Êtes-vous sûr de vouloir supprimer cette image?",
|
|
24
|
-
"Are_you_sure_you_want_to_delete_this_file": "Êtes-vous sûr de vouloir supprimer ce fichier?",
|
|
25
|
-
"Cancel": "Annuler",
|
|
26
|
-
"Delete": "Supprimer",
|
|
27
|
-
"Search_department": "Chercher un département",
|
|
28
|
-
"No_departments_available": "Aucun département n'est disponible.",
|
|
29
|
-
"Current_user_department": "Département de l'utilisateur actuel",
|
|
30
|
-
"Current_user_department_and_sub": "Département et sous-départements de l'utilisateur actuel",
|
|
31
|
-
"Specific_departments": "Départements spécifiques",
|
|
32
|
-
"Deleted_department": "Le département a été supprimé.",
|
|
33
|
-
"Add_filter": "Ajouter un filtre",
|
|
34
|
-
"No_filters": "Aucun filtre",
|
|
35
|
-
"Submit": "Soumettre",
|
|
36
|
-
"Select_an_option": "Sélectionner une option",
|
|
37
|
-
"Add_collaborator": "Ajouter un collaborateur",
|
|
38
|
-
"Add_a_creator": "Ajouter un créateur",
|
|
39
|
-
"Add_a_last_modifier": "Ajouter un dernier éditeur",
|
|
40
|
-
"Invalid_filter": "Filtre invalide",
|
|
41
|
-
"Search_column": "Rechercher une colonne",
|
|
42
|
-
"No_results": "Aucun résultat",
|
|
43
|
-
"Select_option(s)": "Selectionner une ou plusieurs options",
|
|
44
|
-
"contains": "contient",
|
|
45
|
-
"does_not_contain": "ne contient pas",
|
|
46
|
-
"is": "est égale à",
|
|
47
|
-
"is_not": "est différente de",
|
|
48
|
-
"equal": "=",
|
|
49
|
-
"not_equal": "≠",
|
|
50
|
-
"less": "<",
|
|
51
|
-
"greater": ">",
|
|
52
|
-
"less_or_equal": "≤",
|
|
53
|
-
"greater_or_equal": "≥",
|
|
54
|
-
"is_empty": "est vide",
|
|
55
|
-
"is_not_empty": "n'est pas vide",
|
|
56
|
-
"is_within": "est pendant",
|
|
57
|
-
"is_before": "est avant",
|
|
58
|
-
"is_after": "est après",
|
|
59
|
-
"is_on_or_before": "est le ou avant",
|
|
60
|
-
"is_on_or_after": "est le ou après",
|
|
61
|
-
"has_any_of": "contient au moins un",
|
|
62
|
-
"has_all_of": "contient tout",
|
|
63
|
-
"has_none_of": "ne contient aucun",
|
|
64
|
-
"is_exactly": "est exactement",
|
|
65
|
-
"is_current_user_ID": "est l'ID de l'utilisateur connecté",
|
|
66
|
-
"Current_date": "Date actuelle",
|
|
67
|
-
"Specific_date": "Date spécifique",
|
|
68
|
-
"x_days_before_current_date": "Jour avant la date actuelle",
|
|
69
|
-
"x_days_after_current_date": "Jour après la data actuelle",
|
|
70
|
-
"is_any_of": "contient au moins un",
|
|
71
|
-
"is_none_of": "ne contient aucun",
|
|
72
|
-
"include_me": " Inclure l'utilisateur actuel",
|
|
73
|
-
"today": "aujourd'hui",
|
|
74
|
-
"tomorrow": "demain",
|
|
75
|
-
"yesterday": "hier",
|
|
76
|
-
"one_week_ago": "il y a une semaine",
|
|
77
|
-
"one_week_from_now": "dans une semaine",
|
|
78
|
-
"one_month_ago": "il y a un mois",
|
|
79
|
-
"one_month_from_now": "dans un mois",
|
|
80
|
-
"number_of_days_ago": "il y a tels jours",
|
|
81
|
-
"number_of_days_from_now": "dans tels jours",
|
|
82
|
-
"exact_date": "date exacte",
|
|
83
|
-
"the_past_week": "la semaine dernière",
|
|
84
|
-
"the_past_month": "le mois dernier",
|
|
85
|
-
"the_past_year": "l'année dernière",
|
|
86
|
-
"the_next_week": "la semaine prochaine",
|
|
87
|
-
"the_next_month": "le mois prochain",
|
|
88
|
-
"the_next_year": "l'année prochaine",
|
|
89
|
-
"the_next_numbers_of_days": "au cours de tels prochains jours",
|
|
90
|
-
"the_past_numbers_of_days": "au cours de tels derniers jours",
|
|
91
|
-
"this_week": "cette semaine",
|
|
92
|
-
"this_month": "ce mois",
|
|
93
|
-
"this_year": "cette année",
|
|
94
|
-
"last_week": "la semaine dernière",
|
|
95
|
-
"last_month": "le mois dernier",
|
|
96
|
-
"last_year": "l'année dernière",
|
|
97
|
-
"URL_is_invalid": "L'URL est invalide.",
|
|
98
|
-
"Select_department": "Sélectionner un département",
|
|
99
|
-
"Default": "Violation",
|
|
100
|
-
"Custom": "Les coutumes",
|
|
101
|
-
"Recently_used": "Utilisé récemment"
|
|
102
|
-
};
|
|
103
|
-
var _default = exports.default = fr;
|
package/lib/locals/pt.js
DELETED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
/* eslint-disable quotes */
|
|
8
|
-
const pt = {
|
|
9
|
-
"Add_an_option": "Adicione uma opção",
|
|
10
|
-
"Search_option": "Encontre uma opção",
|
|
11
|
-
"No_options_available": "Sem opções disponíveis",
|
|
12
|
-
"Current_option": "Opção atual",
|
|
13
|
-
"No_option": "Nenhuma opção",
|
|
14
|
-
"Choose_an_option": "Escolha uma opção",
|
|
15
|
-
"Add_a_collaborator": "Adicionar um colaborador",
|
|
16
|
-
"Search_collaborator": "Encontre um colaborador",
|
|
17
|
-
"No_collaborators_available": "Nenhum colaborador disponível.",
|
|
18
|
-
"Done": "Feita",
|
|
19
|
-
"Choose_a_collaborator": "Choose a collaborator",
|
|
20
|
-
"Please_input": "Please input",
|
|
21
|
-
"Please_select": "Please select",
|
|
22
|
-
"Clear": "Clara",
|
|
23
|
-
"Are_you_sure_you_want_to_delete_this_image": "Tem certeza de que deseja apagar esta imagem?",
|
|
24
|
-
"Are_you_sure_you_want_to_delete_this_file": "Tem certeza de que deseja excluir este arquivo?",
|
|
25
|
-
"Cancel": "Cancelar",
|
|
26
|
-
"Delete": "Excluir",
|
|
27
|
-
"Search_department": "Search department",
|
|
28
|
-
"No_departments_available": "No departments available",
|
|
29
|
-
"Current_user_department": "Current user's department",
|
|
30
|
-
"Current_user_department_and_sub": "Current user's department and sub-departments",
|
|
31
|
-
"Specific_departments": "Specific departments",
|
|
32
|
-
"Deleted_department": "Deleted department",
|
|
33
|
-
"Add_filter": "Adicione o filtro",
|
|
34
|
-
"Submit": "Enviar",
|
|
35
|
-
"No_filters": "Sem filtros",
|
|
36
|
-
"Select_an_option": "Selecione uma opção",
|
|
37
|
-
"Add_collaborator": "Adicione o colaborador",
|
|
38
|
-
"Add_a_creator": "Adicione um Criador",
|
|
39
|
-
"Add_a_last_modifier": "Adicione um último modificador",
|
|
40
|
-
"Invalid_filter": "Filtro inválido",
|
|
41
|
-
"Search_column": "Encontrar coluna",
|
|
42
|
-
"No_results": "Sem resultados.",
|
|
43
|
-
"Select_option(s)": "Selecione as opções)",
|
|
44
|
-
"contains": "contém",
|
|
45
|
-
"does_not_contain": "não contém",
|
|
46
|
-
"is": "é",
|
|
47
|
-
"is_not": "não é",
|
|
48
|
-
"equal": "=",
|
|
49
|
-
"not_equal": "≠",
|
|
50
|
-
"less": "<",
|
|
51
|
-
"greater": ">",
|
|
52
|
-
"less_or_equal": "≤",
|
|
53
|
-
"greater_or_equal": "≥",
|
|
54
|
-
"is_empty": "está vazia",
|
|
55
|
-
"is_not_empty": "não está vazio",
|
|
56
|
-
"is_within": "está dentro",
|
|
57
|
-
"is_before": "é antes",
|
|
58
|
-
"is_after": "é depois",
|
|
59
|
-
"is_on_or_before": "está ligado ou antes",
|
|
60
|
-
"is_on_or_after": "está ligado ou depois",
|
|
61
|
-
"has_any_of": "tem qualquer um",
|
|
62
|
-
"has_all_of": "tem tudo de",
|
|
63
|
-
"has_none_of": "não tem nenhum",
|
|
64
|
-
"is_exactly": "é exatamente",
|
|
65
|
-
"is_current_user_ID": "é o ID do usuário atual",
|
|
66
|
-
"Current_date": "Data atua",
|
|
67
|
-
"Specific_date": "Específico",
|
|
68
|
-
"x_days_before_current_date": "x dias antes da data atual",
|
|
69
|
-
"x_days_after_current_date": "x dias após a data atual",
|
|
70
|
-
"is_any_of": "é qualquer um",
|
|
71
|
-
"is_none_of": "não é nenhum",
|
|
72
|
-
"include_me": "incluir o usuário atual",
|
|
73
|
-
"today": "hoje",
|
|
74
|
-
"tomorrow": "amanhã",
|
|
75
|
-
"yesterday": "ontem",
|
|
76
|
-
"one_week_ago": "uma semana atrás",
|
|
77
|
-
"one_week_from_now": "daqui a uma semana",
|
|
78
|
-
"one_month_ago": "um mês atrás",
|
|
79
|
-
"one_month_from_now": "um mês atrás",
|
|
80
|
-
"number_of_days_ago": "número de dias atrás",
|
|
81
|
-
"number_of_days_from_now": "número de dias a partir de agora",
|
|
82
|
-
"exact_date": "data exata",
|
|
83
|
-
"the_past_week": "semana anterior",
|
|
84
|
-
"the_past_month": "mês passado",
|
|
85
|
-
"the_past_year": "ano passado",
|
|
86
|
-
"the_next_week": "a próxima semana",
|
|
87
|
-
"the_next_month": "o próximo mês",
|
|
88
|
-
"the_next_year": "no próximo ano",
|
|
89
|
-
"the_next_numbers_of_days": "os próximos números de dias",
|
|
90
|
-
"the_past_numbers_of_days": "os últimos números de dias",
|
|
91
|
-
"this_week": "essa semana",
|
|
92
|
-
"this_month": "este mês",
|
|
93
|
-
"this_year": "este ano",
|
|
94
|
-
"last_week": "semana anterior",
|
|
95
|
-
"last_month": "mês passado",
|
|
96
|
-
"last_year": "ano passado",
|
|
97
|
-
"URL_is_invalid": "URL é inválido",
|
|
98
|
-
"Select_department": "Select department",
|
|
99
|
-
"Default": "por omissão",
|
|
100
|
-
"Custom": "personalizado",
|
|
101
|
-
"Recently_used": "usado recentemente"
|
|
102
|
-
};
|
|
103
|
-
var _default = exports.default = pt;
|