@plesk/ui-library 3.43.2 → 3.44.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/cjs/components/Action/Action.js +10 -3
- package/cjs/components/Alert/Alert.js +1 -0
- package/cjs/components/AutoClosable/AutoClosable.js +47 -61
- package/cjs/components/AuxiliaryActions/AuxiliaryActions.js +13 -4
- package/cjs/components/Button/Button.js +1 -0
- package/cjs/components/Card/Card.js +10 -15
- package/cjs/components/CardList/CardList.js +6 -9
- package/cjs/components/CardList/CardListToolbar.js +12 -18
- package/cjs/components/ClosingConfirmation/useClosingConfirmation.js +7 -11
- package/cjs/components/CodeEditor/CodeEditor.js +1 -2
- package/cjs/components/Columns/Columns.js +1 -2
- package/cjs/components/ComboBox/ComboBox.js +1 -2
- package/cjs/components/ComboBoxDropdown/ComboBoxDropdown.js +4 -2
- package/cjs/components/ComboBoxDropdown/index.js +1 -2
- package/cjs/components/Cuttable/Cuttable.js +6 -8
- package/cjs/components/Dialog/Dialog.js +17 -13
- package/cjs/components/Drawer/Drawer.js +14 -7
- package/cjs/components/Drawer/DrawerProgress.js +4 -6
- package/cjs/components/Dropdown/Dropdown.js +12 -9
- package/cjs/components/Dropdown/index.js +1 -2
- package/cjs/components/ExtendedStatusMessage/ExtendedStatusMessage.js +1 -0
- package/cjs/components/Figure/index.js +1 -2
- package/cjs/components/Form/Form.js +19 -20
- package/cjs/components/Form/index.js +1 -2
- package/cjs/components/FormField/FormField.js +77 -51
- package/cjs/components/FormField/index.js +1 -2
- package/cjs/components/FormFieldCheckbox/FormFieldCheckbox.js +6 -2
- package/cjs/components/FormFieldPassword/FormFieldPassword.js +18 -21
- package/cjs/components/FormFieldPassword/PasswordMeter.js +9 -15
- package/cjs/components/FormFieldPassword/estimatePassword.js +21 -33
- package/cjs/components/FormFieldRadioButtons/FormFieldRadioButtons.js +50 -44
- package/cjs/components/FormFieldSelect/FormFieldSelect.js +1 -1
- package/cjs/components/FormFieldText/FormFieldText.js +7 -1
- package/cjs/components/Heading/Heading.js +1 -2
- package/cjs/components/Hint/Hint.js +2 -1
- package/cjs/components/Icon/Icon.js +6 -0
- package/cjs/components/Icon/index.js +1 -2
- package/cjs/components/Icon/utils.js +17 -8
- package/cjs/components/InPlaceEdit/Editor.js +5 -8
- package/cjs/components/InPlaceEdit/InPlaceEdit.js +3 -5
- package/cjs/components/InputFile/InputFile.js +7 -9
- package/cjs/components/Item/Item.js +1 -2
- package/cjs/components/ItemList/ItemList.js +1 -2
- package/cjs/components/Layer/index.js +1 -2
- package/cjs/components/Layout/Layout.js +2 -2
- package/cjs/components/Link/Link.js +2 -0
- package/cjs/components/List/List.js +38 -45
- package/cjs/components/List/ListAction.js +1 -0
- package/cjs/components/List/ListActions.js +1 -0
- package/cjs/components/List/ListEmptyView.js +7 -10
- package/cjs/components/List/ListOperation.js +3 -12
- package/cjs/components/LocaleProvider/LocaleProvider.js +20 -12
- package/cjs/components/LocaleProvider/index.js +1 -2
- package/cjs/components/Media/Media.js +1 -2
- package/cjs/components/Menu/Menu.js +10 -8
- package/cjs/components/Menu/MenuBaseItem.js +1 -2
- package/cjs/components/Menu/MenuItem.js +2 -1
- package/cjs/components/Overlay/Overlay.js +2 -0
- package/cjs/components/Pagination/Pagination.js +6 -10
- package/cjs/components/Pagination/index.js +1 -2
- package/cjs/components/Popover/Popover.js +1 -1
- package/cjs/components/Popper/index.js +1 -2
- package/cjs/components/ProgressDialog/ProgressDialog.js +5 -7
- package/cjs/components/ProgressStep/ProgressStep.js +1 -2
- package/cjs/components/ProgressStep/index.js +1 -2
- package/cjs/components/Section/Section.js +87 -225
- package/cjs/components/{Dropdown/locale/en-US.js → Section/SectionContext.js} +4 -3
- package/cjs/components/Section/index.js +1 -2
- package/cjs/components/Section/useCollapsed.js +19 -0
- package/cjs/components/Section/useVertical.js +38 -0
- package/cjs/components/SegmentedControl/DropdownControl.js +1 -2
- package/cjs/components/SegmentedControl/SegmentedControl.js +1 -0
- package/cjs/components/SegmentedControl/index.js +1 -2
- package/cjs/components/Select/Select.js +10 -7
- package/cjs/components/Select/SelectControl.js +13 -3
- package/cjs/components/SplitButton/index.js +1 -2
- package/cjs/components/Spot/SpotPopup.js +3 -4
- package/cjs/components/Status/Status.js +1 -0
- package/cjs/components/Subnav/index.js +1 -2
- package/cjs/components/Tabs/SearchBar.js +1 -2
- package/cjs/components/Tabs/TabIcon.js +1 -2
- package/cjs/components/Tabs/TabList.js +30 -14
- package/cjs/components/Tabs/TabListItem.js +5 -1
- package/cjs/components/Tabs/Tabs.js +16 -12
- package/cjs/components/Tabs/useWidths.js +5 -5
- package/cjs/components/Toast/Toast.js +1 -0
- package/cjs/components/Toast/index.js +1 -2
- package/cjs/components/Toaster/GroupLabel.js +5 -3
- package/cjs/components/Toolbar/Toolbar.js +1 -2
- package/cjs/components/Toolbar/ToolbarGroup.js +1 -2
- package/cjs/components/Toolbar/ToolbarMenu.js +1 -2
- package/cjs/components/Tooltip/Tooltip.js +11 -4
- package/cjs/components/Translate/Translate.js +13 -3
- package/cjs/components/Translate/index.js +28 -3
- package/cjs/components/Translate/locale.js +25 -0
- package/cjs/components/VerticalContext/index.js +1 -2
- package/cjs/components/index.js +16 -3
- package/cjs/hooks/useResizeObserver.js +8 -2
- package/cjs/index.js +1 -1
- package/cjs/locales/ar.js +124 -0
- package/cjs/locales/ca-ES.js +124 -0
- package/cjs/locales/cs-CZ.js +124 -0
- package/cjs/locales/da-DK.js +124 -0
- package/cjs/locales/de-DE.js +124 -0
- package/cjs/locales/el-GR.js +124 -0
- package/cjs/locales/en-US.js +124 -0
- package/cjs/locales/es-ES.js +124 -0
- package/cjs/locales/fi-FI.js +124 -0
- package/cjs/locales/fr-FR.js +124 -0
- package/cjs/locales/he-IL.js +124 -0
- package/cjs/locales/hu-HU.js +124 -0
- package/cjs/locales/id-ID.js +124 -0
- package/cjs/locales/index.js +172 -0
- package/cjs/locales/it-IT.js +124 -0
- package/cjs/locales/ja-JP.js +124 -0
- package/cjs/locales/ko-KR.js +124 -0
- package/cjs/locales/ms-MY.js +124 -0
- package/cjs/locales/nb-NO.js +124 -0
- package/cjs/locales/nl-NL.js +124 -0
- package/cjs/locales/pl-PL.js +124 -0
- package/cjs/locales/pt-BR.js +124 -0
- package/cjs/locales/pt-PT.js +124 -0
- package/cjs/locales/ro-RO.js +124 -0
- package/cjs/locales/ru-RU.js +124 -0
- package/cjs/locales/sv-SE.js +124 -0
- package/cjs/locales/th-TH.js +124 -0
- package/cjs/locales/tl-PH.js +124 -0
- package/cjs/locales/tr-TR.js +124 -0
- package/cjs/locales/uk-UA.js +124 -0
- package/cjs/locales/vi-VN.js +124 -0
- package/cjs/locales/zh-CN.js +124 -0
- package/cjs/locales/zh-TW.js +124 -0
- package/cjs/utils.js +17 -2
- 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 +5517 -1054
- package/dist/plesk-ui-library.js.map +1 -1
- package/dist/plesk-ui-library.min.js +6 -6
- package/dist/plesk-ui-library.min.js.map +1 -1
- package/esm/components/Action/Action.js +9 -1
- package/esm/components/Alert/Alert.js +1 -0
- package/esm/components/AutoClosable/AutoClosable.js +48 -62
- package/esm/components/AuxiliaryActions/AuxiliaryActions.js +13 -4
- package/esm/components/Button/Button.js +1 -0
- package/esm/components/Card/Card.js +9 -13
- package/esm/components/CardList/CardList.js +5 -7
- package/esm/components/CardList/CardListToolbar.js +11 -16
- package/esm/components/ClosingConfirmation/useClosingConfirmation.js +7 -11
- package/esm/components/ComboBoxDropdown/ComboBoxDropdown.js +3 -0
- package/esm/components/Cuttable/Cuttable.js +6 -8
- package/esm/components/Dialog/Dialog.js +18 -12
- package/esm/components/Drawer/Drawer.js +15 -8
- package/esm/components/Drawer/DrawerProgress.js +3 -4
- package/esm/components/Dropdown/Dropdown.js +11 -9
- package/esm/components/ExtendedStatusMessage/ExtendedStatusMessage.js +1 -0
- package/esm/components/Form/Form.js +18 -18
- package/esm/components/FormField/FormField.js +77 -51
- package/esm/components/FormFieldCheckbox/FormFieldCheckbox.js +6 -2
- package/esm/components/FormFieldPassword/FormFieldPassword.js +18 -21
- package/esm/components/FormFieldPassword/PasswordMeter.js +8 -13
- package/esm/components/FormFieldPassword/estimatePassword.js +21 -32
- package/esm/components/FormFieldRadioButtons/FormFieldRadioButtons.js +49 -42
- package/esm/components/FormFieldSelect/FormFieldSelect.js +1 -1
- package/esm/components/FormFieldText/FormFieldText.js +7 -1
- package/esm/components/Hint/Hint.js +2 -1
- package/esm/components/Icon/Icon.js +6 -0
- package/esm/components/Icon/utils.js +16 -6
- package/esm/components/InPlaceEdit/Editor.js +5 -8
- package/esm/components/InPlaceEdit/InPlaceEdit.js +3 -5
- package/esm/components/InputFile/InputFile.js +7 -9
- package/esm/components/Layout/Layout.js +2 -2
- package/esm/components/Link/Link.js +2 -0
- package/esm/components/List/List.js +37 -43
- package/esm/components/List/ListAction.js +1 -0
- package/esm/components/List/ListActions.js +1 -0
- package/esm/components/List/ListEmptyView.js +7 -10
- package/esm/components/List/ListOperation.js +3 -12
- package/esm/components/LocaleProvider/LocaleProvider.js +18 -11
- package/esm/components/Menu/Menu.js +10 -8
- package/esm/components/Menu/MenuItem.js +2 -1
- package/esm/components/Overlay/Overlay.js +2 -0
- package/esm/components/Pagination/Pagination.js +6 -10
- package/esm/components/Popover/Popover.js +1 -1
- package/esm/components/ProgressDialog/ProgressDialog.js +5 -7
- package/esm/components/Section/Section.js +88 -224
- package/esm/components/Section/SectionContext.js +5 -0
- package/esm/components/Section/useCollapsed.js +12 -0
- package/esm/components/Section/useVertical.js +30 -0
- package/esm/components/SegmentedControl/SegmentedControl.js +1 -0
- package/esm/components/Select/Select.js +10 -6
- package/esm/components/Select/SelectControl.js +14 -4
- package/esm/components/Spot/SpotPopup.js +3 -4
- package/esm/components/Status/Status.js +1 -0
- package/esm/components/Tabs/TabList.js +29 -12
- package/esm/components/Tabs/TabListItem.js +5 -1
- package/esm/components/Tabs/Tabs.js +17 -13
- package/esm/components/Tabs/useWidths.js +5 -5
- package/esm/components/Toast/Toast.js +1 -0
- package/esm/components/Toaster/GroupLabel.js +5 -3
- package/esm/components/Tooltip/Tooltip.js +11 -4
- package/esm/components/Translate/Translate.js +11 -2
- package/esm/components/Translate/index.js +3 -2
- package/esm/components/Translate/locale.js +15 -0
- package/esm/components/index.js +1 -1
- package/esm/hooks/useResizeObserver.js +8 -2
- package/esm/index.js +1 -1
- package/esm/locales/ar.js +119 -0
- package/esm/locales/ca-ES.js +119 -0
- package/esm/locales/cs-CZ.js +119 -0
- package/esm/locales/da-DK.js +119 -0
- package/esm/locales/de-DE.js +119 -0
- package/esm/locales/el-GR.js +119 -0
- package/esm/locales/en-US.js +119 -0
- package/esm/locales/es-ES.js +119 -0
- package/esm/locales/fi-FI.js +119 -0
- package/esm/locales/fr-FR.js +119 -0
- package/esm/locales/he-IL.js +119 -0
- package/esm/locales/hu-HU.js +119 -0
- package/esm/locales/id-ID.js +119 -0
- package/esm/locales/index.js +165 -0
- package/esm/locales/it-IT.js +119 -0
- package/esm/locales/ja-JP.js +119 -0
- package/esm/locales/ko-KR.js +119 -0
- package/esm/locales/ms-MY.js +119 -0
- package/esm/locales/nb-NO.js +119 -0
- package/esm/locales/nl-NL.js +119 -0
- package/esm/locales/pl-PL.js +119 -0
- package/esm/locales/pt-BR.js +119 -0
- package/esm/locales/pt-PT.js +119 -0
- package/esm/locales/ro-RO.js +119 -0
- package/esm/locales/ru-RU.js +119 -0
- package/esm/locales/sv-SE.js +119 -0
- package/esm/locales/th-TH.js +119 -0
- package/esm/locales/tl-PH.js +119 -0
- package/esm/locales/tr-TR.js +119 -0
- package/esm/locales/uk-UA.js +119 -0
- package/esm/locales/vi-VN.js +119 -0
- package/esm/locales/zh-CN.js +119 -0
- package/esm/locales/zh-TW.js +119 -0
- package/esm/utils.js +14 -0
- package/package.json +4 -4
- package/styleguide/build/bundle.cf3363eb.js +2 -0
- package/styleguide/index.html +2 -2
- package/types/components/AutoClosable/AutoClosable.d.ts +5 -37
- package/types/components/Button/Button.d.ts +2 -2
- package/types/components/ComboBoxDropdown/ComboBoxDropdown.d.ts +2 -1
- package/types/components/Form/types.d.ts +2 -0
- package/types/components/FormField/FormField.d.ts +6 -0
- package/types/components/FormFieldSelect/FormFieldSelect.d.ts +1 -1
- package/types/components/Hint/Hint.d.ts +11 -8
- package/types/components/Icon/Icon.d.ts +5 -0
- package/types/components/Input/Input.d.ts +2 -2
- package/types/components/LocaleProvider/LocaleProvider.d.ts +3 -2
- package/types/components/Menu/Menu.d.ts +5 -0
- package/types/components/Menu/MenuItem.d.ts +6 -1
- package/types/components/Overlay/Overlay.d.ts +4 -0
- package/types/components/Popover/Popover.d.ts +1 -1
- package/types/components/Section/Section.d.ts +3 -46
- package/types/components/Section/SectionContext.d.ts +5 -0
- package/types/components/Section/useCollapsed.d.ts +1 -0
- package/types/components/Section/useVertical.d.ts +2 -0
- package/types/components/Select/SelectControl.d.ts +2 -0
- package/types/components/Tabs/TabList.d.ts +3 -1
- package/types/components/Tabs/TabListItem.d.ts +4 -1
- package/types/components/Tabs/useWidths.d.ts +2 -2
- package/types/components/Tooltip/Tooltip.d.ts +1 -0
- package/types/components/Translate/Translate.d.ts +7 -1
- package/types/components/Translate/index.d.ts +2 -1
- package/types/components/Translate/locale.d.ts +4 -0
- package/types/components/index.d.ts +1 -1
- package/types/hooks/useResizeObserver.d.ts +2 -1
- package/types/locales/index.d.ts +10 -0
- package/types/utils.d.ts +3 -0
- package/cjs/components/ClosingConfirmation/locale/en-US.js +0 -12
- package/cjs/components/FormFieldPassword/locale/en-US.js +0 -33
- package/cjs/components/InPlaceEdit/locale/en-US.js +0 -12
- package/cjs/components/InputFile/locale/en-US.js +0 -10
- package/esm/components/ClosingConfirmation/locale/en-US.js +0 -7
- package/esm/components/Dropdown/locale/en-US.js +0 -5
- package/esm/components/FormFieldPassword/locale/en-US.js +0 -28
- package/esm/components/InPlaceEdit/locale/en-US.js +0 -7
- package/esm/components/InputFile/locale/en-US.js +0 -5
- package/styleguide/build/bundle.2360aa9e.js +0 -2
- package/types/components/InPlaceEdit/locale/en-US.d.ts +0 -6
- /package/styleguide/build/{bundle.2360aa9e.js.LICENSE.txt → bundle.cf3363eb.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
8
|
+
var _default = exports.default = {
|
|
9
|
+
Card: {
|
|
10
|
+
select: 'Selectare',
|
|
11
|
+
titleLinkTooltip: 'Salt la pagină',
|
|
12
|
+
collapseCardTooltip: 'Restrângerea cardului',
|
|
13
|
+
expandCardTooltip: 'Extinderea cardului'
|
|
14
|
+
},
|
|
15
|
+
CardList: {
|
|
16
|
+
loadMore: 'Mai multe',
|
|
17
|
+
notFound: 'Nu s-a găsit niciun element.',
|
|
18
|
+
toolbarSelect: 'Selectare',
|
|
19
|
+
viewCards: 'Carduri',
|
|
20
|
+
viewTiles: 'Dale',
|
|
21
|
+
viewList: 'Listă',
|
|
22
|
+
toolbarView: 'Vizualizare'
|
|
23
|
+
},
|
|
24
|
+
ClosingConfirmation: {
|
|
25
|
+
confirm: 'Ieșire',
|
|
26
|
+
cancel: 'Revenire',
|
|
27
|
+
content: 'Sigur doriți să închideți și să părăsiți această pagină? Dacă ați făcut modificări, acestea nu vor fi salvate.'
|
|
28
|
+
},
|
|
29
|
+
Cuttable: {
|
|
30
|
+
showMore: 'Mai multe',
|
|
31
|
+
showLess: 'Mai puține'
|
|
32
|
+
},
|
|
33
|
+
Dialog: {
|
|
34
|
+
cancelButton: 'Anulare'
|
|
35
|
+
},
|
|
36
|
+
DrawerProgress: {
|
|
37
|
+
cancelButton: 'Anulare'
|
|
38
|
+
},
|
|
39
|
+
Dropdown: {
|
|
40
|
+
close: 'Închidere'
|
|
41
|
+
},
|
|
42
|
+
Form: {
|
|
43
|
+
submitButton: 'Salvare',
|
|
44
|
+
applyButton: 'Aplicare',
|
|
45
|
+
cancelButton: 'Anulare'
|
|
46
|
+
},
|
|
47
|
+
FormField: {
|
|
48
|
+
clear: 'Golire',
|
|
49
|
+
remove: 'Ștergere',
|
|
50
|
+
addMore: 'Adăugarea unei adrese suplimentare'
|
|
51
|
+
},
|
|
52
|
+
FormFieldPassword: {
|
|
53
|
+
improvePassword: 'Pentru a îmbunătăți parola:',
|
|
54
|
+
passwordTooShort: 'Creați o parolă mai lungă.',
|
|
55
|
+
lettersLowerCase: 'Utilizați cel puțin o literă mică.',
|
|
56
|
+
lettersUpperCase: 'Utilizați cel puțin o literă mare.',
|
|
57
|
+
numbers1: 'Utilizați cel puțin o cifră.',
|
|
58
|
+
numbers3: 'Utilizați cel puțin trei cifre.',
|
|
59
|
+
specialChar1: 'Utilizați cel puțin un caracter special (de exemplu: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
60
|
+
specialChar2: 'Utilizați cel puțin două caractere speciale (de exemplu: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
61
|
+
comboUpperAndLower: 'Utilizați atât litere mari, cât și litere mici.',
|
|
62
|
+
comboLettersAndNumbers: 'Utilizați atât cifre, cât și litere.',
|
|
63
|
+
comboLettersNumbersSpecial: 'Utilizați cifre, litere și caractere speciale.',
|
|
64
|
+
yourPasswordIsStrong: 'Puteți crea o parolă și mai complexă dacă o faceți mai lungă.',
|
|
65
|
+
passwordStrength: 'Parola este: %%strength%%.',
|
|
66
|
+
strengthVeryStrong: 'FOARTE COMPLEXĂ',
|
|
67
|
+
strengthStrong: 'COMPLEXĂ',
|
|
68
|
+
strengthVeryWeak: 'FOARTE SIMPLĂ',
|
|
69
|
+
strengthWeak: 'SIMPLĂ',
|
|
70
|
+
strengthMedium: 'DE COMPLEXITATE MEDIE',
|
|
71
|
+
hidePassword: 'Ascundere parolă',
|
|
72
|
+
showPassword: 'Afișare parolă',
|
|
73
|
+
generateButton: 'Generare',
|
|
74
|
+
copyButtonHint: 'Copiere parolă',
|
|
75
|
+
copySuccessToast: 'Parola a fost copiată',
|
|
76
|
+
generateButtonHint: 'Generarea unei parole complexe'
|
|
77
|
+
},
|
|
78
|
+
InPlaceEdit: {
|
|
79
|
+
editButtonHint: 'Editare valoare',
|
|
80
|
+
okButtonHint: 'Salvare modificări',
|
|
81
|
+
cancelButtonHint: 'Renunțare la modificări'
|
|
82
|
+
},
|
|
83
|
+
InputFile: {
|
|
84
|
+
browseButton: 'Alegeți fișierul...'
|
|
85
|
+
},
|
|
86
|
+
List: {
|
|
87
|
+
totalRows: 'Nr. total de elemente %%totalRows%%',
|
|
88
|
+
selectedRows: 'Ați selectat %%selectedRows%% din %%totalRows%% elemente',
|
|
89
|
+
all: 'Toate',
|
|
90
|
+
allItemsOnPageSelected: 'Toate elementele din pagină sunt selectate',
|
|
91
|
+
allItemsSelected: 'Toate elementele selectate',
|
|
92
|
+
selectAllItems: 'Selectarea tuturor elementelor',
|
|
93
|
+
selectAllItemsOnPage: 'Selectarea tuturor elementelor din pagină',
|
|
94
|
+
deselectAll: 'Deselectare'
|
|
95
|
+
},
|
|
96
|
+
ListEmptyView: {
|
|
97
|
+
filteredTitle: 'Imposibil de găsit elemente care să se potrivească cu filtrul',
|
|
98
|
+
emptyTitle: 'Se pare că nu e nimic pe aici',
|
|
99
|
+
filteredDescription: 'Rafinați interogarea sau eliminați unele criterii din filtru, apoi încercați din nou.'
|
|
100
|
+
},
|
|
101
|
+
ListOperation: {
|
|
102
|
+
cancelButton: 'Anulare'
|
|
103
|
+
},
|
|
104
|
+
Pagination: {
|
|
105
|
+
totalShort: 'din %%total%%',
|
|
106
|
+
itemsPerPage: 'Elem. pe pagină',
|
|
107
|
+
all: 'Toate',
|
|
108
|
+
total: 'Pagina %%current%% din %%total%%'
|
|
109
|
+
},
|
|
110
|
+
ProgressDialog: {
|
|
111
|
+
closeButton: 'Închidere',
|
|
112
|
+
cancelButton: 'Anulare'
|
|
113
|
+
},
|
|
114
|
+
Select: {
|
|
115
|
+
noOptions: 'Nicio opțiune',
|
|
116
|
+
placeholder: 'Selectați...'
|
|
117
|
+
},
|
|
118
|
+
SpotPopup: {
|
|
119
|
+
total: '%%current%% din %%total%%'
|
|
120
|
+
},
|
|
121
|
+
Toaster: {
|
|
122
|
+
closeGroup: 'Închidere grup'
|
|
123
|
+
}
|
|
124
|
+
};
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
8
|
+
var _default = exports.default = {
|
|
9
|
+
Card: {
|
|
10
|
+
select: 'Выбрать',
|
|
11
|
+
titleLinkTooltip: 'Перейти на страницу',
|
|
12
|
+
collapseCardTooltip: 'Свернуть карточку',
|
|
13
|
+
expandCardTooltip: 'Развернуть карточку'
|
|
14
|
+
},
|
|
15
|
+
CardList: {
|
|
16
|
+
loadMore: 'Загрузить больше',
|
|
17
|
+
notFound: 'Не найдено ни одного элемента.',
|
|
18
|
+
toolbarSelect: 'Выбрать',
|
|
19
|
+
viewCards: 'Карточки',
|
|
20
|
+
viewTiles: 'Плитка',
|
|
21
|
+
viewList: 'Список',
|
|
22
|
+
toolbarView: 'Вид'
|
|
23
|
+
},
|
|
24
|
+
ClosingConfirmation: {
|
|
25
|
+
confirm: 'Выйти',
|
|
26
|
+
cancel: 'Вернуться',
|
|
27
|
+
content: 'Вы уверены, что хотите закрыть это окно? Все сделанные вами изменения будут потеряны.'
|
|
28
|
+
},
|
|
29
|
+
Cuttable: {
|
|
30
|
+
showMore: 'Показать все',
|
|
31
|
+
showLess: 'Свернуть'
|
|
32
|
+
},
|
|
33
|
+
Dialog: {
|
|
34
|
+
cancelButton: 'Отменить'
|
|
35
|
+
},
|
|
36
|
+
DrawerProgress: {
|
|
37
|
+
cancelButton: 'Отменить'
|
|
38
|
+
},
|
|
39
|
+
Dropdown: {
|
|
40
|
+
close: 'Закрыть'
|
|
41
|
+
},
|
|
42
|
+
Form: {
|
|
43
|
+
submitButton: 'Сохранить',
|
|
44
|
+
applyButton: 'Применить',
|
|
45
|
+
cancelButton: 'Отменить'
|
|
46
|
+
},
|
|
47
|
+
FormField: {
|
|
48
|
+
clear: 'Очистить',
|
|
49
|
+
remove: 'Удалить',
|
|
50
|
+
addMore: 'Добавить еще'
|
|
51
|
+
},
|
|
52
|
+
FormFieldPassword: {
|
|
53
|
+
improvePassword: 'Чтобы улучшить пароль:',
|
|
54
|
+
passwordTooShort: 'Сделайте пароль длиннее.',
|
|
55
|
+
lettersLowerCase: 'Используйте хотя бы одну букву в нижнем регистре.',
|
|
56
|
+
lettersUpperCase: 'Используйте хотя бы одну букву в верхнем регистре.',
|
|
57
|
+
numbers1: 'Используйте хотя бы одну цифру.',
|
|
58
|
+
numbers3: 'Используйте хотя бы три цифры.',
|
|
59
|
+
specialChar1: 'Используйте хотя бы один специальный символ (например: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
60
|
+
specialChar2: 'Используйте хотя бы два специальных символа (например: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
61
|
+
comboUpperAndLower: 'Используйте буквы и в верхнем, и в нижнем регистре.',
|
|
62
|
+
comboLettersAndNumbers: 'Используйте и цифры, и буквы.',
|
|
63
|
+
comboLettersNumbersSpecial: 'Используйте цифры, буквы и специальные символы.',
|
|
64
|
+
yourPasswordIsStrong: 'Вы можете сделать его еще более надежным, увеличив его длину.',
|
|
65
|
+
passwordStrength: 'Надежность пароля ― %%strength%%.',
|
|
66
|
+
strengthVeryStrong: 'ОЧЕНЬ НАДЕЖНЫЙ',
|
|
67
|
+
strengthStrong: 'НАДЕЖНЫЙ',
|
|
68
|
+
strengthVeryWeak: 'ОЧЕНЬ НЕНАДЕЖНЫЙ',
|
|
69
|
+
strengthWeak: 'НЕНАДЕЖНЫЙ',
|
|
70
|
+
strengthMedium: 'СРЕДНИЙ',
|
|
71
|
+
hidePassword: 'Скрыть пароль',
|
|
72
|
+
showPassword: 'Показать пароль',
|
|
73
|
+
generateButton: 'Создать',
|
|
74
|
+
copyButtonHint: 'Скопировать пароль',
|
|
75
|
+
copySuccessToast: 'Пароль скопирован',
|
|
76
|
+
generateButtonHint: 'Создать надежный пароль'
|
|
77
|
+
},
|
|
78
|
+
InPlaceEdit: {
|
|
79
|
+
editButtonHint: 'Изменить значение',
|
|
80
|
+
okButtonHint: 'Сохранить изменения',
|
|
81
|
+
cancelButtonHint: 'Отменить изменения'
|
|
82
|
+
},
|
|
83
|
+
InputFile: {
|
|
84
|
+
browseButton: 'Выбрать файл...'
|
|
85
|
+
},
|
|
86
|
+
List: {
|
|
87
|
+
totalRows: 'Всего элементов: %%totalRows%%',
|
|
88
|
+
selectedRows: 'Выбрано элементов: %%selectedRows%% из %%totalRows%%',
|
|
89
|
+
all: 'все',
|
|
90
|
+
allItemsOnPageSelected: 'Выбраны все элементы на странице',
|
|
91
|
+
allItemsSelected: 'Выбраны все элементы',
|
|
92
|
+
selectAllItems: 'Выбрать все элементы',
|
|
93
|
+
selectAllItemsOnPage: 'Выбрать все элементы на странице',
|
|
94
|
+
deselectAll: 'Отменить выбор'
|
|
95
|
+
},
|
|
96
|
+
ListEmptyView: {
|
|
97
|
+
filteredTitle: 'Не удалось найти элементы, соответствующие фильтру',
|
|
98
|
+
emptyTitle: 'Похоже, список пуст',
|
|
99
|
+
filteredDescription: 'Уточните запрос или удалите некоторые критерии из фильтра и повторите попытку.'
|
|
100
|
+
},
|
|
101
|
+
ListOperation: {
|
|
102
|
+
cancelButton: 'Отменить'
|
|
103
|
+
},
|
|
104
|
+
Pagination: {
|
|
105
|
+
totalShort: 'из %%total%%',
|
|
106
|
+
itemsPerPage: 'Элементов на странице',
|
|
107
|
+
all: 'Все',
|
|
108
|
+
total: 'Страница %%current%% из %%total%%'
|
|
109
|
+
},
|
|
110
|
+
ProgressDialog: {
|
|
111
|
+
closeButton: 'Закрыть',
|
|
112
|
+
cancelButton: 'Отменить'
|
|
113
|
+
},
|
|
114
|
+
Select: {
|
|
115
|
+
noOptions: 'Нет опций',
|
|
116
|
+
placeholder: 'Выбрать...'
|
|
117
|
+
},
|
|
118
|
+
SpotPopup: {
|
|
119
|
+
total: '%%current%% из %%total%%'
|
|
120
|
+
},
|
|
121
|
+
Toaster: {
|
|
122
|
+
closeGroup: 'Закрыть группу'
|
|
123
|
+
}
|
|
124
|
+
};
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
8
|
+
var _default = exports.default = {
|
|
9
|
+
Card: {
|
|
10
|
+
select: 'Välj',
|
|
11
|
+
titleLinkTooltip: 'Gå till sida',
|
|
12
|
+
collapseCardTooltip: 'Kollapsa kortet',
|
|
13
|
+
expandCardTooltip: 'Expandera kortet'
|
|
14
|
+
},
|
|
15
|
+
CardList: {
|
|
16
|
+
loadMore: 'Ladda fler',
|
|
17
|
+
notFound: 'Inga objekt funna.',
|
|
18
|
+
toolbarSelect: 'Välj',
|
|
19
|
+
viewCards: 'Kort',
|
|
20
|
+
viewTiles: 'Rutor',
|
|
21
|
+
viewList: 'Lista',
|
|
22
|
+
toolbarView: 'Vy'
|
|
23
|
+
},
|
|
24
|
+
ClosingConfirmation: {
|
|
25
|
+
confirm: 'Lämna',
|
|
26
|
+
cancel: 'Gå tillbaka',
|
|
27
|
+
content: 'Vill du verkligen stänga och lämna det här fönstret? Alla dataändringar du gjort kommer inte att sparas.'
|
|
28
|
+
},
|
|
29
|
+
Cuttable: {
|
|
30
|
+
showMore: 'Visa mer',
|
|
31
|
+
showLess: 'Visa mindre'
|
|
32
|
+
},
|
|
33
|
+
Dialog: {
|
|
34
|
+
cancelButton: 'Avbryt'
|
|
35
|
+
},
|
|
36
|
+
DrawerProgress: {
|
|
37
|
+
cancelButton: 'Avbryt'
|
|
38
|
+
},
|
|
39
|
+
Dropdown: {
|
|
40
|
+
close: 'Stäng'
|
|
41
|
+
},
|
|
42
|
+
Form: {
|
|
43
|
+
submitButton: 'Spara',
|
|
44
|
+
applyButton: 'Tillämpa',
|
|
45
|
+
cancelButton: 'Avbryt'
|
|
46
|
+
},
|
|
47
|
+
FormField: {
|
|
48
|
+
clear: 'Rensa',
|
|
49
|
+
remove: 'Ta bort',
|
|
50
|
+
addMore: 'Lägg till ett till'
|
|
51
|
+
},
|
|
52
|
+
FormFieldPassword: {
|
|
53
|
+
improvePassword: 'För att förbättra ditt lösenord:',
|
|
54
|
+
passwordTooShort: 'Gör lösenordet längre.',
|
|
55
|
+
lettersLowerCase: 'Använd minst ett gement tecken.',
|
|
56
|
+
lettersUpperCase: 'Använd minst ett versalt tecken.',
|
|
57
|
+
numbers1: 'Använd minst en siffra.',
|
|
58
|
+
numbers3: 'Använd minst tre siffror.',
|
|
59
|
+
specialChar1: 'Använd minst ett specialtecken (exempelvis: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
60
|
+
specialChar2: 'Använd minst två specialtecken (exempelvis: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
61
|
+
comboUpperAndLower: 'Använd både gemener och versaler.',
|
|
62
|
+
comboLettersAndNumbers: 'Använd både siffror och tecken.',
|
|
63
|
+
comboLettersNumbersSpecial: 'Använd siffror, tecken och specialtecken.',
|
|
64
|
+
yourPasswordIsStrong: 'Du kan göra det ännu starkare genom att göra det längre.',
|
|
65
|
+
passwordStrength: 'Lösenordsstyrkan är %%strength%%.',
|
|
66
|
+
strengthVeryStrong: 'VÄLDIGT STARK',
|
|
67
|
+
strengthStrong: 'STARK',
|
|
68
|
+
strengthVeryWeak: 'VÄLDIGT SVAG',
|
|
69
|
+
strengthWeak: 'SVAG',
|
|
70
|
+
strengthMedium: 'MEDEL',
|
|
71
|
+
hidePassword: 'Dölj lösenord',
|
|
72
|
+
showPassword: 'Visa lösenord',
|
|
73
|
+
generateButton: 'Generera',
|
|
74
|
+
copyButtonHint: 'Kopiera lösenord',
|
|
75
|
+
copySuccessToast: 'Lösenord har kopierats',
|
|
76
|
+
generateButtonHint: 'Generera ett starkt lösenord'
|
|
77
|
+
},
|
|
78
|
+
InPlaceEdit: {
|
|
79
|
+
editButtonHint: 'Redigera värde',
|
|
80
|
+
okButtonHint: 'Spara ändringar',
|
|
81
|
+
cancelButtonHint: 'Ångra ändringar'
|
|
82
|
+
},
|
|
83
|
+
InputFile: {
|
|
84
|
+
browseButton: 'Välj fil...'
|
|
85
|
+
},
|
|
86
|
+
List: {
|
|
87
|
+
totalRows: '%%totalRows%% objekt totalt',
|
|
88
|
+
selectedRows: '%%selectedRows%% av %%totalRows%% objekt valda',
|
|
89
|
+
all: 'Alla',
|
|
90
|
+
allItemsOnPageSelected: 'Alla objekt på sidan har valts',
|
|
91
|
+
allItemsSelected: 'Alla objekt valda',
|
|
92
|
+
selectAllItems: 'Välj alla objekt',
|
|
93
|
+
selectAllItemsOnPage: 'Välj alla objekt på sidan',
|
|
94
|
+
deselectAll: 'Avmarkera'
|
|
95
|
+
},
|
|
96
|
+
ListEmptyView: {
|
|
97
|
+
filteredTitle: 'Hittade inga objekt som matchar filtret',
|
|
98
|
+
emptyTitle: 'Det verkar inte finnas nåt här',
|
|
99
|
+
filteredDescription: 'Förfina din sökning eller ta bort vissa kriterier från filtret och försök igen.'
|
|
100
|
+
},
|
|
101
|
+
ListOperation: {
|
|
102
|
+
cancelButton: 'Avbryt'
|
|
103
|
+
},
|
|
104
|
+
Pagination: {
|
|
105
|
+
totalShort: 'av %%total%%',
|
|
106
|
+
itemsPerPage: 'Objekt per sida',
|
|
107
|
+
all: 'Alla',
|
|
108
|
+
total: 'Sida %%current%% av %%total%%'
|
|
109
|
+
},
|
|
110
|
+
ProgressDialog: {
|
|
111
|
+
closeButton: 'Stäng',
|
|
112
|
+
cancelButton: 'Avbryt'
|
|
113
|
+
},
|
|
114
|
+
Select: {
|
|
115
|
+
noOptions: 'Inga alternativ',
|
|
116
|
+
placeholder: 'Välj...'
|
|
117
|
+
},
|
|
118
|
+
SpotPopup: {
|
|
119
|
+
total: '%%current%% av %%total%%'
|
|
120
|
+
},
|
|
121
|
+
Toaster: {
|
|
122
|
+
closeGroup: 'Stäng grupp'
|
|
123
|
+
}
|
|
124
|
+
};
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
8
|
+
var _default = exports.default = {
|
|
9
|
+
Card: {
|
|
10
|
+
select: 'เลือก',
|
|
11
|
+
titleLinkTooltip: 'ไปที่หน้า',
|
|
12
|
+
collapseCardTooltip: 'ย่อแผง',
|
|
13
|
+
expandCardTooltip: 'ขยายแผง'
|
|
14
|
+
},
|
|
15
|
+
CardList: {
|
|
16
|
+
loadMore: 'โหลดเพิ่ม',
|
|
17
|
+
notFound: 'ไม่พบรายการใดๆ',
|
|
18
|
+
toolbarSelect: 'เลือก',
|
|
19
|
+
viewCards: 'แผง',
|
|
20
|
+
viewTiles: 'หัวข้อ',
|
|
21
|
+
viewList: 'รายการ',
|
|
22
|
+
toolbarView: 'มุมมอง'
|
|
23
|
+
},
|
|
24
|
+
ClosingConfirmation: {
|
|
25
|
+
confirm: 'ออก',
|
|
26
|
+
cancel: 'กลับ',
|
|
27
|
+
content: 'แน่ใจหรือไม่ว่าคุณต้องการปิดและออกจากหน้าต่างนี้? การเปลี่ยนแปลงข้อมูลใดๆ ที่คุณทำจะไม่ได้รับการบันทึก'
|
|
28
|
+
},
|
|
29
|
+
Cuttable: {
|
|
30
|
+
showMore: 'แสดงเพิ่ม',
|
|
31
|
+
showLess: 'แสดงน้อยลง'
|
|
32
|
+
},
|
|
33
|
+
Dialog: {
|
|
34
|
+
cancelButton: 'ยกเลิก'
|
|
35
|
+
},
|
|
36
|
+
DrawerProgress: {
|
|
37
|
+
cancelButton: 'ยกเลิก'
|
|
38
|
+
},
|
|
39
|
+
Dropdown: {
|
|
40
|
+
close: 'ปิด'
|
|
41
|
+
},
|
|
42
|
+
Form: {
|
|
43
|
+
submitButton: 'บันทึก',
|
|
44
|
+
applyButton: 'ใช้',
|
|
45
|
+
cancelButton: 'ยกเลิก'
|
|
46
|
+
},
|
|
47
|
+
FormField: {
|
|
48
|
+
clear: 'ล้าง',
|
|
49
|
+
remove: 'ลบ',
|
|
50
|
+
addMore: 'เพิ่มอีกหนึ่งรายการ'
|
|
51
|
+
},
|
|
52
|
+
FormFieldPassword: {
|
|
53
|
+
improvePassword: 'วิธีปรับปรุงความรัดกุมของรหัสผ่าน:',
|
|
54
|
+
passwordTooShort: 'ตั้งรหัสผ่านให้ยาวๆ',
|
|
55
|
+
lettersLowerCase: 'ใช้ตัวอักษรตัวเล็กอย่างน้อยหนึ่งตัว',
|
|
56
|
+
lettersUpperCase: 'ใช้ตัวอักษรตัวใหญ่อย่างน้อยหนึ่งตัว',
|
|
57
|
+
numbers1: 'ใช้ตัวเลขอย่างน้อยหนึ่งตัว',
|
|
58
|
+
numbers3: 'ใช้ตัวเลขอย่างน้อยสามตัว',
|
|
59
|
+
specialChar1: 'ใช้ตัวอักษรพิเศษอย่างน้อยหนึ่งตัว (เช่น: !, @, #, $, %, ^, &, *, ?, _, ~)',
|
|
60
|
+
specialChar2: 'ใช้ตัวอักษรพิเศษอย่างน้อยสองตัว (เช่น: !, @, #, $, %, ^, &, *, ?, _, ~)',
|
|
61
|
+
comboUpperAndLower: 'ใช้ทั้งตัวอักษรใหญ่และตัวอักษรเล็ก',
|
|
62
|
+
comboLettersAndNumbers: 'ใช้ทั้งตัวเลขและตัวอักษร',
|
|
63
|
+
comboLettersNumbersSpecial: 'ใช้ตัวเลข ตัวอักษร และตัวอักษรพิเศษ',
|
|
64
|
+
yourPasswordIsStrong: 'คุณสามารถทำให้รหัสเดายากขึ้นด้วยการตั้งให้ยาวขึ้น',
|
|
65
|
+
passwordStrength: 'ความรัดกุมของรหัสผ่าน %%strength%%',
|
|
66
|
+
strengthVeryStrong: 'เดายากมาก',
|
|
67
|
+
strengthStrong: 'เดายาก',
|
|
68
|
+
strengthVeryWeak: 'เดาง่ายมาก',
|
|
69
|
+
strengthWeak: 'เดาง่าย',
|
|
70
|
+
strengthMedium: 'ปานกลาง',
|
|
71
|
+
hidePassword: 'ซ่อนรหัสผ่าน',
|
|
72
|
+
showPassword: 'แสดงรหัสผ่าน',
|
|
73
|
+
generateButton: 'สร้างรหัสผ่าน',
|
|
74
|
+
copyButtonHint: 'คัดลอกรหัสผ่าน',
|
|
75
|
+
copySuccessToast: 'คัดลอกรหัสผ่านแล้ว',
|
|
76
|
+
generateButtonHint: 'สร้างรหัสผ่านที่รัดกุม'
|
|
77
|
+
},
|
|
78
|
+
InPlaceEdit: {
|
|
79
|
+
editButtonHint: 'แก้ไขค่า',
|
|
80
|
+
okButtonHint: 'บันทึกการเปลี่ยนแปลง',
|
|
81
|
+
cancelButtonHint: 'ละทิ้งการเปลี่ยนแปลง'
|
|
82
|
+
},
|
|
83
|
+
InputFile: {
|
|
84
|
+
browseButton: 'เลือกไฟล์...'
|
|
85
|
+
},
|
|
86
|
+
List: {
|
|
87
|
+
totalRows: 'รวม %%totalRows%% รายการ',
|
|
88
|
+
selectedRows: 'เลือก %%selectedRows%% จาก %%totalRows%% รายการแล้ว',
|
|
89
|
+
all: 'ทั้งหมด',
|
|
90
|
+
allItemsOnPageSelected: 'เลือกรายการทั้งหมดบนหน้าแล้ว',
|
|
91
|
+
allItemsSelected: 'เลือกรายการทั้งหมดแล้ว',
|
|
92
|
+
selectAllItems: 'เลือกทุกรายการ',
|
|
93
|
+
selectAllItemsOnPage: 'เลือกทุกรายการบนหน้า',
|
|
94
|
+
deselectAll: 'ยกเลิกการเลือก'
|
|
95
|
+
},
|
|
96
|
+
ListEmptyView: {
|
|
97
|
+
filteredTitle: 'ไม่พบรายการใดที่ตรงกับตัวกรอง',
|
|
98
|
+
emptyTitle: 'ไม่พบอะไรในนี้',
|
|
99
|
+
filteredDescription: 'ปรับการค้นหาของคุณใหม่และลบเกณฑ์บางชนิดจากตัวกรอง จากนั้นลองอีกครั้ง'
|
|
100
|
+
},
|
|
101
|
+
ListOperation: {
|
|
102
|
+
cancelButton: 'ยกเลิก'
|
|
103
|
+
},
|
|
104
|
+
Pagination: {
|
|
105
|
+
totalShort: 'จาก %%total%%',
|
|
106
|
+
itemsPerPage: 'รายการต่อหน้า',
|
|
107
|
+
all: 'ทั้งหมด',
|
|
108
|
+
total: 'หน้า %%current%% จาก %%total%%'
|
|
109
|
+
},
|
|
110
|
+
ProgressDialog: {
|
|
111
|
+
closeButton: 'ปิด',
|
|
112
|
+
cancelButton: 'ยกเลิก'
|
|
113
|
+
},
|
|
114
|
+
Select: {
|
|
115
|
+
noOptions: 'ไม่มีตัวเลือก',
|
|
116
|
+
placeholder: 'เลือก...'
|
|
117
|
+
},
|
|
118
|
+
SpotPopup: {
|
|
119
|
+
total: '%%current%% จาก %%total%%'
|
|
120
|
+
},
|
|
121
|
+
Toaster: {
|
|
122
|
+
closeGroup: 'ปิดกลุ่ม'
|
|
123
|
+
}
|
|
124
|
+
};
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
8
|
+
var _default = exports.default = {
|
|
9
|
+
Card: {
|
|
10
|
+
select: 'Select',
|
|
11
|
+
titleLinkTooltip: 'Go to page',
|
|
12
|
+
collapseCardTooltip: 'Collapse the card',
|
|
13
|
+
expandCardTooltip: 'Expand the card'
|
|
14
|
+
},
|
|
15
|
+
CardList: {
|
|
16
|
+
loadMore: 'Load more',
|
|
17
|
+
notFound: 'No items found.',
|
|
18
|
+
toolbarSelect: 'Select',
|
|
19
|
+
viewCards: 'Cards',
|
|
20
|
+
viewTiles: 'Tiles',
|
|
21
|
+
viewList: 'List',
|
|
22
|
+
toolbarView: 'View'
|
|
23
|
+
},
|
|
24
|
+
ClosingConfirmation: {
|
|
25
|
+
confirm: 'Leave',
|
|
26
|
+
cancel: 'Go Back',
|
|
27
|
+
content: "Are you sure you want to close and leave this window? Any data changes you've made won't be saved."
|
|
28
|
+
},
|
|
29
|
+
Cuttable: {
|
|
30
|
+
showMore: 'Show more',
|
|
31
|
+
showLess: 'Show less'
|
|
32
|
+
},
|
|
33
|
+
Dialog: {
|
|
34
|
+
cancelButton: 'Cancel'
|
|
35
|
+
},
|
|
36
|
+
DrawerProgress: {
|
|
37
|
+
cancelButton: 'Cancel'
|
|
38
|
+
},
|
|
39
|
+
Dropdown: {
|
|
40
|
+
close: 'Close'
|
|
41
|
+
},
|
|
42
|
+
Form: {
|
|
43
|
+
submitButton: 'Save',
|
|
44
|
+
applyButton: 'Apply',
|
|
45
|
+
cancelButton: 'Cancel'
|
|
46
|
+
},
|
|
47
|
+
FormField: {
|
|
48
|
+
clear: 'Clear',
|
|
49
|
+
remove: 'Remove',
|
|
50
|
+
addMore: 'Add one more'
|
|
51
|
+
},
|
|
52
|
+
FormFieldPassword: {
|
|
53
|
+
improvePassword: 'To improve your password:',
|
|
54
|
+
passwordTooShort: 'Make the password longer.',
|
|
55
|
+
lettersLowerCase: 'Use at least one lower-case character.',
|
|
56
|
+
lettersUpperCase: 'Use at least one upper-case character.',
|
|
57
|
+
numbers1: 'Use at least one number.',
|
|
58
|
+
numbers3: 'Use at least three numbers.',
|
|
59
|
+
specialChar1: 'Use at least one special character (for example: !, @, #, $, % ,^, &, *, ?, _, ~).',
|
|
60
|
+
specialChar2: 'Use at least two special characters (for example: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
61
|
+
comboUpperAndLower: 'Use both upper and lower-case characters.',
|
|
62
|
+
comboLettersAndNumbers: 'Use both numbers and characters.',
|
|
63
|
+
comboLettersNumbersSpecial: 'Use numbers, characters and special characters.',
|
|
64
|
+
yourPasswordIsStrong: 'You can make it even stronger by increasing its length.',
|
|
65
|
+
passwordStrength: 'The password strength is %%strength%%.',
|
|
66
|
+
strengthVeryStrong: 'VERY STRONG',
|
|
67
|
+
strengthStrong: 'STRONG',
|
|
68
|
+
strengthVeryWeak: 'VERY WEAK',
|
|
69
|
+
strengthWeak: 'WEAK',
|
|
70
|
+
strengthMedium: 'MEDIUM',
|
|
71
|
+
hidePassword: 'Hide password',
|
|
72
|
+
showPassword: 'Show password',
|
|
73
|
+
generateButton: 'Generate',
|
|
74
|
+
copyButtonHint: 'Copy password',
|
|
75
|
+
copySuccessToast: 'Password has been copied',
|
|
76
|
+
generateButtonHint: 'Generate a strong password'
|
|
77
|
+
},
|
|
78
|
+
InPlaceEdit: {
|
|
79
|
+
editButtonHint: 'Edit value',
|
|
80
|
+
okButtonHint: 'Save changes',
|
|
81
|
+
cancelButtonHint: 'Discard changes'
|
|
82
|
+
},
|
|
83
|
+
InputFile: {
|
|
84
|
+
browseButton: 'Choose file...'
|
|
85
|
+
},
|
|
86
|
+
List: {
|
|
87
|
+
totalRows: '%%totalRows%% items total',
|
|
88
|
+
selectedRows: '%%selectedRows%% of %%totalRows%% items selected',
|
|
89
|
+
all: 'All',
|
|
90
|
+
allItemsOnPageSelected: 'All items on the page selected',
|
|
91
|
+
allItemsSelected: 'All items selected',
|
|
92
|
+
selectAllItems: 'Select all items',
|
|
93
|
+
selectAllItemsOnPage: 'Select all items on the page',
|
|
94
|
+
deselectAll: 'Deselect'
|
|
95
|
+
},
|
|
96
|
+
ListEmptyView: {
|
|
97
|
+
filteredTitle: 'Could not find any items matching the filter',
|
|
98
|
+
emptyTitle: "Looks like there's nothing here",
|
|
99
|
+
filteredDescription: 'Refine your query or remove some of the criteria from the filter and try again.'
|
|
100
|
+
},
|
|
101
|
+
ListOperation: {
|
|
102
|
+
cancelButton: 'Cancel'
|
|
103
|
+
},
|
|
104
|
+
Pagination: {
|
|
105
|
+
totalShort: 'of %%total%%',
|
|
106
|
+
itemsPerPage: 'Items per page',
|
|
107
|
+
all: 'All',
|
|
108
|
+
total: 'Page %%current%% of %%total%%'
|
|
109
|
+
},
|
|
110
|
+
ProgressDialog: {
|
|
111
|
+
closeButton: 'Close',
|
|
112
|
+
cancelButton: 'Cancel'
|
|
113
|
+
},
|
|
114
|
+
Select: {
|
|
115
|
+
noOptions: 'No options',
|
|
116
|
+
placeholder: 'Select...'
|
|
117
|
+
},
|
|
118
|
+
SpotPopup: {
|
|
119
|
+
total: '%%current%% of %%total%%'
|
|
120
|
+
},
|
|
121
|
+
Toaster: {
|
|
122
|
+
closeGroup: 'Close group'
|
|
123
|
+
}
|
|
124
|
+
};
|