@plesk/ui-library 3.46.2 → 3.46.4
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/cjs/components/Card/PreviewPanel.js +2 -2
- package/cjs/components/CodeEditor/CodeEditor.js +7 -1
- package/cjs/components/InputFile/InputFile.js +2 -1
- package/cjs/components/Layout/Layout.js +1 -1
- package/cjs/components/Pagination/Pagination.js +4 -1
- package/cjs/components/SegmentedControl/ButtonGroupControl.js +15 -12
- package/cjs/index.js +1 -1
- package/cjs/locales/ar.js +2 -1
- package/cjs/locales/ca-ES.js +2 -1
- package/cjs/locales/cs-CZ.js +2 -1
- package/cjs/locales/da-DK.js +2 -1
- package/cjs/locales/de-DE.js +2 -1
- package/cjs/locales/el-GR.js +2 -1
- package/cjs/locales/en-US.js +2 -1
- package/cjs/locales/es-ES.js +2 -1
- package/cjs/locales/fi-FI.js +2 -1
- package/cjs/locales/fr-FR.js +2 -1
- package/cjs/locales/he-IL.js +2 -1
- package/cjs/locales/hu-HU.js +2 -1
- package/cjs/locales/id-ID.js +2 -1
- package/cjs/locales/it-IT.js +2 -1
- package/cjs/locales/ja-JP.js +2 -1
- package/cjs/locales/ko-KR.js +2 -1
- package/cjs/locales/ms-MY.js +2 -1
- package/cjs/locales/nb-NO.js +2 -1
- package/cjs/locales/nl-NL.js +2 -1
- package/cjs/locales/pl-PL.js +2 -1
- package/cjs/locales/pt-BR.js +2 -1
- package/cjs/locales/pt-PT.js +2 -1
- package/cjs/locales/ro-RO.js +2 -1
- package/cjs/locales/ru-RU.js +2 -1
- package/cjs/locales/sv-SE.js +2 -1
- package/cjs/locales/th-TH.js +2 -1
- package/cjs/locales/tl-PH.js +2 -1
- package/cjs/locales/tr-TR.js +2 -1
- package/cjs/locales/uk-UA.js +2 -1
- package/cjs/locales/vi-VN.js +2 -1
- package/cjs/locales/zh-CN.js +2 -1
- package/cjs/locales/zh-TW.js +2 -1
- package/dist/plesk-ui-library-rtl.css +1 -1
- package/dist/plesk-ui-library-rtl.css.map +1 -1
- package/dist/plesk-ui-library.css +1 -1
- package/dist/plesk-ui-library.css.map +1 -1
- package/dist/plesk-ui-library.js +99 -66
- package/dist/plesk-ui-library.js.map +1 -1
- package/dist/plesk-ui-library.min.js +4 -4
- package/dist/plesk-ui-library.min.js.map +1 -1
- package/esm/components/Card/PreviewPanel.js +2 -2
- package/esm/components/CodeEditor/CodeEditor.js +7 -1
- package/esm/components/InputFile/InputFile.js +2 -1
- package/esm/components/Layout/Layout.js +1 -1
- package/esm/components/Pagination/Pagination.js +4 -1
- package/esm/components/SegmentedControl/ButtonGroupControl.js +15 -12
- package/esm/index.js +1 -1
- package/esm/locales/ar.js +2 -1
- package/esm/locales/ca-ES.js +2 -1
- package/esm/locales/cs-CZ.js +2 -1
- package/esm/locales/da-DK.js +2 -1
- package/esm/locales/de-DE.js +2 -1
- package/esm/locales/el-GR.js +2 -1
- package/esm/locales/en-US.js +2 -1
- package/esm/locales/es-ES.js +2 -1
- package/esm/locales/fi-FI.js +2 -1
- package/esm/locales/fr-FR.js +2 -1
- package/esm/locales/he-IL.js +2 -1
- package/esm/locales/hu-HU.js +2 -1
- package/esm/locales/id-ID.js +2 -1
- package/esm/locales/it-IT.js +2 -1
- package/esm/locales/ja-JP.js +2 -1
- package/esm/locales/ko-KR.js +2 -1
- package/esm/locales/ms-MY.js +2 -1
- package/esm/locales/nb-NO.js +2 -1
- package/esm/locales/nl-NL.js +2 -1
- package/esm/locales/pl-PL.js +2 -1
- package/esm/locales/pt-BR.js +2 -1
- package/esm/locales/pt-PT.js +2 -1
- package/esm/locales/ro-RO.js +2 -1
- package/esm/locales/ru-RU.js +2 -1
- package/esm/locales/sv-SE.js +2 -1
- package/esm/locales/th-TH.js +2 -1
- package/esm/locales/tl-PH.js +2 -1
- package/esm/locales/tr-TR.js +2 -1
- package/esm/locales/uk-UA.js +2 -1
- package/esm/locales/vi-VN.js +2 -1
- package/esm/locales/zh-CN.js +2 -1
- package/esm/locales/zh-TW.js +2 -1
- package/package.json +1 -1
- package/styleguide/build/bundle.cbbcd468.js +2 -0
- package/styleguide/index.html +2 -2
- package/styleguide/build/bundle.1a395777.js +0 -2
- /package/styleguide/build/{bundle.1a395777.js.LICENSE.txt → bundle.cbbcd468.js.LICENSE.txt} +0 -0
|
@@ -127,10 +127,10 @@ const PreviewPanel = ({
|
|
|
127
127
|
padding: `${padding instanceof Array ? padding.join('px ') : padding}px`
|
|
128
128
|
};
|
|
129
129
|
}
|
|
130
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
|
|
130
|
+
return imageProps.src ? /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
|
|
131
131
|
className: `${baseClassName}__image`,
|
|
132
132
|
...imageProps
|
|
133
|
-
});
|
|
133
|
+
}) : null;
|
|
134
134
|
};
|
|
135
135
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
136
136
|
className: (0, _classnames.default)(baseClassName, {
|
|
@@ -36,7 +36,9 @@ class CodeEditor extends _react.Component {
|
|
|
36
36
|
tabMode: 'shift',
|
|
37
37
|
autoRefresh: true,
|
|
38
38
|
extraKeys: {
|
|
39
|
-
'Ctrl-S': 'save'
|
|
39
|
+
'Ctrl-S': 'save',
|
|
40
|
+
Tab: false,
|
|
41
|
+
'Shift-Tab': false
|
|
40
42
|
},
|
|
41
43
|
direction: (0, _utils2.isRtl)() ? 'rtl' : 'ltr'
|
|
42
44
|
}
|
|
@@ -104,6 +106,10 @@ class CodeEditor extends _react.Component {
|
|
|
104
106
|
options
|
|
105
107
|
} = this.state;
|
|
106
108
|
this.codeMirror = CodeMirror.fromTextArea(this.textareaNode.current, options);
|
|
109
|
+
const cmInput = this.codeMirror.getInputField();
|
|
110
|
+
if (cmInput && this.props['aria-label']) {
|
|
111
|
+
cmInput.setAttribute('aria-label', this.props['aria-label']);
|
|
112
|
+
}
|
|
107
113
|
this.codeMirror.on('scroll', this.handleScroll);
|
|
108
114
|
if (scrollPosition) {
|
|
109
115
|
this.codeMirror.scrollTo(scrollPosition.left, scrollPosition.top);
|
|
@@ -82,7 +82,8 @@ const InputFile = ({
|
|
|
82
82
|
"data-testid": testId && `${testId}--file-input`,
|
|
83
83
|
onFocus: handleFocus,
|
|
84
84
|
onBlur: handleBlur,
|
|
85
|
-
accept: accept
|
|
85
|
+
accept: accept,
|
|
86
|
+
"aria-hidden": true
|
|
86
87
|
}, id), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Translate.InternalTranslate, {
|
|
87
88
|
namespace: "InputFile",
|
|
88
89
|
content: "browseButton",
|
|
@@ -312,7 +312,7 @@ class Layout extends _react.Component {
|
|
|
312
312
|
const isMobile = window.matchMedia('(max-width: 768px)').matches;
|
|
313
313
|
const sidebarOffsetTop = this.headerRef.current?.getBoundingClientRect().height || 0;
|
|
314
314
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactTransitionGroup.CSSTransition, {
|
|
315
|
-
in:
|
|
315
|
+
in: rightSidebarVisible,
|
|
316
316
|
timeout: 300,
|
|
317
317
|
classNames: {
|
|
318
318
|
enter: `${baseClassName}__right-sidebar--enter`,
|
|
@@ -15,6 +15,7 @@ var _SegmentedControl = _interopRequireDefault(require("../SegmentedControl"));
|
|
|
15
15
|
var _Text = _interopRequireDefault(require("../Text"));
|
|
16
16
|
var _Translate = require("../Translate");
|
|
17
17
|
var _utils = require("../utils");
|
|
18
|
+
var _LocaleProvider = require("../LocaleProvider");
|
|
18
19
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
19
20
|
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
20
21
|
|
|
@@ -42,6 +43,7 @@ const Pagination = ({
|
|
|
42
43
|
...props
|
|
43
44
|
}) => {
|
|
44
45
|
const handleSelect = page => (0, _utils.safeInvoke)(onSelect, page);
|
|
46
|
+
const translate = (0, _LocaleProvider.useInternalTranslate)();
|
|
45
47
|
const handleItemsPerPageChange = option => (0, _utils.safeInvoke)(onItemsPerPageChange, option);
|
|
46
48
|
const pagination = /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
47
49
|
className: (0, _classnames.default)(baseClassName, className),
|
|
@@ -62,7 +64,8 @@ const Pagination = ({
|
|
|
62
64
|
max: total,
|
|
63
65
|
decrementIcon: "arrow-left",
|
|
64
66
|
incrementIcon: "arrow-right",
|
|
65
|
-
className: `${baseClassName}__input
|
|
67
|
+
className: `${baseClassName}__input`,
|
|
68
|
+
"aria-label": translate('Pagination.enterPageNumber')
|
|
66
69
|
})
|
|
67
70
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Translate.InternalTranslate, {
|
|
68
71
|
content: "Pagination.totalShort",
|
|
@@ -44,18 +44,21 @@ const ButtonGroupControl = ({
|
|
|
44
44
|
width: shouldApplyMonoWidth ? monoWidth : style.width,
|
|
45
45
|
...style
|
|
46
46
|
};
|
|
47
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
node
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
47
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
48
|
+
role: "listitem",
|
|
49
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
|
|
50
|
+
ref: node => {
|
|
51
|
+
index === 0 && (buttonsRef.current = []);
|
|
52
|
+
node && buttonsRef.current.push(node);
|
|
53
|
+
},
|
|
54
|
+
selected: selectedValues.includes(value),
|
|
55
|
+
ghost: ghost,
|
|
56
|
+
onClick: () => onClick(value),
|
|
57
|
+
...buttonProps,
|
|
58
|
+
className: (0, _classnames.default)(buttonProps.className, `${baseClassName}__button`),
|
|
59
|
+
style: buttonStyle,
|
|
60
|
+
children: title
|
|
61
|
+
})
|
|
59
62
|
}, `${value}`);
|
|
60
63
|
})
|
|
61
64
|
});
|
package/cjs/index.js
CHANGED
|
@@ -46,5 +46,5 @@ Object.keys(_components).forEach(function (key) {
|
|
|
46
46
|
});
|
|
47
47
|
});
|
|
48
48
|
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
49
|
-
const version = exports.version = "3.46.
|
|
49
|
+
const version = exports.version = "3.46.4";
|
|
50
50
|
(0, _svg4everybody.default)();
|
package/cjs/locales/ar.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'من %%total%%',
|
|
146
146
|
itemsPerPage: 'عدد العناصر في كل صفحة',
|
|
147
147
|
all: 'الكل',
|
|
148
|
-
total: 'صفحة %%current%% من %%total%%'
|
|
148
|
+
total: 'صفحة %%current%% من %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/ca-ES.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'de %%total%%',
|
|
146
146
|
itemsPerPage: 'Elements per pàgina',
|
|
147
147
|
all: 'Tot',
|
|
148
|
-
total: 'Pàgina %%current%% de %%total%%'
|
|
148
|
+
total: 'Pàgina %%current%% de %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/cs-CZ.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'z %%total%%',
|
|
146
146
|
itemsPerPage: 'Položek na stránku',
|
|
147
147
|
all: 'Všechny',
|
|
148
|
-
total: 'Stránka %%current%% z %%total%%'
|
|
148
|
+
total: 'Stránka %%current%% z %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/da-DK.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'af %%total%%',
|
|
146
146
|
itemsPerPage: 'Elementer pr. side',
|
|
147
147
|
all: 'Alle',
|
|
148
|
-
total: 'Side %%current%% af %%total%%'
|
|
148
|
+
total: 'Side %%current%% af %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/de-DE.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'von %%total%%',
|
|
146
146
|
itemsPerPage: 'Elemente pro Seite',
|
|
147
147
|
all: 'Alle',
|
|
148
|
-
total: 'Seite %%current%% von %%total%%'
|
|
148
|
+
total: 'Seite %%current%% von %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/el-GR.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'από %%total%%',
|
|
146
146
|
itemsPerPage: 'Στοιχεία ανά σελίδα',
|
|
147
147
|
all: 'Όλες',
|
|
148
|
-
total: 'Σελίδα %%current%% από %%total%%'
|
|
148
|
+
total: 'Σελίδα %%current%% από %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/en-US.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'of %%total%%',
|
|
146
146
|
itemsPerPage: 'Items per page',
|
|
147
147
|
all: 'All',
|
|
148
|
-
total: 'Page %%current%% of %%total%%'
|
|
148
|
+
total: 'Page %%current%% of %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/es-ES.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'of %%total%%',
|
|
146
146
|
itemsPerPage: 'Elementos por página',
|
|
147
147
|
all: 'Todo',
|
|
148
|
-
total: 'Página %%current%% de %%total%%'
|
|
148
|
+
total: 'Página %%current%% de %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/fi-FI.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: '/%%total%%',
|
|
146
146
|
itemsPerPage: 'Kohdetta per sivu',
|
|
147
147
|
all: 'Kaikki',
|
|
148
|
-
total: 'Sivu %%current%%/%%total%%'
|
|
148
|
+
total: 'Sivu %%current%%/%%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/fr-FR.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'sur %%total%%',
|
|
146
146
|
itemsPerPage: 'Éléments par page',
|
|
147
147
|
all: 'Tous',
|
|
148
|
-
total: 'Page %%current%% sur %%total%%'
|
|
148
|
+
total: 'Page %%current%% sur %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/he-IL.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'מתוך %%total%%',
|
|
146
146
|
itemsPerPage: 'פריטים בכל דף',
|
|
147
147
|
all: 'הכול',
|
|
148
|
-
total: 'דף %%current%% מתוך %%total%%'
|
|
148
|
+
total: 'דף %%current%% מתוך %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/hu-HU.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: '/ %%total%%',
|
|
146
146
|
itemsPerPage: 'Elem oldalanként',
|
|
147
147
|
all: 'Az összes',
|
|
148
|
-
total: '%%current%% / %%total%% oldal'
|
|
148
|
+
total: '%%current%% / %%total%% oldal',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/id-ID.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'dari %%total%%',
|
|
146
146
|
itemsPerPage: 'Item per halaman',
|
|
147
147
|
all: 'Semua',
|
|
148
|
-
total: 'Halaman %%current%% dari %%total%%'
|
|
148
|
+
total: 'Halaman %%current%% dari %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/it-IT.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'di %%total%%',
|
|
146
146
|
itemsPerPage: 'Elementi per pagina',
|
|
147
147
|
all: 'Tutti',
|
|
148
|
-
total: 'Pagina %%current%% di %%total%%'
|
|
148
|
+
total: 'Pagina %%current%% di %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/ja-JP.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: '/ %%total%%',
|
|
146
146
|
itemsPerPage: 'ページあたりのアイテム数',
|
|
147
147
|
all: 'すべて',
|
|
148
|
-
total: '%%current%% / %%total%% ページ'
|
|
148
|
+
total: '%%current%% / %%total%% ページ',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/ko-KR.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: '/%%total%%',
|
|
146
146
|
itemsPerPage: '페이지당 아이템',
|
|
147
147
|
all: '전체',
|
|
148
|
-
total: '%%current%%/%%total%%페이지'
|
|
148
|
+
total: '%%current%%/%%total%%페이지',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/ms-MY.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'of %%total%%',
|
|
146
146
|
itemsPerPage: 'Items per page',
|
|
147
147
|
all: 'All',
|
|
148
|
-
total: 'Page %%current%% of %%total%%'
|
|
148
|
+
total: 'Page %%current%% of %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/nb-NO.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'av %%total%%',
|
|
146
146
|
itemsPerPage: 'Elementer per side',
|
|
147
147
|
all: 'Alle',
|
|
148
|
-
total: 'Side %%current%% av %%total%%'
|
|
148
|
+
total: 'Side %%current%% av %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/nl-NL.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'van %%total%%',
|
|
146
146
|
itemsPerPage: 'Items per pagina',
|
|
147
147
|
all: 'Alles',
|
|
148
|
-
total: 'Pagina %%current%% van %%total%%'
|
|
148
|
+
total: 'Pagina %%current%% van %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/pl-PL.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'z %%total%%',
|
|
146
146
|
itemsPerPage: 'Elementów na stronę',
|
|
147
147
|
all: 'Wszystkie',
|
|
148
|
-
total: 'Strona %%current%% z %%total%%'
|
|
148
|
+
total: 'Strona %%current%% z %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/pt-BR.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'de %%total%%',
|
|
146
146
|
itemsPerPage: 'Itens por página',
|
|
147
147
|
all: 'Todas',
|
|
148
|
-
total: 'Página %%current%% de %%total%%'
|
|
148
|
+
total: 'Página %%current%% de %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/pt-PT.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'de %%total%%',
|
|
146
146
|
itemsPerPage: 'Artigos por página',
|
|
147
147
|
all: 'Tudo',
|
|
148
|
-
total: 'Página %%current%% de %%total%%'
|
|
148
|
+
total: 'Página %%current%% de %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/ro-RO.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'din %%total%%',
|
|
146
146
|
itemsPerPage: 'Elem. pe pagină',
|
|
147
147
|
all: 'Toate',
|
|
148
|
-
total: 'Pagina %%current%% din %%total%%'
|
|
148
|
+
total: 'Pagina %%current%% din %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/ru-RU.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'из %%total%%',
|
|
146
146
|
itemsPerPage: 'Элементов на странице',
|
|
147
147
|
all: 'Все',
|
|
148
|
-
total: 'Страница %%current%% из %%total%%'
|
|
148
|
+
total: 'Страница %%current%% из %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/sv-SE.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'av %%total%%',
|
|
146
146
|
itemsPerPage: 'Objekt per sida',
|
|
147
147
|
all: 'Alla',
|
|
148
|
-
total: 'Sida %%current%% av %%total%%'
|
|
148
|
+
total: 'Sida %%current%% av %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/th-TH.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'จาก %%total%%',
|
|
146
146
|
itemsPerPage: 'รายการต่อหน้า',
|
|
147
147
|
all: 'ทั้งหมด',
|
|
148
|
-
total: 'หน้า %%current%% จาก %%total%%'
|
|
148
|
+
total: 'หน้า %%current%% จาก %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/tl-PH.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'of %%total%%',
|
|
146
146
|
itemsPerPage: 'Items per page',
|
|
147
147
|
all: 'All',
|
|
148
|
-
total: 'Page %%current%% of %%total%%'
|
|
148
|
+
total: 'Page %%current%% of %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/tr-TR.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: '/%%total%%',
|
|
146
146
|
itemsPerPage: 'Sayfa başına öğe',
|
|
147
147
|
all: 'Hepsi',
|
|
148
|
-
total: 'Sayfa %%current%%/%%total%%'
|
|
148
|
+
total: 'Sayfa %%current%%/%%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/uk-UA.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'з %%total%%',
|
|
146
146
|
itemsPerPage: 'Елементів на сторінку',
|
|
147
147
|
all: 'Усі',
|
|
148
|
-
total: 'Сторінка %%current%% з %%total%%'
|
|
148
|
+
total: 'Сторінка %%current%% з %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/vi-VN.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: 'trên %%total%%',
|
|
146
146
|
itemsPerPage: 'Mục mỗi trang',
|
|
147
147
|
all: 'Tất cả',
|
|
148
|
-
total: 'Trang %%current%% trên %%total%%'
|
|
148
|
+
total: 'Trang %%current%% trên %%total%%',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/zh-CN.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: '%%total%%',
|
|
146
146
|
itemsPerPage: '每页的项目',
|
|
147
147
|
all: '所有',
|
|
148
|
-
total: '第 %%current%% 页(共计 %%total%% 页)'
|
|
148
|
+
total: '第 %%current%% 页(共计 %%total%% 页)',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|
package/cjs/locales/zh-TW.js
CHANGED
|
@@ -145,7 +145,8 @@ var _default = exports.default = {
|
|
|
145
145
|
totalShort: '共 %%total%% 項',
|
|
146
146
|
itemsPerPage: '每頁的項目',
|
|
147
147
|
all: '全部',
|
|
148
|
-
total: '第 %%current%% 頁,共 %%total%% 頁'
|
|
148
|
+
total: '第 %%current%% 頁,共 %%total%% 頁',
|
|
149
|
+
enterPageNumber: 'Enter page number'
|
|
149
150
|
},
|
|
150
151
|
Popover: {
|
|
151
152
|
closeButton: 'Close'
|